* nnrss.el (nnrss-discover-feed): Indent.
[gnus] / lisp / ChangeLog
1 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnrss.el (nnrss-discover-feed): Indent.
4
5 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
8
9 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
12         dirty to ensure nnimap data being saved.
13
14 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
15
16         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
17         menu entry.
18
19         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
20         the current thread's total score instead of the current article's
21         score.
22
23         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
24         (gnus-sort-threads-recursively): Delete defcustom.
25         (gnus-sort-threads-recursive): Adapt accordingly.
26
27 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
28
29         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
30         (gnus-sort-threads-recursive): Use it.
31         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
32         again.  Now that determines how to sort subthreads.
33
34 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
35
36         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
37         (gnus-sort-threads): Use it.
38
39 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40
41         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
42         punctuation characters follow parentheses (bug#14950).
43
44 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus.el (gnus-continuum-version):
47         * gnus-msg.el (gnus-extended-version): Simplify.
48
49         * gnus.el (gnus-continuum-version-1): Remove.
50         * gnus-msg.el (gnus-bug): Revert.
51
52         Calculate gnus-version correctly on Cygwin.
53
54         * gnus.el (gnus-continuum-version): Do main calculations in integers.
55         (gnus-continuum-version-1): New function, return a string.
56
57         * gnus-msg.el (gnus-extended-version, gnus-bug):
58         Use gnus-continuum-version-1 instead of gnus-continuum-version.
59
60 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
61
62         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
63         (bug#13384).
64
65 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
68         that were only relevant in a development version a long time ago.
69
70 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
73         that the old Emacs 24s bundle.
74
75 2013-07-10  David Engster  <deng@randomsample.de>
76
77         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
78         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
79         fixes a bug in Emacs trunk where the 'unexist' marks were always
80         removed at startup because "Gnus v5.13" was considered smaller than "Ma
81         Gnus v0.03".
82
83 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
84
85         * gnus.el (gnus-summary-line-format): Reference
86         `gnus-user-date-format-alist' for the &user-date; format, not
87         `gnus-summary-user-date-format-alist'.
88
89 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
92         delete files (bug#13481).
93
94 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
95
96         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
97
98 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
99
100         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
101         display images.
102
103         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
104
105         * message.el (message-cancel-news): According to
106         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
107         preferred over "cmsg cancel" in the Subject.
108
109         * nnir.el (nnir-engines): Note that the group specs are regexps
110         (bug#13238).
111
112         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
113         gotten read-only text properties, ensure that those aren't heeded when
114         copying stuff over (bug#13434).
115
116         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
117         (bug#13762).
118
119 2013-07-05  David Kastrup  <dak@gnu.org>
120
121         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
122         authinfo file again (important for blank passwords).  This had been
123         broken with 2013-06-15 change.
124
125 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
128         Revert 2013-01-14 change.
129
130 2013-07-02  Daiki Ueno  <ueno@gnu.org>
131
132         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
133         of 'create-image' for XEmacs compatibility; check errors when decoding
134         image.  Reported by Uwe Brauer.
135
136 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
139         gnus-button-push revised at 2011-01-19.
140
141 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
144         now live in the lisp/net Emacs 24 repository.
145
146 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * eww.el (eww-update-header-line-format): Quote % characters.
149
150 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * eww.el (eww-process-text-input): Display passwords as asterisks.
153
154         * shr.el (shr-make-table-1): Protect against invalid column-spans.
155
156 2013-06-19  Tom Tromey  <tromey@redhat.com>
157
158         * eww.el (eww-top-url): Remove.
159         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
160         (eww-render): Set new variables.  Don't set eww-top-url.
161         (eww-handle-link): Handle "prev", "home", and "contents".
162         Downcase the rel text.
163         (eww-top-url): Choose best top URL.
164
165 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * eww.el: Rewrite to implement form elements "by hand" instead of
168         relying in widget.el.  Using widget.el leads to too many
169         user interface inconsistencies.
170         (eww-self-insert): Implement entering commands in text fields.
171         (eww-process-text-input): New function to make text input field editing
172         work.
173         (eww-submit): Rewrite to use the new-style form methods.
174         (eww-select-display): Display the correct selected item.
175         (eww-change-select): Implement changing the select value.
176         (eww-toggle-checkbox): Implement radio/checkboxes.
177         (eww-update-field): Fix compilation error.
178         (eww-tag-textarea): Implement <textarea>.
179
180         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
181         don't shadow mode-specific bindings.
182
183         * eww.el (eww-browse-url): Don't push stuff onto history if there's
184         nothing to push.
185
186         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
187
188 2013-06-19  Glenn Morris  <rgm@gnu.org>
189
190         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
191
192 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
195
196 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * shr.el (shr-make-table-1): Implement <td rowspan>.
199         (shr-table-horizontal-line): Allow nil as a value, and change the
200         default.
201         (shr-insert-table-ruler): Respect the nil value.
202
203 2013-06-18  Tom Tromey  <tromey@barimba>
204
205         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
206         New defvars.
207         (eww-open-file): New defun.
208         (eww-render): Initialize new variables.
209         (eww-display-html): Handle "link" and "a".
210         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
211         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
212         (eww-back-url): Rename from eww-previous-url.
213         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
214         defuns.
215
216 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * shr.el (shr-tag-table): Insert the images after the table, so that
219         they're not covered by the table colourisation, which often looked
220         awkward.
221         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
222         <dd>.
223         (shr-make-table-1): Implement <td colspan=> support.
224         (shr-insert-document): Use one less than window width if `shr-width' is
225         nil, since otherwise things may get one character too wide.
226
227 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * eww.el (eww-detect-charset): Improve regexp; move backward.
230
231 2013-06-18  Glenn Morris  <rgm@gnu.org>
232
233         * mm-decode.el (widget-convert-button): Autoload.
234
235         * sieve-manage.el (mm-enable-multibyte): Autoload.
236
237         * shr.el (libxml-parse-html-region): Declare.
238         (shr-render-buffer): Explicit error if no libxml2 support.
239
240 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * auth-source.el (auth-source-current-line): New function.
243         (auth-source-netrc-parse-entries): When a data token is "machine",
244         assume we're in the wrong place and abort parsing the current line.
245
246 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
249         (eww-convert-widgets): Don't bug out if the first widget starts at the
250         beginning of the buffer.
251         (eww-convert-widgets): Fix last patch.
252         (eww-tag-input): Support <input type=image>.
253
254         * shr.el (shr-insert-table): Respect border-collapse: collapse.
255         (shr-tag-base): Protect against base specs that are degenerate.
256         (shr-ensure-paragraph): Don't delete empty lines that have text
257         properties, because these may be input fields.
258
259         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
260         we can navigate to them.
261
262         * shr.el (shr-colorize-region): Put the colours over the entire region.
263         (shr-inhibit-decoration): New variable.
264         (shr-add-font): Use it to inhibit text property decorations while doing
265         preliminary table renderings.  This speeds up typical Wikipedia page
266         renderings by 15%.
267         (shr-tag-span): Don't respect the <title>, because that overwrites the
268         help-echo from links inside the spans.
269         (shr-next-link): Use `help-echo' for navigation, so that we can
270         navigate to form elements, too.
271
272         * eww.el (eww-button): New face.
273         (eww-convert-widgets): Use it to make submit buttons more button-like.
274
275         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
276         that Gnus commands work.
277
278         * shr.el (shr-render-td): Support horizontal alignment.
279
280         * eww.el (eww-put-color): Removed.
281         (eww-colorize-region): Use `add-face-text-property'.
282
283         * shr.el (shr-add-font): Append face data, so that we get the correct
284         precedence: The innermost value (which is applied first) wins.
285         (shr-make-overlay): Obsolete function.
286
287         * mm-decode.el (mm-convert-shr-links): New function to convert
288         new-style shr URL links into widgets.
289         (mm-shr): Use it.
290
291         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
292         widget commands, since we're no longer using widgets for links.
293
294         * shr.el (shr-next-link): New command.
295         (shr-previous-link): New command.
296         (shr-urlify): Don't use `widget-convert', because that's slow.
297         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
298         because collecting the overlays and reapplying them when generating
299         tables is slow.
300         (shr-insert-table): Ditto.
301
302 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
303
304         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
305         * shr.el (browse-url): Require `url'.
306         * eww.el (url): Require format-spec.
307
308 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * eww.el (eww-display-html): Default to using the entire window width.
311         (eww-browse-url): Don't add a User-Agent header (twice), because that
312         makes Bing refuse connection.
313
314         * shr.el (shr-make-table): Cache the table rendering at the table
315         level, and not the <td> level.  This is a bit faster.
316
317         * eww.el (eww-render): Go to the correct ID when given URLs ending with
318         #id.
319
320         * shr.el (shr-tag-li): Don't require a new paragraph, since other
321         browsers don't.
322         (shr-expand-url): Respect #anchor links.
323         (shr-parse-base): Chop off the anchor before using.
324         (shr-descend): Respect display: none.
325         (shr-descend): Allow marking elements that have certain IDs.
326
327         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
328
329         * shr.el (shr-expand-url): Don't bug out on zero-length links.
330
331         * eww.el (eww-tag-textarea): Support <textarea>.
332
333 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
334
335         * shr.el (shr-dom-to-xml): Fixed function call.
336
337         * eww.el (eww): New group.
338         (eww-header-line-format): New custom variable.
339         (eww-current-title): New variable.
340         (eww-display-html): Update header and handle title tag.
341         (eww-update-header-line-format): New function.
342         (eww-tag-title): New function.
343
344         * shr.el (shr-dom-to-xml): New function.
345         (shr-tag-svg): Add support for the SVG tag.
346         (shr-bullet): New custom variable.
347         (shr-tag-li): Support custom bullet in unordered lists.
348
349 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (shr-expand-url): Respect // URLs.
352
353         * eww.el (eww-tag-body): Override the shr body rendering so that we can
354         put a background colour onto the entire buffer.
355         (eww-render): When being redirected, use the redirect URL as the new
356         base URL.
357
358         * shr.el (shr-parse-base): Fix parsing error.
359
360         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
361
362         * shr.el (shr-parse-base): New function.
363         (shr-expand-url): Use it to expand relative URLs reliably.
364
365 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
366
367         * auth-source.el (auth-source-search-collection): Fix docstring.
368         (auth-source-netrc-parse): Refactor and improve netrc parser to support
369         single-quoted strings and multiline entries.
370         (auth-source-netrc-parse-next-interesting)
371         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
372         functions to support parser.
373
374 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * eww.el (eww-submit): Get submit button logic right when hitting RET
377         on non-submit buttons.
378
379         * shr.el: Remove shr-preliminary-table-render, since that can't really
380         be used for anything in practice.
381
382 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
383
384         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
385         (sieve-manage-quit).
386
387 2013-06-14  Glenn Morris  <rgm@gnu.org>
388
389         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
390
391 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
392
393         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
394         control the maximum size of photo ID image.
395         (mml2015-epg-key-image-to-string): Respect it.
396
397 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
400         instead of the final one so that we can more easily distinguish them.
401
402         * eww.el (eww-submit): Compute the submission URL correctly.
403
404 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
405
406         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
407         Use plist-get rather than CL's getf.
408         (sieve-manage-parse-capability): Avoid CL's remove-if.
409
410 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
411
412         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
413         (sieve-manage-quit).
414
415 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * shr.el (shr-expand-url): Expansion should chop off the bits after the
418         last slash.
419
420         * eww.el (eww-tag-select): Use the first value as the default value.
421
422 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
423
424         * eww.el (eww): Prepend urls with http:// if scheme is missing.
425         (eww-mode): Use `define-derived-mode'.
426         (eww-parse-headers): Parse headers from beginning of buffer so that
427         file:// links work.
428
429 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
432
433 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
436         to handle them at all.
437
438 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
441         work, too.
442         (eww-tag-select): Implement <select>.
443
444 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
445
446         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
447         stream managing functions by using open-protocol-stream to do most of
448         the work.  Has the nice benefit of enabling STARTTLS.
449         Wait for capabilities after STARTTLS: following RFC5804, the server
450         sends new capabilities after successfully establishing a TLS connection
451         with the client. The client should update the cached list of
452         capabilities, but we just ignore the answer for now.
453         (sieve-manage-network-p, sieve-manage-network-open)
454         (sieve-manage-starttls-p, sieve-manage-starttls-open)
455         (sieve-manage-forward, sieve-manage-streams)
456         (sieve-manage-stream-alist): Remove unneeded functions neither in the
457         API, nor called by any other function.
458         Enable Multibyte for SieveManage buffers: The parser won't properly
459         handle umlauts and line endings unless multibyte is turned on in the
460         process buffer.
461
462 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * eww.el (eww-tag-input): Support password fields.
465         (eww-submit): Support POST.
466
467 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * eww.el (eww-tag-form): Protect against degenerate forms.
470
471         * shr.el (shr-expand-url): Expand URLs that start with a slash
472         correctly.
473
474         * eww.el (eww-submit): Get submit button logic right.
475
476         * shr.el (shr-final-table-render): New variable to signal when we're
477         doing the final table rendering so that we can collect more data at
478         that point.
479
480         * eww.el (eww-submit): Make form submission work.
481         (eww-tag-input): Implement submit buttons.
482         (eww-click-radio): Implement radio and checkboxes.
483         (eww-submit): Handle hidden elements.
484
485         * shr.el (shr-descend): Allow other packages to override (or provide)
486         rendering of elements.
487         (shr-expand-url): Strip query strings from URLs before expanding them.
488
489         * eww.el: Don't require cl-lib.
490         (eww-tag-form): Start form support.
491
492         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
493
494         * eww.el: Start writing a new, tiny web browser.
495         (eww-previous-url): New command.
496         (eww-quit): New command.
497
498 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
499
500         * sieve.el: Put point at beginning of buffer when viewing a script.
501         (sieve-open-server): Respect the PORT parameter.  Show the correct port
502         number in sieve-buffer's header.  Fixed code to also work with a string
503         as port specifier. Properly close the connection on pressing 'q'.  Make
504         sieve-manage-quit close the connection and process buffer.  Also, remove
505         duplicate keybinding for 'q'.
506
507 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
508
509         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
510         make it easier to read.
511         (mm-pkcs7-enveloped-magic): Ditto.
512
513 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
514
515         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
516         before `image-type-available-p' to avoid loading the image libraries
517         needlessly.
518
519 2013-06-05  David Engster  <deng@randomsample.de>
520
521         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
522         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
523         to see whether the group was synced before.
524
525 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
528         when opening the connection.
529         Suggested by João Távora <joaotavora@gmail.com> in
530         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
531
532 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
535         assume Date header begins with "Date", that may be customized into
536         something like "X-Sent" using gnus-article-time-format.
537         (article-transform-date): Allow multi-line Date header.
538
539 2013-06-02  David Engster  <deng@randomsample.de>
540
541         * registry.el (initialize-instance, registry-lookup)
542         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
543         (registry-lookup-secondary-value, registry-search, registry-delete)
544         (registry-insert, registry-reindex, registry-size, registry-prune): Do
545         not wrap methods in `eval-and-compile'.  This breaks due to latest
546         changes in EIEIO (introduction of eieio-core.el).
547
548 2013-05-30  Glenn Morris  <rgm@gnu.org>
549
550         * nnmail.el (nnmail-fancy-expiry-target):
551         Also bind mail-dont-reply-to-names.
552
553         * spam-stat.el (spam-stat-save):
554         No need to tweak font-lock in temp buffers.
555
556         * shr.el (shr-put-image): Silence compiler.
557
558 2013-05-29  Glenn Morris  <rgm@gnu.org>
559
560         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
561
562         * gnus-group.el (gnus-sequence-of-unread-articles)
563         (gnus-summary-add-mark, gnus-mark-article-as-read)
564         (gnus-group-make-articles-read): Declare.
565
566         * gnus-sum.el (gnus-parameter-list-identifier)
567         (gnus-article-stop-animations, gnus-stop-downloads)
568         (gnus-article-only-boring-p, article-goto-body)
569         (gnus-flush-original-article-buffer, article-narrow-to-head)
570         (gnus-article-hidden-text-p, gnus-delete-wash-type)
571         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
572
573         * gnus.el: No need to eval-and-compile autoloads.
574
575         * gravatar.el (help-function-arglist): Autoload.
576
577         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
578
579         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
580
581         * spam.el: No need to load spam-report when compiling.
582         No need to eval-and-compile autoloads.
583         (spam-report-resend-to): Declare.
584         (spam-report-resend-register-routine): Require 'spam-report.
585
586 2013-05-24  Julien Danjou  <julien@danjou.info>
587
588         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
589         setup.
590
591 2013-05-23  Glenn Morris  <rgm@gnu.org>
592
593         * gnus-util.el (rmail-swap-buffers-maybe)
594         (rmail-maybe-set-message-counters, rmail-count-new-messages)
595         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
596         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
597
598         * mm-decode.el: No need to load term when compiling.
599         (term-mode, term-char-mode): Declare.
600
601         * mm-util.el: No need to load jka-compr when compiling.
602         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
603
604         * nnmaildir.el: Require is automatically eval-and-compile.
605         (nnmail): Require at run-time too.
606
607         * registry.el (registry-size): Move definition before use.
608
609 2013-05-22  Daiki Ueno  <ueno@gnu.org>
610
611         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
612         signed data to conform the standard.  (Bug#14232)
613
614 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
615
616         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
617         double angle quotation mark.
618
619 2013-05-20  Glenn Morris  <rgm@gnu.org>
620
621         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
622
623 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
624
625         * message.el (message-insert-formatted-citation-line): handle finding
626         first/lastname when more than 2 names appear.
627
628 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
629
630         * shr.el (shr-tag-span): New function.
631
632 2013-05-18  Glenn Morris  <rgm@gnu.org>
633
634         * message.el (message-mode): Use message-mode-abbrev-table,
635         with text-mode-abbrev-table as parent.  (Bug#14413)
636
637 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * message.el (message-expand-group): Decode group names.
640
641 2013-05-16  Julien Danjou  <julien@danjou.info>
642
643         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
644         app-icon.
645
646 2013-05-15  Glenn Morris  <rgm@gnu.org>
647
648         * shr-color.el (shr-color-visible-luminance-min)
649         (shr-color-visible-distance-min): Use shr-color group.
650
651 2013-05-11  Glenn Morris  <rgm@gnu.org>
652
653         * gnus-vm.el: Make it loadable without VM.
654         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
655         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
656
657 2013-05-09  Glenn Morris  <rgm@gnu.org>
658
659         * mml1991.el: Make it loadable.  (Bug#13456)
660
661         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
662         * gnus-async.el (gnus-async-post-fetch-function):
663         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
664         * gnus-html.el (gnus-html-image-cache-ttl):
665         * gnus-notifications.el (gnus-notifications-timeout):
666         * gnus-picon.el (gnus-picon-properties):
667         * gnus-util.el (gnus-completion-styles):
668         * gnus.el (gnus-other-frame-resume-function):
669         * message.el (message-user-organization-file)
670         (message-cite-reply-position):
671         * nnir.el (nnir-summary-line-format)
672         (nnir-retrieve-headers-override-function):
673         * shr-color.el (shr-color-visible-luminance-min):
674         * shr.el (shr-blocked-images):
675         * spam-report.el (spam-report-resend-to):
676         * spam.el (spam-summary-exit-behavior): Fix custom types.
677
678         * gnus-salt.el (gnus-selected-tree-face): Fix default.
679
680 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
683         because of let-binding help-xref-following.  (Bug#14356)
684
685 2013-05-06  Glenn Morris  <rgm@gnu.org>
686
687         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
688
689 2013-05-04  Andrew Cohen  <cohen@bu.edu>
690
691         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
692         entering into the registry.
693
694 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
695
696         * gnus.el: Ma Gnus v0.7 is released.
697
698 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
701         (Bug#14304)
702
703 2013-04-27  Glenn Morris  <rgm@gnu.org>
704
705         * gnus.el (gnus-list-debbugs):
706         Use require rather than autoload.  (Bug#14262)
707
708 2013-04-27  Julien Danjou  <julien@danjou.info>
709
710         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
711         port to "sieve" now that it has an official IANA port assigned.
712
713 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
716         Don't set the MAILHOST environment variable permanently (Bug#14271).
717
718 2013-04-26  Glenn Morris  <rgm@gnu.org>
719
720         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
721
722 2013-04-25  Andrew Cohen  <cohen@bu.edu>
723
724         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
725         string values of 'gcc-self. Thanks to Saroj Thirumalai.
726
727 2013-04-24  Andrew Cohen  <cohen@bu.edu>
728
729         * nnir.el (nnir-close-group): Make sure we are in the right group.
730
731         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
732         dependency table from all newly retrieved headers.
733
734 2013-04-16  David Edmondson  <dme@dme.org>
735
736         Support <img src="data:...">.
737
738         * shr.el (shr-image-from-data): New function.
739         (shr-tag-img): Use it.
740
741 2013-04-14  Andrew Cohen  <cohen@bu.edu>
742
743         * nnir.el (nnir-request-set-mark): Make sure we are in the right
744         group.
745
746 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
749         corresponding to any existing group (Bug#14166).
750
751 2013-04-10  Andrew Cohen  <cohen@bu.edu>
752
753         * nnir.el (number-sequence): No longer used.
754         (nnir-request-set-mark): New function.
755         (nnir-request-update-info): Improve marks updating.
756         (nnir-request-scan): Don't duplicate marks updating.
757         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
758         Use 'assq rather than 'assoc.  Quote anonymous function.
759         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
760         Use 'gnus-group-prefixed-p.
761         (gnus-summary-create-nnir-group): Make sure server for method is open.
762
763 2013-04-04  Andrew Cohen  <cohen@bu.edu>
764
765         * nnir.el (gnus-nnir-group-p): New function.
766         (nnir-possibly-change-group): Use it.
767
768         * gnus-msg.el (gnus-setup-message): Use it.
769
770 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * mml.el (mml-minibuffer-read-description): Use `default' insted of
773         `initial-input' for the argument name.
774         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
775
776 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
777
778         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
779         (used by MH-E).
780
781 2013-04-01  Andrew Cohen  <cohen@bu.edu>
782
783         * nnir.el (nnir-request-update-mark): Improve mark updating in original
784         group.
785
786         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
787         fix compilation.
788
789 2013-03-31  Andrew Cohen  <cohen@bu.edu>
790
791         * nnir.el (nnir-method-default-engines): And another typo.
792
793 2013-03-30  Andrew Cohen  <cohen@bu.edu>
794
795         * nnir.el (nnir-method-default-engines): Fix typo.
796
797 2013-03-29  Andrew Cohen  <cohen@bu.edu>
798
799         * nnir.el: Define 'number-sequence for xemacs.
800         (gnus-summary-create-nnir-group): New function to create an nnir group
801         from an nnir summary buffer based on the current query.
802         (nnir-request-create-group): Update to allow nnir group creation based
803         on the current query.
804
805 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * nndraft.el (nndraft-request-expire-articles):
808         Make expiry target always `delete'.
809
810 2013-03-27  Andrew Cohen  <cohen@bu.edu>
811
812         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
813         buffer use the posting-style and gcc of the original article group.
814         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
815
816         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
817         after other deffoos.
818
819 2013-03-25  Andrew Cohen  <cohen@bu.edu>
820
821         * nnir.el: Major rewrite.  Cleaner separation between searches and group
822         management.  Marks are now shown in nnir summary buffers.  Rudimentary
823         support for real (i.e. not ephemeral) nnir groups.
824         (gnus-summary-make-nnir-group): New function for initiating searches
825         from a summary buffer.
826
827 2013-03-18  Sam Steingold  <sds@gnu.org>
828
829         * message.el (message-bury): Minor cleanup.
830
831 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
832
833         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
834
835 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * nndir.el (nndir-request-list): Remove 2nd argument passed to
838         nnml-request-list.  (Bug#13873)
839         (nndir-request-newsgroups): Remove, unused.
840
841         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
842
843 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
844
845         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
846         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
847         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
848
849 2013-03-03  Ted Phelps  <phelps@gnusto.com>
850
851         * shr.el: Make all the overlays set the `evaporate' property so that
852         they're removed properly.
853
854 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
855
856         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
857         shell-quote-argument.
858
859 2013-02-22  David Engster  <deng@randomsample.de>
860
861         * gnus-registry.el (gnus-registry-save): Provide class name when
862         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
863         `condition-case' to stay compatible with older EIEIO versions which
864         only accept one argument.
865
866 2013-02-17  Daiki Ueno  <ueno@gnu.org>
867
868         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
869         (epg-user-id-validity): Autoload.
870         (mml2015-epg-check-user-id): New function.
871         (mml2015-epg-check-sub-key): New function split from
872         mml2015-epg-find-usable-key.
873         (mml2015-epg-find-usable-key): Accept context, name, usage, and
874         optional name-is-key-id, to handle the case when user-id is unusable.
875         Reported by Łukasz Stelmach <stlman@poczta.fm>.
876
877 2013-02-17  Glenn Morris  <rgm@gnu.org>
878
879         * shr.el (shr-put-image): Use image-multi-frame-p if available.
880
881 2013-02-16  Glenn Morris  <rgm@gnu.org>
882
883         * shr.el (shr-put-image): Only animate images that specify a delay.
884         This is consistent with the old image-animated-p behavior.
885
886 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
889         for XEmacs.
890
891 2013-02-13  Juri Linkov  <juri@jurta.org>
892
893         * gnus-art.el (gnus-article-mode-map):
894         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
895         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
896
897 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
898
899         * auth-source.el (auth-source-format-prompt): Don't get confused by
900         any "\" in replacement text.  (Bug#13637)
901
902 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
903
904         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
905         (gnus-backend-trace): Honour gnus-backend-trace.
906
907         * mml.el (mml-insert-part): Insert closing tag.
908
909         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
910
911 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
914         able to find the article, which can happen in debbugs groups,
915         apparently.
916
917 2013-01-16  Glenn Morris  <rgm@gnu.org>
918
919         * smiley.el (smiley-style): Make the file loadable in batch mode.
920
921 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
922
923         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
924         imap process running.
925
926 2013-01-14  Julien Danjou  <julien@danjou.info>
927
928         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
929         Compare addresses against addresses, not against the full From field.
930
931 2013-01-13  Richard Stallman  <rms@gnu.org>
932
933         * message.el (message-forward-make-body-mime): New args BEG, END
934         specify what part of FORWARD-BUFFER to use.  Do the work directly
935         instead of calling `mml-insert-buffer'.
936
937 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
938
939         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
940         cross-reference(s).
941
942         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
943         cross-reference(s).
944
945 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
946
947         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
948         and point-max-marker.
949         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
950
951 2013-01-11  Julien Danjou  <julien@danjou.info>
952
953         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
954         max are almost equal. Also return the correct value for V which is
955         already between 0 and 1.
956
957 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
958
959         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
960         to mml2015-encrypt-to-self.
961         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
962
963 2013-01-09  Daiki Ueno  <ueno@gnu.org>
964
965         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
966         mml-smime-epg-find-usable-secret-key.
967
968 2013-01-08  Glenn Morris  <rgm@gnu.org>
969
970         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
971
972 2013-01-07  Daiki Ueno  <ueno@gnu.org>
973
974         * mml-smime.el: Support signing by sender.
975         Requested by Uwe Brauer.
976         (mml-smime-sign-with-sender): New user option analogous
977         to mml2015-sign-with-sender.
978         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
979         (mml-smime-epg-find-usable-secret-key): New helper function copied from
980         mml2015.el.
981
982 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
985         isn't running, because Gnus will probably not know how to handle the
986         Gcc header (bug#11941).
987
988         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
989         articles.
990
991 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * nnfolder.el (nnfolder-recursive-directory-files): New function.
994         (nnfolder-generate-active-file): Make this function work with recursive
995         folder names.
996
997 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
998
999         * nntp.el (nntp-open-connection): Use HELP as the capability command
1000         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1001         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1002
1003 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1004
1005         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1006         place holder since this gives `Invalid face reference: nil' messages.
1007         Use the `default' face instead.  It has the same effect here, even
1008         though it is not no-op.
1009
1010         * gnus-util.el
1011         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1012
1013 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1016         non-string posting styles (bug#13285).
1017
1018 2012-12-27  Glenn Morris  <rgm@gnu.org>
1019
1020         * plstore.el (plstore-passphrase-callback-function):
1021         Use plstore-get-file.
1022
1023 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1024
1025         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1026         stderr.
1027
1028 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1031
1032         * gnus-compat.el (set-buffer-multibyte): Remove.
1033
1034 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1035
1036         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1037         temporary file to get PGP key image.  Pass no-show-photos when
1038         extracting image to avoid having it pop up twice.
1039
1040 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1043         eligible for treatment.
1044
1045         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1046         lines.  This makes summary commands with hidden threads work more
1047         reliably.
1048
1049         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1050         button to mark the hidden citations (bug#9395).
1051
1052 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1053
1054         * mml2015.el (mml2015-epg-signature-to-string): New function.
1055         (mml2015-epg-verify-result-to-string): New function.
1056         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1057         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1058         instead of epg-verify-result-to-string.
1059         (epg-signature-key-id, epg-signature-to-string): Autoload.
1060         (epg-verify-result-to-string): Remove autoload.
1061
1062 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1063
1064         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1065         ID image from GPG public key.
1066         (mml2015-epg-key-image-to-string): New function.
1067
1068 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1069
1070         * plstore.el (plstore-passphrase-callback-function): Fix error when
1071         error when plstore-cache-passphrase-for-symmetric-encryption is set
1072         (bug#13264).
1073
1074 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1077         buffer to the article buffer here, because that clobbers multiple
1078         article buffers.
1079
1080         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1081         buffer always points to the right summary buffer.
1082
1083 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1084
1085         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1086         the password (bug#12097).
1087
1088 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1089
1090         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1091         (bug#13263).
1092
1093         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1094         buffer exists before using it (bug#12475).
1095
1096         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1097         offline groups (bug#11937).
1098
1099         * message.el (message-yank-original): When using customize to set the
1100         value of `message-cite-style', the variable it set to a symbol that's
1101         the name of the variable, which must then be dereferenced (bug#12616).
1102
1103 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1104
1105         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1106         the `face' property with a list whose car is the face specified in the
1107         format string and whose cdr is (nil).
1108         * lisp/gnus-util.el
1109         (gnus-put-text-property-excluding-characters-with-faces):
1110         Change accordingly.
1111         (gnus-get-text-property-excluding-characters-with-faces): New function.
1112         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1113         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1114         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1115
1116 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1117
1118         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1119         login methods.
1120         (nnimap-login): Respect the `nnimap-authenticator' variable.
1121
1122         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1123         mark state when moving articles.  Otherwise unticked articles will get
1124         their ticks back after moving.
1125
1126 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1129
1130         * message.el (message-ignored-news-headers): Always remove
1131         X-Message-SMTP-Method to avoid information leakage if the user
1132         mistakenly inserts the header into news messages.
1133
1134         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1135
1136         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1137         right than four characters, this command would move point to
1138         `point-max'.  Don't do that.
1139
1140         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1141         to nil to allow re-selecting groups that gain articles.
1142         (gnus-bug-group-download-format-alist): Update the URL.
1143
1144 2012-12-23  Andreas Schwab  <schwab@suse.de>
1145
1146         * shr.el (shr-tag-em): Render em as italic, not bold.
1147
1148 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1151         for reuse.
1152         (gnus-open-server): Use it to add more tracing.
1153         (gnus-finish-retrieve-group-infos): Add backend tracing.
1154         (gnus-backend-trace): Also note the elapsed seconds.
1155
1156 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1157
1158         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1159         Set epa-file-encrypt-to from variable to avoid querying.
1160
1161 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1162
1163         * sieve-mode.el (sieve-font-lock-keywords):
1164         Keywords should be word delimited.  (Bug#13173)
1165
1166 2012-12-13  Andreas Schwab  <schwab@suse.de>
1167
1168         * tls.el (tls-program): Update customize type.
1169
1170 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1173         instead of <pre> to align message header.
1174
1175 2012-12-12  Sam Steingold  <sds@gnu.org>
1176
1177         * gnus.el (gnus-other-frame-resume-function): Add user option.
1178         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1179
1180 2012-12-06  Sam Steingold  <sds@gnu.org>
1181
1182         * gnus-start.el (gnus-before-resume-hook): Add.
1183         (gnus-1): Run it when Gnus is alive.
1184
1185 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1188         * gnus-art.el (article-unsplit-urls)
1189         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1190         * gnus-registry.el (gnus-registry-get-article-marks)
1191         * message.el (message-goto-body): Use it.
1192         (message-called-interactively-p): Remove.
1193
1194         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1195         (spam-stat-score-buffer): Use it.
1196
1197         * spam.el: Silence the warnings against BBDB functions when compiling.
1198
1199         * gnus-score.el (gnus-score-decode-text-parts):
1200         Use append+mapcar instead of the cl function mapcan.
1201
1202 2012-12-05  Sam Steingold  <sds@gnu.org>
1203
1204         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1205         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1206         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1207
1208 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gmm-utils.el (gmm-called-interactively-p): Revert.
1211         This seems to cause Emacs to get stuck!
1212         * gnus-art.el (article-unsplit-urls)
1213         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1214         * gnus-registry.el (gnus-registry-get-article-marks)
1215         * message.el (message-goto-body)
1216         (message-called-interactively-p): Revert.
1217
1218         * gmm-utils.el (gmm-called-interactively-p): New function.
1219         * gnus-art.el (article-unsplit-urls)
1220         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1221         * gnus-registry.el (gnus-registry-get-article-marks)
1222         * message.el (message-goto-body): Use it.
1223         (message-called-interactively-p): Remove.
1224
1225         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1226         * gnus-sync.el (gnus-sync-lesync-call)
1227         * message.el (message-read-from-minibuffer): Use it.
1228
1229 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gmm-utils.el (gmm-flet): Remove.
1232         * gnus-sync.el (gnus-sync-lesync-call)
1233         * message.el (message-read-from-minibuffer): Don't use it.
1234
1235 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1238
1239 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1242
1243         * gnus-sync.el (gnus-sync-lesync-call)
1244         * message.el (message-read-from-minibuffer): Use gmm-flet.
1245
1246         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1247
1248         * gnus-util.el (gnus-macroexpand-all): Remove.
1249
1250 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1251
1252         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1253         to TAB, not [tab].
1254         (gnus-summary-article-map): Likewise.
1255
1256         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1257         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1258
1259 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1260
1261         * time-date.el: Commentary fix.
1262
1263 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1264
1265         * color.el: Don't require cl.
1266         (color-complement): `caddr' -> `nth 2'.
1267
1268         * time-date.el (time-to-seconds): De-obsolete.
1269
1270 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * message.el (message-get-reply-headers):
1273         Make sure the reply goes to the author if it is a wide reply.
1274
1275 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1276
1277         * gnus-score.el (gnus-score-body):
1278         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1279         scoring by body.
1280
1281 2012-11-16  Glenn Morris  <rgm@gnu.org>
1282
1283         * gnus-diary.el (nndiary-request-create-group-functions)
1284         (nndiary-request-update-info-functions)
1285         (gnus-subscribe-newsgroup-functions)
1286         (nndiary-request-accept-article-functions):
1287         Use new names for hooks rather than obsolete aliases.
1288
1289 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1292
1293 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1296         in meta tag with the one the part specifies in its header.
1297
1298 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1299
1300         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1301         by default.
1302
1303 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1306         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1307
1308 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1311         and a runtime function for it, of which the XEmacs version takes only
1312         two arguments.
1313
1314 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1315
1316         * nndiary.el (nndiary-request-create-group-functions)
1317         (nndiary-request-update-info-functions)
1318         (nndiary-request-accept-article-functions):
1319         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1320         "-hooks" suffix.
1321
1322 2012-10-19  Julien Danjou  <julien@danjou.info>
1323
1324         * gnus-art.el: Require gnus-util because it uses
1325         `gnus-timer--function'.
1326
1327 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1328
1329         * starttls.el (starttls-extra-arguments): Doc fix.
1330
1331 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1334         it.
1335
1336 2012-10-06  Glenn Morris  <rgm@gnu.org>
1337
1338         * gnus-notifications.el (gnus-notifications):
1339         Add missing group :version tag.
1340         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1341         (gnus-gcc-post-body-encode-hook):
1342         * gnus-sync.el (gnus-sync-lesync-name)
1343         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1344
1345 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1346
1347         * color.el (color-hsl-to-rgb): Fix incorrect results for
1348         small and large hue values.  (Bug#12559)
1349
1350 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         New UIDL implementation.
1353
1354         * mail-source.el (mail-sources, mail-source-keyword-map):
1355         Add :leave as a pop3 keyword.
1356         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1357
1358         * pop3.el (pop3-leave-mail-on-server): Allow number.
1359         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1360         (pop3-movemail): Add UIDL support.
1361         (pop3-send-streaming-command): Take a list of mail numbers instead of
1362         the number of mails.
1363         (pop3-write-to-file): Add X-UIDL header.
1364         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1365         (pop3-uidl-add-xheader): New functions.
1366
1367         * message.el (message-ignored-resent-headers):
1368         Add X-Content-Length and X-UIDL headers.
1369
1370 2012-10-05  Glenn Morris  <rgm@gnu.org>
1371
1372         * color.el (color-name-to-rgb, color-rgb-to-hex)
1373         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1374         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1375         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1376         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1377
1378 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1381         a user about whether to delete temp files if once a user answered as n.
1382
1383 2012-09-25  Chong Yidong  <cyd@gnu.org>
1384
1385         * password-cache.el (password-read-and-add): Use a declare form to mark
1386         this function obsolete.
1387
1388 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * lpath.el: Bind mail-encode-mml for old Emacsen.
1391
1392 2012-09-17  Richard Stallman  <rms@gnu.org>
1393
1394         * message.el (message-in-body-p): Don't set mark or modify buffer.
1395
1396         * mml.el (mml-attach-file): Doc fix.
1397         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1398         Set mail-encode-mml when in Mail mode.
1399         Simplify code to set HEAD and move back to HEAD.
1400         (mml-insert-multipart, mml-insert-part):
1401         Set mail-encode-mml when in Mail mode.
1402
1403 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-util.el (gnus-timer--function): New function.
1406
1407         * gnus-art.el (gnus-article-stop-animations): Use it.
1408
1409 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1410
1411         Fix glitches caused by addition of psec to timers.
1412         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1413         rather than raw access to timer vector.
1414
1415 2012-09-11  Julien Danjou  <julien@danjou.info>
1416
1417         * gnus-notifications.el (gnus-notifications): Check for nil values in
1418         ignored addresses check.
1419
1420 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1421
1422         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1423
1424 2012-09-07  Chong Yidong  <cyd@gnu.org>
1425
1426         * gnus-util.el
1427         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1428
1429         * gnus-salt.el (gnus-tree-highlight-node):
1430         * gnus-sum.el (gnus-summary-highlight-line):
1431         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1432
1433 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1436
1437 2012-09-06  Juri Linkov  <juri@jurta.org>
1438
1439         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1440         scheme for buffer names to be more consistent with other group and
1441         article buffer names in Gnus.
1442
1443 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-util.el
1446         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1447
1448         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1449         Jenkner.
1450
1451         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1452
1453         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1454
1455         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1456
1457 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1460         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1461
1462         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1463         string-prefix-p in Emacs >=23.2.
1464
1465         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1466         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1467         instead of string-match-p.
1468         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1469
1470 2012-09-06  Kenichi Handa  <handa@gnu.org>
1471
1472         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1473         lowercase a..f.
1474
1475 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1476
1477         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1478
1479 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1480
1481         * nnimap.el (nnimap-request-move-article): Decode the group name when
1482         doing internal moves to avoid charset issues.
1483
1484         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1485         TIME is set.
1486
1487 2012-09-05  Juri Linkov  <juri@jurta.org>
1488
1489         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1490         than one group at a time (bug#11961).
1491
1492 2012-09-05  Julien Danjou  <julien@danjou.info>
1493
1494         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1495         this hide the real reason with a message giving absolutely no hint.
1496
1497 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1500         to the backend (bug#11804).
1501
1502         * message.el (message-insert-newsgroups): Don't insert newsgroup
1503         duplicates (bug#12275).
1504
1505 2012-09-05  John Wiegley  <johnw@newartisans.com>
1506
1507         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1508         sieve rules.
1509
1510 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1511
1512         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1513         function.
1514
1515         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1516
1517         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1518
1519 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1520
1521         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1522         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1523         This should make nnmaildir more usable with offlineimap.
1524
1525 2012-09-05  Julien Danjou  <julien@danjou.info>
1526
1527         * nnimap.el (nnimap-request-list): Revert change that made listing
1528         synchronous.
1529         (nnimap-get-responses): Restore.
1530
1531 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1532
1533         * dgnushack.el: XEmacs 21.5 compilation fix.
1534
1535         * gnus-notifications.el (gnus-notifications-notify): Use it.
1536
1537         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1538         warnings on XEmacs.
1539
1540 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1541
1542         Better seeds for (random).
1543         * gnus-sync.el (gnus-sync-lesync-setup):
1544         * message.el (message-canlock-generate, message-unique-id):
1545         Change (random t) to (random), now that the latter is more random.
1546
1547 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1548
1549         * nnimap.el (nnimap-change-group): Document result value
1550
1551         * auth-source.el (auth-sources): Fix macos keychain access.
1552
1553         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1554         allow the backend `request-head' function to determine the group
1555         name on its own.
1556         (gnus-request-expire-articles): Filter out negative article numbers
1557         during expiry (Bug#11980).
1558
1559         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1560         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1561
1562         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1563         you've found the article when you haven't.
1564
1565         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1566         that nnimap-change-group can return t.
1567
1568 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1569
1570         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1571
1572 2012-08-30  Julien Danjou  <julien@danjou.info>
1573
1574         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1575         `gnus-notifications-timeout'.
1576         (gnus-notifications-timeout): Add.
1577         (gnus-notifications-action): New function.
1578         (gnus-notifications-notify): Add :action using
1579         `gnus-notifications-action'.
1580         (gnus-notifications-id-to-msg): New variable.
1581         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1582         notifications id to messages.
1583
1584 2012-08-30  Kenichi Handa  <handa@gnu.org>
1585
1586         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1587         once.
1588
1589 2012-08-29  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-notifications.el: New file.
1592         (gnus-notifications-notify): New function.
1593         (gnus-notifications): Use `gnus-notifications-notify'.
1594
1595 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1598         transfer encoding first; bind gnus-newsgroup-charset to the charset
1599         that the article specifies (Bug#12209).
1600
1601 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1604         (gnus-group-customize-done): Encode values posting-style holds.
1605
1606         * gnus-msg.el (gnus-summary-resend-message)
1607         (gnus-configure-posting-styles): Decode values posting-style group
1608         parameter holds.
1609
1610 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1613         `name' and `address' in Resent-From header.
1614
1615 2012-08-14  Chong Yidong  <cyd@gnu.org>
1616
1617         * gnus-art.el (article-display-face): Handle failure in
1618         gnus-create-image (Bug#11802).
1619
1620 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1621
1622         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1623         Use defsetf.
1624
1625 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1626
1627         * auth-source.el (auth-source-plstore-search)
1628         (auth-source-secrets-search): Ignore :require and :type in search spec.
1629
1630 2012-08-06  Julien Danjou  <julien@danjou.info>
1631
1632         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1633         `nnimap-request-move-article'.
1634
1635         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1636         Remove autoload, already handled by gnus.el.
1637
1638         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1639
1640         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1641         supported by nnimap actually. Reverts previous change.
1642
1643         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1644         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1645         to-buffer argument that is already supported.
1646
1647 2012-08-05  Julien Danjou  <julien@danjou.info>
1648
1649         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1650         Add autoload.
1651
1652 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * gnus.el (gnus-valid-select-methods): Fix custom type.
1655
1656 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1657
1658         * auth-source.el (auth-sources, auth-source-backend-parse)
1659         (auth-source-macos-keychain-search)
1660         (auth-source-macos-keychain-search-items)
1661         (auth-source-macos-keychain-result-append)
1662         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1663         auth-source.el through the /usr/bin/security utility.
1664         (auth-sources): Fix syntax error.
1665         (auth-source-macos-keychain-result-append): Fix variable name.
1666         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1667
1668 2012-07-27  Julien Danjou  <julien@danjou.info>
1669
1670         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1671         Emacs < 24.1
1672
1673 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * message.el (message-kill-address): Don't kill last newline.
1676         (message-skip-to-next-address): Don't move to the next header.
1677         (message-fill-field-address): Work properly.
1678
1679 2012-07-25  Julien Danjou  <julien@danjou.info>
1680
1681         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1682
1683 2012-07-24  Julien Danjou  <julien@danjou.info>
1684
1685         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1686
1687         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1688         (nntp-async-timer-handler): Remove, unused.
1689
1690         * nnimap.el (nnimap-get-responses): Remove, unused.
1691
1692         * nnheader.el (mail-header-set-extra): Remove, unused.
1693
1694         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1695         unused.
1696
1697         * mm-view.el (mm-view-sound-file): Remove, unused.
1698
1699         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1700         (mm-url-encode-multipart-form-data): Remove, unused.
1701
1702         * message.el (message-remove-signature, message-make-host-name)
1703         (message-fill-address): Remove, unused.
1704
1705         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1706         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1707         unused.
1708
1709         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1710         (gnus-xmas-call-region): Remove, unused.
1711
1712         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1713
1714         * gnus-util.el (gnus-extract-address-component-name)
1715         (gnus-extract-address-component-email, gnus-sortable-date)
1716         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1717         (gnus-process-live-p): Remove, unused.
1718
1719         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1720
1721         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1722         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1723         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1724         function.
1725
1726         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1727
1728         * gnus-score.el (gnus-summary-score-crossposting)
1729         (gnus-score-regexp-bad-p): Remove, unused.
1730
1731         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1732
1733         * gnus-range.el (gnus-sublist-p): Remove, unused.
1734
1735         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1736         unused.
1737
1738         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1739
1740         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1741         (gnus-request-associate-buffer): Remove, unused.
1742
1743         * gnus-group.el (gnus-group-set-method-info)
1744         (gnus-group-set-params-info): Remove, unused.
1745
1746         * gnus-fun.el (gnus-shell-command-to-string)
1747         (gnus-shell-command-on-region): Remove, unused.
1748
1749         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1750
1751         * gnus-art.el (gnus-article-text-type-exists-p)
1752         (article-translate-characters, gnus-article-hide-text-of-type)
1753         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1754         Remove, unused.
1755
1756 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1757
1758         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1759
1760 2012-07-21  Julien Danjou  <julien@danjou.info>
1761
1762         * message.el (message-dont-reply-to-names): Replace deprecated
1763         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1764         (message-get-reply-headers): Ditto.
1765
1766 2012-07-18  Julien Danjou  <julien@danjou.info>
1767
1768         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1769         `sieve-upload-and-kill'.
1770
1771         * sieve.el (sieve-bury-buffer): Remove function.
1772         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1773         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1774
1775 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1776
1777         * shr.el (shr-expand-url): Handle URL starting with `//'.
1778
1779 2012-07-13  Chong Yidong  <cyd@gnu.org>
1780
1781         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1782         instead of calling toggle-read-only with a (bogus) argument.
1783
1784 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1785
1786         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1787         of initial input when reading the author to restrict the summary to.
1788
1789 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * mm-decode.el (mm-shr):
1792         Allow overriding charset by mm-charset-override-alist.
1793
1794 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-art.el (gnus-article-view-part):
1797         Toggle subparts of multipart/alternative part.
1798
1799 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1800
1801         * shr.el (shr-render-buffer): New command.
1802         (shr-visit-file): Use it.
1803
1804 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1807         Set no-byte-compile and no-update-autoloads.
1808
1809 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1812
1813 2012-06-25  Julien Danjou  <julien@danjou.info>
1814
1815         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1816         `nnimap-request-move-articles-find-limit' since we do not use it only
1817         for move operations.
1818         (nnimap-request-accept-article): Use
1819         `nnimap-request-articles-find-limit' to limit search by message-id.
1820
1821 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1822
1823         Support higher-resolution time stamps (Bug#9000).
1824
1825         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1826         VARLIST.  It's optional, for backward compatibility.
1827         (encode-time-value): New optional arg PICO.  New type 3.
1828         (time-to-seconds) [!float-time]: Support the new picoseconds
1829         component if it's used.
1830         (seconds-to-time, time-subtract, time-add):
1831         Support ps-resolution time stamps as well.
1832
1833 2012-06-19  Julien Danjou  <julien@danjou.info>
1834
1835         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1836
1837         * nnimap.el (nnimap-log-buffer): Check that
1838         `window-point-insertion-type' is boundp, since it's not available in
1839         XEmacs.
1840
1841 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1842
1843         * nnimap.el (nnimap-log-buffer): Add this, setting
1844         `window-point-insertion-type' in the buffer to t.
1845         (nnimap-log-command): Use nnimap-log-buffer.
1846
1847 2012-06-19  Julien Danjou  <julien@danjou.info>
1848
1849         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1850         argument to be able to limit the search.
1851         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1852         (nnimap-request-move-articles-find-limit): Add this to limit the search
1853         by Message-Id after a message move.
1854         (nnimap): Add defgroup.
1855
1856 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1857
1858         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1859
1860 2012-06-15  Julien Danjou  <julien@danjou.info>
1861
1862         * nnimap.el (nnimap-find-article-by-message-id): Use
1863         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1864         (nnimap-possibly-change-group): Add read-only argument.
1865         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1866         issuing EXAMINE manually.
1867         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1868         with read-only argument.
1869         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1870         cannot possibly change because we need to be sure that it's either
1871         read-write or read-only.
1872
1873 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1876         being bound to a lambda form.
1877
1878 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1879
1880         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1881         articles when fetch-old is non-nil (bug#11370).
1882
1883 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1884
1885         * gnus-picon.el (gnus-picon-properties): New defcustom.
1886         (gnus-picon-create-glyph): Use it.
1887
1888 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-group.el (gnus-group-get-new-news): Respect
1891         `gnus-group-use-permanent-levels', as documented (bug#11638).
1892
1893 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1894
1895         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1896         groups (bug#11641).
1897
1898 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1899
1900         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1901         is an integer to avoid later problems.
1902
1903 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1906         locales.
1907
1908         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1909         on a handle.
1910
1911         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1912         address as the default.
1913         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1914
1915         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1916         makes no sense to query the user about internal files.
1917
1918         * gnus-spec.el: Remove all the byte-compilation stuff, since
1919         benchmarking shows that it doesn't help when entering large summary
1920         buffers.
1921
1922         * gnus-xmas.el (gnus-xmas-define): Remove.
1923
1924         * gnus-util.el (gnus-byte-code): Remove.
1925
1926         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1927         grouplens stuff.
1928
1929 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1932         (bug#11514).
1933
1934 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1935
1936         * message.el (message-buffers): Return all buffers derived from Message
1937         to make `gnus-dired-attach' work with mu4e.
1938
1939 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1940
1941         * nntp.el: Stop the `letf' madness.
1942         (nntp--report-1): New var.
1943         (nntp-report): Merge nntp-report-1 into it.
1944         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1945         the nntp-report function.
1946
1947         * auth-source.el: Fix comment-style to follow the convention.
1948
1949 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1950
1951         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1952         (mm-dissect-singlepart): Don't guess the MIME type of
1953         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1954         set.
1955         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1956         toplevel MIME type is multipart/encrypted.
1957
1958 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1961         a string so that Gcc works (bug#11514).
1962
1963 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1964
1965         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1966         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1967
1968 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1969
1970         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1971         jumping to *Server* from a dedicated *Group* window.
1972         (gnus-configure-frame): CSE.
1973
1974         * gnus-registry.el: Minor style cleanup.
1975         (gnus-registry--set/remove-mark): New function, extracted from
1976         gnus-registry-install-shortcuts.
1977         (gnus-registry-install-shortcuts): Use it.
1978
1979 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * nnspool.el (news-path): Use eval-and-compile.
1982
1983 2012-05-24  Glenn Morris  <rgm@gnu.org>
1984
1985         * nnspool.el (news-directory, news-path, news-inews-program):
1986         Move here from paths.el.  Don't see a need for these to be autoloaded.
1987
1988         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1989         Merge in doc from paths.el version.  Don't see any need for this to be
1990         autoloaded, or for the warning about users not setting it.
1991
1992 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1993
1994         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1995         format.  In particular, add an optional argument and a docstring.
1996
1997         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1998
1999         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2000         current before calling `gnus-groups-to-gnus-format'.
2001         Note that this was already the case for `gnus-active-to-gnus-format'.
2002
2003 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         Fix minor Y10k bug.
2006         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2007
2008 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2009
2010         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2011         message once it's actually open.
2012
2013 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2014
2015         * gnus.el: Ma Gnus v0.5 is released.
2016
2017 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2018
2019         * auth-source.el (auth-source--aput-1, auth-source--aput)
2020         (auth-source--aget): New functions and macros.
2021         Use them instead of aput/aget.
2022
2023 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2024
2025         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2026
2027 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2028
2029         * plstore.el (plstore-called-interactively-p): New compat macro copied
2030         from message.el.
2031         (plstore-mode): Use it.
2032
2033 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2034
2035         * plstore.el: Revive the editing feature.
2036         (plstore-mode): New mode to edit plstore file.
2037         (plstore-mode-toggle-display, plstore-mode-original)
2038         (plstore-mode-decoded): New command.
2039         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2040         (plstore--insert-buffer, plstore--make): New function.
2041         (plstore-open, plstore-save): Simplify by using them.
2042
2043 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2046
2047 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2048
2049         * tls.el (open-tls-stream): Remove unused binding.
2050
2051 2012-04-16  Glenn Morris  <rgm@gnu.org>
2052
2053         * nndraft.el (nndraft-request-list): Fix declaration.
2054
2055 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * mm-decode.el (mm-dissect-buffer): Doc fix.
2058
2059         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2060         don't have a current group.
2061
2062         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2063         buffer if it doesn't exist.
2064
2065         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2066         given, mark the group as ephemeral with the current window conf.
2067
2068         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2069         buffer exists, which it doesn't if we haven't started Gnus.
2070         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2071
2072 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2075         type is.
2076
2077         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2078         `unexists' entries.
2079         (gnus-clean-old-newsrc): Fix last checkin.
2080
2081         * nnimap.el (nnimap-update-info): None of the articles below the active
2082         low-water mark exist.
2083
2084         * dgnushack.el: Get rid of XEmacs compilation warning.
2085
2086         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2087         would have gotten if we posted to the group, and use that to compare
2088         against the message we want to cancel (bug#10808).
2089
2090         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2091         on XEmacs.
2092
2093 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2094
2095         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2096         `scroll-margin'.
2097
2098 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2099
2100         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2101         citation prefix within a block of cited text should be considered part
2102         of that block *only* if it is a blank line.
2103
2104 2012-04-09  Chong Yidong  <cyd@gnu.org>
2105
2106         * binhex.el, hashcash.el, uudecode.el:
2107         Remove * characters from the front of variable docstrings.
2108
2109 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2112         before kinsoku-bol characters nor within kinsoku-eol characters.
2113
2114 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2117         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2118         (gnus-sync-read): Use mapc instead of mapcar.
2119
2120         * mm-archive.el: Require mm-decode for some macros.
2121         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2122         the byte compiler.
2123         (mm-archive-decoders): New function that returns the value of
2124         the mm-archive-decoders variable.
2125
2126         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2127         instead.
2128         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2129
2130         * nnimap.el (gnus-refer-thread-use-nnir):
2131         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2132
2133 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2136
2137 2012-03-12  Peter Münster  <pmrb@free.fr>
2138
2139         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2140         (gnus-demon-cancel): Ditto.
2141         (gnus-demon-run-callback): When function cannot be called due to low
2142         idleness, call it when idleness reaches the expected value, instead of
2143         waiting another timer period.
2144         (gnus-demon-init): Add `time' to arguments of call-back.
2145
2146 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2149
2150         * gnus.el: Register gnus-registry functions.
2151
2152         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2153         indent.
2154
2155         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2156         enabled before warping.
2157
2158 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2159
2160         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2161         registry about each article retrieved.
2162
2163         * gnus-int.el (gnus-select-group-with-message-id): New function.
2164         (gnus-try-warping-via-registry): Ditto.
2165         (gnus-warp-to-article): Fall back on the registry.
2166
2167 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2168
2169         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2170         inboxes.
2171
2172 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2175
2176 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2179         gnus-gcc-self-resent-messages may be a group parameter.
2180         (gnus-summary-resend-message): Don't encode encoded words in header
2181         when Gcc'ing resent message.
2182
2183 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * shr.el (shr-insert): Treat non-breaking space just like normal
2186         space.  This seems to produce more pleasing results.
2187         (shr-insert): Only insert a blank line if we're starting from an image.
2188         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2189         (shr-ensure-paragraph): Consider lines with white space to be blank.
2190
2191 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2192
2193         * Makefile.in: Respect DESTDIR.
2194
2195 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2196
2197         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2198         and gnus-gcc-post-body-encode-hook.
2199
2200 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2203         messages that don't exist.
2204
2205         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2206
2207 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2210         Remove.
2211
2212         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2213
2214         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2215
2216 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2219         have a group name.
2220
2221         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2222         a multibyte buffer (bug#7410).
2223         (article-wash-html): Parse the original article buffer to get the
2224         unencoded data (bug#7410).
2225
2226         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2227         .newsrc.el files.
2228
2229 2012-04-05  Bastien Guerry  <bzg@altern.org>
2230
2231         * color.el (color-lighten-name): Fix typo.
2232
2233 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2236         "#" to avoid having them interpreted as comments.
2237
2238 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * shr.el (shr-insert): Update the text state properly to avoid
2241         inserting spurious paragraph starts.
2242
2243 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * shr.el (shr-table-widths): Divide the extra width more fairly over
2246         the TDs (bug#10973).
2247         (shr-render-td): Don't delete too much padding.
2248         (shr-natural-width): Compute the natural width more correctly.
2249         (shr-insert): Allow the natural width to be computed for tables again.
2250         (shr-tag-table-1): Rework how the natural widths are computed by
2251         rendering the table a third time.
2252         (shr-natural-width): Removed.
2253         (shr-buffer-width): New function.
2254         (shr-expand-newlines): Use it.
2255
2256         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2257         using a `gnus-use-full-window' setup (bug#11013).
2258
2259 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2262         24.1 release.
2263
2264 2012-03-10  David Edmondson  <dme@dme.org>
2265
2266         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2267         'Forwarded Message' header and the start of the message.
2268
2269 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2270
2271         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2272         isn't running (bug#10897).
2273
2274 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2277         This is inconsistent with all the other stream functions, which leave
2278         the setting up to the higher levels (if so wanted) (bug#10931).
2279
2280 2012-02-28  Glenn Morris  <rgm@gnu.org>
2281
2282         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2283         mm-decode.el: Standardize possessive apostrophe usage.
2284
2285 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2288
2289 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2290
2291         * parse-time.el (parse-time-string): Allow extractor to return nil.
2292
2293 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2296
2297 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2300
2301 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2302
2303         * mm-decode.el (mm-shr): Remove "soft hyphens".
2304
2305         * nnimap.el (nnimap-request-list): Return the group names encoded as
2306         utf8.  Otherwise non-European group names don't work.
2307         (nnimap-request-newgroups): Ditto.
2308
2309         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2310         the default in `read-string' (bug#10757).
2311
2312         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2313         topics (bug#10843).
2314
2315         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2316         buffer.  Suggested by Herbert Valerio Riedel.
2317         (nnimap-request-move-article): Delete the message from the correct IMAP
2318         server.
2319
2320 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2321
2322         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2323         Reported by Peter Münster.
2324
2325 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2326
2327         * shr.el (shr-image-fetched): Make sure we really kill the right
2328         buffer.
2329
2330 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2331
2332         * gnus-start.el (gnus-1): Avoid duplicate entries.
2333
2334 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2335
2336         * imap.el: Remove.
2337
2338         * nntp.el (nntp-coding-system-for-read): Remove.
2339         (nntp-coding-system-for-write): Ditto.
2340         (nntp-open-connection): Just use `binary' directly.
2341
2342         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2343         Gnus 0.3.
2344
2345 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2346
2347         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2348         application/octet-stream parts really is.
2349
2350         * gnus-sum.el (gnus-propagate-marks): Remove.
2351
2352 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2353
2354         * shr.el (shr-rescale-image): Undo previous change; see
2355         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2356
2357 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2358
2359         * gnus.el: Ma Gnus v0.3 is released.
2360
2361 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2362
2363         * gnus-sum.el (gnus-summary-local-variables): Make
2364         `gnus-newsgroup-unexist' into a local variable.
2365
2366 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * registry.el (registry-usage-test, registry-persistence-test): Move to
2369         tests/gnustest-registry.el.
2370         (registry-make-testable-db, registry-match-test)
2371         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2372
2373         * gnus-registry.el (gnus-registry-misc-test)
2374         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2375
2376         * tests/gnustest-registry.el: New file with the registry and
2377         gnus-registry ERT tests.
2378
2379 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-msg.el (gnus-summary-resend-message): Make
2382         gnus-summary-resend-message-insert-gcc be last item in
2383         message-header-setup-hook.
2384
2385 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2386
2387         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2388         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2389         Remove.
2390         (nnfolder-open-server): Don't use marks.
2391         (nnfolder-request-delete-group): Ditto.
2392         (nnfolder-request-rename-group): Ditto.
2393         (nnfolder-request-set-mark, nnfolder-request-marks)
2394         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2395         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2396
2397         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2398         (nnml-marks-modtime): Remove.
2399         (nnml-request-delete-group): Don't use marks.
2400         (nnml-request-rename-group): Ditto.
2401         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2402         (nnml-save-marks, nnml-open-marks): Remove.
2403
2404         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2405         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2406         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2407         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2408         (nntp-server-to-method-cache): Remove.
2409
2410         * shr.el (shr-rescale-image): Fix wrong merge.
2411
2412 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2413
2414         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2415         too-wide lines.
2416
2417 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nnimap.el (nnimap-record-commands): New variable.
2420         (nnimap-log-command): Use it.
2421         (nnimap-make-process-buffer): Add a space to the process buffer.
2422         (nnimap-transform-headers): Don't bug out on header lines containing
2423         stuff that look like IMAP length encodings.
2424
2425         * shr.el (shr-rescale-image): Allow viewing large images.
2426
2427 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nnml.el (nnml-request-compact-group): Delete the marks file after
2430         compaction (bug#10800).
2431
2432         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2433         group exit.
2434
2435         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2436         QRESYNC/FETCH output.
2437
2438 2012-02-11  Glenn Morris  <rgm@gnu.org>
2439
2440         * sieve-manage.el (sieve-manage-default-stream):
2441         * shr.el (shr):
2442         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2443         (nnir-retrieve-headers-override-function)
2444         (nnir-imap-default-search-key, nnir-notmuch-program)
2445         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2446         (nnir-method-default-engines):
2447         * message.el (message-cite-reply-position):
2448         * gssapi.el (gssapi-program):
2449         * gravatar.el (gravatar):
2450         * gnus-sum.el (gnus-refer-thread-use-nnir):
2451         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2452         (gnus-registry-max-pruned-entries):
2453         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2454         * gnus-int.el (gnus-after-set-mark-hook)
2455         (gnus-before-update-mark-hook):
2456         * gnus-async.el (gnus-async-post-fetch-function):
2457         * auth-source.el (auth-source-cache-expiry):
2458         Add missing :version tags to new defcustoms and defgroups.
2459
2460 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2463         `gnus-newsgroup-unexist'.
2464
2465         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2466         marks.
2467         (gnus-article-special-mark-lists): Put the `unexist' in the special
2468         marks list instead.
2469
2470         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2471         articles in the list of articles to be selected.
2472
2473         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2474         articles.
2475         (nnimap-update-info): Keep track of unexisting articles.
2476         (nnimap-update-qresync-info): Ditto.
2477
2478 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2479
2480         * message.el (message-default-send-mail-function): Made into own
2481         function for reuse by emacsbug.el.
2482
2483 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2484
2485         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2486         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2487
2488 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2491         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2492
2493         * gnus-compat.el: Define `timer-set-function'.
2494
2495         * mm-decode.el (mm-display-external): Output the text from the command
2496         in the buffer after the command finished.  This makes text-based
2497         commands behave better.
2498
2499 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2502
2503 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2506         23.1.
2507
2508 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2511
2512 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2513
2514         * message.el (smtpmail-smtp-user): Silence compiler warning.
2515
2516 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2517
2518         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2519         SMTP user name.
2520
2521 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-sum.el (gnus-summary-show-thread):
2524         next-single-char-property-change may return nil in XEmacs.
2525         (gnus-summary-article-map): Fix typo.
2526
2527 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2530         running.
2531
2532         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2533
2534         * gnus.el (gnus-server-extend-method): Don't add an -address component
2535         if the method already has one (bug#9676).
2536
2537 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2540         of an initial-input for consistency (bug#10757).
2541
2542         * dgnushack.el: Fix XEmacs compilation warning.
2543
2544         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2545
2546         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2547
2548 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2549
2550         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2551         lines that are narrower than the window width.  Otherwise background
2552         "blocks" will look less readable.
2553
2554 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2555
2556         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2557         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2558         have newlines within the strings, and where the UID comes after the
2559         BODYSTRUCTURE element (bug#10537).
2560
2561         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2562         (bug#10732).
2563
2564         * shr.el (shr-insert-document): Add doc string.
2565         (shr-visit-file): Ditto.
2566         (shr-remove-trailing-whitespace): New function.
2567         (shr-insert-document): Use it to clean up trailing whitespace as the
2568         final step (bug#10714).
2569
2570 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2573         buffer if `gnus-kill-summary-on-exit' is nil.
2574
2575 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2578         when just reading a single group from "without" Gnus.
2579
2580 2012-02-06  Chong Yidong  <cyd@gnu.org>
2581
2582         * gnus-sum.el (gnus-summary-show-thread):
2583         next-single-char-property-change never returns nil (Bug#8657).
2584
2585 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2586
2587         * message.el (message-multi-smtp-send-mail): New function.
2588         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2589         header to implement multi-SMTP functionality.
2590
2591         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2592         (gnus-agentize): Don't set it.
2593         (gnus-agent-send-mail): Don't use it.
2594
2595         * gnus-sum.el (gnus-summary-widget-backward): New function and
2596         keystroke.
2597
2598         * gnus-compat.el: More the compat functions more compatible.
2599
2600         * shr.el (shr-put-image): Remove underlines from sliced images.
2601         (shr-zoom-image): Compute the region to be replaced more correctly.
2602
2603 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2606         (gnus-summary-resend-message-insert-gcc): New function.
2607         (gnus-summary-resend-message): Modify message-header-setup-hook and
2608         message-sent-hook to make it work for Gcc.
2609         (gnus-inews-do-gcc): Update the number of unread articles of groups
2610         that messages are Gcc'd to.
2611
2612         * message.el (message-resend): Run message-sent-hook to do Gcc.
2613
2614 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2615
2616         * lpath.el: Fix an XEmacs compilation warning.
2617
2618         * gnus-compat.el: Require `help-fns' to fix compilation error.
2619
2620         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2621         a higher level to silence compilation.
2622
2623         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2624         parameter to allow controlling the scaling.
2625
2626         * shr.el (shr-zoom-image): New command and keystroke.
2627         (shr-put-image): Take a `size' flag to say how to scale the image.
2628
2629         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2630         deletion unless already defined.
2631
2632         * gnus.el (gnus-compat): Require it.
2633
2634         * gnus-compat.el: New file.
2635
2636         * gnus-start.el (gnus-clean-old-newsrc): New function.
2637         (gnus-read-newsrc-file): Use it.
2638
2639         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2640         Use recursive deletion.
2641         (mm-dissect-archive): Add support for zip files.
2642
2643         * gnus-util.el (gnus-recursive-directory-files): New function.
2644
2645         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2646         (mm-archive-decoders): Add tgz support.
2647
2648         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2649         Otherwise inserting text into the Gnus buffer can look odd.
2650
2651         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2652
2653         * mm-archive.el (mm-archive-decoders): Add support for tar.
2654
2655         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2656
2657         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2658
2659 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2660
2661         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2662
2663         * mm-archive.el: New file.
2664
2665         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2666
2667         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2668
2669         * message.el (message-goto-*): Make all the `message-goto-*' commands
2670         push the mark before moving point.  This makes it easier to go back to
2671         where you came from after editing whatever you jumped to.
2672
2673 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2674
2675         * gnus.el: Ma Gnus v0.1 is released.
2676
2677 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2678
2679         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2680         without reconnecting.
2681         (nnimap-possibly-change-group): Ditto.
2682         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2683         connection has died before being called.
2684
2685 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2686
2687         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2688         an initial sync unless we're really doing one.
2689
2690         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2691         address parameter if one already exists (bug#9676).
2692
2693         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2694         not the prefix, as documented (bug#10689).
2695
2696 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2699         the "server".
2700
2701         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2702         the real error message with the useless "previously known to be down".
2703         Which isn't even correct.
2704
2705         * nntp.el (nntp-open-connection): Report the error message if the nntp
2706         server can't be reached.
2707
2708         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2709         groups we do a total scan for.
2710         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2711         doing that.
2712
2713 2012-01-31  Jim Meyering  <jim@meyering.net>
2714
2715         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2716         Correct a comment (insert "not") and hide nominally-doubled "to".
2717
2718 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus.el (gnus-version): Change name to "Ma Gnus".
2721
2722 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2723
2724         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2725         section in the manual.
2726
2727 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2728
2729         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2730         words.
2731         (rfc2047-encode-string): Ditto.
2732         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2733         understand folded filename="..." parameters, for instance.
2734
2735         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2736         the message for greater debuggability.
2737
2738 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2739
2740         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2741         instead of setting it locally, since the latter doesn't seem to have
2742         any effect (most of the time).
2743
2744 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2745
2746         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2747         function call.
2748
2749 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2750
2751         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2752         seconds, and make the repeat clause with HH:MM specs work as
2753         documented.
2754
2755 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2756
2757         * proto-stream.el (proto-stream-capability-open): Fall back on
2758         :end-of-command if :end-of-capability doesn't exist.
2759
2760 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2763         bound globally in old Emacsen and XEmacsen.
2764
2765 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2768         so that previous errors don't prohibit getting new news.
2769
2770         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2771
2772         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2773
2774 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2775
2776         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2777         buffer, not of the string which is its name.
2778
2779 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2780
2781         * proto-stream.el (proto-stream-capability-open): Wait for
2782         :end-of-capability, not :end-of-command.
2783
2784         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2785         non-server-marks groups.
2786         (gnus-group-make-articles-read): Ditto.
2787
2788         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2789         methods (bug#9676).
2790
2791         * gnus.el (gnus-method-ephemeral-p): New function.
2792
2793 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2796         left-to-right.
2797
2798 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2801         warning.
2802
2803 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2806         macroexpand the nnir things, since they haven't been defined yet, and
2807         nnir requires gnus-sum.
2808
2809 2012-01-24  Julien Danjou  <julien@danjou.info>
2810
2811         * color.el (color-rgb-to-hsl): Fix value computing.
2812         (color-hue-to-rgb): New function.
2813         (color-hsl-to-rgb): New function.
2814         (color-clamp, color-saturate-hsl, color-saturate-name)
2815         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2816         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2817
2818 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2821
2822 2012-01-19  Julien Danjou  <julien@danjou.info>
2823
2824         * color.el (color-name-to-rgb): Use the white color to find the max
2825         color component value and return correctly computed values.
2826         (color-name-to-rgb): Add missing float conversion for max value.
2827
2828 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2829
2830         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2831         logical server name in addition to the actual machine address.
2832
2833         * auth-source.el (auth-source-user-and-password): Add convenience
2834         wrapper to search by just host and optionally user.
2835
2836 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2839         after rendering.
2840
2841 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2842
2843         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2844         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2845         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2846
2847 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2848
2849         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2850         (bug#9693).
2851         (gnus-summary-setup-buffer): Document return value (bug#9697).
2852
2853         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2854         since ido doesn't work on symbols (bug#9632).
2855
2856         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2857         when getting a single value as when getting all the values.  This means
2858         that atoms like `gcc-self' work cumulatively, like variable settings,
2859         instead of getting the value from the last matching clause.
2860         (gnus-group-find-parameter): Protect against the group buffer not
2861         existing (bug#9585).
2862
2863 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-start.el (gnus-activate-group): Document more parameters
2866         (bug#9694).
2867
2868         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2869         (bug#9692).
2870
2871         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2872         article was fetched, so that it can be expired later (bug#9958).
2873         (gnus-agent-summary-fetch-series): Add doc string.
2874         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2875         (bug#9517).
2876
2877         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2878         retrieval is happening.
2879
2880         * gnus.el (gnus-parameters): Doc fix.
2881
2882 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2883
2884         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2885         show the thread after expansion.
2886
2887 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-art.el (article-narrow-to-head): If the head is completely
2890         empty, narrow to the empty region (bug#9764).
2891
2892         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2893         read, and then mark them as unread only when the unread mark is used.
2894         This makes `C-- T k' actually work, even though it's confusing.
2895
2896         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2897         alive before we try to find its window.
2898
2899 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2900
2901         * mm-decode.el (mm-display-external): Use a longer timeout for the
2902         deletion to allow slow programs to display the file.
2903
2904 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2907         prompt to be less confusing.
2908
2909         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2910         argument to `message-reply'.  This broke `special-display-*' frame
2911         pop-uping (bug#10238).
2912
2913 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2916         systems, since these allegedly don't work there.
2917
2918 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2919
2920         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2921         live buffer.
2922
2923 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * nnir.el (nnir-retrieve-headers): Protect against the article not
2926         existing on the server (bug#10335).
2927
2928 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2929
2930         * gnus-agent.el (gnus-agent-load-local): Recompute
2931         gnus-agent-article-local on changing method.
2932
2933 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus.el (gnus-parameters): Note precedence.
2936
2937 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2938
2939         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2940         in the group buffer.
2941
2942 2012-01-04  Julien Danjou  <julien@danjou.info>
2943
2944         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2945         change.
2946
2947 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2950         too.
2951
2952         * nntp.el (nntp-retrieve-group-data-early): Use it.
2953
2954 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2955
2956         * nntp.el (nntp-retrieval-in-progress): New variable.
2957         (nntp-make-process-buffer): Make it buffer-local.
2958
2959         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2960         2010.
2961         (gnus-demon-init): Use it to compute the time if time is on the form
2962         "04:23".
2963
2964         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2965
2966         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2967         status in the correct buffer.
2968
2969 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2970
2971         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2972         when opening topics (bug#10407).
2973
2974 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2975
2976         * gnus-cus.el (gnus-score-customize):
2977         * gnus-sum.el (gnus-sort-gathered-threads):
2978         * message.el (message-shorten-references):
2979         * nnmairix.el (nnmairix-request-group):
2980         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2981
2982 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2983
2984         * gnus-agent.el (gnus-agent-regenerate-group):
2985         * gnus-int.el (gnus-retrieve-group-data-early):
2986         * mm-util.el (mm-codepage-ibm-list):
2987         * nndiary.el (Commentary, nndiary-get-new-mail):
2988         * nnir.el (nnir):
2989         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2990
2991 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * mm-view.el (mm-display-inline-fontify): Add comment.
2994
2995 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2996
2997         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2998         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2999
3000 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3001
3002         * gnus-art.el (gnus-split-methods):
3003         * gnus-msg.el (gnus-configure-posting-styles):
3004         * gnus-spec.el (gnus-parse-simple-format):
3005         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3006         * message.el (message-do-actions): Spelling fix.
3007
3008 2011-12-15  Juri Linkov  <juri@jurta.org>
3009
3010         * mm-decode.el (mm-inline-media-tests): Add missing
3011         `mm-handle-media-subtype'.
3012
3013 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3014
3015         * gnus-group.el (gnus-group-tool-bar):
3016         * gnus-sum.el (gnus-summary-tool-bar):
3017         * message.el (message-tool-bar):
3018         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3019
3020 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3021
3022         * plstore.el (plstore--insert-buffer): Spelling fix.
3023
3024 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3025
3026         * message.el (message-valid-fqdn-regexp): Update with newly approved
3027         top-level domain names ".tel" and ".asia".
3028
3029 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3032         unconditionally.
3033
3034 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3037         pop-to-buffer-same-window for old Emacsen.
3038
3039 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3040
3041         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3042
3043 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3044
3045         * netrc.el (netrc-credentials): Spelling fix.
3046
3047 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         * gnus-fun.el (gnus-fun-ppm-change-string):
3050         * gnus-msg.el (gnus-inews-do-gcc):
3051         * gnus-sum.el (gnus-summary-find-for-reselect):
3052         * gnus.el (gnus-summary-cancelled):
3053         * message.el (message-cancel-hook, message-send-news):
3054         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3055         * nnir.el (nnir-run-hyrex):
3056         * nntp.el (nntp-with-open-group-function):
3057         * pgg.el (pgg-pending-timers): Spelling fix.
3058
3059 2011-12-04  Chong Yidong  <cyd@gnu.org>
3060
3061         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3062         change (Bug#10200).
3063
3064 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * compface.el (uncompface):
3067         * gnus-art.el (gnus-article-x-face-command): Update the header format
3068         of icon data for the most recent icontopbm program.
3069
3070 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-msg.el (gnus-inews-do-gcc):
3073         * message.el (message-send-mail):
3074         * mml.el (mml-generate-mime): Share the value of the buffer-local
3075         `message-options' variable between a draft buffer and temprary working
3076         buffers.
3077
3078 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3081
3082 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3085         for Cygwin.
3086
3087 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3088
3089         * gnus-group.el (gnus-group-prepare-flat):
3090         * mm-bodies.el (mm-encode-body):
3091         * mml.el (mml-preview):
3092         * nnml.el (nnml-request-compact-group):
3093         * pop3.el (pop3-stream-type): Spelling fix.
3094
3095 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3096
3097         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3098
3099 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3100
3101         * color.el (color-rgb-to-hsl):
3102         * gmm-utils.el (gmm-tool-bar-style):
3103         * gnus-group.el (gnus-group-prepare-flat):
3104         * gnus-topic.el (gnus-topic-prepare-topic):
3105         * mm-decode.el (mm-discouraged-alternatives):
3106         * rfc2047.el (rfc2047-encode-1):
3107         * starttls.el: Spelling fix.
3108
3109 2011-11-24  Glenn Morris  <rgm@gnu.org>
3110
3111         * binhex.el (binhex-begin-line): Give it basic doc-string.
3112
3113         * starttls.el, tls.el: Fix case of "GnuTLS".
3114
3115 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3116
3117         * gnus-group.el (gnus-group-highlight): Fix typo.
3118
3119 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3120
3121         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3122         value of `delete-file', that returns nil for a local file but returns t
3123         for a remote file using ssh.
3124
3125 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3126
3127         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3128
3129 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3132         avoid later breakage.
3133
3134 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3137         article buffers' name.
3138
3139 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3142         by Paul Eggert's spellfixes two days ago.
3143
3144 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3147         doesn't have it.
3148
3149         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3150         buffer-local instead of binding them to avoid warnings.  Also demote
3151         errors (bug#10063).
3152         (font-lock-mode-hook): Shut up byte compiler.
3153
3154 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3155
3156         * mm-util.el (mm-charset-after):
3157         * nnir.el (nnir-run-hyrex):
3158         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3159         (ntlm-get-password-hashes, ntlm-md4hash):
3160         * smime.el: Fix typo.
3161
3162 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3163
3164         * gnus-agent.el (gnus-agent-expire-group-1):
3165         * nndiary.el (nndiary-last-occurence):
3166         * nnimap.el (nnimap-request-set-mark):
3167         * nnmairix.el (nnmairix-only-use-registry):
3168         * gnus-group.el (gnus-group-prepare-flat):
3169         * gnus-sum.el (gnus-decode-encoded-word-methods):
3170         * message.el (message-wash-subject):
3171         * nntp.el (nntp-retrieve-headers-with-xover):
3172         * smime.el (smime-certificate-directory): Spelling fix.
3173
3174 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3175
3176         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3177
3178         * color.el:
3179         * gnus-agent.el (gnus-agent-possibly-alter-active):
3180         * gnus-dired.el (gnus-dired-print):
3181         * mail-parse.el:
3182         * nnmairix.el (nnmairix-request-group):
3183         * shr.el (shr-image-displayer):
3184         * sieve-manage.el:
3185         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3186
3187 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3188
3189         * gnus-sum.el (gnus-auto-select-subject):
3190         * spam-report.el (spam-report-resend): Spelling fix.
3191
3192 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3193
3194         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3195         * gnus-art.el (gnus-default-article-saver):
3196         * gnus-srvr.el (gnus-server-copy-server):
3197         * gnus.el (gnus-sloppily-equal-method-parameters):
3198         * html2text.el (html2text-format-tag-list):
3199         * message.el (message-narrow-to-head):
3200         * nndiary.el:
3201         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3202         * sieve.el: Spelling fix.
3203
3204 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3205
3206         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3207         * gnus-sum.el (gnus-summary-make-menu-bar):
3208         * gnus-uu.el (gnus-uu-decode-postscript)
3209         (gnus-uu-decode-postscript-and-save):
3210         * mailcap.el (mailcap-print-command):
3211         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3212         Fix typos.
3213
3214 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3215
3216         * gnus-art.el (gnus-article-part-wrapper):
3217         * html2text.el (html2text-fix-paragraphs):
3218         * mm-decode.el (mm-image-fit-p):
3219         * rfc2047.el (rfc2047-encode-message-header):
3220         * shr-color.el (shr-color-visible-distance-min)
3221         (shr-color-relative-to-absolute, set-minimum-interval)
3222         (shr-color-visible): Fix typos.
3223
3224 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3225
3226         * gmm-utils.el (gmm-tool-bar-item):
3227         * gnus-art.el (gnus-treat-body-boundary):
3228         * gnus-diary.el (gnus-user-format-function-d):
3229         * gnus-start.el (gnus-get-unread-articles):
3230         * pgg-gpg.el (pgg-gpg-update-agent):
3231         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3232
3233 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3234
3235         * gnus-topic.el (gnus-group-prepare-topics):
3236         * gnus-uu.el (gnus-extract-view):
3237         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3238
3239 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * spam.el: Move BBDB autoloads.
3242         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3243         BBDB 2 and 3.
3244         (spam-check-BBDB): Use it.
3245         (spam-enter-ham-BBDB): Use it.
3246
3247 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3248
3249         * smime.el (smime-draw-buffer): Spelling fix.
3250
3251 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3252
3253         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3254         for scanning exactly one level.
3255         * gnus-start.el (gnus-get-unread-articles): Ditto.
3256
3257 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3260         slightly clearer.
3261
3262 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3263
3264         * gnus-sync.el: More commentary about setup.
3265
3266 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * message.el (message-send-and-exit): Document `arg'.
3269
3270 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3271
3272         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3273
3274 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3277
3278         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3279         we don't use `bound-and-true-p'.
3280
3281 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * gnus-util.el (gnus-bound-and-true-p): Remove.
3284         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3285         * nnir.el: Use it.
3286         * nnmairix.el: Use it.
3287
3288 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3289
3290         * gnus-sync.el: Improve docs about CouchDB admins.
3291
3292         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3293         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3294         for reasons unknown.
3295         * nnir.el: Use it.
3296         * nnmairix.el: Use it.
3297
3298         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3299         * nnir.el: Ditto.
3300         * nnmairix.el: Ditto.
3301
3302         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3303
3304 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3305
3306         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3307         not needed.  Provide xmlplistread list function to produce XML plist
3308         output for non-Gnus LeSync clients.
3309
3310 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3311
3312         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3313
3314         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3315         and save against it.  Group subscriptions, read marks, other marks,
3316         subscription levels, topic names, and topic offsets (the group's
3317         position within the topic) are saved.  This is an experimental backend
3318         and may change significantly.  Load json.el from the gnus-fallback-lib
3319         if it's not available otherwise.
3320         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3321
3322 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3323
3324         * message.el (message-completion-function): Make sure
3325         message-tab-body-function is not attempted if one of
3326         message-completion-alist fails to find a completion (bug#9158).
3327
3328 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3329
3330         * mml.el (mml-quote-region): Quote <#secure> tag.
3331         (mml-generate-mime-1): Unquote <#secure> tag.
3332
3333 2011-10-20  Chong Yidong  <cyd@gnu.org>
3334
3335         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3336         calling a minor mode from Lisp with nil arg enables it, so we have to
3337         make the wording a bit ambiguous here).
3338
3339 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3340
3341         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3342         * nnir.el (nnir-mode): Use it.
3343         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3344         Use it.
3345
3346         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3347         * nnmairix.el (gnus-registry-enabled): Ditto.
3348
3349 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3350
3351         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3352         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3353         only while we need to find out if it should be t or nil.
3354         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3355         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3356         the registry is installed.  Set it to nil when it's unloaded.
3357         (gnus-registry-install-p): Provide user guidance for the initial value
3358         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3359         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3360         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3361         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3362         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3363         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3364         `gnus-registry-install'.
3365
3366 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3367
3368         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3369         previous change.
3370         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3371         primary key is marked as disabled.
3372
3373 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3374
3375         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3376         primary key is marked as disabled.
3377
3378 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3379
3380         * html2text.el (html2text-clean-anchor): Check for quotes around
3381         `href' value.
3382
3383 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3386         searching.  Drop `bbdb-cache'.
3387
3388 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * message.el (message-signed-or-encrypted-p): Exclude header when
3391         checking if there is signed or encrypted body in text/plain message.
3392
3393 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3394
3395         * html2text.el (html2text-get-attr): Correctly handle attribute values
3396         containing "=".
3397
3398 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3399
3400         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3401         handle bindings.
3402
3403 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-win.el (gnus-configure-windows): Protect against reading
3406         ephemeral groups outside of Gnus.
3407
3408 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * shr.el (shr-tag-img): Don't get images displayed in tables.
3411
3412 2011-10-03  Glenn Morris  <rgm@gnu.org>
3413
3414         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3415         the "maintainer" version of debbugs.gnu.org reports.
3416
3417 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3420         make asynchronous adjacent image insertion work better.
3421
3422 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3423
3424         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3425         documentation.
3426
3427 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3430         `gnus-asynchronous' isn't shadowed.
3431
3432 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3435
3436         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3437         (nnimap-insert-partial-structure): The charset parameter isn't
3438         case-sensitive.
3439
3440         * nnheader.el (nnheader-message-maybe): New function.
3441
3442         * shr.el (shr-tag-table): Render totally broken tables better.
3443
3444         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3445         computing the boundary.
3446
3447 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * pop3.el (pop3-number-of-responses): Remove.
3450         (pop3-wait-for-messages): Rewrite to take linear time instead of
3451         exponential time.
3452
3453 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3456         re-fetch images.
3457
3458         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3459         re-fetch images when hitting `g' in Gnus.
3460
3461 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3464         (mml-compute-boundary): Don't check collision if it is non-nil.
3465         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3466         before checking collision.
3467
3468 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * message.el (message-indent-citation): Really make sure there's a
3471         newline at the end.
3472
3473         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3474         Fix suggested by John Wiegley.
3475
3476         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3477
3478         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3479
3480         * message.el (message-default-send-rename-function): Break out into its
3481         own function.
3482
3483         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3484         doesn't work under XEmacs.
3485
3486         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3487         of "imaps" to word around Windows problems.
3488         (nnimap-open-connection-1): Use it.
3489
3490         * message.el (message-indent-citation): Revert last change which made
3491         `F' not work.
3492
3493 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3494
3495         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3496         terminal as well.
3497
3498 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3501         because it displays images using overlays that aren't easy to copy to
3502         the article buffer.
3503
3504 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3505
3506         * message.el (message-indent-citation): Fix empty line removal at the
3507         end of the citation.
3508
3509 2011-09-20  Julien Danjou  <julien@danjou.info>
3510
3511         * auth-source.el (auth-source-netrc-create): Use default value for
3512         password if specified.  Evaluate default.
3513         (auth-source-plstore-create): Ditto.
3514         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3515         value evaluation.
3516         (auth-source-netrc-create): Typo fix.
3517         (auth-source-plstore-create): Ditto.
3518
3519         * password-cache.el (password-cache-remove): Remove entries even if the
3520         value is nil, so that password with a nil value (negative caching) is
3521         possible to invalidate.
3522
3523         * auth-source.el (auth-source-format-cache-entry): New function.
3524
3525 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3528
3529 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3532
3533 2011-09-19  Julien Danjou  <julien@danjou.info>
3534
3535         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3536         which work with things that are not ASCII.
3537
3538 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3541
3542 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3545         message level.
3546
3547 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3550
3551 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3554
3555 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3556
3557         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3558         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3559
3560 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3561
3562         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3563         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3564         articles.
3565
3566 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3567
3568         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3569         (message-mail-other-window, message-mail-other-frame)
3570         (message-news-other-window, message-news-other-frame):
3571         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3572         instead of setting buffer display varibles.
3573
3574 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3577
3578         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3579
3580 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3583         duplicates" to a higher level.
3584
3585         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3586         most egregious messages.
3587
3588 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3591
3592 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3593
3594         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3595         up the file (bug#9351).
3596
3597 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3600         it does with all other backends, but decode the names immediately after
3601         getting them.
3602
3603         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3604         decoding nnimap groups.
3605
3606         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3607         newsrc file.  It doesn't seem like an important optimization any more.
3608
3609 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3610
3611         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3612         overflows.
3613
3614 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3617         (gnus-interactive-exit): Extend to `quiet'.
3618
3619         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3620
3621         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3622         string.
3623
3624         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3625         renaming function arguments from `this'.
3626
3627         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3628
3629         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3630         has been renamed.
3631         (gnus-lrm-string-p): Include RLM and PDF, too.
3632
3633         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3634         (bug#9225).
3635
3636 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3637
3638         Add autoload cookies for functions used by sendmail.el.
3639         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3640
3641         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3642
3643 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-art.el (article-date-ut): Work properly even when there are
3646         things like Date header in the body; work for forwarded parts.
3647
3648 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3649
3650         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3651         original-article-buffer.
3652
3653 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3654
3655         * nnir.el (nnir-compose-result): Fix matching of server type.
3656         (nnir-run-swish++): Ditto.
3657         (nnir-run-namazu): Ditto.
3658         (nnir-run-notmuch): Ditto.
3659
3660 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3663         (bug#9405).
3664
3665         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3666         (bug#9421).
3667
3668         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3669         (bug#9425).
3670
3671         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3672         thing (bug#9426).
3673
3674 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675
3676         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3677         the error message.
3678
3679 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3680
3681         * message.el (message-setup-1): Return t (Bug#9392).
3682
3683 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3684
3685         * gnus-sum.el: When adding article headers to a summary buffer also
3686         update gnus-newsgroup-articles (bug#9386).
3687
3688 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * auth-source.el: Autoload help-mode.
3691
3692 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3695         names.
3696
3697 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3698
3699         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3700         mm-replace-in-string for compatibility issues.
3701         * mml2015.el (mml2015-epg-verify): Ditto.
3702
3703 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3706
3707         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3708
3709 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3712         continue on and do the clean-up phase (bug#9188).
3713
3714         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3715         just ignore groups that can't be opened instead of erroring out
3716         (bug#9225).
3717
3718         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3719         nil since some many people are fuddy-duddies.
3720
3721         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3722         images.
3723
3724         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3725         instead.
3726
3727         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3728
3729         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3730
3731         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3732         processing.
3733
3734         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3735         buffer to avoid warnings.
3736
3737 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3738
3739         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3740         specified to reduce precision.
3741
3742 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3745         bodystructures (bug#9314).
3746
3747 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3750         Make button keymap non-sticky after buttons.
3751
3752 2011-08-18  David Engster  <dengste@eml.cc>
3753
3754         * nnmairix.el (nnmairix-request-set-mark)
3755         (nnmairix-goto-original-article): Remove adding of article to registry,
3756         since `gnus-registry-add-group' isn't available anymore.
3757         (nnmairix-determine-original-group-from-registry):
3758         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3759         available anymore.
3760
3761 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3762
3763         * starttls.el (starttls-any-program-available): Define as obsolete
3764         function.
3765
3766 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3769         versions which Gnus use when appropriate.
3770
3771         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3772         a pretty destructive command.
3773
3774         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3775
3776 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * message.el (message-fix-before-sending): Make a different warning
3779         about NUL characters (bug#9270).
3780
3781         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3782         from custom (bug#9260).
3783
3784         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3785         things work in Emacs 22 and XEmacs, too.
3786
3787         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3788         default From.
3789
3790         * gnus-spec.el (gnus-lrm-string-p): New macro.
3791         (gnus-lrm-string): New constant.
3792         (gnus-summary-line-format-spec): LRM-ify the from.
3793         (gnus-tilde-max-form): LRM-ify string chopping.
3794
3795         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3796
3797         * message.el (message-is-yours-p): Allow disabling canlock checking
3798         (bug#9295).
3799         (message-shoot-gnksa-feet): Add `canlock-verify'.
3800         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3801         message directory isn't writable (bug#9304).
3802
3803         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3804         non-world-readable.
3805
3806 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3809         articles.
3810
3811 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3812
3813         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3814         copy-list.
3815
3816 2011-08-12  Sam Steingold  <sds@gnu.org>
3817
3818         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3819         in the reverse order to avoid modifying the cache with `nreverse'.
3820         (gnus-all-score-files): Do not modify the value returned by
3821         `gnus-score-find-alist' because it lives in a cache variable.
3822         (gnus-current-home-score-file): No need to `nreverse' the return value
3823         of `gnus-score-find-alist', it is already in the correct order.
3824
3825 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3826
3827         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3828         type MESSAGE and subtype RFC822 is slightly different from those of
3829         type TEXT.
3830
3831 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3832
3833         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3834         This allows article-referral to work from an nnir group.
3835
3836 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3837
3838         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3839
3840 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3841
3842         * mml1991.el (mml1991-epg-find-usable-key)
3843         (mml1991-epg-find-usable-secret-key): New function.
3844         (mml1991-epg-sign): Check if signing key is usable.
3845         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3846
3847 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3848
3849         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3850         server-variables only.  This should fix a bug introduced with commit
3851         e1889675b7f4adf057833c5513c9374134c4e053.
3852         (nnir-run-query): 'nnir-search-engine should not be set from the global
3853         environment.
3854
3855 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3856
3857         * nnir.el (nnir-search-thread): Position point on referring article
3858         line.
3859         (nnir-warp-to-article): Clean up summary buffers.
3860
3861         * nnimap.el (nnimap-request-thread): Whitespace fix.
3862
3863 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3864
3865         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3866
3867 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868
3869         * starttls.el (starttls-available-p): Rename from
3870         `starttls-any-program-available' and changed return convention.
3871
3872 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3873
3874         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3875         `unix-sync' unless it's defined.
3876
3877 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3878
3879         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3880         `aref' for XEmacs compatibiltiy.
3881
3882 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3885
3886 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3887
3888         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3889         closures, quote the form properly (bug#9194).
3890
3891 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3894         (gnus-summary-insert-new-articles): Protect against servers that are
3895         down.
3896
3897 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3898
3899         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3900         in mm handle if none is specified.
3901
3902 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3903
3904         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3905
3906 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3907
3908         * nnir.el (nnir-search-thread): New function to make an nnir group
3909         based on a thread query.
3910
3911         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3912         of nnir in thread referral.
3913         (gnus-summary-refer-thread): Use it.
3914
3915         * nnimap.el (nnimap-request-thread): Use it.
3916
3917 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * shr.el (shr-tag-comment): Ignore HTML comments.
3920
3921 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3922
3923         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3924         argument.
3925         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3926         Use `nnir-address' to handle server info rather than passing an arg.
3927
3928         * nnimap.el (nnimap-make-thread-query): New utility function to format
3929         an imap thread search query.
3930         (nnimap-request-thread): Use it.
3931
3932         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3933         right select-method if we are not going back to the group buffer.
3934
3935 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3938         enter invalid buffer configurations into the quit form (bug#9107).
3939         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3940         unplugged/plugged.
3941
3942         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3943         keep track of which ones are unread (bug#9061).
3944
3945         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3946         (bug#9055).
3947
3948         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3949         (bug#9041).
3950
3951         * gnus-html.el (mm-util): Require (bug#9073).
3952
3953         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3954         (gnus-summary-refer-thread): Use it to remove duplicates in the
3955         un-threaded view (bug#9053).
3956         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3957
3958 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3959
3960         * nnir.el (nnir-read-server-parm): Use default value from global
3961         variable.  Without this the default search engine parameters aren't
3962         used at all.
3963
3964 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * message.el (message-unique-id): Don't use the undocumented return
3967         value from (random t) (bug#9118).
3968
3969 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * message.el (message-auto-save-directory): If the ~/Mail directory
3972         doesn't exist, use ~ as the auto-save directory (bug#4432).
3973
3974         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3975         hasn't already been started.
3976
3977 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3980
3981         * message.el (message-reply): Work around mysterious bug where
3982         `message-mode' seems to overwrite the locally bound `subject' variable.
3983
3984 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3985
3986         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3987         correct group.
3988
3989         * gnus-int.el (gnus-request-thread): Add group argument.
3990
3991         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3992
3993 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3996
3997         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3998         renamed to `debbugs-gnu-*'.
3999
4000 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4001
4002         * plstore.el: Revert the editing feature since it is not urgent.
4003         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4004         (plstore-mode-decoded): Remove.
4005
4006 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007
4008         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4009         isn't very interesting any more, and it leaks potentially secret data.
4010         (gnus-debug): Remove.
4011
4012         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4013         use of :custom-show.
4014
4015 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4016
4017         * plstore.el: Add documentation.
4018         (plstore-mode): New mode to edit plstore file.
4019         (plstore-mode-toggle-display, plstore-mode-original)
4020         (plstore-mode-decoded): New command.
4021         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4022         (plstore--insert-buffer, plstore--make): New function.
4023         (plstore-open, plstore-save): Simplify by using them.
4024
4025 2011-07-06  Glenn Morris  <rgm@gnu.org>
4026
4027         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4028
4029 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4032         no longer is much used.
4033         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4034         Articles".
4035
4036 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4037
4038         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4039         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4040         `notmuch' backend.
4041
4042 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * mm-decode.el (mm-text-html-renderer): Doc fix.
4045
4046         * gnus-msg.el (gnus-bug): Fix the MML tag.
4047
4048         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4049
4050 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4051
4052         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4053         secondary methods if started with `gnus-no-server'.
4054
4055 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4056
4057         * message.el (message-return-action): Fix typo in docstring.
4058
4059 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4062         bug reports at once.
4063
4064         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4065
4066 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * nndraft.el: Require gnus-group.
4069         (nndraft-request-list): Declare.
4070
4071         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4072         no unread article unless it matches gnus-permanently-visible-groups.
4073
4074         * nndraft.el (nndraft-update-unread-articles): New function.
4075         (nndraft-request-associate-buffer): Use it to update the number of
4076         unread articles for the nndraft groups in the group buffer when saving
4077         or killing a draft message.
4078
4079 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4082         systems to binary before writing and reading the mbox files.
4083
4084         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4085         instead of trying to list them all (bug#8978).
4086
4087 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4088
4089         * pop3.el (pop3-open-server): Use :end-of-capability.
4090
4091 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4094         the id is always a number.
4095
4096         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4097
4098         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4099         debbugs mode, if possible.
4100
4101 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4102
4103         * auth-source.el (auth-source-token-passphrase-callback-function):
4104         Reindent.
4105         (epg-context-operation): Remove unnecessary autoload.
4106
4107 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus.el (gnus-list-debbugs): New command.
4110
4111         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4112         mboxstat instead of the maintbox, since the stat seems to be fuller.
4113
4114         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4115         summary buffers.
4116
4117         * message.el (message-get-reply-headers): Delete all duplicates,
4118         instead of the first.
4119         (message-get-reply-headers): Ensure that we have progress while
4120         deleting duplicates.
4121
4122         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4123         gnus-posting-style value from the summary buffer to make it easier to
4124         make that a per-buffer conf.
4125
4126 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4127
4128         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4129         found by setting `shortcut' in 'query.
4130         (nnir-request-article): Use `shortcut' setting when requesting article
4131         by Message-ID.
4132
4133 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4134
4135         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4136         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4137         Bring the pseudo-headers back too.
4138
4139 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4140
4141         * auth-source.el (auth-source-token-passphrase-callback-function):
4142         Simplify and remove EPA dependency.
4143
4144 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4145
4146         * nnir.el (nnir-request-article): Fix error message text.
4147
4148 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4149
4150         * auth-source.el (plstore-delete): Autoload.
4151         (auth-source-plstore-search): Support delete operation.
4152         * plstore.el (plstore-delete): New function.
4153
4154 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4157         mark actually existing articles as unread rather than the ones that
4158         active asserts.
4159
4160 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4161
4162         * nntp.el (nntp-record-command):
4163         * gnus-util.el (gnus-message-with-timestamp-1):
4164         Use format-time-string rather than decoding time stamps by hand.
4165         This is simpler and insulates the code from potential changes to
4166         current-time format.
4167
4168 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4171
4172 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4173
4174         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4175         (plstore-save): Support public key encryption.
4176         (plstore--init-from-buffer): New function.
4177         (plstore-open): Use it; fix error when opening a non-existent file.
4178         (plstore-revert): Use plstore--init-from-buffer.
4179
4180 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4181
4182         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4183
4184 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4187         for old Emacsen.
4188
4189 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4190
4191         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4192         is not fully working.
4193
4194 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * dgnushack.el: Autoload sha1 on XEmacs.
4197
4198         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4199         quit window configuration.
4200
4201         * auth-source.el (epg-context-set-passphrase-callback):
4202         Remove duplicate autoload.
4203
4204 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4205
4206         * nnir.el (nnir-request-article): Allow requesting articles by
4207         Message-ID with nnimap.
4208
4209         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4210         current server.
4211
4212 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4213
4214         * auth-source.el: Autoload EPA/EPG functions.
4215         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4216         changed when EPA/EPG is not available.
4217         (auth-source-backend): Rename "arg" member to "data".
4218         (auth-source-backend-parse, auth-source-plstore-search)
4219         (auth-source-plstore-create): Use it.
4220
4221 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4222
4223         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4224         `gnus-refer-article-methods'.
4225
4226 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4227
4228         * auth-source.el: Require EPA and EPG.
4229         (auth-source-passphrase-alist): New variable.
4230         (auth-source-passphrase-callback-function)
4231         (auth-source-token-passphrase-callback-function): Callbacks for the
4232         netrc field encryption (GPG tokens).
4233         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4234         Symmetric encryption and decryption of the netrc GPG tokens.
4235         (auth-source-netrc-normalize): Use them, simplifying the closure.
4236
4237 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4240         is available.
4241
4242 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4245         non-nil, and `nnimap-split-methods' is nil, use the former.
4246
4247 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4248
4249         * plstore.el (plstore-revert): New function.
4250         (plstore-open): Use it; hide the buffer from user.
4251
4252 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * auth-source.el (auth-source-backend): New member "arg".
4255         (auth-source-backend-parse): Handle new backend 'plstore.
4256         * plstore.el: New file.
4257
4258 2011-06-30  Glenn Morris  <rgm@gnu.org>
4259
4260         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4261
4262 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4265         expiring articles to.
4266
4267         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4268         variations as ASCII (bug#5458).
4269
4270 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4273
4274 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * message.el (message-point-in-header-p): Tweak the function to default
4277         to saying that we're not in the headers if there is no separator at
4278         all.  This makes it possible to use the Message version of `M-q' in
4279         buffers with no headers (bug#7987).
4280         (message-point-in-header-p): Fix last checkin to work with an empty
4281         mail-header-separator, too.
4282
4283         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4284         again, save the choice via customize.
4285
4286 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4289
4290         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4291         ended the connection, bail out before waiting infinitely on a new
4292         connection.
4293
4294 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4295
4296         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4297         reports.
4298
4299         * gnus.el (gnus-bug-package): Use "gnus."
4300         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4301
4302 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * dgnushack.el: Make the timer warning go away on XEmacs.
4305
4306         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4307         animations going on at article exit time.
4308
4309         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4310         since removing it breaks people upgrading.
4311
4312         * shr.el (shr-put-image): Use the new interface for animating images.
4313         (shr-put-image): Animate for 60 seconds.
4314
4315         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4316         avoid compiler warnings.
4317
4318         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4319         error with `find-file-hooks' on Emacs 22.
4320         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4321         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4322         on all architectures.
4323
4324         * spam.el (spam-stat): Require in a normal fashion without binding
4325         `spam-stat-install-hooks' to avoid compilation warnings.
4326
4327         * spam-stat.el (spam-stat-install-hooks): Remove.
4328         (spam-stat-install-hooks): Don't run automatically.
4329
4330 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4331
4332         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4333         and keystroke.
4334
4335 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * auth-source.el (auth-source-netrc-cache): Move forward.
4338
4339 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * proto-stream.el (proto-stream-open-starttls): Use
4342         `gnutls-available-p' to see whether we have built-in support.
4343
4344         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4345         we already know.
4346         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4347         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4348
4349 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4352         %S format, since that looks odd.
4353         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4354         file, especially when saving.
4355
4356 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4357
4358         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4359         article found.
4360
4361 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4364         `auth-source-save-secrets' with a more sensitive alist that can be
4365         configured per file.  Experimental, so defaults to 'never.
4366         (auth-source-netrc-create): Use it.  Still experimental code.
4367         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4368         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4369
4370 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * auth-source.el (auth-source-save-secrets): New variable to control if
4373         secret tokens should be saved encrypted.
4374         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4375         to `auth-source-netrc-normalize'.
4376         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4377         on the EPA variables being defined.
4378         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4379         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4380         the lexical-let closure.
4381         (auth-source-netrc-create): Create "gpg:" tokens according to
4382         `auth-source-save-secrets'.
4383
4384 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-group.el (gnus-group-update-group): Add new argument
4387         `info-unchanged' that stops updating dribble buffer.
4388
4389         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4390         deletes lines matching to it in dribble buffer.
4391
4392         * gnus-agent.el (gnus-agent-fetch-group-1):
4393         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4394         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4395         * gnus-start.el (gnus-group-change-level):
4396         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4397
4398         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4399         if newsgroup info is not changed.
4400
4401         * gnus-group.el (gnus-group-get-new-news-this-group):
4402         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4403         Don't update dribble buffer.
4404
4405 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4406
4407         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4408         remove entries with groups we ignore.
4409
4410 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4413         the underline comes at the bottom.
4414
4415 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4418         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4419         (gnus-registry-article-marks-to-names): Rename from
4420         `gnus-registry-user-format-function-M2'.
4421
4422 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4425         ephemeral group.
4426
4427 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * shr.el (shr-browse-image): Copy the URL if called interactively.
4430
4431 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4434         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4435         done, then unselected articles may be marked as read.
4436
4437         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4438         since not doing this seems to lead to a race condition in pop3-logon.
4439
4440         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4441         so that the call chain it correct when we call "upwards".
4442
4443         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4444         in read-only groups.
4445
4446         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4447
4448         * message.el (message-cite-reply-position): Doc string fix.
4449
4450         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4451         avoid regexp overflow.
4452         (nnimap-transform-split-mail): Ditto.
4453
4454         * pop3.el (pop3-retr): Error out if the server closes the connection.
4455
4456 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4457
4458         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4459         mm-with-unibyte-current-buffer.  The buffer should not contain any
4460         multibyte chars anyway at this stage.
4461
4462 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4465         at the end of lines.
4466
4467 2011-05-29  Julien Danjou  <julien@danjou.info>
4468
4469         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4470
4471 2011-05-27  Glenn Morris  <rgm@gnu.org>
4472
4473         * gnus-group.el (gnus-bug-group-download-format-alist):
4474         Use the "maintainer" version of debian reports as well.
4475
4476 2011-05-26  Glenn Morris  <rgm@gnu.org>
4477
4478         * gnus-group.el (gnus-bug-group-download-format-alist):
4479         Use the "maintainer" version of debbugs.gnu.org reports.
4480
4481 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4484
4485 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4486
4487         * gnus-cus.el (gnus-agent-customize-category):
4488         * gnus-delay.el (gnus-delay-send-queue):
4489         * gnus.el (gnus-other-frame):
4490         Don't quote lambda expressions with `quote'.
4491
4492 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4495         the thread moves us backwards and so we loop forever.
4496
4497 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4500         whitespace in base64 data lines.
4501
4502 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4503
4504         * gnus-registry.el (gnus-registry-user-format-function-M):
4505         Use `mapconcat'.
4506         (gnus-registry-user-format-function-M2): Use to see the full text of
4507         the marks.  Make "," the mark text separator.
4508
4509         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4510         authentication with auth-source.
4511
4512 2011-05-17  Glenn Morris  <rgm@gnu.org>
4513
4514         * gnus-group.el (gnus-import-other-newsrc-file):
4515         Use insert-file-contents.
4516
4517 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4520         1000 iterations.
4521
4522 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * nntp.el (nntp-open-connection): Check if process-type is available.
4525
4526 2011-05-16  Julien Danjou  <julien@danjou.info>
4527
4528         * shr.el (shr-tag-del): Add support for del tag.
4529
4530 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-html.el (gnus-html-put-image): Register a displayer.
4533
4534         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4535
4536 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * registry.el (prune-factor): New initialization parameter defaulting
4539         to 0.1.
4540         (registry-prune-hard): Use it.
4541
4542         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4543         0.1 expicitly.
4544
4545 2011-05-13  Glenn Morris  <rgm@gnu.org>
4546
4547         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4548         is bound, since this function requires sendmail.
4549
4550 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * registry.el (registry-usage-test): Disable pruning test.
4553
4554 2011-05-11  David Engster  <dengste@eml.cc>
4555
4556         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4557         Bind set-network-process-option for XEmacs.
4558
4559 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * registry.el (registry-prune-hard-candidates)
4562         (registry-prune-soft-candidates): Helper methods for registry pruning.
4563         (registry-prune): Use them.  Make the sort function optional.
4564
4565 2011-05-10  Jim Meyering  <meyering@redhat.com>
4566
4567         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4568
4569 2011-05-10  Julien Danjou  <julien@danjou.info>
4570
4571         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4572         symbol and not a list.
4573
4574 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-art.el (gnus-article-mode): Move binding of
4577         shr-put-image-function here from gnus-article-prepare-display.
4578
4579         * shr.el (shr-put-image-function): New variable.
4580         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4581         (shr-put-image): Return scaled image.
4582
4583         * gnus-art.el (gnus-shr-put-image): New function.
4584         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4585
4586         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4587         original ones, as deletable.
4588
4589 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4590
4591         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4592
4593 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * registry.el (registry-full): Add convenience method.  Fix logic.
4596         (registry-insert): Use it.  Fix logic here too.
4597
4598         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4599         `registry-prune' if `registry-full' returns t.
4600         (gnus-registry-handle-action)
4601         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4602         (gnus-registry-usage-test): Use it.
4603
4604 2011-05-07  Julien Danjou  <julien@danjou.info>
4605
4606         * shr.el (shr-link): Make shr-link inherit from link by default.
4607
4608 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4611
4612 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4615         error out because the face is not a list.
4616
4617 2011-05-05  Glenn Morris  <rgm@gnu.org>
4618
4619         * proto-stream.el (gnutls-negotiate): Fix declarations.
4620
4621         * gnus-start.el (gnus-propagate-marks): Declare.
4622
4623 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * registry.el (registry-reindex): Fix percentage message.
4626
4627         * proto-stream.el (network-stream-open-starttls): Adjust to call
4628         `gnutls-negotiate' with :process and :hostname arguments.
4629
4630 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * shr.el: Add shr-link face for links.
4633         (shr-urlify): Use it.
4634
4635         * registry.el (registry-insert): Make error message more helpful.
4636
4637 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * gnus-html.el (gnus-html-schedule-image-fetching):
4640         Use url-queue-retrieve, if it exists.
4641
4642         * shr.el (shr-tag-img): Ditto.
4643
4644         * gnus.el: Autoload more gnus-agent functions.
4645
4646         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4647         agent if we haven't already (bug#8502).
4648
4649         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4650         into the Agent, too.
4651
4652         * gnus-agent.el (gnus-agent-store-article): New function.
4653
4654         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4655         and moved from that file for reuse.
4656
4657         * pop3.el (pop3-open-server): Error messages are "-ERR".
4658
4659 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4662         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4663
4664 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4665
4666         * gnus.el: No Gnus v0.17 is released.
4667
4668 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4669
4670         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4671         buffer has moved to a different frame.
4672
4673 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4676         to get the conversion from unibyte to multibyte buffers to work on
4677         Emacs 22.
4678
4679         * nntp.el (nntp-request-article): Slight clean-up.
4680
4681 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * shr.el (shr-strike-through): New face.
4684         (shr-tag-s): Use it to provide <s> support.
4685         (shr-tag-s): Remove duplicate definition.
4686
4687 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4690         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4691
4692 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4695         `gnutls-negotiate'.
4696         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4697
4698 2011-04-23  Glenn Morris  <rgm@gnu.org>
4699
4700         * gnus-sum.el (gnus-extra-headers): Bump :version.
4701
4702 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4703
4704         * shr.el (shr-tag-sup): New function.
4705         (shr-tag-sub): Ditto.
4706
4707 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4708
4709         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4710         for the case where `gnus-registry-ignored-groups' is a list of lists,
4711         and don't call `gnus-parameter-registry-ignore' otherwise.
4712
4713 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * nnimap.el (nnimap-user): New backend variable.
4716         (nnimap-open-connection-1): Use it.
4717         (nnimap-credentials): Accept user parameter so it's explicit what user
4718         name is desired.
4719
4720         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4721         default.
4722
4723         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4724         not gnus-registry.el.
4725
4726         * gnus-registry.el: Mention in comments how to modify
4727         `gnus-extra-headers' for proper recipient tracking and that it may
4728         already have To and Cc recently, which it does as of this commit.
4729         (gnus-registry-ignored-groups): Remove defcustom.
4730         Explain why in comments.
4731         (gnus-registry-action): Fix data-header reference to use the extra
4732         headers.  Explain in package commentary how to add To and Cc headers to
4733         the gnus-extra-headers.
4734         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4735         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4736         parameter list or a string list in `gnus-registry-ignored-groups'.
4737         Fix logic error.
4738
4739 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * shr.el (shr-expand-url): Protect against null urls.
4742
4743 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * shr.el (shr-base): New binding.
4746         (shr-tag-base): Keep track of <base>.
4747         (shr-expand-url): New function used throughout.
4748
4749 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * gnus-registry.el
4752         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4753         (gnus-registry-ignored-groups): New variable.
4754         (gnus-registry-ignore-group-p): Use it.
4755         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4756         set the destination group to nil (same as delete) if it's ignored.
4757
4758 2011-04-20  David Engster  <dengste@eml.cc>
4759
4760         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4761
4762         * Makefile.in (test-nntp): New rule.
4763         (check): Add it.
4764         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4765
4766 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus-registry.el (gnus-registry-action)
4769         (gnus-registry-fetch-header-fast):
4770         Don't use mail-header that looks an internal function of mailheader.el.
4771
4772 2011-04-19  Glenn Morris  <rgm@gnu.org>
4773
4774         * time-date.el (time-to-days): Remove unused local variables.
4775
4776 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-registry.el: Eliminate cl functions.
4779         (gnus-registry-sort-addresses): New function that replaces mapcan.
4780         (gnus-registry-action, gnus-registry-spool-action)
4781         (gnus-registry-split-fancy-with-parent)
4782         (gnus-registry-fetch-recipients-fast): Use it.
4783         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4784
4785         * registry.el (initialize-instance, registry-lookup)
4786         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4787         (registry-lookup-secondary-value, registry-search, registry-delete)
4788         (registry-insert, registry-reindex, registry-size, registry-prune):
4789         Use eval-and-compile.
4790
4791 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * registry.el (registry-reindex): New method to recreate the secondary
4794         registry indices.
4795
4796         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4797         tracked field changes.
4798         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4799         (gnus-registry-action, gnus-registry-spool-action)
4800         (gnus-registry-handle-action)
4801         (gnus-registry--split-fancy-with-parent-internal)
4802         (gnus-registry-split-fancy-with-parent)
4803         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4804         move, and delete actions, and for fancy splitting with parent.
4805         (gnus-registry-extract-addresses)
4806         (gnus-registry-fetch-recipients-fast)
4807         (gnus-registry-fetch-header-fast): Convenience functions.
4808         (gnus-registry-misc-test): ERT test of
4809         `gnus-registry-extract-addresses'.
4810
4811 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4814         Track by subject first, then sender.
4815
4816 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4817
4818         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4819
4820         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4821         Lisp.
4822
4823         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4824         (gnus-draft-send): Use it to avoid popping
4825         up frames from gnus-group-send-queue.
4826
4827 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * gnus-registry.el: Updated gnus-registry docs.
4830
4831 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4832
4833         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4834         Fix logic bug.
4835         (gnus-registry-post-process-groups): Fix logging of no results and
4836         quote sender and subject.
4837
4838 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4841         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4842         gnutls-cli are too slow to be done opportunistically.
4843
4844         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4845         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4846         we had no early-data returned.
4847         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4848         two async commands to the same server at the same time.
4849
4850 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4851
4852         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4853
4854 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4857         "warning" level.
4858
4859         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4860         (mm-url-insert-file-contents): Don't set the package names.
4861
4862 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * gnus-registry.el (gnus-registry-action): Remove properties and
4865         simplify subject in `gnus-registry-handle-action'.
4866         (gnus-registry-spool-action): Get subject and sender from message if
4867         they are not passed in.
4868         (gnus-registry-handle-action): Remove properties and simplify subject
4869         consistently.
4870
4871 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4872
4873         * registry.el: Require CL before using defmacro*.
4874
4875 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-art.el (article-treat-date): Assume that
4878         gnus-article-date-headers may be a group parameter.
4879
4880 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4881
4882         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4883
4884         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4885         interactively so the newsrc file can contain foreign groups too.
4886         Useful for debugging but not much for users.
4887
4888 2011-04-07  David Engster  <dengste@eml.cc>
4889
4890         * registry.el (registry-usage-test): Only do
4891         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4892         lexical binding.
4893
4894 2011-04-07  David Engster  <dengste@eml.cc>
4895
4896         * Makefile.in (check, test-registry): New rules for test-suite.
4897
4898 2011-04-06  David Engster  <dengste@eml.cc>
4899
4900         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4901         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4902
4903 2011-04-06  David Engster  <dengste@eml.cc>
4904
4905         * registry.el (initialize-instance): Change :after to :AFTER to be
4906         compatible with old EIEIO version in XEmacs.
4907
4908 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * gnus-registry.el (gnus-registry-post-process-groups)
4911         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4912         and provide better messaging.
4913
4914 2011-04-06  David Engster  <dengste@eml.cc>
4915
4916         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4917         errors.
4918
4919         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4920         dgnushack-compile with error-on-warn enabled, and to signal an error if
4921         clean compilation failed.
4922         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4923         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4924
4925 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4926
4927         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4928         unconditionally anyway, discarding errors.
4929         (gnus-registry-delete-entries): New convenience function.
4930         (gnus-registry-import-eld): Import from old .eld registry.
4931
4932         * registry.el: Don't use ERT if it's not available.  Load it
4933         unconditionally anyway, discarding errors.
4934
4935         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4936         version from the Claudio Bley GnuTLS patch (extra optional parameters
4937         and host name).
4938
4939 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4942         fixup the parameters that can be customized by the user between
4943         save/read cycles.
4944         (gnus-registry-read): Use it.
4945         (gnus-registry-make-db): Use it.
4946         (gnus-registry-spool-action, gnus-registry-handle-action):
4947         Fix messaging.
4948         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4949         Map references to actual group names with sender and subject tracking.
4950         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4951         (gnus-registry-usage-test): Add subject lookup test.
4952
4953         * registry.el (registry-db, initialize-instance): Set up constructor
4954         instead of :initform arguments for the sake of older Emacsen.
4955         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4956         pre-lexbind merge bug.
4957         (registry-usage-test): Use it.
4958         (initialize-instance, registry-db): Move the non-function initforms
4959         back to the class definition.
4960
4961 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * registry.el: New library to manage gnus-registry-style data.
4964
4965         * gnus-registry.el: Use it (major rewrite).
4966
4967         * nnregistry.el: Use it.
4968
4969         * spam.el: Use it.
4970
4971 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4974         marks on non-selected articles.
4975
4976 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4977
4978         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4979         parameter to open-protocol-stream.
4980
4981 2011-04-01  Julien Danjou  <julien@danjou.info>
4982
4983         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4984         fundamental-mode.
4985
4986 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4989         servers.
4990
4991 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4994         made marks not propagate, again.
4995
4996 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4997
4998         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4999         Make this the default type.
5000         (proto-stream-open-plain): Rename from proto-stream-open-default.
5001         (open-protocol-stream, proto-stream-open-starttls)
5002         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5003         with `plain'.
5004
5005         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5006         value.
5007
5008         * nntp.el (nntp-open-connection-function): Document the fact that some
5009         values are not functions but are instead handled specially.
5010         Recognize nntp-open-plain-stream value.
5011         (nntp-open-connection): Recognize that value.
5012
5013 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5016         where it seems to be needed.
5017
5018 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5021         stuff.
5022
5023         * gnus-score.el (gnus-score-string): Fix calling convention of
5024         `gnus-simplify-buffer-fuzzy' after last patches.
5025
5026         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5027         server for articles we didn't get any headers for.  This is a sanity
5028         check.
5029
5030 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5031
5032         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5033         new CAPABILITY, use it.
5034
5035 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5038         downloading anything.
5039
5040         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5041
5042 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5043
5044         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5045         colors.
5046         (gnus-splash-svg-color-symbols): New function.
5047
5048 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5051         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5052         (gnus-simplify-subject-fuzzy): Use the local
5053         gnus-simplify-subject-fuzzy-regex instead of the global one.
5054         This makes using this variable in group parameters work.
5055
5056 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5057
5058         * gnus-registry.el (gnus-registry-unfollowed-groups):
5059         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5060         archive:sent-YYYY-MM-DD groups).
5061         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5062         tracking if there are more than `gnus-registry-max-track-groups'
5063         matches.
5064
5065 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5066
5067         * message.el (message--yank-original-internal): New function to do the
5068         insertion cleanly inside eval in `message-yank-original'.
5069         (message-yank-original): Use it.
5070
5071 2011-03-29  Julien Danjou  <julien@danjou.info>
5072
5073         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5074         local variables disabled rather than `normal-mode'.
5075
5076 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5077
5078         * imap.el (imap-shell-open, imap-process-connection-type):
5079         Use imap-process-connection-type for 'shell' streams as well as
5080         Kerberos, SSL, other subprocesses.
5081
5082 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5083
5084         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5085         with open-network-stream.
5086         (proto-stream-always-use-starttls): Option removed.
5087         (open-protocol-stream): Return a process object by default.  Provide a
5088         new parameter :return-list specifying a list-type return value, which
5089         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5090         :type `network' to `try-starttls', and `network-only' to `default'.
5091         Make `default' the default, for compatibility with open-network-stream.
5092         Handle the no-parameter case exactly as open-network-stream, with no
5093         additional stream processing.  Search plists using plist-get.
5094         Explicitly add :end-of-commend parameter if it is missing.
5095         (proto-stream-open-default): Rename from
5096         proto-stream-open-network-only.  Return 'default as the type.
5097         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5098         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5099         failed.  Always return a list with a (possibly dead) process as the
5100         first element, for compatibility with open-network-stream.
5101         (proto-stream-open-tls): Use plist-get.  Always return a list.
5102         (proto-stream-open-shell): Return `default' as connection type.
5103         (proto-stream-capability-open): Use plist-get.
5104         (proto-stream-eoc): Function deleted.
5105
5106         * nnimap.el (nnimap-stream, nnimap-open-connection)
5107         (nnimap-open-connection-1): Handle renaming of :type parameter for
5108         open-protocol-stream.
5109         (nnimap-open-connection-1): Pass a :return-list parameter
5110         open-protocol-stream to obtain a list return value.  Parse this list
5111         using plist-get.
5112
5113         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5114         for open-protocol-stream.  Accept open-protocol-stream return value
5115         that is a subprocess object instead of a list.  Handle the case of a
5116         dead returned process.
5117
5118 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5121
5122         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5123
5124 2011-03-21  Julien Danjou  <julien@danjou.info>
5125
5126         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5127         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5128         query.
5129         (mm-inline-text): Render normal text with fontification whenever
5130         possible.
5131
5132         * gnus-sum.el (gnus-summary-save-parts-1):
5133         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5134         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5135         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5136         Use `mm-handle-filename'.
5137
5138         * mm-util.el (mm-handle-filename): New function, return the filename of
5139         an handle.
5140
5141 2011-03-18  Julien Danjou  <julien@danjou.info>
5142
5143         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5144         (gnus-buffer-live-p): Check that buffer is not nil.
5145
5146 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5147
5148         * gnus.el: No Gnus v0.15 is released.
5149
5150 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5153         avoid warning on XEmacs.
5154
5155         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5156         on XEmacs.
5157
5158         * gnus-art.el: Require mouse, which the build bot seems to say is
5159         needed.
5160
5161         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5162
5163         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5164         XEmacs, since it doesn't have url-retrieve-synchronously.
5165
5166         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5167         since assoc-string doesn't exist in XEmacs.
5168
5169 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5170
5171         * gnus-group.el (gnus-group-list-ticked): New function.
5172         (gnus-group-make-menu-bar): Provide a menu entry for it.
5173         (gnus-group-list-map): Provide a binding for it.
5174
5175 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * shr.el (shr-visit-file): New command.
5178
5179         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5180
5181 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5182
5183         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5184         servers.
5185
5186 2011-03-16  Julien Danjou  <julien@danjou.info>
5187
5188         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5189         inline.
5190
5191         * gnus-art.el (article-hide-list-identifiers):
5192         Use gnus-group-get-list-identifiers.
5193
5194         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5195         (gnus-summary-remove-list-identifiers):
5196         Use gnus-group-get-list-identifiers to get regexp.
5197         (gnus-select-newsgroup, gnus-summary-insert-subject)
5198         (gnus-summary-insert-articles):
5199         Call gnus-summary-remove-list-identifiers unconditionally.
5200
5201 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5204         we're selecting a group with unread articles.
5205
5206         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5207
5208         * gssapi.el: New file separated out from imap.el to provide a general
5209         Kerberos 5 connection facility for Emacs.
5210
5211         * message.el (message-elide-ellipsis): Document the format spec
5212         ellipsis.
5213
5214 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * message.el (message-elide-region): Allow the ellipsis to say how many
5217         lines were removed.
5218
5219 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5222         window configurations containing buffers that are now dead.
5223
5224         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5225         parsing to avoid integer overflows.
5226         (nnimap-parse-flags): Simplify the last change.
5227         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5228         too large for 32-bit Emacsen.
5229
5230 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5231
5232         * auth-source.el (auth-source-netrc-create):
5233         * message.el (message-yank-original): Fix use of `case'.
5234
5235 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5236
5237         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5238         XEmacs, which was one character too wide.
5239
5240 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5241
5242         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5243         default number of articles to display.
5244         (gnus-articles-to-read): Use pretty names for prompt.
5245
5246 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * gnus-int.el (gnus-open-server): Ditto.
5249
5250         * gnus-start.el (gnus-activate-group): Give a backtrace if
5251         debug-on-quit is set and the user hits `C-g'.
5252         (gnus-read-active-file): Ditto.
5253
5254         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5255
5256 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * message.el (message-yank-original): Use cond instead of CL case.
5259
5260 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5261
5262         * auth-source.el (auth-source-netrc-create): Use usual format for the
5263         default in prompts.
5264
5265 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * lpath.el: Fbind read-char-choice for XEmacs.
5268
5269 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * auth-source.el (auth-source-netrc-create): Show the default in the
5272         prompt when prompting for token creation.
5273
5274 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * auth-source.el (auth-source-format-prompt): Always convert the value
5277         to a string to avoid evaluating non-string arguments.
5278         (auth-source-netrc-create): Offer default properly, not as initial
5279         content in `read-string'.
5280         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5281         of line to determine if we've been run before.  If so, don't run again,
5282         but print a trivial message to indicate the cache was hit instead.
5283
5284 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5287         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5288         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5289         Gnus.
5290
5291 2011-03-11  Julien Danjou  <julien@danjou.info>
5292
5293         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5294         modified file".
5295
5296 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5297
5298         * auth-source.el (auth-source-read-char-choice): New function to read a
5299         character choice using `dropdown-list', `read-char-choice', or
5300         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5301         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5302         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5303         (auth-source-netrc-saver): Use it.
5304         (auth-source-pick-first-password): New convenience function.
5305
5306 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5309         parameter in the credentials.
5310         (nnimap-open-connection-1): Use it after a successful login.
5311         (nnimap-credentials): Add IMAP-specific user and password prompt.
5312
5313         * auth-source.el (auth-source-search): Add :require parameter, taking a
5314         list.  Document it and the :save-function return token.  Pass :require
5315         down.  Change the CREATED message from a warning to a debug statement.
5316         (auth-source-search-backends): Pass :require down.
5317         (auth-source-netrc-search): Pass :require down.
5318         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5319         Change save prompt to indicate all modifications saved here are
5320         deletions.
5321         (auth-source-netrc-create): Take user login name as default in user
5322         prompt.  Move all the save functionality to a lexically bound function
5323         under the :save-function token in the returned list.  Set up clearer
5324         default prompts for user, host, port, and secret.
5325         (auth-source-netrc-saver): New function, intended to be wrapped for
5326         :save-function.
5327
5328 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329
5330         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5331         lines to be spaces instead.
5332
5333 2011-03-07  Julien Danjou  <julien@danjou.info>
5334
5335         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5336         (sieve-sasl-auth): Check that auth-source-search did return something,
5337         or just return an empty string.
5338
5339 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5340
5341         * gnus.el (gnus-interactive): Use read-directory-name.
5342
5343         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5344         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5345         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5346         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5347         Likewise.
5348
5349         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5350
5351 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5354         onto the list of killed groups, too.  This makes killed nnimap groups,
5355         for instance, more reliably not reappear.
5356
5357         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5358         the parent.
5359
5360         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5361
5362         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5363         really have server-side marks.
5364
5365         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5366         since most backends do not usefully have server-side marks.
5367         (gnus-update-read-articles): Propagate marks to all backends that
5368         really have server-side marks.
5369
5370 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5371
5372         * message.el (message-cite-reply-position, message-cite-style):
5373         New variables.
5374         (message-yank-original): Use the new citation styles.
5375
5376 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5377
5378         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5379         buffer-local issue); don't mark it buffer-local when running under
5380         XEmacs.
5381
5382 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5383
5384         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5385         numbers too big to be `read'.
5386
5387 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * password-cache.el (password-in-cache-p): Add autoload.
5390
5391         * message.el (message-options): Make buffer-local two ways to attempt
5392         to fix a XEmacs bug.
5393
5394 2011-03-02  Julien Danjou  <julien@danjou.info>
5395
5396         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5397
5398 2011-03-01  Julien Danjou  <julien@danjou.info>
5399
5400         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5401         group.
5402         (article-hide-list-identifiers): Use list-identifier group parameter.
5403
5404 2011-02-28  Julien Danjou  <julien@danjou.info>
5405
5406         * sieve.el (sieve-buffer-script-name): New local variable to store
5407         sieve script name.
5408         (sieve-edit-script): Store sieve script name.
5409         (sieve-upload): Use sieve script name when uploading.
5410         (sieve-upload): Use substitute-command-keys.
5411         (sieve-edit-script): Use substitute-command-keys.
5412         (sieve-refresh-scriptlist): Use substitute-command-keys.
5413         (sieve-manage-mode-map): Define keymap properly.
5414         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5415         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5416         Remove commented code about cvs.
5417         (sieve-manage-quit): New function.
5418         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5419
5420 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5423
5424 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * auth-source.el (auth-source-search): Cache empty result sets.
5427
5428         * password-cache.el (password-in-cache-p): Convenience function to
5429         check if a key is in the cache, even if the value is nil.
5430
5431         * auth-source.el (auth-source-save-behavior): New variable to replace
5432         `auth-source-never-create'.
5433         (auth-source-netrc-create): Use it.
5434         (auth-source-never-save): Remove.
5435
5436 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5437
5438         * nnimap.el (nnimap-stream): Doc fix.
5439         (nnimap-open-connection-1): Reverse the order of the ports to that the
5440         prompted-for port is first.
5441
5442         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5443         retrieval by the no-group selection.
5444
5445         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5446         numerical parameters.
5447
5448 2011-02-25  Julien Danjou  <julien@danjou.info>
5449
5450         * gnus-gravatar.el: Use gnus-with-article-buffer.
5451
5452         * gnus-art.el (gnus-with-article-buffer): Check that the
5453         gnus-article-buffer is alive.
5454
5455 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5456
5457         * auth-source.el (auth-source-creation-prompts): New variable to manage
5458         creation-time prompts.
5459         (auth-source-search): Document it.
5460         (auth-source-format-prompt): Add utility function.
5461         (auth-source-netrc-create): Don't default the user name to
5462         user-login-name.  Use `auth-source-creation-prompts' and some default
5463         prompts for user, host, port, and password (the default generic prompt
5464         remains ugly).
5465         (auth-source-never-save): Add customizable option to never save info.
5466         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5467         mode excursion.
5468
5469 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5472         argument that XEmacs doesn't support.
5473
5474         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5475         compiled for Emacsen having no `libxml-parse-html-region' support.
5476
5477         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5478
5479         * lpath.el: Bind buffer-save-without-query for XEmacs.
5480
5481 2011-02-23  Julien Danjou  <julien@danjou.info>
5482
5483         * gnus-art.el (article-make-date-line): Ignore errors if time is
5484         invalid and not convertible.
5485         (article-make-date-line): Only add lapsed time if time is not nil.
5486
5487 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5490         `read-char-choice' for backwards compatibility.
5491         (auth-source-netrc-element-or-first): New function to DTRT for
5492         parameter extraction.
5493         (auth-source-netrc-create): Use it and fix multiple parameter print
5494         bug.  Use the default passed from above (given-default) or the
5495         built-in (user-login-name for :user).
5496
5497 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5498
5499         * gnus-start.el (gnus-dribble-read-file):
5500         Set buffer-save-without-query, since we always want to save the dribble
5501         file, probably.
5502
5503         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5504         nnimap.
5505
5506         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5507         -summary- since it's a user-visible variable.
5508
5509         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5510         first time you use the new Gnus.
5511
5512 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * auth-source.el: Don't load netrc.el.
5515         (auth-sources): Search ~/.netrc as well by default.
5516         (auth-source-debug): Add 'trivia option for extra output.
5517         (auth-source-do-trivia): Use it.
5518         (auth-source-search): Simplify logic to use
5519         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5520         appropriate.  Don't keep a running count at this level.  Layer :create
5521         and :delete options appropriately on the first and second passes.
5522         Don't track the backend with the search results.
5523         (auth-source-search-backends): New function to search a list of
5524         backends for a processed spec.
5525         (auth-source-netrc-parse): Cache all netrc files, making
5526         auth-source-netrc-cache an alist keyed by the file name and using the
5527         file mtime as the caching criterion.  Keep the obfuscated data secret
5528         with a lexical bind.
5529         (auth-source-netrc-search): Don't calculate the length of the results
5530         unnecessarily.
5531         (auth-source-search-backends): Fix bug.
5532         (auth-source-netrc-create): Rework prompts.
5533
5534 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5535
5536         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5537         Lower case names of search constraints.
5538         (nnir-run-query): Cache and reuse search constraints for all imap
5539         servers.
5540
5541 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5544         after exit.
5545         (gnus-setup-message): Define missing variable from last checkin.
5546
5547         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5548         value, show the raw article.
5549
5550 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5551
5552         * gnus.el: No Gnus v0.13 is released.
5553
5554 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5555
5556         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5557         auth-source now accepts numbers.
5558
5559         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5560         spec, too.
5561         (auth-source-ensure-strings): New function.
5562
5563         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5564         (gnus-article-setup-buffer): Always restart the date timer so that user
5565         changes to the frequency is respected.
5566
5567         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5568         port numbers, so make sure it gets that if nnimap-server-port is
5569         explicit.
5570
5571 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5572
5573         * nnimap.el (nnimap-inbox): Doc fix.
5574
5575 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5576
5577         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5578         Autoload.  Add optional arg FRAME, and pass it to color-values.
5579         (color-complement): Caller changed.  Doc fix.
5580         (color-gradient): Rewrite for better clarity and efficiency.
5581
5582 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5583
5584         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5585         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5586         color-lab-to-srgb.
5587
5588 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5589
5590         * color.el: First part of merge from hexrgb.el.
5591         (color-rgb-to-hex): Rename from color-rgb->hex.
5592         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5593         saturation to zero if the value is too small.
5594         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5595         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5596         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5597         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5598         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5599         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5600         (color-cie-de2000): Doc fix.
5601
5602 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5603
5604         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5605         given method as in the group name if we're using an extended method.
5606         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5607         command, if we're using that, instead of waiting for the beginning.
5608
5609         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5610         we're sure to get unique server names, and we don't output two async
5611         commands in the same buffer.  This fixes an NNTP hang for some users.
5612
5613 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5614
5615         * gnus.el: No Gnus v0.11 is released.
5616
5617 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5620         summary buffer before reading going to the next buffer.  This avoids
5621         putting the point in the group buffer if you `C-g' the command.
5622
5623         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5624         cache (for now) to make ~/.authinfo.gpg files usable.
5625
5626         * nnfolder.el (copyright-update): Define for the compiler.
5627
5628         * auth-source.el (auth-source-search): Fix unbound variable.
5629
5630 2011-02-19  Glenn Morris  <rgm@gnu.org>
5631
5632         * gnus.el (gnus-meta): Doc fix.
5633
5634 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5635
5636         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5637         in case it's not yet loaded.
5638
5639 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5640
5641         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5642         line we're waiting for.
5643
5644 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5645
5646         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5647         face with line-width greater than zero will cause RET in gnus summary
5648         buffer to scroll down article page-wise because auto vscroll happens,
5649         it should be temporally disabled when doing a scroll-up.
5650
5651 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5652
5653         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5654         outputs from the server.
5655
5656 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5657
5658         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5659         later so that bbdb can hook in easier.
5660
5661 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5662
5663         * auth-source.el (auth-source-search): Don't try to create credentials
5664         if the caller doesn't want that.
5665         (auth-source-search): If we don't find a match, don't bug out on
5666         non-bound variables.
5667         (auth-source-search): Only ask a single backend to create the
5668         credentials.
5669
5670         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5671         logging.
5672         (nnimap-credentials): Protect against auth-source-search returning nil.
5673         (nnimap-request-list): Protect against not being able to open the
5674         server.
5675
5676 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5677
5678         * auth-source.el (auth-source-search): Do a two-phase search, one with
5679         no :create to get the responses from all backends.
5680
5681         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5682         when getting credentials.
5683
5684         * gnus-util.el (gnus-delete-duplicates): New function.
5685
5686 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5689         a creation default, pass the whole port list down.  It will be
5690         completed.
5691
5692         * auth-source.el (auth-source-search): Updated docs to talk about
5693         multiple creation choices.
5694         (auth-source-netrc-create): Accept a list as a value (from the search
5695         parameters) and do completion on that list.  Keep a separate netrc line
5696         with the password obscured for showing the user.
5697
5698         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5699         first choice to `auth-source-search' so it will be used for entry
5700         creation instead of the server's Gnus-specific name.
5701         (nnimap-credentials): Rely on the auth-source library to select which
5702         port is actually wanted in the new netrc entry, so don't override
5703         `auth-source-creation-defaults'.
5704
5705         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5706         :protocol and accept a missing user, host, or port as a wildcard match.
5707         (auth-source-debug): Default to off.
5708
5709         (auth-source-netrc-search, auth-source-netrc-create)
5710         (auth-source-secrets-search, auth-source-secrets-create)
5711         (auth-source-user-or-password, auth-source-backend, auth-sources)
5712         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5713         instead of :protocol.
5714
5715         * nnimap.el (nnimap-credentials): Pass a port default to
5716         `auth-source-search' in case an entry needs to be created.
5717         (nnimap-open-connection-1): Use :port instead of :protocol.
5718
5719 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * auth-source.el: Bind load-path when loading EIEIO from
5722         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5723         21.4 doesn't support, to `require'.
5724         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5725         delete-dups that is not available in XEmacs 21.4.
5726
5727 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5728
5729         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5730         as EIEIO must also be loaded when auth-source.el is being
5731         byte-compiled.
5732
5733 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5736
5737         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5738
5739         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5740
5741         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5742
5743         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5744
5745         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5746
5747         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5748
5749         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5750         necessary.
5751
5752 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5755         nil means that nnimap doesn't get updated.
5756
5757 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5760         result when the user doesn't want to write to the file.
5761         (auth-source-netrc-search): Expect a synthetic result and proceed
5762         accordingly.
5763         (auth-source-cache-expiry): New variable to override
5764         `password-cache-expiry'.
5765         (auth-source-remember): Use it.
5766
5767         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5768         parameter.  Create entry if necessary by using :create t.
5769         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5770
5771 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * auth-source.el (auth-source-debug): Enable by default and don't
5774         mention the obsolete `auth-source-hide-passwords'.
5775         (auth-source-do-warn): New function to debug unconditionally.
5776         (auth-source-do-debug): Use it.
5777         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5778         and for Secrets API entries when the secrets.el library is not
5779         available.
5780
5781 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5782
5783         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5784         (gnus-summary-exit): Kill the correct article buffer on exit from a
5785         `C-d' group.
5786
5787         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5788         gnus-propagate-marks.
5789
5790         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5791         before killing the buffers so that a non-full window conf gets handled
5792         correctly.
5793         (gnus-summary-exit): Ditto.
5794         (gnus-summary-read-group-1): Ditto.
5795
5796         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5797         async code again so that we can debug it properly.
5798
5799         * message.el (message-reply): Take an optional switch-buffer parameter
5800         so that Gnus window confs are respected better.
5801
5802 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5805         `plist-get' to accept non-list parameters (XEmacs issue).
5806         Fix docstring.
5807         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5808         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5809         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5810         Login collection is "Login" and not "login".
5811
5812 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5813
5814         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5815         multiple headers.
5816
5817         * nnimap.el (nnimap-inhibit-logging): New variable.
5818         (nnimap-log-command): Don't log login commands.
5819
5820         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5821         to have more parameters.
5822
5823         * nnimap.el (nnimap-send-command): Mark the command time for each
5824         command, so that we don't get NOOPs stepping on our toes.
5825
5826         * gnus-art.el (article-date-ut): Get the date from the Date header on
5827         `t'.
5828
5829 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * auth-source.el (auth-source-search): Use copy-sequence instead of
5832         the cl.el copy-list.
5833
5834 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * imap.el: Bring it back (revert
5837         84d800cd31de3064f0ed39617d725709a2f8f42f).
5838
5839 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5840
5841         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5842         Improve prompt.
5843
5844 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5845
5846         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5847         washing status from the default format.  It isn't very informative.
5848
5849 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5850
5851         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5852         Fix Gcc processing on imap.
5853
5854 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * imap.el: Remove file.  All the functionality is in nnimap.el.
5857
5858 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * message.el (message-bury): Don't pop up a new window when selected
5861         window is dedicated.
5862
5863 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5864
5865         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5866
5867 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * sieve-manage.el: Autoload `auth-source-search'.
5870         (sieve-sasl-auth): Use it.
5871
5872 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5873
5874         * nnimap.el: Autoload `auth-source-forget+'.
5875         (nnimap-open-connection-1): Use it if the connection fails.
5876
5877         * auth-source.el: Require `password-cache'.
5878         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5879         obsolete.
5880         (auth-source-magic): Marker for `password-cache' keys.
5881         (auth-source-do-cache): Update docstring.
5882         (auth-source-search): Use and check cache.
5883         (auth-source-forget-all-cached, auth-source-remember)
5884         (auth-source-recall, auth-source-forget, auth-source-forget+)
5885         (auth-source-specmatchp): Caching support functions.
5886         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5887         Remove and obsolete.
5888         (auth-source-user-or-password): Remove caching to further discourage
5889         using it.  Always hide passwords.
5890
5891         * password-cache.el (password-cache-remove): Accept secrets that are
5892         not strings.
5893
5894 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5895
5896         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5897         code for now, since it doesn't work for all users.
5898
5899 2011-02-09  Julien Danjou  <julien@danjou.info>
5900
5901         * message.el (message-options): Make message-options really buffer
5902         local.
5903
5904 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5905
5906         * mail-source.el: Autoload `auth-source-search'.
5907         (mail-source-keyword-map): Note order matters.
5908         (mail-source-set-1): Get all the mail-source source values and
5909         defaults and search auth-source on those if needed.  This can all
5910         probably be simplified.
5911
5912         * nnimap.el: Autoload `auth-source-search'.
5913         (nnimap-credentials): Use it.
5914         (nnimap-open-connection-1): Ask for the virtual server and physical
5915         address in one shot.
5916
5917         * nntp.el: Autoload `auth-source-search'.
5918         (nntp-send-authinfo): Use it.  Note TODO.
5919
5920 2011-02-08  Julien Danjou  <julien@danjou.info>
5921
5922         * shr.el (shr-tag-body): Add support for text attribute in body
5923         markups.
5924
5925         * message.el (message-options): Make message-options a local variable.
5926
5927 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * auth-source.el (auth-source-secrets-search)
5930         (auth-source-user-or-password): Use `append' instead of `nconc'.
5931         (auth-source-user-or-password): Build return list better and protect
5932         against nil :secret.
5933
5934 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5935
5936         * nnimap.el (nnimap-update-info): Refactor slightly.
5937         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5938         (nnimap-update-info): Clean up slightly.
5939         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5940         characters.
5941         (nnimap-process-quirk): Rename function to avoid collision.
5942         (nnimap-update-info): Fix macrology bug-out.
5943         (nnimap-update-info): Simplify split history test.
5944
5945 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5946
5947         * auth-source.el (top): Require 'eieio unconditionally.
5948         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5949         (auth-source-secrets-search): Limit search when `max' is greater than
5950         number of results.
5951
5952 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5953
5954         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5955         part not returning any data.
5956
5957         * proto-stream.el (open-protocol-stream): Document the return value.
5958
5959 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * auth-source.el (auth-source-secrets-search): Add examples.
5962
5963 2011-02-06  Julien Danjou  <julien@danjou.info>
5964
5965         * message.el (message-setup-1): Handle message-generate-headers-first
5966         set to t.
5967
5968 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5971         API with a string "secrets:collection-name" and with 'default.
5972         (auth-source-backend-parse): Parse "secrets:collection-name" and
5973         'default.  Recurse on parses instead of repeating code.  Use the
5974         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5975         message when ignoring a source.
5976         (auth-source-search): List ignored search keys at the top level.
5977         (auth-source-netrc-create): Use `case' instead of `cond'.
5978         (auth-source-secrets-search): Created with TODOs.
5979         (auth-source-secrets-create): Created with TODOs.
5980         (auth-source-retrieve, auth-source-create, auth-source-delete)
5981         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5982         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5983         (auth-source-user-or-password-sftp)
5984         (auth-source-user-or-password-smtp): Remove.
5985         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5986         around `auth-source-search'.  Not tested thoroughly.
5987
5988 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * auth-source.el: Bring in assoc and eioeio libraries.
5991         (secrets-enabled): New variable to track the status of the Secrets API.
5992         (auth-source-backend): New EIOEIO class to represent a backend.
5993         (auth-source-creation-defaults): New variable to set prompt defaults
5994         during token creation (see the `auth-source-search' docstring for
5995         details).
5996         (auth-sources): Simplify to allow a simple string as a netrc backend
5997         spec.
5998         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5999         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6000         (auth-source-search): Main auth-source API entry point.
6001         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6002         (auth-source-search-collection): Helper function for searching.
6003         (auth-source-netrc-parse, auth-source-netrc-normalize)
6004         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6005         Supports search, create, and delete.
6006         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6007         backend stubs.
6008         (auth-source-user-or-password): Call `auth-source-search' but it's not
6009         ready yet.
6010
6011 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6012
6013         * message.el (message-setup-1): Remove the read-only stuff, since it
6014         doesn't work under XEmacs, for some reason.
6015
6016         * gnus-sum.el (gnus-user-date): Rename back from
6017         gnus-summary-user-date since user code refers to it.
6018
6019         * shr.el (shr-render-td): Store the actual background color used.
6020
6021         * message.el (message-setup-1): Don't bind the constant
6022         -forbidden-properties.
6023         (message-setup-1): Revert previous change, since it needs to bind the
6024         props to insert them.
6025         (message-resend): Allow removing the read-only separator line.
6026
6027 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6028
6029         * nnimap.el (nnimap-request-accept-article): Give an error message if
6030         the APPEND wasn't successful.
6031
6032 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6033
6034         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6035         that have no groups.
6036
6037 2011-02-03  Julien Danjou  <julien@danjou.info>
6038
6039         * gnus-draft.el: Remove progn around gnus-draft-setup.
6040
6041 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6042
6043         * gnus-start.el (gnus-read-active-for-groups): This function is never
6044         called with a nil `infos', so clean that up.
6045         (gnus-get-unread-articles): Request active files from primary/secondary
6046         methods that have no groups (yet).
6047
6048 2011-02-03  Julien Danjou  <julien@danjou.info>
6049
6050         * message.el (message-setup-1): Always generate References first.
6051         (message-mail): Return the return value of message-setup, not always t.
6052         (message-setup-1): Insert mail-header-separator with read-only and
6053         intangible properties set.
6054
6055         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6056         user-date in docstring.
6057
6058         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6059
6060         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6061         docstring.
6062
6063         * gnus.el (gnus-user-date-format-alist): Change default value.
6064         Use defcustom, with type and group. Move from gnus-util.el.
6065         Rename to gnus-summary-user-date-format-alist.
6066
6067 2011-02-03  Glenn Morris  <rgm@gnu.org>
6068
6069         * nnimap.el (gnus-fetch-headers): Declare.
6070
6071         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6072
6073 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6074
6075         * message.el (message-forward-make-body-digest-plain)
6076         (message-followup, message-reply): Clean up things noted by Stefan.
6077
6078         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6079         gnus-article-update-date-headers is nil.
6080         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6081         it didn't really work with defcustom.
6082         (article-update-date-lapsed): Make sure the window start doesn't move,
6083         either.
6084
6085 2011-02-01  Julien Danjou  <julien@danjou.info>
6086
6087         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6088         format.
6089
6090         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6091         standard in Emacs nowadays.
6092
6093         * color.el (color-gradient): Add a color-gradient function.
6094
6095 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6096
6097         * message.el (message-expand-name): Don't trust the return value of
6098         bbdb-complete-name.
6099         (message-check-news-header-syntax): Remove unused var `start'.
6100         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6101         (message-inhibit-body-encoding): Move to before first use.
6102         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6103         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6104         (Organization, Message-ID, Date, mh-previous-window-config):
6105         Defvar the vars using dynamic scoping.
6106
6107 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6108
6109         * shr.el (shr-render-td): Only do colors at the final rendering.
6110         Should be slightly faster.
6111         (shr-insert-table): Fix up TD background colors when doing the
6112         vertical padding.
6113
6114         * gnus-art.el (article-date-ut): Protect against articles with no Date
6115         header.
6116         (article-update-date-lapsed): Don't use current-column to find the
6117         horizontal position.  It's fragile in the presence of \003 characters.
6118
6119         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6120
6121 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus-art.el (article-transform-date): Rewrite to still work when
6124         there are several rfc2822 parts.
6125         (article-transform-date): Fix infinite recursion.
6126         (article-date-ut): Replace infinitely many Date headers with a single
6127         one when called interactively.
6128
6129         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6130         secure manner.
6131
6132         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6133         move around by not using save-window-excursion.  It seems to work...
6134
6135 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (article-make-date-line): Work for user-defined format.
6138
6139 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6140
6141         * nntp.el (nntp-retrieve-group-data-early)
6142         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6143         fetching functions.
6144
6145         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6146         thoroughly for all backends that have no known groups.  This should
6147         allow new nnml methods to retrieve mail.
6148
6149         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6150         that Gnus doesn't know exists again.
6151
6152         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6153         (gnus-treat-date-ut): Ditto.
6154         (gnus-article-update-date-header): Rename.
6155         (gnus-treat-date-local): Remove.
6156         (gnus-treat-date-english): Remove.
6157         (gnus-treat-date-lapsed): Remove.
6158         (gnus-treat-date-combined-lapsed): Remove.
6159         (gnus-treat-date-original): Remove.
6160         (gnus-treat-date-iso8601): Remove.
6161         (gnus-treat-date-user-defined): Remove.
6162         (gnus-article-date-headers): New variable to control all the date
6163         header options.
6164         (article-date-ut): Rewrite to allow using the new way to format date
6165         headers(s).
6166
6167 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6168
6169         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6170         method.
6171         (nnmail-article-group): A better test for fanciness.
6172
6173         * nnimap.el (nnimap-request-head): Protect against not finding the
6174         article by Message-ID.
6175
6176 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6177
6178         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6179         keep point at the "same place".
6180
6181 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6184         data if the group is inactive.
6185
6186 2011-01-28  Julien Danjou  <julien@danjou.info>
6187
6188         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6189         (gnus-all-windows-visible-p): Remove old compatibility code.
6190         (gnus-window-top-edge): Add docstring.
6191
6192         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6193
6194 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6195
6196         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6197         older request-update-info.
6198
6199         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6200
6201 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6202
6203         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6204         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6205
6206 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6209         groups.  This makes the nndraft:queue group pop up if it's not already
6210         there.
6211
6212         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6213         messages" logic, which was reversed.
6214
6215         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6216         the "same place" even if point is on the line being replaced.
6217         (article-update-date-lapsed): Allow updating both the combined lapsed
6218         and the lapsed headers.
6219         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6220         (article-make-date-line): Limit the number of segments dynamically to
6221         avoid too-long lines.
6222
6223 2011-01-27  Julien Danjou  <julien@danjou.info>
6224
6225         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6226         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6227
6228 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6231         Use plist-get instead of the cl function getf.
6232
6233 2011-01-27  Glenn Morris  <rgm@gnu.org>
6234
6235         * gnus-util.el (float-time): Get rid of compiler warning, again.
6236
6237 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6238
6239         * shr.el (shr-put-color): Special-case background colors: Do put them
6240         at the blank parts at the front of the lines.
6241
6242         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6243         exit hook to nix out all data on readedness on group exit.
6244
6245         * gnus-util.el (float-time): If float-time is bound, always use it on
6246         all Emacsen.  It's unclear why the subrp check was there.
6247         (time-date): Require to make some autoload issues on XEmacs go away.
6248
6249         * shr.el (shr-put-color): Don't do the box padding in tables, since
6250         they're already padded.
6251
6252 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-art.el (gnus-article-next-page): When the last line of the
6255         article is displayed, scroll down once more instead of going to the
6256         next article at once.
6257         (article-lapsed-string): Refactor out and allow specifying how many
6258         segments you want.
6259         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6260         (gnus-article-update-lapsed-header): New variable.
6261
6262         * shr.el: Revert change that made headings use different-sized faces.
6263         The Emacs display engine isn't advanced enough that, for instance,
6264         tables can comfortably use differently-sized faces.
6265
6266 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6267
6268         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6269         used.
6270         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6271         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6272         we're using an encrypted connection.
6273
6274         * proto-stream.el: Alter the interface functions to also return the
6275         actual stream type used: network or tls.
6276
6277 2011-01-25  Julien Danjou  <julien@danjou.info>
6278
6279         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6280         (mm-display-javascript-inline): New function.
6281
6282         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6283         viewing function.
6284
6285 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * shr.el (shr-expand-newlines): Fix variable name.
6288
6289 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6290
6291         * shr.el (shr-expand-newlines): Make nested boxes work.
6292
6293 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6294
6295         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6296         backgrounds.
6297         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6298         in a more sensible manner.
6299
6300 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6303         if EPG is loaded.
6304
6305 2011-01-24  Julien Danjou  <julien@danjou.info>
6306
6307         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6308         tags.
6309
6310 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6311
6312         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6313         commands.
6314
6315         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6316         in the article buffer.
6317         (gnus-gravatar-insert): Use blank space from the current buffer to
6318         avoid breaking text properties.  This makes X-Sent updating work again.
6319
6320         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6321
6322 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6323
6324         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6325         fix the bug in url-http.el instead.
6326
6327         * shr.el (shr-image-fetched): Ditto.
6328
6329         * shr.el (shr-image-fetched): Avoid having point move in the article
6330         buffer.
6331
6332         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6333         buffer after being called.  It's apparently being killed by url.el, and
6334         killing it made point move to end-of-buffer in a random buffer.
6335
6336         * shr.el (shr-image-fetched): Ditto.
6337
6338 2011-01-23  Julien Danjou  <julien@danjou.info>
6339
6340         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6341
6342         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6343         text/x-org.
6344
6345 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6346
6347         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6348         (i.e., nnimap) returning nil as the article number.
6349
6350 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6351
6352         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6353         "DelSp" parameter in RFC3676.
6354
6355 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6356
6357         * message.el (message-check-recipients): Display the encoded version of
6358         the bogus address if they differ.
6359
6360         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6361         after sending.
6362
6363         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6364
6365         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6366
6367         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6368         group buffer after sending the queue.
6369
6370         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6371
6372 2011-01-22  Julien Danjou  <julien@danjou.info>
6373
6374         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6375
6376 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6377
6378         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6379         nested related parts.
6380
6381         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6382         unexpired articles.  This fixes the regression that led expiry marks to
6383         disappear from nnfolder groups.
6384
6385 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6388         Don't confuse the "ret" of "retrograde" with RET.
6389
6390 2011-01-21  Julien Danjou  <julien@danjou.info>
6391
6392         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6393         than mm-insert-inline.
6394
6395 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6398         Widen article buffer.
6399
6400 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6401
6402         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6403         the temp buffer.
6404         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6405
6406 2011-01-20  Julien Danjou  <julien@danjou.info>
6407
6408         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6409
6410         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6411         than mm-insert-inline to insert inline part: this respect
6412         mm-inline-media-tests displayers.
6413
6414         * mm-view.el (mm-display-shell-script-inline): New function.
6415
6416         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6417
6418         * mm-uu.el (mm-uu-type-alist): Add org block.
6419         (mm-uu-org-src-code-block-extract): New function.
6420
6421         * mm-view.el (mm-display-org-inline): New function.
6422
6423         * mm-decode.el (mm-automatic-display): Add text/org.
6424
6425         * mailcap.el (mailcap-mime-extensions): Add .org.
6426
6427 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6430         gnus-article-add-buttons.
6431
6432 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6433
6434         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6435         From header with a date and "nobody" as the sender.
6436
6437 2011-01-19  Julien Danjou  <julien@danjou.info>
6438
6439         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6440         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6441         if you have the same regexp several times.
6442         (gnus-button-push): Fix matching when regexp is symbol.
6443
6444 2011-01-15  Glenn Morris  <rgm@gnu.org>
6445
6446         * message.el (message-mail): A compose-mail function should
6447         accept headers as strings.
6448
6449 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6450
6451         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6452         Add :vert-only tags.
6453         (message-mail): New arg RETURN-ACTION.
6454         (message-return-action): New var.
6455         (message-bury): Use it.
6456         (message-mode): Make it buffer-local.
6457         (message-send-and-exit): Always call message-bury.
6458
6459         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6460         message-mail.
6461
6462 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * nnimap.el (nnimap-convert-partial-article): Protect against
6465         zero-length body parts.
6466
6467         * mm-decode.el (mm-preferred-alternative-precedence):
6468         Discourage showing empty parts.
6469
6470         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6471         and stuff if the backend didn't return the article number.  This fixes
6472         an Exchange-related nnimap bug.
6473
6474         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6475         group window, because it does the wrong thing when a separate frame
6476         displays the group buffer.
6477
6478         * proto-stream.el (open-protocol-stream): Protect against the low-level
6479         transport functions returning nil.
6480
6481 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6482
6483         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6484         (mml2015-epg-find-usable-secret-key): New function.
6485         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6486         mml2015-epg-find-usable-key (Bug#7797).
6487         (mml2015-epg-encrypt): Ditto.
6488
6489 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * dgnushack.el (rot13-string): Fix the way to get the argument.
6492
6493 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6496
6497 2011-01-03  Glenn Morris  <rgm@gnu.org>
6498
6499         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6500
6501         * sieve.el (sieve-open-server): Give a more explicit error if
6502         sieve-manage-open returns nil.  (Bug#7720)
6503
6504 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6505
6506         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6507
6508 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6511         This avoids sending passwords in plain text over non-encrypted
6512         channels.
6513
6514         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6515
6516         * nnimap.el (nnimap-login): Refactored out into own function, and
6517         implement CRAM-MD5.
6518         (nnimap-wait-for-line): Refactored out.
6519
6520         * mm-view.el (mml-smime): Require.
6521
6522 2010-12-20  David Engster  <deng@eml.cc>
6523
6524         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6525         use EPG to decrypt S/MIME messages instead of openssl.
6526
6527 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6530
6531         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6532         status is the group clearly is unreachable.
6533
6534         * auth-source.el (auth-source-create): Add the optional second
6535         parameter to `local-variable-p' to be compatible with XEmacs.
6536
6537 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6538
6539         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6540         work when using a compressed nnml folder.
6541
6542 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6543
6544         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6545         backends after sanitising on entry, because this never makes sense:
6546         If the articles have gone missing, then the data no longer exists on
6547         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6548         overwrite anything anyway.
6549
6550         * shr.el (shr-insert-document): Bind shr-width dynamically to
6551         window-width if it's nil.
6552
6553 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6554
6555         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6556         with the meaning of using the full emacs window width for rendering.
6557
6558 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6559
6560         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6561         case when sender is not given.
6562
6563 2010-12-23  Julien Danjou  <julien@danjou.info>
6564
6565         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6566         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6567         the addresses, otherwise we might misplaced the gravatar.
6568
6569 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6570
6571         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6572         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6573         obsolete in Emacs.
6574
6575 2010-12-20  Julien Danjou  <julien@danjou.info>
6576
6577         * gnus-util.el (gnus-rescale-image): Revert last change.
6578
6579 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6580
6581         * binhex.el: Improve commentary (Bug#7482).
6582
6583 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-group.el (gnus-group-delete-articles): New command.
6586
6587 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6588
6589         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6590
6591 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6594         here, since it's up to the backends to do CRLF removal if their
6595         protocol has it.
6596
6597         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6598
6599 2010-12-17  Julien Danjou  <julien@danjou.info>
6600
6601         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6602         they are from file.  Can also scale up.
6603
6604 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6605
6606         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6607         Restore gnus-use-agent.
6608         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6609
6610         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6611
6612 2010-12-17  Julien Danjou  <julien@danjou.info>
6613
6614         * gravatar.el (gravatar-retrieve-synchronously): New function.
6615         (gravatar-get-data): Make more robust.
6616
6617 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6620
6621 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6622
6623         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6624         to really consider the last line.
6625
6626 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6627
6628         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6629         list of recipient keys, or use symmetric encryption if not a list.
6630         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6631         EPA override, replacing the call to `netrc-store-data'.
6632
6633 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6634
6635         * gnus-srvr.el: Avoid passing nil regexp argument to
6636         delete-matching-lines.
6637
6638 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6641         fetching stops when Gnus exits.
6642
6643         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6644         function.
6645         (nnfolder-request-expire-articles): Save all the buffers after doing
6646         expiry.
6647
6648         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6649         the last article", since that led to serious performance regressions
6650         when expiring nnml groups.
6651
6652 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6653
6654         * nnir.el: Improve customizations.
6655
6656 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6659
6660         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6661         group has been killed.
6662         (gnus-group-yank-group): Ditto.
6663
6664         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6665
6666         * nnimap.el (nnimap-request-update-group-status): New function.
6667
6668         * gnus-int.el (gnus-request-update-group-status): New interface
6669         function.
6670
6671         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6672         copying read-ness to the backends.
6673
6674         * nnimap.el (nnimap-quirk): New function.
6675         (nnimap-retrieve-group-data-early): Use it.
6676         (nnimap-quirks): New alist.
6677
6678 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6681         don't delete it within indentation.
6682
6683 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684
6685         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6686         previous line.
6687
6688 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6691         QRESYNC command by deleting a superfluous space which broke Cyrus
6692         servers.  This change will break other servers that are buggy the other
6693         way around.
6694
6695 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6696
6697         * spam.el: Reindent and fix long lines.
6698         (spam-copy-or-move-routine): Exclude invalid move destinations.
6699
6700 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6701
6702         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6703         installed the registry.
6704
6705 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6708
6709 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6710
6711         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6712         groupname doesn't contain "gmane".
6713
6714 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6717         and netrc-bound-and-true-p bindings.
6718         (netrc-parse): Cache the netrc contents.
6719
6720         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6721         (gnus-1): Don't create the nndrafts group twice.
6722         (gnus-setup-news): There's no need to read the active file here, since
6723         that's done again later on a per-backend basis.
6724         (gnus-start-draft-setup): Make sure that the new group is started out
6725         empty.
6726
6727         * gnus-agent.el (gnus-agentize): Don't create the queue group
6728         automatically on startup.  It'll be created later, if needed.
6729
6730         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6731         of automatically subscribed groups.
6732         (gnus-auto-subscribed-categories): New variable.
6733         (gnus-matches-options-n): Use it.
6734         (gnus-default-subscribed-newsgroups): Remove unused variable.
6735         (gnus-start-draft-setup): Message a bit less.
6736
6737 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6738
6739         * nnir.el (nnir-run-imap): Return article list in order of increasing
6740         UID.
6741
6742 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * gnus-sum.el (gnus-summary-enter-digest-group):
6745         Mention gnus-auto-select-on-ephemeral-exit.
6746
6747         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6748         convention of the network-only option.
6749
6750 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6751
6752         * proto-stream.el (proto-stream-open-network-only): New function to
6753         have a way to specify non-STARTTLS upgrade connections.
6754
6755 2010-12-10  Julien Danjou  <julien@danjou.info>
6756
6757         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6758         email address is nil.
6759
6760         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6761
6762 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6763
6764         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6765         deletion.
6766         (nnir-run-imap): Only need to parse list once.
6767
6768 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * shr.el (shr-tag-script): Ignore <script>.
6771         (shr-tag-label): Add <label> support.
6772
6773 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6776
6777         * shr.el (shr-image-displayer): Work for images lined side by side.
6778
6779 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6780
6781         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6782         parameter, since XEmacs doesn't accept t as a parameter.
6783
6784 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6785
6786         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6787         ids.
6788         (nnir-run-gmane): Simplify groupspec formatting.
6789         (nnir-request-expire-articles): New function.
6790
6791 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6794         overflow, possibly.
6795
6796         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6797         (shr-render-td): Handle td style="" better.
6798         (shr-tag-table): Use the color from the style sheet.
6799         (shr-render-td): Make sure we copy over all the overlays, too.
6800
6801 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6802
6803         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6804         (nnir-request-article): Improve article retrieval.
6805
6806 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mm-util.el (mm-extra-numeric-entities): New variable.
6809
6810         * mm-url.el (mm-url-decode-entities):
6811         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6812
6813         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6814
6815 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6816
6817         * message.el: Use completion-at-point.
6818         (message-completion-function): New fun, extracted from message-tab.
6819         (message-mode): Use it for completion-at-point-functions.
6820         (message-tab): Use it and completion-at-point.
6821
6822 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6825         character if a non-breakable character follows.
6826
6827 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828
6829         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6830         any stream.
6831
6832         * shr.el (shr-tag-font): Colorize the region.
6833         (shr-tag-body): Ditto.
6834         (shr-tag-font): Actually let the styles be inherited instead of
6835         overwriting them.
6836         (shr-tag-font): Get the background color right.
6837         (shr-tag-style): Ignore all <style> tags for the moment.
6838
6839         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6840         a Message-ID to avoid having nnimap depend on gnus-sum.
6841
6842         * shr.el (shr-descend): Only colorize something if we have a node that
6843         sets colors.
6844
6845 2010-12-06  Julien Danjou  <julien@danjou.info>
6846
6847         * shr.el (shr-render-td): Render td content with shr-descend, so style
6848         will be applied to <td> too.
6849         (shr-colorize-region): Colorize region even if we only have a background.
6850         (shr-tag-body): Fix color and background color inheritance.
6851         Do not recolorize after shr-generic.
6852         (shr-tag-font): Let shr-generic colorize via inheritance.
6853
6854 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6857
6858 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6859
6860         * nnir.el (nnir-request-move-article): Remove obsolete code.
6861
6862 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6865
6866 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * gnus-sum.el (gnus-summary-respool-article): The completion function
6869         expects a list instead of an alist.
6870
6871         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6872         string as the parameter.
6873
6874         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6875
6876         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6877         styles.
6878         (shr-colorize-region): New function.
6879         (shr-insert-background-overlay): Remove.
6880         (shr-render-td): Background setting should be taken care of on a higher
6881         level.
6882         (shr-tag-body): Use post-hoc colorizations.
6883         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6884         (shr-put-color-1): Don't overwrite old colors.
6885         (shr-colorize-region): When the background color isn't explicit, use
6886         a fixed background.
6887
6888         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6889         nnmail variables.
6890
6891 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6892
6893         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6894         unless necessary.
6895
6896 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6897
6898         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6899         server.
6900
6901 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6904         so that TAB works.
6905
6906         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6907         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6908
6909         * shr.el (shr-urlify): Show the URL before the title to avoid
6910         misleading URLs.
6911
6912 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6913
6914         * shr.el (shr-urlify): Display the title in <a> tags.
6915
6916 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6917
6918         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6919
6920 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6921
6922         * nnir.el: Rearrange code to allow macros to be autoloaded by
6923         gnus-sum.el.
6924         (nnir-retrieve-headers-override-function): Make this variable
6925         customizable.
6926         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6927
6928         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6929         from nnir.el.
6930
6931 2010-12-03  Julien Danjou  <julien@danjou.info>
6932
6933         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6934
6935 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6938         allow optional argument `environment'.
6939
6940 2010-12-03  Glenn Morris  <rgm@gnu.org>
6941
6942         * mm-extern.el (message-goto-body): Update declaration.
6943
6944 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-util.el (gnus-macroexpand-all): New function.
6947
6948         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6949         instead of macroexpand-all that is unavailable in XEmacs.
6950
6951 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6952
6953         * nnir.el (nnir-summary-line-format): New variable.
6954         (nnir-mode): Use it.
6955         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6956         (nnir-article-ids): Reimplement as defsubst.
6957         (nnir-retrieve-headers): Don't mangle the subject header.
6958         (nnir-run-imap): Use 100 as RSV score.
6959         (nnir-run-find-grep): Fix for full server searching.
6960         (nnir-run-gmane): Better restriction to gmane groups.
6961
6962         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6963         summary buffers.
6964
6965 2010-12-02  Julien Danjou  <julien@danjou.info>
6966
6967         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6968
6969         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6970
6971         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6972         support.
6973
6974 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6975
6976         * nnir.el: Update to handle the registry better.
6977         (autoload): Silence byte-compiler.
6978         (nnir-open-server): Add a hook for nnir groups.
6979         (nnir-request-move-article): Don't mangle the header.  Better to use
6980         formatting variables (which will be added in the future).
6981         (nnir-registry-action): Update the registry using the original article
6982         group name.
6983         (nnir-mode): Install nnir-specific hooks for updating the registry.
6984
6985         * gnus-sum.el
6986         (gnus-article-original-subject,gnus-newsgroup-original-name):
6987         Remove obsolete variables.
6988         (gnus-summary-move-article): Remove use of obsolete variables.
6989         (gnus-summary-local-variables): Make move and delete hooks local to
6990         summary buffers.
6991
6992 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * rtree.el: New file.
6995
6996 2010-12-01  Julien Danjou  <julien@danjou.info>
6997
6998         * message.el (message-user-organization): Do not use
6999         gnus-local-organization.
7000
7001         * gnus.el: Remove gnus-local-organization.
7002
7003         * gnus-msg.el: Remove nastygram thing.
7004
7005 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7008         funcall.
7009
7010 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7013         names.
7014
7015         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7016         characters.
7017
7018         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7019         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7020         Suggested by Štěpán Němec <stepnem@gmail.com>.
7021         (gnus-gravatar-transform-address): Use mail-extract-address-components
7022         that supports non-ASCII names rather than mail-header-parse-addresses.
7023
7024 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * proto-stream.el (open-protocol-stream): All starttls connections are
7027         handled by the network handler.
7028
7029 2010-11-30  Julien Danjou  <julien@danjou.info>
7030
7031         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7032         (nnimap-open-connection-1): Fix PREAUTH.
7033
7034         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7035
7036 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7039         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7040         (shr-insert): Use them.
7041         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7042
7043 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7044
7045         * nnir.el (nnir-request-move-article): Bail out if original group
7046         doesn't support article moves.
7047         (nnir-get-active): Improve active list retrieval.
7048
7049 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7052
7053 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7054
7055         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7056         seem to accept strings-with-numbers as port numbers.
7057
7058 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7059
7060         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7061         change the registry.
7062
7063 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7066         delete-dups that is not available in XEmacs 21.4.
7067
7068         * mm-util.el (mm-delete-duplicates): Add comment.
7069
7070 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7071
7072         * nnir.el (nnir-ignored-newsgroups): New variable.
7073         (nnir-get-active): Use it.
7074
7075 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * proto-stream.el (proto-stream-open-network): Add some comments.
7078
7079         * nntp.el (nntp-open-connection): Provide a :success condition.
7080
7081         * nnimap.el (nnimap-open-connection-1): Ditto.
7082
7083         * proto-stream.el (proto-stream-open-network): See what the response to
7084         the STARTTLS command is.
7085
7086         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7087         backwards compatibility).
7088         (nnimap-open-connection-1): Really respect nnimap-server-port.
7089
7090         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7091         TLS upgrades we don't really care about the identity of the peer.
7092         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7093         that what we've checked for.
7094         (proto-stream-always-use-starttls): Only default to t if
7095         open-gnutls-stream exists.
7096         (proto-stream-open-network): If STARTTLS failed, then just open a
7097         normal connection.
7098         (proto-stream-open-network): Wait until the greeting before doing
7099         STARTTLS.
7100
7101         * nntp.el (nntp-open-connection): Report what the connection error is.
7102
7103         * proto-stream.el (open-protocol-stream): Rename from
7104         open-proto-stream.
7105
7106 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * nnimap.el (nnimap-stream): Change default to `undecided'.
7109         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7110         first, and then network.
7111         (nnimap-open-connection-1): Respect nnimap-server-port.
7112         (nnimap-open-connection): Be more backwards-compatible.
7113
7114         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7115         (proto-stream-open-starttls): De-duplicate the starttls code.
7116         (proto-stream-open-starttls): Folded back into the main function.
7117         (proto-stream-open-network): Fix typo in the gnutls path.
7118         (proto-stream-command): Refactor out.
7119
7120         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7121
7122         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7123         starttls.el STARTTLS.
7124
7125         * color.el (color-lab->srgb): Fix function call name.
7126
7127         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7128         if we're using tls.el.
7129         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7130         built in, then don't try to establish a STARTTLS connection.
7131
7132         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7133         servers.
7134
7135         * proto-stream.el (open-proto-stream): Use network, not stream.
7136         (open-proto-stream): Add a way to specify what the end of a command is.
7137
7138         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7139         connections types.
7140         (nntp-open-network-stream): Remove.
7141         (nntp-open-ssl-stream): Remove.
7142         (nntp-open-tls-stream): Remove.
7143         (nntp-ssl-program): Remove.
7144
7145         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7146
7147 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7148
7149         * nnir.el: Fix typos.
7150         (nnir-retrieve-headers-override-function): Rename variable to reflect
7151         new semantics.
7152         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7153         macros.
7154         (nnir-request-article, nnir-request-move-article): Use them.
7155         (nnir-categorize): New function.
7156         (nnir-run-query): Use it.
7157         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7158         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7159         sorted.
7160         (nnir-group-full-name): Use gnus-group-full-name instead.
7161         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7162         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7163
7164 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7167
7168         * proto-stream.el: New library to provide protocol-specific
7169         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7170         protocols.
7171         (open-proto-stream): Complete the documentation.
7172         (proto-stream-open-network): Fix some typos.
7173
7174         * nnimap.el (nnimap-open-connection): Use it.
7175
7176 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7177
7178         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7179         negotiation.
7180
7181 2010-11-26  Julien Danjou  <julien@danjou.info>
7182
7183         * color.el: Rename various rgb functions to srgb.
7184
7185 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7188         names.
7189
7190 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * shr.el (shr-insert): Revert last change.
7193         (shr-find-fill-point): Never leave point being at bol;
7194         relax the kinsoku limitation when rendering tables.
7195
7196 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7199         results from -accept-article.
7200
7201         * shr-color.el: Require cl when compiling.
7202
7203         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7204         checkin.
7205
7206         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7207
7208         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7209
7210         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7211         'add and 'delete to set backend marks.
7212
7213         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7214
7215         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7216
7217         * nntp.el (nntp-request-set-mark): Use it.
7218
7219         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7220
7221         * nnml.el (nnml-request-set-mark): Ditto.
7222
7223         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7224         introduces regressions in article selection.
7225         (nnimap-find-uid-response): New function.
7226         (nnimap-request-accept-article): Use the UID returned, if any.
7227         (nnimap-request-move-article): Use the UID returned, if any.
7228         (nnimap-get-groups): Reimplement to work with folded lines.
7229         (nnimap-find-uid-response): The UID is the last element in the list.
7230         (nnimap-request-set-mark): Extend syntax with 'set.
7231
7232         * nnml.el (nnml-request-set-mark): Ditto.
7233
7234         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7235
7236         * nntp.el (nntp-request-set-mark): Ditto.
7237
7238 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * message.el (message-called-interactively-p): A temporary macro.
7241         (message-goto-body): Use it temporarily.
7242
7243 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7246         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7247         (nnimap-last-response-string): Fix last unfolding fix.
7248
7249 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * shr.el (shr-insert): Fix the way to fold lines.
7252
7253 2010-11-25  Julien Danjou  <julien@danjou.info>
7254
7255         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7256
7257         * color.el: Rename from color-lab.el
7258         (color-rgb->hex): Add.
7259         (color-complement): Add.
7260         (color-complement-hex): Add.
7261
7262         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7263
7264 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * shr-color.el (shr-color-visible): Don't bug out if the color names
7267         don't exist.
7268
7269 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7272         assuming that article displaying or another mml-preview may be
7273         interrupted for an error or for the like.
7274
7275         * shr.el (shr-get-background): Fix argument name.
7276
7277 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7280
7281         * gnus-sum.el (gnus-summary-include-articles): New function.
7282
7283         * message.el (message-goto-body): called-interactively-p needs a
7284         parameter, so use `any'.
7285
7286         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7287         clear marks before moving, since they're synced from the Gnus side
7288         first.
7289
7290         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7291         (gnus-summary-move-article): Copy over all marks before moving, so that
7292         IMAP doesn't think a new article has arrived.
7293
7294 2010-11-24  Julien Danjou  <julien@danjou.info>
7295
7296         * shr.el (shr-insert-background-overlay): Fix typo.
7297         (shr-render-td): Copy the background before rendering.
7298
7299         * shr-color.el (shr-color-visible): Fix docstring.
7300
7301         * shr.el (shr-tag-table): Add bgcolor support.
7302         (shr-render-td): Add bgcolor support.
7303         (shr-get-background): Add.
7304         (shr-insert-foreground-overlay): Use shr-get-background.
7305
7306         * message.el (message-goto-body): Use called-interactively-p.
7307         (message-in-body-p): message-goto-body returns point.
7308
7309 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7312         Fixes something or other in Emacs 23, and is backwards compatible.
7313
7314         * message.el (message-goto-body): Remove the <#secure special-casing,
7315         which is too special.
7316
7317         * shr.el (shr-parse-style): Drop !important from styles.
7318
7319 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7320
7321         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7322         this function to return incorrect results when calling it with an
7323         explicit article argument different from
7324         (gnus-summary-article-number).
7325
7326 2010-11-24  Julien Danjou  <julien@danjou.info>
7327
7328         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7329         (shr-tag-body): Add background support.
7330         (shr-descend): Add background support.
7331         (shr-tag-title): Add.
7332
7333         * shr-color.el (shr-color-visible): Really return original background
7334         if fixed.
7335
7336 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * shr.el (shr-color-check): Protect against non-existent color names.
7339
7340 2010-11-24  Julien Danjou  <julien@danjou.info>
7341
7342         * color-lab.el: Require 'cl when compiling.
7343
7344         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7345
7346         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7347         matched part.
7348
7349         * color-lab.el: Fix all expt calls to use float type.
7350
7351 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7354         expression to shr-color-check as is.
7355
7356         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7357
7358         * color-lab.el: Add coding cookie.
7359         (float-pi): Use eval-and-compile.
7360
7361         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7362         compiled for Emacsen having no `libxml-parse-html-region' support.
7363
7364 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * shr.el (shr-insert-color-overlay): Split stuff like
7367         "#444444 !important" to find the real color.
7368         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7369         parse <font color="red"> entries.
7370
7371 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7372
7373         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7374         point when parsing headers.
7375
7376         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7377         is positioned properly when parsing headers.
7378
7379 2010-11-23  Julien Danjou  <julien@danjou.info>
7380
7381         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7382
7383         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7384
7385         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7386
7387         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7388         Use shr-color-hue-to-rgb.
7389         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7390
7391 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * shr.el (shr-color->hexadecimal): Autoload.
7394         (shr-descend): Add color to all tags.
7395
7396 2010-11-22  Julien Danjou  <julien@danjou.info>
7397
7398         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7399         shr-color->hexadecimal.
7400
7401         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7402         RGB() or HSL() color representation.
7403
7404         * shr.el (shr-tag-font): Add.
7405         (shr-tag-color-check): New function to get better colors.
7406         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7407         tag-span.
7408
7409         * shr-color.el: New file.
7410
7411         * color-lab.el: New file.
7412
7413         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7414
7415 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7416
7417         * nnir.el: Fix typo in comments.
7418         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7419         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7420
7421 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7424
7425         * nnimap.el (nnimap-get-capabilities): Refactor out.
7426         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7427
7428 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7429
7430         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7431         appearing when `mm-uu-hide-markers' is nil.
7432
7433 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * nnimap.el (nnimap-unselect-group): Make into its own function.
7436         (nnimap-request-rename-group): Unselect group before renaming.
7437         This had gotten lost somewhere.
7438         (nnimap-request-accept-article): Keep track of examined groups, and
7439         unselect the group before APPENDing to read-only groups.
7440         (nnimap-request-move-article): Clear flags before moving so that they
7441         can be re-set later.
7442
7443 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7446         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7447
7448 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-art.el (gnus-mime-display-single):
7451         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7452         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7453         parameter.
7454
7455 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7458         (shr-table-vertical-line): New variable.
7459         (shr-insert-table): Use it.
7460
7461 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-html.el (gnus-html-wash-images): Don't display images if
7464         gnus-inhibit-images is non-nil; register displayer for cid images.
7465         (gnus-html-display-image): Work for cid image.
7466         (gnus-html-insert-image): Allow arguments.
7467         (gnus-html-put-image): Inhibit read-only.
7468         (gnus-html-prefetch-images): Don't prefetch images if
7469         gnus-inhibit-images is non-nil.
7470
7471 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * shr.el (shr-put-image): Break lines when inserting big pictures.
7474
7475 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7476
7477         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7478         sender, thanks Katsumi Yamaoka.
7479
7480 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7481
7482         * nnir.el (nnir-run-imap): Reverse the article list for each group
7483         rather than the whole list.
7484
7485 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * shr.el (shr-image-displayer): Protect function against non-existent
7488         image source.
7489
7490         * gnus-art.el (gnus-inhibit-images): New user option.
7491         (gnus-mime-display-single): Don't display image if it is non-nil.
7492
7493         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7494         gnus-inhibit-images.
7495
7496         * shr.el (shr-image-displayer): New function.
7497         (shr-tag-img): Use it.
7498
7499 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7500
7501         * mml2015.el (mml2015-epg-sign): Use From header.
7502
7503 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7506
7507         * gnus-util.el (gnus-find-text-property-region): Return markers.
7508
7509         * shr.el (shr-tag-img): Put a displayer in the text property.
7510
7511         * gnus-util.el (gnus-find-text-property-region): New utility function.
7512
7513         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7514         (gnus-html-show-images): Remove.
7515
7516         * gnus-art.el (gnus-article-show-images): New, more general function.
7517
7518         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7519         image url text properties.
7520
7521         * shr.el: Ditto.
7522
7523         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7524         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7525
7526 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7529         work for two or more articles.
7530
7531 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7534         divide an image that's in an html article to two or more when washing
7535         non-ASCII characters in alt text of it.
7536
7537 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7540         smime-decrypt-region using function argument.
7541         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7542
7543         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7544
7545         * smime.el (smime-decrypt-region): Catch it.
7546
7547 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7548
7549         * smime.el (smime-mode-map): Move initialization into declaration.
7550         (gnus-run-mode-hooks): Don't autoload.
7551         (smime-mode): Use define-derived-mode.
7552
7553 2010-11-11  Glenn Morris  <rgm@gnu.org>
7554
7555         * smime.el (from): Restrict declaration to XEmacs.
7556
7557         * nnir.el (gnus-group-topic-name): Autoload.
7558
7559 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * shr.el (shr-insert): Don't break long line if it is because of
7562         kinsoku-bol characters in the line end.
7563
7564 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7565
7566         * nnir.el (nnir-request-move-article): Fix to provide original group
7567         and subject.
7568         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7569         been retrieved.
7570
7571         * gnus-sum.el (gnus-summary-move-article): Use original group and
7572         subject for virtual articles such as those in an nnir summary buffer.
7573
7574 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7577         least 21.5).
7578
7579         * smime.el (from): Declare it again for XEmacs.
7580
7581 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * message.el (message-resend): Don't disable encoding unless it's
7584         already encoded.
7585
7586         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7587         low-numbered articles.
7588
7589 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * rfc2047.el (rfc2047-syntax-table): Simplify.
7592
7593         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7594
7595         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7596         set-char-table-range for XEmacs.
7597
7598 2010-11-10  Glenn Morris  <rgm@gnu.org>
7599
7600         * time-date.el (time-to-seconds): Always an alias on Emacs,
7601         never a real function.
7602         (with-no-warnings): Remove compat stub, now unused.
7603         (time-less-p): Doc fix.
7604         (time-to-number-of-days): Simplify.
7605
7606         * smime.el (from): Remove unused declaration.
7607
7608         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7609         (gnus-float-time): On Emacs, always an alias.
7610
7611         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7612         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7613
7614 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * dgnushack.el: Don't use ignore-errors in the top level form since it
7617         is unavailable in XEmacs even if cl is loaded.
7618
7619         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7620
7621 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * shr.el (browse-url-mailto): Autoload.
7624
7625         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7626
7627         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7628         regexp doesn't need quoting.
7629
7630 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7631
7632         * message.el (message-subject-trailing-was-ask-regexp)
7633         (message-subject-trailing-was-regexp): Match was: in addition to was.
7634
7635 2010-11-09  Glenn Morris  <rgm@gnu.org>
7636
7637         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7638         (nnbabyl-check-mbox): Use point-at-bol.
7639
7640 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7643
7644         * message.el (message-mailto): New function.
7645         (message-mailto): Should accept other parameters.
7646         (message-mailto): Remove since it duplicates browse-url-mailto
7647         functionality.
7648
7649 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7652         methods.
7653         (gnus-read-active-file): Ditto.
7654
7655         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7656         ": " from the prompt.
7657         (gnus-group-make-group): Ditto.
7658
7659 2010-11-07  Glenn Morris  <rgm@gnu.org>
7660
7661         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7662         (gnus-bookmark-kill-line): Use point-at-eol.
7663
7664 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7667         asterisks in From header.
7668
7669 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7672         string to avoid making the From headers syntactically invalid.
7673
7674         * message.el (message-send-mail): Don't insert courtesy messages if the
7675         message already has List-Post and List-ID messages.
7676
7677 2010-11-06  Glenn Morris  <rgm@gnu.org>
7678
7679         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7680         `condition', `type', `length' a prefix.
7681         (gnus-treat-predicate): Update for above name changes.
7682
7683 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7684
7685         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7686         binding.  Handled by `gnus-summary-refer-thread' instead.
7687         (nnir-warp-to-article): New backend function.
7688
7689         * nnimap.el (nnimap-request-thread): Force dependency updating.
7690
7691         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7692         (gnus-summary-refer-thread): Rework to improve thread-referral.
7693
7694         * gnus-int.el (gnus-warp-to-article): New function.
7695
7696         * gnus-sum.el (gnus-summary-article-map): Bind it.
7697
7698 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7699
7700         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7701         gnus-summary-refer-thread.
7702
7703         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7704         headers.
7705         (gnus-summary-limit-include-thread): Prevent articles in thread from
7706         being cut in gnus-cut-threads.
7707         (gnus-summary-refer-thread): Limit retrieved headers to those in
7708         thread.
7709
7710 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * message.el (message-send-mail): Use the value of
7713         message-courtesy-message from the message buffer.
7714
7715         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7716
7717         * shr.el (shr-browse-url): Implement mailto: URLs.
7718
7719         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7720         "raw".
7721
7722         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7723         if it's already selected.
7724
7725         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7726
7727 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7730         to measure the length and truncate alt text.
7731
7732 2010-11-03  Glenn Morris  <rgm@gnu.org>
7733
7734         * nndiary.el (nndiary-generate-nov-databases-1)
7735         (nndiary-generate-active-info): Rename dynamic variable `files' to
7736         something less generic.
7737
7738 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7739
7740         * nnir.el (nnir-request-move-article): Call the underlying backend to
7741         move articles from nnir.
7742
7743 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7744
7745         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7746
7747 2010-11-02  Julien Danjou  <julien@danjou.info>
7748
7749         * nnir.el: Remove wais support.
7750
7751 2010-11-02  Glenn Morris  <rgm@gnu.org>
7752
7753         * gnus-html.el: Reorder requirements to quieten compiler.
7754
7755 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7758         properly for XEmacs as well.
7759         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7760         (gnus-article-natural-long-line-p): Use window-width rather than
7761         frame-width.
7762
7763 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7764
7765         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7766         (nnir-read-parms): Don't modify query.
7767         (nnir-run-query): Add ability to search topic on current line.
7768         (nnir-get-active): Clean up.
7769
7770 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7773         degenerate articles.
7774
7775         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7776         (gnus-print-buffer): Just print the buffer as is, without any copying
7777         to a buffer and then re-highlighting.
7778
7779         * nnimap.el (nnimap-request-group): Store the new updated info.
7780         (nnimap-request-group): Select the group when we don't know whether it
7781         exists or not.
7782
7783         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7784         groups.
7785
7786         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7787         groups.
7788
7789         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7790         groups.
7791
7792         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7793         long-lines case by only filling the long lines.
7794
7795         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7796         (bug #7311).
7797
7798 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * shr.el: No need to declare `declare-function' since shr.el is for
7801         only Emacsen that provide `libxml-parse-html-region'.
7802
7803         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7804         effective only in a file it is referred to.
7805
7806 2010-11-01  Glenn Morris  <rgm@gnu.org>
7807
7808         * mm-util.el (gnus-completing-read): Autoload.
7809         (mm-read-coding-system): Simplify Emacs definition.
7810
7811         * nnmail.el (gnus-activate-group):
7812         * nnimap.el (gnutls-negotiate):
7813         * nntp.el (netrc-parse): Fix declarations.
7814
7815 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7818         string-match-p in Emacs >=23.
7819
7820         * gnus-msg.el (gnus-configure-posting-styles):
7821         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7822
7823 2010-11-01  Glenn Morris  <rgm@gnu.org>
7824
7825         * nnir.el (declare-function): Add compat stub.
7826         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7827         (nnir-run-gmane): Require 'mm-url.
7828
7829         * mm-util.el (mm-string-to-multibyte): Simplify.
7830
7831         * shr.el (declare-function): Add compat stub.
7832         (url-cache-create-filename): Declare.
7833         (mm-disable-multibyte, widget-convert-button): Autoload.
7834
7835         * smime.el (ldap-search): Declare.
7836         (smime-cert-by-ldap-1): Require ldap on Emacs.
7837
7838         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7839         (nnimap-keepalive): Use gnus-float-time.
7840
7841         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7842         (mail-source-delete-crash-box): Use gnus-float-time.
7843
7844         * gnus-dired.el (gnus-completing-read): Autoload.
7845
7846         * mm-view.el (gnus-rescale-image): Autoload.
7847
7848         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7849
7850         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7851
7852         * sieve-manage.el: Require 'cl when compiling.
7853
7854         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7855         (gnus-iswitchb-completing-read): Require iswitchb.
7856         (gnus-select-frame-set-input-focus): Silence compiler.
7857
7858 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * message.el (message-subject-trailing-was-query): Change default to t,
7861         since I think that's what most people want.
7862
7863         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7864         appending for easier debugging.
7865         (nnimap-wait-for-connection): Take a regexp.
7866         (nnimap-request-accept-article): Wait for the continuation line before
7867         sending anything unless we're streaming.
7868
7869         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7870         leave the header washing to take place.
7871
7872 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7873
7874         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7875         regular expression match and replace in posting styles.
7876
7877 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7878
7879         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7880         an entire server.
7881         (nnir-get-active): New function.
7882         (nnir-run-imap): Use it.
7883         (nnir-run-gmane): Who knew, gmane search returns an article score!
7884
7885         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7886         server on the current line with nnir.
7887
7888 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7891         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7892         left edge.
7893         (gnus-article-foldable-buffer): Skip past the prefix when determining
7894         raggedness.
7895
7896         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7897         the raw article, and change `C-u g' to show the article without doing
7898         treatments.
7899
7900         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7901         on to `gnus-treat-article'.
7902         (gnus-inhibit-article-treatments): New variable.
7903
7904         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7905
7906         * gnus-art.el (gnus-treatment-function-alist): Have
7907         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7908         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7909         sections.
7910
7911         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7912         parameter.
7913         (gnus-article-fill-cited-long-lines): New function.
7914         (gnus-article-fill-cited-article): Allow filling only long sections.
7915
7916         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7917         and non-punctuation (like after the apostrophe in "'We").
7918
7919         * gnus-sum.el (gnus-summary-select-article): Make sure
7920         gnus-original-article-buffer is alive.
7921
7922         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7923         reflect the order they're in in the digest.
7924
7925         * gnus.el (gnus-group-startup-message): Move point to the start of the
7926         buffer.
7927
7928         * nnimap.el (nnimap-capability): New function.
7929         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7930         is set.
7931
7932 2010-10-31  David Engster  <dengste@eml.cc>
7933
7934         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7935         conform with changes to gnus-completing-read.
7936
7937 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7940
7941 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7942
7943         * nnir.el: Move defvar, defcustom around to keep file organized
7944         and keep byte-compiler quiet.
7945         (nnir-read-parms): Accept search-engine as arg.
7946         (nnir-run-query): Pass search-engine as arg.
7947         (nnir-search-engine): Remove.
7948
7949 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * shr.el (shr-generic): The text nodes should be text, not :text.
7952
7953         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7954         later in the file.
7955
7956 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7957
7958         * nnir.el: General clean up.  Allow searching with multiple engines.
7959         Allow separate extra-parameters for each engine.
7960         Batch queries when possible.
7961         (nnir-imap-default-search-key,nnir-method-default-engines):
7962         Add customize interface.
7963         (nnir-run-gmane): New engine.
7964         (nnir-engines): Use it.  Qualify all prompts with engine name.
7965         (nnir-search-engine): Remove global variable.
7966         (nnir-run-hyrex): Restore for now.
7967         (nnir-extra-parms,nnir-search-history): New variables.
7968         (gnus-group-make-nnir-group): Use them.
7969         (nnir-group-server): Remove in favor of gnus-group-server.
7970         (nnir-request-group): Avoid searching twice.
7971         (nnir-sort-groups-by-server): New function.
7972
7973 2010-10-30  Julien Danjou  <julien@danjou.info>
7974
7975         * gnus-group.el: Remove gnus-group-fetch-control.
7976
7977         * gnus-start.el (gnus-find-new-newsgroups):
7978         Remove gnus-check-first-time-used.
7979
7980         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7981
7982 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7983
7984         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7985         set on groups that don't have \* permanentflags.
7986
7987 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7990         control the background color.
7991         (shr-tag-img): Ignore very small web bug type images.
7992         (shr-put-image): Add help-echo alt texts to the images.
7993         (shr-tag-video): Show the video poster image.
7994
7995 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * shr.el (shr-table-depth): New variable.
7998         (shr-tag-table-1): Only insert the images after the top-level table.
7999
8000         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8001
8002         * gnus-util.el (gnus-list-memq-of-list): New function.
8003
8004         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8005         selected.
8006         (nnimap-unsplittable-articles): New slot.
8007         (nnimap-new-articles): Use it.
8008
8009 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8010
8011         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8012         move to the previous line on `M-g'.
8013
8014 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8015
8016         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8017         *-request-group, which seems unnecessary.
8018
8019         * nnimap.el (nnimap-quote-specials): Function copied over from
8020         imap.el.
8021         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8022         they support that.  Suggested by Tom Regner.
8023
8024 2010-10-29  Julien Danjou  <julien@danjou.info>
8025
8026         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8027         defalias.
8028         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8029
8030         * gnus.el: Remove `gnus-nntp-service' variable.
8031         (gnus-secondary-servers): Make obsolete.
8032         (gnus-nntp-server): Make obsolete.
8033
8034         * gnus-start.el (gnus-1): Remove x-splash calls.
8035
8036         * gnus-ems.el (gnus-x-splash): Remove.
8037
8038         * gnus.el (gnus-group-startup-message): Simplify/update code.
8039
8040         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8041         definition.
8042
8043         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8044         capability before doing anything.
8045         (gnus-group-insert-group-line): Remove useless
8046         gnus-group-remove-excess-properties.
8047
8048 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8051
8052 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8055         config after reselecting.
8056
8057 2010-10-28  Julien Danjou  <julien@danjou.info>
8058
8059         * shr.el (shr-put-image): Use point even if only inserting text.
8060         (shr-put-image): Save excursion when inserting alt text on non-graphic
8061         display, so the behavior is the same when we are on a graphic display.
8062
8063         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8064
8065 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8068         (gnus-mime-copy-part): Check coding system, not charset.
8069         (gnus-mime-view-part-externally): Never remove part.
8070         (gnus-mime-view-part-internally): Don't remove part here.
8071         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8072         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8073         multipart/alternative.
8074
8075         * mm-decode.el (mm-display-part): Take optional arg `force'.
8076
8077 2010-10-26  Julien Danjou  <julien@danjou.info>
8078
8079         * gnus-group.el (gnus-group-default-list-level): Add this function to
8080         compute the default list level.
8081         (gnus-group-default-list-level): Add possibility to use a function.
8082
8083 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8086
8087         * gnus-group.el (gnus-group-completing-read)
8088         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8089         gnus-replace-in-string.
8090
8091 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * shr.el (shr-tag-div): Add.
8094
8095         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8096
8097 2010-10-25  Julien Danjou  <julien@danjou.info>
8098
8099         * gnus-util.el: Remove `gnus-with-local-quit'.
8100
8101         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8102
8103 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8106         the original article buffer.
8107
8108 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * nnimap.el (nnimap-request-head): New function.
8111         (nnimap-request-move-article): Try to be slightly faster by not
8112         requesting the entire message when moving.
8113         (nnimap-transform-headers): Don't bug out on bodiless articles.
8114         (nnimap-send-command): Have no outstanding messages if the IMAP server
8115         doesn't support streaming.
8116         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8117
8118 2010-10-24  Julien Danjou  <julien@danjou.info>
8119
8120         * message.el (message-default-headers): Fix type.
8121
8122 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8125         prefetching images.
8126
8127         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8128         backend for unknown groups.  This is mainly useful for nnimap groups.
8129
8130         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8131         group isn't covered by the agent.
8132
8133 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8134
8135         * nnir.el (nnir-method-default-engines): New variable.
8136         (nnir-run-query): Use it.
8137         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8138         (gnus-summary-nnir-goto-thread): Change group if needed.
8139
8140         * gnus-group.el (gnus-group-group-map): Add key binding for
8141         gnus-group-make-nnir-group.
8142
8143 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * shr.el (shr-tag-object): Add.
8146
8147         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8148         original article buffer live.
8149         (gnus-summary-select-article-buffer):
8150         Mention gnus-widen-article-buffer.
8151
8152 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * shr.el (shr-tag-strong): Add.
8155
8156 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8159         group names.  They mess up the group buffer badly.
8160
8161         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8162
8163         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8164         instead of the summary one.
8165
8166 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * mml.el (mml-preview): Work properly when editing article.
8169
8170         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8171         gnus-have-read-active-file if it's already been in.
8172
8173 2010-10-22  Tom Tromey  <tromey@redhat.com>
8174
8175         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8176         gnus-group-completing-read.
8177
8178 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * message.el (message-mode-map): Don't bind M-; to comment region, to
8181         allow the global comment-dwim to work.
8182
8183 2010-10-21  Julien Danjou  <julien@danjou.info>
8184
8185         * message.el (message-setup-1): Allow message-default-headers to be a
8186         function.
8187
8188 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * shr.el (shr-tag-table): Simplify.
8191
8192 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8195         to avoid trying to snarf invalid stuff.
8196
8197         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8198
8199         * gnus.el (gnus-message-archive-group): Quote value.
8200         (gnus-message-archive-group): Mark as changed.
8201
8202         * shr.el (shr-add-font): Don't put the font properties on the newline
8203         or the indentation.
8204
8205         * message.el (message-fix-before-sending): Change options when sending
8206         non-printable characters.
8207
8208         * gnus.el (gnus-message-archive-method): Change the default to
8209         monthly outgoing groups.
8210
8211         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8212         that have gotten new numbers.
8213
8214         * nnimap.el (nnimap-request-replace-article): New function.
8215
8216 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8219         (nnrss-request-article): Don't use special html washing code.
8220
8221 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * shr.el (shr-tag-table): Remove useless nconc.
8224
8225 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * gnus-art.el (article-wash-html): Simplify and remove the charset
8228         stuff.  Use the normal html rendering code instead of the special html
8229         washing code.
8230
8231         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8232         `gnus-w3m' symbols.
8233         (mm-text-html-washer-alist): Remove.
8234
8235         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8236         (mm-inline-media-tests): Remove use.
8237         (mm-text-html-renderer): Change default to the `shr' symbol.
8238
8239         * mm-view.el (mm-inline-text-html): Remove use.
8240
8241         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8242         `gnus-blocked-images' to be a function.
8243         (gnus-article-wash-function): Remove.
8244
8245 2010-10-20  Julien Danjou  <julien@danjou.info>
8246
8247         * spam.el (spam-list-of-processors): Mark as obsolete.
8248
8249         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8250         (nnimap-insert-partial-structure): Fix boundary detection.
8251
8252 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8253
8254         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8255         run file-truename on remote files.  This can be expensive and even
8256         prevent one from editing drafts if some unrelated buffer has a stale
8257         connection.
8258
8259 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8262         kinsoku-eol regardless of shr-kinsoku-shorten.
8263         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8264         (shr-tag-table): Support caption, thead, and tfoot.
8265
8266 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8269         lines.
8270         (shr-save-contents): New command and keystroke.
8271
8272         * nndoc.el (nndoc-type-alist): Add git support.
8273         (nndoc-git-type-p): New function.
8274         (nndoc-transform-git-article): Ditto.
8275         (nndoc-transform-git-headers): Ditto.
8276         (nndoc-transform-git-headers): Generate Subject headers.
8277
8278         * shr.el (shr-parse-style): New function.
8279         (shr-tag-span): Ditto.
8280
8281         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8282         to `G G' to avoid collisions.
8283
8284 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * shr.el: Load kinsoku if necessary.
8287         (shr-kinsoku-shorten): New internal variable.
8288         (shr-find-fill-point): Make kinsoku shorten text line if
8289         shr-kinsoku-shorten is bound to non-nil.
8290         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8291         shr-indentation too when testing if table is wider than frame width.
8292         (shr-insert-table): Use `string-width' instead of `length' to measure
8293         text width.
8294         (shr-insert-table-ruler): Make sure indentation is done at bol.
8295
8296 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8297
8298         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8299         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8300         undecoded network data.
8301
8302 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8305         name in the mode line spec so that the mode line menu works
8306         (bug #2431).
8307
8308         * message.el (message-get-reply-headers): If we're fed `to-address',
8309         then always use that.
8310
8311         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8312         aren't so wide as to need to switch off the edit menu.
8313
8314         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8315         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8316
8317         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8318         `M-g'.
8319         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8320         the permanent marks.
8321
8322 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8323
8324         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8325         Splitting according to references/in-reply-to obeys the ignore-groups
8326         variable, while splitting by sender and subject do not.
8327
8328 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8331         alist, so that we can look for non-Unicode chars.
8332         (article-translate-strings): Allow both character and string maps.
8333
8334 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * shr.el (shr-insert): Don't insert space behind a wide character
8337         categorized as kinsoku-bol, or between characters both categorized as
8338         nospace.
8339
8340 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8341
8342         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8343         headers to gnus-newsgroup-headers.
8344
8345 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * shr.el (shr-tag-img): Don't align images -- since we're not
8348         rescaling, this often leads to ugly displays.
8349
8350 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8351
8352         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8353         duplicates.
8354
8355 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8356
8357         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8358         call.
8359
8360 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus.el: Autoload gnus-html-show-images.
8363
8364         * nnimap.el: Use nnheader-message throughout.
8365
8366         * shr.el (shr-tag-img): Ignore images with no data.
8367
8368 2010-10-15  Julien Danjou  <julien@danjou.info>
8369
8370         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8371         a possibility to disable format=flow encoding when using hard newlines.
8372
8373 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * shr.el (shr-insert): Remove space inserted before or after a
8376         breakable character or at the beginning or the end of a line.
8377         (shr-find-fill-point): Do kinsoku; find the second best point or give
8378         it up if there's no breakable point.
8379
8380 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * nnimap.el (nnimap-open-connection): Message when opening connection
8383         for debugging purposes.
8384
8385         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8386         on every setup buffer call to allow this to change from article to
8387         article.
8388
8389         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8390         buffers where we have a wide table.
8391
8392 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8393
8394         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8395         uses *-request-thread.
8396
8397 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8400         incantation, which is no longer valid.
8401
8402 2010-10-14  Julien Danjou  <julien@danjou.info>
8403
8404         * shr.el: Fix defcustom type (char -> character).
8405
8406 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8409         programs.
8410
8411 2010-10-14  Julien Danjou  <julien@danjou.info>
8412
8413         * shr.el (shr-tag-a): Use url-link as widget type.
8414
8415         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8416         `gnus-group-get-icon'.
8417
8418 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8421         This should make server editing work better.
8422
8423         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8424
8425         * tls.el (tls-program): Remove spurious %s from openssl.
8426
8427         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8428         (nnimap-parse-flags): Fix regexp.
8429
8430         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8431         probably work for CJVK text, too.
8432
8433         * nnimap.el (nnimap-extend-tls-programs): Remove.
8434         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8435
8436         * tls.el (tls-starttls-switches): Remove starttls hack.
8437         (open-tls-stream): Ditto.
8438         (tls-find-starttls-argument): Ditto.
8439
8440 2010-10-13  Julien Danjou  <julien@danjou.info>
8441
8442         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8443         responses.
8444
8445 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8448
8449         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8450         anything in Emacs.
8451
8452         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8453
8454 2010-10-13  Julien Danjou  <julien@danjou.info>
8455
8456         * shr.el (shr-width): Make shr-width a defcustom with default to
8457         fill-column.
8458         (shr-tag-img): Use shr-width rather than fill-column.
8459
8460 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * dgnushack.el (byte-optimize-apply):
8463         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8464
8465         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8466         position when (X-)Faces exist.
8467         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8468         avatars when called interactively.
8469
8470 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8473         gnus-article-x-face-too-ugly is bound.
8474
8475 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8478
8479         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8480         mailbox that doesn't exist.
8481
8482 2010-10-12  Julien Danjou  <julien@danjou.info>
8483
8484         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8485         (shr-get-image-data): Encode URL properly when fetching from cache.
8486         (shr-tag-img): Use aligned-to spaces to align correctly images.
8487
8488         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8489         before inserting the Gravatar.
8490
8491         * shr.el (shr-tag-img): Add align attribute support for <img>.
8492
8493 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494
8495         * gnus-gravatar.el (gnus-art): Require.
8496
8497         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8498         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8499         Remove long obsoleted functions.
8500
8501 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8504
8505         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8506
8507         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8508         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8509         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8510         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8511         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8512         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8513         * sieve-manage.el, smime.el, spam.el:
8514         Fix comment for declare-function.
8515
8516 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * nnimap.el (nnimap-request-rename-group): Select group read-only
8519         before renaming it.
8520
8521         * shr.el (shr-insert): Fix up the white space only regexp.
8522
8523         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8524         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8525
8526         * shr.el (shr-current-column): New function.
8527         (shr-find-fill-point): New function.
8528
8529 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8530
8531         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8532         numbers.
8533
8534 2010-10-11  Julien Danjou  <julien@danjou.info>
8535
8536         * shr.el (shr-hr-line): Add.
8537         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8538         display hr lines.
8539         (shr-max-columns): Do not change state to nil if we just inserting
8540         spaces.
8541
8542 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543
8544         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8545         select the last group.
8546
8547 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8550
8551 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8552
8553         * dig.el (dig-mode-map): Declare and define in one step.
8554
8555 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8558         for Gnus.
8559         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8560         (nnimap-update-qresync-info): Mark \Seen articles as read.
8561
8562         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8563         non-variable, too.
8564
8565         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8566         available.
8567         (nnimap-update-info): Rely more on the current active than the param
8568         active to avoid marking articles as read too much.
8569
8570         * auth-source.el (auth-source-create): Use (user-login-name) for the
8571         user name default.
8572
8573         * nnimap.el (nnimap-update-info): If the server doesn't return any
8574         useful info, just use the previous info.
8575         (nnimap-update-info): Prefer old info over start-article.
8576         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8577
8578 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8579
8580         * nnir.el (autoload): Clean up autoloads.
8581         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8582         Use key rather than value.
8583         (nnir-imap-search-other): New variable.
8584         (nnir-read-parm): Use it.
8585         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8586         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8587
8588 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8589
8590         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8591         the process, too.
8592
8593 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8594
8595         * spam.el (gnus-summary-mode-map): Bind to "$".
8596         Suggested by Russ Allbery.
8597
8598         * shr.el: Rework the way things are indented by <li> slightly.
8599
8600         * gnus.el (gnus-group-set-parameter): Fix typo.
8601
8602         * nnimap.el: Start implementing QRESYNC support.
8603
8604 2010-10-09  Julien Danjou  <julien@danjou.info>
8605
8606         * nnir.el (nnir-engines): Fix too many arguments.
8607
8608 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8611         group is the "last", so that the backends like nnfolder actually save
8612         their folders.
8613
8614         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8615         try to use that for the tls stream.
8616         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8617         UIDVALIDITY and find out which groups are read-only and not.
8618         (nnimap-get-flags): Use the same marks parsing code as the rest of
8619         nnimap.
8620
8621 2010-10-09  Julien Danjou  <julien@danjou.info>
8622
8623         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8624
8625         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8626         retrieving gravatars.
8627
8628         * shr.el (shr-table-corner): Add.
8629         (shr-table-line): Add.
8630         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8631
8632 2010-10-08  Julien Danjou  <julien@danjou.info>
8633
8634         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8635
8636 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8637
8638         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8639
8640         * gnus-sum.el (gnus-mark-article-as-unread)
8641         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8642         (gnus-summary-set-bookmark): Use it.
8643
8644         * gnus-msg.el (gnus-setup-message): Use it.
8645
8646         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8647
8648         * gnus.el (gnus-group-remove-parameter): Use it.
8649
8650         * gnus-group.el (gnus-group-make-web-group): Use it.
8651
8652         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8653
8654         * nnregistry.el: Update docs to mention manual.
8655
8656         * gnus-registry.el: Update docs to mention nnregistry.el.
8657         (gnus-registry-initialize): Don't install nnregistry refer method
8658         automatically.
8659         (gnus-registry-install-nnregistry): Remove it.
8660
8661 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * shr.el (shr-insert): Don't insert double spaces.
8664
8665 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-gravatar.el (gnus-treat-from-gravatar)
8668         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8669         called interactively.
8670
8671         * gnus-art.el (gnus-mime-view-part-externally)
8672         (gnus-mime-view-part-internally): Make predicate function passed to
8673         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8674         of a mime type.
8675
8676         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8677
8678 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * shr.el (require): Require cl when compiling.
8681         (shr-tag-hr): New function.
8682
8683         * nnimap.el (nnimap-update-info): Remove double setting of high.
8684         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8685         This makes nnimap work properly on Courier again.
8686
8687         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8688         the variable for backwards compatibility.
8689
8690         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8691         the file name before using to avoid setting mm-default-directory to
8692         nil.
8693
8694         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8695         bidning gnus-agent variables.
8696
8697         * shr.el (shr-render-td): Use a cache for the table rendering function
8698         to avoid getting an exponential rendering behavior in nested tables.
8699         (shr-insert): Rework the line-breaking algorithm.
8700         (shr-insert): Don't leave trailing spaces.
8701         (shr-insert-table): Also insert empty TDs.
8702         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8703
8704 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8705
8706         * gnus-sum.el (gnus-number): Rename from `number'.
8707         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8708         (gnus-summary-limit-children): Update uses correspondingly.
8709
8710 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8713         (gnus-gravatar-transform-address): Don't show avatars of people of
8714         which mail addresses match gnus-gravatar-too-ugly.
8715
8716 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * shr.el (shr-table-widths): Expand TD elements to fill available
8719         space.
8720
8721 2010-10-07  Julien Danjou  <julien@danjou.info>
8722
8723         * nnimap.el (nnimap-request-rename-group): Add this method.
8724
8725 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8728         name from XEmacs' function-arglist.
8729
8730         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8731         gravatar under XEmacs.
8732
8733 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8734
8735         * auth-source.el: Update docs with TODO items.
8736
8737         * gnus-sync.el: Update docs to explain state and plans.
8738
8739         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8740         Hooks for mark updates.
8741         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8742
8743         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8744         hooks with arguments, which is needed for mark update hooks.
8745
8746 2010-10-06  Julien Danjou  <julien@danjou.info>
8747
8748         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8749         was matched.
8750
8751         * sieve-manage.el: Update example in `Commentary'.
8752
8753         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8754
8755         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8756         not 2000.
8757         (sieve-manage-authenticate): Re-add function.
8758
8759 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * shr.el (shr-insert): Get 'space transition right.
8762         (shr-render-td): Only delete space at the end of the TD.
8763
8764         * nnimap.el (nnimap-open-connection): Prepare to support
8765         open-gnutls-stream.
8766
8767         * shr.el: Rearrange function order to be more logical.
8768
8769 2010-10-06  Julien Danjou  <julien@danjou.info>
8770
8771         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8772         (nnrss-discover-feed): Remove 404 URL in docstring.
8773
8774         * nnir.el: Fix Swish-E URL.
8775         Fix Namazu URL.
8776
8777         * message.el (message-change-subject): Remove 404 URL in a comment.
8778
8779 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8782         called interactively.
8783
8784         * gnus-util.el (gnus-remove-if): Allow hash table.
8785         (gnus-remove-if-not): New function.
8786
8787         * gnus-art.el (gnus-mime-view-part-as-type):
8788         * gnus-score.el (gnus-summary-score-effect):
8789         * gnus-sum.el (gnus-read-move-group-name):
8790         Replace remove-if-not with gnus-remove-if-not.
8791
8792         * gnus-group.el (gnus-group-completing-read):
8793         Regard collection as a hash table if it is not a list.
8794
8795 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8798
8799         * shr.el: Document the table-rendering algorithm.
8800
8801 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8804         for Emacsen having no `libxml-parse-html-region' support.
8805
8806 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8807
8808         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8809         invalid URLs.
8810
8811         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8812         line-broken.
8813         (shr-tag-img): Ignore image fetching errors.
8814         (shr-overlays-in-region): Compute overlay positions correctly.
8815
8816         * mm-decode.el (mm-shr): Require shr.
8817
8818         * gnus-art.el (gnus-blocked-images): Move variable here.
8819
8820         * shr.el (shr-insert-table): Bind free variable.
8821
8822         * mm-decode.el (mm-shr): Bind shr-content-function.
8823
8824         * shr.el (shr-content-function): New variable.
8825
8826         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8827         added for symmetry.
8828
8829         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8830
8831         * gnus-group.el (gnus-group-make-group): Doc fix.
8832
8833         * nnimap.el (nnimap-request-newgroups): Return success.
8834
8835         * shr.el (shr-find-elements): New function.
8836         (shr-tag-table): Put all the images after the table.
8837         (shr-tag-table): Really inhibit images inside the table.
8838         (shr-collect-overlays): Copy over overlays from the TD elements to the
8839         main document.
8840
8841         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8842         gnus-blocked-images.
8843
8844 2010-10-05  Julien Danjou  <julien@danjou.info>
8845
8846         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8847
8848         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8849         (gnus-html-maximum-image-size): Add this function.
8850         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8851
8852         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8853         server-value of the capability is nil.
8854
8855 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * shr.el (shr-tag-em): Add <EM> tag.
8858
8859 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8860
8861         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8862         customizable.
8863
8864         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8865         handing broken links to browse-url.
8866
8867 2010-10-05  Julien Danjou  <julien@danjou.info>
8868
8869         * gnus-util.el (gnus-emacs-completing-read)
8870         (gnus-iswitchb-completing-read): Use autoload rather than require.
8871
8872 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8875         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8876         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8877         iswitchb-temp-buflist for XEmacs.
8878
8879         * gnus-util.el (gnus-completing-read-function): Exclude
8880         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8881         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8882         XEmacs.
8883
8884         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8885         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8886
8887         * gnus-html.el: Don't require help-fns under XEmacs.
8888         (gnus-html-schedule-image-fetching): Work for XEmacs.
8889
8890         * mm-decode.el (mm-shr): Decode contents by charset.
8891
8892 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8895         unknown.
8896
8897         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8898         (shr-get-image-data): Ensure against the cache file missing.
8899
8900         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8901         for data.
8902
8903         * spam-report.el (spam-report-url-ping-plain): Don't query about
8904         killing the process.
8905
8906         * shr.el (shr-render-td): Protect against too-wide text.
8907
8908 2010-10-04  Julien Danjou  <julien@danjou.info>
8909
8910         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8911         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8912
8913         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8914         retrieved.
8915
8916 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * shr.el (browse-url): Require.
8919         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8920         lines.
8921         (shr-show-alt-text, shr-browse-image): New commands.
8922         (shr-browse-url, shr-copy-url): New commands.
8923
8924         * gnus-sum.el (gnus-widen-article-window): New variable.
8925         (gnus-summary-select-article-buffer): Use it.
8926
8927         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8928         without @ signs.
8929
8930 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8931
8932         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8933
8934 2010-10-04  Julien Danjou  <julien@danjou.info>
8935
8936         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8937         for XEmacs.
8938
8939 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8942
8943         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8944         (nnimap-close-server): Implement.
8945
8946         * dgnushack.el (iswitchb): Require to shut up the compiler.
8947
8948         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8949         (shr-insert): Tweak line breaking.
8950         (shr-insert): Handle <pre> better.
8951         (shr-tag-li): Get <li> indentation right.
8952         (shr-tag-li): Get <li> indentation even righter.
8953         (shr-tag-blockquote): Ensure paragraph start.
8954         (shr-make-table): Tweak table generation.
8955         (shr-make-table): Fix typo.
8956
8957         * shr.el: Implement table rendering.
8958
8959 2010-10-04  Julien Danjou  <julien@danjou.info>
8960
8961         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8962
8963 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * shr.el (shr-insert): Use string anchors instead of line anchors.
8966
8967 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * shr.el: Add headings.
8970         (shr-ensure-paragraph): Actually work.
8971         (shr-tag-li): Make <ul> prettier.
8972         (shr-insert): Get white space at the beginning/end of elements right.
8973         (shr-tag-p): Collapse subsequent <p>s.
8974         (shr-ensure-paragraph): Don't insert double line feeds after blank
8975         lines.
8976         (shr-insert): \t is also space.
8977         (shr-tag-s): Fix "s" tag name function.
8978         (shr-tag-s): Fix face prop name.
8979
8980 2010-10-03  Julien Danjou  <julien@danjou.info>
8981
8982         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8983
8984         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8985         gnus-window-inside-pixel-edges.
8986
8987         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8988         gnus-ems.
8989
8990         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8991
8992         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8993         function.
8994
8995         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8996         resize choice.
8997
8998 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9001         beginning of the buffer.
9002
9003         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9004         article buffer again.
9005
9006         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9007
9008         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9009         when it's at the start of the buffer.
9010
9011         * shr.el (shr-tag-blockquote): Convert name.
9012         (shr-rescale-image): Use the right image-size variant.
9013
9014         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9015         buffer isn't shown, then select the current article first instead of
9016         bugging out.
9017         (gnus-summary-select-article-buffer): Show both the article and summary
9018         buffers again.
9019
9020         * shr.el (shr-fontize-cont): Protect against regions with no text.
9021         Rename tag functions to shr-tag-* for enhanced security.
9022         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9023
9024 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9025
9026         * shr.el (shr-insert):
9027         * pop3.el (pop3-movemail):
9028         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9029         loaded.
9030
9031 2010-10-03  Glenn Morris  <rgm@gnu.org>
9032
9033         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9034
9035         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9036
9037         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9038
9039         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9040
9041         * gnus-util.el (gnus-make-local-hook): Simplify.
9042
9043 2010-10-02  Julien Danjou  <julien@danjou.info>
9044
9045         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9046         (gnus-ido-completing-read): New function.
9047         (gnus-emacs-completing-read): New function.
9048         (gnus-completing-read): Use gnus-completing-read-function.
9049         Add gnus-completing-read-function.
9050
9051 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * shr.el (shr-insert-document): Autoload.
9054         (shr-img): Be silent.
9055         (shr-insert): Add a newline after every picture before text.
9056         (shr-add-font): Use overlays for combining faces.
9057         (shr-insert): Pass upwards the text start point.
9058
9059         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9060         possible.
9061         (mm-shr): New function.
9062
9063 2010-10-02  Julien Danjou  <julien@danjou.info>
9064
9065         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9066         should go backward.
9067
9068 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9069
9070         * shr.el (shr): Fix typo in provide call.
9071
9072 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * shr.el: New file.
9075
9076         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9077
9078         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9079         completing read.
9080
9081 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9084         we're being queried about.  Suggested by Dan Jacobson.
9085
9086         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9087         Suggested by Jason Eisner.
9088
9089         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9090         table, too.  Suggested by Stefan Wiens.
9091         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9092         the table unnecessary.  Suggested by Stefan Wiens.
9093
9094         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9095         longer needed, and probably doesn't work either, as pointed out by
9096         Stefan Wiens.
9097         (gnus-summary-exit): Remove call to the clearing function.
9098         (gnus-summary-exit-no-update): Ditto.
9099
9100         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9101         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9102         Reported by Stefan Monnier.
9103         (gnus-summary-save-in-rmail): Ditto.
9104
9105         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9106         article buffer, instead of both the article buffer and the summary
9107         buffer.  Sort of suggested by Dan Jacobson.
9108
9109         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9110
9111         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9112         Suggested by Dan Jacobson.
9113
9114         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9115         documentation clearer.
9116
9117         * message.el (message-shorten-references): Comment on the number "21".
9118         Suggested by Stefan Monnier.
9119
9120         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9121         Suggested by Dan Jacobson.
9122
9123         * gnus.el (gnus-large-newsgroup):
9124         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9125
9126         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9127         externalize attachments.  Bug reported by Steve Wen.
9128
9129         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9130         really message anything to the user.
9131
9132         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9133         directly.
9134
9135         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9136         messages in empty groups.
9137
9138 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9139
9140         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9141         non-UIDNEXT group.
9142
9143 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9146         not the value from the collection.
9147
9148         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9149         values.  This sometimes happens on some groups that have no info.
9150         (nnimap-request-newgroups): New function.
9151
9152 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9153
9154         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9155         check into `gnus-registry-initialize'.
9156         (gnus-registry-initialize): Ditto.
9157         Fix and extend header docs.
9158
9159 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9162         regexp backtrace overflows.
9163
9164         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9165         for starttls that tls.el implements; i.e. openssl.
9166
9167         * tls.el (tls-starttls-switches): Give up on using starttls with
9168         gnutls-cli.
9169         (tls-program): Add --insecure to be consistent with the defaults from
9170         openssl s_client.  Now all three commands are insecure.
9171
9172 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * lpath.el: Bind completion-styles-alist for XEmacs.
9175
9176         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9177         (gravatar-create-image): New function that's an alias to
9178         gnus-xmas-create-image, gnus-create-image, or create-image.
9179         (gravatar-data->image): Use it.
9180
9181 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9182
9183         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9184         install the nnregistry refer method.
9185         (gnus-registry-install-hooks): Use it.
9186         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9187         unfollowed groups.
9188
9189 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9190
9191         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9192         expanding threads.
9193
9194 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * nnir.el: Use the server names without suffixes (bug #7009).
9197
9198         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9199         unencrypted to STARTTLS, if possible.
9200
9201 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9202
9203         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9204         headers before superseding.
9205
9206 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * nnrss.el (nnrss-use-local): Add documentation.
9209
9210         * nnimap.el (nnimap-extend-tls-programs): New function.
9211         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9212         (nnimap-wait-for-connection): Accept the greeting from the stupid
9213         output from openssl s_client -starttls, too.
9214
9215         * tls.el (tls-starttls-switches): New variable.
9216         (tls-find-starttls-argument): Use it.
9217         (open-tls-stream): Ditto.
9218
9219         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9220         (netrc-machine): Ditto.
9221
9222         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9223         article number.
9224         (nnimap-split-fancy): New variable.
9225         (nnimap-split-incoming-mail): Use it.
9226
9227         * nntp.el (nntp-server-list-active-group): Document.
9228
9229         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9230         SELECT to get the message-id.
9231
9232         * mail-source.el (mail-sources): Remove webmail support.
9233         (defvar): Ditto.
9234         (mail-source-fetcher-alist): Ditto.
9235         (mail-source-fetch-webmail): Remove.
9236
9237         * webmail.el: Remove -- doesn't seem relevant any more.
9238
9239         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9240
9241         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9242         the \r.
9243
9244 2010-09-30  Julien Danjou  <julien@danjou.info>
9245
9246         * gnus-agent.el (gnus-agent-add-group): Fix call to
9247         gnus-completing-read.
9248
9249 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * nndoc.el (nndoc-retrieve-groups): New function.
9252
9253         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9254         `default', use nnmail-split-methods.
9255         (nnimap-request-article): Downcase the NILs so that they are nil.
9256
9257         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9258         symbol.
9259
9260         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9261         code, since if the user has requested network, that's what they ought
9262         to get.
9263         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9264         (nnimap-split-rule): Mark as obsolete.
9265
9266         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9267         New variable.
9268
9269         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9270         correct slot, too.
9271
9272 2010-09-29  Julien Danjou  <julien@danjou.info>
9273
9274         * gnus.el (gnus-local-domain): Declare variable obsolete.
9275
9276         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9277         Fix history computing.
9278         (gnus-ido-completing-read): Require ido.
9279
9280 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9283         build Gnus.
9284
9285         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9286         when interpreting the structures.
9287         (nnimap-request-accept-article): Add \r\n to the lines to make this
9288         work with Cyrus.
9289
9290         * nndraft.el (nndraft-request-expire-articles): Use the group name
9291         instead if "nndraft".  Fix found by Nils Ackermann.
9292
9293 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9294
9295         * nnregistry.el: Add.
9296
9297 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9298
9299         * nnmail.el (group, group-art-list, group-art):
9300         Remove unneeded directives.
9301
9302 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9305         (mm-mime-charset):
9306         * rfc2047.el (rfc2047-syntax-table):
9307         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9308
9309         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9310         rather than `insert-file-contents' and `eval-region'.
9311
9312         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9313         construction.
9314
9315         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9316
9317         * time-date.el: No need to require cl for Emacs 21.
9318
9319 2010-09-29  Julien Danjou  <julien@danjou.info>
9320
9321         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9322         replacement of `gnus-gravatar-relief' to mimic
9323         `gnus-faces-properties-alist'.
9324         Add :version property.
9325
9326 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * mail-source.el (mail-source-report-new-mail):
9329         * message.el (message-default-mail-headers):
9330         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9331
9332         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9333
9334 2010-09-28  Julien Danjou  <julien@danjou.info>
9335
9336         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9337         mail-address contains the same string as real-name.
9338
9339         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9340         non-blank in header, otherwise it'll get stripped.
9341
9342         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9343         real-name, and then for mail address rather than doing : or , search.
9344
9345 2010-09-27  Julien Danjou  <julien@danjou.info>
9346
9347         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9348         right completing-read function.
9349         (gnus-use-ido): New variable
9350         (gnus-completing-read-with-default): Remove.
9351         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9352         (gnus-agent-add-group):
9353         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9354         * mm-view.el (mm-view-pkcs7-decrypt):
9355         * mm-util.el (mm-codepage-setup):
9356         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9357         * mml-smime.el (mml-smime-openssl-sign-query):
9358         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9359         (mml-insert-multipart):
9360         * gnus-msg.el (gnus-summary-yank-message):
9361         * gnus-int.el (gnus-start-news-server):
9362         * mm-decode.el (mm-interactively-view-part):
9363         * gnus-dired.el (gnus-dired-attach):
9364         * gnus.el (gnus-read-method):
9365         * gnus-bookmark.el (gnus-bookmark-jump):
9366         * gnus-art.el (gnus-mime-view-part-as-type)
9367         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9368         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9369         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9370         * nnmairix.el (nnmairix-create-server-and-default-group)
9371         (nnmairix-update-groups, nnmairix-get-server)
9372         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9373         (nnmairix-get-group-from-file-path):
9374         * nnrss.el (nnrss-find-rss-via-syndic8):
9375         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9376         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9377         (gnus-group-browse-foreign-server):
9378         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9379         (gnus-summary-execute-command, gnus-summary-respool-article)
9380         (gnus-read-move-group-name):
9381         * gnus-score.el (gnus-summary-increase-score)
9382         (gnus-summary-score-effect):
9383         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9384
9385 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9388         x-focus-frame.
9389
9390         * nnimap.el (auth-source-forget-user-or-password)
9391         (auth-source-user-or-password): Autoload.
9392
9393         * message.el (message-from-style, message-interactive)
9394         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9395         (message-yank-prefix, message-indentation-spaces, message-signature)
9396         (message-signature-file): Add comment.
9397
9398 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9401         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9402         new articles.
9403
9404         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9405         parts.
9406         (nnimap-request-article): Work with the t setting, too.
9407
9408         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9409         that you don't get flashes of other buffers.
9410         (gnus-summary-show-complete-article): Intern before setting.
9411
9412 2010-09-27  David Engster  <dengste@eml.cc>
9413
9414         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9415         well as HEADERS.
9416         (nnmairix-retrieve-headers): Provide new argument for the above.
9417
9418 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * gnus-sum.el (gnus-summary-move-article): Don't alter
9421         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9422         group.
9423
9424         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9425
9426         * message.el (message-cite-prefix-regexp): Revert my last edit.
9427
9428         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9429         variable instead of the Gnus variable.
9430
9431         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9432
9433         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9434
9435         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9436         since some servers don't like it.
9437         (nnimap-open-connection): Forget credentials if the server says the
9438         password was wrong.
9439         (nnimap-parse-line): Protect against invalid data.
9440
9441         * gnus-sum.el (gnus-summary-move-article): Add comment.
9442         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9443         nothing alters it while scanning for new messages.
9444
9445         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9446         which may or may not help.
9447         (nnimap-open-connection): If we're doing a stream connection, and then
9448         discover we're on a STARTTLS-capable server, then open a STARTTLS
9449         connection instead.
9450
9451 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * nnimap.el (utf7): Require.
9454
9455         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9456         prefix.
9457
9458 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9459
9460         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9461
9462 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * nnimap.el (nnimap-request-accept-article): Message the error on
9465         error.
9466
9467 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9470
9471 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * nndoc.el (nndoc-request-list): Return success always.
9474
9475         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9476         `fetch-old' -- we only want to fetch the articles we've requested.
9477         The rest are in the agent, probably.
9478         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9479         disappeared server" to something low.  It's not important.
9480
9481         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9482         arrived before the FETCH data.
9483
9484         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9485         target here, because we don't know the Gnus name of the group.
9486
9487         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9488         for the correct group.
9489
9490         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9491
9492         * gnus.el (gnus): Give a final warning after startup.
9493
9494         * gnus-util.el (gnus-action-message-log): New variable.
9495         (gnus-message): Use it.
9496         (gnus-final-warning): New function.
9497
9498         * nnimap.el (nnimap-open-connection): Record the greeting.
9499         (nnimap): Add greeting.
9500
9501 2010-09-26  Julien Danjou  <julien@danjou.info>
9502
9503         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9504         arguments.
9505         (gnus-html-wash-images): Fix spec computing to include start/end.
9506
9507         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9508
9509 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9512         deletion.
9513         (nnimap-retrieve-headers): Don't select the group, because that's
9514         already done by nnimap-possibly-change-group.
9515
9516         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9517         (gnus-picon-transform-address): Use it.
9518
9519         * mail-source.el (mail-source-value): Revert previous patch.
9520
9521         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9522         on failure.
9523         (nnimap-open-connection): Look up both virtual and physical server name
9524         credentials.
9525
9526         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9527
9528 2009-02-07  Dave Love  <fx@gnu.org>
9529
9530         * tls.el (open-tls-stream): Don't query killing process.
9531
9532 2009-02-08  Dave Love  <fx@gnu.org>
9533
9534         * gnus-win.el (gnus-window-to-buffer-helper)
9535         (gnus-all-windows-visible-p): Function needn't be a symbol.
9536
9537         * mail-source.el (mail-source-value): Function needn't be a symbol.
9538
9539 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * message.el (message-cite-prefix-regexp): Remove } from the cite
9542         prefix.
9543
9544         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9545         highlight again, so that the highlight is correct.
9546
9547         * gnus-picon.el (gnus-picon): Remove again.
9548         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9549
9550         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9551         doing the header highlightling, so that the background color of the
9552         picon is correct.
9553
9554         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9555         (gnus-picon): Ditto.
9556         (gnus-picon): Reinstate.  The background color for picons is white.
9557         (gnus-picon-insert-glyph): Make the background white.
9558
9559         * nnml.el (nnml-open-nov): Don't return dead buffers.
9560
9561         * auth-source.el (auth-source-create): Query the user for whether to
9562         store the credentials.
9563
9564         * netrc.el (netrc-store-data): New function.
9565
9566         * auth-source.el (auth-source-user-or-password): Use the existing auth
9567         sources, if any, for creation.
9568
9569         * gnus.el (gnus-group-fast-parameter): Return the last matching
9570         parameter instead of the first matching parameter.
9571
9572 2010-09-26  Julien Danjou  <julien@danjou.info>
9573
9574         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9575
9576 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * mml2015.el (mml2015-use): Remove gpg support.
9579
9580         * mml1991.el (mml1991-function-alist): Remove gpg function.
9581         (mml1991-gpg-sign): Remove.
9582
9583 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9584
9585         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9586         (gnus-browse-unsubscribe-current-group): Document it.
9587         (gnus-browse-unsubscribe-group): Use it.
9588
9589 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9592         address to the To list for easier response.
9593
9594         * gnus.el (gnus-play-startup-jingle): Remove.
9595         (gnus-splash): Don't play jingle.
9596         (gnus): Silence gnus-load message.
9597
9598         * gnus-art.el (gnus-treat-play-sounds): Remove.
9599
9600         * gnus.el (gnus-play-jingle): Remove audio support.
9601
9602         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9603
9604         * earcon.el: Remove -- no users.
9605
9606         * gnus-audio.el: Remove -- no users of this package.
9607
9608         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9609
9610         * gnus-start.el (gnus-setup-news): Remove nocem support.
9611
9612         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9613
9614         * gnus.el (gnus-use-nocem): Remove.
9615
9616         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9617         Remove.
9618
9619         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9620         uses NoCeM any more.
9621
9622         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9623         (gnus-button-ctan-handler): Ditto.
9624         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9625         (gnus-button-ctan-directory-regexp): Ditto.
9626         (gnus-button-handle-ctan): Ditto.
9627         (gnus-button-tex-level): Ditto.
9628         (gnus-button-alist): Remove CTAN stuff.
9629
9630 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9633         nnimap-streaming test.
9634
9635         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9636         servers twice.
9637
9638         * nnimap.el (nnimap-open-connection): Add more error reporting when
9639         nnimap fails early.
9640
9641         * nnheader.el (nnheader-get-report-string): New function.
9642         (nnheader-get-report): Use it.
9643
9644         * gnus-int.el (gnus-check-server): Say what the error was when opening
9645         failed.
9646
9647         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9648         using streaming.
9649
9650 2010-09-25  Julien Danjou  <julien@danjou.info>
9651
9652         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9653         gnus-window-inside-pixel-edges.
9654
9655 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9658
9659         * mm-decode.el (mm-save-part): Allow saving to other directories the
9660         normal Emacs way.
9661
9662         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9663         Suggested by Jay Berkenbilt.
9664
9665         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9666         there isn't a single byte.
9667
9668         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9669         just do it.  It doesn't really seem to matter what the user responds
9670         here, I think, so it's just a confusing question.
9671
9672         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9673         non-streaming case.
9674
9675         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9676         (gnus-article-encrypt-body): Use it.
9677
9678         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9679         keystroke.
9680
9681         * nnimap.el (nnimap-find-wanted-parts-1):
9682         Use gnus-fetch-partial-articles.
9683
9684         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9685
9686         * nnimap.el (nnimap-insert-partial-structure): New function.
9687         (nnimap-get-partial-article): New function.
9688         (nnimap-request-article): Use it.
9689         (nnimap-wait-for-response): Return whether the wait was successful.
9690         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9691         retrieval wasn't successful.
9692         (nnimap-retrieve-group-data-early): Allow throttling servers.
9693         (nnimap-streaming): New variable.
9694         (nnimap-fetch-partial-articles): Remove.
9695
9696         * mm-decode.el (mm-with-part): Protect against killed buffers.
9697
9698         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9699         for prettier summary display.
9700
9701 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9702
9703         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9704
9705 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9708         apparently third-party libraries depend on it.
9709
9710         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9711         before starting negotiation.
9712
9713         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9714         privacy reasons.
9715         (gnus-treat-mail-gravatar): Ditto.
9716
9717         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9718         buffer when inserting images.  Inserting text into the headers, for
9719         instance, can make them invalid.
9720
9721 2010-09-25  Julien Danjou  <julien@danjou.info>
9722
9723         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9724         variables.
9725
9726         * nnheader.el: Remove useless variables news-reply-yank-from and
9727         news-reply-yank-message-id.
9728
9729         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9730         variables.
9731
9732         * mml1991.el: Remove useless mml1991-verbose.
9733
9734         * gnus.el: Remove useless variable gnus-use-generic-from.
9735         Remove obsolete variable gnus-topic-indentation.
9736
9737         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9738
9739         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9740
9741         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9742
9743         * gnus-group.el: Remove useless gnus-group-icon-cache.
9744         Remove useless gnus-ephemeral-group-server.
9745
9746         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9747
9748         * mml2015.el: Remove useless mml2015-verbose.
9749
9750         * mml-smime.el: Remove useless mml-smime-verbose.
9751
9752         * gnus.el: Remove useless gnus-local-domain.
9753
9754         * gnus-gravatar.el (gnus-gravatar-transform-address):
9755         Use gnus-gravatar-size.
9756
9757         * gnus-art.el: Remove useless gnus-treat-translate.
9758
9759 2010-09-24  Julien Danjou  <julien@danjou.info>
9760
9761         * gnus-sum.el: Add support for Gravatars.
9762
9763         * gnus-art.el: Add support for Gravatars.
9764
9765         * gnus-gravatar.el: Add this file.
9766
9767         * gravatar.el: Add this file.
9768
9769 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9772
9773         * gnus-group.el (gnus-group-fetch-faq): Remove.
9774
9775         * gnus.el (gnus-group-faq-directory): Remove.
9776
9777         * gnus-group.el (gnus-group-fetch-charter): Remove.
9778
9779         * gnus.el (gnus-group-charter-alist): Remove.
9780
9781         * gnus-group.el (gnus-group-archive-directory): Remove.
9782         (gnus-group-recent-archive-directory): Ditto.
9783         (gnus-group-make-archive-group): Remove.
9784
9785         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9786
9787         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9788         use the same article number for all the cached articles.
9789
9790         * nnimap.el (nnimap-command): Register the last command time so
9791         that we can use it for idling NOOPs.
9792         (nnimap-open-connection): Start the keeplive timer.
9793         (nnimap-make-process-buffer): Store all the process buffers.
9794         (nnimap-keepalive): New function.
9795
9796         * starttls.el (starttls-open-stream): Add autoload cookie.
9797
9798 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9799
9800         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9801         handling.
9802
9803 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9806         its data structures.
9807
9808         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9809         instead of the cl.el copy-list.
9810         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9811         equalp.
9812
9813 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9816         and tool-bar-local-item-from-menu.
9817
9818         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9819         mode-line-highlight face for Emacs.
9820
9821         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9822         loading gnus-sum.elc; fix comment for canlock-verify.
9823         (gnus-article-jump-to-part): Use read-number.
9824         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9825         Remove Emacs pre-21 compatible code for help-echo.
9826         (gnus-article-next-page-1): No need to adjust the number of lines.
9827         (gnus-article-describe-bindings): Always use help-buffer.
9828
9829         * gnus-audio.el (gnus-audio-inline-sound):
9830         * gnus-cus.el (gnus-custom-mode):
9831         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9832
9833         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9834
9835         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9836         compatible code.
9837
9838 2010-09-24  Glenn Morris  <rgm@gnu.org>
9839
9840         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9841         visiting the fcc file in rmail-mode.
9842
9843         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9844
9845 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * nnir.el: Silence the byte compiler.
9848
9849         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9850         alias to browse-url-url-encode-chars if any.
9851         (gnus-html-encode-url): Use it.
9852
9853 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9854
9855         * gnus-start.el (gnus-use-backend-marks): New variable.
9856         (gnus-get-unread-articles-in-group): Use it.
9857
9858         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9859         makeover.
9860
9861 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9862
9863         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9864
9865 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9868         Remove.
9869         (gnus-setup-news-hook):
9870         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9871
9872         * gnus-int.el (gnus-request-update-info): Protect against backends not
9873         having the function.
9874
9875         * nnimap.el (nnimap-stream): Mention starttls.
9876         (nnimap-open-connection): Add starttls support.
9877
9878 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9879
9880         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9881
9882 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9885         BODYSTRUCTUREs.
9886         (nnimap-transform-headers): Unfold quoted {42} headers.
9887
9888         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9889         the info.
9890         (gnus-get-unread-articles): Only call updatep on backends that support
9891         it.
9892
9893         * nnweb.el (nnweb-request-update-info): NOOP.
9894
9895         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9896
9897         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9898         since it only deals with marks.
9899
9900         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9901         gnus-request-marks, and make a new gnus-request-update-info.
9902
9903         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9904         the active instead of the high number, which is usually too low.
9905
9906 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9907
9908         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9909         * encrypt.el: Remove.
9910
9911 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9912
9913         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9914         server in symbolic form.
9915
9916         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9917
9918 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9919
9920         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9921         (nnimap-update-info): Fix up code slightly.
9922
9923         * gnus-int.el (gnus-open-server): Add tracing for performance
9924         debugging.
9925
9926         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9927         (gnus-group-insert-group-line): Pass the real group name so that it
9928         gets the right data.
9929
9930         * gnus-start.el (gnus-get-unread-articles): Don't have
9931         `gnus-get-unread-articles-in-group' update info, since that can be
9932         really slow and doesn't seem to be needed?
9933
9934 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9935
9936         * time-date.el (date-to-time): Try using parse-time-string first before
9937         using the slower timezone-make-date-arpa-standard.
9938
9939 2010-09-22  Julien Danjou  <julien@danjou.info>
9940
9941         * gnus-group.el (gnus-group-insert-group-line):
9942         Call gnus-group-highlight-line.
9943         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9944         default hook list.
9945         (gnus-group-update-eval-form): Add new function.
9946         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9947         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9948
9949 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9950
9951         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9952         immediate, then expire all articles.
9953         (nnimap-update-info): Fix off-by-one errors.
9954         (nnimap-flags-to-marks): Would return no marks lists for group with no
9955         flags.  Instead return the other data.
9956
9957 2010-09-22  Julien Danjou  <julien@danjou.info>
9958
9959         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9960         Only return an icon.
9961         (gnus-group-insert-group-line): Compute icon to return.
9962
9963         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9964         (gnus-html-image-fetched): Only cache if
9965         gnus-html-image-automatic-caching is set.
9966         (gnus-html-image-fetched): Check for errors.
9967
9968 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9971         once per method on `g'.  This ensures that backends like nnfolder don't
9972         open all their folders.
9973
9974         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9975         (nnimap-request-list): Nix out group in the correct buffer.
9976         (nnimap-parse-flags): Implement by using `read' instead of
9977         hand-parsing.
9978         (nnimap-flags-to-marks): Pass on permanent-flags.
9979         (nnimap-make-process-buffer): Record the server name.
9980         (nnimap-parse-flags): Fix typo.
9981         (nnimap-request-scan): Run split on the server in general, not just a
9982         single group.
9983
9984         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9985         parameter, and propagate this downwards.
9986
9987         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9988         since EXAMINE changes it on the server.
9989
9990         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9991         this command might take a while.
9992
9993 2010-09-22  Julien Danjou  <julien@danjou.info>
9994
9995         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9996         harmful if you have 2 images side-by-side, they can't be properly
9997         update on text deletion.  Using text-property is safer here.
9998         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9999         data.
10000
10001 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * nnimap.el (nnimap-expunge-inbox): Remove.
10004         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10005         (nnimap-expunge): Flip default to t.
10006
10007         * gnus.el (gnus-method-to-server): Don't push things to the cache
10008         unless it's unique.
10009         (gnus-server-to-method): Ditto.
10010
10011 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10014
10015 2010-09-22  Julien Danjou  <julien@danjou.info>
10016
10017         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10018         get the start of data.
10019         (gnus-html-encode-url): Add this function to encode special chars in
10020         URL.
10021         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10022         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10023
10024         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10025         default.
10026         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10027
10028         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10029         images alt-text.
10030         (gnus-html-put-image): Put alt-text as help-echo.
10031
10032 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10035         * mm-util.el (mm-decompress-buffer):
10036         * nnir.el (nnir-run-find-grep):
10037         * pop3.el (pop3-list): Use 3rd arg of split-string.
10038
10039         * time-date.el (format-seconds): Comment fix.
10040
10041         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10042         and byte-optimize-form-code-walker.
10043         (dgnushack-make-auto-load): Don't advise make-autoload.
10044
10045         * lpath.el: Remove Emacs 21 stuff.
10046
10047 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10050         outside the active range.  Suggested by Dan Christensen.
10051
10052         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10053         slightly later to avoid double-getting it.
10054
10055         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10056         previous patch.
10057
10058         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10059
10060 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10061
10062         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10063
10064 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * gnus-int.el (gnus-open-server): Give a better error message in the
10067         "go offline" case.
10068
10069         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10070         marks for nnimap, which is seldom the right thing to do.
10071
10072         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10073         (gnus-same-method-different-name): New function.
10074
10075         * nnimap.el (parse-time): Require.
10076
10077         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10078         method in the presence of many similar methods.
10079
10080         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10081
10082         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10083         nnml-inhibit-expiry.
10084
10085         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10086         find out whether methods are equal.
10087
10088         * nnimap.el (nnimap-find-expired-articles): New function.
10089         (nnimap-process-expiry-targets): New function.
10090         (nnimap-request-move-article): Request the article before looking at
10091         what the Message-ID is.  Fix found by Andrew Cohen.
10092         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10093
10094         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10095         for oldness in addition to being a predicate.
10096
10097         * nnimap.el (nnimap-request-group): When we have zero articles, return
10098         the right data to Gnus.
10099         (nnimap-request-expire-articles): Only delete articles immediately if
10100         the target is 'delete.
10101
10102         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10103         method, this would bug out.
10104
10105         * gnus-group.el (gnus-group-expunge-group): Rename from
10106         gnus-group-nnimap-expunge, and implemented as a normal interface
10107         function.
10108
10109         * gnus-int.el (gnus-request-expunge-group): New function.
10110
10111         * nnimap.el (nnimap-request-create-group): Implement.
10112         (nnimap-request-expunge-group): New function.
10113
10114 2010-09-21  Julien Danjou  <julien@danjou.info>
10115
10116         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10117         (gnus-html-cache-expired): Add new function.
10118         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10119         wethever we should display image for fetch it.
10120         Compute alt-text earlier to pass it to the fetching function too.
10121         (gnus-html-schedule-image-fetching): Change function argument to only
10122         get one image at a time, not a list.
10123         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10124         cache.
10125         (gnus-html-get-image-data): New function to retrieve image data from
10126         cache.
10127         (gnus-html-put-image): Change buffer argument to use image data rather
10128         than file, and place image above region rather than inserting a new
10129         one.  Do not take alt-text as argument, since it's useless now: we place
10130         the image above alt-text.
10131         (gnus-html-prune-cache): Remove.
10132         (gnus-html-show-images): Start to fetch image when we find one, do not
10133         push into a temporary list.
10134         (gnus-html-prefetch-images): Only fetch image if they have expired.
10135         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10136         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10137
10138 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10141
10142 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10145         spec inser "*" if the group isn't active instead of 0.
10146
10147         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10148         opening the server.
10149         (nnimap-request-delete-group): Implement group deletion.
10150         (nnimap-transform-headers): Return the size of the entire message in
10151         the Bytes header, not just the size of the first part.
10152         (nnimap-request-move-article): When moving an article from nnimap,
10153         request the article first so the accepting form has an article to
10154         accept.  Reported by Dan Christensen.
10155         (nnimap-command): Make sure that the error message doesn't error out.
10156
10157 2010-09-20  David Edmondson  <dme@dme.org>
10158
10159         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10160         we haven't requested anything.
10161
10162 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10165         "".  Fix found by Andrew Cohen.
10166
10167         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10168         instead of -encode-string.
10169
10170 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10173
10174         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10175         by mm-subst-char-in-string.
10176
10177 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10180         waiting for the connection string.
10181
10182         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10183         arriving.
10184
10185         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10186         bogus characters.  This allows selecting certain Gmail groups.
10187
10188         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10189         (nnimap-fetch-partial-articles): New variable.
10190         (nnimap-open-connection): When looking for credentials, also use the
10191         nnimap-server-port.
10192         (nnimap-request-article): Return the group/article number, so that Gnus
10193         `^' works as expected.
10194         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10195
10196         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10197         comments.
10198         (gnus-methods-sloppily-equal): New function.
10199         (gnus): When using the development version of Gnus, load the gnus-load
10200         file.
10201
10202         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10203         `gnus-open-server' on each method before trying to scan them etc.
10204         This ensures that all the backend parameters are set correctly.
10205
10206         * nnimap.el (nnimap-authenticator): New variable.
10207         (nnimap-open-connection): Allow anonymous login.
10208         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10209         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10210
10211         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10212         patch, found by Knut Anders Hatlen.
10213
10214 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10215
10216         * gnus-agent.el (gnus-agent-batch-confirmation)
10217         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10218         to gnus-message.
10219         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10220         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10221         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10222         * gnus-int.el (gnus-open-server): Likewise.
10223         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10224         (gnus-score-check-syntax): Likewise.
10225         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10226         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10227         Likewise.
10228         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10229
10230 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10233         calling conventions so that prefetch doesn't bug out.
10234
10235 2010-09-19  Julien Danjou  <julien@danjou.info>
10236
10237         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10238         rather than `subst-char-in-region' in order to be able to replace ASCII
10239         char by UTF-8 ones.
10240
10241         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10242         than curl.
10243         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10244         the right URL and ALT text on images.
10245         (gnus-html-wash-tags): Fix tag case.
10246         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10247         (gnus-article-html): Add -o display_ins_del=2 option.
10248         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10249
10250 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10253         the extra mail headers, which sometimes seem to happen for unknown
10254         reasons.
10255
10256         * mail-parse.el (mail-header-encode-parameter): Define as
10257         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10258         (or most, perhaps?) mail readers don't understand the latter, but do
10259         understand the former.
10260
10261         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10262         to nil, so that no methods are automatically agentized.  I think this
10263         is probably what most users want.
10264
10265         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10266         from url-retrieve, for instance about invalid URLs.
10267
10268         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10269         groups that have no articles.
10270         (nnimap-request-article): Check that we really got an article when we
10271         requested one.
10272
10273         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10274         doesn't exist.
10275
10276         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10277         nntp buffer so the agent can save it.
10278         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10279         that CRLF doesn't get translated to \n.
10280         (nnimap-open-connection): Don't make 'shell commands only send \n.
10281
10282 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10283
10284         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10285         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10286         Update var name.
10287         (nnml-generate-nov-file): Use dolist.
10288         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10289         Use with-current-buffer.
10290
10291 2010-09-18  Julien Danjou  <julien@danjou.info>
10292
10293         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10294         parallel.
10295
10296 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10299         the range update right.
10300         (nnimap-request-group): Don't make `M-g' bug out on group with no
10301         marks.
10302         (nnoo): Require, so that other packages can require nnimap.
10303         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10304         command we're looking for.  This helps when the server sends more
10305         responses after we've gotten everything we expected.
10306         (nnimap): Add a `newlinep' field to keep track of end-of-line
10307         conventions.
10308         Don't send CRLF to things that don't want it.
10309         (nnimap-request-accept-article): Ditto.
10310
10311 2010-09-18  Julien Danjou  <julien@danjou.info>
10312
10313         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10314         than curl to retrieve images.
10315
10316 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10319         the marks.
10320         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10321         (nnimap-wait-for-connection): New function.
10322         (nnimap-open-connection): If we have PREAUTH, don't query for login
10323         credentials.
10324         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10325         when doing a partial update.
10326
10327 2010-09-18  Julien Danjou  <julien@danjou.info>
10328
10329         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10330         tags.
10331
10332 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * nnimap.el (nnimap-credentials): New function.
10335         (nnimap-open-connection): Use the new function to look for credentials
10336         also on the numeric equivalents of "imap" and "imaps".
10337
10338         * gnus-start.el (gnus-activate-group): Send the info to
10339         gnus-request-group.
10340
10341         * nnimap.el (nnimap-request-group): Have the "check" version of the
10342         function parse flags and update the info, so that a `M-g' get a total
10343         resync of all flags from the group.
10344
10345         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10346         to allow backends to alter the info on group selection.  Also alter all
10347         the backend -request-group functions to take the parameter.
10348
10349         * nnimap.el (nnimap-store-info): New function.
10350         (nnimap-update-info): Store the info for later usage.
10351         (nnimap-request-group): Use the stored info for the dont-check case, so
10352         that we don't retrieve all marks when we enter a group.
10353
10354         * nnimap.el: Use deffoo instead of defun for interface functions.
10355
10356         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10357         update the group info.  This makes the nndraft groups, for instance, go
10358         back to their old behavior.
10359
10360         * gnus-sum.el (gnus-select-newsgroup): Indent.
10361
10362         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10363         in.
10364         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10365         nothing.
10366
10367         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10368         from methods that are denied.
10369
10370         * gnus-int.el (gnus-method-denied-p): New function.
10371
10372         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10373         store the password instead of netrc.
10374         (nnimap-open-connection): Don't error out when we can't make a
10375         connections.
10376
10377         * auth-source.el (auth-source-create): In the password prompt, say what
10378         we're querying for.  Also prompt for user name if that hasn't been
10379         given.
10380
10381         * nnimap.el (nnimap-with-process-buffer): Remove.
10382
10383 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384
10385         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10386         method when we're reading from the agent.
10387
10388         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10389
10390         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10391         that's probably most useful for users.
10392
10393         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10394         "failed" all the time.
10395
10396         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10397         ...)) with (with-current-buffer ... ).
10398
10399         * nntp.el (nntp-open-server): Return whether the open was successful or
10400         not.
10401
10402         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10403         select an unread unseen article first.
10404
10405         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10406         /etc/services, supply some sensible port defaults.
10407
10408         * dgnushack.el: Define netrc-credentials.
10409
10410 2010-09-17  Julien Danjou  <julien@danjou.info>
10411
10412         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10413
10414 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10415
10416         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10417         doesn't have any parameters.
10418
10419 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420
10421         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10422         only upcased checks.
10423
10424         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10425
10426         * nnimap.el (nnimap-open-shell-stream): New function.
10427         (nnimap-open-connection): Use it.
10428         (nnimap-transform-headers): Get the number of lines in each message.
10429         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10430         number of lines.
10431         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10432         problem.
10433
10434         * utf7.el (utf7-encode): Autoload.
10435
10436         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10437         to allow the mail splitting to not return a default group.  This is
10438         useful for nnimap, which will leave unmatched mail in the inbox.
10439
10440         * nnimap.el: Rewritten.
10441
10442         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10443         nnimap usage.
10444
10445         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10446         if the move is internal, so that nnimap can do fast internal moves.
10447
10448         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10449         data.
10450         (gnus-read-active-for-groups): Support finishing the early retrieval of
10451         data.
10452
10453         * gnus-range.el (gnus-range-nconcat): New function.
10454
10455         * gnus-int.el (gnus-finish-retrieve-group-infos)
10456         (gnus-retrieve-group-data-early): New functions.
10457
10458 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10459
10460         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10461         (nnrss-retrieve-groups):
10462         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10463         (pop3-quit): Use with-current-buffer.
10464
10465 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10468         instead of nnheader-accept-process-output.
10469
10470         * dgnushack.el (dgnushack-compile): Add comment.
10471
10472         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10473
10474         * gnus-html.el (gnus-html-schedule-image-fetching)
10475         (gnus-html-prefetch-images): Replace process-kill-without-query by
10476         gnus-set-process-query-on-exit-flag.
10477
10478 2010-09-16  Romain Francoise  <romain@orebokech.com>
10479
10480         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10481
10482 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10485         parameter to unintern is mandatory-ish in Emacs 24.
10486
10487         * gnus-html.el (gnus-html-schedule-image-fetching)
10488         (gnus-html-prefetch-images): Check for curl before using it.
10489
10490         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10491         depend on curl, which isn't essential.
10492
10493         * imap.el: Revert back to version
10494         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10495         seem problematic.
10496
10497 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10498
10499         * gnus-registry.el (gnus-registry-install-shortcuts):
10500         Explicitly pass `obarray' to `unintern' to avoid a warning.
10501
10502 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10505         change.
10506
10507         * nnrss.el (nnrss-request-list): Remove this function and related
10508         functions, including the moreover stuff.
10509
10510 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10511
10512         * nnrss.el (nnrss-retrieve-groups): New function.
10513
10514 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10515
10516         * .dir-locals.el: Add no-byte-compile cookie.
10517
10518 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * time-date.el (format-seconds): Comment fix.
10521
10522         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10523         for back end that doesn't support request-scan.
10524
10525 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10528         then do request scans from the backends.
10529
10530         * netrc.el (netrc-credentials): New conveniency function.
10531
10532         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10533         avoid running a hook per line, since this takes a lot of time,
10534         profiling shows.
10535         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10536         directly if gnus-visual-p is true.
10537
10538 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10541         groups; replace mapcar with dolist which is a bit faster; pass groups
10542         info to gnus-read-active-file-1.
10543         (gnus-read-active-file-1): Scan only specified groups if the new
10544         optional arg `infos' is given.
10545
10546 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10549
10550         * pop3.el (pop3-movemail): Remove.
10551         (pop3-streaming-movemail): Rename to pop3-movemail.
10552
10553         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10554         don't restrict end-tag searches to the end of the line.
10555
10556 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10559         articles of every unchecked group to t, which means unknown since the
10560         server has never been opened.
10561
10562 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * gnus-html.el (gnus-html-show-alt-text): New command.
10565         (gnus-html-browse-image): Ditto.
10566         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10567         to browse the image directly.
10568         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10569         better.
10570
10571         * gnus-async.el (gnus-async-article-callback):
10572         Call `gnus-html-prefetch-images' unconditionally.
10573
10574         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10575         before feeding URLs to curl.
10576
10577 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10580         internal images as deletable by `W D D'.
10581
10582         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10583         (gnus-async-article-callback): Fix typo.
10584
10585 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10588         current line to work around bugs in the output from w3m.
10589
10590         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10591         for groups that want that.
10592
10593         * nntp.el (nntp-wait-for-string): Supply a timeout for
10594         accept-process-output to ensure progress.
10595
10596         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10597         level to get unread articles from, then use that for foreign groups,
10598         too.
10599
10600         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10601         confuses the rest of the function.
10602
10603         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10604         for the methods that support -retrieve-groups, too.
10605
10606         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10607
10608 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10611         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10612
10613         * pop3.el: Require cl when compiling.
10614         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10615
10616 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10619         that aren't going to be activated.
10620         (gnus-get-unread-articles): Fix up the last commit.
10621
10622         * gnus-html.el (gnus-article-html): Allow calling without specifying
10623         the handle.  In that case, dissect the buffer first.
10624
10625         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10626
10627         * nnimap.el (nnimap-open-connection): Revert the change that would look
10628         into authinfo for imaps instead of imap.
10629
10630         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10631         say that you don't want to call gnus-request-group with don-check, but
10632         do check the reponse.  This is for virtual groups only.
10633         (gnus-get-unread-articles): Count the archive groups as secondary, so
10634         that they're activated the same way as before.
10635
10636         * imap.el (imap-message-map): Removed optional buffer parameter, since
10637         no callers use it.
10638         (imap-message-get): Ditto.
10639         (imap-message-put): Ditto.
10640         (imap-mailbox-map): Ditto.
10641         (imap-mailbox-put): Ditto.
10642         (imap-mailbox-get): Ditto.
10643         (imap-mailbox-get): Revert last change for this function.
10644
10645         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10646         case-insensitively.
10647         (nnimap-debug): Remove.
10648
10649         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10650         callers to use `imap-fetch' instead.  According to the comments, this
10651         should be safe, since all other IMAP clients use the 1:* syntax.
10652         (imap-enable-exchange-bug-workaround): Remove.
10653         (imap-debug): Remove -- doesn't seem very useful.
10654
10655         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10656         mail from a file, and the file doesn't exist.
10657
10658         * imap.el (imap-log): New convenience function used throughout instead
10659         of repeating the same code all over the place.
10660
10661         * pop3.el (pop3-streaming-movemail): Return t for success.
10662
10663         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10664         .authinfo if we're using ssl connection.
10665
10666         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10667         already have if we're in a main Gnus `g' run.
10668
10669         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10670
10671 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10674
10675         * nnmh.el (nnmh-request-list-1): Bind `file'.
10676
10677         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10678         alias to set-process-query-on-exit-flag or process-kill-without-query.
10679         (pop3-open-server): Use it.
10680
10681 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10684         box to the Incoming file.  Fixes mistake in previous checkin.
10685
10686         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10687         request loop (for debugging purposes) removed.
10688
10689         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10690         culprit is more visible.
10691         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10692         (nnml-add-incremental-nov): New functions to do "incremental" nov
10693         updates, where we just append to the end of the existing nov files
10694         without reading/writing them in full.
10695
10696         * mail-source.el (mail-source-delete-crash-box): Really only check the
10697         incoming files once in a while.
10698
10699         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10700
10701         * mail-source.el (mail-source-delete-crash-box): Only check the
10702         incoming files for deletion once per day to save a lot of file
10703         accesses.
10704
10705         * pop3.el (pop3-logon): Fix up unbound variable typo.
10706
10707         * mail-source.el (pop3-streaming-movemail): Autoload.
10708
10709         * pop3.el (pop3-streaming-movemail):
10710         Respect pop3-leave-mail-on-server.
10711
10712         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10713         retrieval.
10714
10715         * pop3.el (pop3-process-filter): Remove unused function.
10716         (pop3-streaming-movemail, pop3-send-streaming-command)
10717         (pop3-wait-for-messages, pop3-write-to-file)
10718         (pop3-number-of-responses): New functions for streaming pop3
10719         retrieval.
10720
10721         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10722         come from no known methods.
10723         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10724         list.
10725
10726         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10727         message sizes.
10728         (pop3-movemail): Use erase-buffer instead of looping and deleting
10729         regions, which seems rather odd.
10730
10731         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10732         file once per `g' run.
10733
10734         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10735         directories.  This makes the draft queue directory work.
10736
10737         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10738         data from the backends, so that we only request the list of groups from
10739         each method once.  This should speed things up considerably.
10740
10741         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10742         detect that it's not implemented.
10743
10744         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10745         we actually do recurse down into the tree, but don't stat all leaf
10746         nodes.
10747
10748         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10749         then say so instead of bugging out.
10750
10751         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10752         files exist before trying to read them.
10753
10754         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10755         around <pre_int>.
10756
10757         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10758
10759         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10760
10761 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * mm-util.el (mm-image-load-path): Just return the image directories,
10764         not all directories in the path in addition to the image directories.
10765         (mm-image-load-path): Maintain a cache of the image directories so that
10766         the `g' command in Gnus doesn't have to stat dozens of directories each
10767         time.
10768
10769         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10770         (gnus-html-wash-tags): Add a new `i' command to insert images.
10771         (gnus-html-insert-image): New command and keystroke.
10772         (gnus-html-redisplay-with-images): New command and keystroke.
10773         (gnus-html-show-images): Rename command.
10774         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10775         spacers.
10776         (gnus-html-wash-tags): Decode entities at the end, so that entities
10777         inside the tags don't mess up the rest of the "parsing".
10778
10779         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10780         so that nnimap methods aren't agentized by default.  There's apparently
10781         many problems related to agent/imap behavior.
10782
10783         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10784
10785         * gnus-html.el: Doc fix.
10786
10787 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10790         specifier-spec-list for Emacs 21.
10791
10792         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10793         glyph-width and glyph-height instead of display-graphic-p and
10794         image-size; make avoidance of displaying small images work for XEmacs.
10795
10796         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10797         for XEmacs.
10798
10799         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10800         of symbol that holds plist data.
10801         (gnus-process-plist): Remove plist of process after getting it.
10802
10803 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * message.el (message-generate-hashcash): Change default to
10806         'opportunistic if hashcash is installed.
10807
10808         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10809         (gnus-html-put-image): Only call image-size once, since it's somewhat
10810         time-consuming on remote X servers.
10811
10812 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10815         type on data, not a file name.
10816
10817         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10818         window-pixel-edges for Emacs 21.
10819
10820         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10821         decoded contents.
10822         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10823
10824 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10827         group line format, since it isn't very interesting.
10828
10829         * gnus-agent.el (gnus-agent-short-article),
10830         (gnus-agent-long-article): Increase values for these two variables,
10831         since most people are likely to have more network connection and
10832         storage than before.
10833
10834         * gnus.el (gnus-refer-article-method): Change default to 'current.
10835         When referring an article, the common behavior is to refer it from the
10836         current select method, not the native select method.  The chances of
10837         the native select method having the message in question is rather slim
10838         these days.
10839
10840         * gnus-sum.el (gnus-auto-select-subject): Change default to
10841         `unseen-or-unread'.  I think it's likely that most people want to
10842         select an unseen article over a previously seen, but unread one.
10843
10844         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10845         means that in the article buffer none of the minor mode elements will
10846         be shown, usually, and this is not desirable in most cases.
10847
10848         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10849         that commands like `d' (and the like) go to the next line in the
10850         buffer, instead of the next unread article.  I think this is the
10851         behavior that is most natural for most users.
10852         (gnus-single-article-buffer): Change default to nil, so that people can
10853         have as many article buffers open as they have summary buffer.  I think
10854         this is the most natural way for the groups to behave.
10855
10856         * message.el (message-generate-new-buffers): Change default to
10857         `unsent', so that all new message buffers start their names with the
10858         string "*unsent", and it's easier to find the buffers if you move from
10859         them.
10860
10861 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10862
10863         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10864         small.  They're probably tracking images.
10865         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10866         (gnus-html-rescale-image): Yet another try at getting the image sizing
10867         right.
10868
10869         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10870         nntp-marks-file-name is nil.
10871
10872 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10873
10874         * gnus-html.el (gnus-html-wash-tags)
10875         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10876         Better logging.
10877
10878 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10881
10882         * gnus-html.el (gnus-html-wash-tags): Check the value of
10883         gnus-blocked-images in the summary buffer.
10884
10885 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10886
10887         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10888
10889 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10892         like "a", it seems like.
10893         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10894         since it needs to be picked from the correct buffer.
10895
10896         * nnwfm.el: Remove.
10897
10898         * nnlistserv.el: Remove.
10899
10900 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10901
10902         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10903         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10904
10905 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * nnkiboze.el: Remove.
10908
10909         * nndb.el: Remove.
10910
10911         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10912         alt text.
10913         (gnus-html-rescale-image): Try to get the rescaling logic right for
10914         images that are just wide and not tall.
10915
10916         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10917         overshadow variable bindings.
10918
10919 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * gnus-html.el (gnus-html-wash-tags)
10922         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10923         Add extra logging.
10924
10925 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10928         (gnus-max-image-proportion): New variable.
10929         (gnus-html-rescale-image): New function.
10930         (gnus-html-put-image): Rescale images.
10931
10932 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10933
10934         Fix up some byte-compiler warnings.
10935         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10936         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10937         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10938         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10939         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10940         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10941         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10942
10943 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-html.el (gnus-article-html): Decode contents by charset.
10946
10947 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10950         (gnus-html-frame-width, gnus-blocked-images):
10951         * message.el (message-prune-recipient-rules): Add custom version.
10952         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10953
10954         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10955         functions.
10956
10957         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10958         gnus-process-get.
10959
10960 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10961
10962         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10963         instead of lsub directly.
10964
10965 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * nnwarchive.el: Remove.
10968
10969         * gnus-soup.el: Remove.
10970
10971         * nnsoup.el: Remove.
10972
10973         * nnultimate.el: Remove.
10974
10975         * gnus-html.el (gnus-blocked-images): New variable.
10976
10977         * message.el (message-prune-recipients): New function.
10978         (message-prune-recipient-rules): New variable.
10979
10980         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10981         guess whether a long line is natural text or not.
10982
10983         * gnus-html.el (gnus-html-schedule-image-fetching):
10984         Use gnus-process-plist and friends for compatibility.
10985
10986 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10987
10988         * gnus-html.el: Require packages that define macros used in this file.
10989         (gnus-article-mouse-face): Declare to silence byte-compiler.
10990         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10991         process-get.
10992         (gnus-html-put-image): Use plist-get to avoid getf.
10993         (gnus-html-prefetch-images): Use with-current-buffer.
10994
10995 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-ems.el: Provide compatibility functions for
10998         gnus-set-process-plist.
10999
11000         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11001         header-line-format for XEmacs 21.4.
11002
11003         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11004         * gnus.el (gnus-valid-select-methods):
11005         * message.el (message-send-mail-partially-limit):
11006         * mm-decode.el (mm-text-html-renderer):
11007         * mml.el (mml-insert-mime-headers-always):
11008         * smiley.el (smiley-regexp-alist): Bump custom version.
11009
11010 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * gnus-html.el: Require mm-url.
11013         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11014         with the url to `url'.
11015         (gnus-html-wash-tags): Support cid: URLs/images.
11016
11017 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11018
11019         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11020         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11021         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11022
11023         * gnus-move.el: Remove file, since it doesn't really work.
11024
11025         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11026         UTF-8.  This seems to fix problems with some German web feeds.
11027
11028         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11029         at the top so that the proper colors are applied.
11030
11031         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11032         don't have dots in their names.
11033
11034         * gnus-art.el (gnus-article-view-part): Doc fix.
11035
11036         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11037         XEmacs-compatible.
11038         (gnus-html-put-image): Don't do images on non-graphic displays.
11039
11040         * nnslashdot.el: Remove this unused backend.
11041
11042         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11043         actions.
11044         (gnus-undo-register-1): Revert last change.
11045
11046         * gnus-group.el (gnus-group-completing-read): Protect against not
11047         having completion-styles bound.
11048
11049         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11050         make broken recipients happier.
11051
11052         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11053
11054         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11055         point parameter.
11056
11057         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11058
11059         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11060         completion-styles for group selection.
11061
11062 2009-02-04  Andreas Schwab  <schwab@suse.de>
11063
11064         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11065         headers and regexp-quote the match if necessary.
11066
11067 2009-03-24  Miles Bader  <miles@gnu.org>
11068
11069         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11070         the blinking smiley.
11071
11072 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11073
11074         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11075         blink smiley.
11076
11077 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078
11079         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11080         where the dribbel file lives exists.
11081
11082         * message.el (message-send-mail-partially-limit): Change the default to
11083         nil, since most people don't want this.
11084
11085         * mm-url.el (mm-url-decode-entities): Also decode entities like
11086         &#x3212.
11087
11088 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11089
11090         * gnus-sum.el (gnus-summary-idna-message):
11091         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11092         Hyperlink urls in docstrings with URL `...'.
11093
11094 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11095
11096         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11097         functions.
11098
11099 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11102         say what the mouseover text should be.
11103
11104         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11105         version of the mm-w3m-safe-url-regexp variable to only download images
11106         in the groups where we want that to happen.
11107
11108         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11109
11110         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11111         easier debugging.
11112         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11113         big pictures in the article buffer.
11114
11115         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11116         gnus-article-html.
11117         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11118         w3m.
11119
11120         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11121
11122 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11125         which doesn't exist.
11126
11127         * message.el (message-inhibit-ecomplete): New variable to allow some
11128         function to inhibit ecomplete address storage.
11129         (message-resend): Disable ecomplete message storage when resending
11130         messages.
11131
11132         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11133
11134 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11137         Save excursion while copying, moving, and deleting articles in order to
11138         prevent the cursor from jumping to unforeseen place.
11139
11140 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * lpath.el: No need to bind bookmark-current-buffer,
11143         bookmark-yank-point and bookmark-make-record-function.
11144
11145 2010-08-17  Glenn Morris  <rgm@gnu.org>
11146
11147         * gnus-sync.el: Require gnus components whose functions are used.
11148
11149         * gnus-art.el (bookmark-make-record-function):
11150         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11151         Declare for compiler.
11152
11153         * mm-url.el (mml-compute-boundary): Autoload.
11154
11155 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11158
11159 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11160
11161         Typo fix "hoo4a" -> "hook".
11162
11163         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11164
11165 2010-08-14  Glenn Morris  <rgm@gnu.org>
11166
11167         * gnus-sync.el (gnus-sync): Fix defgroup version.
11168
11169 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11170
11171         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11172
11173         * gnus-sync.el: Fix docs.
11174         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11175         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11176
11177 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11178
11179         Optimizations for gnus-sync.el.
11180
11181         * gnus-sync.el: Add docs about gnus-sync-backend
11182         possibilities.
11183         (gnus-sync-save): Remove unnecessary message.
11184         (gnus-sync-read): Optimize and show what groups were skipped.
11185
11186 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11187
11188         Minor bug fixes for gnus-sync.el.
11189
11190         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11191         Don't read the sync on get-new-news.
11192
11193         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11194         quiet.
11195
11196         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11197         (fix typo).
11198
11199 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11200
11201         Make saving and restoring of hidden threads work with overlays.
11202         Patch applied by Ted Zlatanov.
11203
11204         * gnus-sum.el (gnus-hidden-threads-configuration)
11205         (gnus-restore-hidden-threads-configuration): Update to deal with text
11206         properties, rather than searching for a magic character.
11207
11208 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11209
11210         New gnus-sync.el library for synchronization of marks.
11211
11212         * gnus-sync.el: New library for synchronization of marks.
11213
11214         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11215         renamed from `gnus-registry-grep-in-list'.
11216
11217         * gnus-registry.el (gnus-registry-follow-group-p):
11218         Use `gnus-grep-in-list'.
11219
11220         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11221
11222 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11225         determining charset of text fails.
11226
11227 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * nnmail.el (nnmail-get-new-mail-1): Revert.
11230
11231         * nnml.el (nnml-active-number): Make sure names of newly created groups
11232         in nnml-group-alist are encoded.
11233
11234 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11237         containing non-ASCII characters in active file for nnml back end.
11238
11239 2010-07-24  David Engster  <dengste@eml.cc>
11240
11241         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11242         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11243
11244 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11245
11246         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11247         tag (Bug#6654).
11248
11249 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11252         the article buffer, not the summary buffer.
11253
11254 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11257         Emacs 23 as well.
11258
11259 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11262         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11263
11264 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11265
11266         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11267         Patch applied by Karl Fogel.
11268
11269         * gnus-sum.el (gnus-summary-bookmark-make-record):
11270         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11271
11272 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11273
11274         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11275         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11276         C-w still not working correctly from Article buffers; Thierry's
11277         patch to fix that will be applied after this.
11278
11279         * gnus-art.el (bookmark-make-record-function): New local variable.
11280
11281         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11282         article buffer.
11283         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11284
11285 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11286
11287         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11288         on changes in bookmark.el.
11289
11290 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11293         `no-log' instead of message not to log prompt string.
11294
11295 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11296
11297         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11298         the *other* type of HTML form submission.
11299
11300 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11301
11302         * auth-source.el (auth-source-pick): If choice does not contain a
11303         questioned keyword, set the check to t.
11304
11305 2010-06-12  Romain Francoise  <romain@orebokech.com>
11306
11307         * gnus-util.el (gnus-date-get-time): Move up before first use.
11308
11309 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11312         (gnus-article-edit-part): Bind it to make last part that is substituted
11313         or deleted visible.
11314         (gnus-mime-display-single): Buttonize part of which id equals to
11315         gnus-mime-buttonized-part-id.
11316
11317 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11318
11319         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11320         (gnus-dd-mmm): Use gnus-date-get-time.
11321         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11322         simplify logic.
11323         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11324         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11325
11326 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11327
11328         * auth-source.el (top): Autoload `secrets-list-collections',
11329         `secrets-create-item', `secrets-delete-item'.
11330         (auth-sources): Fix tag string.
11331         (auth-get-source, auth-source-retrieve, auth-source-create)
11332         (auth-source-delete): New defuns.
11333         (auth-source-pick): Rewrite in order to avoid 2 passes.
11334         (auth-source-forget-user-or-password): New parameter USERNAME.
11335         (auth-source-user-or-password): New parameters CREATE-MISSING and
11336         DELETE-EXISTING.  Retrieve password interactively, if needed.
11337
11338 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11339
11340         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11341         deleting unused directories when gnus-expert-user is t.
11342
11343 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11346         for each temp file when gnus-article-browse-delete-temp is ask.
11347
11348 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11349
11350         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11351         Replace Lisp calls to delete-backward-char by calls to delete-char.
11352
11353 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11354
11355         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11356
11357 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11358
11359         * password-cache.el (password-cache-remove): Fix docstring.
11360
11361 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11364         article unless decoding article to be saved.
11365
11366 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11369         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11370         generated within the mm-with-unibyte-current-buffer macro.
11371
11372 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11375         to nil when we're in a mml-preview buffer and no group is selected.
11376
11377 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11378
11379         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11380         when catching the `C-g'.  Reported by "Leo".
11381
11382 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * message.el (message-forward-make-body-plain)
11385         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11386         multibyte-string-p.
11387
11388         * lpath.el: Revert.
11389
11390 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * message.el (message-forward-make-body-mml): Assume original message
11393         is multibyte string; error on unibyte.
11394         (message-forward-make-body-plain): Ditto; don't add excessive newline
11395         in body end.
11396
11397         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11398
11399 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11400
11401         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11402         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11403
11404 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * mm-extern.el (mm-extern-url): Don't use
11407         mm-with-unibyte-current-buffer.
11408         (mm-extern-cache-contents): Use with-current-buffer instead of
11409         save-excursion + set-buffer.
11410
11411 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mm-util.el (mm-emacs-mule): Remove.
11414
11415 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11416
11417         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11418         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11419         change.
11420
11421 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11424         bind the default value of enable-multibyte-characters to nil.
11425
11426 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * message.el (message-forward-make-body-plain)
11429         (message-forward-make-body-mml):
11430         Don't use mm-with-unibyte-current-buffer.
11431
11432 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11433
11434         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11435
11436 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11437
11438         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11439         (Bug#5592).
11440
11441 2010-05-07  Julien Danjou  <julien@danjou.info>
11442
11443         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11444         it to mm-pipe-part.
11445
11446         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11447         it is given.
11448
11449 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * binhex.el (binhex-decode-region-internal):
11452         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11453         (dns-query):
11454         * nnweb.el (nnweb-gmane-search):
11455         * pgg-parse.el (pgg-parse-armor):
11456         * pgg.el (pgg-verify-region):
11457         * sha1.el (sha1-string-external):
11458         * uudecode.el (uudecode-decode-region-internal):
11459         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11460         XEmacs.
11461
11462         * gnus-art.el (gnus-article-browse-html-parts):
11463         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11464         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11465         make-temp-file.
11466
11467         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11468         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11469         compiling.
11470
11471         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11472         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11473         XEmacs when compiling.
11474
11475         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11476         gnus-pick-mode-off-hook for XEmacs when compiling.
11477         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11478         gnus-binary-mode-off-hook for XEmacs when compiling.
11479
11480         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11481         Return nil if char-charset is not available.
11482
11483         * imap.el (imap-disable-multibyte)
11484         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11485         macros.
11486
11487         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11488         instead of encode-coding-string.
11489
11490         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11491         'xemacs) instead of mm-emacs-mule to switch function definitions.
11492         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11493
11494         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11495         bind temporary-file-directory for XEmacs;
11496         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11497         timer-set-function for XEmacs 21.4 and SXEmacs;
11498         bind timer-list for XEmacs 21.4 and SXEmacs;
11499         fbind char-charset and find-charset-region for non-Mule XEmacs;
11500         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11501         encode-coding-region and encode-coding-string for XEmacs having no
11502         file-coding feature.
11503
11504 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11505
11506         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11507
11508 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11511         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11512
11513 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11514
11515         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11516         alias `jka-compr-delete-temp-file' no longer exists.
11517
11518 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11519
11520         Use define-minor-mode in Gnus where applicable.
11521         * mml.el (mml-mode): Use define-minor-mode.
11522         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11523         (gnus-undo-mode): Use define-minor-mode.
11524         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11525         (gnus-dead-summary-mode): Use define-minor-mode.
11526         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11527         Initialize in declaration.
11528         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11529         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11530         (gnus-mailing-list-mode): Use define-minor-mode.
11531         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11532         (gnus-draft-mode): Use define-minor-mode.
11533         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11534         (gnus-dired-mode): Use define-minor-mode.
11535
11536 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11537
11538         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11539         handles on recursive mml-to-mime translation and check them for
11540         boundary delimiter collisions.  Reported by Greg Troxel.
11541
11542 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11545
11546 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11547
11548         * mm-util.el (mm-find-buffer-file-coding-system):
11549         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11550
11551 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11552
11553         * message.el (message-generate-headers): Record insertion of optional
11554         headers as well.  Otherwise the check to prevent repeated insertion of
11555         optional headers is a no-op.
11556
11557 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11558
11559         * smime.el: Don't mention CVS.
11560
11561         * nnrss.el (nnrss-fetch): Don't mention CVS.
11562
11563         * nnir.el: Don't mention CVS.
11564
11565 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11566
11567         * gnus-sum.el (gnus-summary-bookmark-make-record):
11568         Add `location' field.
11569
11570 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * lpath.el: Fbind bookmark-default-handler,
11573         bookmark-get-bookmark-record, bookmark-make-record-default,
11574         bookmark-prop-get for Emacs <23 and XEmacs.
11575
11576 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11577
11578         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11579         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11580         Use with-current-buffer to silence the byte-compiler.
11581         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11582         bother to require `gnus'.
11583         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11584
11585 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11586
11587         * gnus-sum.el (gnus-summary-bookmark-make-record)
11588         (gnus-summary-bookmark-jump): New functions.
11589         (gnus-summary-mode): Setup bookmark support.
11590
11591 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11592
11593         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11594         if set.
11595
11596 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11599         gnus-article-browse-html-save-cid-image; make it work recursively for
11600         forwarded messages as well.
11601         (gnus-article-browse-html-parts): Work when prefix arg is given.
11602         (gnus-article-browse-html-article): Doc fix.
11603
11604 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11605
11606         * message.el (message-default-mail-headers):
11607         (message-default-headers): Carry the value mail-default-headers over
11608         into message-default-mail-headers, rather than message-default-headers.
11609
11610 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11611
11612         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11613         charset.
11614
11615         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11616         charset into the <meta> tag when the article is encoded to utf-8.
11617
11618 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-art.el (gnus-article-browse-delete-temp-files):
11621         Delete directories as well.
11622         (gnus-article-browse-html-parts): Work for images that do not specify
11623         file names; delete temp directory when quitting; insert header at the
11624         right place; use file: scheme for image files.
11625
11626 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11627
11628         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11629         (gnus-article-browse-html-parts): Use it to make temporary cid image
11630         files in addition to html file so that browser may display them.
11631
11632 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11635
11636 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11637
11638         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11639
11640 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11641
11642         * auth-source.el (auth-sources): Change default to be simpler.
11643         Explain about Secret Service API sources.  Improve Customize options.
11644         (auth-source-pick): Change to accept any number of search parameters.
11645         Implement fallbacks iteratively, not recursively.  Add scoring on the
11646         second pass and sort by score.  Call Secret Service API when needed.
11647         (auth-source-user-or-password): Use it.  Call Secret Service API
11648         directly when needed to get the user name and the password.
11649
11650 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11651
11652         * message.el (message-interactive): Doc fix.
11653         (message-qmail-inject-args): Reflow.
11654         (message-kill-to-signature): Fix typo in docstring.
11655
11656         * smiley.el (smiley-buffer): Fix typo in docstring.
11657
11658 2010-03-24  Glenn Morris  <rgm@gnu.org>
11659
11660         * mail-source.el (gnus-message): Declare.
11661         (mail-source-delete-old-incoming): Require gnus-util.
11662
11663 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11666
11667         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11668
11669         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11670         password-cache's default if it is not bound.
11671         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11672         password-cache-expiry's default if it is not bound.
11673
11674         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11675         available in Emacs 21.
11676
11677         * lpath.el: Suppress compiler warnings for:
11678         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11679         XEmacs;
11680         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11681         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11682         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11683
11684 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         * auth-source.el (auth-sources): Fix up definition so extra parameters
11687         are always inline.
11688
11689 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11690
11691         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11692         wasn't updated after mismatch.  Clear cached mailbox info correctly
11693         when uidvalidity changes.
11694         (nnimap-group-prefixed-name): New function to avoid some code
11695         duplication.
11696         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11697         (nnimap-request-group): Use it.
11698         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11699         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11700         with many imap folders.  This is done by caching the group status from
11701         the imap server persistently in a group parameter `imap-status'.  (This
11702         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11703         but not persistently, so every Gnus startup was still very slow.)
11704
11705 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11708         delete the extra newline.  Otherwise editing of :string and :number
11709         types don't work.
11710
11711 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11712
11713         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11714         secrets.el dependency.
11715         (auth-sources): Add optional user name.  Add secrets.el configuration
11716         choice (unused right now).
11717
11718 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11719
11720         * gnus-sum.el (gnus-summary-make-menu-bar):
11721         Let `gnus-registry-install-shortcuts' fill in the functions.
11722
11723         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11724         warnings.
11725         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11726         (gnus-registry-install-shortcuts): Populate and use it in a
11727         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11728
11729 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11730
11731         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11732         In-place substitutions for the group name encoding/decoding.
11733         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11734         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11735         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11736         (nnimap-update-unseen, nnimap-request-list)
11737         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11738         (nnimap-request-set-mark, nnimap-split-to-groups)
11739         (nnimap-split-articles, nnimap-request-newgroups)
11740         (nnimap-request-create-group, nnimap-request-accept-article)
11741         (nnimap-request-delete-group, nnimap-request-rename-group)
11742         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11743         `encoded-mbx' for consistency.
11744         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11745         variable `imap-current-mailbox'.
11746
11747         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11748         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11749
11750 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11751
11752         * pop3.el (pop3-display-message-size-flag): Display message size byte
11753         counts during POP3 download.
11754         (pop3-movemail): Use it.
11755         (pop3-list): Implement listing of available messages.
11756
11757 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11758
11759         * nnir.el (nnir-get-article-nov-override-function): New function to
11760         override the normal NOV retrieval.
11761         (nnir-retrieve-headers): Use it.
11762
11763 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11764
11765         * auth-source.el (netrc-machine-user-or-password): Autoload.
11766
11767 2010-03-19  Glenn Morris  <rgm@gnu.org>
11768
11769         Stop message.el from loading about 40 libraries it doesn't always need.
11770         The general approach is to autoload rather than require, and to
11771         require in the specific functions rather than the file.  (Bug#5642)
11772
11773         * gmm-utils.el: Don't require wid-edit.
11774         (widget-create-child-value, widget-convert, widget-default-get):
11775         Autoload.
11776
11777         * gnus-util.el: Don't require time-date, netrc.
11778         (message-fetch-field, gnus-group-name-decode): Declare rather than
11779         autoloading.
11780         (gnus-fetch-field): Require message.
11781         (gnus-decode-newsgroups): Require gnus-group.
11782
11783         * ietf-drums.el: Don't require time-date.
11784
11785         * message.el: Don't require hashcash, canlock, ecomplete.
11786         Do require mail-utils.  Require nnheader only when compiling.
11787         (smtpmail-default-smtp-server): Remove declaration.
11788         (message-send-mail-function): Check smtpmail-default-smtp-server
11789         is bound rather than requiring smtpmail.
11790         (message-auto-save-directory, message-insert-signature):
11791         Use expand-file-name rather than nnheader-concat.
11792         (nnheader-insert-file-contents): Autoload.
11793         (hashcash-wait-async): Declare.
11794         (message-send-mail): Only call gnus-setup-posting-charset if
11795         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11796         (message-send-mail-with-sendmail): Require sendmail.
11797         (canlock-password, canlock-password-for-verify): Declare.
11798         (message-canlock-password): Require canlock.
11799         (nnheader-get-report): Autoload.
11800         (gnus-setup-posting-charset): Declare.
11801         (message-send-news): Require gnus-msg.
11802         (message-make-references, message-make-in-reply-to): Use mail-header-id
11803         rather than the alias mail-header-message-id.
11804         (ecomplete-add-item, ecomplete-save): Declare.
11805         (message-put-addresses-in-ecomplete): Require ecomplete.
11806         (ecomplete-display-matches): Autoload.
11807
11808         * mm-decode.el: Don't require mailcap, gnus-util.
11809         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11810         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11811         Autoload.
11812         (mailcap-mime-extensions): Declare.
11813
11814         * mm-encode.el: Don't require mailcap.
11815         (mailcap-extension-to-mime): Autoload.
11816
11817         * mml-sec.el: Don't require password-cache.
11818
11819         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11820         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11821         (mml-minibuffer-read-type): Require mailcap.
11822         (mml-preview): Require gnus-msg.
11823
11824         * mml1991.el: Require password-cache.
11825         (password-cache-expiry): Remove declaration.
11826
11827         * mml2015.el: Require password-cache.
11828         (password-cache-expiry): Remove declaration.
11829
11830         * nneething.el (mailcap): Require mailcap.
11831
11832         * nnheader.el (declare-function): Add compatibility stub.
11833         (message-remove-header): Declare rather than autoload.
11834         (nnheader-replace-header): Require message.
11835
11836         * nnimap.el (declare-function): Add compatibility stub.
11837         (netrc-parse, netrc-machine-user-or-password): Declare.
11838         (nnimap-open-connection): Require netrc.
11839
11840         * nntp.el (declare-function): Add compatibility stub.
11841         (netrc-parse, netrc-machine, netrc-get): Declare.
11842         (nntp-send-authinfo): Require netrc.
11843
11844         * rfc2047.el: Don't require qp.
11845         (quoted-printable-encode-region, quoted-printable-decode-string):
11846         Autoload.
11847
11848         * sieve-mode.el: Don't require easymenu.
11849         (easy-menu-add-item): Autoload it.
11850
11851         * spam-stat.el (time-to-number-of-days): Autoload it.
11852
11853 2010-03-19  Glenn Morris  <rgm@gnu.org>
11854
11855         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11856
11857 2010-03-18  Glenn Morris  <rgm@gnu.org>
11858
11859         * hashcash.el (declare-function): Remove duplicate definition.
11860
11861 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11862
11863         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11864         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11865         value if any backslash escapes).
11866
11867 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11870         if it is available.  (bug#5647)
11871
11872         * lpath.el: Suppress compiler warning for coding-system-from-name for
11873         Emacs 21 and XEmacs.
11874
11875 2010-03-14  Juri Linkov  <juri@jurta.org>
11876
11877         * hmac-def.el:
11878         * hmac-md5.el:
11879         * netrc.el: Fix keywords.
11880
11881 2010-02-26  Glenn Morris  <rgm@gnu.org>
11882
11883         * message.el (message-send-mail-function): Change the default, so that
11884         it inherits from a customized send-mail-function.  (Bug#5643)
11885
11886 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11887
11888         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11889         shell-command-to-string signals an error (bug#5299).
11890
11891 2010-02-24  Glenn Morris  <rgm@gnu.org>
11892
11893         * message.el (message-smtpmail-send-it)
11894         (message-send-mail-with-mailclient): Doc fixes.
11895
11896 2010-02-16  Glenn Morris  <rgm@gnu.org>
11897
11898         * message.el (message-default-mail-headers): Change the default value
11899         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11900
11901 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11904         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11905
11906 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11907
11908         * time-date.el (date-to-time): Doc fix (Bug#5408).
11909
11910 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11911
11912         * message.el (message-mail): Just pass yank-action on to message-setup.
11913         (message-setup): Handle (FUN . ARGS) form of yank-action.
11914         (message-with-reply-buffer, message-widen-reply)
11915         (message-yank-original): Handle non-buffer values of
11916         message-reply-buffer (Bug#4080).
11917         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11918
11919 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11920
11921         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11922         Fix typo in docstring.
11923
11924 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11925
11926         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11927         response.
11928
11929 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11932
11933         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11934
11935         * message.el (message-check-news-header-syntax): Protect against a
11936         string that `rfc822-addresses' returns when parsing fails.
11937
11938 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11941         (gnus-previous-char-property-change): New functions.
11942
11943         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11944
11945 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11946
11947         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11948         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11949
11950 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11951
11952         * message.el (message-exchange-point-and-mark): Rework last change to
11953         avoid using optional arg of exchange-point-and-mark, for backward
11954         compatibility.
11955
11956 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11957
11958         * message.el (message-exchange-point-and-mark):
11959         Call exchange-point-and-mark with an argument rather than setting
11960         mark-active by hand (Bug#5175).
11961
11962 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * nntp.el (nntp-service-to-port): Work for service expressed with
11965         numeric string; replace [:digit:] with [0-9] for XEmacs.
11966
11967 2009-12-17  Glenn Morris  <rgm@gnu.org>
11968
11969         * gnus-group.el (gnus-bug-group-download-format-alist):
11970         Change emacs entry to debbugs.gnu.org.  Bump :version.
11971
11972 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11975
11976 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * message.el (message-info): Explain why we use `Info-goto-node'.
11979
11980 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11983
11984 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11985
11986         * message.el (message-completion-in-region): New compatibility function.
11987         (message-expand-group): Use it.
11988
11989 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11992         with no unread article should be listed if the 2nd arg `predicate' is
11993         given.
11994
11995 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11998
11999 2009-11-29  Juri Linkov  <juri@jurta.org>
12000
12001         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12002         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12003         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12004
12005 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12006
12007         * sha1.el (sha1-string-external): default-directory "/" in case
12008         otherwise non-existent.  process-connection-type pipe for touch of
12009         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12010
12011 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12012
12013         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12014         it's comms related and sgml-mode.el has "comm" on that basis too.
12015
12016 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12019         containing tspecial characters if they have been already quoted.
12020
12021 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12022
12023         * dns-mode.el (auto-mode-alist): Purecopy string.
12024
12025 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12026
12027         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12028
12029 2009-10-24  Glenn Morris  <rgm@gnu.org>
12030
12031         * gnus-art.el (help-xref-stack-item): Define for compiler.
12032
12033 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12034
12035         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12036
12037 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12040
12041 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12044         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12045
12046 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12049         (gnus-overlays-in): New alias to overlays-in.
12050
12051         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12052         gnus-overlay-get, and gnus-delete-overlay.
12053         (gnus-summary-show-thread): Make it work as well for systems in which
12054         next-single-char-property-change is not available.
12055         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12056
12057         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12058         (gnus-overlay-get): New alias to extent-property.
12059         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12060
12061         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12062         SXEmacs.
12063
12064         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12065         SXEmacs.
12066
12067 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12068
12069         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12070
12071 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12072
12073         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12074         and XEmacs that don't have `remove-overlays'.
12075
12076 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12077
12078         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12079         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12080         selective display.  Use overlays instead.
12081
12082 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12083
12084         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12085
12086 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12087
12088         * spam-stat.el (spam-stat-load): Fix typo in message.
12089
12090 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12091
12092         * dig.el (dig-invoke): Fix typo in docstring.
12093         (query-dig): Reflow docstring.
12094
12095 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12096
12097         * gnus-art.el (gnus-article-encrypt-body):
12098         * message.el (message-check-recipients):
12099         * mm-util.el (mm-codepage-setup):
12100         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12101         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12102
12103 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12104
12105         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12106         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12107         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12108         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12109         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12110
12111 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12112
12113         * dig.el: Add "Keywords: comm", as per net-utils.el.
12114
12115 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12116
12117         * dig.el (dig-mode): Use define-derived-mode.
12118
12119 2009-09-19  Glenn Morris  <rgm@gnu.org>
12120
12121         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12122
12123 2009-09-18  Glenn Morris  <rgm@gnu.org>
12124
12125         * gnus-diary.el (gnus-diary-check-message):
12126         * message.el (message-insert-formatted-citation-line):
12127         * nnbabyl.el (top-level):
12128         * nndiary.el (nndiary-schedule):
12129         Fix typos in condition-case handlers.
12130
12131 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12134         configuration that provides the sole article window in a frame;
12135         position point correctly after deleting a part.
12136
12137 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12138
12139         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12140         (spam-resolve-registrations-routine): Use it to unregister articles
12141         that change status.
12142
12143 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12146         with XEmacs.
12147         (parse-time-string-chars): Use it.
12148
12149 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * imap.el (imap-interactive-login): Better messages.
12152         (imap-open): Fix bug with renamed buffer on reconnect.
12153         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12154         for easier debugging and cleaner code.  On successful (guessed based on
12155         server capabilities) secondary authentication, set imap-state
12156         correctly.
12157         (imap-last-authenticator): Define imap-last-authenticator as a variable
12158         to avoid warnings.
12159
12160 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * nnrss.el (nnrss-request-article): Remove binding of
12163         default-enable-multibyte-characters that has gotten needless by
12164         the 2007-07-13 change in rfc2047-encode-message-header.
12165
12166         * mml.el (mml-insert-multipart): Error on the message header.
12167         (mml-insert-part): Error on the message header; position point at
12168         the end of a MIME tag.
12169
12170 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * time-date.el (autoload): Expand define-obsolete-function-alias into
12173         defalias and make-obsolete for old Emacsen that Gnus supports.
12174         (with-no-warnings): Define it for old Emacsen.
12175         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12176         is available.
12177         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12178         float-time is available; suppress compile warning for time-to-seconds.
12179
12180         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12181         (gnus-float-time): Alias to float-time if it exists.
12182
12183         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12184         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12185         float-time is available; suppress compile warning for time-to-seconds.
12186
12187         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12188         XEmacs.
12189
12190 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12191
12192         * imap.el (imap-message-map): Docstring fix.
12193
12194 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12197         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12198         Add the optional argument `encoding' that overrides the default.
12199
12200         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12201         mm-encode-buffer.
12202
12203 2009-09-04  Glenn Morris  <rgm@gnu.org>
12204
12205         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12206         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12207         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12208         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12209         * mm-util.el (mm-with-unibyte-current-buffer)
12210         (mm-find-buffer-file-coding-system):
12211         * yenc.el (yenc-decode-region): Use default-value rather than
12212         default-enable-multibyte-characters.
12213
12214 2009-09-03  Glenn Morris  <rgm@gnu.org>
12215
12216         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12217         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12218         than default-enable-multibyte-characters.
12219
12220 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12221
12222         * gnus-art.el (gnus-article-read-summary-keys):
12223         Fix gnus-buffer-configuration's value temporarily used.
12224
12225 2009-09-02  Glenn Morris  <rgm@gnu.org>
12226
12227         * gnus-util.el (gnus-float-time): New function.
12228         * gnus-delay.el (gnus-delay-article):
12229         * gnus-sum.el (gnus-thread-latest-date):
12230         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12231         * nnspool.el (nnspool-request-newgroups):
12232         Use gnus-float-time rather than time-to-seconds.
12233         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12234
12235         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12236         (gnus-header-subject-face, gnus-header-newsgroups-face)
12237         (gnus-header-name-face, gnus-header-content-face):
12238         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12239         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12240         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12241         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12242         (gnus-cite-face-11):
12243         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12244         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12245         (gnus-server-closed-face, gnus-server-denied-face)
12246         (gnus-server-offline-face):
12247         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12248         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12249         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12250         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12251         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12252         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12253         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12254         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12255         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12256         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12257         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12258         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12259         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12260         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12261         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12262         (gnus-summary-high-undownloaded-face)
12263         (gnus-summary-low-undownloaded-face)
12264         (gnus-summary-normal-undownloaded-face)
12265         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12266         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12267         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12268         (gnus-splash-face):
12269         * message.el (message-header-to-face, message-header-cc-face)
12270         (message-header-subject-face, message-header-newsgroups-face)
12271         (message-header-other-face, message-header-name-face)
12272         (message-header-xheader-face, message-separator-face)
12273         (message-cited-text-face, message-mml-face):
12274         * sieve-mode.el (sieve-control-commands-face)
12275         (sieve-action-commands-face, sieve-test-commands-face)
12276         (sieve-tagged-arguments-face):
12277         * spam.el (spam-face):
12278         Mark face aliases with "-face" in the name as obsolete.
12279
12280 2009-09-01  Glenn Morris  <rgm@gnu.org>
12281
12282         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12283         than goto-line.
12284
12285 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12288         Don't move point if the command is invoked inside the message header.
12289
12290 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12291
12292         * imap.el (imap-send-command): Simplify.
12293         (imap-wait-for-tag): point-max -> buffer-size.
12294
12295 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12296
12297         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12298         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12299         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12300         * nnir.el (nnir-swish-e-index-file):
12301         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12302         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12303         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12304         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12305         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12306         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12307
12308 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12311         Don't save excursion.
12312
12313 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12314
12315         * nnheader.el (nnheader-find-file-noselect):
12316         * mm-util.el (mm-insert-file-contents):
12317         Use (default-value 'major-mode) instead of default-major-mode.
12318
12319 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12320
12321         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12322
12323 2009-08-26  Glenn Morris  <rgm@gnu.org>
12324
12325         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12326         than placing in files.el.
12327
12328 2009-08-25  Glenn Morris  <rgm@gnu.org>
12329
12330         * nnir.el (top-level): Don't require cl at run-time.
12331         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12332         Replace cl-function substitute with gnus-replace-in-string.
12333         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12334         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12335         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12336         simplified expansions.
12337
12338 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12339
12340         * dig.el (dig): Add autoload cookie.
12341
12342 2009-08-22  Glenn Morris  <rgm@gnu.org>
12343
12344         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12345         goto-line.
12346
12347 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12348
12349         * parse-time.el (parse-time-string-chars): Save match data.
12350
12351 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12352
12353         * parse-time.el (parse-time-string-chars): Compute using character
12354         classes, to handle non-ascii characters (Bug#3190).
12355
12356 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12359
12360         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12361         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12362         (gnus-mm-display-part, gnus-mime-display-single)
12363         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12364         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12365
12366         * gnus-sum.el
12367         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12368         (gnus-summary-move-article): Add expirable mark to articles copied or
12369         moved to group that has auto-expire turned on if the option is non-nil.
12370
12371 2009-07-24  Glenn Morris  <rgm@gnu.org>
12372
12373         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12374         Fix typo.  (Bug#3903)
12375
12376 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12379         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12380         that should not be used for draft articles.
12381         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12382         that has no concern in minor mode keys.
12383         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12384         Abolish.
12385
12386 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12389         article without making inquiry to a user for unknown encoding.
12390
12391         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12392         (nnmaildir--scan): Assume i-node and device number that file-attributes
12393         returns might be cons-cell.
12394
12395         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12396
12397         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12398
12399 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12400
12401         * auth-source.el: Remove docs now in auth.texi.  Don't use
12402         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12403         `auth-source-hide-passwords' and use them.
12404
12405 2009-07-15  Glenn Morris  <rgm@gnu.org>
12406
12407         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12408
12409 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12412         excessive whitespace from the default values of title and description.
12413
12414 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12417         mail-fetch-field to fetch Content-Description header in order to
12418         exclude newlines.
12419
12420 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12421
12422         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12423         format used by GnuPG 2.0.11.
12424
12425 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12428         to deleted part.
12429
12430 2009-05-30  David Engster  <dengste@eml.cc>
12431
12432         * nnmairix.el: Remove old documentation in the commentary block.
12433         (nnmairix-request-group): Do not update active file for nnml back ends.
12434         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12435         end so that overview files are ignored.
12436         (nnmairix-update-groups): Make updating the groups more robust by using
12437         marks.
12438         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12439         with dollar characters in message-id.
12440
12441 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12444         2008-12-25 in dns.el.
12445
12446 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12447
12448         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12449         could happen if the text is only composed of spaces and/or tabs.
12450
12451 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12452
12453         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12454         when sending a queued message to avoid extra mml tags.
12455
12456 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12459
12460 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12463         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12464         rmail-toggle-header for XEmacs;
12465         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12466
12467 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-dired.el: Remove autoload for gnus-setup-message.
12470         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12471         displaying Gnus logo; always use compose-mail.
12472
12473 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12476
12477 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12480         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12481         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12482         available.
12483         (gnus-nocem-epg-verify): New function.
12484
12485 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12488
12489 2009-02-15  Glenn Morris  <rgm@gnu.org>
12490
12491         * gnus-util.el (rmail-insert-rmail-file-header)
12492         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12493         autoloads.
12494         (rmail-default-rmail-file): Remove unnecessary declaration.
12495         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12496
12497 2009-02-14  Glenn Morris  <rgm@gnu.org>
12498
12499         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12500         variable (only used in gnus-util, which declares it anyway).
12501         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12502         which was only needed by gnus-art (changed to not use it any more).
12503         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12504         only used in gnus-util, which autoloads it itself.
12505         (rmail-update-summary): Fix autoload.
12506
12507         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12508         rather than rmail-output-to-rmail-file.
12509
12510 2009-02-07  Glenn Morris  <rgm@gnu.org>
12511
12512         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12513         autoload of function that no longer exists.
12514         (rmail-toggle-header): Declare.
12515         (message-forward-rmail-make-body): Handle mbox Rmail.
12516
12517 2009-01-31  Glenn Morris  <rgm@gnu.org>
12518
12519         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12520         2009-01-09 change.
12521
12522 2009-01-31  Dave Love  <fx@gnu.org>
12523
12524         * imap.el (imap-fetch-safe): Bind debug-on-error.
12525         (imap-debug): Add imap-fetch-safe.
12526
12527 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12528
12529         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12530         (auth-source-forget-all-cached): New convenience function.
12531         (auth-source-user-or-password): Accept list of modes or a single mode.
12532
12533         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12534         auth-source modes.
12535
12536         * netrc.el (netrc-machine-user-or-password): Use list of
12537         auth-source modes.
12538
12539         * nnimap.el (nnimap-open-connection): Use list of
12540         auth-source modes.
12541
12542         * nntp.el (nntp-send-authinfo): Use list of
12543         auth-source modes.
12544
12545 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12546
12547         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12548         now.
12549
12550 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12553         coding system in XEmacs; add a workaround for XEmacs.
12554
12555         * lpath.el: Fbind coding-system-aliasee.
12556
12557 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12560         of current-language-environment.
12561
12562 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12565         available at runtime.
12566
12567 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12570
12571 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12572
12573         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12574         the greatest positive fixnum value doesn't work under an XEmacs with
12575         bignum support; use the most-positive-fixnum constant instead,
12576         available since Emacs 21.1 with cl and XEmacs 21.1.
12577
12578 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12581         XEmacs gets not to work.
12582
12583 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * mm-util.el (mm-coding-system-priorities): Allow the value like
12586         "Japanese (UTF-8)" of current-language-environment.
12587
12588 2009-01-09  Glenn Morris  <rgm@gnu.org>
12589
12590         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12591         with last-command-event.
12592
12593 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12596         in the doc string.
12597
12598         * message.el (message-fix-before-sending): Amend comment.
12599
12600 2009-01-08  Dave Love  <fx@gnu.org>
12601
12602         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12603
12604 2009-01-07  David Engster  <dengste@eml.cc>
12605
12606         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12607         simplified server definitions by converting it via
12608         gnus-server-to-method.
12609
12610 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12613         parameter's operands.
12614
12615 2009-01-06  David Engster  <dengste@eml.cc>
12616
12617         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12618         primary select method (for gnus-group-mark-article-as-read).
12619
12620 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12621
12622         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12623         `(gnus)Face', not `(gnus)X-Face'.
12624
12625 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * mm-util.el (mm-ucs-to-char): New function.
12628
12629         * mm-url.el (mm-url-decode-entities): Use it.
12630
12631         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12632         unicode-to-char.
12633
12634 2009-01-05  Dave Love  <fx@gnu.org>
12635
12636         * time-date.el: Require cl for `declare'.
12637
12638 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12641         Dave Love.
12642
12643 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * message.el (message-fix-before-sending): Add `eight-bit' to
12646         illegible-text check.
12647
12648 2009-01-03  Michael Olson  <mwolson@gnu.org>
12649
12650         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12651         `headers' is nil.  This can occur if the IMAP server does not have
12652         permissions to read messages from a folder, but can write new messages
12653         to the folder.
12654         (nnimap-request-article-part): Do not insert `data' if it is nil.
12655
12656         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12657         characters which will confuse `read', so skip past them.
12658
12659 2009-01-01  Dave Love  <fx@gnu.org>
12660
12661         * imap.el (imap-string-to-integer): Fix typo.
12662         (imap-fetch-safe): New function.
12663         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12664
12665         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12666
12667         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12668         (imap-parse-greeting): Fix doc strings.
12669         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12670         (imap-parse-flag-list): Make messages unique.
12671         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12672
12673         * nnimap.el: Fix author email.
12674         (nnimap-split-rule): Add FIXME comment.
12675         (nnimap-debug): Fix doc string.
12676
12677 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12680
12681 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12684         nslookup if resolv.conf isn't available.
12685         (dns-query): Rename from query-dns.
12686         (dns-query-cached): Rename from query-dns-cached.
12687
12688 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12691         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12692         to check if those variables exist (first appeared in Emacs 18.50).
12693
12694 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * mm-util.el (mm-line-number-at-pos): New function.
12697
12698         * spam-report.el (spam-report-process-queue): Use it.
12699
12700 2008-12-24  David Engster  <dengste@eml.cc>
12701
12702         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12703         parameters that haven't existed as variables as buffer-local variables.
12704
12705 2008-12-23  Dave Love  <fx@gnu.org>
12706
12707         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12708         cadar.
12709
12710         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12711         imap-starttls-p.
12712         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12713
12714 2008-12-22  Dave Love  <fx@gnu.org>
12715
12716         * imap.el: Fix author email.  Doc fixes.
12717         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12718         reply.
12719
12720 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * spam-report.el (spam-report-gmane-max-requests): New constant.
12723         (spam-report-gmane-wait): New variable.
12724         (spam-report-gmane-ham, spam-report-gmane-spam)
12725         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12726         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12727         the server.
12728
12729         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12730         Add explanations.
12731
12732         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12733         nnheader-accept-process-output and nnheader-read-timeout if available.
12734         (pop3-movemail): Use it.
12735
12736         * message.el (message-check-news-body-syntax): Fix signature check if
12737         there's an attachment.
12738
12739 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * mm-util.el: Add comments to the mm- emulating functions.
12742
12743 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12746         Reported by Stephen Berman <stephen.berman@gmx.net>.
12747
12748 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * mm-util.el (mm-substring-no-properties): New function.
12751         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12752         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12753         (mm-string-to-multibyte): Doc fix.
12754
12755         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12756
12757 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * mml.el (mml-attach-file): Strip text properties from file name.
12760         (Bug#1574)
12761
12762 2008-12-16  Glenn Morris  <rgm@gnu.org>
12763
12764         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12765
12766 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12769         knows since the charset specified might be a bogus alias that
12770         mm-charset-synonym-alist provides.
12771
12772 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12775         "ISO_8859-1".
12776
12777         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12778
12779 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * mm-util.el (mm-charset-eval-alist):
12782         Define it before mm-charset-to-coding-system.
12783         (mm-charset-to-coding-system): Add optional argument `silent';
12784         define it before mm-charset-override-alist.
12785         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12786         default value if it can be used in Emacs currently running;
12787         silence mm-charset-to-coding-system.
12788
12789 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12792         `allow-override' which says whether to use `mm-charset-override-alist'.
12793         (rfc2047-decode-encoded-words): Use it.
12794
12795         * mm-util.el (mm-charset-override-alist): Fix custom type;
12796         add `(gb2312 . gbk)' to choices.
12797
12798 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12801         fast.
12802
12803         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12804
12805         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12806
12807 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12808
12809         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12810         on links.
12811
12812         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12813
12814 2008-12-03  Lute Kamstra  <lute@gnu.org>
12815
12816         * sha1.el: Remove leading * from docstrings of defcustoms,
12817         deffaces, defconsts and defuns.
12818
12819 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12822         users' addresses that don't have domain parts.
12823         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12824         rather than message-narrow-to-head since there will be the message
12825         header separator.
12826
12827 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12828
12829         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12830         since the result is inserted in a unibyte buffer anyway.
12831         (nnimap-demule-use-string-to-multibyte): Remove.
12832         (nnimap-demule): Alias it to mm-string-to-multibyte.
12833
12834 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12837         variable for debugging bug#464 and bug#1174.
12838         (nnimap-demule): Use it.
12839
12840 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12843         score calculation correctly.
12844
12845 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12846
12847         * message.el (message-send-mail): Just set the buffer to unibyte
12848         rather than use mm-with-unibyte-current-buffer which does a lot more.
12849         (message-send-mail-partially): Don't bother with
12850         mm-with-unibyte-current-buffer since it's already been made unibyte by
12851         message-send-mail.
12852
12853 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12854
12855         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12856
12857 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12860
12861 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12864         require itself and to remove `with-no-warnings'.
12865
12866 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12867
12868         * starttls.el (starttls-any-program-available): Get the name of the
12869         available TLS layer program.
12870         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12871         well as the host name in the "opening" message.
12872
12873         * auth-source.el (auth-source-cache, auth-source-do-cache)
12874         (auth-source-user-or-password): Cache passwords and logins by default,
12875         allow override with `auth-source-do-cache'.
12876         (auth-source-forget-user-or-password): Allow users to remove cache
12877         entries if needed.
12878
12879 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12880
12881         * md4.el (md4-buffer): Fix typo in docstring.
12882         (md4, md4-64): Doc fixes.
12883         (md4-pack-int32): Reflow docstring.
12884
12885 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12886
12887         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12888         condition-case to only the forward-sexp call.
12889
12890 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12891
12892         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12893         quotes contained.  Make it more robust regardless by an extra
12894         condition-case wrapper.
12895
12896 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12899
12900 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * nnml.el (nnml-request-expire-articles): Check if the function set to
12903         `nnmail-expiry-target' returns the symbol `delete'.
12904
12905         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12906
12907         * nnmail.el (nnmail-expiry-target): Fix custom type.
12908
12909 2008-10-02  Glenn Morris  <rgm@gnu.org>
12910
12911         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12912         Silence compiler warning.
12913
12914 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12915
12916         * tls.el (open-tls-stream): Show the actual command being
12917         executed, instead of the format string.
12918
12919 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * lpath.el: Fbind codepage-setup for Emacs 23.
12922
12923 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12924
12925         * mml.el (mml-menu): Don't assume mml2015 is bound.
12926
12927 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12930         exists.
12931
12932 2008-09-27  Glenn Morris  <rgm@gnu.org>
12933
12934         * gnus-util.el (mail-header-remove-comments): Autoload it.
12935
12936 2008-09-27  Andreas Schwab  <schwab@suse.de>
12937
12938         * gnus-util.el (gnus-split-references): Strip comments.
12939         (gnus-parent-id): Likewise.
12940
12941 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * message.el (message-confirm-send): Fix version.
12944
12945 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * message.el (message-idna-to-ascii-rhs-1): Use
12948         mail-extract-address-components rather than mail-header-parse-addresses
12949         that is an alias by default to ietf-drums-parse-addresses that does not
12950         support non-ASCII names in headers' contents.
12951
12952 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12953
12954         * message.el (message-confirm-send): Fix variable documentation to
12955         avoid the "y/n" wording.
12956
12957 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12958
12959         * message.el (message-set-auto-save-file-name): Save to a different
12960         filename so multiple messages (especially drafts) can be recovered.
12961
12962 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12963
12964         * message.el (message-confirm-send): Add appropriate version.
12965
12966 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12967
12968         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12969         defvar.
12970
12971 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12972
12973         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12974         (mm-pkcs7-enveloped-magic): Ditto.
12975
12976 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12977
12978         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12979         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12980
12981 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12982
12983         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12984         default, it's better.
12985
12986 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12987
12988         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12989         summary line gnus-number property and ignore them (with a warning
12990         message).
12991
12992 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12995         macro caddr in the interactive form since it won't be expanded.
12996
12997 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13000         `charset'; fix name of function called recursively.
13001         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13002
13003 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13006         (gnus-mime-set-charset-parameters): New function.
13007         (gnus-mime-view-part-as-charset): Use it to correctly display part
13008         specifying wrong charset.
13009
13010 2008-09-08  David Engster  <dengste@eml.cc>
13011
13012         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13013         in completing-read for back end server.
13014
13015 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13016
13017         * message.el (message-confirm-send): New variable to confirm sending a
13018         message.
13019         (message-send): Use it.
13020
13021 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13024
13025 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13028
13029 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13030
13031         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13032         prevent tracking too many groups.
13033         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13034         Use it.
13035
13036 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13037
13038         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13039         moving point to the bottom of the window in order to avoid recentering.
13040
13041 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13044
13045         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13046         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13047         (gnus-article-beginning-of-window): Fix calculation.
13048
13049 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * gnus-msg.el (gnus-summary-supersede-article)
13052         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13053         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13054         message header.
13055
13056 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13057
13058         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13059         pending output coming after the status change.
13060
13061 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13062
13063         * message.el:
13064         * gnus-start.el:
13065         * gnus-registry.el: Remove VMS support.
13066
13067 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13070         macro.
13071         (rfc2104-hash): Use it.
13072
13073 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13076         (gnus-summary-sort-by-most-recent-date): New commands.
13077         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13078         and menu entries.
13079
13080 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13083         don't redisplay article for raw contents; remove plural articles stuff.
13084
13085         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13086         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13087         on gnus-summary-save-article; display results properly.
13088
13089 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * lpath.el: No need to fbind ns-focus-frame.
13092
13093 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13096
13097 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-art.el (gnus-summary-save-in-pipe):
13100         Consider gnus-save-all-headers.
13101
13102 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13103
13104         * gnus-util.el (ns-focus-frame): Remove declaration.
13105         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13106         like x.
13107
13108 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13109
13110         * rfc2104.el (rfc2104-zero): Delete defconst.
13111         (rfc2104-hex-alist): Likewise.
13112         (rfc2104-hex-to-int): Delete func.
13113         (rfc2104-hexstring-to-bitstring): Likewise.
13114         (rfc2104-nybbles): New defconst.
13115         (rfc2104-hash): Rewrite for speed.
13116
13117 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * tls.el (open-tls-stream): Make it work with the 2nd argument
13120         BUFFER that is a string but does not exist as a buffer object, as
13121         mentioned in the doc-string.
13122
13123 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13126         SXEmacs.
13127
13128 2008-07-16  Glenn Morris  <rgm@gnu.org>
13129
13130         * gnus-util.el (ns-focus-frame): Declare for compiler.
13131
13132 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13135         set as a group parameter.
13136         (gnus-summary-save-in-pipe): Work when it is called independently.
13137         (gnus-summary-pipe-to-muttprint): Don't modify
13138         gnus-summary-pipe-output-default-command.
13139
13140 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13141
13142         * message.el (message-send-mail-with-sendmail):
13143         Display the error message.
13144
13145 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-art.el (gnus-default-article-saver):
13148         Add gnus-summary-save-in-pipe to choices.
13149         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13150         gnus-summary-pipe-output-default-command as the default command.
13151         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13152         instead of gnus-last-shell-command.
13153
13154         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13155         New user option.
13156         (gnus-summary-muttprint-program): Mention the value will be changed.
13157         (gnus-summary-save-article): Force showing of all headers.
13158         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13159
13160 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13161
13162         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13163
13164 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13165
13166         * nnimap.el (nnimap-id):
13167         * sieve-manage.el (sieve-manage-open): Doc fixes.
13168
13169 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13170
13171         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13172         if available.
13173
13174 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13175
13176         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13177
13178         * nnkiboze.el (nnkiboze-generate-group):
13179         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13180
13181         * nnmairix.el: Require CL.
13182
13183 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * dgnushack.el: Autoload get-display-table and put-display-table for
13186         XEmacs 21.5.
13187
13188         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13189         21.4 and SXEmacs.
13190
13191 2008-06-15  David Engster  <dengste@eml.cc>
13192
13193         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13194
13195 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13196
13197         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13198         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13199         runtime choice under XEmacs.
13200
13201         * gnus-sum.el (gnus-summary-set-display-table):
13202         Use `gnus-put-display-table', `gnus-get-display-table',
13203         `gnus-set-display-table' for the display table, instead of `aset'.
13204
13205         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13206         Use `gnus-put-display-table', `gnus-get-display-table',
13207         `gnus-set-display-table' for the display table.
13208
13209 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * nnmairix.el: Add autoloads.
13212
13213 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * nnmairix.el (nnmairix-delete-recreate-group)
13216         (nnmairix-update-and-clear-marks): Fix error messages.
13217
13218 2008-06-14  David Engster  <dengste@eml.cc>
13219
13220         * nnmairix.el: Upgrade to version 0.6.
13221         (nnmairix-group-toggle-propmarks-this-group)
13222         (nnmairix-group-toggle-readmarks-this-group)
13223         (nnmairix-group-delete-recreate-this-group)
13224         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13225         (nnmairix-remove-tick-mark-original-article): New commands.
13226         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13227         (nnmairix-propagate-marks-to-nnmairix-groups)
13228         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13229         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13230         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13231         functions needed for marks propagation and manipulation of read marks.
13232         (nnmairix-update-groups): New function.
13233         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13234         (nnmairix-determine-original-group-from-registry)
13235         (nnmairix-determine-original-group-from-path)
13236         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13237         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13238         New helper functions.
13239         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13240         keystrokes for new commands.
13241         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13242         (nnmairix-request-group): Check allow-fast group parameter.
13243         (nnmairix-request-create-group): Set allow-fast group parameter if
13244         nnmairix-allowfast-default is set.
13245         (nnmairix-close-group): Propagate marks upon closing if needed.
13246         (nnmairix-group-toggle-threads-this-group): Use new.
13247         nnmairix-group-toggle-parameter helper function.
13248         (nnmairix-search): Better check for empty search result.
13249         (nnmairix-goto-original-article): Use new helper functions for
13250         determining original article.
13251         (nnmairix-show-original-article): Make sure message-id is in brackets.
13252         (nnmairix-call-mairix-binary): Change variable name.
13253         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13254         helper function.
13255         (nnmairix-widget-toggle-activate): Fix doc string.
13256
13257 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * nnir.el: Require edmacro when compiling with XEmacs.
13260         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13261         available in Emacs 21.
13262
13263 2008-06-11  Glenn Morris  <rgm@gnu.org>
13264
13265         * gnus-util.el (x-focus-frame):
13266         * gnus.el (image-size):
13267         * mm-decode.el (image-size): Declare.
13268
13269         * gnus-picon.el (declare-function): Add compat definition.
13270         (image-size): Declare.
13271
13272         * gnus-group.el (tool-bar-map):
13273         * gnus-sum.el (tool-bar-map): Define for compiler.
13274
13275         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13276
13277         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13278
13279         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13280         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13281         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13282         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13283         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13284         * sieve-manage.el, spam-report.el, spam.el:
13285         Remove unnecessary eval-and-compile of autoloads.
13286
13287 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13288
13289         * auth-source.el: Precise Tramp doc.
13290
13291 2008-06-07  Glenn Morris  <rgm@gnu.org>
13292
13293         * nnmairix.el: Remove unnecessary eval-when-compile.
13294
13295 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * lpath.el: Fbind propertize for XEmacs 21.4.
13298
13299 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * nnir.el: Move here from ../contrib.
13302
13303 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13304
13305         * gnus-util.el (gnus-read-shell-command): New function.
13306         * mm-decode.el (mm-pipe-part):
13307         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13308
13309 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13312
13313 2008-06-03  Glenn Morris  <rgm@gnu.org>
13314
13315         * pop3.el (nnheader-accept-process-output): Autoload it.
13316
13317 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13320         are not 2-digit hexadecimal characters that follow `%'s.
13321
13322 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * message.el (message-bogus-recipient-p): Fix type in doc string.
13325         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13326         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13327         Improve custom options.
13328         (message-bogus-recipient-p): Adjust accordingly.
13329
13330 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13331
13332         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13333         long-form month and day names.
13334
13335 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * dgnushack.el: Autoload debug, eudc-expand-inline and
13338         pgg-snarf-keys-region for XEmacs.
13339
13340         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13341
13342         * nnmairix.el: Require edmacro when compiling with XEmacs.
13343
13344 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13347         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13348
13349 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13350
13351         * auth-source.el: Add more docs.
13352
13353         * netrc.el (netrc-machine): Always match if the port is not given.
13354
13355 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13358         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13359         retrieval faster in some cases, but might make CPU usage larger.
13360         If this has any bad side effects, we might revert this change.
13361
13362         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13363         seems to make mail retrieval much, much faster.
13364         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13365         unconditionally.
13366
13367         * gnus-draft.el (gnus-group-send-queue):
13368         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13369
13370 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13373
13374         * message.el (message-bogus-address-regexp): Fix and improve custom
13375         type.
13376         (message-setup-hook): Add message-check-recipients as custom option.
13377
13378 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * message.el (message-cite-function): Remove bogus autoload which crept
13381         in during merge from v5-10.
13382
13383 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13384
13385         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13386
13387         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13388
13389         * auth-source.el: Preliminary Tramp docs.
13390         (auth-sources): Change the default auth-sources to use
13391         EPA .gpg files.
13392
13393 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         * nntp.el: Autoload `auth-source-user-or-password'.
13396         (nntp-send-authinfo): Use it.
13397
13398         * nnimap.el: Autoload `auth-source-user-or-password'.
13399         (nnimap-open-connection): Use it.
13400
13401         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13402         for the gnus-message function.
13403         (auth-source-user-or-password): Use it.
13404
13405 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13406
13407         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13408         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13409         (rfc2104-hash): Use it.
13410
13411 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13412
13413         * gnus-art.el (gnus-article-toggle-truncate-lines):
13414         Don't use `iff' in docstring.
13415
13416 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13417
13418         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13419
13420         * gnus-util.el (gnus-extract-address-component-name)
13421         (gnus-extract-address-component-email): Convenience functions around
13422         `gnus-extract-address-components'.
13423
13424         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13425         Use `gnus-extract-address-component-email' to fix bug of comparing full
13426         sender name to `user-mail-address'.
13427
13428 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13429
13430         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13431         catch/throw to optimize.
13432         (gnus-registry-find-keywords): Just use member to find a keyword.
13433
13434 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13435
13436         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13437         is current before calling gnus-server-prepare.
13438         (gnus-server-setup-buffer, gnus-server-update-server)
13439         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13440
13441 2008-05-04  Juri Linkov  <juri@jurta.org>
13442
13443         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13444         (mailcap-file-default-commands): Use mailcap-replace-in-string
13445         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13446         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13447
13448 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13449
13450         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13451
13452 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13453
13454         * gnus.el: Bump version to 0.11.
13455
13456 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13457
13458         * gnus.el: No Gnus v0.10 is released.
13459
13460 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461
13462         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13463         hooks.
13464         (gnus-update-read-articles): Speed up non-marks-using users.
13465         (gnus-use-marks): Define gnus-use-marks.
13466         (gnus-propagate-marks): Rename variable to something more sensible.
13467
13468 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13469
13470         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13471         (gmm-image-load-path-for-library): Fix typos in docstrings.
13472         (gmm-message): Reflow docstring.
13473
13474 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13475
13476         * mail-source.el (mail-source-set-1, mail-source-bind):
13477         Move auth-source code out of the macro to clean it up and fix bugs.
13478
13479 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13482         by sender if it's equal to user-mail-address, it's likely to be
13483         useless.
13484
13485         * mail-source.el (mail-source-bind): Don't use user or password if they
13486         are not bound.  Unintern them if they are nil.  Don't use server unless
13487         it's bound, and default it to empty string otherwise.
13488
13489 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13490
13491         * mail-source.el: Load auth-source.el.
13492         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13493         get user name or password, if auth-sources is set up.
13494
13495         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13496         strategy of splitting with parent.
13497         (gnus-registry-split-fancy-with-parent)
13498         (gnus-registry-post-process-groups): Use it and fix prior
13499         bug (returning a list as the split result).
13500
13501         * auth-source.el (auth-sources): Remove server parameter.
13502         (auth-source-pick, auth-source-user-or-password)
13503         (auth-source-user-or-password-imap)
13504         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13505         (auth-source-user-or-password-sftp)
13506         (auth-source-user-or-password-smtp): Remove server parameter.
13507
13508 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13509
13510         * smime.el (smime-sign-region, smime-encrypt-region)
13511         (smime-decrypt-region):
13512         Remove redundant calls to `generate-new-buffer-name'.
13513
13514 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13515
13516         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13517         Don't use QP for message/rfc822.
13518         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13519
13520 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13521
13522         * sieve-manage.el (sieve-string-bytes): Remove.
13523         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13524         correct byte-length only if the process's coding-system is the same as
13525         the one used internally by Emacs to represent strings.
13526
13527 2008-04-22  Juri Linkov  <juri@jurta.org>
13528
13529         * mailcap.el (mailcap-file-default-commands): New function.
13530
13531 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * message.el (message-signature-separator, message-cite-function):
13534         Change custom version.
13535
13536 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13537
13538         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13539         commands.
13540         (tls-checktrust): Ditto.
13541
13542 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * mm-decode.el (mm-display-external): Make temp file read-only.
13545
13546 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13549         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13550         `C-c C-f d'.
13551
13552 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13553
13554         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13555
13556 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13557
13558         * gnus.el: Bump version to 0.9.
13559
13560 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gnus.el: No Gnus v0.8 is released.
13563
13564 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13565
13566         * mail-source.el (mail-source-value):
13567         Prefer fboundp to functionp so it works with macros as well.
13568
13569 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13570
13571         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13572         Fix last change in case the element is not even a symbol.
13573
13574 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13575
13576         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13577         Prefer fboundp to functionp so it works with macros as well.
13578
13579 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13580
13581         * auth-source.el: Add docs.
13582         (auth-sources): Modify format to support server.
13583         (auth-source-pick, auth-source-user-or-password)
13584         (auth-source-user-or-password-imap)
13585         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13586         (auth-source-user-or-password-sftp)
13587         (auth-source-user-or-password-smtp): Add server parameter.
13588
13589 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13590
13591         * gnus-registry.el: Initialize the registry when gnus-registry-install
13592         is t.
13593
13594 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * compface.el (uncompface): Make buffer unibyte.
13597
13598 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13599
13600         * mail-source.el (mail-source-value):
13601         Prefer fboundp to functionp so it works with macros as well.
13602
13603 2008-04-05  Glenn Morris  <rgm@gnu.org>
13604
13605         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13606
13607 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13608
13609         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13610         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13611
13612         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13613         multibyteness after rather than before erasing it.
13614
13615         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13616         mm-with-multibyte.
13617         (gnus-request-article-this-buffer): Make sure the proper decoding is
13618         used if gnus-original-article-buffer happens to be unibyte.
13619
13620         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13621         default-enable-multibyte-characters.
13622
13623         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13624         default-enable-multibyte-characters.
13625
13626         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13627
13628         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13629
13630 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13631
13632         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13633         Fix last change in case the element is not even a symbol.
13634
13635 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13636
13637         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13638         (imap-message-copyuid-1): Use it.
13639         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13640         J. Williams in
13641         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13642
13643         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13644         imap-enable-exchange-bug-workaround.
13645         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13646
13647 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13648
13649         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13650         a 100 byte status-checks into a 2-3MB transfer for each group.
13651         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13652         to enable bug workaround or not.
13653         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13654
13655 2008-03-31  Glenn Morris  <rgm@gnu.org>
13656
13657         * message.el (mml2015-use): Declare for compiler.
13658         (message-info): Require mml2015 when appropriate.
13659
13660 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13663         whitespace.
13664
13665 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13666
13667         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13668         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13669         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13670         (nntp-service-to-port): New function.
13671         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13672         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13673         (nntp-open-netcat-stream): New function.
13674         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13675
13676 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13677
13678         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13679
13680 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13681
13682         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13683
13684 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13685
13686         * dns.el (dns-write): Use set-buffer-multibyte.
13687
13688 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13689
13690         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13691
13692 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * message.el (message-signature-separator): Change default.
13695         Improve custom type.
13696         (message-cite-function): Change default to
13697         message-cite-original-without-signature.
13698
13699         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13700         toggle.
13701
13702         * message.el (message-check-news-body-syntax): Fix signature check.
13703         (message-setup-1): Mark buffer as unmodified _after_ running
13704         message-setup-hook and handling message-alternative-emails.
13705         (message-shorten-references): Be more strict when building list of
13706         valid references to comply with GNKSA.
13707
13708         * gnus-group.el (gnus-read-ephemeral-bug-group)
13709         (gnus-read-ephemeral-debian-bug-group)
13710         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13711
13712         * message.el (message-info): Don't use booleanp which isn't supported
13713         in Emacs 21 and XEmacs.
13714
13715 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13718         gnus-group-gmane-group-download-format.
13719         (gnus-group-read-ephemeral-gmane-group): Rename from
13720         gnus-group-read-ephemeral-gmane-group.
13721         (gnus-read-ephemeral-gmane-group-url): Rename from
13722         gnus-group-read-ephemeral-gmane-group-url.
13723         (gnus-bug-group-download-format-alist): New variable.
13724         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13725         (gnus-read-ephemeral-emacs-bug-group): New commands.
13726
13727 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13730         (gnus-visible-headers): Improve custom type.
13731
13732 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13733
13734         * mml.el (mml-menu): Add workarounds for XEmacs.
13735
13736         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13737         X-Boundary header.
13738
13739         * message.el (message-simplify-recipients): Fix previous commit.
13740
13741 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13742
13743         * mm-util.el (mm-set-buffer-multibyte): New function.
13744         * mm-decode.el (mm-copy-to-buffer): Use it.
13745
13746         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13747         Prefer fboundp to functionp so it works with macros as well.
13748
13749 2008-03-19  Glenn Morris  <rgm@gnu.org>
13750
13751         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13752         Accidentally removed in the sync process with Emacs.
13753
13754 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * message.el (message-alter-recipients-discard-bogus-full-name):
13757         New function.
13758         (message-alter-recipients-function): New variable.
13759         (message-get-reply-headers): Use it.
13760         (message-replace-header): New helper function.
13761         (message-recipients-without-full-name): New variable.
13762         (message-simplify-recipients): New command.
13763
13764         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13765
13766         * message.el (message-info): Handle EasyPG manual.
13767
13768         * mml.el (mml-menu): Add entry for EasyPG.
13769
13770 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13771
13772         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13773         parameter.
13774
13775         * message.el (message-disassociate-draft): Specify drafts group name
13776         fully.
13777
13778 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13779
13780         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13781         Eliminate unnecessary duplicates from the match list.
13782
13783 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13786
13787         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13788
13789         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13790         args of `how-many' of which the XEmacs version doesn't take; declare
13791         Info-index-next as function.
13792
13793 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * gnus-score.el (gnus-score-headers): Fix handling of
13796         gnus-inhibit-slow-scoring.
13797
13798         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13799         string.
13800         (gnus-button-url-regexp): Improve handling of parenthesis.
13801         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13802         (gnus-button-handle-info-keystrokes): Handle index entries.
13803
13804 2008-03-15  Glenn Morris  <rgm@gnu.org>
13805
13806         * parse-time.el (parse-time-string): Simplify.
13807
13808 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13811         Incoming* files.
13812
13813 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13814
13815         * auth-source.el (auth-sources): Rename from auth-source-choices.
13816         (auth-source-pick): Use it.
13817
13818 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13819
13820         * binhex.el (binhex-decode-region-internal):
13821         * uudecode.el (uudecode-decode-region-internal):
13822         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13823         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13824         setting default-enable-multibyte-characters.
13825
13826 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13827
13828         * auth-source.el (auth-source-protocols)
13829         (auth-source-protocols-customize, auth-source-choices): Add and
13830         modified variable customizations and defaults.
13831         (auth-source-pick, auth-source-user-or-password)
13832         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13833         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13834         (auth-source-user-or-password-sftp)
13835         (auth-source-user-or-password-smtp): Use new variables and provide an
13836         interface to netrc.el.
13837
13838 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13841         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13842         Make sure the nntp port to specify is a string.
13843
13844 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13845
13846         * nntp.el: Use with-current-buffer.
13847         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13848         dubious mm-with-unibyte-current-buffer.
13849         (nntp-with-open-group-function): New function extracted from
13850         nntp-with-open-group macro.
13851         (nntp-with-open-group): Use the function, so it's easier to debug.
13852         Add indentation and debugging info.
13853         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13854         Recommend the use of the netcat alternatives.
13855
13856         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13857         Avoid mm-string-as-multibyte as well.
13858
13859         * nnweb.el (nnweb-insert-html):
13860         Remove use of nnheader-string-as-multibyte.
13861
13862         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13863         (nnheader-string-as-multibyte): Remove.
13864
13865         * mm-view.el: Use inhibit-read-only.
13866         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13867         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13868         or unibyte-string.
13869
13870         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13871         (mm-uu-yenc-extract): Use with-current-buffer.
13872
13873         * gnus-soup.el (gnus-soup-send-packet): Don't use
13874         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13875
13876         * nnmh.el: Use with-current-buffer.
13877         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13878         mm-string-as-multibyte on the output of mm-encode-coding-string.
13879
13880         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13881         (nnimap-request-move-article): Use with-current-buffer.
13882
13883         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13884         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13885         conversion uses string-make-unibyte rather than string-as-unibyte.
13886
13887         * gnus-msg.el: Use with-current-buffer.
13888
13889         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13890
13891 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13892
13893         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13894         string for caching if it is 'PIN.
13895
13896 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * lpath.el: Consider the case without Emacs/W3.
13899
13900 2008-03-08  Glenn Morris  <rgm@gnu.org>
13901
13902         * time-date.el (date-to-time, time-subtract, time-add)
13903         (safe-date-to-time): Doc fixes.
13904
13905 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13906
13907         * mail-source.el (mail-source-delete-old-incoming-confirm):
13908         Change default to nil.
13909         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13910
13911 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * lpath.el: Rearrange.
13914
13915         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13916         (gnus-article-goto-prev-page): Work for articles having ^L's.
13917
13918         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13919
13920         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13921
13922 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13923
13924         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13925         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13926         (gnus-bookmark-jump): Adjust some variable names.
13927
13928 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13929
13930         * auth-source.el: New package.
13931         (auth-source-choices): Add customization entry point variable.
13932
13933         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13934         bug.
13935
13936 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13939         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13940         (gnus-registry-install-shortcuts): Rename from
13941         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13942         the `gnus-registry-mark-map' keymap dynamically from
13943         `gnus-registry-marks'.  The generated functions update the summary line
13944         when a registry mark is added or deleted, and will call
13945         `gnus-registry-install-p' (see the comments in the code).
13946         (gnus-registry-user-format-function-M): Use concat intelligently.
13947
13948         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13949         the registry mark functions.
13950
13951 2008-03-05  Glenn Morris  <rgm@gnu.org>
13952
13953         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13954         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13955         gnus-art.
13956         (top-level): No need to load own source when compiling.
13957
13958 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13961         Suggested by <chris.anderton@zetnet.co.uk>.
13962
13963 2008-03-04  Glenn Morris  <rgm@gnu.org>
13964
13965         * gnus-sum.el (top-level): No need to require gnus when compiling,
13966         since unconditionally required near start of file.
13967         (gnus-summary-display-while-building): Move definition before use.
13968
13969 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * gnus-registry.el (gnus-registry-user-format-function-M):
13972         Add formatting function.
13973
13974 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13975
13976         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13977         with plists.
13978         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13979         Use new format.
13980
13981 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13984         `where-is-internal' that returns a range of key sequences.
13985
13986 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13987
13988         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13989
13990         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13991         (gnus-summary-jump-to-group): Consider windows on other displayed
13992         frames as well.  Similar changes might be needed elsewhere, but that's
13993         the one I've bumped into during my use.
13994
13995         * nndoc.el (nndoc-oe-dbx-type-p):
13996         * gnus-msg.el (gnus-debug):
13997         * gnus-group.el (gnus-update-group-mark-positions):
13998         Use mm-string-to-multibyte.
13999
14000 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14003         doesn't handle NotDashEscaped.
14004
14005         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14006         (mml-dnd-attach-options): Fix typo in custom choice.
14007
14008         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14009         Change nndoc-article-type to mbox.
14010         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14011
14012         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14013         to nil, instead of html2text.
14014
14015         * imap.el (imap-debug): Add `imap-ping-server'.
14016
14017         * gnus-bookmark.el: Add FIXMEs.
14018
14019         * message.el (message-form-letter-separator)
14020         (message-send-form-letter-delay): New variables.
14021         (message-send-form-letter): Use them.  New command to send form
14022         letters.  Requested by Uwe Siart.
14023         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14024
14025 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * Update copyright years.
14028
14029 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         Sync from EMACS_22_BASE.
14032
14033         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14034
14035 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14036
14037         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14038         empty author.
14039
14040 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14041
14042         * gnus-registry.el (gnus-registry-marks): Add variable for
14043         customization of marks and their appearance.
14044         (gnus-registry-read-mark): Use it.
14045         (gnus-registry-do-marks): Add utility function to loop through
14046         `gnus-registry-marks'.
14047         (gnus-registry-install-shortcuts-and-menus): Add function to install
14048         shortcuts and menus.
14049         (gnus-registry-initialize): Use it.
14050         (gnus-registry-default-mark): Clarify documentation.
14051
14052 2008-02-29  Glenn Morris  <rgm@gnu.org>
14053
14054         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14055         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14056         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14057         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14058         Change defcustom :version from 23.0 to 23.1.
14059
14060 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14061
14062         * gnus-registry.el (gnus-registry-follow-group-p)
14063         (gnus-registry-post-process-groups): Add functions to aid registry
14064         splitting and improve logging.  Clarify behavior in function
14065         documentation.
14066         (gnus-registry-split-fancy-with-parent): Use them.
14067
14068 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14069
14070         * gnus-art.el: Use with-current-buffer.
14071
14072 2008-02-27  David Engster  <dengste@eml.cc>
14073
14074         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14075         Express real group name in the response.
14076
14077 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14080         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14081         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14082         autoload gnus-registry-fetch-group when compiling.
14083         (nnmairix-request-group-with-article-number-correction):
14084         Remove unreferenced argument passed to nnmairix-call-backend.
14085
14086 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14089         (mm-uu-extract): Improve face for low color ttys.
14090         Reported by Sascha Wilde.
14091
14092 2008-02-27  Glenn Morris  <rgm@gnu.org>
14093
14094         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14095         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14096         variables to defconsts.  Convert comments to doc-strings.
14097         (nnmairix-last-server, nnmairix-current-server): Convert from free
14098         variables to defvars.  Convert comments to doc-strings.
14099         (gnus-registry-fetch-group): Autoload.
14100         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14101         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14102         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14103         caddr.
14104         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14105         nnmairix-request-group-with-article-number-correction call.
14106         (nnmairix-fast, nnmairix-group): New, less general names, for free
14107         variables passed from nnmairix-request-group to
14108         nnmairix-request-group-with-article-number-correction.  Declare.
14109         (nnmairix-request-group-with-article-number-correction):
14110         Use nnmairix-fast, nnmairix-group rather than fast, group.
14111
14112 2008-02-26  David Engster  <dengste@eml.cc>
14113
14114         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14115         version 0.5.
14116
14117 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14118
14119         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14120         instead of making an extra function call.  Don't add the current group
14121         to articles only when they have the group.  Use
14122         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14123         Reported by David <de_bb@arcor.de>.
14124
14125 2008-02-24  Miles Bader  <miles@gnu.org>
14126
14127         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14128         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14129         (mm-find-mime-charset-region):
14130         * mm-bodies.el (mm-encode-body):
14131         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14132
14133 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14136         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14137
14138 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * mail-source.el (mail-source-delete-incoming): Change default.
14141         Supplement doc string.
14142
14143         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14144
14145 2008-02-14  Glenn Morris  <rgm@gnu.org>
14146
14147         * time-date.el (format-seconds): New function.
14148
14149 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14150
14151         * nnmail.el (nnmail-message-id-cache-file): Derive from
14152         `gnus-home-directory'.
14153
14154 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14155
14156         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14157         Document negative prefix.
14158
14159         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14160
14161 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14162
14163         * message.el (message-unsent-separator): Add the Exim bounce
14164         separator.
14165
14166 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14167
14168         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14169         list.
14170         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14171         recipient/signer list.
14172
14173 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * Makefile.in (datarootdir): Define.
14176         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14177         name that might contain whitespace.
14178
14179 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14182         fbound (Emacs 23 unicode), signal an error.
14183
14184 2008-02-08  Glenn Morris  <rgm@gnu.org>
14185
14186         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14187
14188 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14189
14190         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14191         ports to the calls to `netrc-machine-user-or-password' in addition to
14192         "imap" and "imaps".
14193
14194 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14195
14196         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14197
14198         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14199
14200 2008-02-01  Kenichi Handa  <handa@m17n.org>
14201
14202         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14203         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14204         (rfc2104-hash): Convert the result of concat to unibyte string.
14205
14206 2008-02-01  Dave Love  <fx@gnu.org>
14207
14208         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14209         coding-system-for-read.
14210         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14211
14212 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14215         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14216         <hanche@math.ntnu.no>.
14217
14218 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14221
14222         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14223
14224 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14225
14226         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14227         * message.el (message-beginning-of-line): Use featurep instead of bound
14228         tests in order to resolve conditionals at compile time.
14229
14230 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14231
14232         * mail-source.el (mail-sources): Add `group' choice.
14233
14234         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14235         parameter `in-group' to control into which group the articles go.
14236         Add treatment of `group' mail-source.
14237
14238 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14241
14242         * mm-decode.el (mm-dissect-buffer): Decode description.
14243
14244         * mml.el (mml-to-mime): Encode message header first.
14245
14246 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14249         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14250
14251         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14252         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14253
14254 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14257
14258 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14261         prefix keys.
14262         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14263         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14264         gnus-xmas.el.
14265
14266         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14267         (gnus-xmas-article-describe-bindings): New function.
14268         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14269         gnus-xmas-article-describe-bindings.
14270
14271         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14272
14273 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14276         Add new variables for article mark management.
14277         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14278         list of extra data entries which, when present, will indicate that the
14279         article ID should not be trimmed from the registry.
14280         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14281         functions.
14282         (gnus-registry-read-mark): New function to read a mark name from the
14283         user.
14284         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14285         (gnus-registry-set-article-mark-internal): New functions to add and
14286         remove marks.
14287         (gnus-registry-get-article-marks): New function to show the marks for
14288         an article, or retrieve them for further use.
14289
14290 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14293         keys when no argument is given.
14294
14295 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * imap.el (imap-ping-server): New variable.
14298         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14299         (imap-ping-server): Minor doc string fixes.
14300
14301 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14302
14303         * imap.el (imap-ping-server): New function.
14304         (imap-opened): Call imap-ping-server.
14305
14306 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-sum.el (gnus-article-sort-by-random)
14309         (gnus-thread-sort-by-random): Fix doc strings.
14310         Reported by jidanni@jidanni.org.
14311
14312 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-art.el (gnus-article-describe-bindings): New function.
14315         (gnus-article-read-summary-keys): Use it.
14316         (gnus-article-mode-map): Bind `C-h b' to it.
14317
14318 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14321         XEmacs.
14322         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14323         Protect against non-character events.
14324
14325         * lpath.el: Fbind map-keymap for Emacs 21.
14326
14327 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14330         New command.
14331         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14332         instead of END.  Change name of the temp file.
14333         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14334         customizable.
14335
14336 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14339         bind `S W' to gnus-article-wide-reply-with-original; set default
14340         binding to gnus-article-read-summary-send-keys.
14341         (gnus-article-read-summary-keys): Fix the order of keys; display
14342         continuation keys correctly in the echo area; describe bindings
14343         correctly when keys end with `C-h'.
14344         (gnus-article-read-summary-send-keys): New function.
14345         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14346         Work for gnus-article-read-summary-send-keys; display continuation keys
14347         correctly in the echo area.
14348         (gnus-article-reply-with-original): Ignore prefix argument.
14349         (gnus-article-wide-reply-with-original): New function.
14350
14351         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14352         Emacs 21.
14353
14354 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14357         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14358
14359 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14362         (gnus-group-read-ephemeral-gmane-group): New command.
14363
14364 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14365
14366         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14367
14368 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * message.el (message-send-mail-function): Increase custom version.
14371
14372         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14373         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14374
14375 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14376
14377         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14378         for the cases where imap-authenticate is called with a nil buffer
14379         parameter.
14380
14381 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14384         html parts correctly; support forwarded messages.
14385         (gnus-article-browse-html-article): Remove work buffers.
14386
14387         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14388         compiling.
14389         (netrc-bound-and-true-p): New macro.
14390         (netrc-parse): Use it instead of bound-and-true-p that is not available
14391         in XEmacs 21.4.
14392
14393 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * gnus-registry.el (gnus-registry-mark-article)
14396         (gnus-registry-article-marks): Add functionality to mark articles
14397         through the Gnus registry.
14398
14399         * encrypt.el: Clarify documentation for the new pgg method.
14400         (encrypt-file-alist): Add PGG option.
14401         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14402         functionality.  Abstract password key and messaging to external
14403         functions.
14404         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14405         (encrypt-message-method-and-cipher): Add new convenience external
14406         functions.
14407         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14408         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14409
14410         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14411         (netrc-parse): Use encrypt-file-alist to determine if
14412         encrypt-find-model or encrypt-insert-file-contents should be used.
14413
14414         * encrypt.el: Clarify documentation.  Load password-cache or
14415         password, whichever one is found first, instead of autoloading.
14416
14417 2007-12-19  Glenn Morris  <rgm@gnu.org>
14418
14419         * mml.el (message-options-set, message-narrow-to-head)
14420         (message-in-body-p, message-mail-p, message-encode-message-body):
14421         Autoload.
14422         (message-remove-header, message-narrow-to-headers-or-head)
14423         (message-subscribed-p, message-make-mail-followup-to)
14424         (message-position-on-field, message-news-p)
14425         (message-options-set-recipient, message-generate-headers)
14426         (message-sort-headers): Declare as functions.
14427
14428 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14431         convention in doc string.
14432
14433 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14436         title to html parts.
14437         (gnus-article-browse-html-article): Pass message header to it.
14438
14439         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14440
14441 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14444         or password compatible with XEmacs.
14445
14446 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14449         format document.
14450         (gnus-mime-delete-part): Don't write description line if empty.
14451         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14452
14453 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14454
14455         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14456         (gnus-summary-mark-read-and-unread-as-read)
14457         (gnus-summary-mark-current-read-and-unread-as-read)
14458         (gnus-summary-mark-unread-as-ticked): Doc fix.
14459         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14460
14461 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14464         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14465
14466 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14469         yes-or-no-p.
14470
14471 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * mm-decode.el (mm-add-meta-html-tag): New function.
14474         (mm-save-part-to-file, mm-pipe-part): Use it.
14475
14476         * gnus-art.el (gnus-article-browse-delete-temp-files):
14477         Use gnus-y-or-n-p instead of y-or-n-p.
14478         (gnus-article-browse-html-parts): Work with message/external-body; use
14479         mm-add-meta-html-tag.
14480
14481 2007-12-11  Glenn Morris  <rgm@gnu.org>
14482
14483         * gnus-cache.el: Require gnus-sum not just when compiling.
14484
14485         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14486
14487         * gnus-int.el (gnus-server-opened, gnus-status-message):
14488         Move definitions before use.
14489
14490         * mm-decode.el: Require gnus-util.
14491         (mm-remove-part): Only call delete-annotation on XEmacs.
14492
14493         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14494
14495         * nnmail.el: Require gnus-int.
14496
14497         * spam.el: Move `require's before `eval-when-compile's.
14498
14499         * gnus-ems.el (gnus-alive-p):
14500         * gnus-fun.el (message-goto-eoh):
14501         * gnus-util.el (gnus-group-name-decode):
14502         * mail-source.el (gnus-compress-sequence):
14503         * message.el (Info-goto-node, format-spec):
14504         * mm-bodies.el (message-options-get):
14505         * mm-decode.el (mm-view-pkcs7):
14506         * mm-util.el (gmm-write-region):
14507         * mml-smime.el (mml-compute-boundary)
14508         (gnus-completing-read-with-default):
14509         * mml.el (widget-button-press, gnus-make-hashtable):
14510         * mml1991.el (mm-decode-content-transfer-encoding)
14511         (mm-encode-content-transfer-encoding)
14512         (message-options-get, message-options-set):
14513         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14514         * nnfolder.el (gnus-request-group):
14515         * nnheader.el (ietf-drums-unfold-fws):
14516         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14517         * smime.el (gnus-run-mode-hooks):
14518         * spam-stat.el (gnus-message): Autoload.
14519
14520         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14521         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14522         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14523         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14524         Add declare-function compatibility definition.
14525
14526         * gnus-cache.el (nnvirtual-find-group-art):
14527         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14528         (gnus-add-image, gnus-add-wash-type):
14529         * gnus-group.el (nnkiboze-score-file):
14530         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14531         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14532         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14533         (message-tokenize-header, gnus-get-buffer-create)
14534         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14535         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14536         * gnus.el (gnus-group-decoded-name):
14537         * mail-source.el (imap-capability):
14538         * mm-bodies.el (message-options-set):
14539         * mm-decode.el (gnus-configure-windows):
14540         * mm-extern.el (message-goto-body):
14541         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14542         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14543         (epg-sub-key-validity, message-options-set):
14544         * mml.el (widget-event-point, gnus-configure-windows):
14545         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14546         * mml2015.el (epg-check-configuration, epg-configuration)
14547         (message-options-set):
14548         * nndb.el (nndb-request-article):
14549         * nnfolder.el (gnus-request-create-group):
14550         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14551         * nnmaildir.el (gnus-group-mark-article-read):
14552         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14553         * rfc1843.el (message-fetch-field):
14554         * spam.el (gnus-extract-address-components):
14555         Declare as functions.
14556
14557 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14560
14561         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14562
14563         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14564         bind show-trailing-whitespace for XEmacs.
14565
14566 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14569         new no-op macro for backward compatibility.
14570
14571         * imap.el (imap-string-to-integer): New function.
14572
14573 2007-12-09  Glenn Morris  <rgm@gnu.org>
14574
14575         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14576
14577         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14578         * message.el, mm-view.el, sieve-manage.el, smime.el:
14579         Add declare-function compatibility definition.
14580
14581         * gnus-art.el (w3-region, w3m-region, Info-menu):
14582         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14583         * gnus-sum.el (gnus-get-predicate):
14584         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14585         * message.el (mail-abbrev-in-expansion-header-p):
14586         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14587         (w3m-detect-meta-charset, w3m-region):
14588         * sieve-manage.el (password-read, password-cache-add)
14589         (password-cache-remove):
14590         * smime.el (password-read-and-add): Declare as functions.
14591
14592 2007-12-08  David Kastrup  <dak@gnu.org>
14593
14594         * gnus-sum.el (gnus-summary-simplify-subject-query):
14595         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14596         `message'.
14597
14598 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14601         it to bind idna-program, installation-directory, defined-colors, and
14602         face-attribute for XEmacs of the version that compiles defcustom forms.
14603
14604 2007-12-07  Glenn Morris  <rgm@gnu.org>
14605
14606         * gnus-art.el (article-make-date-line): Revert previous change.
14607
14608 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14611
14612 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14613
14614         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14615         Call gnus-add-to-range ranges only once with a prepared article-list.
14616
14617 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14618
14619         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14620         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14621         group names with backslashes.
14622         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14623
14624 2007-12-06  Deepak Goel  <deego3@gmail.com>
14625
14626         * gnus-art.el (article-make-date-line):
14627         * gnus-start.el (gnus-load):
14628         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14629
14630 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-use-idna):
14633         * gnus-start.el (gnus-site-init-file):
14634         * message.el (message-use-idna):
14635         * mm-uu.el (mm-uu-hide-markers):
14636         * smiley.el (smiley-style): Revert changes that suppress warnings.
14637
14638 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14641         specify charset to html source.
14642         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14643
14644 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14647         idna-program in order to suppress byte compile warning issued by XEmacs
14648         that came to byte compile the default value section of defcustom forms
14649         recently.
14650
14651         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14652         value of installation-directory.
14653
14654         * message.el (message-use-idna): Don't directly refer to the value of
14655         idna-program.
14656
14657         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14658
14659         * smiley.el (smiley-style): Don't directly call face-attribute.
14660
14661 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14664
14665         * gnus-dired.el: Reduce Gnus dependencies.
14666         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14667         Don't require.  Use autoloads instead.
14668         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14669         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14670         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14671         (gnus-dired-mode): Adjust doc string.
14672         (gnus-dired-mail-mode): New variable.
14673         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14674         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14675         (gnus-dired-mail-buffers): New function.  Return mail or message
14676         composition buffers.
14677         (gnus-dired-attach): Use it.
14678         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14679         NO-DECODE.
14680         (gnus-dired-print): Use `gnus-print-buffer' depending on
14681         `gnus-dired-mail-mode'.
14682
14683 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * rfc2047.el (rfc2047-encoded-word-regexp)
14686         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14687         explaining what regexp patterns are for.
14688
14689 2007-12-04  Glenn Morris  <rgm@gnu.org>
14690
14691         * password.el: Move to password-cache.el.
14692
14693         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14694         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14695         * mml-smime.el (password-read, password-cache-add)
14696         (password-cache-remove):
14697         No need to autoload, since mml-sec requires password.
14698
14699         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14700         * message.el (gnus-extract-address-components):
14701         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14702
14703         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14704         password.
14705
14706 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14707
14708         * mailcap.el: Reduce dependencies.
14709         (mail-header-parse-content-type): Autoload.
14710         (mailcap-delete-duplicates): New alias.
14711         (mailcap-mime-info): Add optional argument NO-DECODE.
14712         (mailcap-mime-types): Use mailcap-delete-duplicates.
14713
14714         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14715
14716 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14717
14718         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14719         (imap-parse-status): Upcase status-att for servers that sends them
14720         lower-case (e.g., MS Exchange 2007).
14721
14722 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14723
14724         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14725         function.
14726
14727         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14728         (gnus-uu-yenc-article): New function.
14729
14730         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14731
14732         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14733
14734 2007-12-02  Glenn Morris  <rgm@gnu.org>
14735
14736         * binhex.el (binhex): New custom group.
14737         (binhex-decoder-program, binhex-decoder-switches)
14738         (binhex-use-external): Move to the binhex custom group.
14739
14740         * uudecode.el (uudecode): New custom group.
14741         (uudecode-decoder-program, uudecode-decoder-switches)
14742         (uudecode-use-external): Move to the uudecode custom group.
14743
14744         * netrc.el (top-level): Don't load `encrypt' features.
14745         (netrc-parse): Don't use encrypt.
14746         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14747
14748         * encrypt.el: Remove file.
14749
14750 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14753         matches on patches.
14754
14755         * gnus-art.el (gnus-article-browse-html-article):
14756         Mention `mm-text-html-renderer' in the doc string.
14757
14758         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14759         string.  Add comments.
14760
14761         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14762         if rhs is ASCII.
14763
14764 2007-12-01  Glenn Morris  <rgm@gnu.org>
14765
14766         * mail-source.el (top-level): Require format-spec before
14767         eval-when-compile.
14768
14769 2007-11-30  Glenn Morris  <rgm@gnu.org>
14770
14771         * encrypt.el: Require password, rather than autoloading password-read.
14772
14773 2007-11-29  Glenn Morris  <rgm@gnu.org>
14774
14775         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14776         (sasl-make-client, sasl-next-step, sasl-step-data)
14777         (sasl-step-set-data): Declare as functions.
14778
14779 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14782
14783 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14784
14785         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14786         certs should be verified and what is to be done in the event of a
14787         verification failure.
14788
14789         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14790         caller can indicate whether the cache should be disregarded for this
14791         call.  This way the result of the call is reproducible at all times and
14792         can be considered a canonical server name for the supplied method.
14793         (gnus-agent-method-p): Canonicalize server names by pushing their
14794         method through `gnus-method-to-server' using the no-cache argument.
14795
14796         * gnus-srvr.el (gnus-server-insert-server-line):
14797         Call `gnus-method-to-server' with `no-cache' argument.
14798
14799         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14800         gnus-agent-possibly-synchronize-flags as this should be called when the
14801         server is actually being opened.
14802         (gnus-agent-possibly-synchronize-flags)
14803         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14804         flags file of an agentized server to the latter function.
14805
14806         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14807         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14808         after a connection has been established successfully.
14809
14810 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-art.el (article-display-face): Force to display face if called
14813         interactively; check if gnus-article-x-face-too-ugly matches author.
14814         (article-display-x-face): Display face even if From header is missing
14815         as article-display-face does.
14816
14817 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14818
14819         * hashcash.el (message-narrow-to-headers-or-head)
14820         (message-fetch-field, message-goto-eoh)
14821         (message-narrow-to-headers): Declare as functions.
14822
14823 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * mail-source.el (mail-sources): Default to fetch from file for
14826         compatibility with default of nnmail-spool-file.
14827
14828 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14831         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14832         to look for encoded word that should be encoded again.
14833         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14834         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14835         encoding pattern.
14836         (rfc2047-decode-region): Switch strict regexp and loose one according
14837         to rfc2047-allow-irregular-q-encoded-words.
14838
14839 2007-11-25  Romain Francoise  <romain@orebokech.com>
14840
14841         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14842
14843 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * tls.el (tls-program): Provide more custom choices from
14846         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14847         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14848
14849 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14852         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14853
14854         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14855         `nnmail-spool-file'.
14856
14857         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14858         `nnmail-spool-file'.
14859
14860         * gnus-move.el (gnus-change-server): Ditto.
14861
14862         * gnus-kill.el (gnus-batch-score): Ditto.
14863
14864         * gnus-cache.el (gnus-jog-cache): Ditto.
14865
14866         * gnus-msg.el (gnus-summary-reply):
14867         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14868
14869 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14872         version.  Minor improvement to doc strings.
14873         (tls-program): Add comment.
14874
14875 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14876
14877         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14878         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14879         mismatch between the hostname provided in the certificate and the name
14880         of the host connnecting to.
14881         (open-tls-stream): Use them.  Check certificates against trusted root
14882         certificates.
14883
14884 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus-cache.el (gnus-cache-generate-nov-databases):
14887         Use nnml-generate-nov-databases-directory instead of
14888         nnml-generate-nov-databases-1.
14889
14890 2007-11-24  Glenn Morris  <rgm@gnu.org>
14891
14892         * message.el (message-tool-bar-retro): Update for rename
14893         mail_send.xpm->mail-send.xpm.
14894
14895 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14898         `smime-ldap-search' for Emacs 22 and up.
14899
14900 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14901
14902         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14903
14904         * message.el (message-send-mail-function): Fix error convention.
14905         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14906         (message-widen-reply, message-send-mail, message-talkative-question)
14907         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14908         (message-clone-locals, message-send-news): Use with-current-buffer.
14909         (message-insert-or-toggle-importance): Remove unused var `valid'.
14910         (message-make-references): Remove unused var `new-references'.
14911         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14912
14913 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14914
14915         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14916         (spam-split-symbolic-return-positive): Reflow docstring.
14917         (spam-backends, spam-summary-exit-behavior)
14918         (spam-mark-ham-unread-before-move-from-spam-group)
14919         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14920         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14921         (spam-clear-cache, spam-backend-check, spam-install-backend)
14922         (spam-install-statistical-backend, spam-list-of-processors)
14923         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14924         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14925         (spam-check-crm114, spam-initialize, spam-unload-hook):
14926         Fix typos in docstrings.
14927
14928 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14931         been checked if they have never been read and those group levels are
14932         higher than the one that a user specified.
14933
14934 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14937         foreign groups unless a group level is specified by a user.
14938         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14939
14940 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * message.el (message-send-mail-function): Require sendmail.
14943
14944 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14945
14946         * message.el (message-send-mail-function): Check for smtpmail too.
14947
14948         * utf7.el (utf7-encode, utf7-decode): Use coding system
14949         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14950
14951         * message.el (message-send-mail-function): New function.
14952         (message-send-mail-function): Set default using
14953         message-send-mail-function.  Adjust doc string.
14954         (message-send-mail-with-mailclient): New function.
14955
14956 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14957
14958         * smime.el (from):
14959         * rfc2047.el (message-posting-charset):
14960         * qp.el (mm-use-ultra-safe-encoding):
14961         * pop3.el (parse-time-months):
14962         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14963         * nnml.el (files):
14964         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14965         (jka-compr-compression-info-list, ange-ftp-path-format)
14966         (efs-path-regexp):
14967         * nndiary.el (files):
14968         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14969         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14970         (epg-digest-algorithm-alist, inhibit-redisplay)
14971         (password-cache-expiry):
14972         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14973         (pgg-output-buffer, password-cache-expiry):
14974         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14975         (efs-path-regexp):
14976         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14977         (inhibit-redisplay):
14978         * mm-uu.el (file-name, start-point, end-point, entry)
14979         (gnus-newsgroup-name, gnus-newsgroup-charset):
14980         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14981         (latin-unity-ucs-list):
14982         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14983         (mm-uu-binhex-decode-function):
14984         * message.el (gnus-message-group-art, gnus-list-identifiers)
14985         (rmail-enable-mime-composing, gnus-local-organization)
14986         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14987         (gnus-read-active-file, facemenu-add-face-function)
14988         (facemenu-remove-face-function, gnus-article-decoded-p)
14989         (tool-bar-mode):
14990         * mail-source.el (display-time-mail-function):
14991         * gnus-util.el (nnmail-pathname-coding-system)
14992         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14993         (gnus-original-article-buffer, gnus-user-agent)
14994         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14995         (xemacs-codename, sxemacs-codename, emacs-program-version):
14996         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14997         * gnus-start.el (gnus-agent-covered-methods)
14998         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14999         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15000         (gnus-newsgroup-headers, gnus-group-list-mode)
15001         (gnus-group-mark-positions, gnus-newsgroup-data)
15002         (gnus-newsgroup-unreads, nnoo-state-alist)
15003         (gnus-current-select-method, mail-sources)
15004         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15005         (nnmail-spool-file, gnus-cache-active-hashtb):
15006         * gnus-mh.el (mh-lib-progs):
15007         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15008         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15009         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15010         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15011         (gnus-group-buffer):
15012         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15013         (font-lock-set-defaults):
15014         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15015         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15016         (gnus-summary-post-menu, total-parts, type, condition, length):
15017         * gnus-agent.el (gnus-agent-read-agentview):
15018         * flow-fill.el (show-trailing-whitespace):
15019         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15020         eval-and-compile wrappers for byte compiler pacifiers.
15021
15022         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15023         (mm-display-inline-fontify): Check for featurep 'xemacs not
15024         extent-list.
15025
15026         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15027         itimer-list.
15028         (mm-create-image-xemacs): Only do something for XEmacs.
15029         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15030
15031         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15032
15033         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15034         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15035
15036 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15037
15038         * nnimap.el (nnimap-split-download-body):
15039         * gnus-demon.el (gnus-demon):
15040         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15041
15042 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15045         New macros.
15046         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15047         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15048         copy data from unibyte buffer to multibyte current buffer.
15049         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15050         to copy data from unibyte current buffer to multibyte buffer.
15051         (nntp-make-process-buffer): Make process buffer unibyte.
15052
15053         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15054
15055 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15056
15057         * pop3.el (pop3-open-server): Accept and process data more robustly at
15058         connection start to avoid spurious "POP SSL connection failed" errors.
15059
15060 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15063         read group names.
15064
15065 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15068
15069 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15072         (nnmail-save-active): Use a unibyte buffer when saving active file,
15073         which may contain non-ASCII group names.
15074
15075         * nnml.el (nnml-request-group): Decode group names in messages.
15076
15077 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * message.el (message-citation-line-function)
15080         (message-insert-formatted-citation-line): Fix spelling of
15081         `message-insert-formated-citation-line'.
15082
15083 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15086
15087 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15090         nnmail-pathname-coding-system.
15091
15092         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15093         that a user enters; decode group names in messages.
15094
15095         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15096
15097 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15100
15101         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15102
15103         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15104         risky local variable.
15105
15106         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15107
15108 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * encrypt.el: Improve documentation to fix function name typo.
15111         Reported by Daiki Ueno <ueno@unixuser.org>.
15112
15113 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15116         even if the point is not in the last page of an article.
15117         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15118         back to the previous page.
15119
15120 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15121
15122         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15123
15124 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15127
15128 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15129
15130         * message.el (message-check-news-body-syntax):
15131         Avoid mm-string-as-multibyte.
15132         (message-hide-headers): Don't assume (point-min)==1.
15133
15134 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * message.el (message-remove-blank-cited-lines): Fix if remove is
15137         given.
15138         (message-bogus-address-regexp): New variable.
15139         (message-bogus-recipient-p): New function.
15140         (message-check-recipients): New command.
15141         (message-syntax-checks): Add `bogus-recipient'.
15142         (message-fix-before-sending): Add `bogus-recipient'.
15143
15144         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15145         (gnus-treat-body-boundary): Don't test window-system.
15146
15147 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15148
15149         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15150
15151 2007-10-28  Miles Bader  <miles@gnu.org>
15152
15153         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15154         at compile-time too.
15155
15156 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15157
15158         * gnus-msg.el (gnus-message-setup-hook):
15159         Add `message-remove-blank-cited-lines' to options.
15160
15161 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * message.el (message-remove-blank-cited-lines): New function.
15164         Suggested by Karl Plästerer.
15165
15166 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15169         mapc.
15170
15171         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15172         (top-level): Use mapc to set functions to be traced for debugging.
15173
15174         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15175         called for effect with while loop.
15176
15177         * message.el (message-talkative-question): Replace mapcar called for
15178         effect with mapc.
15179
15180         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15181         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15182         called for effect with dolist.
15183
15184         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15185
15186         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15187         gnus-extra-headers and nnmail-extra-headers.
15188
15189         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15190         called for effect with dolist.
15191         (top-level): Use mapc to set functions to be traced for debugging.
15192
15193         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15194         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15195         dolist.
15196
15197         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15198         Replace mapcar called for effect with mapc.
15199         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15200         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15201         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15202         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15203
15204         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15205         remove-if that's a cl function.
15206
15207         * webmail.el (webmail-debug): Replace mapcar called for effect with
15208         dolist.
15209
15210         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15211         with mapc.
15212
15213 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15216         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15217         with while loop.
15218
15219         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15220         functions from article-* functions.
15221         (gnus-multi-decode-header): Replace mapcar called for effect with
15222         dolist.
15223
15224         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15225         (gnus-bookmark-show-details): Replace mapcar called for effect with
15226         while loop.
15227
15228         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15229         called for effect with while loop.
15230
15231         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15232         with dolist.
15233
15234         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15235         Replace mapcar called for effect with dolist.
15236
15237         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15238
15239         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15240         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15241         Replace mapcar called for effect with dolist.
15242         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15243         mapc.
15244
15245         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15246         Replace mapcar called for effect with dolist.
15247         (gnus-topic-list): Replace mapcar called for effect with mapc.
15248
15249         * gnus.el: Use mapc instead of mapcar to add autoloads.
15250
15251 2007-10-23  Richard Stallman  <rms@gnu.org>
15252
15253         * gnus-group.el (gnus-group-highlight): Mark as risky.
15254
15255 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * gnus.el (gnus-server-to-method): Return method found first in
15258         gnus-newsrc-alist.
15259
15260         * gnus-art.el (gnus-article-highlight-signature)
15261         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15262         button overlay without the front stickiness.
15263
15264 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15265
15266         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15267         overview buffer needed a catch to receive its throw.
15268         (gnus-agent-flush-cache): Declare as interactive to make this function
15269         easier to use.
15270
15271 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15274         `next-line'.
15275
15276 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15279         exclude address matching message-dont-reply-to-names.
15280
15281 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-util.el (gnus-string<): New function.
15284
15285         * gnus-sum.el (gnus-article-sort-by-author)
15286         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15287
15288 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15291         the frame-focus tag is set in gnus-buffer-configuration.
15292
15293 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15296         the front stickiness.
15297
15298 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15301         url pattern; remove duplicate one.
15302         (gnus-article-extend-url-button): New function.
15303         (gnus-article-add-buttons): Use it.
15304         (gnus-button-push): Use concatenated url that it makes.
15305
15306 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15307
15308         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15309
15310 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15311
15312         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15313         Don't hardcode point-min==1.
15314
15315 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15318         Fix comment about "iso8859-1".
15319
15320 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15321
15322         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15323         ones returned from the verify-function.
15324
15325         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15326         Call mml2015-extract-cleartext-signature if extraction failed.
15327
15328 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15329
15330         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15331         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15332         failed.
15333
15334 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15337
15338 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15341         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15342         recommends to use EasyPG instead of PGG.
15343
15344         * pgg.el: Revert to revision 6.23.2.16.
15345
15346         * pgg-def.el: Revert to revision 6.6.2.14.
15347
15348         * pgg-gpg.el: Revert to revision 6.23.2.34.
15349
15350 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15351
15352         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15353         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15354         thread for both the null and zero (kill/expire thread) universal prefix
15355         cases.
15356         (gnus-summary-expire-thread): Add new function to expire a thread,
15357         using gnus-summary-kill-thread.
15358         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15359         shortcuts for gnus-summary-expire-thread.
15360         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15361         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15362
15363 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15364
15365         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15366         extras value, so an extras entry can be deleted.
15367         (gnus-registry-delete-extra-entry): Use it.
15368         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15369         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15370         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15371         storage through the gnus-registry, and provide an appropriate API for
15372         it.
15373
15374 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15377         Suggested by Leo <sdl.web@gmail.com>.
15378
15379         * gnus.el: Do.
15380
15381 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15384         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15385
15386         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15387
15388         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15389         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15390
15391 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15394         newline.
15395         (nnmbox-request-accept-article): Don't change article in source buffer;
15396         narrow to header to use message-fetch-field rather than
15397         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15398         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15399         as delimiters; make sure article ends with newline.
15400         (nnmbox-delete-mail): Correct last position of article to be deleted;
15401         ignore X-Gnus-Newsgroup header in article body.
15402         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15403         positions; make sure article ends with newline.
15404
15405         * message.el (message-display-abbrev): Don't infloop when a user
15406         inserts SPC in the beginning of header.
15407
15408         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15409         coding-system-for-read and coding-system-for-write for XEmacs having no
15410         file-coding feature.
15411
15412         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15413
15414 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15417         list of groups not followed by default.  Fix type to be regexp.
15418         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15419
15420 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15421
15422         * hmac-def.el (define-hmac-function): Switch from old-style to
15423         new-style backquotes.
15424
15425         * md4.el (md4-make-step): Likewise.
15426
15427 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15430         raw-text coding system when saving .newsrc file, which may contain
15431         non-ASCII group names.
15432
15433 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-cus.el (gnus-score-extra): New widget.
15436         (gnus-score-extra-convert): New function.
15437         (gnus-score-customize): Use it for Extra.
15438
15439 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15440
15441         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15442         (mml2015-mailcrypt-clear-verify): Use it.
15443         (mml2015-gpg-clear-verify): Use it.
15444         (mml2015-pgg-clear-verify): Use it.
15445         (mml2015-epg-clear-verify): Replace the current part with the output
15446         from GnuPG; don't extract the plaintext by itself.
15447
15448         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15449         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15450         mml2015-clear-verify-function; don't touch the armor headers or
15451         dash-escaped text here.
15452
15453 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15456         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15457         parts, or application/octet-stream as a last resort.
15458         (gnus-mime-view-part-as-type): Don't toggle display.
15459         (gnus-mime-view-part-as-charset): Don't turn off display before
15460         querying charset.
15461
15462         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15463         stuff to undisplayer function in Emacs.
15464         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15465
15466         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15467         text/calendar parts.
15468
15469 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15472         decoding text/calendar parts.
15473
15474         * message.el (message-forward-make-body-mime): Always mark body as
15475         having no illegible text; remove signed-or-encrypted argument.
15476         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15477
15478         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15479         (mml-generate-mime-1): Don't encode body if it is specified to be in
15480         raw form; don't make buffer be unibyte when inserting multibyte string.
15481
15482 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15483
15484         * sha1.el: Fix up comment style.
15485         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15486         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15487
15488         * hex-util.el: Fix up comment style.
15489         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15490
15491         * gnus-salt.el: Use with-current-buffer.
15492         (gnus-pick-setup-message): Fix long-standing typo.
15493
15494 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * imap.el (imap-logout-timeout): New variable.
15497         (imap-logout, imap-logout-wait): New functions.
15498         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15499
15500         * nnimap.el (nnimap-logout-timeout): New server variable.
15501         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15502         nnimap-logout-timeout.
15503
15504         * gnus-art.el (gnus-article-summary-command-nosave)
15505         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15506
15507 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus.el (gnus-maximum-newsgroup): New variable.
15510
15511         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15512         according to gnus-maximum-newsgroup.
15513
15514         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15515         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15516         Limit the range of articles according to gnus-maximum-newsgroup.
15517
15518 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15519
15520         * gnus-art.el (gnus-sticky-article): Fix problems described in
15521         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15522         Don't perform gnus-configure-windows here; reuse existing sticky
15523         article buffer.
15524
15525         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15526         it doesn't exist in gnus-article-mode.
15527
15528 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15531         (gnus-agent-decoded-group-name): New function.
15532         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15533         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15534
15535 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15536
15537         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15538         Add binding for gnus-sticky-article.
15539         (gnus-summary-exit): Don't kill sticky article buffers.
15540
15541         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15542         article buffer.
15543         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15544         (gnus-kill-sticky-article-buffers): New commands.
15545
15546 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * nntp.el (nntp-xref-number-is-evil): New server variable.
15549         (nntp-find-group-and-number): If it is non-nil, don't trust article
15550         numbers in the Xref header.
15551
15552 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-agent.el (gnus-agent-read-group): New function.
15555         (gnus-agent-flush-group, gnus-agent-expire-group)
15556         (gnus-agent-regenerate-group): Use it.
15557         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15558         nnmail-pathname-coding-system.
15559
15560 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15563
15564         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15565         that are unread as unread, and also as selected so that information of
15566         marks having been changed by a user may be updated when exiting group.
15567
15568 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15571
15572 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15575         calculated ignoring signature parts to gnus-treat-article.
15576
15577 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15580         a point here in order to keep the window start.
15581         (gnus-insert-mime-security-button): Make a button overlay without the
15582         front stickiness.
15583         (gnus-mime-display-security): Goto the end of a button.
15584
15585         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15586
15587 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15590         group-name-at-point.
15591         (gnus-group-completing-read): New function that offers decoded
15592         non-ASCII group names for completion.
15593         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15594         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15595         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15596         (gnus-group-fetch-control): Use it.
15597         (gnus-fetch-group): Use group-name-at-point for the initial value
15598         rather than the default value; use gnus-alive-p.
15599
15600         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15601         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15602         (gnus-summary-post-news): Use gnus-group-completing-read.
15603
15604         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15605         (gnus-read-move-group-name): Decode group name for completion.
15606
15607 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15610         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15611         Yamaoka slightly modified the code).
15612
15613 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15616         (nnmail-split-incoming): Bind it.
15617
15618         * nnml.el (nnml-group-name-charset): New function.
15619         (nnml-decoded-group-name): Use it; don't decode group name if
15620         nnmail-group-names-not-encoded-p is non-nil.
15621         (nnml-encoded-group-name): New function.
15622         (nnml-group-pathname): Inline nnml-decoded-group-name.
15623         (nnml-request-expire-articles): Decode group name in message.
15624         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15625         nnmail-pathname-coding-system.
15626         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15627         not decoded ones according to nnmail-group-names-not-encoded-p.
15628         (nnml-generate-active-info): Use nnml-encoded-group-name.
15629
15630 2007-08-08  Glenn Morris  <rgm@gnu.org>
15631
15632         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15633         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15634         doc-strings and comments.
15635
15636 2007-07-25  Glenn Morris  <rgm@gnu.org>
15637
15638         * Relicense all FSF files to GPLv3 or later.
15639
15640 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-sum.el (gnus-summary-move-article):
15643         Make gnus-summary-respool-article work.
15644
15645 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15646
15647         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15648         string.
15649
15650 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15651
15652         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15653         that should be ignored when comparing distant RSS articles with local
15654         ones.
15655         (nnrss-make-hash-index): New function.  Create a hash index according
15656         to the ignored fields.
15657         (nnrss-check-group): Use it.
15658
15659 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15662
15663         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15664
15665         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15666         the new optional argument ENCODED is non-nil.
15667         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15668         coding system for encoding group name.
15669         (gnus-group-make-rss-group): Pass un-encoded group name to
15670         gnus-group-make-group.
15671         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15672         encoded.
15673
15674         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15675         Encode group name to which articles are moved or copied.
15676         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15677         coding system for encoding Newsgroup, Followup-To and Xref headers.
15678
15679         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15680         marks; use nnheader-file-coding-system to write a file.
15681         (nnagent-retrieve-headers): Bind file-name-coding-system to
15682         nnmail-pathname-coding-system.
15683
15684         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15685
15686         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15687         (nnml-request-article, nnml-request-create-group)
15688         (nnml-request-rename-group, nnml-find-id)
15689         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15690         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15691         (nnml-save-marks): Use nnml-group-pathname instead of
15692         nnmail-group-pathname.
15693
15694         (nnml-request-create-group, nnml-request-expire-articles)
15695         (nnml-request-move-article, nnml-request-delete-group)
15696         (nnml-deletable-article-p, nnml-possibly-create-directory)
15697         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15698         (nnml-open-marks): Bind file-name-coding-system to
15699         nnmail-pathname-coding-system.
15700
15701         (nnml-request-article): Pass server argument to nnml-find-group-number.
15702         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15703         Pass server argument to nnml-possibly-create-directory.
15704         (nnml-request-accept-article): Pass server argument to
15705         nnml-active-number and nnml-save-mail.
15706         (nnml-find-group-number): Pass server argument to nnml-find-id.
15707         (nnml-request-update-info): Pass server argument to
15708         nnml-marks-changed-p.
15709
15710         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15711         (nnml-save-mail, nnml-active-number): Add server argument.
15712
15713         (nnml-request-delete-group): Warn if group is missing.
15714         (nnml-get-nov-buffer): Decode group name.
15715         (nnml-generate-active-info): Encode group name.
15716         (nnml-open-marks): Decode group name in messages.
15717
15718 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15721         if it is not specified.
15722         (gnus-article-pipe-part, gnus-article-save-part)
15723         (gnus-article-interactively-view-part, gnus-article-copy-part)
15724         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15725         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15726         (gnus-article-replace-part, gnus-article-delete-part)
15727         (gnus-article-view-part-as-type): Pass raw prefix argument to
15728         gnus-article-part-wrapper.
15729
15730 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-agent.el (gnus-agent-save-active):
15733         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15734
15735         * gnus-cache.el (gnus-cache-save-buffers)
15736         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15737         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15738         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15739         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15740         (gnus-cache-generate-active, gnus-cache-rename-group)
15741         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15742         (gnus-cache-update-overview-total-fetched-for):
15743         Bind file-name-coding-system to nnmail-pathname-coding-system.
15744         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15745         New variables.
15746         (gnus-cache-decoded-group-name): New function.
15747         (gnus-cache-file-name): Use it.
15748         (gnus-cache-generate-active): Use non-decoded group name for active.
15749
15750         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15751         right place.
15752         (gnus-write-active-file): Don't break non-ASCII group names.
15753
15754         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15755         nnmail-pathname-coding-system.
15756
15757         * lpath.el: Bind default-file-name-coding-system,
15758         file-name-coding-system and language-info-alist for XEmacs.
15759
15760         * gnus-uu.el (gnus-uu-decode-save): Typo.
15761
15762 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15765
15766 2007-07-14  David Kastrup  <dak@gnu.org>
15767
15768         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15769         finishing actions if we did not edit the article.
15770
15771 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15774         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15775         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15776         (gnus-agent-flush-group, gnus-agent-flush-cache)
15777         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15778         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15779         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15780         (gnus-agent-regenerate-group)
15781         (gnus-agent-update-files-total-fetched-for)
15782         (gnus-agent-update-view-total-fetched-for):
15783         Bind file-name-coding-system to nnmail-pathname-coding-system.
15784         (gnus-agent-group-pathname): Don't encode file names by
15785         nnmail-pathname-coding-system.
15786         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15787         coding-system-for-write instead of buffer-file-coding-system to
15788         gnus-agent-file-coding-system.
15789
15790         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15791         Decode group name.
15792
15793         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15794
15795         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15796         (gnus-read-newsrc-el-file): Make group names unibyte.
15797
15798         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15799         nnmail-pathname-coding-system.
15800
15801         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15802         (nnrss-request-delete-group): Bind file-name-coding-system to
15803         nnmail-pathname-coding-system.
15804         (nnrss-read-server-data, nnrss-read-group-data):
15805         Bind file-name-coding-system correctly.
15806         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15807
15808         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15809         (nntp-server-to-method-cache): New variable.
15810         (nntp-group-pathname): New function that decodes non-ASCII group names.
15811         (nntp-possibly-create-directory, nntp-marks-changed-p)
15812         (nntp-save-marks, nntp-open-marks): Use it.
15813         (nntp-possibly-create-directory, nntp-open-marks):
15814         Bind file-name-coding-system to nnmail-pathname-coding-system.
15815         (nntp-open-marks): Decode group names when bootstrapping marks.
15816
15817         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15818         Newsgroups and Followup-To headers.
15819
15820 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15823         (gnus-server-closed-face, gnus-server-denied-face)
15824         (gnus-server-offline-face): Remove variable.
15825         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15826
15827         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15828         of modifying message-stack directly for XEmacs.
15829
15830         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15831         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15832         if the coding-system argument is nil for XEmacs.
15833
15834         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15835         mm-charset-override-alist.
15836
15837         * rfc2047.el: Don't require base64; require rfc2045 for the function
15838         rfc2045-encode-string.
15839         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15840         to quote the parameter value.
15841
15842 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15845         form in gnus-group-name-charset-method-alist.
15846
15847         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15848         overrides the default layout edit-form.
15849
15850         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15851
15852         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15853
15854 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15857         as unfetched articles.
15858
15859 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15862
15863 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15866         original back end that keeps marks in the local system.
15867
15868 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15871         arg of pop-to-buffer for XEmacs.
15872         (gnus-article-read-summary-keys): Ditto; don't restore window
15873         configuration if summary command ends up with neither article buffer
15874         nor summary buffer; describe bindings if summary keys end with C-h.
15875
15876 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * message.el (message-fix-before-sending): Skip raw message part to be
15879         forwarded while checking illegible text.
15880         (message-forward-make-body-mime, message-forward-make-body):
15881         Mark signed or encrypted raw message as having no illegible text.
15882
15883 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15886         (gnus-message-with-timestamp-1): New macro.
15887         (gnus-message-with-timestamp): New function.
15888         (gnus-message): Use them.
15889
15890         * nnheader.el (nnheader-message): Use them.
15891
15892 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15895         .newsrc.eld file.
15896
15897 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * gnus-agent.el (gnus-agent-fetch-headers)
15900         (gnus-agent-retrieve-headers):
15901         Bind gnus-decode-encoded-address-function to identity.
15902
15903         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15904         available also when the server returns simply a dot.
15905
15906         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15907
15908 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15911
15912 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-ems.el (gnus-x-splash): Make it work.
15915
15916         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15917         from being used.
15918
15919         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15920
15921 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15924         4th and the 5th arguments.
15925
15926         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15927         the front stickiness.
15928         (gnus-article-summary-command-nosave): Correct the order of the
15929         arguments passed to pop-to-buffer.
15930         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15931         summary command ends up with the article buffer.
15932
15933         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15934         the same faces.
15935
15936 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15937
15938         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15939
15940 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15941
15942         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15943         * gnus-sum.el (gnus-summary-highlight):
15944         * pgg.el (pgg-sign-region, pgg-sign):
15945         * mail-source.el (mail-source-delete-old-incoming-confirm):
15946         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15947
15948 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-art.el (gnus-mime-view-part-externally)
15951         (gnus-mime-view-part-internally): Fix predicate function passed to
15952         completing-read.
15953
15954         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15955
15956         * gnus.el (gnus-update-message-archive-method): Add :version.
15957
15958 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus.el (gnus-update-message-archive-method): New variable.
15961
15962         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15963         according to gnus-message-archive-method if
15964         gnus-update-message-archive-method is non-nil.
15965
15966 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15969         Suggested by Loic Dachary <loic@dachary.org>.
15970         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15971
15972 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * message.el (message-pop-to-buffer): Add switch-function argument.
15975         (message-mail): Pass switch-function argument to it.
15976
15977 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15978
15979         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15980         Improve doc string.
15981
15982 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15985         (gnus-header-content):
15986         * gnus-cite.el (gnus-cite-10):
15987         * gnus-srvr.el (gnus-server-closed):
15988         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15989         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15990         (gnus-group-mail-3-empty, gnus-group-mail-low)
15991         (gnus-group-mail-low-empty, gnus-splash):
15992         * message.el (message-header-to, message-header-cc)
15993         (message-header-subject, message-header-other, message-header-name)
15994         (message-header-xheader, message-separator, message-cited-text)
15995         (message-mml): Lighten colors of faces used for dark background.
15996
15997 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15998
15999         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16000         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16001
16002 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * message.el (message-narrow-to-headers-or-head):
16005         Ignore mail-header-separator in the body.
16006
16007 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16010         same as window size.
16011
16012 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16013
16014         * message.el (message-font-lock-keywords): Use message-header-xheader
16015         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16016         ahead of the anything pattern, to get it recognized.
16017
16018 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16021         spam.el loads uses it in the compiled defadvice form.
16022
16023 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16024
16025         * gnus-sum.el (gnus-articles-to-read)
16026         (gnus-summary-insert-old-articles): Don't truncate group name for
16027         `read-string'.
16028
16029         * gnus-util.el (gnus-limit-string): Delete this function.
16030
16031         * gnus-sum.el (gnus-simplify-subject-fully):
16032         Use `truncate-string-to-width' instead.
16033
16034 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16035
16036         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16037         Tell if, on summary exit, the next group has to be selected.
16038         (gnus-summary-exit): Use it.
16039
16040 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16043         non-break space.
16044
16045 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16048         Check if group is not a directory.
16049         (nnfolder-request-expire-articles): Don't delete articles if the target
16050         group is not available.
16051
16052         * nnml.el (nnml-request-create-group): Properly check if group is not a
16053         file.
16054         (nnml-request-expire-articles): Don't delete articles if the target
16055         group is not available.
16056
16057         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16058         Don't quote characters that are within parentheses.
16059
16060 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16063         (gnus-handle-ephemeral-exit): Select article according to it.
16064
16065 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * message.el (message-insert-formated-citation-line): Remove newline.
16068         (message-citation-line-format): Add final \n here so that the user can
16069         avoid a blank line.
16070
16071 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16072
16073         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16074         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16075         Update lanl/arXiv support.
16076
16077 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * gnus.el: Bump version number.
16080
16081 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082
16083         * gnus.el (gnus-version-number): Bump version.
16084
16085 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16086
16087         * gnus.el: No Gnus v0.6 is released.
16088
16089 2007-04-27  Didier Verna  <didier@xemacs.org>
16090
16091         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16092         * gmm-utils.el (gmm-regexp-concat): ... here.
16093         * message.el: Don't require 'gnus-util.
16094         (message-dont-reply-to-names): Handle name change above.
16095         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16096
16097 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16100         since the initial value varies according to the system.
16101
16102 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16105
16106 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16107
16108         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16109
16110 2007-04-24  Didier Verna  <didier@xemacs.org>
16111
16112         Improve the type of gnus-ignored-from-addresses.
16113         * gnus-util.el (gnus-orify-regexp): New function.
16114         * message.el (gnus-util): Require it.
16115         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16116         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16117         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16118
16119 2007-04-24  Didier Verna  <didier@xemacs.org>
16120
16121         * gnus-sum.el:
16122         * gnus-utils.el: Fix some trailing whitespaces.
16123
16124 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16127         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16128         article's Message-ID; refer parent article in summary buffer.
16129
16130         * message.el (message-bounce): Call mime-to-mml.
16131
16132         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16133         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16134         optimize and/or forms properly.
16135
16136 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16139         URL.
16140
16141 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16144
16145 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16148         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16149         displayed of multipart/alternative part if it is invoked from summary
16150         buffer.
16151
16152         * mm-view.el (mm-inline-text-html-render-with-w3m)
16153         (mm-inline-text-html-render-with-w3m-standalone)
16154         (mm-inline-render-with-function): Use mail-parse-charset by default.
16155
16156 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16157
16158         * parse-time.el (parse-time-string-chars): Check if CHAR
16159         is less than the length of parse-time-syntax.
16160
16161 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16164         from gnus-newsgroup-processable.
16165
16166 2007-04-16  Didier Verna  <didier@xemacs.org>
16167
16168         * gnus-msg.el (gnus-configure-posting-styles):
16169         Handle message-signature-directory properly with :file syntax.
16170         Reported by "Leo".
16171
16172 2007-04-11  Didier Verna  <didier@xemacs.org>
16173
16174         New user option: message-signature-directory.
16175         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16176         * message.el (message-insert-signature): Ditto.
16177         * message.el (message-signature-file): Doc update.
16178         * message.el (message-signature-directory): New.
16179
16180 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-msg.el (gnus-inews-yank-articles):
16183         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16184
16185 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * message.el (message-yank-original): Make sure cited text ends with
16188         newline; don't exchange point and mark.
16189
16190 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16191
16192         * tls.el (open-tls-stream): Properly handle case where there
16193         is no associated buffer.
16194
16195 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16196
16197         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16198         message-yank-original, make sure (< mark TEXT point).
16199
16200 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * message.el (message-fill-column): New variable.
16203         (message-mode): Use it.  Add comment on a possible new hook.
16204
16205         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16206         (nnmail-get-new-mail): Reformat.
16207
16208         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16209
16210         * gmm-utils.el: Fix Commentary.
16211         (gmm-tool-bar-from-list): Fix typo in doc string.
16212
16213 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16214
16215         * message.el (message-yank-original): Don't switch point and mark
16216         unnecessarily to put point and mark as documented.
16217
16218 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16219
16220         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16221         from the message heads.
16222
16223 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16224
16225         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16226         article buffer does not have a window.  This may not be the best
16227         solution but is certainly better than setting the start of the null,
16228         that is the current, window.
16229
16230 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16233         (gnus-draft-setup): Run it.
16234
16235         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16236         gnus-score-fast-scoring.  Allow regexp.
16237         (gnus-score-headers): Use it.
16238
16239         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16240         XEmacs.
16241
16242         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16243         string.
16244         (gnus-button-alist): Also catch `<f1> k ...'.
16245         (gnus-treat-display-x-face): Fix doc string.
16246
16247 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16248
16249         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16250         evaluation of gnus-extended-version to ensure correct generation of the
16251         User-Agent header when message-generate-headers-first is used.
16252
16253 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16254
16255         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16256         hashcash-path is nil.  Don't call callback with incorrect number of
16257         parameters if val is 0.
16258
16259 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16260
16261         * message.el (message-required-news-headers):
16262         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16263
16264 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16265
16266         * tls.el (open-tls-stream): In handshake-waiting loop,
16267         don't wait more if there is output available to process.
16268
16269 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16270
16271         * tls.el (tls-program): Doc fix.
16272
16273 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * message.el (message-generate-new-buffers): Change the meaning of the
16276         nil value; add `standard' to the choices; treat t as `unique'; improve
16277         doc string.
16278         (gnus-select-frame-set-input-focus): Autoload.
16279         (message-buffer-name): Search for the existing message buffer if
16280         message-generate-new-buffers is nil or `standard'; treat the value t of
16281         message-generate-new-buffers as `unique'.
16282         (message-pop-to-buffer): Raise the frame already displaying the message
16283         buffer; clear the echo area after querying.
16284         (message-setup): Pass the `continue' argument to compose-mail.
16285         (message-mail): Prefer `switch-function' if it is given; search for the
16286         existing message buffer if the `continue' argument is non-nil; pass
16287         continue and switch-function arguments to compose-mail by way of
16288         message-setup.
16289         (message-mail-other-window): Adjust argument of message-setup.
16290         (message-mail-other-frame): Ditto.
16291
16292 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16295         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16296         to turn font-lock on when turning gnus-message-citation-mode on.
16297
16298 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16299
16300         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16301         (mml-smime-function-alist): New variable; add epg as the backend.
16302         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16303         mml-smime- functions instead.
16304         * mm-view.el: Require smime.
16305
16306 2007-03-05  Didier Verna  <didier@xemacs.org>
16307
16308         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16309         instead of just inheritance for posting styles.
16310         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16311
16312 2007-02-24  Chris Moore  <dooglus@gmail.com>
16313
16314         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16315         * pgg-pgp.el (pgg-pgp-encrypt-region):
16316         * pgg-gpg.el (pgg-gpg-encrypt-region):
16317         Check pgg-encrypt-for-me if no other recipients.
16318
16319 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16320
16321         * tls.el (tls-certtool-program): Fix custom type.
16322
16323 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16326         and point-at-eol instead of line-(beginning|end)-position.
16327
16328         * assistant.el (assistant-parse-buffer): Ditto.
16329
16330         * netrc.el (netrc-parse-services): Ditto.
16331
16332 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16333
16334         * mml2015.el (mml2015-epg-find-usable-key): New function.
16335         (mml2015-epg-sign): Use it.
16336         (mml2015-epg-encrypt): Use it.
16337
16338 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * message.el (message-make-in-reply-to): Quote name containing
16341         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16342         if there are special characters.  Reported by NAKAJI Hiroyuki
16343         <nakaji@jp.freebsd.org>.
16344
16345 2007-02-27  Didier Verna  <didier@xemacs.org>
16346
16347         Include the group parameters as well as the topic ones in the
16348         inheritance filter process.
16349         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16350         argument GROUP-PARAMS-LIST.
16351         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16352
16353 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * nntp.el (nntp-never-echoes-commands)
16356         (nntp-open-connection-functions-never-echo-commands): New variables.
16357         (nntp-send-command): Use them.
16358
16359 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16360
16361         * mml2015.el (mml2015-epg-verify): Simplify.
16362
16363 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * mml.el (mml-content-disposition-alist): New user option.
16366         (mml-content-disposition): New function.
16367         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16368         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16369
16370 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16371
16372         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16373         verification.
16374
16375 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16376
16377         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16378         articles posted in the last 24 hours.
16379
16380 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16381
16382         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16383
16384 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16385
16386         * nntp.el (nntp-send-command): Don't wait for echoes when
16387         nntp-open-ssl-stream is used.
16388
16389 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16392         (gnus-message-add-citation-keywords)
16393         (gnus-message-remove-citation-keywords): Remove.
16394         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16395         directly, make the variables in font-lock-defaults buffer-local, add
16396         gnus-message-citation-keywords to them and then update the value of
16397         font-lock-keywords.
16398
16399 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * message.el (message-cite-original-1): Don't call
16402         gnus-article-highlight-citation.
16403
16404         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16405         citations; fix line count.
16406
16407 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16410         (gnus-message-add-citation-keywords)
16411         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16412         versions of font-lock-add-keywords and font-lock-remove-keywords to
16413         work with XEmacs correctly.
16414
16415 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-cite.el (gnus-cite-face-list): Set the values of
16418         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16419         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16420         (gnus-message-cite-prefix-regexp): New variable.
16421         (gnus-message-search-citation-line): Use it; protect against long
16422         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16423         the 0th match data for Emacs.
16424         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16425         (gnus-message-add-citation-keywords): Append keywords rather than
16426         prepending; emulate font-lock-add-keywords if it is not available.
16427         (gnus-message-remove-citation-keywords):
16428         Emulate font-lock-remove-keywords if it is not available.
16429
16430         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16431
16432         * message.el (message-cite-prefix-regexp): Set the value of
16433         gnus-message-cite-prefix-regexp.
16434
16435 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16436
16437         * nnweb.el (nnweb-google-parse-1): Update parser.
16438
16439 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16440
16441         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16442
16443 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16444
16445         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16446         regexp.
16447
16448 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16451         string-to-multibyte.
16452         (uudecode-decode-region-internal): Use it.
16453
16454         * lpath.el: Fbind string-as-multibyte for XEmacs.
16455
16456 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16457
16458         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16459         Fix custom choice.
16460
16461         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16462
16463 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16464
16465         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16466
16467         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16468         `write-region' to respect `mm-inhibit-file-name-handlers'.
16469
16470 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16473         Use gnus-home-directory instead of "~/" or "$HOME".
16474
16475 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16476
16477         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16478         to mention filename.
16479         Add comments at beginning regarding usage.
16480         (encrypt-write-file-contents): Change interactive so a string is
16481         acceptable.  If the file has no associated model, show an error instead
16482         of a nonsense prompt.
16483
16484 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16485
16486         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16487         Thanks to Yoshihiko Yamada for kind notification of this typo.
16488
16489 2007-01-12  Kenichi Handa  <handa@m17n.org>
16490
16491         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16492         multibyte buffer.
16493
16494 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16495
16496         * gnus-score.el (gnus-score-fast-scoring): New variable.
16497         (gnus-score-headers): Use it.
16498
16499         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16500
16501         * message.el (message-cite-original-1):
16502         Call gnus-article-highlight-citation if requested.
16503         (message-make-from): Allow name and address as optional arguments.
16504
16505         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16506
16507         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16508         bugs to doc string.
16509         (gnus-button-alist): Add mid\\|message-id.
16510         (gnus-button-fetch-group): Extend for use in
16511         `browse-url-browser-function'.
16512         (gnus-button-url-regexp): Try to catch paired parentheses like in
16513         Wikipedia URLs.
16514
16515         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16516         Suggested by Simon Krahnke <overlord@gmx.li>.
16517
16518 2007-01-13  Romain Francoise  <romain@orebokech.com>
16519
16520         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16521         Update copyright.
16522
16523 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16524
16525         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16526
16527 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16528
16529         * gnus-registry.el (gnus-registry-unfollowed-groups)
16530         (gnus-registry-split-fancy-with-parent): Fix documentation.
16531
16532 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16533
16534         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16535         from nnweb groups.
16536
16537 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16538
16539         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16540         Xref urls.  Erase buffer before requesting head.
16541
16542         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16543
16544 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16547         customizable.
16548
16549 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16550
16551         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16552         no signing key is found.
16553         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16554         no encrypting and/or signing key is found.
16555
16556 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16559
16560 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16561
16562         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16563         headers read from disk with the ones newly found in the current search.
16564         This should no longer cause problems, because the article numbers in
16565         Gmane's `nov.php' output are ignored since the previous change.
16566
16567 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16568
16569         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16570
16571 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16574         replace-regexp-in-string; bind url-version; fbind display-images-p and
16575         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16576         find-face and set-itimer-function for Emacs; bind itimer-list for
16577         Emacs.
16578
16579         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16580
16581 2007-01-01  Romain Francoise  <romain@orebokech.com>
16582
16583         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16584
16585 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16586
16587         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16588         `define-minor-mode' macro definition expanded properly.
16589         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16590         exclude it there.
16591
16592         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16593         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16594         `fboundp' test.
16595         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16596         This is OK to autoload in (S)XEmacs now.
16597
16598 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16599
16600         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16601         keystroke.
16602         (gnus-summary-limit-to-singletons): Fix typo.
16603
16604         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16605         else fails.
16606
16607 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16608
16609         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16610         docstring.
16611
16612         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16613         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16614         (gnus-summary-insert-dormant-articles): Fix typo in message.
16615
16616 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16617
16618         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16619         nil for XEmacs.
16620         (gnus-message-citation-mode): Don't autoload in XEmacs.
16621
16622         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16623
16624 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16625
16626         * nnimap.el (nnimap-expunge-search-string):
16627         Mention nnimap-search-uids-not-since-is-evil in docstring.
16628
16629 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * spam.el: Revert to make-obsolete-variable because
16632         define-obsolete-variable-alias is not supported in Emacs 21.
16633
16634         * spam.el (spam-ifile-path, spam-ifile-database-path)
16635         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16636         make-obsolete-variable.
16637         (spam-bsfilter-path, spam-bsfilter-program)
16638         (spam-spamassassin-path, spam-spamassassin-program)
16639         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16640         Don't use "path" inappropriately.
16641         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16642         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16643         variable names.
16644
16645 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16646
16647         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16648         summary buffer.
16649
16650         * password.el (password-cache-remove): Use clear-string to burn
16651         password, if available.
16652
16653 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16654
16655         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16656
16657         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16658
16659         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16660         (gnus-message-highlight-citation): Move defcustom here from
16661         gnus-cite.el.
16662         (gnus-message-citation-mode): Autoload.
16663
16664         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16665         checks to make it compile with XEmacs.
16666         (gnus-message-citation-mode): New minor mode.
16667         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16668         (gnus-message-highlight-citation): New variables.
16669         (gnus-message-search-citation-line)
16670         (gnus-message-add-citation-keywords)
16671         (gnus-message-remove-citation-keywords)
16672         (turn-on-gnus-message-citation-mode)
16673         (turn-off-gnus-message-citation-mode): New functions.
16674
16675 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16676
16677         * gnus-cite.el: Enable highlighting of different citation levels in
16678         message-mode.
16679
16680 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * message.el (message-make-fqdn): Fix comment.
16683         (message-bogus-system-names): Add ".local".
16684
16685         * spam.el (spam-ifile-path, spam-ifile-program)
16686         (spam-ifile-database-path, spam-ifile-database)
16687         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16688         Don't use "path" inappropriately.
16689         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16690         strings.
16691         (spam-check-ifile, spam-ifile-register-with-ifile)
16692         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16693         Use new variable names.
16694
16695         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16696         (gnus-treat-display-smileys): Simplify using
16697         gnus-image-type-available-p.
16698
16699         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16700         available.
16701
16702         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16703         Use `display-images-p' if available.
16704
16705 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16708         one after turning on the buffer's multibyteness instead of decoding
16709         them directly in the unibyte buffer that causes unexpected conversion
16710         in Emacs 23 (unicode).
16711
16712 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16713
16714         * message.el (message-generate-hashcash): Fix custom type.
16715
16716 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16719
16720 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16721
16722         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16723         disconnect icons.  Add help text.
16724
16725 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16728         negated to be consistent with the others we handle.
16729
16730 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16731
16732         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16733         version of gnus-summary-buffer to something, so that we can use two
16734         article buffers at the same time.
16735
16736 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16737
16738         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16739         trigger all the extra headers.
16740         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16741         sorting.
16742
16743 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16744
16745         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16746         solid groups.
16747
16748 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16749
16750         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16751
16752 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * legacy-gnus-agent.el: Add Copyright notice.
16755
16756 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16757
16758         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16759
16760 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16761
16762         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16763
16764         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16765         to make it work reliably in CVS Emacs.
16766         (gnus-summary-limit-strange-charsets-predicate)
16767         (gnus-summary-limit-to-predicate): New functions.
16768
16769 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16770
16771         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16772         specifying array size.
16773         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16774         array if it is too small.
16775         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16776         (gnus-sort-threads-loop): New function.
16777
16778 2006-12-06  Chris Moore  <dooglus@gmail.com>
16779
16780         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16781         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16782
16783 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16784
16785         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16786         options.
16787
16788 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16789
16790         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16791         DOS-ing the recipient.
16792
16793         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16794         the headers when creating the mapping to avoid mismappings.
16795         (nnweb-gmane-create-mapping): Always nix out old mapping.
16796
16797 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16800         and mm-verify-option to never.
16801
16802 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * message.el (message-signed-or-encrypted-p): New function.
16805         (message-forward-make-body): Use it.
16806
16807         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16808         Replace encode-coding-string with mm-encode-coding-string.
16809
16810 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * nneething.el (nneething-decode-file-name):
16813         Replace decode-coding-string with mm-decode-coding-string.
16814
16815         * gnus-int.el (gnus-open-server): Say failed server's name.
16816
16817 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16818
16819         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16820         strings to a single string.  Quote `errors-file-name'.
16821         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16822         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16823         Adjust calls.  Use `shell-quote-argument'.
16824
16825 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16826
16827         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16828         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16829
16830         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16831         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16832         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16833         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16834         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16835         (gnus-subscribe-newsgroup, gnus-1):
16836         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16837         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16838         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16839         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16840
16841 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16842
16843         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16844         keystroke.
16845         (gnus-summary-limit-to-bodies): Implement headersp.
16846
16847 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16848
16849         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16850
16851 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16854
16855 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * message.el (message-generate-hashcash): Expand range of values to
16858         include `opportunistic'.
16859         (message-send-mail): Use it.
16860
16861 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16862
16863         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16864         and comment it.
16865
16866         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16867
16868 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * gnus-util.el (gnus-extract-address-components): Improve comment.
16871
16872 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-util.el (gnus-extract-address-components): Work with address in
16875         which the name portion contains @.
16876
16877         * lpath.el: Fbind custom-autoload.
16878
16879 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * gnus.el (gnus-start): Move custom group up.
16882         (gnus-select-method): Don't autoload, but make it available for
16883         `customize-variable'.
16884         (gnus-getenv-nntpserver): Don't autoload.
16885
16886 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16889
16890 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * message.el (message-sendmail-extra-arguments): New variable.
16893         (message-send-mail-with-sendmail): Use it.
16894
16895 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16898         mm-with-unibyte-current-buffer to make string unibyte.
16899
16900         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16901         mm-string-as-multibyte.
16902
16903 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16904
16905         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16906         Reported by Werner Koch <wk@gnupg.org>.
16907
16908 2006-11-14  Daiki Ueno  <ueno@p360>
16909
16910         * mml2015.el: Autoload epa-select-keys when compiling.
16911
16912 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16913
16914         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16915         message-options.
16916         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16917
16918 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16919
16920         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16921         EasyPG (< 0.0.6).
16922         (mml2015-always-trust): New user option.
16923         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16924         prompt.
16925
16926 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * nntp.el (nntp-authinfo-force): New variable.
16929         (nntp-send-authinfo): Use it.
16930
16931 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16934         decode encoded words.  Improve prompt.  Add comment about forwarding.
16935         (message-replacement-char): Move up.
16936
16937 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16938
16939         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16940         instead of gnus-intersection because arguments of gnus-sorted-nunion
16941         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16942
16943 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16944
16945         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16946         (message-simplify-subject-functions):
16947         Enable message-strip-subject-encoded-words by default.
16948
16949 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * message.el (message-strip-subject-encoded-words): New function.
16952         (message-simplify-subject-functions): New variable.
16953         (message-simplify-subject): Use it.  Fix typo in doc string.
16954         Support message-strip-subject-encoded-words.
16955
16956 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16957
16958         * gnus-diary.el (gnus-diary-delay-format-function):
16959         * nndiary.el (nndiary-reminders):
16960         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16961
16962 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * gnus-art.el (article-hide-boring-headers): Fetch date from
16965         gnus-original-article-buffer to avoid problems with localized date
16966         strings.
16967
16968 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16971
16972 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16973
16974         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16975         New variables.
16976         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16977         (mm-charset-synonym-alist): Move some entries to
16978         mm-codepage-iso-8859-list.
16979         (mm-charset-synonym-alist, mm-charset-override-alist):
16980         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16981
16982 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16985
16986 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16989         with Emacs 21 and XEmacs.
16990
16991 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16992
16993         * spam.el (spam-parse-address): New function for better parsing,
16994         catching errors, etc.
16995         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16996
16997 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * mm-view.el: Add interactive arg to html2text autoload.
17000
17001 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17004
17005 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17008         New variables.
17009         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17010         (mm-charset-synonym-alist): Move some entries to
17011         mm-codepage-iso-8859-list.
17012
17013         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17014
17015 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17016
17017         * message.el (message-citation-line-format)
17018         (message-insert-formated-citation-line): Fix implementation of %E, %N
17019         and %n according to the doc string.
17020
17021 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17024         Use car-safe to avoid bad parses.
17025
17026 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17029         names.
17030
17031         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17032
17033 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17036         header.
17037
17038         * message.el (message-draft-headers): Add Date.
17039         (message-headers-to-generate): Fix typo in docstring.
17040
17041         * nndraft.el (nndraft-required-headers): New variable.
17042         (nndraft-generate-headers): Use it.
17043
17044         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17045
17046 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17047
17048         * gnus-registry.el (gnus-registry-wash-for-keywords)
17049         (gnus-registry-find-keywords): New functions to allow easy searching of
17050         articles that are in the registry.
17051
17052 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17053
17054         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17055         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17056         Reported by Damien Elmes <damien@repose.cx>.
17057
17058 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * gnus.el (gnus-mime): Remove unused custom group.
17061
17062 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17063
17064         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17065         "blank line" when searching for end of armor headers.
17066
17067 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gmm-utils.el (gmm-write-region): Fix variable name.
17070
17071 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * gmm-utils.el (gmm-write-region): New function based on compatibility
17074         code from `mm-make-temp-file'.
17075
17076         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17077
17078         * nnmaildir.el (nnmaildir--update-nov)
17079         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17080         Use `gmm-write-region'.
17081
17082 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17085         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17086
17087         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17088
17089         * message.el (message-replacement-char): New variable.
17090         (message-fix-before-sending): Use it.
17091         (message-simplify-subject): New function to remove duplicate code.
17092         (message-reply, message-followup): Use it.
17093
17094         * gnus-sum.el (gnus-summary-make-menu-bar):
17095         Clarify gnus-summary-limit-to-articles.
17096
17097 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-util.el (gnus-with-local-quit): New macro.
17100
17101         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17102
17103 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17104
17105         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17106         ignore non-string data.
17107
17108 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17111         non-string data (needs to be done in the registry too).
17112
17113 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17114
17115         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17116         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17117         (gnus-registry-split-fancy-with-parent)
17118         (gnus-registry-fetch-simplified-message-subject-fast)
17119         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17120         Remove text properties on ingress into the registry and when it's saved.
17121         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17122         registry from entries with no groups.
17123
17124 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17125
17126         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17127         function to remove string properties.
17128
17129 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * gmm-utils.el (gmm): Adjust custom version.
17132
17133         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17134         Adjust custom version.
17135
17136         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17137
17138 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * gnus-art.el (gnus-insert-prev-page-button)
17141         (gnus-insert-next-page-button): Simplify.  Reformat.
17142
17143 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17144
17145         * gnus-art.el (gnus-insert-prev-page-button)
17146         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17147
17148 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17149
17150         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17151
17152 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17153
17154         * gnus-art.el (gnus-insert-mime-button)
17155         (gnus-insert-mime-security-button):
17156         Apply gnus-article-button-face to MIME and security buttons.
17157
17158 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17159
17160         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17161         readable.
17162
17163 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17166
17167 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17168
17169         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17170         `browse-url-of-file' instead of `browse-url'.
17171
17172 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17173
17174         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17175         regexp.  Articles containing quotation were cut prematurely.
17176
17177 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * message.el (message-cite-original-1): Use nobody by default for the
17180         value of From header.
17181         (message-reply): Ditto.
17182
17183 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17184
17185         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17186         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17187         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17188
17189 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17190
17191         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17192         mails in the doc string.  Add some URLs in comment.
17193         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17194
17195 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17198         backslashes handling and the way to find boundaries of quoted strings.
17199
17200 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17201
17202         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17203         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17204         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17205         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17206
17207 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17208
17209         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17210         doc string.
17211         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17212
17213 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * lpath.el: Fbind epg-check-configuration.
17216
17217 2006-09-06  Simon Josefsson  <jas@extundo.com>
17218
17219         * mml2015.el (mml2015-use): Doc fix, mention epg.
17220
17221 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17222
17223         * mml2015.el (mml2015-use): Default to epg, if available.
17224
17225 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17226
17227         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17228         message-sender.
17229         (mml1991-epg-encrypt): Ditto.
17230         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17231         message-sender.
17232         (mml2015-epg-encrypt): Ditto.
17233
17234 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17235
17236         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17237         several common directories.
17238
17239 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17240
17241         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17242         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17243
17244 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-art.el (article-decode-encoded-words): Make it fast.
17247
17248 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17251
17252         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17253         in quoted string into `\'.
17254
17255 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17258         Use standard-syntax-table.
17259
17260 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-art.el (gnus-decode-address-function): New variable.
17263         (article-decode-encoded-words): Use it to decode headers which are
17264         assumed to contain addresses.
17265         (gnus-mime-delete-part): Remove useless `or'.
17266
17267         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17268         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17269         (gnus-nov-parse-line): Use it to decode From header.
17270         (gnus-get-newsgroup-headers): Ditto.
17271         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17272
17273         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17274         (mail-decode-encoded-address-string): New alias.
17275
17276         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17277         New function.
17278         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17279         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17280         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17281         (rfc2047-decode-string): Ditto.
17282         (rfc2047-decode-address-region): New function.
17283         (rfc2047-decode-address-string): New function.
17284
17285 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * message.el (message-caesar-buffer-body): Allow rotating headers.
17288
17289         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17290
17291         * message.el (message-insert-formated-citation-line): Fix %f.
17292         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17293
17294 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17297         (gnus-bookmark-mouse-available-p): New macro.
17298         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17299         (gnus-bookmark-bmenu-show-infos): Use it.
17300         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17301         (gnus-bookmark-bmenu-hide-infos): Ditto.
17302         (gnus-bookmark-remove-properties): New function.
17303         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17304         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17305         (gnus-bookmark-write-file): Bind coding-system-for-write.
17306         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17307         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17308         group before selecting it.
17309         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17310         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17311         quit-window if it is not available; use gnus-mouse-2 and bind it to
17312         gnus-bookmark-bmenu-select-by-mouse.
17313         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17314         (gnus-bookmark-bmenu-select-by-mouse): New function.
17315
17316 2006-08-13  Romain Francoise  <romain@orebokech.com>
17317
17318         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17319         space.
17320
17321 2006-08-10  Romain Francoise  <romain@orebokech.com>
17322
17323         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17324         (dns-mode-soa-auto-increment-serial): New user option.
17325         (dns-mode-soa-maybe-increment-serial): New function.
17326         (dns-mode): Add the latter to `write-contents-functions'.
17327
17328 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * compface.el (uncompface): Use binary rather than raw-text-unix.
17331
17332 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * compface.el (uncompface): Make sure the eol conversion doesn't take
17335         place when communicating with the external programs.
17336         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17337
17338 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17341
17342 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17343
17344         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17345         Make it more robust by parsing author and date independently.
17346
17347 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17350
17351 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17352
17353         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17354         first matching secret key.
17355         (mml2015-epg-encrypt): Ditto.
17356
17357         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17358         first matching secret key.
17359         (mml1991-epg-encrypt): Ditto.
17360
17361         * mml2015.el (mml2015-encrypt-to-self): New user option.
17362         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17363         mml2015-epg-encrypt-to-self is set.
17364
17365         * mml1991.el (mml1991-encrypt-to-self): New variable.
17366         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17367         mml1991-epg-encrypt-to-self is set.
17368
17369         * mml2015.el (mml2015-signers): New user option.
17370         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17371         (mml2015-epg-encrypt): Allow to select signing keys.
17372
17373         * mml1991.el (mml1991-signers): New variable.
17374         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17375         (mml1991-epg-encrypt): Allow to select signing keys.
17376
17377 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * nnheader.el (nnheader-insert-head): Make it work even if the file
17380         uses CRLF for the line-break code.
17381
17382 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17383
17384         * mml2015.el: Require mml-sec instead of password.
17385         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17386         (mml2015-cache-passphrase): Inherit the default value from
17387         mml-secure-cache-passphrase.
17388         (mml2015-passphrase-cache-expiry): Inherit the default value from
17389         mml-secure-passphrase-cache-expiry.
17390
17391         * mml1991.el: Require mml-sec instead of password.
17392         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17393         (mml1991-cache-passphrase): Inherit the default value from
17394         mml-secure-cache-passphrase.
17395         (mml1991-passphrase-cache-expiry): Inherit the default value from
17396         mml-secure-passphrase-cache-expiry.
17397
17398         * mml-sec.el: Require password.
17399         (mml-secure-verbose): New user option.
17400         (mml-secure-cache-passphrase): New user option.
17401         (mml-secure-passphrase-cache-expiry): New user option.
17402
17403 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17404             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17405
17406         * pgg-def.el (pgg-truncate-key-identifier):
17407         Truncate the key ID to 8 letters from the end.
17408
17409 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17410
17411         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17412         workaround for the url package included with Emacs.
17413
17414         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17415
17416 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17417
17418         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17419         correctly.  This fixes a bug caused by the 2006-05-12 change.
17420
17421 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17422
17423         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17424         some information about the error when saying that the `bogus' mail
17425         group will be used.
17426
17427 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17430         string.
17431
17432 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17433
17434         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17435
17436 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17437
17438         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17439
17440 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17441
17442         * mml1991.el (mml1991-function-alist): Add epg.
17443         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17444         (mml1991-epg-encrypt): New functions.
17445
17446 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17447
17448         * mml2015.el (mml2015-verbose): New variable.
17449         (mml2015-cache-passphrase): Ditto.
17450         (mml2015-passphrase-cache-expiry): Ditto.
17451         (mml2015-function-alist): Add epg.
17452         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17453         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17454         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17455         New functions.
17456
17457 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17458
17459         * message.el (message-cite-original-1): Preserve region when removing
17460         quoted text due to X-No-Archive in order to avoid bogus attribution
17461         when citing multiple messages.
17462
17463 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17464
17465         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17466         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17467
17468 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * gnus-diary.el (gnus-user-format-function-d)
17471         (gnus-user-format-function-D): Autoload.
17472
17473         * imap.el (Commentary): Fix typo.
17474
17475         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17476         2006-04-22 contribution.
17477
17478 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17479
17480         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17481         It didn't really fix the bogosity I'm seeing with solid web groups.
17482
17483 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17484
17485         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17486         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17487         created using server names.  If we use the feature without declaring
17488         it, Gnus does not properly manage server and group state.
17489
17490         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17491         bound.
17492
17493 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17494
17495         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17496         looking up the method using GROUP's prefix before inventing a new one.
17497         It is used on killed/unknown groups in various places where returning
17498         an all-new method isn't expected by the caller.
17499
17500         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17501         and match semantics of gnus-group-real-prefix.
17502
17503 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * nnmail.el (nnmail-broken-references-mailers): New variable.
17506         (nnmail-ignore-broken-references): New function generalizing
17507         nnmail-fix-eudora-headers.
17508         (nnmail-fix-eudora-headers): Now obsolete.
17509
17510         * gnus-art.el (gnus-button-handle-custom):
17511         Support `customize-apropos*'.
17512
17513 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17514
17515         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17516
17517         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17518         articles.
17519
17520 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17521
17522         * message.el (message-cite-reply-above): New variable.
17523         (message-yank-original): Use it.
17524
17525 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17528
17529 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17530
17531         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17532         as read.
17533
17534         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17535
17536 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17539         (gnus-bookmark-default-file): Use gnus-directory.
17540         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17541         Remove "*" in doc string.
17542         (gnus-bookmark-write-file): Simplify.
17543         (gnus-bookmark-maybe-sort-alist): Use `when'.
17544         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17545         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17546         Add FIXME about Emacs 21 and XEmacs compatibility.
17547         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17548         compatibility.
17549         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17550         compatibility.
17551         (gnus-bookmark-menu-heading): Fix version.
17552
17553 2006-06-19  Bastien Guerry  <bzg@altern.org>
17554
17555         * gnus-bookmark.el: New file.
17556
17557 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17558
17559         * message.el (message-syntax-checks): Doc fix.
17560
17561 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17562
17563         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17564         unsubscribed groups as if they were killed ones.  It causes duplicate
17565         entries in gnus-newsrc-alist.
17566
17567 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * message.el (message-syntax-checks): Doc fix.
17570         (message-send-mail): Add check for continuation headers.
17571         (message-check-news-header-syntax): Fix regexp used to check for
17572         continuation headers.
17573
17574 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17577
17578 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17579
17580         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17581
17582 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17585         default-truncate-lines.
17586
17587 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17590         to fill the utf-8 entry.
17591
17592         * lpath.el: Fbind unicode-precedence-list.
17593
17594 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17595
17596         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17597
17598 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17599
17600         * gnus-agent.el (directory-files-and-attributes): Move all the way
17601         forward (the third and final move).
17602         (gnus-agent-read-agentview): Trap reconstruction errors due to
17603         nonexistent directory.  Handle by returning nil.
17604
17605 2006-05-30  Didier Verna  <didier@xemacs.org>
17606
17607         * message.el (message-dont-reply-to-names): Update the custom type.
17608         * message.el (message-dont-reply-to-names): New defsubst: potentially
17609         convert a list of regexps into a single one.
17610         * message.el (message-get-reply-headers): Use it.
17611         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17612
17613 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * gnus-agent.el (directory-files-and-attributes): Move forward.
17616
17617 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17618
17619         * gnus-ml.el (gnus-mailing-list-subscribe)
17620         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17621         (gnus-mailing-list-message): Fix doc strings.
17622
17623 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17624
17625         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17626         of doing it manually.
17627
17628 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17631         comment.
17632
17633 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17634
17635         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17636         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17637         (gnus-agent-read-local): All symbols allocated in my-obarray.
17638         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17639         (gnus-agent-regenerate-group): Check numeric names to see if they are
17640         messages or groups.
17641         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17642         better way of do this...)
17643
17644         * gnus-cache.el (gnus-agent-total-fetched-for):
17645         Ignore 'dummy.group' (there should be a better way of do this...)
17646
17647 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17650         (gnus-saved-headers): Ditto.
17651         (gnus-default-article-saver): Mention functions may have properties.
17652         (gnus-article-save): Override gnus-save-all-headers and
17653         gnus-saved-headers by :headers property which saver function may have.
17654         (gnus-summary-save-in-file): Add :headers property.
17655         (gnus-summary-write-to-file): Ditto.
17656
17657         * gnus-sum.el (gnus-summary-save-article): Bind
17658         gnus-prompt-before-saving to t when saving many articles in a file;
17659         always show all headers.
17660
17661         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17662
17663 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17664
17665         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17666         marks.
17667
17668         * message.el (message-indent-citation): Add optional arguments to allow
17669         using it outside of message buffers.
17670
17671         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17672         (gnus-article-treat-unfold-headers): Use it.
17673         (gnus-article-truncate-lines): New variable.
17674         (gnus-article-mode): Use it.
17675         (gnus-article-toggle-truncate-lines): New function.
17676
17677         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17678         Add gnus-article-toggle-truncate-lines.
17679
17680         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17681         coding system in XEmacs, use binary.
17682
17683 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17686         after-load-alist.
17687
17688         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17689         this function should save decoded articles.
17690         (gnus-summary-write-to-file): Use property to specify this function
17691         should save decoded articles and specify gnus-summary-save-in-file
17692         should be used to save articles other than the first one when saving
17693         many articles.
17694         (gnus-summary-save-body-in-file): Use property to specify this
17695         function should save decoded articles.
17696         (gnus-summary-write-body-to-file): Use property to specify this
17697         function should save decoded articles and specify
17698         gnus-summary-save-body-in-file should be used to save articles other
17699         than the first one when saving many articles.
17700
17701         * gnus-sum.el (gnus-summary-save-article): Simplify.
17702
17703 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17704
17705         * gnus-art.el (gnus-default-article-saver):
17706         Add gnus-summary-write-body-to-file.
17707         (gnus-article-save-coding-system): Don't use coding system object
17708         in XEmacs.
17709         (gnus-read-save-file-name): Add optional `dir-var' argument which
17710         specifies directory in which files are saved; work even if optional
17711         `variable' argument is not specified.
17712         (gnus-summary-write-to-file): Read file name.
17713         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17714         (gnus-summary-write-body-to-file): New function.
17715
17716         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17717         (gnus-summary-local-variables): Add it.
17718         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17719         (gnus-summary-save-article): Remove optional `decode' argument;
17720         determine whether to decode articles by the value of
17721         gnus-default-article-saver; when saving many files using
17722         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17723         it first and use gnus-summary-save-in-file or
17724         gnus-summary-save-body-in-file thereafter unless
17725         gnus-prompt-before-saving is always; move point to article which
17726         will be saved.
17727         (gnus-summary-save-article-file): Revert.
17728         (gnus-summary-write-article-file): Revert.
17729         (gnus-summary-save-article-body-file): Revert.
17730         (gnus-summary-write-article-body-file): New function.
17731
17732 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-art.el (gnus-default-article-saver): Doc fix.
17735         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17736         from gnus-summary-save-article-coding-system, and default to a
17737         certain coding system.
17738         (gnus-output-to-file): Add coding cookie and encode text according
17739         to gnus-article-save-coding-system; don't use mm-append-to-file.
17740
17741         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17742         gnus-art.el and rename to gnus-article-save-coding-system.
17743         (gnus-summary-save-article): Require gnus-art; don't show all
17744         headers if it decodes articles; don't add coding cookie here;
17745         don't bind mm-text-coding-system-for-write.
17746         (gnus-summary-save-article-file): Save decoded articles.
17747         (gnus-summary-write-article-file): When saving many files, use
17748         gnus-summary-write-to-file first and gnus-summary-save-in-file
17749         thereafter unless gnus-prompt-before-saving is always.
17750         (gnus-summary-save-article-body-file): Save decoded articles.
17751
17752         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17753
17754 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * nnrss.el (nnrss-check-group): Bind hash-index.
17757
17758 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17759
17760         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17761         its hash index.  Store this hash in `nnrss-group-data'.
17762         (nnrss-read-group-data): Update accordingly.
17763
17764 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17765
17766         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17767         entry.
17768
17769         * gnus-sum.el (gnus-summary-make-menu-bar):
17770         Add gnus-article-browse-html-article.
17771
17772 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17773
17774         * gnus-sum.el (gnus-summary-mime-map):
17775         Add gnus-article-browse-html-article.
17776
17777         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17778
17779 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17780
17781         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17782         suitable coding systems in customize.
17783
17784 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17785
17786         * mail-source.el (mail-sources): Fix custom type.
17787
17788 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17789
17790         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17791         (gnus-summary-expire-articles-now): Shorten prompt.
17792
17793         * gmm-utils.el (wid-edit): Require.
17794         (defun-gmm): Rename from `gmm-defun-compat'.
17795         (gmm-image-search-load-path): Use it.
17796         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17797
17798 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-sum.el (gnus-summary-save-article-coding-system):
17801         New variable.
17802         (gnus-summary-save-article): Add optional `decode' argument.
17803         If it is set and gnus-summary-save-article-coding-system is non-nil,
17804         save decoded article.
17805         (gnus-summary-write-article-file): Save decoded article if
17806         gnus-summary-save-article-coding-system is non-nil.
17807
17808         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17809         type.
17810
17811 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17814
17815 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17818         first to test gnus-single-article-buffer which may be buffer-local.
17819
17820         * gnus-sum.el (gnus-summary-setup-buffer):
17821         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17822         group; make gnus-article-buffer, gnus-article-current, and
17823         gnus-original-article-buffer always buffer-local.
17824         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17825         group.
17826         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17827
17828 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17829
17830         * nnml.el (nnml-request-compact-group): Compressed files might not
17831         have .gz extension.
17832
17833 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17834
17835         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17836         (mm-copy-to-buffer): Use with-current-buffer.
17837         (mm-display-part): Simplify.
17838         (mm-inlinable-p): Add optional arg `type'.
17839
17840 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17841
17842         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17843         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17844         Try harder to show the attachment internally or externally using
17845         gnus-mime-view-part-as-type.
17846
17847 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17848
17849         * message.el (message-from-style, message-signature-separator)
17850         (message-user-organization-file, message-send-mail-function)
17851         (message-citation-line-function, message-yank-prefix)
17852         (message-indent-citation-function, message-signature)
17853         (message-signature-file, message-signature-insert-empty-line):
17854         Remove autoloads.
17855
17856         * gnus-art.el (gnus-buttonized-mime-types):
17857         Remove "multipart/signed".  Revert 2006-04-26 change.
17858
17859 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17860
17861         * gnus.el (gnus-version-number): Bump version.
17862
17863 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17864
17865         * gnus.el: No Gnus v0.5 is released.
17866
17867 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17868
17869         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17870         fetching articles by message-id.
17871
17872 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * message.el (hashcash): Require hashcash as normal.
17875
17876         * ecomplete.el (ecomplete-highlight-match-line):
17877         Use point-at-eol.
17878         (ecomplete-highlight-match-line): Use `highlight', because that
17879         face exists in both Emacs and XEmacs.
17880
17881         * message.el (message-display-abbrev): Use point-at-bol.
17882
17883         * mail-source.el: Don't require timer/timer-funcs.
17884
17885         * gnus-async.el: Ditto.
17886
17887         * password.el: Ditto.
17888
17889         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17890
17891         * mm-url.el: Ditto.
17892
17893         * gnus-xmas.el: Don't require timer-funcs.
17894
17895         * mm-util.el: Require timer/timer-funcs.
17896
17897 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17898
17899         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17900         Close.
17901
17902 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17905         unibyte after clear-decrypt function runs.
17906
17907         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17908         returns as a unibyte string.
17909
17910 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * lpath.el: Revert.
17913
17914         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17915         (pgg-gpg-process-sentinel): Revert.
17916
17917         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17918         (pgg-pgp-lookup-key): Revert.
17919
17920         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17921         (pgg-pgp5-lookup-key): Revert.
17922
17923         * pgg.el (pgg-fetch-key): Revert.
17924
17925 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * lpath.el: Fbind string-as-multibyte for XEmacs.
17928
17929         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17930         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17931         (mml1991-pgg-encrypt): Ditto.
17932
17933         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17934         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17935         a multibyte buffer.
17936
17937         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17938         (pgg-pgp-lookup-key): Ditto.
17939
17940         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17941         (pgg-pgp5-lookup-key): Ditto.
17942
17943         * pgg.el (pgg-fetch-key): Ditto.
17944
17945 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17946
17947         * message.el (message-user-organization-file): Check several
17948         locations of the organization file.
17949
17950         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17951         Add gnus-article-view-part-as-type.
17952
17953         * gnus-art.el (gnus-article-view-part-as-type): New function.
17954
17955         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17956         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17957
17958         * mml.el: Simplify autoload.
17959         (mml-mode): defvar dnd-protocol-alist instead of using
17960         symbol-value.
17961         (mml-default-directory): New variable.
17962         (mml-minibuffer-read-file): Use it.
17963         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17964
17965         * message.el (message-citation-line-format): New variable.
17966         (message-insert-formated-citation-line): New function.
17967         (message-citation-line-function):
17968         Add `message-insert-formated-citation-line' to custom type.
17969
17970         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17971         to doc string.
17972
17973         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17974         depending on mm-verify-option.
17975
17976 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17979         binding pgg-* variables; reimplement the section which prevents
17980         MIME header from being signed.
17981         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17982         pgg-text-mode; remove a blank line at the top of body.
17983
17984         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17985         lines at the top of body; use gnus-newsgroup-charset if there's no
17986         Charset header.
17987
17988 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * message.el (message-self-insert-commands): Doc fix.
17991
17992         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17993         (mm-uu-pgp-encrypted-test): Ditto.
17994         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17995         between header and body; return application/pgp-encrypted handle
17996         if decryption failed; decode decrypted body by charset.
17997
17998         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17999         element match to application/pgp-*.
18000
18001 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18002
18003         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18004         HTML.
18005
18006 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18007
18008         * mail-source.el (mail-source-call-script): Message the error
18009         string.
18010
18011 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18012
18013         * gnus-util.el (gnus-byte-compile): Use it.
18014
18015 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18016
18017         * gnus-util.el (kill-empty-logs): New function.
18018
18019 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18020
18021         * message.el (message-mail-alias-type): Doc fix.
18022         (message-mail-alias-type-p): New function.
18023         (message-send): Use it.
18024         (message-mode): Ditto.
18025         (message-strip-forbidden-properties): Ditto.
18026
18027         * ecomplete.el (ecomplete-database-file-coding-system):
18028         New variable.
18029         (ecomplete-save): Use it.
18030         (ecomplete-setup): Use it.
18031
18032 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * message.el (message-self-insert-commands): New variable.
18035         (message-strip-forbidden-properties): Use it.
18036
18037 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18038
18039         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18040         that doesn't make XEmacs choke.
18041
18042 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * gnus-util.el (gnus-replace-in-string):
18045         Prefer replace-regexp-in-string over of replace-in-string.
18046
18047 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus-util.el (gnus-select-frame-set-input-focus):
18050         Use select-frame-set-input-focus if it is available in XEmacs; use
18051         definition defined in Emacs 22 for old Emacsen.
18052
18053         * dgnushack.el: Autoload unmorse-region for XEmacs.
18054
18055         * lpath.el: Bind cursor-in-non-selected-windows and
18056         select-frame-set-input-focus for XEmacs.
18057
18058 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18061
18062 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * gnus-registry.el (gnus-registry-cache-save): Remove text
18065         properties when saving via the temp buffer.
18066
18067 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * message.el (message-generate-hashcash): Honor custom type.
18070
18071 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18072
18073         * message.el (message-generate-hashcash): Default to non-nil when
18074         hashcash is found.
18075
18076         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18077         (gnus-refer-thread-limit): Increase default to 500.
18078
18079         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18080
18081         * flow-fill.el (fill-flowed): Allow delete-space.
18082
18083 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18086         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18087         Remove autoloads.
18088
18089 2006-04-18  Simon Josefsson  <jas@extundo.com>
18090
18091         * message.el (message-generate-hashcash): Default to.
18092
18093 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18096         concatenating segments rather than before concatenating them.
18097
18098 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18099
18100         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18101
18102 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18103
18104         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18105
18106         * message.el (message-forward-make-body-plain):
18107         Allow message-forward-ignored-headers to be a list.
18108         (message-remove-ignored-headers): Factor out into function.
18109         (message-forward-make-body-mml): Use it.
18110
18111         * imap.el (imap-quote-specials): New function.
18112         (imap-login-auth): Quote specials.
18113
18114         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18115         (rfc2231-parse-string): Allow concatanation of parameters that
18116         aren't contiguous.  The test case is
18117           (mail-header-parse-content-type "message/external-body;
18118             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18119             access-type=LOCAL-FILE;
18120             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18121
18122 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18123
18124         * nntp.el (nntp-accept-process-output): Return the value of
18125         `nnheader-accept-process-output'.
18126
18127 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18128
18129         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18130         (gnus-button-alist): Recognize more diff formats.
18131         (gnus-button-patch): Strip directory.
18132
18133 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18136         Emacs 22 when setting focus.
18137
18138 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18139
18140         * gnus-art.el (gnus-article-treat-types): Do treatment of
18141         text/x-verbatim parts.
18142         (gnus-button-patch): New command.
18143
18144         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18145         addresses that contain invalid characters.
18146
18147 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18148
18149         * message.el (message-put-addresses-in-ecomplete):
18150         Use gnus-replace-in-string.
18151         (message-is-yours-p): Use the more correct
18152         mail-header-parse-address instead of
18153         mail-extract-address-components.
18154         (message-put-addresses-in-ecomplete): Fix typo.
18155
18156         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18157         keystroke.
18158
18159         * gnus-art.el (gnus-treatment-function-alist): Change order of
18160         newsgroups/generic header folding to avoid double-folding.
18161
18162         * message.el (message-hidden-headers): Add X-Draft-From.
18163
18164         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18165         New command.
18166         (gnus-summary-repeat-search-article-backward): New command.
18167
18168         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18169         groups in the parent topic.
18170
18171 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18172
18173         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18174         (spam-extra-header-to-number): Return the CRM114 number as a
18175         number instead of a string.
18176
18177 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * gnus-art.el (gnus-face-properties-alist): Move here from
18180         gnus-fun.
18181
18182         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18183
18184 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * message.el (message-strip-forbidden-properties): Only display on
18187         self-insert-command.
18188
18189         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18190         reindent.
18191         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18192
18193 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18194
18195         * smiley.el (smiley-style): Fix typo.
18196
18197 2006-03-23  Kenichi Handa  <handa@m17n.org>
18198
18199         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18200         instead of set-buffer-multibyte.
18201
18202 2006-03-23  Kenichi Handa  <handa@m17n.org>
18203
18204         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18205         buffer and then decode the buffer text if necessary.
18206         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18207         first, and after mm-encode-body, change the buffer to unibyte.
18208
18209 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18210
18211         * hashcash.el (hashcash-insert-payment-async-2):
18212         Use message-goto-eoh instead of doing it manually.
18213         (mail-add-payment): Use message-narrow-to-header instead of trying
18214         to do the same itself.
18215
18216         * message.el (message-hidden-headers): Add Face.
18217
18218         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18219         reparenting code.
18220         (gnus-summary-reparent-children): Refactored out code.
18221         (gnus-summary-thread-map): New keystroke.
18222         (gnus-summary-reparent-children): Make into command.
18223
18224         * smiley.el (smiley-style): Default to `medium' if using a large
18225         font.
18226
18227         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18228         does it itself.
18229
18230         * message.el (message-point-in-header-p): Simplify definition.
18231
18232 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18233
18234         * nnagent.el (nnagent-request-set-mark): Silence log file
18235         writing.
18236         (nnagent-request-set-mark): Use write-region instead of
18237         append-to-file.
18238
18239         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18240         strange select method.
18241
18242         * ecomplete.el (ecomplete-display-matches): Get highlightling
18243         right.
18244         (ecomplete-display-matches): Use literals.
18245         (ecomplete-display-matches): Disable message logging.
18246
18247         * message.el (message-display-abbrev): Small optimization.
18248
18249         * ecomplete.el (ecomplete-display-matches): Allow automatic
18250         display.
18251
18252         * message.el (message-strip-forbidden-properties):
18253         Display abbrevs.
18254         (message-display-abbrev): Get automatic display right.
18255
18256         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18257         keystrokes.
18258
18259 2006-04-13  Romain Francoise  <romain@orebokech.com>
18260
18261         TODO: Backport to v5-10!
18262
18263         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18264         Move here (and rename) from gnus-registry.el.
18265
18266         * gnus-registry.el: Require gnus-util.
18267         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18268
18269 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * gnus-group.el (gnus-group-catchup-current):
18272         Change if-then-else-if-then-else into cond.
18273         (gnus-group-catchup): Indent.
18274         (group-name-at-point): New function.
18275         (gnus-fetch-group): Provide default from thing at point.
18276
18277 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * message.el (message-display-abbrev): Fix regexp.
18280
18281         * ecomplete.el (ecomplete-highlight-match-line):
18282         Reimplement choosing.
18283         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18284         dead variables.
18285
18286         * message.el (message-newline-and-indent): Remove debugging.
18287         (message-display-abbrev): Use new implementation.
18288
18289 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18290
18291         * gnus-art.el (gnus-article-mode):
18292         Set cursor-in-non-selected-windows to nil.
18293
18294         * smiley.el: Revert previous change.
18295         (smiley-data-directory): defvar it before using it in the
18296         defcustom of `smiley-style'.
18297
18298 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299
18300         * message.el (message-newline-and-indent): New function.
18301
18302         * ecomplete.el: Implement more bits.
18303
18304         * message.el (message-put-addresses-in-ecomplete): Clean up the
18305         string.
18306
18307         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18308
18309         * gnus-sum.el (gnus-summary-save-parts):
18310         Bind gnus-summary-save-parts-counter and use it to make unique file
18311         names.
18312
18313         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18314
18315         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18316         parameter to say whether to actually parse the individual
18317         addresses.
18318
18319         * message.el (message-put-addresses-in-ecomplete): New function.
18320         (ecomplete): Require.
18321         (message-mail-alias-type): Add ecomplete as an option.
18322
18323 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18324
18325         * flow-fill.el (fill-flowed): Remove trailing space from blank
18326         quoted lines.
18327
18328 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18329
18330         * smiley.el (smiley-style): Move definition later to avoid a
18331         compilation warning.
18332
18333 2006-04-12  Kenichi Handa  <handa@m17n.org>
18334
18335         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18336         buffer and then decode the buffer text if necessary.
18337         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18338         first, and after mm-encode-body, change the buffer to unibyte.
18339         Use mm-disable-multibyte instead of set-buffer-multibyte.
18340
18341 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18344         Content-Type header instead of Content-Disposition header.
18345         (gnus-mime-inline-part): Ditto.
18346         (gnus-mime-view-part-as-charset): Ignore charset that the part
18347         specifies.
18348
18349         * mm-decode.el (mm-display-part): Work with external parts and
18350         usual parts similarly.
18351
18352         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18353         instead of gnus-display-mime.
18354
18355         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18356         instead of with-temp-buffer.
18357
18358         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18359         tag to summarized topics part in order to encode non-ASCII text.
18360
18361 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18362
18363         * smiley.el (smiley-style): New variable.
18364         (smiley-directory): New function.
18365         (smiley-data-directory): Derive from `smiley-style' using
18366         `smiley-directory'.
18367         (smiley-regexp-alist): Add new entries.
18368
18369         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18370         (gnus-article-browse-delete-temp): Add :version.
18371
18372 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18373
18374         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18375         the sieve region.
18376
18377 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18378
18379         * gnus.el (gnus-version-number): Bump version.
18380
18381 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18382
18383         * gnus.el: No Gnus v0.4 is released.
18384
18385 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18386
18387         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18388         layout.
18389
18390         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18391         unknown charset.
18392
18393         * message.el (message-header-synonyms): Add Original-To to the
18394         default.
18395
18396         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18397         optional parameter.
18398
18399 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * gnus-fun.el (gnus): Require it for gnus-directory.
18402
18403 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18406
18407 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18408
18409         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18410
18411 2006-04-05  Simon Josefsson  <jas@extundo.com>
18412
18413         * password.el (password-reset): New function.
18414
18415 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18416
18417         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18418         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18419
18420 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18421
18422         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18423         Some whitespace was matched into the url, which broke browsing hits
18424         > 100 when mm-url-use-external was nil.
18425
18426 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18427
18428         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18429         Check gnus-extra-headers for 'Newsgroups.
18430
18431         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18432         bound.
18433
18434 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18435
18436         * pgg-gpg.el: Clean up process buffers every time gpg processes
18437         complete.
18438
18439 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18440
18441         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18442         doc string.
18443
18444 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18445
18446         * pgg-gpg.el (pgg-gpg-process-filter)
18447         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18448
18449         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18450         lines, temporary fix.
18451
18452 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18455
18456 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18457
18458         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18459         default-enable-multibyte-characters.  This reverts the change from
18460         revision 6.17 which is no longer necessary because the passphrase
18461         is sent separately now.  GnuPG messages are unreadable under
18462         multibyte locales with default-enable-multibyte-characters set to
18463         nil.
18464
18465 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18466
18467         * message.el (message-tool-bar-gnome): Move "spell".
18468
18469 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18470
18471         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18472         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18473         instead.
18474
18475 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18476
18477         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18478         Improve newsgroups handling for NNTP overviews which don't include
18479         Newsgroups.
18480
18481 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18482
18483         * message.el (message-resend): Bind message-generate-hashcash to nil.
18484
18485 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18486
18487         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18488         when searching for already-paid recipients.
18489
18490 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18491
18492         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18493         passphrases when it is not needed.
18494         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18495         passphrase stuff from gpg, should only be necessary when you use
18496         gpg with a smartcard.
18497
18498 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * mml.el (mml-insert-mime): Ignore cached contents of
18501         message/external-body part.
18502
18503         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18504         (mm-insert-part): Ditto.
18505
18506 2006-03-23  Simon Josefsson  <jas@extundo.com>
18507
18508         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18509         Reiner.
18510         (pgg-gpg-use-agent-p): Use it again.
18511
18512 2006-03-23  Simon Josefsson  <jas@extundo.com>
18513
18514         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18515         older emacsen.
18516         (pgg-gpg-use-agent-p): Don't use it.
18517
18518 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18519
18520         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18521         if we can.
18522
18523 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18524
18525         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18526         (pgg-gpg-update-agent): New function.
18527         (pgg-gpg-use-agent-p): New function.
18528         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18529         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18530         (pgg-gpg-sign-region): Use it.
18531
18532 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18535         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18536
18537 2006-03-21  Simon Josefsson  <jas@extundo.com>
18538
18539         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18540         <wilde@sha-bang.de>.
18541         (pgg-gpg-use-agent): New variable.
18542         (pgg-gpg-process-region): Use it.
18543         (pgg-gpg-encrypt-region): Likewise.
18544         (pgg-gpg-encrypt-symmetric-region): Likewise.
18545         (pgg-gpg-decrypt-region): Likewise.
18546         (pgg-gpg-sign-region): Likewise.
18547         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18548
18549 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18552
18553         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18554         Add comment on version.
18555
18556 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * smiley.el: Add missing test smiley.
18559
18560 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * mm-decode.el (mm-with-part): New macro.
18563         (mm-get-part): Use it; work with message/external-body as well.
18564         (mm-save-part): Treat name and filename equally.
18565
18566         * mm-extern.el (mm-extern-cache-contents): New function.
18567         (mm-inline-external-body): Use it; force the part to be displayed;
18568         move undisplayer added to the cached handle to the parent.
18569
18570         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18571         (gnus-mime-view-part-as-type): Work with message/external-body.
18572
18573         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18574
18575 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18576
18577         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18578         images in image-load-path.  [Sync with image.el, revision 1.60, in
18579         Emacs.]
18580
18581 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18582
18583         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18584         path rather than symbol.  Always return list of directories.
18585         Guarantee that image directory comes first.  [Sync with image.el,
18586         revision 1.59, in Emacs.]
18587
18588         * message.el (message-make-tool-bar): Adjust to new API of
18589         `gmm-image-load-path-for-library'.
18590
18591         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18592
18593         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18594
18595 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18596
18597         * gnus-art.el (gnus-article-only-boring-p):
18598         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18599         intangible text.
18600         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18601
18602 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18603
18604         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18605         Use `defun' instead of `gmm-defun-compat'.
18606
18607 2006-03-14  Simon Josefsson  <jas@extundo.com>
18608
18609         * message.el (message-unique-id): Don't use message-number-base36
18610         if (user-uid) is a float.
18611         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18612
18613 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18616
18617         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18618         empty line between a part and a message part.
18619
18620 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18621
18622         * smiley.el: Add more test smileys.
18623         (smiley-data-directory, smiley-regexp-alist)
18624         (gnus-smiley-file-types): Fix doc strings.
18625         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18626         adding new elements.
18627         (smiley-mouse-map): Unused code.  Make it a comment.
18628
18629 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18632         scan latest NoCeM messages instead of old ones.
18633         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18634         delimiters that are recently used.
18635         (gnus-nocem-load-cache): Add autoload cookie.
18636
18637         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18638
18639         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18640         level which is larger than gnus-use-nocem is specified.
18641
18642         * gnus-group.el (gnus-group-get-new-news): Ditto.
18643
18644 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18645
18646         * gnus-util.el (gnus-tool-bar-update): New function.
18647
18648         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18649         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18650
18651         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18652
18653         * gnus-group.el (gnus-group-redraw-when-idle)
18654         (gnus-group-redraw-check): Remove.
18655         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18656
18657 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18660         if optional last element is specified in splits (FIELD VALUE...).
18661
18662 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18665         to gmm-image-load-path-for-library.  Call with no-error argument.
18666         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18667
18668         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18669
18670         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18671
18672         * gmm-utils.el (gmm-image-load-path): Remove alias.
18673
18674 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gmm-utils.el (gmm-image-load-path): Add alias.
18677
18678         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18679         nnml-generate-nov-databases-1.
18680         (nnml-generate-nov-databases): Use it.
18681         (nnml-generate-nov-databases-directory): Document no-active
18682         argument.
18683
18684         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18685         directory if path is t.  Add no-error.
18686
18687         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18688         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18689
18690         * gnus-art.el (gnus-article-browse-delete-temp-files):
18691         Simplify resetting gnus-article-browse-html-temp-list.
18692
18693         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18694         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18695         Add example to docstring.  Rename local variables.  Move error
18696         checks to default case in cond and simplify.
18697
18698 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18701         handle is multipart when calling it recursively.
18702         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18703
18704 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18705
18706         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18707         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18708
18709 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18712         is loaded.
18713
18714         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18715         loaded.
18716
18717 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18718
18719         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18720         to "Emacs 23 (unicode)" in doc string.
18721
18722         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18723         "Emacs 23 (unicode)" in comment.
18724
18725 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18728
18729         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18730         characters 160 through 255 in Emacs 23.
18731
18732 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18733
18734         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18735         gnus-article-browse-html-temp.
18736         (gnus-article-browse-delete-temp): Make it customizable.
18737         Add `file'.  Adjust doc string.
18738         (gnus-article-browse-delete-temp-files): Add argument.
18739         Allow query for each file.  Adjust doc string.
18740         (gnus-article-browse-html-parts):
18741         Add `gnus-article-browse-delete-temp-files' to
18742         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18743
18744 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18745
18746         * gnus-art.el (gnus-article-browse-html-temp)
18747         (gnus-article-browse-delete-temp): New variables.
18748         (gnus-article-browse-delete-temp-files): New function.
18749         (gnus-article-browse-html-parts): Use it.
18750
18751 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18752
18753         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18754
18755         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18756         string.
18757
18758         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18759         gnus-summary-insert-new-articles when unplugged.
18760         Remove gnus-summary-search-article-forward.
18761
18762         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18763         display-visual-class instead of display-color-cells.
18764
18765 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18766
18767         * dgnushack.el: Autoload customize-group for XEmacs.
18768
18769         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18770         message/* containing non-ASCII text properly.
18771
18772 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18773
18774         * message.el: Require gmm-utils, remove autoloads.
18775         (message-tool-bar): Set default based on
18776         gmm-tool-bar-style.
18777         (message-tool-bar-gnome): Add gmm-customize-mode.
18778
18779         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18780         gmm-tool-bar-style.
18781         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18782
18783         * gnus-group.el (gnus-group-tool-bar): Set default based on
18784         gmm-tool-bar-style.
18785         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18786
18787         * gmm-utils.el (gmm-image-directory): Rename variable from
18788         gmm-image-load-path.
18789         (gmm-image-load-path): Use gmm-image-directory.
18790         (gmm-customize-mode): New function.
18791         (gmm-tool-bar-style): New variable.
18792
18793         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18794         gnus-group-redraw-line-number.
18795         (gnus-group-redraw-check): Simplify.
18796         (gnus-group-tool-bar-update): Remove redraw check.
18797         (gnus-group-make-tool-bar): Add redraw check.
18798
18799 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18800
18801         * gnus-art.el (gnus-button): Add missing parentheses.
18802
18803 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * lpath.el: Fbind line-number-at-pos.
18806
18807 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18810
18811 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * gnus-art.el (gnus-button): New face.
18814         (gnus-article-button-face): Use it.
18815
18816         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18817         Add gnus-summary-next-page.  Re-order.
18818
18819         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18820         next-node are now included.
18821         (gnus-group-redraw-line-number): New internal variable.
18822         (gnus-group-redraw-check): Helper function for updating the tool
18823         bar.
18824         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18825
18826         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18827
18828         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18829         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18830         Use it to match format of Spamassassin 3.0 and later.
18831         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18832         (spam-check-bogofilter)
18833         (spam-bogofilter-register-with-bogofilter): Fix args of
18834         `gnus-error' calls.
18835
18836 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18837
18838         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18839         unnecessary interaction when sending queued mails.
18840         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18841
18842 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18843
18844         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18845         first or last are nil.
18846
18847 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18848
18849         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18850
18851 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18854
18855 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18856
18857         * dns.el (query-dns): Protect more against buggy tcp output.
18858
18859 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18860
18861         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18862         nov.php.
18863
18864 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18865
18866         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18867         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18868         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18869         output on the server side.
18870         (nnweb-google-create-mapping): Update regexps and add some
18871         progress indication.
18872
18873 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18874
18875         * gnus-group.el (gnus-group-tool-bar-gnome):
18876         Fix gnus-agent-toggle-plugged.  Re-order icons.
18877         (gnus-group-tool-bar-gnome):
18878         Add gnus-group-{prev,next}-unread-group.
18879         (gnus-group-tool-bar-gnome): Re-order icons.
18880
18881         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18882         Move gnus-summary-insert-new-articles.
18883
18884         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18885         Fix comments.
18886
18887         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18888         also available in Emacs 21.3.
18889
18890         * message.el (message-fix-before-sending): Change "Emacs 22" to
18891         "Emacs 23 (unicode)" in comment.
18892
18893         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18894         "Emacs 23 (unicode)" in comment.
18895
18896         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18897         comment.
18898         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18899
18900         * mm-view.el (mm-fill-flowed): Add :version.
18901
18902 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18905         and load-path.
18906
18907 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18908
18909         * message.el: Autoload gmm-image-load-path.
18910         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18911         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18912         consitency.
18913
18914         * gmm-utils.el (gmm-image-load-path): Also search in
18915         "../etc/images".  Don't set gmm-image-load-path if we don't find
18916         the image.
18917
18918 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * gmm-utils.el (gmm-image-load-path): Don't make
18921         `gmm-image-load-path' include subdirectories which the second arg
18922         `image' might specify.
18923
18924         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18925         subdirectory to icon file names.
18926
18927         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18928
18929 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18932         gmm-image-load-path calls.
18933
18934         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18935
18936         * message.el (message-make-tool-bar): Ditto.
18937
18938         * mml.el (mml-preview): Add comment concerning tool bar icons.
18939
18940         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18941         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18942
18943         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18944         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18945
18946         * message.el (message-tool-bar-gnome): Use new icon names.
18947         (message-make-tool-bar): Use `gmm-image-load-path'.
18948
18949         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18950         New functions from MH-E.
18951         (gmm-image-load-path): New variable from MH-E.
18952         (gmm-image-load-path): New function from MH-E.  Add arguments
18953         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18954         *-image-load-path-called-flag.
18955
18956 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18957
18958         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18959
18960 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18961
18962         * nnimap.el (nnimap-request-move-article): Change folder back to
18963         source group before deleting.
18964
18965 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18968
18969         * gnus-art.el (mm-url-insert-file-contents-external):
18970         Autoload mm-url.
18971
18972         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18973
18974 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18975
18976         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18977         coding system which mm-charset-to-coding-system returns for a
18978         given charset is valid.
18979
18980 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18981
18982         * html2text.el (html2text-remove-tag-list):
18983         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18984
18985 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18986
18987         * gnus-cus.el: Revert 2005-10-17 change.
18988
18989 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * gnus-art.el (article-strip-banner):
18992         Call article-really-strip-banner only when the regexp match is made.
18993
18994 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * gnus-art.el (article-strip-banner):
18997         Use gnus-extract-address-components instead of
18998         mail-header-parse-addresses to make it work with non-ASCII text;
18999         remove mail-encode-encoded-word-string.
19000
19001         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19002         values which are surrounded with \"...\"; make it never cause a
19003         Lisp error; give up parsing of parameters if it failed in
19004         extracting type.
19005
19006 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19007
19008         * smime.el (smime-cert-by-ldap-1): Fix bug where
19009         `smime-ldap-search' returns results without userCertificates.
19010
19011 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19014
19015 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19016
19017         * spam.el (spam-check-spamassassin-headers): Adapt format for
19018         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19019         <ari@mbf.ocn.ne.jp>.
19020         (spam-list-of-processors): Add spam-use-gmane.
19021
19022 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19025         make-temp-file; make it work with XEmacs as well.
19026
19027         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19028         mm-make-temp-file.
19029
19030         * mm-decode.el (mm-display-external): Use the 3rd arg of
19031         mm-make-temp-file.
19032         (mm-create-image-xemacs): Ditto.
19033
19034 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19037         with message-narrow-to-headers.
19038         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19039         (gnus-draft-check-draft-articles): New function.
19040         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19041
19042 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * gnus-art.el (gnus-article-browse-html-parts):
19045         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19046         Don't use suffix argument for mm-make-temp-file for Emacs 21
19047         compatibility.  Remove useless `format'.
19048
19049 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19050
19051         * nnweb.el (nnweb-google-wash-article): Update regexps.
19052         (nnweb-group-alist): Use defvoo instead of defvar.
19053
19054 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19057         re-loading nn* modules.
19058
19059 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19060
19061         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19062         for `tool-bar-mode' and don't check it's default-value.
19063
19064         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19065
19066         * message.el (message-make-tool-bar): Ditto.
19067
19068         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19069         `substring'.  Shorten tmp-file name.
19070
19071         * gnus.el: Remove bogus comment.
19072
19073 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19074
19075         * gnus-art.el (gnus-article-browse-html-parts): New function.
19076         (gnus-article-browse-html-article): New function for viewing html
19077         articles with a browser.
19078
19079 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19080
19081         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19082         in elisp.
19083         (pgg-gpg-encrypt-symmetric-region): Ditto.
19084         (pgg-gpg-sign-region): Ditto.
19085
19086         * pgg-def.el (pgg-text-mode): New variable.
19087
19088         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19089         (mml2015-pgg-encrypt): Ditto.
19090
19091         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19092         (mml1991-pgg-encrypt): Ditto.
19093
19094 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * nnfolder.el (nnfolder-insert-newsgroup-line):
19097         Use message-make-date instead of current-time-string.
19098
19099         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19100         to gnus-decoded which mm-uu might set.
19101
19102 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19105         don't decode quoted parameters; remove misimported Emacs code.
19106         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19107         (rfc2231-decode-encoded-string): Don't use split-string which
19108         behaves differently according to Emacs version; use
19109         mm-decode-coding-region to convert charset to coding-system.
19110         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19111         (rfc2231-encode-string): Remove misimported Emacs code.
19112
19113 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19116         when calling mail-header-parse-content-type.
19117         (article-de-quoted-unreadable): Ditto.
19118         (article-de-base64-unreadable): Ditto.
19119         (article-wash-html): Ditto.
19120
19121         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19122         calling mail-header-parse-content-type and
19123         mail-header-parse-content-disposition.
19124         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19125         mail-header-parse-content-type.
19126
19127         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19128         insert charset and format parameters; encode description after
19129         inserting it to buffer.
19130         (mml-insert-parameter): Fold lines properly even if a parameter is
19131         segmented into two or more lines; change the max column to 76.
19132
19133         * rfc1843.el (rfc1843-decode-article-body): Don't use
19134         ignore-errors when calling mail-header-parse-content-type.
19135
19136         * rfc2231.el (rfc2231-parse-string): Return at least type if
19137         possible; don't cause an error even if it fails in parsing of
19138         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19139         (rfc2231-encode-string): Don't break lines at the beginning, leave
19140         it to mml-insert-parameter.
19141
19142         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19143         calling mail-header-parse-content-type.
19144
19145 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * spam-report.el (spam-report-gmane-use-article-number):
19148         Improve doc string.
19149         (spam-report-gmane-internal): Check if a suitable header was found
19150         in the article.
19151
19152 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19155         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19156
19157 2006-02-05  Romain Francoise  <romain@orebokech.com>
19158
19159         Update copyright notices of all files in the gnus directory.
19160
19161 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19162
19163         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19164
19165 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19168         segmented lines of parameter value to cope with Thunderbird 1.5
19169         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19170         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19171         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19172
19173 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19174
19175         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19176         parts.
19177
19178 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19179
19180         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19181         there's only one active file for all servers.
19182         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19183         solid groups.  Gnus might have used a FAST request to select the group.
19184         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19185         and nnweb-search redundantly in the active file.
19186         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19187         (nnweb-request-create-group): Don't use ARGS.
19188         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19189         initializations.  Let nnoo do the work.
19190
19191 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19192
19193         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19194         Say the part has been decoded.
19195
19196         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19197
19198 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19199
19200         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19201         mailcap-viewer-test-cache when there's no 'test clause, since that
19202         will invert the meaning of a "nil" test previously determined by
19203         mailcap-mailcap-entry-passes-test.
19204
19205 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19208         compiling.
19209
19210         * gnus-sum.el: Ditto.
19211
19212         * message.el: Don't bind tool-bar-map when compiling.
19213
19214 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19217
19218 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19219
19220         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19221         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19222         current Google Groups.
19223
19224 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19225
19226         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19227         and tool-bar-mode.
19228
19229         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19230         and tool-bar-mode.
19231
19232         * message.el (message-tool-bar-update): Simplify.
19233         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19234
19235         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19236         gnus-summary-buffer.
19237         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19238         gnus-summary-reply.
19239
19240         * gmm-utils.el (gmm): Add :version.
19241
19242 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * Makefile.in (clean): New rule.
19245         (distclean): Use it.
19246
19247 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19248
19249         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19250         Don't autoload.
19251
19252 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * gmm-utils.el (gmm-verbose): Add :group.
19255
19256 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19257
19258         * message.el: Change some comments WRT tool-bars.
19259
19260         * gnus-sum.el (gnus-summary-tool-bar)
19261         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19262         (gnus-summary-tool-bar-zap-list): New variables.
19263         (gnus-summary-make-tool-bar): Complete rewrite using
19264         `gmm-tool-bar-from-list'.
19265
19266         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19267         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19268         New variables.
19269         (gnus-group-make-tool-bar): Complete rewrite using
19270         `gmm-tool-bar-from-list'.
19271         (gnus-group-tool-bar-update): New function.
19272
19273         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19274
19275 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19278         is dissected into a single part of which the type is the same as
19279         the given one; decode charset.
19280
19281 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19282
19283         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19284         into alists as symbol not string, since that's what
19285         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19286         look for.
19287
19288 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19289
19290         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19291         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19292
19293         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19294
19295 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19298         (gnus-xmas-mime-security-button-menu): New function.
19299
19300         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19301         (gnus-mime-security-button-menu): New definition.
19302         (gnus-mime-security-button-map): Use them.
19303         (gnus-mime-security-button-menu): New function.
19304         (gnus-insert-mime-security-button): Addition to help echo.
19305         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19306         (gnus-mime-security-pipe-part): New functions.
19307
19308         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19309         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19310
19311         * mm-decode.el (mm-handle-set-disposition): Remove.
19312         (mm-handle-set-description): Remove.
19313
19314 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19317         (mm-w3m-standalone-supports-m17n-p): New function.
19318         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19319         w3m usage.
19320
19321         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19322         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19323
19324 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19325
19326         * message.el (message-tool-bar-zap-list):
19327         Use gmm-tool-bar-zap-list as custom type.
19328         (message-tool-bar-update): New function.
19329         (message-tool-bar, message-tool-bar-gnome)
19330         (message-tool-bar-retro): Add message-tool-bar-update.
19331         (message-tool-bar-gnome): Add flyspell-buffer.
19332
19333         * gnus-util.el (gnus-error): Describe `args'.
19334
19335         * gmm-utils.el (gmm-error): Describe `args'.
19336         (gmm-tool-bar-zap-list): New widget.
19337         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19338
19339 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19342         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19343         the number of recursive calls.
19344
19345         * mm-decode.el (mm-handle-set-disposition): New macro.
19346         (mm-handle-set-description): New macro.
19347
19348 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19349
19350         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19351         encoding.
19352
19353 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19354
19355         * message.el (message-tool-bar-zap-list, message-tool-bar)
19356         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19357         (message-tool-bar-local-item-from-menu): Remove.
19358         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19359         (message-make-tool-bar): New function.
19360         (message-mode): Use `message-make-tool-bar'.
19361
19362         * gmm-utils.el: New file.
19363         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19364         (gmm-lazy): New widget copied from `nnmail.el'.
19365         (gmm-tool-bar-from-list): New function for creating customizable
19366         tool bars.
19367         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19368         output.
19369         (gmm): Add :prefix to defgroup.
19370
19371 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19372
19373         * gmm-utils.el (gmm-widget-p): New function.
19374
19375 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19376
19377         * mml.el (mml-attach-file): Describe `description' in doc string.
19378         (mml-menu): Add Emacs MIME manual and PGG manual.
19379
19380 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19381
19382         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19383
19384 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19385
19386         * nntp.el (nntp-end-of-line): Doc fix.
19387
19388 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19389
19390         * imap.el (imap-open): Handle case where buffer is a buffer
19391         object.
19392
19393 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19394
19395         * gnus-delay.el (gnus-delay): Don't autoload.
19396         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19397         to be re-loaded when customizing the `gnus-delay' group.
19398
19399 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19400
19401         * message.el (message-insert-citation-line): Use newlines.
19402
19403 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19404
19405         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19406         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19407         these routines, so the passphrase can be managed externally and
19408         passed in to the system.
19409         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19410         pgg-add-passphrase-to-cache function.
19411
19412         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19413         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19414         these routines, so the passphrase can be managed externally and
19415         passed in to the system.
19416         (pgg-pgp5-sign-region): Use new name of
19417         pgg-add-passphrase-to-cache function.
19418
19419 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19420
19421         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19422         part of the decoded armor to find the key-identifier.
19423         (pgg-gpg-lookup-key-owner): New function to return the
19424         human-readable identifier of a key owner.
19425         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19426         itself.
19427         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19428         the key value) if we have a key and can match it against a secret
19429         key.  Also, added a note pointing out fact that the prompt only
19430         indicates the first matching key.
19431
19432         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19433         pgg-decrypt-region.
19434         (pgg-add-passphrase-to-cache): Rename from
19435         `pgg-add-passphrase-cache' to reduce confusion (all callers
19436         changed).
19437         (pgg-remove-passphrase-from-cache): Rename from
19438         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19439         changed).
19440         (pgg-read-passphrase, pgg-add-passphrase-cache)
19441         (pgg-remove-passphrase-cache): Add informative docstrings.
19442         (pgg-decrypt): Convey provided passphrase in subordinate call to
19443         pgg-decrypt-region.
19444
19445 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19446
19447         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19448         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19449         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19450         'passphrase' argument, so the passphrase can be managed externally
19451         and then passed in to the system.
19452
19453         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19454         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19455         so the passphrase cache can be used reliably with identifiers
19456         besides a pgp packet's key id.
19457
19458         * pgg-gpg.el (pgg-gpg-encrypt-region)
19459         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19460         (pgg-gpg-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
19464         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19465         'notruncate' argument, so the passphrase cache can be used
19466         reliably with identifiers besides a pgp packet's key id.
19467
19468 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19469
19470         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19471         symmetric encryption.
19472         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19473         encrypted session key.
19474         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19475         message ask for the passphrase in a proper way.
19476
19477         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19478         New user commands for symmetric encryption.
19479
19480 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19483
19484         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19485
19486 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19487
19488         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19489
19490 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * mm-decode.el (mm-inlined-types): Add application/pgp.
19493         (mm-automatic-display): Ditto.
19494
19495         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19496         part as text.
19497
19498 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * nnrss.el: Update copyright.
19501         (nnrss-opml-import): Query whether to subscribe to each entry.
19502
19503         * gnus-art.el:
19504         * gnus-sum.el:
19505         * gnus-xmas.el:
19506         * messagexmas.el:
19507         * mm-uu.el:
19508         * mm-view.el: Update copyright.
19509
19510 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * message.el (message-info): New function.
19513         (message-mode-menu): Add it.
19514         Update copyright.
19515
19516         * ChangeLog: Fix and update copyright.
19517
19518 2006-01-13  Romain Francoise  <romain@orebokech.com>
19519
19520         * message.el (message-forward-subject-name-subject): Prefer the
19521         address to 'nowhere' if the sender has no name.
19522         Fix typo.  Update copyright year.
19523
19524 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * gnus-art.el (article-wash-html):
19527         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19528         (gnus-article-wash-html-with-w3m-standalone): New function.
19529
19530         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19531         mm-inline-text-html-render-with-w3m-standalone.
19532         (mm-text-html-washer-alist): Map w3m-standalone to
19533         gnus-article-wash-html-with-w3m-standalone.
19534         (mm-inline-text-html-render-with-w3m-standalone): New function.
19535
19536 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19539         Improve LaTeX.
19540
19541 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19542
19543         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19544         (nnrss-request-article): Render text/plain parts as HTML.
19545
19546         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19547         the buffer.
19548
19549 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19552         custom definition of `gnus-posting-styles'.
19553
19554         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19555         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19556
19557 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19558
19559         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19560         Use nntp for bug archive.
19561
19562 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19563
19564         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19565         parts.
19566         (nnrss-normalize-date): New function converts ISO 8601 date into
19567         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19568         (nnrss-check-group): Use it.
19569
19570 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19573
19574         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19575         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19576         (nnrss-insert-w3): Ditto.
19577
19578 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19581         the articles to be forwarded including the case where neither a
19582         number of articles nor a region is specified.
19583
19584 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19585
19586         * nnrss.el (nnrss-request-article): Fix last change; fill
19587         text/plain parts.
19588
19589 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19590
19591         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19592         in text/plain part.
19593         (nnrss-check-group): Don't add excessive newline to dc:subject.
19594
19595 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19596
19597         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19598         article.
19599
19600 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19601
19602         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19603         (nnml-use-compressed-files, nnml-save-mail): Support other
19604         comression programs such as bzip2.
19605
19606 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19607
19608         * dns.el (query-dns): Make sure we check the buffer size before
19609         removing tcp headers.
19610
19611 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19612
19613         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19614         remove MIME buttons associated with multipart/alternative parts.
19615         (gnus-mime-display-alternative): Tag buttons using `article-type'
19616         text property.
19617
19618         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19619         associated with multipart/alternative parts.
19620
19621         * gnus-art.el (gnus-signature-separator): Fix custom type.
19622
19623         * mm-decode.el (mm-inlined-types): Fix custom type.
19624         (mm-keep-viewer-alive-types): Ditto.
19625         (mm-automatic-display): Ditto.
19626         (mm-attachment-override-types): Ditto.
19627         (mm-inline-override-types): Ditto.
19628         (mm-automatic-external-display): Ditto.
19629
19630 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19631
19632         * spam-report.el (spam-report-user-mail-address)
19633         (spam-report-user-agent): New variables.
19634         (spam-report-url-ping-plain): Use spam-report-user-agent.
19635
19636 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19637
19638         * gnus-art.el (gnus-button-handle-custom): Do not just use
19639         `customize-apropos' for any "M-x customize-*" button but the
19640         function called for.  Accept both the function name and its
19641         argument in order to achieve this.
19642         (gnus-button-alist): Remove support for "custom:" URL's.
19643         Pass function name to `gnus-button-handle-custom' in case of "M-x
19644         customize-*" buttons.
19645
19646 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19649         multipart/alternative and add xref to mm-discouraged-alternatives
19650         in doc string.
19651
19652         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19653         gnus-buttonized-mime-types in doc string.
19654
19655 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19656
19657         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19658         Suggest image/.* in the doc string.
19659
19660 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19663         message-marks (Debian bug #342521).
19664
19665 2005-12-12  Simon Josefsson  <jas@extundo.com>
19666
19667         * password.el (password-read-from-cache): Add.
19668         (password-read): Use it.
19669
19670 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * rfc2047.el (rfc2047-charset-to-coding-system):
19673         Recognize us-ascii as a MIME charset.
19674
19675         * mm-bodies.el (mm-decode-content-transfer-encoding):
19676         Protect against the case where the 2nd arg TYPE is nil.
19677
19678 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19679
19680         * pop3.el (pop3-stream-type): Fix custom version.
19681
19682         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19683
19684 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19685
19686         * mm-decode.el (mm-display-external): Add missing cdr.
19687
19688 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19691         RFC1524) if it is in mailcap or add a suffix according to
19692         mailcap-mime-extensions when generating a temp filename; postpone
19693         deleting a temp file for 2 seconds for some wrappers, shell
19694         scripts, and so on, which might exit right after having started a
19695         viewer command as a background job.
19696
19697 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19698
19699         * nntp.el (nntp-marks-directory): Fix custom group.
19700
19701         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19702         steps when < 10.
19703
19704         * gnus-start.el (gnus-no-server-1):
19705         Mention `gnus-level-default-subscribed' in doc string.
19706
19707 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19708
19709         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19710         parens.
19711
19712 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19713
19714         * gnus-xmas.el (gnus-use-toolbar): Revert.
19715         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19716         gnus-use-toolbar is default.
19717
19718         * messagexmas.el (message-use-toolbar): Revert.
19719         (message-setup-toolbar): Use global default-toolbar if
19720         message-use-toolbar is default.
19721
19722 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19725         according to default-toolbar-visible-p.
19726
19727         * messagexmas.el (message-use-toolbar): Ditto.
19728
19729 2005-11-26  Dave Love  <fx@gnu.org>
19730
19731         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19732         (tls-program, tls-success): Provide openssl alternative.
19733
19734         * starttls.el: Doc fixes.
19735         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19736         SERVICE to PORT.
19737
19738         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19739         port null or service name.
19740         (starttls-negotiate): Autoload.
19741
19742 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * message.el (message-kill-to-signature): Fix interactive spec.
19745
19746 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19747
19748         * pop3.el (pop3-open-server): Recognize a string as a service name.
19749
19750 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19751
19752         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19753
19754 2005-11-23  Dave Love  <fx@gnu.org>
19755
19756         Add pop3s, pop3/starttls.
19757
19758         * pop3.el (pop3-authentication-scheme): Clarify doc.
19759         (open-tls-stream, starttls-open-stream): Autoload.
19760         (pop3-stream-type): New.
19761         (pop3-open-server): Use it.
19762
19763         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19764         for POP.
19765         (mail-source-keyword-map): Add :stream for POP.
19766         (mail-source-fetch-pop): Use pop3-stream-type.
19767
19768 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19769
19770         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19771         of current-time-string.
19772
19773 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19774
19775         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19776         date header.
19777
19778 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19779
19780         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19781         it can seriously impact performance as it bypasses the agent's
19782         local caches.
19783
19784 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19785
19786         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19787         must be explicitly online rather than "not explicitly offline" for
19788         its flags to be synchronized.
19789
19790         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19791         that gnus-uu-unmark-thread will function correctly.
19792
19793         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19794         1024K is instead displayed as 1M.
19795
19796 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19797
19798         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19799
19800 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19801
19802         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19803
19804 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19805
19806         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19807         error message to display actual error condition.
19808         (gnus-agent-save-local): Avoid saving symbols that are bound to
19809         nil as they simply result in a warning message in
19810         gnus-agent-read-local.
19811
19812 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19813
19814         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19815         rather than make-variable-buffer-local for file-precious-flag.
19816
19817 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19818
19819         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19820         for duplicates which are removed.  The invalid sort check then
19821         triggers a rescan after the sort as sorting may have moved
19822         duplicate entries such that they can be cheaply detected.
19823
19824 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19827
19828 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19829
19830         * gnus-agent.el (gnus-agent-article-alist-save-format):
19831         Change internal variable to a custom variable.  Change default value
19832         from compressed(2) to uncompressed(1).
19833         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19834         support for uncompressed agentview files.  Taken together, reading
19835         the agentview file should now be 6-7 times faster.
19836
19837 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19838
19839         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19840         as a buffer-local variable.  This avoids creating truncated
19841         dribble files as a result of a hang up, eg.
19842
19843 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19844
19845         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19846         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19847         XEmacs.
19848
19849 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19850
19851         * gnus-start.el (gnus-start-draft-setup):
19852         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19853
19854         * gnus.el (gnus-splash): Change custom group.
19855         (gnus-group-get-parameter, gnus-group-parameter-value):
19856         Describe allow-list argument.
19857
19858         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19859         string.
19860
19861 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19862
19863         * gnus-art.el (gnus-default-article-saver): Add user-defined
19864         `function' to custom type.
19865
19866 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19867
19868         * imap.el (imap-open): Handle case where buffer is a buffer
19869         object.
19870
19871 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19872
19873         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19874         long lines.
19875         (gnus-cache-delete-group): Wrap doc strings.
19876
19877         * gnus-agent.el (gnus-agent-rename-group)
19878         (gnus-agent-delete-group): Wrap doc strings.
19879
19880 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19881
19882         * messagexmas.el (message-use-toolbar): Change the valid values
19883         into default, top, bottom, left, and right.
19884         (message-toolbar-thickness): New variable.
19885         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19886         well.
19887         (message-setup-toolbar): Make it work.
19888
19889         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19890         (gnus-use-toolbar): Change the valid values into default, top,
19891         bottom, left, and right.
19892         (gnus-toolbar-thickness): New variable.
19893         (gnus-xmas-setup-toolbar): New function.
19894         (gnus-xmas-setup-group-toolbar): Use it.
19895         (gnus-xmas-setup-summary-toolbar): Use it.
19896
19897 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19898
19899         * gnus-start.el (gnus-1): Add "native" to
19900         gnus-predefined-server-alist.
19901
19902         * gnus.el (gnus-method-to-server): Don't add "native" to the
19903         lists here, because that leads to problems when
19904         gnus-select-method is bound.
19905
19906 2005-11-09  Simon Josefsson  <jas@extundo.com>
19907
19908         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19909         use (not sort-by-date) instead.
19910
19911 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19912
19913         * gnus-delay.el (gnus-delay-group): Don't autoload.
19914         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19915         to be re-loaded when customizing the `gnus-delay' group.
19916
19917 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19918
19919         * message.el: Revert last changes.
19920         (message-insert-citation-line): Use newlines.
19921
19922 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19923
19924         * message.el (message-courtesy-message)
19925         (message-mark-insert-begin, message-mark-insert-end)
19926         (message-elide-ellipsis, message-cancel-message)
19927         (message-add-header, message-change-subject)
19928         (message-cross-post-followup-to-header)
19929         (message-cross-post-insert-note, message-reduce-to-to-cc)
19930         (message-widen-reply, message-delete-not-region)
19931         (message-kill-to-signature, message-insert-signature)
19932         (message-insert-importance-high, message-insert-importance-low)
19933         (message-insert-or-toggle-importance)
19934         (message-insert-disposition-notification-to)
19935         (message-indent-citation, message-yank-original)
19936         (message-cite-original-without-signature, message-cite-original)
19937         (message-insert-citation-line, message-position-on-field)
19938         (message-fix-before-sending, message-send-mail-partially)
19939         (message-send-mail, message-send-mail-with-sendmail)
19940         (message-send-mail-with-qmail, message-send-news)
19941         (message-check-news-header-syntax, message-generate-headers)
19942         (message-insert-courtesy-copy, message-fill-address)
19943         (message-fill-header, message-shorten-references)
19944         (message-setup-1, message-cancel-news)
19945         (message-forward-make-body-plain, message-forward-make-body-mime)
19946         (message-forward-make-body-mml, message-encode-message-body)
19947         (message-forward-make-body-digest-plain)
19948         (message-forward-make-body-digest-mime)
19949         (message-use-alternative-email-as-from): Insert `hard-newline'
19950         instead of ordinary newlines.
19951
19952 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19953
19954         * message.el (message-generate-headers): Downcase the argument
19955         given to message-check-element.
19956
19957 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19958
19959         * nntp.el (nntp-authinfo-rejected): New error condition.
19960         (nntp-wait-for): Use new error condition to signal authentication
19961         error.
19962         (nntp-retrieve-data): Rethrow new error condition to break out of
19963         recursive call to nntp-send-authinfo.
19964
19965 2005-11-08  Romain Francoise  <romain@orebokech.com>
19966
19967         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19968         (gnus-summary-exit-map): Bind to `Z p'.
19969         (gnus-summary-make-menu-bar): Add menu item.
19970
19971 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19974         (gnus-treat-*): Add `first' in all doc strings.
19975
19976         * gnus-group.el (gnus-group-compact-group): Fix typo.
19977
19978 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * gnus.el (gnus-parameters-case-fold-search): New variable.
19981         (gnus-parameters-get-parameter): Use it.
19982
19983         * gnus-score.el (gnus-home-score-file): Doc fix.
19984
19985 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19986
19987         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19988
19989 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * mm-util.el (mm-special-display-p): New function.
19992
19993         * mml.el (mml-preview): Use it; doc fix.
19994
19995 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19996
19997         * imap.el (imap-open): Handle case where buffer is a buffer object.
19998
19999 2005-10-29  Romain Francoise  <romain@orebokech.com>
20000
20001         * message.el (message-fix-before-sending): Fix comment.
20002
20003 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20004
20005         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20006
20007 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20008
20009         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20010         Used in gnus-score.el.
20011
20012 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20013
20014         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20015
20016 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20017
20018         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20019         whitespace removed in revision 7.8.  Use concatenated string to
20020         protect trailing whitespace.
20021
20022 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20023
20024         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20025         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20026         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20027         Courier IMAP ("some version from 2004").  Mostly based on similar
20028         code in the same function.
20029
20030 2005-10-26  Didier Verna  <didier@xemacs.org>
20031
20032         * gnus-group.el (gnus-group-compact-group): Invalidate original
20033         article buffer.
20034         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20035         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20036         NOV database and in article itself.
20037         Invalidate article backlog.
20038
20039 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20042
20043 2005-10-26  Simon Josefsson  <jas@extundo.com>
20044
20045         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20046         part of 2004-07-25 change.
20047
20048 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * message.el (message-display-completion-list): New function.
20051         (message-expand-group): Use it; make sure the Completions buffer
20052         is modifiable.
20053 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20054
20055         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20056         user-mail-name is an empty string.
20057
20058 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20059
20060         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20061         depending on gnus-score-decay-constant.
20062
20063         * encrypt.el (encrypt-insert-file-contents)
20064         (encrypt-write-file-contents): Don't use `gnus-message'.
20065
20066         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20067         arguments.
20068         (mm-uu-type-alist): Add message-marks and insert-marks.
20069         Pass arguments to mm-uu-verbatim-marks-extract.
20070         (mm-uu-hide-markers): New variable.
20071         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20072
20073         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20074         (gnus-convert-image-to-face-command): Use "convert" by default to
20075         allow other input image formats.
20076         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20077         accordingly.
20078
20079 2005-10-23  Simon Josefsson  <jas@extundo.com>
20080
20081         * imap.el (imap-gssapi-program): Align command line parameters
20082         with latest GNU SASL.
20083         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20084
20085 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20086
20087         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20088         HTML.
20089         (nnslashdot-request-article): Ditto.
20090
20091         * lpath.el (featurep): Add nobreak-char-display.
20092
20093 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20094
20095         * mail-source.el (mail-source-fetch-pop): Require pop3.
20096         (mail-source-check-pop): Ditto.
20097
20098 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20099
20100         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20101         errors.
20102
20103 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20104
20105         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20106         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20107
20108         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20109
20110         * mm-bodies.el (mm-decode-string):
20111         Call `mm-charset-to-coding-system' with allow-override argument.
20112
20113 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20114
20115         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20116         (rfc2047-charset-to-coding-system): New function.
20117         (rfc2047-decode-encoded-words): New function.
20118         (rfc2047-decode-region): Use them.
20119         (rfc2047-decode-cte): Remove.
20120         (rfc2047-parse-and-decode): Remove.
20121         (rfc2047-decode): Remove.
20122
20123 2005-10-15  Kenichi Handa  <handa@m17n.org>
20124
20125         * rfc2047.el (rfc2047-decode-cte): New function.
20126         (rfc2047-decode-region): Change the way to decode successive
20127         encoded-words: decode B- or Q-encoding in each encoded-word,
20128         concatenate them, and decode it as charset.
20129
20130 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * lpath.el: Fbind codepage-setup for XEmacs.
20133
20134 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20135
20136         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20137         widget-move-and-invoke.
20138         (gnus-custom-mode): Use gnus-custom-map.
20139
20140 2005-10-15  Bill Wohler  <wohler@newt.com>
20141
20142         * message.el (message-tool-bar-map): Rename image file from
20143         mail_send to mail/send.
20144
20145 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20146
20147         * message.el (message-expand-group): Pass the common
20148         prefix substring of completion to `display-completion-list'.
20149
20150 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20151
20152         * mml-sec.el (mml-secure-method): New internal variable.
20153         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20154         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20155         New functions using mml-secure-method.
20156
20157         * mml.el (mml-mode-map): Add key bindings for those functions.
20158         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20159         Harder <harder@myrealbox.com>.
20160         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20161         Goto end of message if point is the headers of the message.
20162
20163         * message.el (message-in-body-p): New function.
20164
20165         * assistant.el: Autoload gnus-util and netrc.
20166
20167         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20168         Use `mm-charset-override-alist' only when decoding.
20169
20170         * mm-bodies.el (mm-decode-body):
20171         Call `mm-charset-to-coding-system' with allow-override argument.
20172
20173         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20174         `filename' from Content-Disposition if Content-Type doesn't
20175         provide `name'.
20176         (gnus-mime-view-part-as-type): Set default instead of
20177         initial-input.
20178
20179 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20180
20181         * format-spec.el (format-spec): Propagate text properties of % spec.
20182
20183 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20184
20185         * gnus-art.el (gnus-treat-predicate): Add `first'.
20186
20187 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20188
20189         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20190         (mm-charset-override-alist): New variable.
20191         (mm-charset-to-coding-system): Use it.
20192         (mm-codepage-setup): New helper function.
20193         (mm-charset-eval-alist): New variable.
20194         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20195         Warn about unknown charsets.
20196
20197         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20198
20199 2005-10-04  David Hansen  <david.hansen@gmx.net>
20200
20201         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20202         (nnrss-check-group): Ditto.
20203
20204 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20205
20206         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20207         Rename x-gnus-verbatim to x-verbatim.
20208         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20209
20210         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20211         x-verbatim.
20212
20213         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20214
20215         * gnus-util.el (gnus-remove-duplicates): Remove.
20216
20217         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20218         instead of gnus-remove-duplicates.
20219
20220         * message.el (message-remove-duplicates): Remove.
20221         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20222         message-remove-duplicates.
20223
20224         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20225         available, else use implementation from `delete-dups'.
20226
20227         * message.el (message-insert-expires): New function.
20228         (message-mode-map): Add key binding.
20229         (message-mode-field-menu): Add menu entry.
20230         (message-mode): Document it.
20231         (message-make-expires-date): Use `message-make-date'.
20232
20233 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20234
20235         * message.el (message-make-expires-date): New function.
20236
20237 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * Makefile.in (list-installed-shadows): New entry.
20240         (install): Use it.
20241         (remove-installed-shadows): New entry.
20242
20243         * dgnushack.el (dgnushack-default-load-path): New variable.
20244         (dgnushack-find-lisp-shadows): New function.
20245         (dgnushack-remove-lisp-shadows): New function.
20246
20247 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * Makefile.in (install-el-elc): New entry.
20250         (install): Use it so that .el files are necessarily installed.
20251
20252 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20255
20256 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20257
20258         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20259         function rather than the diff-mode.el package.
20260         (mm-display-external): Use with-current-buffer.
20261         (mm-viewer-completion-map, mm-viewer-completion-map):
20262         Move initialization inside declaration.
20263
20264 2005-09-29  Simon Josefsson  <jas@extundo.com>
20265
20266         * spam.el: Load hashcash when compiling, to avoid warnings.
20267         Don't autoload mail-check-payment.
20268         (spam-check-hashcash): Define unconditionally, since hashcash.el
20269         is part of Gnus now.  Ignore errors from payment checking.
20270
20271 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20272
20273         * message.el (message-bold-region, message-unbold-region):
20274         Rename from `bold-region' and `unbold-region'.
20275
20276         * message.el: Remove useless autoloads.
20277
20278 2005-09-28  Simon Josefsson  <jas@extundo.com>
20279
20280         * message.el (message-use-idna): Default to t.
20281         (message-use-idna): Test whether encoding works too.  Doc fix.
20282
20283 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20284
20285         * nntp.el (nntp-warn-about-losing-connection): Remove.
20286
20287 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20288
20289         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20290         customizable.  Change default value.
20291         (mm-uu-diff-groups-regexp): Change default value.
20292         (mm-uu-type-alist): Add doc string.
20293         (mm-uu-configure): Add doc string.  Make it interactive.
20294         (mm-uu-tex-groups-regexp): New variable.
20295         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20296         (mm-uu-type-alist): Add LaTeX documents.
20297         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20298         of "text/verbatim".
20299         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20300
20301         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20302         instead of "text/verbatim".
20303
20304         * message.el (message-mark-inserted-region)
20305         (message-mark-insert-file): Use slrn style marks when called with
20306         prefix argument.
20307
20308 2005-09-27  Simon Josefsson  <jas@extundo.com>
20309
20310         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20311
20312 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20313
20314         * message.el (message-remove-duplicates): New function.
20315         Implementation borrowed from `gnus-remove-duplicates'.
20316         (message-idna-to-ascii-rhs): Also encode idna addresses in
20317         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20318         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20319         only ask about the same idna domain once per header and also tell
20320         in what header to replace the idna domain.
20321
20322         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20323         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20324         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20325         a header is decoded and not just the last one.
20326
20327 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20328
20329         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20330         has been decoded.
20331
20332         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20333         (mm-insert-part): Don't modify text if it has been decoded.
20334
20335         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20336         decoded.
20337
20338         * mm-view.el (mm-inline-text): Don't strip text props unless
20339         decoding enriched or richtext parts.
20340
20341 2005-09-25  Romain Francoise  <romain@orebokech.com>
20342
20343         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20344         * gnus-start.el (gnus-subscribe-interactively):
20345         * gnus-uu.el (gnus-uu-grab-articles):
20346         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20347         space.
20348
20349 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20350
20351         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20352         * mm-view.el (mm-view-pkcs7-decrypt):
20353         * gnus-sum.el (gnus-summary-limit-to-extra)
20354         (gnus-summary-respool-article, gnus-read-move-group-name):
20355         * gnus-score.el (gnus-summary-increase-score):
20356         * gnus-util.el (gnus-completing-read-with-default):
20357         * gnus-art.el (gnus-read-save-file-name)
20358         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20359         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20360         * message.el (message-check-news-header-syntax):
20361         Follow convention for reading with the minibuffer.
20362
20363 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20364
20365         * spam-report.el (spam-report-url-ping-plain):
20366         Use gnus-extended-version as User-Agent.
20367
20368         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20369         default value is nil.
20370
20371         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20372         (mm-uu-verbatim-marks-extract): New function.
20373         (mm-uu-extract): New face.
20374         (mm-uu-copy-to-buffer): Use it.
20375
20376         * spam-report.el (spam-report-gmane-ham): Rename from
20377         `spam-report-gmane-unspam'.
20378         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20379         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20380
20381         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20382         Autoload.
20383         (spam-report-gmane-unregister-routine):
20384         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20385
20386 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20387
20388         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20389         (spam-report-gmane-unregister-routine): Add support for gmane
20390         unregistration.
20391
20392         * spam-report.el (spam-report-gmane-unspam)
20393         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20394         (spam-report-gmane): Change to take a single article and do unspam
20395         registration.
20396
20397 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20398
20399         * mm-url.el (mm-url-decode-entities): Fix regexp.
20400
20401 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20402
20403         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20404         default to nil, to be able to use Gnus at all.  If the default
20405         switches to something else, then the function should be fixed not
20406         be exceedingly slow.
20407
20408 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20409
20410         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20411         fail hard.
20412
20413         * spam-report.el: Add better Keywords line.
20414
20415         * spam.el: Add Maintainer and better Keywords line.
20416
20417 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20418
20419         * gnus-art.el (gnus-article-replace-part)
20420         (gnus-mime-replace-part): New functions.
20421         (gnus-mime-action-alist, gnus-mime-button-commands)
20422         (gnus-mime-save-part-and-strip): Add file argument.
20423         (gnus-article-part-wrapper): Add interactive argument.
20424
20425         * gnus-sum.el (gnus-summary-mime-map):
20426         Add `gnus-article-replace-part'.
20427
20428 2005-09-19  Didier Verna  <didier@xemacs.org>
20429
20430         The nnml compaction feature:
20431         * nnml.el (nnml-request-compact-group): New function.
20432         * nnml.el (nnml-request-compact): New function.
20433         * gnus-int.el (gnus-request-compact-group): New function.
20434         * gnus-int.el (gnus-request-compact): New function.
20435         * gnus-group.el (gnus-group-compact-group): New function.
20436         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20437         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20438         * gnus-srvr.el (gnus-server-compact-server): New function.
20439         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20440         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20441
20442 2005-09-18  Deepak Goel  <deego@gnufans.org>
20443
20444         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20445         format spec.
20446
20447 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20450
20451 2005-09-15  Romain Francoise  <romain@orebokech.com>
20452
20453         * message.el (message-fill-paragraph): Clarify docstring.
20454
20455 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20456
20457         * gnus-art.el (gnus-mime-display-part): Protect against broken
20458         MIME messages.
20459
20460 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20463         before parsing header.
20464
20465 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20466
20467         * html2text.el (html2text-replace-list): Add new entities.
20468
20469 2005-09-11  Romain Francoise  <romain@orebokech.com>
20470
20471         * message.el (message-alternative-emails): Improve docstring.
20472         (message-setup-1): Call `message-use-alternative-email-as-from'
20473         after `message-setup-hook' to give it precedence over posting
20474         styles, etc.
20475         (message-use-alternative-email-as-from): Add docstring.
20476         Remove the original From header if present.
20477
20478         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20479         (nnml-save-mail): Use it.
20480
20481         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20482         articles.  Add new argument `silent'.
20483         (gnus-uu-mark-all): Report the total number of marked articles.
20484
20485 2005-09-10  Romain Francoise  <romain@orebokech.com>
20486
20487         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20488         (gnus-uu-mark-series): Likewise.
20489
20490 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20491
20492         * spam-report.el (spam-report-gmane): Fix generation of spam
20493         report URL.
20494
20495 2005-09-10  Simon Josefsson  <jas@extundo.com>
20496
20497         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20498         t, based on discussion on the ding list with Robert Epprecht
20499         <epprecht@solnet.ch>.
20500
20501 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20502
20503         * spam-report.el (spam-report-gmane): Make it work without
20504         X-Report-Spam header.  Gmane now only provides Archived-At.
20505         This is only used if `spam-report-gmane-use-article-number' is nil.
20506         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20507
20508         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20509         make `gnus-summary-sort-by-recipient' work with threading.
20510
20511         * nnweb.el (nnweb-google-wash-article): Print a message if article
20512         is not available.
20513
20514 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20515
20516         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20517         change.  Decode text/* parts content before displaying.
20518
20519 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20520
20521         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20522
20523 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20526
20527         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20528         url-package-name, url-package-version,
20529         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20530         w3m-display-inline-images, and w3m-minor-mode-map.
20531
20532 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20533
20534         * message.el (message-tab-body-function): Fix mismatched custom type.
20535
20536         * gnus.el (gnus-group-change-level-function): Ditto.
20537
20538         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20539
20540         * gnus-art.el (gnus-signature-limit)
20541         (gnus-article-mime-part-function): Ditto.
20542
20543 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * mml.el (mml-mode): Silence the byte compiler.
20546
20547         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20548         using `(sit-for 0)' before moving the point to the specified part;
20549         skip unbuttonized parts.
20550         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20551         return to the summary window if gnus-auto-select-part is non-nil.
20552
20553 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20554
20555         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20556         New variables.
20557         (mml-dnd-attach-file, mml-mode): Use them.
20558
20559         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20560         Make fetching article by MID work again for Google Groups.
20561         Add FIXME concerning gnus-group-make-web-group.
20562
20563         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20564         Don't depend on Gnus by using mail-extract-address-components if
20565         gnus-extract-address-components is not bound.
20566
20567 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20568
20569         * gnus-art.el (gnus-mime-display-security): Don't display the
20570         signature, but only the signed part.
20571
20572 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20575
20576         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20577         list, not listp.
20578
20579 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20580
20581         * mm-encode.el (mm-encode-content-transfer-encoding):
20582         Likewise when encoding.
20583
20584         * mm-bodies.el (mm-decode-content-transfer-encoding):
20585         De-canonicalize CRLF for all text content types, not just
20586         text/plain.
20587
20588 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20589
20590         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20591         valid article; point arrow and cursor at the MIME button.
20592
20593 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20596         Suggested by Dan Christensen <jdc@uwo.ca>.
20597
20598         * mm-decode.el (mm-save-part): Enable change of prompt.
20599
20600 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20601
20602         * gnus-msg.el (gnus-inews-add-send-actions):
20603         Make `message-post-method' lambda parameter ARG `&optional'.
20604
20605 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20606
20607         * gnus-sum.el (gnus-summary-mime-map):
20608         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20609         gnus-article-jump-to-part.
20610
20611         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20612         (gnus-article-edit-part): Use it.
20613         (gnus-article-part-wrapper): Add no-handle argument.
20614         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20615         New functions.
20616
20617 2005-08-29  Romain Francoise  <romain@orebokech.com>
20618
20619         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20620         docstring.
20621         (gnus-face-from-file): Likewise.
20622
20623 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20624
20625         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20626         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20627         non-nil.
20628         (gnus-auto-select-part): New variable.
20629         (gnus-article-jump-to-part): New function.
20630         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20631         (gnus-mime-delete-part): Allow selecting specified part after
20632         deleting or stripping parts.
20633         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20634         part if argument is bogus.
20635
20636 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20637
20638         * gnus-art.el (w3m-minor-mode-map):
20639         * gnus-spec.el (gnus-newsrc-file-version):
20640         * gnus-util.el (nnmail-active-file-coding-system)
20641         (gnus-original-article-buffer, gnus-user-agent):
20642         * gnus.el (gnus-ham-process-destinations)
20643         (gnus-parameter-ham-marks-alist)
20644         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20645         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20646         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20647         * mm-decode.el (gnus-current-window-configuration):
20648         * mm-extern.el (gnus-article-mime-handles):
20649         * mm-url.el (url-current-object, url-package-name)
20650         (url-package-version):
20651         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20652         (smime-keys, w3m-cid-retrieve-function-alist)
20653         (w3m-current-buffer, w3m-display-inline-images)
20654         (w3m-minor-mode-map):
20655         * mml-smime.el (gnus-extract-address-components):
20656         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20657         (gnus-newsrc-hashtb, message-default-charset)
20658         (message-deletable-headers, message-options)
20659         (message-posting-charset, message-required-mail-headers)
20660         (message-required-news-headers):
20661         * mml1991.el (mc-pgp-always-sign):
20662         * mml2015.el (mc-pgp-always-sign):
20663         * nnheader.el (nnmail-extra-headers):
20664         * rfc1843.el (gnus-decode-encoded-word-function)
20665         (gnus-decode-header-function, gnus-newsgroup-name):
20666         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20667
20668 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20669
20670         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20671         the end of the date treatments.
20672
20673 2005-08-15  Simon Josefsson  <jas@extundo.com>
20674
20675         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20676         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20677         Capello and Romain Francoise.
20678         (pgg-fetch-key-function): Remove, not used?
20679         (pgg-insert-url-with-w3): Require url, to get
20680         url-insert-file-contents regardless of where it is defined.
20681
20682 2005-08-13  Romain Francoise  <romain@orebokech.com>
20683
20684         * message.el (message-cite-original-1): New function.
20685         (message-cite-original): Use it.
20686         (message-cite-original-without-signature): Ditto.
20687
20688 2005-08-08  Romain Francoise  <romain@orebokech.com>
20689
20690         * message.el (message-yank-empty-prefix): New variable.
20691         (message-indent-citation): Use it.
20692         (message-cite-original-without-signature): Respect X-No-Archive.
20693
20694 2005-08-08  Simon Josefsson  <jas@extundo.com>
20695
20696         * pgg.el: Autoload url-insert-file-contents instead of loading
20697         w3/url.
20698         (pgg-insert-url-with-w3): Don't load url here.
20699
20700 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20701
20702         * message.el (message-kill-to-signature): Don't insert newline at
20703         bol.
20704         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20705
20706 2005-08-06  Romain Francoise  <romain@orebokech.com>
20707
20708         * message.el (message-user-fqdn): Fix typo in docstring.
20709
20710 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20711
20712         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20713
20714         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20715
20716 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20717
20718         * mm-bodies.el (mm-encode-body): Use coding system rather than
20719         charset to encode text.
20720
20721         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20722         number of charsets if utf-8 is available (XEmacs).
20723
20724 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20725
20726         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20727         taken from `gnus-button-mid-or-mail-regexp'.
20728         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20729         (gnus-button-alist): Improve regexp for domain part of the MIDs
20730         for news:localpart@domain buttons.
20731         (gnus-button-ctan-directory-regexp): Update.
20732
20733 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20734
20735         * sieve-manage.el (sieve-manage-interactive-login):
20736         Use make-local-variable rather than make-variable-buffer-local.
20737         (sieve-manage-open): Ditto.
20738         (sieve-manage-authenticate): Ditto.
20739
20740         * mml.el (mml-generate-mime-1): Make the content type default to
20741         text/plain if the filename is not specified.
20742
20743 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20746         instead of insert-buffer.
20747
20748         * message.el (message-yank-original): Ditto; set the mark at the
20749         end of the yanked message.
20750
20751 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20754         lines to scroll rather than to stop it.
20755
20756         * mml.el (mml-generate-default-type): Add doc string.
20757         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20758         default to application/octet-stream when determining the content
20759         type if it is not specified for the part or the mml contents; add
20760         a comment about mml-generate-default-type.
20761
20762 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20763
20764         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20765         make it default to application/octet-stream when determining the
20766         content type if it is not specified for the external contents.
20767
20768 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20771         segmented parameter but also other parameters might be there.
20772
20773 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20774
20775         * mm-decode.el (mm-display-external): Delete temp file, directory
20776         and buffer immediately if the external process is exited.
20777
20778 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20781         fewer lines than that of scroll-margin.
20782         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20783
20784 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20785
20786         * gnus-art.el (gnus-article-next-page): Revert.
20787         (gnus-article-beginning-of-window): New macro.
20788         (gnus-article-next-page-1): Use it.
20789         (gnus-article-prev-page): Ditto.
20790         (gnus-article-edit-part): Use insert-buffer-substring instead of
20791         insert-buffer.
20792         (gnus-article-edit-exit): Ditto.
20793
20794         * gnus-util.el (gnus-beginning-of-window): Remove.
20795         (gnus-end-of-window): Remove.
20796
20797         * lpath.el: Don't bind header-line-format and scroll-margin.
20798
20799 2005-07-25  Simon Josefsson  <jas@extundo.com>
20800
20801         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20802         to have the url package without w3.  Reported by Daiki Ueno
20803         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20804
20805 2005-07-20  Didier Verna  <didier@xemacs.org>
20806
20807         * gnus-diary.el: Remove the description comment (nndiary is now
20808         properly documented in the Gnus manual).
20809         Fix the spelling of "Back End".
20810         * nndiary.el: Ditto.
20811         Fix the copyright notice.
20812
20813 2005-07-18  Romain Francoise  <romain@orebokech.com>
20814
20815         * gnus-sum.el (gnus-summary-to-prefix)
20816         (gnus-summary-newsgroup-prefix): New variables.
20817         (gnus-summary-from-or-to-or-newsgroups): Use them.
20818
20819 2005-07-17  Romain Francoise  <romain@orebokech.com>
20820
20821         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20822         space as it's generally not especially interesting to the user.
20823
20824 2005-07-16  Romain Francoise  <romain@orebokech.com>
20825
20826         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20827         nil to avoid prompting and file modification if one of the
20828         messages at the top of the nnfolder file contains a copyright
20829         notice.
20830         Update copyright notice.
20831
20832         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20833         instead of `current-time-string' as the latter creates a time
20834         string that is not RFC 2822 compliant (it lacks the zone).
20835         Update copyright notice.
20836
20837 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20838
20839         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20840         for text/rtf.  Display default in prompt.  Pass default for M-n.
20841
20842         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20843
20844 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20845
20846         * gnus-msg.el (gnus-button-mailto):
20847         Remove save-selected-window-window hackery because it relies on
20848         save-selected-window internals.
20849
20850 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20851
20852         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20853         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20854         (gnus-article-prev-page): Ditto.
20855
20856         * gnus-util.el (gnus-beginning-of-window): New function.
20857         (gnus-end-of-window): New function.
20858
20859         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20860
20861 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20862
20863         * gnus-score.el (gnus-score-edit-all-score):
20864         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20865         gnus-message.
20866
20867 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20868
20869         * gnus-msg.el (gnus-button-mailto):
20870         Remove save-selected-window-window hackery because it relies on
20871         save-selected-window internals.
20872
20873 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20876         add-minor-mode.
20877         (gnus-binary-mode): Ditto.
20878
20879         * gnus-topic.el (gnus-topic-mode): Ditto.
20880
20881 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20882
20883         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20884         (gnus-article-prev-page): Take scroll-margin into consideration.
20885
20886 2005-07-04  Lute Kamstra  <lute@gnu.org>
20887
20888         Update FSF's address in GPL notices.
20889
20890 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20891
20892         * gnus.el (gnus-exit):
20893         * gnus-group.el (gnus-group-icons):
20894         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20895
20896         * gnus-nocem.el (gnus-nocem):
20897         * message.el (message-various, message-buffers, message-sending)
20898         (message-interface, message-forwarding, message-insertion)
20899         (message-headers, message-news, message-mail):
20900         * pgg-gpg.el (pgg-gpg):
20901         * pgg-parse.el (pgg-parse):
20902         * pgg-pgp.el (pgg-pgp):
20903         * pgg-pgp5.el (pgg-pgp5):
20904         * pop3.el (pop3): Finish `defgroup' description with period.
20905
20906 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20907
20908         * gnus-art.el (article-display-face): Improve the efficiency.
20909         (article-display-x-face): Ditto; remove gray x-face stuff.
20910
20911 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20912
20913         * gnus-art.el (article-display-face): Correct the position in
20914         which Faces are inserted.
20915
20916 2005-06-29  Didier Verna  <didier@xemacs.org>
20917
20918         * gnus-art.el (article-display-face): Display faces in correct
20919         order.
20920
20921 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20924         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20925         (gnus-nocem-check-article): Fetch the Type header.
20926         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20927         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20928         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20929         make sure gnus-nocem-hashtb is initialized.
20930         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20931         (gnus-nocem-unwanted-article-p): Ditto.
20932
20933         * pgg.el (pgg-verify): Return the verification result.
20934
20935 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20936
20937         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20938         is ascii.
20939
20940 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20941
20942         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20943         `show-nonbreak-escape'.
20944
20945 2005-06-23  Lute Kamstra  <lute@gnu.org>
20946
20947         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20948
20949         * dig.el (dig-mode):
20950         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20951
20952 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20953
20954         * nnimap.el (nnimap-split-download-body): Fix spellings.
20955
20956 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20957
20958         * gnus-art.el (gnus-article-encrypt-body):
20959         * gnus-cus.el (gnus-score-customize):
20960         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20961         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20962
20963 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20964
20965         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20966         header by looking for magic "MII" at the beginning.
20967
20968 2005-06-16  Miles Bader  <miles@gnu.org>
20969
20970         * gnus-xmas.el (gnus-xmas-group-startup-message):
20971         Use renamed gnus-splash face.
20972
20973         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20974         (assistant-field-face): New backward-compatibility alias for renamed
20975         face.
20976         (assistant-render-text): Use renamed assistant-field face.
20977
20978         * spam.el (spam): Remove "-face" suffix from face name.
20979         (spam-face): New backward-compatibility alias for renamed face.
20980         (spam-face, spam-initialize): Use renamed spam face.
20981
20982         * message.el (message-header-to, message-header-cc)
20983         (message-header-subject, message-header-newsgroups)
20984         (message-header-other, message-header-name)
20985         (message-header-xheader, message-separator, message-cited-text)
20986         (message-mml): Remove "-face" suffix from face names.
20987         (message-header-to-face, message-header-cc-face)
20988         (message-header-subject-face, message-header-newsgroups-face)
20989         (message-header-other-face, message-header-name-face)
20990         (message-header-xheader-face, message-separator-face)
20991         (message-cited-text-face, message-mml-face):
20992         New backward-compatibility aliases for renamed faces.
20993         (message-font-lock-keywords): Use renamed message faces.
20994
20995         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20996         (sieve-test-commands, sieve-tagged-arguments):
20997         Remove "-face" suffix from face names.
20998         (sieve-control-commands-face, sieve-action-commands-face)
20999         (sieve-test-commands-face, sieve-tagged-arguments-face):
21000         New backward-compatibility aliases for renamed faces.
21001         (sieve-control-commands-face, sieve-action-commands-face)
21002         (sieve-test-commands-face, sieve-tagged-arguments-face):
21003         Use renamed sieve faces.
21004
21005         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21006         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21007         (gnus-group-news-3-empty, gnus-group-news-4)
21008         (gnus-group-news-4-empty, gnus-group-news-5)
21009         (gnus-group-news-5-empty, gnus-group-news-6)
21010         (gnus-group-news-6-empty, gnus-group-news-low)
21011         (gnus-group-news-low-empty, gnus-group-mail-1)
21012         (gnus-group-mail-1-empty, gnus-group-mail-2)
21013         (gnus-group-mail-2-empty, gnus-group-mail-3)
21014         (gnus-group-mail-3-empty, gnus-group-mail-low)
21015         (gnus-group-mail-low-empty, gnus-summary-selected)
21016         (gnus-summary-cancelled, gnus-summary-high-ticked)
21017         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21018         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21019         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21020         (gnus-summary-low-undownloaded)
21021         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21022         (gnus-summary-low-unread, gnus-summary-normal-unread)
21023         (gnus-summary-high-read, gnus-summary-low-read)
21024         (gnus-summary-normal-read, gnus-splash):
21025         Remove "-face" suffix from face names.
21026         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21027         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21028         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21029         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21030         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21031         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21032         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21033         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21034         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21035         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21036         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21037         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21038         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21039         (gnus-summary-normal-ticked-face)
21040         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21041         (gnus-summary-normal-ancient-face)
21042         (gnus-summary-high-undownloaded-face)
21043         (gnus-summary-low-undownloaded-face)
21044         (gnus-summary-normal-undownloaded-face)
21045         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21046         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21047         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21048         (gnus-splash-face):
21049         New backward-compatibility aliases for renamed faces.
21050         (gnus-group-startup-message): Use renamed gnus faces.
21051
21052         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21053         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21054         (gnus-server-agent): Remove "-face" suffix from face names.
21055         (gnus-server-agent-face, gnus-server-opened-face)
21056         (gnus-server-closed-face, gnus-server-denied-face)
21057         (gnus-server-offline-face):
21058         New backward-compatibility aliases for renamed faces.
21059         (gnus-server-agent-face, gnus-server-opened-face)
21060         (gnus-server-closed-face, gnus-server-denied-face)
21061         (gnus-server-offline-face): Use renamed gnus faces.
21062
21063         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21064         Remove "-face" suffix from face names.
21065         (gnus-picon-xbm-face, gnus-picon-face):
21066         New backward-compatibility aliases for renamed faces.
21067
21068         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21069         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21070         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21071         (gnus-cite-11): Remove "-face" suffix from face names.
21072         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21073         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21074         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21075         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21076         New backward-compatibility aliases for renamed faces.
21077         (gnus-cite-attribution-face, gnus-cite-face-list)
21078         (gnus-article-boring-faces): Use renamed gnus faces.
21079
21080         * gnus-art.el (gnus-signature, gnus-header-from)
21081         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21082         (gnus-header-content): Remove "-face" suffix from face names.
21083         (gnus-signature-face, gnus-header-from-face)
21084         (gnus-header-subject-face, gnus-header-newsgroups-face)
21085         (gnus-header-name-face, gnus-header-content-face):
21086         New backward-compatibility aliases for renamed faces.
21087         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21088
21089         * gnus-sum.el (gnus-summary-selected-face)
21090         (gnus-summary-highlight): Use renamed gnus faces.
21091         * gnus-group.el (gnus-group-highlight): Likewise.
21092
21093 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21094
21095         * gnus-sieve.el (gnus-sieve-article-add-rule):
21096         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21097         * spam-stat.el (spam-stat-buffer-change-to-spam)
21098         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21099
21100         * message.el (message-is-yours-p):
21101         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21102
21103 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * mm-view.el (mm-inline-text): Withdraw the last change.
21106
21107 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21108
21109         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21110         executing enriched-decode.
21111
21112 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21113
21114         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21115         charset of tar files.
21116
21117 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21118
21119         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21120
21121 2005-06-04  Lute Kamstra  <lute@gnu.org>
21122
21123         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21124         information is never recorded.
21125
21126 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21127
21128         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21129
21130 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * pop3.el (pop3-apop): Run md5 in the binary mode.
21133
21134         * starttls.el (starttls-set-process-query-on-exit-flag):
21135         Use eval-and-compile.
21136
21137 2005-05-31  Simon Josefsson  <jas@extundo.com>
21138
21139         * smime.el (smime-replace-in-string): Define.
21140         (smime-cert-by-ldap-1): Use it.
21141
21142 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21143
21144         * gnus-art.el (article-display-x-face): Replace
21145         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21146
21147         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21148         set-process-query-on-exit-flag or process-kill-without-query.
21149
21150         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21151         loop instead of replace-regexp.
21152
21153         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21154         instead of process-kill-without-query if it is available.
21155
21156         * lpath.el: Fbind ldap-search-entries.
21157
21158         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21159         instead of find-file-hooks if it is available.
21160
21161         * mml1991.el: Bind pgg-default-user-id when compiling.
21162
21163         * mml2015.el: Bind pgg-default-user-id when compiling.
21164
21165         * nndraft.el (nndraft-request-associate-buffer):
21166         Use write-contents-functions instead of write-contents-hooks if it is
21167         available.
21168
21169         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21170         instead of find-file-hooks if it is available.
21171
21172         * nntp.el (nntp-open-connection): Replace
21173         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21174         (nntp-open-ssl-stream): Ditto.
21175         (nntp-open-tls-stream): Ditto.
21176
21177         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21178         set-process-query-on-exit-flag or process-kill-without-query.
21179         (starttls-open-stream-gnutls): Use it instead of
21180         process-kill-without-query.
21181         (starttls-open-stream): Ditto.
21182
21183 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21184
21185         * smime.el (smime-cert-by-ldap-1): Don't use
21186         replace-regexp-in-string.
21187
21188 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21189
21190         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21191
21192         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21193         in PEM format.  Adjust to the XEmacs compatibility.
21194
21195 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21196
21197         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21198         by `string-to-number'.
21199         * gnus-agent.el (gnus-agent-regenerate-group)
21200         (gnus-agent-fetch-articles): Ditto.
21201         * gnus-art.el (gnus-button-fetch-group): Ditto.
21202         * gnus-cache.el (gnus-cache-generate-active)
21203         (gnus-cache-articles-in-group): Ditto.
21204         * gnus-group.el (gnus-group-set-current-level)
21205         (gnus-group-insert-group-line): Ditto.
21206         * gnus-score.el (gnus-score-set-expunge-below)
21207         (gnus-score-set-mark-below, gnus-summary-score-effect)
21208         (gnus-summary-score-entry): Ditto.
21209         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21210         (gnus-soup-pack): Ditto.
21211         * gnus-spec.el (gnus-xmas-format): Ditto.
21212         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21213         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21214         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21215         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21216         * nndb.el (nndb-get-remote-expire-response): Ditto.
21217         * nndiary.el (nndiary-parse-schedule-value)
21218         (nndiary-string-to-number, nndiary-request-replace-article)
21219         (nndiary-request-article): Ditto.
21220         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21221         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21222         * nneething.el (nneething-make-head): Ditto.
21223         * nnfolder.el (nnfolder-request-article)
21224         (nnfolder-retrieve-headers): Ditto.
21225         * nnheader.el (nnheader-file-to-number): Ditto.
21226         * nnkiboze.el (nnkiboze-request-article): Ditto.
21227         * nnmail.el (nnmail-process-unix-mail-format)
21228         (nnmail-process-babyl-mail-format): Ditto.
21229         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21230         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21231         (nnmh-request-create-group, nnmh-request-list-1)
21232         (nnmh-request-group, nnmh-request-article): Ditto.
21233         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21234         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21235         * nnsoup.el (nnsoup-make-active): Ditto.
21236         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21237         * nntp.el (nntp-find-group-and-number)
21238         (nntp-retrieve-headers-with-xover): Ditto.
21239         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21240         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21241         (pgg-format-key-identifier): Ditto.
21242         * pop3.el (pop3-last, pop3-stat): Ditto.
21243         * qp.el (quoted-printable-decode-region): Ditto.
21244
21245         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21246         of concat.
21247
21248 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21249
21250         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21251
21252         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21253
21254         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21255
21256         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21257
21258         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21259
21260         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21261
21262         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21263         (gnus-carpal-mode): Ditto.
21264
21265         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21266         (gnus-browse-mode): Ditto.
21267
21268         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21269
21270         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21271
21272 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21273
21274         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21275
21276 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21277
21278         * gnus-util.el (gnus-run-mode-hooks): New function.
21279
21280         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21281
21282         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21283         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21284
21285 2005-05-27  Lute Kamstra  <lute@gnu.org>
21286
21287         * dns-mode.el (dns-mode): Specify customization group.
21288
21289 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21290
21291         * gnus-agent.el (gnus-agent-make-mode-line-string):
21292         Use mode-line-highlight as mouse-face.
21293
21294 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21295
21296         * canlock.el (canlock): Change the parent group to news.
21297
21298         * deuglify.el (gnus-outlook-deuglify): Add :group.
21299
21300         * dig.el (dig): Add :group.
21301
21302         * dns-mode.el (dns-mode): Add :group.
21303
21304         * encrypt.el (encrypt): Add :group.
21305
21306         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21307         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21308         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21309         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21310         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21311
21312         * gnus-diary.el (gnus-diary): Add :group.
21313
21314         * gnus.el (gnus-group-news-1-face): Add :group.
21315         (gnus-group-news-1-empty-face): Ditto.
21316         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21317         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21318         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21319         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21320         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21321         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21322         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21323         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21324         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21325         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21326         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21327         (gnus-summary-high-ticked-face): Ditto.
21328         (gnus-summary-low-ticked-face): Ditto.
21329         (gnus-summary-normal-ticked-face): Ditto.
21330         (gnus-summary-high-ancient-face): Ditto.
21331         (gnus-summary-low-ancient-face): Ditto.
21332         (gnus-summary-normal-ancient-face): Ditto.
21333         (gnus-summary-high-undownloaded-face): Ditto.
21334         (gnus-summary-low-undownloaded-face): Ditto.
21335         (gnus-summary-normal-undownloaded-face): Ditto.
21336         (gnus-summary-high-unread-face): Ditto.
21337         (gnus-summary-low-unread-face): Ditto.
21338         (gnus-summary-normal-unread-face): Ditto.
21339         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21340         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21341
21342         * hashcash.el (hashcash): New custom group.
21343         (hashcash-default-payment): Add :group.
21344         (hashcash-payment-alist): Ditto.
21345         (hashcash-default-accept-payment): Ditto.
21346         (hashcash-accept-resources): Ditto.
21347         (hashcash-path): Ditto.
21348         (hashcash-extra-generate-parameters): Ditto.
21349         (hashcash-double-spend-database): Ditto.
21350         (hashcash-in-news): Ditto.
21351
21352         * message.el (message-minibuffer-local-map): Add :group.
21353
21354         * netrc.el (netrc): Add :group.
21355
21356         * sieve-manage.el (sieve-manage-log): Add :group.
21357         (sieve-manage-default-user): Diito.
21358         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21359         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21360         (sieve-manage-authenticators): Ditto.
21361         (sieve-manage-authenticator-alist): Ditto.
21362         (sieve-manage-default-port): Ditto.
21363
21364         * sieve-mode.el (sieve-control-commands-face): Add :group.
21365         (sieve-action-commands-face): Ditto.
21366         (sieve-test-commands-face): Ditto.
21367         (sieve-tagged-arguments-face): Ditto.
21368
21369         * smime.el (smime): Add :group.
21370
21371         * spam-report.el (spam-report): Add :group.
21372
21373         * spam.el (spam, spam-face): Add :group.
21374
21375 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21376
21377         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21378         return \n.\n.\n at the end of articles.  Protect against that.
21379         (nntp-with-open-group): Allow debugging.
21380
21381         * nnheader.el (mail-header-set-extra): Make into a function
21382         because I just could't understand how to quote the list properly.
21383
21384         * dns.el (query-dns-cached): New function.
21385
21386 2005-05-26  Lute Kamstra  <lute@gnu.org>
21387
21388         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21389
21390 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21391
21392         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21393
21394         * gnus-art.el: Don't autoload mail-extract-address-components.
21395
21396         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21397         eval-and-compile to evaluate it.
21398
21399         * hashcash.el: Don't autoload executable-find.
21400
21401         * nndb.el: Don't declare the nndb back end two or more times; don't
21402         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21403
21404         * nntp.el: Autoload format-spec instead of format; use
21405         eval-and-compile to evaluate autoload forms.
21406
21407 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21408
21409         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21410
21411 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21412
21413         * gnus.el (gnus-version-number): Bump version.
21414
21415 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21416
21417         * gnus.el: No Gnus v0.3 is released.
21418
21419 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21420
21421         * lpath.el (featurep): Bind show-nonbreak-escape.
21422
21423 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * gnus-art.el (gnus-article-edit-part): Disable undo.
21426
21427 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21428
21429         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21430         gnus-article-date-lapsed-new-header is t if date timer is active;
21431         skip headers in which the original date value is empty.
21432         (gnus-article-save-original-date): Redefine it as a macro.
21433         (gnus-display-mime): Use it.
21434
21435 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * gnus-art.el (article-date-ut): Support converting date in
21438         forwarded parts as well.
21439         (gnus-article-save-original-date): New function.
21440         (gnus-display-mime): Use it.
21441
21442 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21443
21444         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21445         enclosure element of <item>.
21446
21447 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21448
21449         * message.el (message-kill-buffer-query): Rename from
21450         `message-kill-buffer-query-if-modified'.  Add :version.
21451
21452 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21453
21454         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21455         window layout.
21456
21457 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21458
21459         * mml.el: Autoload dnd when compiling.
21460
21461 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21462
21463         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21464         x-dnd-*.
21465
21466 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21467
21468         * qp.el (quoted-printable-encode-region): Save excursion.
21469
21470 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21471
21472         * message.el (message-kill-buffer-query-if-modified): Add new variable
21473         so the user can kill a modified message buffer quickly.
21474         (message-kill-buffer): Use it.
21475
21476 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * lpath.el: Fbind display-time-event-handler; don't fbind
21479         string-to-multibyte.
21480
21481         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21482
21483 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21484
21485         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21486         contained in text because xml.el decodes entities) with LFs.
21487
21488 2005-04-11  Lute Kamstra  <lute@gnu.org>
21489
21490         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21491         differently.
21492
21493 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21494
21495         * mm-util.el (mm-detect-coding-region): Typo.
21496
21497 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21498
21499         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21500
21501 2005-04-06  Deepak Goel  <deego@gnufans.org>
21502
21503         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21504         user-function allow user modifications of the scores.
21505         (spam-stat-score-buffer-user): New function, to allow
21506         user-computed modifications to the score.
21507         (spam-stat-score-buffer-user-functions): List of additional
21508         scoring functions.
21509         (spam-stat-error-holder): Global temporary error holder.
21510         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21511         variable.
21512
21513 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21514
21515         * gnus-registry.el (gnus-registry-clean-empty-function)
21516         (gnus-registry-trim, gnus-registry-fetch-groups)
21517         (gnus-registry-delete-group): Groups that match
21518         `gnus-registry-ignored-groups' are removed from the registry
21519         entries, not just ignored for splitting.  This helps clean up the
21520         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21521         to get all the groups a message ID is in.
21522
21523         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21524         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21525         (spam-stat-score-buffer-user-functions): Add :number custom type.
21526
21527 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21530         argument in XEmacs.
21531
21532         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21533         (nnrss-request-group): Decode group name first.
21534         (nnrss-request-article): Make a text/plain article if mml-to-mime
21535         failed.
21536         (nnrss-get-encoding): Return a compatible encoding according to
21537         nnrss-compatible-encoding-alist.
21538         (nnrss-find-el): Use consp instead of listp.
21539         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21540
21541 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21542
21543         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21544         which Emacs 20 doesn't support.
21545         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21546
21547 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21548
21549         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21550         silence the byte compiler inside the defun.
21551
21552         * gnus-demon.el (parse-time-string): Add autoload.
21553
21554         * gnus-delay.el (parse-time-string): Add autoload.
21555
21556         * gnus-art.el (parse-time-string): Add autoload.
21557
21558         * nnultimate.el (parse-time): Require for `parse-time-string'.
21559
21560 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21561
21562         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21563
21564         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21565
21566         * smime.el (smime-ldap-host-list): Add :version.
21567
21568 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21569
21570         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21571         pass it to `gnus-browse-read-group'.
21572         (gnus-browse-read-group): Add NUMBER argument and pass it to
21573         `gnus-group-read-ephemeral-group'.
21574
21575         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21576         argument and pass it to `gnus-group-read-group'.
21577
21578 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21579
21580         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21581         mm-xemacs-find-mime-charset-1 if we have the mule feature
21582         available at runtime.
21583
21584 2005-03-25  Werner Lemberg  <wl@gnu.org>
21585
21586         * nnmaildir.el: Replace `illegal' with `invalid'.
21587
21588 2005-03-23  Lute Kamstra  <lute@gnu.org>
21589
21590         * time-date.el: Add comment on time value formats.
21591         Don't require parse-time.
21592         (with-decoded-time-value): New macro.
21593         (encode-time-value): New function.
21594         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21595         (days-to-time): Return a valid time value when arg is huge.
21596         (time-since): Use time-subtract.
21597         (time-to-number-of-days): Use time-to-seconds.
21598
21599 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21600
21601         * gnus-start.el (gnus-display-time-event-handler):
21602         Check display-time-timer at runtime rather than only at load time
21603         in case display-time-mode is turned off in the mean time.
21604
21605 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21606
21607         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21608         used.
21609
21610         * nneething.el (nneething-map-file-directory): Derive from
21611         `gnus-directory'.
21612
21613         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21614         the To/Cc button.
21615
21616 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21617
21618         * nnmaildir.el (nnmaildir-request-accept-article):
21619         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21620
21621 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21622
21623         * gnus-async.el: Require timer-funcs at compile time when in
21624         XEmacs for `run-with-idle-timer'.
21625
21626 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21627
21628         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21629         autoloaded function.
21630
21631 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21632
21633         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21634
21635 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21636
21637         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21638
21639 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21640
21641         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21642         Add gnus-expert-user to default.
21643
21644 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21645
21646         * nnimap.el (nnimap-open-server): Ditto.
21647
21648         * imap.el (imap-authenticate): Fix typo.
21649
21650 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21651
21652         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21653         buffer (since IMAP server might return FETCH response out of
21654         order, and the nntp buffer must be sorted).
21655
21656 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21657
21658         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21659         comparison on string.
21660
21661         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21662         (gnus-agent-score): Rename category keywords to match gnus-cus.
21663         (gnus-agent-summary-fetch-series): Modify to protect against
21664         gnus-agent-summary-fetch-group clearing processable flags.
21665         (gnus-agent-synchronize-group-flags): Update live group buffer as
21666         synchronization may occur due to the user toggle the plugged
21667         status.
21668         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21669         successfully downloaded.
21670         (gnus-agent-expire-group-1): Avoid using markers when the overview
21671         is in ascending order; greatly improves performance.
21672         (gnus-agent-regenerate-group):
21673         Use gnus-agent-synchronize-group-flags to reset read status in both
21674         gnus and server.
21675         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21676
21677 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21678
21679         * message.el: Don't autoload former message-utils variables.
21680         (message-strip-subject-trailing-was): Change doc string.
21681
21682         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21683         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21684         (nnweb-google-search): Add "hl=en" here.
21685         (nnweb-google-parse-1, nnweb-google-create-mapping):
21686         Don't hardcode URL.
21687
21688 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21689
21690         * message.el (message-get-reply-headers, message-followup):
21691         Mention related variables `message-use-followup-to' and
21692         `message-use-mail-followup-to', in the information buffer.
21693
21694         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21695         of broken groups(-beta).google.com.
21696
21697 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21698
21699         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21700         parameter to invoked gnus-request-move-article; remove the
21701         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21702         all at once instead of once per article.
21703         (gnus-summary-remove-process-mark): Accept a list of articles as
21704         well as a single article for processing.
21705
21706         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21707         parameter.
21708
21709         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21710
21711         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21712
21713         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21714         parameter.
21715
21716         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21717         parameter.
21718
21719         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21720         parameter and remove the gnus-sum-hint-move-is-internal variable.
21721
21722         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21723         parameter.
21724
21725         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21726         parameter.
21727
21728         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21729         parameter.
21730
21731         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21732
21733         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21734         parameter.
21735
21736         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21737         parameter.
21738
21739 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21740
21741         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21742         a more conservative way.
21743
21744 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21745
21746         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21747         buffer, so it moves the window's cursor.
21748
21749 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21750
21751         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21752         `mm-dissect-multipart' and receive the from field as an (optional)
21753         argument from `mm-dissect-multipart'.
21754         (mm-dissect-multipart): Receive the from field as an argument and
21755         pass it on when we call `mm-dissect-buffer' on MIME parts.
21756         Fixes verification/decryption of signed/encrypted MIME parts.
21757
21758 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21759
21760         * gnus-sum.el (gnus-summary-move-article):
21761         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21762         whatever it calls (right now, only nnimap-request-move article
21763         respects it).
21764
21765         * nnimap.el (nnimap-request-move-article):
21766         When gnus-sum-hint-move-is-internal is set, don't do the extra
21767         nnimap-request-article.
21768
21769 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21770
21771         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21772
21773         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21774         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21775
21776         * gnus-sum.el (gnus-summary-caesar-message):
21777         Apply `gnus-treat-article' after rotation.
21778
21779         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21780         doc string.
21781
21782 2005-02-22  Simon Josefsson  <jas@extundo.com>
21783
21784         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21785         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21786         <arne@arnested.dk>.
21787         (encrypt): Add password-cache and password-cache-expiry as group
21788         members.
21789
21790 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21791
21792         * smime.el (smime-ldap-host-list): Doc fix.
21793         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21794         cache) password.
21795         (smime-sign-region): Use it.
21796         (smime-decrypt-region): Use it.
21797         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21798         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21799         fails.
21800         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21801         certificate from DER to PEM format rather than calling openssl.
21802
21803         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21804
21805         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21806         for signing/encryption.
21807
21808         * mml.el (mml-parse-1): Use them.
21809
21810 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21811
21812         * nnrss.el (nnrss-verbose): Remove.
21813         (nnrss-request-group): Use `nnheader-message' instead.
21814
21815 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21816
21817         * nnrss.el (nnrss-verbose): New variable.
21818         (nnrss-request-group): Make it say nnrss is requesting a group.
21819
21820 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21821
21822         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21823         Handle news URL with given port correctly.
21824
21825 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21828         containing special characters.
21829
21830         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21831
21832         * mml.el (mime-to-mml): Ditto.
21833
21834         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21835         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21836         (rfc2047-decode-region): Quote decoded words containing special
21837         characters when rfc2047-quote-decoded-words-containing-tspecials
21838         is non-nil.
21839
21840 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21841
21842         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21843
21844         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21845
21846 2005-02-15  Simon Josefsson  <jas@extundo.com>
21847
21848         * nnimap.el (nnimap-debug): Doc fix.
21849
21850         * imap.el (imap-debug): Doc fix.
21851
21852 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21853
21854         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21855
21856 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21857
21858         * gnus.el (spam-contents): Improve docs for spam-contents
21859         parameter in its variable incarnation.
21860
21861 2005-02-14  Simon Josefsson  <jas@extundo.com>
21862
21863         * smime-ldap.el: Use require instead of load-library for ldap.
21864         (smime-ldap-search): Indent.
21865         (smime-ldap-search-internal): Shorten line.
21866
21867         * smime.el (smime-cert-by-dns): Add doc-string.
21868         (smime-cert-by-ldap-1): Indent.
21869
21870         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21871         mml-smime-get-dns-ldap.
21872         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21873
21874 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21875
21876         * smime.el: Require smime-ldap.
21877         (smime-ldap-host-list): New variable.
21878         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21879
21880         * mml-smime.el (mml-smime-encrypt-query): New function.
21881         (mml-smime-encrypt-query): Use it.
21882
21883         * smime-ldap.el: New file.
21884
21885 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21888
21889 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21890
21891         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21892         argument in doc string.  Make query for type more clear.
21893
21894 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21895
21896         * gnus.el (gnus-group-startup-message): Search for gnus images in
21897         etc/images/gnus.
21898         * mm-util.el (mm-image-load-path): Likewise.
21899         * smiley.el (smiley-data-directory): Search for smilies in
21900         etc/images/smilies.
21901
21902 2005-02-09  Kim F. Storm  <storm@cua.dk>
21903
21904         Change Emacs release version from 21.4 to 22.1 throughout.
21905         Change Emacs development version from 21.3.50 to 22.0.50.
21906
21907 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21908
21909         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21910
21911         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21912         non-Mule XEmacs as well.
21913         (mm-decompress-buffer): Signal an error intentionally if it does
21914         not decompress compressed data because auto-compression-mode is
21915         disabled.
21916
21917 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21918
21919         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21920         an ID in the registry even if it has no groups.
21921
21922 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21923
21924         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21925         merge it into mm-decompress-buffer.
21926         (gnus-mime-copy-part): Use the MIME part charset, the value which
21927         a user specified or gnus-newsgroup-charset for decoding, like
21928         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21929         save-buffer what was used.  Suggested by Kevin Ryde
21930         <user42@zip.com.au>.
21931         (gnus-mime-inline-part): Allow the name parameter as well as the
21932         filename parameter; force decompressing of compressed data; always
21933         display contents being not decoded as unibyte.
21934
21935         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21936         as well as the filename parameter.
21937
21938         * mm-util.el (mm-decompress-buffer):
21939         Merge gnus-mime-jka-compr-maybe-uncompress.
21940         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21941         of compressed data.
21942
21943 2005-02-08  Simon Josefsson  <jas@extundo.com>
21944
21945         * imap.el (imap-log): Doc fix.
21946
21947 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21950         the coding cookies; decompress compressed parts.
21951
21952         * mml.el (mml-generate-mime-1): Add the charset parameter according
21953         to the value which a user specified manually or the coding cookie.
21954
21955         * mm-util.el (mm-string-to-multibyte): New function.
21956         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21957         (mm-coding-system-to-mime-charset): New function.
21958         (mm-decompress-buffer): New function.
21959         (mm-find-buffer-file-coding-system): New function.
21960
21961         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21962         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21963         parts.
21964
21965 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21966
21967         * mm-view.el (mm-display-inline-fontify): Decode a part according
21968         to the charset parameter.
21969
21970 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21973         prefix arg is neither nil nor a number, as info specifies.
21974
21975 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21978         timestamps.
21979
21980 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21981
21982         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21983         groups error checking and notify user.
21984
21985 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21986
21987         * message.el (message-send-mail-function): Check existence of
21988         sendmail-program first before using default value
21989         `message-send-mail-with-sendmail'.  Otherwise use more generic
21990         `smtpmail-send-it'.
21991
21992 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21993
21994         * nntp.el (nntp-request-update-info): Always return nil.
21995
21996 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21997
21998         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21999
22000 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22001
22002         * message.el (message-beginning-of-line): Change the behavior when
22003         invoked between BOL and : so that it first moves backward.
22004
22005 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22006
22007         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22008         article buffer when editing of the article is discarded.
22009         (gnus-article-prepare): Revert.
22010
22011 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * gnus-art.el (gnus-article-prepare):
22014         Remove message-strip-forbidden-properties from the local hook.
22015
22016 2005-01-27  Simon Josefsson  <jas@extundo.com>
22017
22018         * password.el (password-cache-add): Only start one timer per key.
22019         Reported by Derek Atkins <warlord@MIT.EDU>.
22020
22021 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22022
22023         * run-at-time.el: Remove.  It is no longer needed as
22024         timer-funcs.el in the xemacs-base package has a working version of
22025         `run-at-time'.
22026
22027         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22028
22029         * password.el: Require timer-funcs instead of run-at-time in
22030         XEmacs.
22031         Remove `password-run-at-time' macro.
22032         (password-cache-add): Use `run-at-time' instead of
22033         `password-run-at-time'.
22034
22035         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22036         Remove `nnheader-cancel-function-timers' alias,
22037         `cancel-function-timers' exists in XEmacs in timer-funcs.
22038
22039         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22040         for `run-with-idle-timer'.
22041
22042         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22043         for `run-at-time'.
22044
22045         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22046         for `with-timeout'.
22047
22048         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22049         the same as for XEmacs 21.4.
22050         No need to ignore `run-with-idle-timer', this function exists in
22051         XEmacs now in timer-funcs.el in the xemacs-base package.
22052         (dgnushack-compile): No need to delete
22053         run-at-time.el from the list of files to compile because it
22054         doesn't exist anymore.
22055
22056 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22057
22058         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22059         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22060
22061 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22062
22063         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22064         sensitively.
22065
22066 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22067
22068         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22069
22070 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22073         which will be inserted according to the multibyteness of a buffer
22074         rather than the type of contents.  Suggested by ARISAWA Akihiro
22075         <ari@mbf.ocn.ne.jp>.
22076
22077         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22078         of string which old xml.el may return rather than a string.
22079
22080 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22083
22084 2005-01-16  Simon Josefsson  <jas@extundo.com>
22085
22086         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22087         idn/idna.el isn't available.
22088         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22089         <michael@waxrat.com>.
22090
22091         * hashcash.el: Remove non-FSF copyright header.
22092
22093         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22094         (hashcash-generate-payment): Use it.
22095         (hashcash-generate-payment-async): Use it.
22096
22097 2005-01-15  Simon Josefsson  <jas@extundo.com>
22098
22099         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22100         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22101
22102         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22103         gnus-summary-idna-message.
22104         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22105         (gnus-summary-idna-message): New function.
22106
22107 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22108
22109         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22110         gnus-novice-user.
22111
22112 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22113
22114         * nnrss.el (nnrss-request-delete-group): Delete entries in
22115         nnrss-group-alist as well.
22116         (nnrss-save-server-data): Insert newline.
22117
22118 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22119
22120         * gnus.el (gnus-user-agent): Use list of symbols instead of
22121         symbols.  Display full version number for (S)XEmacs.
22122         Optionally display (S)XEmacs codename.
22123
22124         * gnus-util.el (gnus-emacs-version): Update for new
22125         `gnus-user-agent'.
22126
22127         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22128         Gnus version.
22129
22130 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22131
22132         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22133         which is unreadable in some setups.
22134
22135 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22136
22137         * gnus-spec.el (gnus-update-format-specifications): Flush the
22138         group format spec cache if it doesn't support decoded group names.
22139
22140 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22141
22142         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22143         Allow to apply decay on score files matching a regexp.
22144
22145 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22146
22147         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22148         compatibility in %g and %c.
22149
22150 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22153         name for only %g and %c.
22154         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22155         of gnus-tmp-group to decoded group name.
22156         (gnus-group-make-rss-group): Exclude `/'s from group names.
22157
22158 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22159
22160         * nnrss.el (nnrss-get-encoding): Fix regexp.
22161
22162 2004-12-27  Simon Josefsson  <jas@extundo.com>
22163
22164         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22165         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22166         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22167
22168 2004-12-17  Kim F. Storm  <storm@cua.dk>
22169
22170         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22171
22172         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22173
22174 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22175
22176         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22177
22178 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22179
22180         * nnrss.el: Require rfc2047 and mml.
22181         (nnrss-file-coding-system): New variable.
22182         (nnrss-format-string): Redefine it as an inline function.
22183         (nnrss-decode-group-name): New function.
22184         (nnrss-string-as-multibyte): Remove.
22185         (nnrss-retrieve-headers): Decode group name; don't use
22186         nnrss-format-string.
22187         (nnrss-request-group): Decode group name.
22188         (nnrss-request-article): Decode group name; allow a Message-ID as
22189         well as an article number; don't use nnrss-format-string; encode a
22190         Message-ID string which may contain non-ASCII characters; use
22191         mml-to-mime to compose a MIME article.
22192         (nnrss-request-expire-articles): Decode group name.
22193         (nnrss-request-delete-group): Decode group name.
22194         (nnrss-fetch): Clarify error message.
22195         (nnrss-read-server-data): Use insert-file-contents instead of load;
22196         bind file-name-coding-system; use multibyte buffer.
22197         (nnrss-save-server-data): Bind coding-system-for-write to the
22198         value of nnrss-file-coding-system; bind file-name-coding-system;
22199         add coding cookie.
22200         (nnrss-read-group-data): Use insert-file-contents instead of load;
22201         bind file-name-coding-system; use multibyte buffer.
22202         (nnrss-save-group-data): Bind coding-system-for-write to the
22203         value of nnrss-file-coding-system; bind file-name-coding-system.
22204         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22205         make it work with non-ASCII text.
22206         (nnrss-find-el): Make it work with old xml.el as well.
22207
22208 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22209
22210         * nnrss.el (nnrss-get-encoding): New function.
22211         (nnrss-fetch): Use unibyte buffer initially; bind
22212         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22213         decode contents according to the encoding attribute.
22214         (nnrss-save-group-data): Add coding cookie.
22215         (nnrss-mime-encode-string): New function.
22216         (nnrss-check-group): Use it to encode subject and author.
22217
22218 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22219
22220         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22221         imaginary variable.
22222
22223 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22226         correctly even if there are wide characters.
22227
22228 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22229
22230         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22231         downcased symbol names; make a new cache instead of reusing
22232         bbdb-hashtable.
22233
22234 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22237         concatenating segments rather than before concatenating them.
22238         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22239
22240         * message.el (message-get-reply-headers): Bind `extra'.
22241
22242 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22243
22244         * message.el (message-extra-wide-headers): New variable.
22245         (message-get-reply-headers): Use it.
22246
22247 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22248
22249         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22250         (gnus-agent-group-pathname): Ditto.
22251
22252         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22253
22254         * gnus-group.el (gnus-group-make-group): Decode group name.
22255         (gnus-group-make-rss-group): Register the group data after opening
22256         the nnrss group.
22257
22258 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22259
22260         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22261         by expiry now get marked as read.
22262
22263 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22264
22265         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22266
22267 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22268
22269         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22270         unify Latin characters in XEmacs.
22271         (mm-find-mime-charset-region): Use it.
22272
22273 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22274
22275         * gnus-util.el (gnus-delete-directory): New function.
22276
22277         * gnus-agent.el (gnus-agent-delete-group): Use it.
22278
22279         * gnus-cache.el (gnus-cache-delete-group): Use it.
22280
22281 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22282
22283         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22284         names.
22285
22286 2004-12-16  Simon Josefsson  <jas@extundo.com>
22287
22288         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22289
22290 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22291
22292         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22293
22294         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22295         (gnus-group-set-current-level): Decode group name.
22296
22297 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22298
22299         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22300         failed.
22301
22302 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22303
22304         * gnus-group.el (gnus-group-delete-group): Decode group name.
22305         (gnus-group-make-rss-group): Encode group name.
22306         (gnus-group-catchup-current): Decode group name.
22307         (gnus-group-kill-group): Decode group name.
22308
22309 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22310
22311         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22312
22313 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22314
22315         * gnus-group.el (gnus-group-make-rss-group):
22316         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22317
22318         * gnus-start.el (gnus-setup-news): Honor user's setting to
22319         gnus-message-archive-method.  Suggested by Lute Kamstra
22320         <lute@gnu.org>.
22321
22322 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22323
22324         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22325         global counterparts of the buffer-local variables.
22326
22327 2004-11-16  Romain Francoise  <romain@orebokech.com>
22328
22329         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22330         counterparts of the buffer-local variables.
22331
22332 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22333
22334         * message.el (message-forbidden-properties): Fix typo in doc
22335         string.
22336
22337 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22338
22339         * gnus-util.el (gnus-replace-in-string): Add doc string.
22340
22341         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22342         to avoid problems when splitting mails with many recipients.
22343
22344 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22345
22346         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22347         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22348
22349 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22350
22351         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22352         if there is no hashtable in memory or file modification time is
22353         newer than cached timestamp.
22354
22355 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22356
22357         * gnus-sum.el (gnus-summary-limit-to-recipient):
22358         Implement not-matching option.
22359
22360 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22361
22362         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22363         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22364         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22365         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22366         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22367         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22368
22369 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22370
22371         * message.el (message-forward-make-body-mml): Remove headers
22372         according to message-forward-ignored-headers if a message is decoded.
22373
22374 2004-12-02  Romain Francoise  <romain@orebokech.com>
22375
22376         * message.el (message-forward-make-body-plain): Always remove
22377         headers according to message-forward-ignored-headers.
22378
22379 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22380
22381         * spam.el (spam-summary-prepare-exit): Remove the
22382         gnus-summary-limit pop for now, it has problems with ham marks for
22383         me.
22384
22385 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22386
22387         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22388         correctly.
22389
22390 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22391
22392         * format-spec.el (format-spec): Message the char.
22393
22394 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22395
22396         * gnus-art.el (gnus-split-methods): Reformat comments.
22397
22398         * spam.el (spam-summary-prepare-exit): Remove article limits
22399         before exiting the summary buffer.
22400
22401 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22402
22403         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22404         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22405
22406         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22407         order to silence the byte compiler.
22408
22409         * spam.el: Fix the way to silence the byte compiler, which
22410         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22411         bbdb-search-simple, spam-BBDB-register-routine,
22412         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22413         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22414         spam-stat-buffer-is-spam, spam-stat-load,
22415         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22416         spam-stat-save and spam-stat-split-fancy.
22417
22418 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22419
22420         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22421         which may confuse users.
22422         (canlock-password-for-verify): Ditto.
22423
22424         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22425
22426         * gnus-art.el (gnus-emphasis-alist): Ditto.
22427
22428         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22429
22430         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22431
22432         * gnus-start.el (gnus-save-killed-list): Ditto.
22433
22434         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22435         (gnus-sum-thread-tree-root): Ditto.
22436         (gnus-sum-thread-tree-false-root): Ditto.
22437         (gnus-sum-thread-tree-single-indent): Ditto.
22438
22439         * message.el (message-courtesy-message): Ditto.
22440         (message-archive-note): Ditto.
22441         (message-subscribed-address-file): Ditto.
22442         (message-user-fqdn): Ditto.
22443
22444         * spam-report.el (spam-report-gmane-regex): Ditto.
22445
22446         * spam.el (spam-blackhole-good-server-regex): Ditto.
22447
22448 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22449
22450         * mml.el (mml-preview): Widen the message buffer before copying
22451         the contents to the preview buffer; sort headers before previewing.
22452
22453         * message.el (message-hidden-headers): Fix the way to avoid a bug
22454         in the `repeat' widget in Emacs 21.3 or earlier.
22455
22456 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * message.el (message-hidden-headers): Default to "^References:".
22459         Improve customization type.  Suggested by Reiner Steib
22460         <Reiner.Steib@gmx.de>.
22461
22462 2004-11-25  Romain Francoise  <romain@orebokech.com>
22463
22464         * message.el (message-strip-forbidden-properties): Remove check for
22465         obsolete `message-hidden' text property, hidden headers are not
22466         accessible in the buffer anymore.
22467
22468 2004-11-22  Romain Francoise  <romain@orebokech.com>
22469
22470         * message.el (message-header-format-alist): Add `From' in list
22471         so that it can be sorted.
22472         (message-fix-before-sending): Widen and sort headers before
22473         sending.
22474         (message-hide-headers): Use narrowing to hide headers by moving
22475         them to the top of the buffer and narrowing to the region
22476         underneath.
22477
22478 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22479
22480         * message.el (message-strip-forbidden-properties):
22481         Bind buffer-read-only (etc) to nil.
22482
22483 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22484
22485         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22486         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22487
22488 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22489
22490         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22491
22492 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22493
22494         * dns.el (query-dns): Use sit-for to time instead of
22495         accept-process-output, since that doesn't seem to work on udp
22496         sockets.
22497
22498 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22501
22502 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22503
22504         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22505         doc string.  Improve doc string.
22506
22507 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * nntp.el (nntp-request-update-info): Return nil if
22510         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22511         may not call gnus-activate-group which uselessly issues the GROUP
22512         commands for all nntp groups and wastes time.  Reported by Romain
22513         Francoise <romain@orebokech.com>.
22514
22515         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22516
22517 2004-11-15  Simon Josefsson  <jas@extundo.com>
22518
22519         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22520         headers separately.
22521         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22522         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22523
22524 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22525
22526         * gnus-start.el (gnus-convert-old-newsrc):
22527         Assign legacy-gnus-agent to 5.10.7.
22528
22529 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22530
22531         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22532         start of the lines.
22533
22534 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22535
22536         * hashcash.el (hashcash-default-payment): Change default to 20.
22537         (hashcash-default-accept-payment): Change default to 20.
22538         (hashcash-process-alist): New variable.
22539         (hashcash-generate-payment-async): Add.
22540         (hashcash-already-paid-p): Add.
22541         (hashcash-insert-payment): Don't generate payments twice.
22542         (hashcash-insert-payment-async): Add.
22543         (hashcash-insert-payment-async-2): Add.
22544         (hashcash-cancel-async): Add.
22545         (hashcash-wait-async): Add.
22546         (hashcash-processes-running-p): Add.
22547         (hashcash-wait-or-cancel): Add.
22548         (mail-add-payment): New optional argument.  Conditionally start
22549         asynchronous calculation.
22550         (mail-add-payment-async): Add.
22551
22552         * message.el (message-send-mail): Wait for asynchronous hashcash
22553         results.  Don't clobber existing X-Hashcash headers.
22554         (message-setup-1): Call mail-add-payment-async when
22555         message-generate-hashcash is non-nil.
22556
22557 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22558
22559         * message.el (message-use-alternative-email-as-from): Examine the
22560         From header as well; use message-make-from in order to include a
22561         user's full name.
22562
22563 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22564
22565         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22566         default; improve customization type.
22567         (gnus-emphasis-custom-with-format): New macro.
22568         (gnus-emphasis-custom-value-to-external): New function.
22569         (gnus-emphasis-custom-value-to-internal): New function.
22570
22571 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22572
22573         * dns.el (query-dns): Resolve reverse addresses.
22574
22575 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22576
22577         * gnus-group.el (gnus-group-get-new-news): Use it.
22578
22579         * gnus-start.el (gnus-check-reasonable-setup): New function.
22580
22581 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22582
22583         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22584         "Args out of range" error.  Reported by Arnaud Giersch
22585         <arnaud.giersch@free.fr>.
22586
22587 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22588
22589         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22590
22591 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22592
22593         * spam.el (spam group): Add :version.
22594
22595         * pgg-def.el (pgg group): Add :version.
22596
22597 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22598
22599         * gnus-art.el (gnus-article-edit-article): Don't associate the
22600         article buffer with a draft file.  This is a temporary measure
22601         against the 2004-08-22 change to gnus-article-edit-mode.
22602
22603 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22604
22605         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22606         (html2text-format-tags): Remove unused variable `attr'.
22607
22608 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22609
22610         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22611
22612         * tls.el (tls-process-connection-type, tls-success)
22613         (tls-certtool-program): Add :version.
22614
22615         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22616         (starttls-extra-arguments, starttls-process-connection-type)
22617         (starttls-connect, starttls-failure, starttls-success): Add :version.
22618
22619         * spam-stat.el (spam-stat): Add :version.
22620
22621         * sieve.el (sieve): Add :version.
22622
22623         * sha1.el (sha1): Add :version.
22624         (sha1-use-external): Remove redundant version.
22625
22626         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22627         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22628         (nnmail-split-fancy-match-partial-words)
22629         (nnmail-split-lowercase-expanded): Add :version.
22630
22631         * nndiary.el (nndiary): Add :version.
22632
22633         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22634
22635         * mml-sec.el (mml-default-sign-method)
22636         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22637         Add :version.
22638
22639         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22640
22641         * mm-url.el (mm-url-use-external, mm-url-program)
22642         (mm-url-arguments): Add :version.
22643
22644         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22645         (mm-attachment-file-modes, mm-decrypt-option)
22646         (mm-w3m-safe-url-regexp): Add :version.
22647
22648         * message.el (message-cite-prefix-regexp)
22649         (message-sendmail-envelope-from, message-minibuffer-local-map)
22650         (message-user-fqdn, message-completion-alist): Add :version.
22651
22652         * gnus-win.el (gnus-configure-windows-hook)
22653         (gnus-use-frames-on-any-display): Add :version.
22654
22655         * gnus-art.el (gnus-article-address-banner-alist)
22656         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22657         (gnus-treat-from-picon, gnus-treat-mail-picon)
22658         (gnus-treat-x-pgp-sig): Add :version.
22659
22660         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22661         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22662         (gnus-summary-article-delete-hook)
22663         (gnus-summary-display-while-building): Add :version.
22664
22665         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22666         (gnus-get-top-new-news-hook): Add :version.
22667
22668         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22669         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22670
22671         * gnus-registry.el (gnus-registry): Add :version.
22672
22673         * gnus-spec.el (gnus-use-correct-string-widths)
22674         (gnus-make-format-preserve-properties): Add :version.
22675
22676         * gnus.el (gnus-group-charter-alist)
22677         (gnus-group-fetch-control-use-browse-url)
22678         (gnus-install-group-spam-parameters): Add :version.
22679
22680         * gnus-diary.el (gnus-diary): Add :version.
22681
22682         * gnus-delay.el (gnus-delay): Add :version.
22683
22684         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22685         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22686         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22687         Add :version.
22688
22689         * gnus-agent.el (gnus-agent-max-fetch-size)
22690         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22691         (gnus-agent-prompt-send-queue): Add :version.
22692
22693         * deuglify.el (gnus-outlook-deuglify): Add :version.
22694
22695         * html2text.el: Beautify code.  Improve doc strings.
22696         Some checkdoc cleanup.
22697         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22698
22699 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22700
22701         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22702
22703 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22704
22705         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22706         when package is loaded.
22707
22708         * spam.el (spam-summary-score-preferred-header): Add global preference
22709         for people who want to override the default SpamAssassin over
22710         Bogofilter preference (when both are set).
22711         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22712         (spam-user-format-function-S):
22713         Check spam-summary-score-preferred-header.
22714         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22715         (spam-user-format-function-S): Format the score correctly.
22716
22717 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22718
22719         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22720         signature file.  Suggested by Manoj Srivastava
22721         <srivasta@golden-gryphon.com>.
22722
22723         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22724         iso-2022-jp even in the Japanese language environment.
22725         Suggested by Jason Rumney <jasonr@gnu.org>.
22726
22727 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22728
22729         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22730         use the same characters as the dummy marks; make it free from
22731         getting affected by the language environment.
22732         (gnus-summary-read-group-1): Update mark positions only when the
22733         format spec is updated.
22734
22735         * gnus-spec.el (gnus-update-format-specifications): Return a list
22736         of updated types.
22737
22738 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22739
22740         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22741         of boundp to check if display-warning is available.
22742
22743 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22744
22745         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22746
22747 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22748
22749         * nnspool.el (nnspool-spool-directory): Use news-path if the
22750         news-directory variable is not bound.
22751
22752         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22753         function instead of display-warning if it is not available.
22754
22755 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22756
22757         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22758         v5-10: Use `point-at-bol'.
22759
22760 2004-10-26  Simon Josefsson  <jas@extundo.com>
22761
22762         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22763         <chenggao@gmail.com>.
22764
22765 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22766
22767         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22768         instead.
22769
22770 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22771
22772         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22773         to remove a server from the nnimap-server-buffer-alist.
22774         (nnimap-open-connection, nnimap-close-server): Use it.
22775
22776         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22777
22778 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22779
22780         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22781         running the major-mode function.
22782
22783 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22784
22785         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22786         dummy marks in the right way.
22787
22788 2004-10-18  David Edmondson  <dme@dme.org>
22789
22790         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22791         excessively.
22792
22793 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22794
22795         * gnus-util.el (gnus-split-references): Accept a nil references
22796         string and go on blissfully.
22797
22798         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22799         cases where the references string is non-nil but has no references.
22800
22801         * encrypt.el: Add autoload tags.
22802
22803         * spam.el (spam-resolve-registrations-routine): Remove article
22804         from unregistration list too.  Reported by David Hanak
22805         <dhanak@isis.vanderbilt.edu>
22806
22807 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22808
22809         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22810         nil.  Change custom type.
22811
22812 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22813
22814         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22815
22816         * gnus-sum.el (gnus-summary-move-article): Use it.
22817
22818 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22819
22820         * encrypt.el: Add autoload cookies.
22821
22822         * spam.el (spam-backend-article-list-property)
22823         (spam-backend-get-article-todo-list)
22824         (spam-backend-put-article-todo-list)
22825         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22826         Resolve registrations separately.
22827         (spam-register-routine): Format comments.
22828         (spam-unregister-routine, spam-register-routine): Always call with
22829         specific-articles, no default list.
22830         (spam-summary-prepare-exit): Use the spam-classifications function.
22831
22832         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22833         gnus-encrypt.el.
22834
22835         * encrypt.el: Copied from gnus-encrypt.el.
22836
22837         * gnus-encrypt.el: Commented that it's obsolete.
22838
22839 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22840
22841         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22842         (gnus-score-save): Use it.
22843
22844         * message.el (message-bury): Use `window-dedicated-p'.
22845
22846 2004-10-15  Simon Josefsson  <jas@extundo.com>
22847
22848         * pop3.el (top-level): Don't require nnheader.
22849         (pop3-read-timeout): Add.
22850         (pop3-accept-process-output): Add.
22851         (pop3-read-response, pop3-retr): Use it.
22852
22853 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * spam.el (spam-register-routine): Move comment.
22856         (spam-verify-bogofilter): Use 'unknown for the initial
22857         spam-bogofilter-valid state, not 'never.
22858
22859         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22860         for netrc-machine.
22861
22862         * nnimap.el (nnimap-open-connection):
22863         Use netrc-machine-user-or-password.
22864
22865 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22866
22867         * gnus-registry.el (gnus-registry-unload-hook):
22868         Set as a variable with add-hook.
22869
22870         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22871         of news-path.
22872
22873         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22874
22875         * spam.el: Delete duplicate `provide'.
22876         (spam-unload-hook): Set as a variable with add-hook.
22877
22878 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22879
22880         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22881         in the doc string.
22882
22883         * message.el (message-ignored-news-headers)
22884         (message-ignored-supersedes-headers)
22885         (message-ignored-resent-headers)
22886         (message-forward-ignored-headers): Improve custom type.
22887
22888 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * message.el (message-tokenize-header): Fix 2004-09-06 change
22891         which used point-min in the wrong place.
22892
22893 2004-10-12  Simon Josefsson  <jas@extundo.com>
22894
22895         * tls.el (tls-certtool-program): New variable.
22896         (tls-certificate-information): New function, based on
22897         ssl-certificate-information.
22898
22899 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22900
22901         * compface.el: Move the version of ELisp-based uncompface program
22902         to the contrib directory because of the copyright problem.
22903
22904 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22905
22906         * message.el (message-kill-buffer): Raise the current frame.
22907
22908 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22909
22910         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22911
22912         * gnus.el (message-y-or-n-p): Autoload.
22913
22914         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22915         (pop3-password-required, pop3-authentication-scheme)
22916         (pop3-leave-mail-on-server): Make customizable.
22917         (pop3): New custom group.
22918         (pop3-retr): Remove `sleep-for' statements.
22919         Suggested by Dave Love <fx@gnu.org>.
22920
22921         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22922         Windows/DOS.
22923
22924         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22925         (imap-parse-body): Fix incorrect use of `assert'.
22926         Suggested by Dave Love <fx@gnu.org>.
22927
22928         * mml.el (mml-minibuffer-read-disposition): Require match.
22929         Suggested by Dave Love <fx@gnu.org>.
22930
22931 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22932
22933         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22934         doc string.
22935
22936 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22937
22938         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22939
22940 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22941
22942         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22943         instead of calling `mm-insert-inline', to decode text/* parts
22944         before displaying them.
22945
22946 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22947
22948         * mm-uu.el (mm-uu-text-plain-type): New variable.
22949         (mm-uu-pgp-signed-extract-1): Use it.
22950         (mm-uu-pgp-encrypted-extract-1): Use it.
22951         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22952         bind mm-uu-text-plain-type with that value.
22953         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22954         mm-uu-dissect.
22955
22956 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * gnus-group.el (gnus-update-group-mark-positions):
22959         * gnus-sum.el (gnus-update-summary-mark-positions):
22960         * message.el (message-check-news-body-syntax):
22961         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22962         of string-as-multibyte.
22963
22964 2004-10-05  Juri Linkov  <juri@jurta.org>
22965
22966         * gnus-group.el (gnus-update-group-mark-positions):
22967         * gnus-sum.el (gnus-update-summary-mark-positions):
22968         * message.el (message-check-news-body-syntax):
22969         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22970         8-bit unibyte values to a multibyte string for search functions.
22971
22972 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22973
22974         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22975         (mm-uu-dissect-text-parts): New function.
22976
22977         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22978         dissect text parts.
22979
22980         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22981         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22982
22983         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22984
22985         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22986         Use gnus-current-topics instead of gnus-current-topic.
22987
22988 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22989
22990         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22991
22992 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22993
22994         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22995         where appropriate.
22996
22997         * nnml.el (nnml-generate-active-info): do.
22998
22999         * nndiary.el (nndiary-generate-active-info): do.
23000
23001         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23002         (gnus-topic-move): do.
23003
23004         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23005         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23006
23007         * gnus-srvr.el (gnus-server-prepare)
23008         (gnus-server-open-all-servers): do.
23009
23010         * gnus-msg.el (gnus-summary-cancel-article)
23011         (gnus-summary-resend-message)
23012         (gnus-summary-mail-crosspost-complaint): do.
23013
23014         * gnus-move.el (gnus-change-server): do.
23015
23016         * gnus-group.el (gnus-group-unmark-all-groups)
23017         (gnus-group-set-current-level): do.
23018
23019 2004-10-04  Simon Josefsson  <jas@extundo.com>
23020
23021         * message.el (message-generate-hashcash): Doc fix.
23022
23023 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23024
23025         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23026         avoid infinite recursion via gnus-get-function.
23027
23028 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23029
23030         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23031
23032         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23033
23034         * nnmail.el (nnmail-split-history): do.
23035
23036         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23037         (nnml-request-delete-group): do.
23038
23039         * nnslashdot.el (nnslashdot-read-groups): do.
23040
23041         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23042         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23043
23044         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23045         (nnspool-sift-nov-with-sed): Use last.
23046         (nnspool-retrieve-headers-with-nov): Use mapc.
23047         (nnspool-request-newgroups): Use dolist.
23048         (nnspool-request-group): Use last.
23049
23050         * nntp.el (nntp-read-server-type): Use dolist.
23051
23052         * nnvirtual.el (nnvirtual-create-mapping)
23053         (nnvirtual-update-read-and-marked): Use dolist.
23054         (nnvirtual-convert-headers): Simplify.
23055
23056 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23057
23058         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23059         Add support for sync'ing tick marks.
23060
23061 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23064         there's no visible header.
23065
23066 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23067
23068         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23069         When necessary, pass full group name to gnus-request-set-marks.
23070
23071 2004-10-01  Simon Josefsson  <jas@extundo.com>
23072
23073         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23074         acroread.
23075
23076 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23077
23078         * spam-report.el (spam-report-gmane): Fix interactive.
23079
23080         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23081
23082         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23083         when writing file.
23084         (gnus-agent-synchronize-flags): Don't default to being
23085         interactive.
23086
23087 2004-09-30  Simon Josefsson  <jas@extundo.com>
23088
23089         * message.el (message-generate-hashcash): Add.
23090         (message-send-mail): Use it, call mail-add-payment.
23091
23092 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23093
23094         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23095
23096 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23097
23098         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23099         gnus-requst-update-info with explicit code to sync the in-memory
23100         info read flags with the marks being sync'd to the backend.
23101
23102         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23103
23104 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23105
23106         * spam.el (spam-verify-bogofilter): Add new function.
23107         (spam-check-bogofilter)
23108         (spam-bogofilter-register-with-bogofilter): Use it.
23109         (spam-verify-bogofilter): Add small fixes.
23110
23111 2004-09-28  Simon Josefsson  <jas@extundo.com>
23112
23113         * hashcash.el (hashcash-generate-payment): Revert.
23114
23115 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23116
23117         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23118         Use gnus-extract-references instead of gnus-split-references.
23119
23120         * gnus-util.el (gnus-extract-references): Add new function, analogous
23121         to gnus-split-references but extracts only the message-ID without
23122         anything extra.
23123
23124         * hashcash.el (hashcash-generate-payment)
23125         (hashcash-check-payment): Do the right thing if hashcash-path is
23126         nil (because the hashcash program could not be found).
23127
23128         * spam.el (spam-use-hashcash): Remove comment.
23129
23130 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23131
23132         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23133         (gnus-cache-enter-article, gnus-cache-remove-article)
23134         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23135
23136         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23137
23138         * gnus-art.el (article-hide-boring-headers)
23139         (article-translate-strings, article-display-face)
23140         (gnus-article-mime-match-handle-first)
23141         (gnus-article-highlight-headers)
23142         (gnus-article-add-buttons-to-head): do.
23143
23144 2004-09-27  Simon Josefsson  <jas@extundo.com>
23145
23146         * hashcash.el: New version, from
23147         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23148         ../contrib/.
23149
23150 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23151
23152         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23153
23154 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23155
23156         * gnus-dup.el (gnus-dup-open): Use mapc.
23157         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23158
23159         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23160         Reported by Stefan Wiens <s.wi@gmx.net>.
23161
23162         * gnus.el (gnus-shutdown): Use dolist.
23163
23164         * gnus-undo.el (gnus-undo): Use mapc.
23165
23166         * nnrss.el (nnrss-generate-active): do.
23167
23168         * message.el (message-cite-original-without-signature)
23169         (message-cite-original): Use mapc.
23170         (message-do-actions, message-make-forward-subject): Use dolist.
23171
23172 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23173
23174         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23175         deletion to remove entire duplicate line.  Fixes merged article
23176         number bug.
23177
23178 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23179
23180         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23181         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23182         first ask if you want to open a server and then, even when you
23183         responded with no, asking if you want to synchronize the server's
23184         flags.
23185         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23186         multi-line expressions.
23187         (gnus-agent-synchronize-group-flags): New internal function.
23188         Updates marks in memory (in the info structure) AND in the
23189         backend.
23190
23191         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23192
23193         * nnagent.el (nnagent-request-set-mark):
23194         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23195         method, to ensure that synchronization updates marks in the
23196         backend and in the info (in memory) structure.
23197
23198 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23199
23200         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23201         convention fully; don't miss the root article of a thread; make
23202         the X-Draft-From header with correct article numbers.
23203
23204 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23205
23206         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23207         unless plugged.  Disable the agent so that an open failure causes
23208         an error.
23209
23210         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23211         Revert 2004-09-21 change.  The backend must be opened while
23212         synchronizing flags even when the backend stores the flags
23213         locally.
23214
23215 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23216
23217         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23218         in `header' match.  Reported by Svend Tollak Munkejord.
23219
23220         * message.el (message-cite-original): Fix use of
23221         `message-cite-articles-with-x-no-archive'.
23222
23223 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23224
23225         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23226         (gnus-window-to-buffer): Ditto.
23227
23228         * mml.el (mml-preview-buffer): New variable.
23229         (mml-preview): Manage window layout with gnus-buffer-configuration.
23230
23231         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23232         X-Draft-From header even if those articles aren't quoted.
23233
23234 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23235
23236         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23237         (gnus-request-set-mark, gnus-request-update-mark): Use new
23238         g-s-t-u-l-m to decide to use backend even when unplugged.
23239
23240 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23241
23242         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23243         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23244
23245 2004-09-20  Simon Josefsson  <jas@extundo.com>
23246
23247         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23248         "utf-16-le".
23249
23250 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23251
23252         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23253
23254 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23255
23256         * uudecode.el (uudecode-use-external): Add :version.
23257
23258         * smime.el (smime-CA-file, smime-encrypt-cipher)
23259         (smime-dns-server): Add :version.
23260
23261         * smiley.el (gnus-smiley-file-types): Add :version.
23262
23263         * sha1.el (sha1-use-external): Add :version.
23264
23265         * pgg-def.el (pgg-query-keyserver): Add :version.
23266
23267         * nnmail.el (nnmail-fancy-expiry-targets)
23268         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23269         Add :version.
23270
23271         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23272         (nnimap-retrieve-groups-asynchronous): Add :version.
23273         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23274
23275         * mml.el (mml-content-disposition-parameters)
23276         (mml-insert-mime-headers-always): Add :version.
23277
23278         * mm-util.el (mm-coding-system-priorities): Add :version.
23279
23280         * mm-decode.el (mm-inline-text-html-with-images)
23281         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23282         (mm-verify-option): Add :version.
23283         (mm-text-html-renderer): Change :version.
23284
23285         * message.el (message-fcc-externalize-attachments)
23286         (message-required-headers, message-draft-headers)
23287         (message-subject-trailing-was-query)
23288         (message-subject-trailing-was-ask-regexp)
23289         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23290         (message-mark-insert-end, message-archive-header)
23291         (message-archive-note, message-cross-post-default)
23292         (message-cross-post-note, message-followup-to-note)
23293         (message-cross-post-note-function, message-use-mail-followup-to)
23294         (message-subscribed-address-functions)
23295         (message-subscribed-address-file, message-subscribed-addresses)
23296         (message-subscribed-regexps, message-allow-no-recipients)
23297         (message-yank-cited-prefix, message-signature-insert-empty-line)
23298         (message-hidden-headers, message-hierarchical-addresses)
23299         (message-mail-user-agent, message-use-idna)
23300         (message-valid-fqdn-regexp)
23301         (message-strip-special-text-properties, message-header-synonyms)
23302         (message-beginning-of-line, message-tab-body-function): Add :version.
23303         (message-insert-canlock, message-wide-reply-confirm-recipients):
23304         Change :version.
23305
23306         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23307         and :version.
23308         (mail-source-delete-old-incoming-confirm)
23309         (mail-source-movemail-program): Add :version.
23310
23311         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23312         (gnus-agent-cache, gnus-agent): Change :version.
23313
23314         * gnus-util.el (gnus-use-byte-compile): Change :version.
23315
23316         * gnus-sum.el (gnus-summary-make-false-root-always)
23317         (gnus-summary-default-high-score)
23318         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23319         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23320         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23321         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23322         (gnus-sum-thread-tree-single-indent)
23323         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23324         (gnus-sum-thread-tree-leaf-with-other)
23325         (gnus-sum-thread-tree-single-leaf): Add :version.
23326         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23327         (gnus-article-loose-mime): Change :version.
23328
23329         * gnus-start.el (gnus-backup-startup-file)
23330         (gnus-save-startup-file-via-temp-buffer): Add :version.
23331
23332         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23333         (gnus-server-offline-face): Add :version.
23334
23335         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23336
23337         * gnus-msg.el (gnus-gcc-externalize-attachments)
23338         (gnus-debug-files, gnus-debug-exclude-variables)
23339         (gnus-discouraged-post-methods): Change :version.
23340         (gnus-confirm-mail-reply-to-news)
23341         (gnus-confirm-treat-mail-like-news): Add :version.
23342
23343         * gnus-int.el (gnus-server-unopen-status): Add :version.
23344
23345         * gnus-group.el (gnus-group-jump-to-group-prompt)
23346         (gnus-large-ephemeral-newsgroup)
23347         (gnus-fetch-old-ephemeral-headers): Add :version.
23348
23349         * gnus-fun.el (gnus-x-face-directory)
23350         (gnus-convert-pbm-to-x-face-command)
23351         (gnus-convert-image-to-x-face-command)
23352         (gnus-convert-image-to-face-command): Add :version.
23353
23354         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23355
23356         * gnus-cite.el (gnus-cite-blank-line-after-header)
23357         (gnus-article-boring-faces): Add :version.
23358
23359         * gnus-art.el (gnus-buttonized-mime-types)
23360         (gnus-inhibit-mime-unbuttonizing)
23361         (gnus-treat-display-face)
23362         (gnus-treat-body-boundary): Change :version.
23363         (gnus-body-boundary-delimiter, gnus-picon-databases)
23364         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23365         (gnus-treat-date-english, gnus-treat-fold-headers)
23366         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23367         (gnus-treat-mail-picon, gnus-treat-wash-html)
23368         (gnus-article-encrypt-protocol)
23369         (gnus-use-idna, gnus-article-over-scroll)
23370         (gnus-mime-display-multipart-alternative-as-mixed)
23371         (gnus-mime-display-multipart-related-as-mixed)
23372         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23373         (gnus-ctan-url, gnus-button-ctan-handler)
23374         (gnus-button-handle-ctan-bogus-regexp)
23375         (gnus-button-ctan-directory-regexp)
23376         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23377         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23378         (gnus-button-man-level, gnus-button-emacs-level)
23379         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23380
23381         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23382         (gnus-agent-go-online): Change :version.
23383         (gnus-agent-expire-unagentized-dirs)
23384         (gnus-agent-auto-agentize-methods): Add :version.
23385
23386         * flow-fill.el (fill-flowed-display-column)
23387         (fill-flowed-encode-column): Add :version.
23388
23389         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23390         (gnus-outlook-deuglify-unwrap-max)
23391         (gnus-outlook-deuglify-cite-marks)
23392         (gnus-outlook-deuglify-unwrap-stop-chars)
23393         (gnus-outlook-deuglify-no-wrap-chars)
23394         (gnus-outlook-deuglify-attrib-cut-regexp)
23395         (gnus-outlook-deuglify-attrib-verb-regexp)
23396         (gnus-outlook-deuglify-attrib-end-regexp)
23397         (gnus-outlook-display-hook): Add :version.
23398
23399         * binhex.el (binhex-use-external): Add :version.
23400
23401 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23402
23403         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23404         and `invisible'.
23405
23406 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23407
23408         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23409         in gnus-registry-trim.
23410
23411 2004-09-13  Simon Josefsson  <jas@extundo.com>
23412
23413         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23414
23415         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23416
23417         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23418         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23419         <yamaoka@jpl.org>.
23420         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23421         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23422         <yamaoka@jpl.org>.
23423
23424         * sieve.el (sieve-manage-mode): Ditto.
23425
23426 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23427
23428         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23429
23430 2004-09-11  Simon Josefsson  <jas@extundo.com>
23431
23432         * dns-mode.el: Add.
23433
23434         * mm-view.el (mm-display-dns-inline): Add.
23435
23436         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23437         (mm-automatic-display): Ditto.
23438
23439         * mailcap.el (mailcap-mime-data): Add text/dns.
23440         (mailcap-mime-extensions): Map .soa to text/dns.
23441
23442 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23443
23444         * gnus-art.el (article-decode-mime-words, article-babel)
23445         (gnus-article-highlight-signature, gnus-article-add-buttons)
23446         (gnus-signature-toggle): Remove unnecessary bindings of
23447         `inhibit-read-only' inherited from v5.10 merge.
23448
23449 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23450
23451         * nntp.el (nntp): New customization group.
23452         (nntp-authinfo-file): Add customization group.
23453
23454         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23455
23456         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23457
23458         * gnus.el (to-address, to-list, subscribed)
23459         (large-newsgroup-initial): Ditto.
23460
23461         * flow-fill.el (fill-flowed-display-column)
23462         (fill-flowed-encode-column): Ditto.
23463
23464 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23465
23466         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23467         Use point-min rather than 1.
23468         (message-send-mail): Use buffer-size rather than point-max.
23469
23470         * gnus-sum.el (gnus-summary-search-article-forward):
23471         Signal a specific `search-failed' rather than a generic `error'.
23472
23473         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23474         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23475         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23476
23477 2004-09-10  Simon Josefsson  <jas@extundo.com>
23478
23479         * nndb.el (require): Remove tcp and duplicate cl.
23480
23481 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23482
23483         * gnus-agent.el (directory-files-and-attributes): Move forward.
23484
23485 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23486
23487         * gnus-agent.el (directory-files-and-attributes):
23488         Optionally defined to support XEmacs.
23489
23490 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23491
23492         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23493         to avoid run-time CL dependencies.
23494         (gnus-agent-unfetch-articles): New function.
23495         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23496         article numbers even when local .overview file is missing.
23497         (gnus-agent-read-article-number): New function.  Only accepts
23498         27-bit article numbers.
23499         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23500         Use gnus-agent-read-article-number.
23501         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23502         from backend while recognizing that article numbers in .overview
23503         must be valid.
23504         (gnus-agent-update-files-total-fetched-for):
23505         Use directory-files-and-attributes to improve performance.
23506         * gnus-int.el (gnus-request-move-article):
23507         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23508         improve performance.
23509
23510         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23511         some users confused by references to .newsrc when they only have a
23512         .newsrc.eld file.
23513         (gnus-convert-mark-converter-prompt)
23514         (gnus-convert-converter-needs-prompt): Fix use of property list.
23515         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23516         New function.  Used internally to only display 'gnus converting
23517         files' message when actually necessary.
23518
23519         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23520         methods now autoloaded.
23521
23522 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23523
23524         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23525         identifiers.
23526
23527 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23528
23529         * gnus-picon.el: Fix indentation and closing parenthesis.
23530
23531 2004-09-01  Simon Josefsson  <jas@extundo.com>
23532
23533         * message.el (message-canlock-generate): Require sha1, not
23534         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23535         to require within a function.  Sadly, if sha1.el isn't loaded, the
23536         let binding in m-c-g will hide the defcustom definition, which is
23537         bad.)
23538
23539         * canlock.el: Require sha1, not sha1-el.
23540
23541         * message.el: Don't autoload sha1 (there is a autoload cookie in
23542         sha1.el).
23543
23544         * sha1-el.el: Rename to sha1.el.
23545
23546 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23547
23548         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23549
23550 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23551
23552         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23553
23554 2004-08-30  Kim F. Storm  <storm@cua.dk>
23555
23556         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23557
23558         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23559         Add :group 'nnimap.
23560
23561 2004-08-30  Andreas Schwab  <schwab@suse.de>
23562
23563         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23564         ?* and ?\;.
23565
23566         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23567         and ?\' to symbol instead of whitespace.
23568
23569 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23570
23571         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23572
23573         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23574         instead of re-search-forward.
23575
23576         * gnus-uu.el (gnus-uu-save-article): Ditto.
23577         (gnus-uu-post-encode-uuencode): Ditto.
23578
23579         * html2text.el (html2text-clean-list-items): Ditto.
23580         (html2text-clean-dtdd): Ditto.
23581         (html2text-format-tags): Ditto.
23582
23583         * message.el (message-send-mail-with-sendmail): Fix regexp.
23584         (message-fill-field-general): Use search-forward instead of
23585         re-search-forward.
23586         (unbold-region): Ditto.
23587
23588         * nnrss.el (nnrss-request-article): Ditto.
23589
23590         * nnslashdot.el (nnslashdot-request-article): Ditto.
23591
23592         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23593
23594         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23595         "Unrecognized menu descriptor" error in XEmacs.
23596
23597 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23598
23599         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23600         parent article of a sparse article in the thread hashtb.
23601
23602 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23603
23604         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23605         (nnmail-expand-newtext): Lowercase expanded entries if
23606         nnmail-split-lowercase-expanded is non-nil.
23607
23608 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23609
23610         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23611
23612         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23613         of gnus-tmp-news-method into string under XEmacs.  It will be
23614         passed to gnus-correct-length which takes only a string argument.
23615
23616 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23617
23618         * gnus-util.el (gnus-bind-print-variables): New macro.
23619         (gnus-prin1): Use it.
23620         (gnus-prin1-to-string): Use it.
23621         (gnus-pp): New function.
23622         (gnus-pp-to-string): New function.
23623
23624         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23625         Replace pp-to-string with gnus-pp-to-string.
23626         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23627         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23628         * gnus-msg.el (gnus-debug): Ditto.
23629         * gnus-score.el (gnus-score-save): Ditto.
23630         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23631         gnus-pp-to-string.
23632         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23633         with gnus-pp.
23634         * score-mode.el (gnus-score-pretty-print): Ditto.
23635         * webmail.el (webmail-debug): Ditto.
23636
23637 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23638
23639         * gnus-art.el (article-display-face, article-display-x-face):
23640         Use buffer-read-only.
23641
23642 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23643
23644         * gnus-art.el (article-hide-list-identifiers):
23645         Bind inhibit-read-only as t.
23646
23647 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23648
23649         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23650
23651 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23652
23653         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23654         (gnus-narrow-to-page): Don't assume point-min == 1.
23655         (gnus-article-edit-mode): Derive from message-mode.
23656
23657         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23658         point-min == 1.
23659
23660         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23661         Disable incorrect use of `assert'.
23662
23663         * message.el (message-mode): Set comment-start-skip.
23664
23665
23666 2004-08-22  Sam Steingold  <sds@gnu.org>
23667
23668         * pop3.el (pop3-leave-mail-on-server): New user variable.
23669         (pop3-movemail): Delete mail only when it is nil.
23670
23671 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23672
23673         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23674
23675         * mml.el (mml-preview): Use `pop-to-buffer'.
23676
23677         * message.el (message-goto-mail-followup-to): Insert after "To".
23678         (message-carefully-insert-headers): Add comment.
23679
23680         * gnus.el: Remove unused variable `gnus-article-check-size'.
23681
23682         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23683
23684         * gnus-art.el (gnus-button-alist):
23685         Improve `gnus-button-handle-library' entry.
23686
23687 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23688
23689         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23690         Use downcase, since XEmacs capitalizes error messages differently.
23691
23692 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23693
23694         * nntp.el: Add (require 'gnus) due to reference to
23695         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23696
23697 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23698
23699         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23700         Bind `mm-fill-flowed'.
23701
23702         * mm-decode.el (mm-dissect-singlepart): Check it.
23703
23704 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23705
23706         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23707         'imap' for netrc parsing.
23708
23709 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23710
23711         * mailcap.el (mailcap-mime-data): Mark as risky.
23712
23713 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23716         may be included in the encoded word.
23717         (rfc2047-encode): Don't append a space if the encoded word
23718         includes close parenthesis.
23719
23720 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23721
23722         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23723         of text within parentheses.
23724
23725 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23726
23727         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23728         (gnus-encrypt-write-file-contents): Make the password key the file
23729         name PLUS the cipher, not just the cipher.  Also remove failed
23730         passwords from the cache.
23731
23732 2004-08-06  Simon Josefsson  <jas@extundo.com>
23733
23734         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23735         Doc fix.
23736
23737 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23740         LWSP.
23741
23742 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23743
23744         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23745         Try to append in-reply-to: data to the references: header.
23746
23747         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23748         (netrc-parse): Use gnus-encrypt.el functions.
23749
23750         * gnus-encrypt.el: Add new file for encryption support; currently
23751         does only a few GPG ciphers and an internal XOR cipher.
23752
23753         * password.el: Add comments on using password-read-and-add.
23754         (password-read-and-add): Add function to read and add the
23755         password to the cache at once.
23756
23757 2004-07-28  Simon Josefsson  <jas@extundo.com>
23758
23759         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23760         parameter (but don't use it, for now).
23761
23762         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23763         instead of hard coding to nil.
23764
23765 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23766
23767         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23768         as mm-inline-image-xemacs does.
23769
23770 2004-07-26  Simon Josefsson  <jas@extundo.com>
23771
23772         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23773         Revert part of 2004-07-17 change below.
23774
23775 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23776
23777         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23778         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23779
23780 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23781
23782         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23783         quotes that actually start with ">" at the beginning of the
23784         lines.
23785
23786 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23787
23788         * rfc2047.el (rfc2047-encode-region): Fix last change.
23789         (rfc2047-encode-parameter): Remove useless concat.
23790
23791 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23792
23793         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23794         encode special characters; fix some kind of misconfigured headers;
23795         signal a real error if debug-on-quit or debug-on-error is non-nil.
23796         (rfc2047-encode-max-chars): New variable.
23797         (rfc2047-encode-1): Use it.
23798         (rfc2047-encode-parameter): New function.
23799
23800         * mml.el (mml-insert-parameter): Remove an excessive space.
23801
23802 2004-07-17  Simon Josefsson  <jas@extundo.com>
23803
23804         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23805         Kai Grossjohann <kai@emptydomain.de>.
23806         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23807         (gnus-group-make-menu-bar): Ditto.
23808
23809         * gnus-util.el (gnus-group-server): Add.
23810
23811 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23812
23813         * message.el (message-clone-locals): Clone sendmail and smtp
23814         variables.
23815
23816 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * rfc2047.el (rfc2047-encode-region): Fix last change.
23819
23820 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23821
23822         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23823         characters as non-special.
23824
23825 2004-07-09  Simon Josefsson  <jas@extundo.com>
23826
23827         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23828         Users will lose all flag changes made while unplugged with
23829         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23830         good default.  See numerous reports on ding mailing list.
23831
23832 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23833
23834         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23835         add generate-head-function and generate-article-function to the
23836         rfc822-forward entry.
23837         (nndoc-rfc822-forward-generate-article): New function.
23838         (nndoc-rfc822-forward-generate-head): New function.
23839
23840         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23841
23842 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23843
23844         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23845         respect display group parameter and gnus-summary-expunge-below.
23846         (gnus-articles-to-read): Remove unused reference to display group
23847         parameter.
23848
23849 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23850
23851         * nnheader.el (nnheader-uniquify-message-id): New experimental
23852         variable.
23853         (nnheader-nov-read-message-id): Use it.
23854
23855         * spam-report.el (spam-report-gmane): Add interactive.
23856
23857 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23858
23859         * mm-encode.el (mm-content-transfer-encoding-defaults):
23860         Use qp-or-base64 for the application/* types.
23861
23862 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23863
23864         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23865
23866 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23867
23868         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23869         trim value.
23870
23871 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23872
23873         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23874         New macro and function.
23875         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23876
23877 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23878
23879         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23880         after-load-alist.
23881
23882 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23883
23884         * gnus-group.el (gnus-group-get-new-news-this-group):
23885         Don't update info that isn't there.
23886
23887 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23888
23889         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23890         entry.
23891
23892 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23893
23894         * mm-view.el (mm-inline-render-with-function): Use multibyte
23895         buffer; decode html source by charset.
23896
23897         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23898
23899         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23900         Mule-UCS is loaded under XEmacs.
23901         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23902
23903 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23904
23905         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23906
23907 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23908
23909         * mm-util.el (mm-coding-system-p): Return a coding-system.
23910         (mm-mime-mule-charset-alist): Use shift_jis instead of
23911         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23912         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23913         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23914         instead of japanese-shift-jis and iso-latin-1 respectively in
23915         order to share the default value with both Emacs and XEmacs-mule.
23916         (mm-mule-charset-to-mime-charset):
23917         Make mm-coding-system-priorities effective.
23918         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23919         while predicating of candidates upon the priorities.
23920
23921 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23922
23923         * gnus-sum.el (gnus-summary-make-menu-bar):
23924         Add gnus-uu-invert-processable.
23925
23926         * gnus.el: Autoload gnus-uu-invert-processable.
23927
23928 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * mm-util.el (mm-with-multibyte-buffer): New macro.
23931
23932         * rfc2047.el (rfc2047-encode-string): Use it.
23933         (rfc2047-encode-region): Move point to the end of the region after
23934         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23935
23936 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23939         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23940
23941 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23942
23943         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23944         (gnus-cite-parse): Ignore quoted envelope From_.
23945         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23946
23947 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23948
23949         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23950         invalid addresses.
23951
23952 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23953
23954         * spam.el: Change section markers, revise TODO list.
23955         (spam-backends): Make new master list of all installed backends.
23956         (spam-summary-exit-behavior): Add new variable to determine how
23957         messages moves are done at summary exit.
23958         (spam-move-spam-nonspam-groups-only)
23959         (spam-process-ham-in-nonham-groups)
23960         (spam-process-ham-in-spam-groups): Remove variables, the
23961         spam-summary-exit-behavior variable should be used to manage this
23962         behavior.
23963         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23964         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23965         and spam-old-spam-articles.
23966         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23967         Add empty variables, placeholders for the backends they represent.
23968         (spam-set-difference): Move, unchanged.
23969         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23970         unless the user has a processor variable.
23971         (spam-classifications, spam-classification-valid-p)
23972         (spam-backend-properties, spam-backend-property-valid-p)
23973         (spam-backend-function-type-valid-p)
23974         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23975         (spam-report-articles-gmane, spam-report-articles-resend):
23976         Remove functions, they are not needed.
23977         (spam-install-backend-super, spam-backend-list)
23978         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23979         (spam-backend-function, spam-backend-ham-registration-function)
23980         (spam-backend-spam-registration-function)
23981         (spam-backend-ham-unregistration-function)
23982         (spam-backend-spam-unregistration-function)
23983         (spam-backend-statistical-p, spam-backend-mover-p)
23984         (spam-install-backend-alias, spam-install-checkonly-backend)
23985         (spam-install-mover-backend, spam-install-nocheck-backend)
23986         (spam-install-backend, spam-install-statistical-backend)
23987         (spam-install-statistical-checkonly-backend): Add backend installation
23988         support.
23989         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23990         (spam-group-processor-p): Use the new backend code and respect the
23991         summary exit behavior.
23992         (spam-mark-spam-as-expired-and-move-routine): Remove.
23993         (spam-summary-prepare): Change to use the new spam-old-articles
23994         variable.
23995         (spam-copy-or-move-routine, spam-copy-spam-routine)
23996         (spam-move-spam-routine, spam-copy-ham-routine)
23997         (spam-move-ham-routine): Add code to copy/move ham or spam.
23998         (spam-fetch-field-fast): Improve doc and code, plus allow the
23999         'number request.
24000         (spam-list-of-checks, spam-list-of-statistical-checks):
24001         Remove variables.
24002         (spam-split, spam-find-spam): Use the new backend code.
24003         (spam-registration-functions): Remove variable.
24004         (spam-unregister-routine): Add convenience wrapper.
24005         (spam-log-undo-registration, spam-register-routine)
24006         (spam-log-processing-to-registry)
24007         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24008         where possible.
24009         (spam-check-gmane-xref, spam-check-regex-headers)
24010         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24011         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24012         (spam-check-bogofilter-headers, spam-check-spamoracle)
24013         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24014         (spam-check-crm114-headers): Use the spam-split-group that
24015         spam-split prepares, no need to determine it every time.
24016
24017         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24018         to the nnheader-parse-naked-head call.
24019
24020         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24021
24022         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24023         the nnheader-nov-read-message-id call.
24024
24025 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24028         gnus-activate-group twice.  Suggested by Markus Peter
24029         <warp@spin.de>.
24030
24031 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24032
24033         * gnus-art.el (gnus-article-time-format): Exchange the order of
24034         day and month in the default value; fix customization type.
24035         (article-date-ut): Use add-text-properties.
24036         (article-make-date-line): Use message-make-date instead of
24037         current-time-string.
24038
24039         * message.el (message-fetch-field): Don't use set-text-properties.
24040         (message-make-date): Simplify.
24041
24042         * messagexmas.el (message-xmas-make-date): New function.
24043         (message-xmas-redefine): Defalias message-make-date to it.
24044
24045 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24046
24047         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24048         (rfc2047-encode-region): Treat text within parentheses as special;
24049         show the original text when error has occurred.
24050
24051         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24052         already-computed method to gnus-activate-group.
24053
24054         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24055         same select-methods identical Lisp objects.
24056
24057         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24058         object when modifying the info.
24059
24060 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24061
24062         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24063         gnus-opened-servers since it has never been opened with the new
24064         configuration yet.
24065
24066 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24067
24068         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24069         arg to nnheader-generate-fake-message-id.
24070
24071 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24072
24073         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24074         number and build a fake message ID localized to a group and
24075         article number (so it's repeatable from that point on).
24076         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24077         ID format.
24078
24079         * gnus-sum.el (gnus-get-newsgroup-headers):
24080         Call nnheader-generate-fake-message-id with the article number.
24081
24082 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24083
24084         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24085         end-of-buffer.
24086
24087 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24088
24089         * message.el (message-ignored-supersedes-headers): Add Approved.
24090
24091 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24092
24093         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24094         goto-char.
24095         (rfc2047-encode): Fold the line before encoding.
24096
24097 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24098
24099         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24100         folding -- not all headers can be folded, and this should be done
24101         by the message composition mode.  Probably.  I think.
24102
24103 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24104
24105         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24106         fast.
24107
24108         * gnus-ems.el (gnus-remove-image): Don't use
24109         message-text-with-property; remove only the image found first.
24110
24111         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24112         found first.
24113
24114 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24115
24116         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24117
24118 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24119
24120         * message.el (message-text-with-property): Make it fast and accept
24121         optional arguments.
24122         (message-strip-forbidden-properties): Use it.
24123         (message-fix-before-sending): Follow the m-t-w-p change.
24124
24125         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24126
24127 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24128
24129         * gnus-art.el (article-hide-headers): Don't change the buffer
24130         mistakenly when performing mml-preview even if
24131         gnus-single-article-buffer is nil.
24132
24133 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24134
24135         * message.el (message-expand-name-databases): New user option.
24136         (message-expand-name): Use it.
24137
24138 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24139
24140         * spam.el (spam-report-articles-resend)
24141         (spam-report-resend-register-routine): Allow ham reporting.
24142         (spam-report-resend-register-ham-routine): Add wrapper.
24143         (spam-registration-functions): Add ham resending functions.
24144         (spam-list-of-processors): Add ham resend processor.
24145
24146         * gnus.el (ham-resend-to): Add new group parameter.
24147         (spam-process): Add ham resend option.
24148
24149         * spam-report.el (spam-report-resend): Allow reporting ham.
24150         (spam-report-resend-ham): Add wrapper.
24151
24152 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24153
24154         * message.el (message-cite-articles-with-x-no-archive):
24155         New variable.
24156         (message-cite-original): Use it.
24157
24158 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24159
24160         * message.el (message-cite-original): Respect X-No-Archive.
24161
24162 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24163
24164         * gnus-art.el (article-hide-headers): Refer to the values for
24165         gnus-ignored-headers and gnus-visible-headers in the summary
24166         buffer since a user may have set them as group parameters.
24167
24168 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24169
24170         * assistant.el (assistant-node-name): Add convenience function.
24171         (assistant-render-text, assistant-render-node): Add error handling,
24172         plus handle multiple next nodes.
24173         (assistant-find-next-node): Comment out for now.
24174         (assistant-find-next-nodes): Add function, returns list of next
24175         nodes.
24176
24177 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24178
24179         * mail-source.el (mail-source-directory): Fix doc-string.
24180
24181 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24182
24183         * assistant.el (assistant-render-text, assistant-eval): Add :set
24184         widget type, which is different because it takes and returns a
24185         list.  Much hilarity ensues.
24186
24187 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24188
24189         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24190
24191         * gnus-group.el (gnus-group-get-new-news-this-group):
24192         Add doc-string.
24193
24194         * gnus-start.el (gnus-activate-group): Add doc-string.
24195
24196 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24197
24198         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24199
24200 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24201
24202         * assistant.el (assistant-render-text): Try to add a :set
24203         widget, more to come.
24204
24205         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24206         strings.
24207         (spam-report-articles-resend)
24208         (spam-register-routine): Do registration iff any articles warrant
24209         it.
24210         (spam-summary-prepare-exit): Change log message for nil group
24211         destinations.
24212
24213 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24214
24215         * spam.el (spam-report-resend-register-routine):
24216         Allow spam-report-resend-to to be a group parameter or a global value.
24217
24218 2004-05-26  Simon Josefsson  <jas@extundo.com>
24219
24220         * starttls.el: Merge with my GNUTLS based starttls.el.
24221         (starttls-gnutls-program, starttls-use-gnutls)
24222         (starttls-extra-arguments, starttls-process-connection-type)
24223         (starttls-connect, starttls-failure, starttls-success):
24224         New variables.
24225         (starttls-program, starttls-extra-args): Doc fix.
24226         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24227         New functions.
24228         (starttls-negotiate, starttls-open-stream):
24229         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24230         function if it is set.
24231
24232 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24233
24234         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24235         structured fields.
24236
24237 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24240
24241 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24242
24243         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24244         Add variable.
24245         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24246         assigning the spam-mark to new messages.
24247
24248 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24249
24250         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24251
24252 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24253
24254         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24255
24256         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24257         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24258         default.
24259
24260 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24261
24262         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24263         correct data.
24264
24265 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24266
24267         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24268         (spam-group-processor-p): Fix function.
24269         (spam-group-processor-multiple-p)
24270         (spam-group-spam-processor-report-gmane-p)
24271         (spam-group-spam-processor-report-resend-p)
24272         (spam-group-spam-processor-bogofilter-p)
24273         (spam-group-spam-processor-blacklist-p)
24274         (spam-group-spam-processor-ifile-p)
24275         (spam-group-ham-processor-ifile-p)
24276         (spam-group-spam-processor-spamoracle-p)
24277         (spam-group-spam-processor-crm114-p)
24278         (spam-group-ham-processor-bogofilter-p)
24279         (spam-group-spam-processor-stat-p)
24280         (spam-group-ham-processor-stat-p)
24281         (spam-group-ham-processor-whitelist-p)
24282         (spam-group-ham-processor-BBDB-p)
24283         (spam-group-ham-processor-spamoracle-p)
24284         (spam-group-ham-processor-copy-p): Remove functions with some
24285         prejudice against unneeded code.
24286         (spam-report-articles-resend)
24287         (spam-report-resend-register-routine): Allow the group/topic
24288         spam-resend-to value to override spam-report-resend-to.
24289         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24290         properly now.
24291
24292         * gnus.el (spam-resend-to): Add group/topic parameter.
24293         (spam-process): Move the OBSOLETE processors to the end of the
24294         choices.
24295
24296 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24297
24298         * spam-report.el (spam-report-resend-to, spam-report-resend):
24299         Start with resend-to set to nil, and then ask the user if necessary.
24300         (spam-report-resend): spam-report-resend takes a list of articles, not
24301         separate article numbers.
24302
24303 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24306         addition to emacs-w3m.
24307
24308 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24309
24310         * assistant.el (assistant-authinfo-data): New function.
24311         (assistant-eval): Eval for entire assistant.
24312
24313         * netrc.el (netrc-services-file): New variable.
24314         (netrc-parse-services): New function.
24315         (netrc-find-service-name): New function.
24316         (netrc-find-service-number): New function.
24317         (netrc-port-equal): New function.
24318         (netrc-machine): Use it.
24319
24320         * nnimap.el (nnimap-open-connection): Use netrc.
24321
24322         * gnus-util.el (gnus-netrc-get): Remove aliases.
24323
24324         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24325
24326         * assistant.el (wid-edit): Fix compilation.
24327
24328         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24329
24330 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24331
24332         * gnus-util.el (gnus-set-file-modes): New function.  (small
24333         patch).
24334
24335 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24336
24337         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24338
24339         * assistant.el (assistant-render-node): Fix up rendering and
24340         read-only text.
24341         (assistant-render-node): Reset.
24342         (assistant-make-read-only): Not sticky.
24343
24344 2004-05-20  Danny Siu  <dsiu@adobe.com>
24345
24346         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24347         centered even when gnus-auto-center-summary is t.
24348
24349 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24350
24351         * dns.el (dns-get-txt-answer): New function.
24352         (dns-read-txt): Ditto.
24353         (query-dns): Use it.
24354
24355 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24356
24357         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24358         active for foreign groups even if the group level is higher than
24359         the specified value.
24360
24361 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24362
24363         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24364         non-active groups.
24365
24366         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24367
24368 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24369
24370         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24371
24372 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24373
24374         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24375         (spam-crm114-header, spam-crm114-spam-switch)
24376         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24377         (spam-crm114-positive-spam-header)
24378         (spam-crm114-database-directory, spam-list-of-processors)
24379         (spam-group-spam-processor-crm114-p)
24380         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24381         (spam-generic-score, spam-list-of-checks)
24382         (spam-list-of-statistical-checks, spam-registration-functions)
24383         (spam-check-crm114-headers, spam-crm114-score)
24384         (spam-check-crm114, spam-crm114-register-with-crm114)
24385         (spam-crm114-register-spam-routine)
24386         (spam-crm114-unregister-spam-routine)
24387         (spam-crm114-register-ham-routine)
24388         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24389
24390 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24391
24392         * gnus.el: Add spam-use-crm114.
24393
24394         * spam.el (spam-list-of-processors, spam-registration-functions):
24395         Add spam-use-resend.
24396         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24397         (spam-report-articles-gmane): Add doc fix.
24398         (spam-report-articles-resend, spam-report-resend-register-routine):
24399         Add wrappers around spam-report-resend-to.
24400
24401         * spam-report.el (spam-report-resend-to, spam-report-resend):
24402         Add support for resending spam.
24403         (spam-report-gmane): Fix line length >80.
24404
24405         * gnus.el (spam-process): Add spam-use-resend.
24406
24407 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24408
24409         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24410         number of processed spam messages.
24411         (spam-ham-copy-or-move-routine): Return the number of processed
24412         ham messages.
24413         (spam-summary-prepare-exit): Use the above values to decide
24414         whether status messages shouled be displayed.
24415
24416 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24417
24418         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24419         `rfc2047-encoding-function-alist' in order to avoid conflicting
24420         with the old version.
24421         (rfc2047-encode-region): Concatenate words containing non-ASCII
24422         characters in structured fields; don't encode space-delimited
24423         ASCII words even in unstructured fields; don't break words at
24424         char-category boundaries.
24425         (rfc2047-encode-1): New function.
24426         (rfc2047-encode): Use it; encode text so that it occupies the
24427         maximum width within 76-column; work correctly on Q encoding for
24428         iso-2022-* charsets.
24429         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24430         sure not to break a line just after the header name.
24431         (rfc2047-b-encode-region): Remove.
24432         (rfc2047-b-encode-string): New function.
24433         (rfc2047-q-encode-region): Remove.
24434         (rfc2047-q-encode-string): New function.
24435
24436         * mm-util.el (mm-replace-in-string): New function.
24437
24438 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24439
24440         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24441         Really get it right.
24442         (gnus-inews-make-draft): Really.
24443
24444 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24445
24446         * nnmh.el (nnmh-request-list-1): Don't check the link count
24447         before descending.  (small patch)
24448
24449 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24450
24451         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24452         stuff.
24453
24454         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24455         Match on real group name.
24456
24457         * gnus-art.el (gnus-signature-limit): Doc fix.
24458
24459         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24460
24461         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24462
24463 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24464
24465         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24466         isn't a string.
24467
24468 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24469
24470         * gnus-draft.el (gnus-draft-send):
24471         Bind rfc2047-encode-encoded-words.
24472
24473         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24474         (rfc2047-encodable-p): Say that =? needs encoding.
24475         (rfc2047-encode-encoded-words): New variable.
24476
24477         * gnus-group.el (gnus-group-select-group): Doc fix.
24478
24479         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24480
24481         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24482         to nil.
24483
24484         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24485
24486         * nnheader.el (nnheader-get-lines-and-char): New function.
24487
24488 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24489
24490         * gnus-msg.el (gnus-summary-followup-with-original):
24491         Document yanking of region when active.
24492
24493 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24494
24495         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24496         groups if the group level is higher than the specified value.
24497
24498 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24499
24500         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24501         (gnus-group-jump-to-group): Add prefix argument using
24502         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24503         non-active group.
24504
24505         * compface.el (uncompface): Be verbose when changing
24506         `uncompface-use-external'.
24507
24508         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24509         handle manual section.
24510
24511 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24512
24513         * gnus-art.el (gnus-button-alist): Revert previous change.
24514
24515 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24516
24517         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24518
24519 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24520
24521         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24522         whether backend can accept message.
24523
24524         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24525
24526 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24527
24528         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24529         Avoid creating directory when nntp-marks-is-evil is true.
24530         Reported by Reiner Steib.
24531
24532 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24533
24534         * gnus-picon.el (gnus-picon-insert-glyph):
24535         Add optional `nostring' argument.
24536
24537 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24538
24539         * gnus-picon.el (gnus-picon-style): New variable.
24540         (gnus-picon-transform-address): Support `gnus-picon-style'.
24541
24542 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24543
24544         * message.el (message-fill-field): Return point.
24545         (message-generate-headers): Go to end of field.
24546
24547         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24548         stuff for non-living groups.
24549
24550 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24551
24552         * gnus-art.el (gnus-article-followup-with-original)
24553         (gnus-article-reply-with-original): gnus-mark-active-p ->
24554         gnus-region-active-p.
24555
24556 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24557
24558         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24559         only when there is spam or ham to be processed.
24560
24561 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24562
24563         * mail-source.el (mail-source-delete-crash-box): Refactor.
24564         (mail-source-fetch): Use it.
24565         (mail-source-fetch-file): Ditto.
24566         (mail-source-fetch-directory): Run postscript in loop.
24567         (mail-source-fetch-pop): Delete.
24568         (mail-source-fetch-maildir): Ditto.
24569         (mail-source-fetch-imap): Ditto.
24570
24571         * imap.el (imap-authenticators): Comment out sasl.
24572
24573         * message.el (message-skip-to-next-address): New function.
24574         (message-fill-header-address): Refactor.
24575         (message-fill-address): Use it.
24576         (message-delete-address): Use it.
24577         (message-fill-header-general): Refactor.
24578         (message-fill-field-address): Rename.
24579         (message-narrow-to-field): Find the start of the header.
24580         (message-header-format-alist): Don't pre-fill.
24581         (message-fill-header): Remove.
24582         (message-insert-header): New function.
24583         (message-shorten-references): Use it.
24584
24585         * rfc2047.el (rfc2047-field-value): Strip props.
24586
24587         * mail-parse.el (mail-header-make-address): New alias.
24588
24589         * ietf-drums.el (ietf-drums-make-address): New function.
24590
24591         * imap.el: Add compiler directives.
24592
24593         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24594
24595         * gnus-art.el (article-decode-idna-rhs): Don't use
24596         message-idna-inside-rhs-p.
24597
24598 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24599
24600         * message.el (message-idna-inside-rhs-p): Remove.
24601         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24602
24603         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24604         false positives.
24605
24606 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24607
24608         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24609
24610 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24611
24612         * nneething.el (nneething-file-name): Don't create spurious
24613         files.
24614
24615         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24616         (gnus-inews-do-gcc): Remove sleep.
24617
24618         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24619         part under point.
24620
24621         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24622         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24623
24624 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24625
24626         * spam.el (spam-summary-prepare-exit): Fix (length).
24627
24628 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24629
24630         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24631         as expired without moving it" message when there are spam
24632         messages left.
24633
24634 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24635
24636         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24637         header is not nil.
24638
24639 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24640
24641         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24642         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24643         (nntp-marks-changed-p): New arg SERVER.
24644         (nntp-request-update-info): Adjust caller.
24645
24646 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24647
24648         * nntp.el (nntp-save-marks): Pass missing arg.
24649
24650 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24651
24652         * nntp.el: Support marks.
24653         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24654         (nntp-marks-modtime, nntp-marks-directory): New variables.
24655         (nntp-request-set-mark, nntp-request-update-info)
24656         (nntp-possibly-create-directory, nntp-marks-changed-p)
24657         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24658         New functions.
24659
24660 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24661
24662         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24663         (gnus-xmas-redefine): Rename.
24664
24665         * gnus-score.el (gnus-score-insert-help):
24666         Use gnus-select-lowest-window.
24667
24668         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24669         appt-select-lowest-window and rename to gnus-select-lowest-window.
24670
24671         * gnus.el: do.
24672
24673 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24674
24675         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24676         encodings of MIME-encoded words, in order to improve
24677         interoperability with several broken MUAs.
24678
24679 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24680
24681         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24682         tags, only when charsets are not specified in headers.
24683         (mm-inline-text-html-render-with-w3m): Ditto.
24684
24685         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24686         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24687
24688 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24689
24690         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24691         instead of MIME-decoded from fields when checking
24692         `gnus-article-address-banner-alist'.
24693
24694 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24695
24696         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24697         description rather than subject.
24698
24699 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24700
24701         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24702
24703 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24704
24705         * gnus.el (gnus-version-number): Bump.
24706
24707 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24708
24709         * gnus.el: No Gnus v0.2 is released.
24710
24711 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24712
24713         * gnus-agent.el (gnus-agent-read-agentview):
24714         Inline gnus-uncompress-range.
24715
24716 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24717
24718         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24719         `exec-installed-p'.
24720
24721 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24722
24723         * gnus.el (spam-process, spam-autodetect-methods):
24724         Add bsfilter and bsfilter-headers.
24725
24726         * spam.el (spam-bsfilter): New customize group.
24727         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24728         (spam-bsfilter-header, spam-bsfilter-probability-header)
24729         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24730         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24731         (spam-bsfilter-database-directory): New options.
24732         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24733         (spam-list-of-statistical-checks, spam-registration-functions):
24734         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24735         (spam-bsfilter-score): New command.
24736         (spam-check-bsfilter-headers, spam-check-bsfilter)
24737         (spam-bsfilter-register-with-bsfilter)
24738         (spam-bsfilter-register-spam-routine)
24739         (spam-bsfilter-unregister-spam-routine)
24740         (spam-bsfilter-register-ham-routine)
24741         (spam-bsfilter-unregister-ham-routine): New functions.
24742         (spam-generic-score): Support bsfilter; Accept an optional argument
24743         to recalcurate spam score even if scoring header has already been
24744         added.
24745         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24746         optional argument to recalcurate spam score even if scoring header
24747         has already been added.
24748
24749 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24750
24751         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24752         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24753         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24754         link is missing.
24755
24756 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24757
24758         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24759         (html2text-get-attr): Rewrite.
24760
24761         * message.el (message-setup-1): Remove redundant put-text-property
24762         on mail-header-separator.
24763
24764 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24765
24766         * gnus-registry.el (gnus-registry-cache-whitespace)
24767         (gnus-registry-action, gnus-registry-spool-action)
24768         (gnus-registry-split-fancy-with-parent): Change message levels
24769         from 5 to 3 or 7, as needed.
24770
24771         * spam.el (spam-summary-prepare-exit)
24772         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24773         (spam-split, spam-find-spam, spam-log-undo-registration)
24774         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24775         level from 5 to 6.
24776
24777 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24778
24779         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24780         2004-03-04 change).
24781
24782 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24783
24784         * sieve-manage.el (sieve-manage-open):
24785         * nnweb.el (nnweb-insert-html):
24786         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24787         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24788         * nnspool.el (nnspool-request-group):
24789         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24790         * nnml.el (nnml-request-update-info):
24791         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24792         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24793         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24794         (nnimap-request-set-mark):
24795         * nnfolder.el (nnfolder-request-update-info):
24796         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24797         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24798         * gnus-uu.el (gnus-uu-find-articles-matching):
24799         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24800         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24801         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24802         * gnus-nocem.el (gnus-nocem-scan-groups):
24803         * gnus-int.el (gnus-start-news-server):
24804         * gnus-group.el (gnus-group-make-kiboze-group)
24805         (gnus-group-browse-foreign-server):
24806         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24807         Use mapc when appropriate.
24808
24809 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24810             Adam Sjøgren  <asjo@koldfront.dk>
24811             Wes Hardaker  <wes@hardakers.net>
24812             Michael Shields  <shields@msrl.com>
24813
24814         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24815         may need for spam sorting and scoring.
24816         (spam-user-format-function-S): Add user format function suitable for
24817         general use.
24818         (spam-article-sort-by-spam-status): Add sorting function for summary
24819         sorting.
24820         (spam-extra-header-to-number): Add function to get a score from a
24821         header.
24822         (spam-summary-score): Add function to get a numeric score from the
24823         headers.
24824         (spam-generic-score): Fix function doc, was in wrong place.
24825         (spam-initialize): Take symbols when it's run, and install the
24826         extra headers that spam-necessary-extra-headers thinks we need.
24827
24828 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24829
24830         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24831         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24832
24833 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24834
24835         * gnus-sum.el (gnus-set-global-variables)
24836         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24837         (gnus-article-get-xrefs, gnus-summary-best-group)
24838         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24839         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24840         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24841         Use with-current-buffer.
24842
24843 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24844
24845         * spam.el (spam-summary-prepare-exit): Simplify logic.
24846         (spam-fetch-article-header): Read the article header if it's not
24847         available.
24848         (spam-list-articles): Simplify logic.
24849         (spam-filelist-register-routine): Fix bug with unregister-list.
24850
24851         * gnus-registry.el: Fix comments at beginning.
24852
24853 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24854
24855         * message.el (message-cater-to-broken-inn): Remove.
24856         (message-shorten-references): Make sure the total folded length of
24857         References is shorter than 998 characters to cater to a bug in INN
24858         2.3.  Also, don't pretend that references aren't folded -- this
24859         hasn't worked for a while.
24860
24861 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24862
24863         * gnus-agent.el (gnus-agentize):
24864         gnus-agent-send-mail-real-function no longer set to current value
24865         of message-send-mail-function but rather a lambda that calls
24866         message-send-mail-function.  The change makes the agent real-time
24867         responsive to user changes to message-send-mail-function.
24868
24869 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24870
24871         * legacy-gnus-agent.el
24872         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24873         help from Florian Weimer <fw@deneb.enyo.de>
24874
24875 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * nnmail.el (nnmail-cache-insert): Revert last change.
24878
24879 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24880
24881         * nnmail.el (nnmail-cache-insert): Always check whether
24882         nnmail-cache-ignore-groups matches a group name.
24883
24884 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24885
24886         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24887         (spam-find-spam, spam-log-processing-to-registry)
24888         (spam-log-registered-p, spam-log-unregistration-needed-p)
24889         (spam-log-undo-registration): Use gnus-message instead of
24890         gnus-error, none of these errors are fatal.
24891
24892         * gnus-registry.el (gnus-registry-clean-empty-function)
24893         (gnus-registry-clean-empty): Remove only empty entries without
24894         extra data.
24895
24896 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24897
24898         * spam-stat.el (spam-stat-buffer-change-to-spam)
24899         (spam-stat-buffer-change-to-non-spam): Change (error) to
24900         (gnus-message 8) invocation.
24901
24902 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24903
24904         * nntp.el (nntp-via-netcat-command): New variable.
24905         (nntp-via-netcat-switches): New variable.
24906         (nntp-open-via-rlogin-and-netcat): New function.
24907         (nntp-open-connection-function): Doc fix.
24908         (nntp-telnet-command): Doc fix.
24909         (nntp-end-of-line): Doc fix.
24910         (nntp-via-rlogin-command): Doc fix.
24911         (nntp-via-user-name): Doc fix.
24912         (nntp-via-address): Doc fix.
24913
24914 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24915
24916         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24917         error in Emacs 21.1.
24918
24919 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24920
24921         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24922
24923 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24924
24925         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24926         (gnus-agent-with-refreshed-group): New macro.
24927         (gnus-agent-rename-group): New function.
24928         (gnus-agent-delete-group): New function.
24929         (gnus-agent-save-group-info): Use gnus-command-method when
24930         `method' parameter is nil.  Don't write nil entries into the
24931         active file.
24932         (gnus-agent-get-group-info): New function.
24933         (gnus-agent-fetch-articles):
24934         Use gnus-agent-update-files-total-fetched-for to increment disk space
24935         used.
24936         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24937         Use gnus-agent-update-view-total-fetched-for to increment disk space
24938         used.
24939         (gnus-agent-get-local): Add optional parameters to avoid calling
24940         gnus-group-real-name and gnus-find-method-for-group.
24941         (gnus-agent-set-local): Delete stored entry if either min, or max,
24942         are nil.
24943         (gnus-agent-fetch-session): Reworded error/quit messages.
24944         On quit, use gnus-agent-regenerate-group to record existance of any
24945         articles fetched to disk before the quit occurred.
24946         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24947         gnus-agent-update-view-total-fetched-for, and
24948         gnus-agent-update-files-total-fetched-for to decrement disk space
24949         used.
24950         (gnus-agent-retrieve-headers):
24951         Use gnus-agent-update-view-total-fetched-for to increment disk space
24952         used.
24953         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24954         with gnus-agent-update-files-total-fetched-for to decrement disk
24955         space and fresh group buffer.
24956         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24957         (gnus-agent-need-update-total-fetched-for): New variable.
24958         (gnus-agent-update-files-total-fetched-for): New function.
24959         (gnus-agent-update-view-total-fetched-for): New function.
24960         (gnus-agent-total-fetched-for): New function.
24961
24962         * gnus-cache.el (gnus-cache-save-buffers):
24963         Use gnus-cache-update-overview-total-fetched-for to change disk space
24964         used by this group.
24965         (gnus-cache-possibly-enter-article):
24966         Use gnus-cache-update-file-total-fetched-for to increment disk space
24967         used by this group.
24968         (gnus-cache-possibly-remove-article):
24969         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24970         used by this group.
24971         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24972         (gnus-cache-rename-group): New function.
24973         (gnus-cache-delete-group): New function.
24974         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24975         (gnus-cache-need-update-total-fetched-for): New variable.
24976         (gnus-cache-with-refreshed-group): New macro.
24977         (gnus-cache-update-file-total-fetched-for): New function.
24978         (gnus-cache-update-overview-total-fetched-for): New function.
24979         (gnus-cache-rename-group-total-fetched-for): New function.
24980         (gnus-cache-delete-group-total-fetched-for): New function.
24981         (gnus-cache-total-fetched-for): New function.
24982
24983         * gnus-group.el: Require gnus-sum and autoload functions to
24984         resolve warnings when gnus-group.el compiled alone.
24985         (gnus-group-line-format): Documented new %F.
24986         (size of Fetched data) group line format; identifies disk space
24987         used by agent and cache.
24988         (gnus-group-line-format-alist): Defined new F format.
24989         (gnus-total-fetched-for): New function.
24990         (gnus-group-delete-group): No longer update
24991         gnus-cache-active-altered as gnus-request-delete-group now keeps
24992         the cache in sync.
24993         (gnus-group-list-active): Let the agent store a server's active
24994         list if currently plugged.
24995
24996         * gnus-int.el (gnus-request-delete-group):
24997         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24998         local disk in sync with the server.
24999         (gnus-request-rename-group):
25000         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25001         local disk in sync with the server.
25002
25003         * gnus-start.el (gnus-get-unread-articles):
25004         Cosmetic simplification to logic.
25005
25006         * gnus-util.el (gnus-rename-file): New function.
25007
25008 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25009
25010         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25011
25012 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25013
25014         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25015         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25016
25017 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25018
25019         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25020         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25021
25022 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25023
25024         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25025
25026 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25027
25028         * spam.el (spam-set-difference): Add function to replace
25029         gnus-set-difference in spam.el.
25030         (spam-summary-prepare-exit): Use spam-set-difference.
25031
25032 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25033
25034         * gnus-registry.el (gnus-registry-cache-file): Update to use
25035         gnus-dribble-directory OR gnus-home-directory OR ~.
25036         (gnus-registry-split-fancy-with-parent): Fix doc.
25037
25038 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * message.el (message-exchange-point-and-mark):
25041         Use message-mark-active-p.  Suggested by Jesper Harder
25042         <harder@ifa.au.dk>.
25043
25044 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25045
25046         * message.el (message-exchange-point-and-mark): Don't activate
25047         region if it was inactive.  Suggested by Hiroshi Fujishima
25048         <pooh@nature.tsukuba.ac.jp>.
25049
25050 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25051
25052         * gnus-art.el (article-display-face): Display Faces in the same
25053         order as X-Faces.
25054
25055 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25056
25057         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25058
25059 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25060
25061         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25062         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25063         (gnus-article-mime-hierarchy): Remove.
25064         (gnus-article-mime-hierarchy-next): Remove.
25065         (gnus-article-mode): Revert 2004-03-19 change.
25066         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25067         (gnus-insert-mime-button): Revert 2004-03-19 change.
25068         (gnus-mime-accumulate-hierarchy): Remove.
25069         (gnus-mime-enter-multipart): Remove.
25070         (gnus-mime-leave-multipart): Remove.
25071         (gnus-mime-display-part): Revert 2004-03-19 change.
25072         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25073
25074         * mml.el (mml-preview): Revert 2004-03-19 change.
25075
25076 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25077
25078         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25079
25080 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25081
25082         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25083         t while entering a file name using the mm-with-multibyte macro.
25084         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25085
25086         * mm-util.el (mm-with-multibyte): New macro.
25087
25088 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25089
25090         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25091         New user option.
25092         (gnus-mime-multipart-functions): Doc and customization fix.
25093         (gnus-article-mime-hierarchy): New variable.
25094         (gnus-article-mime-hierarchy-next): New variable.
25095         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25096         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25097         gnus-article-mime-hierarchy-next to nil.
25098         (gnus-insert-mime-button): Show hierarchy numbers.
25099         (gnus-mime-accumulate-hierarchy): New function.
25100         (gnus-mime-enter-multipart): New function.
25101         (gnus-mime-leave-multipart): New function.
25102         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25103         (gnus-mime-display-alternative): Show hierarchy numbers.
25104
25105         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25106         gnus-article-mime-hierarchy-next to nil.
25107
25108 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25109
25110         * dns.el: Don't require gnus-xmas.
25111
25112 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25113
25114         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25115         inline PGP.
25116         (mml-menu): Disable mml-quote-region if mark is inactive.
25117
25118 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25119
25120         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25121         when the group's active is not available.
25122
25123 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25124
25125         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25126         error.
25127
25128 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25129
25130         * imap.el (imap-store-password): New variable.
25131         (imap-interactive-login): Use it.
25132         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25133
25134 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25135
25136         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25137         window-start and hscroll to summary window.
25138
25139 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25140
25141         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25142         conversion message to newsrc-dribble when an actual conversion is
25143         performed.
25144
25145 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25146
25147         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25148
25149 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25150
25151         * mm-decode.el (mm-complicated-handles): New function reviving
25152         former definition of mm-multiple-handles.
25153
25154         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25155         (gnus-mime-delete-part): Use it.
25156
25157 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25158
25159         * gnus-agent.el (gnus-agent-read-local):
25160         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25161         avoid the implicit assumption that they will always be equal.
25162         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25163         coding-system-for-write, as the with-temp-file macro first prints
25164         to a buffer then saves the buffer.
25165
25166 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25167
25168         * gnus-art.el (gnus-article-edit-part): New function.
25169         (gnus-mime-save-part-and-strip): Use it; do query instead of
25170         signaling an error; don't use mm-multiple-handles.
25171         (gnus-mime-delete-part): Ditto.
25172
25173 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25174
25175         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25176         old file versions.
25177         (gnus-group-prepare-hook): Remove function that converted list
25178         form of gnus-agent-expire-days to group properties.
25179
25180         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25181         (gnus-request-accept-article): Re-indented.
25182
25183         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25184         converters to handle old agent file formats.  Add logic for a
25185         "backup before upgrading warning".
25186         (gnus-convert-mark-converter-prompt): Developers can mark
25187         functions as needing (default), or not needing,
25188         gnus-convert-old-newsrc's "backup before upgrading warning".
25189         (gnus-convert-converter-needs-prompt): Tests whether the user
25190         should be protected from potentially irreversable changes by the
25191         function.
25192
25193         * legacy-gnus-agent.el: New.  Provides converters that are only
25194         loaded when gnus-convert-old-newsrc needs to call them.
25195
25196 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25197
25198         * mail-source.el (mail-source-touch-pop): Doc fix.
25199
25200         * message.el (message-smtpmail-send-it): Doc fix.
25201
25202 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25203
25204         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25205
25206         * nnmail.el (nnmail-split-fancy): do.
25207
25208         * gnus-kill.el (gnus-kill, gnus-execute): do.
25209
25210 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25211
25212         * gnus-sum.el (gnus-widget-reversible-match)
25213         (gnus-widget-reversible-to-internal)
25214         (gnus-widget-reversible-to-external): New functions.
25215         (gnus-widget-reversible): New widget.
25216         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25217
25218 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25219
25220         * gnus-sum.el (gnus-thread-sort-functions)
25221         (gnus-article-sort-functions): Document `(not F)' items.
25222
25223 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25224
25225         * spam.el (spam-use-gmane-xref): Add new backend.
25226         (spam-gmane-xref-spam-group): Add variable to control the name of the
25227         Gmane spam group.
25228         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25229         (spam-regex-headers-spam, spam-regex-headers-ham)
25230         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25231         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25232         backends and checks.
25233         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25234
25235         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25236         an autodetect method.
25237
25238 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25239
25240         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25241         articles are being added to a group.
25242         (gnus-request-replace-article): Inform the agent that articles
25243         need to be uncached as the cached contents are no longer valid.
25244
25245 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25246
25247         * binhex.el: Don't autoload executable-find.
25248
25249         * canlock.el: Don't autoload mail-fetch-field.
25250
25251         * dgnushack.el: Autoload c-mode for XEmacs.
25252
25253         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25254
25255         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25256         rmail-dont-reply-to and rmail-output.
25257
25258         * gnus-score.el: Don't autoload ffap-string-at-point.
25259
25260         * gnus-setup.el: Don't autoload sc-cite-original.
25261
25262         * imap.el: Don't autoload base64-decode-string,
25263         base64-encode-string and md5.
25264
25265         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25266         and rmail-msg-restore-non-pruned-header.
25267
25268         * mm-decode.el: Don't autoload executable-find.
25269
25270         * mm-url.el: Don't autoload executable-find.
25271
25272         * mm-view.el: Don't autoload diff-mode.
25273
25274         * nndb.el: Don't autoload news-reply-mode, news-setup,
25275         cancel-timer and telnet.
25276
25277         * password.el: Don't autoload run-at-time for Emacs.
25278
25279         * sha1-el.el: Don't autoload executable-find.
25280
25281         * sieve-mode.el: Don't autoload c-mode.
25282
25283         * uudecode.el: Don't autoload executable-find.
25284
25285 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25286
25287         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25288         (gnus-agent-possibly-alter-active): Avoid null in numeric
25289         comparison.
25290         (gnus-agent-set-local): Refuse to save null in local object table.
25291         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25292         list of articles that will be marked as unread.
25293
25294 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25295
25296         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25297
25298 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25299
25300         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25301         language tags.
25302
25303 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25304
25305         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25306         Don't bind "obarray".
25307
25308         * gnus-sum.el (gnus-thread-sort-functions):
25309         Add `gnus-thread-sort-by-most-recent-number' and
25310         `gnus-thread-sort-by-most-recent-date'.
25311         Reported by Kai Grossjohann <kai@emptydomain.de>.
25312
25313 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25314
25315         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25316
25317 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25318
25319         * gnus-cus.el (gnus-agent-customize-category):
25320         Remove ignore-errors macro reference that required cl to be loaded at
25321         run-time.
25322
25323         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25324         single-interval range of the form (min . max).  Previously the
25325         range had to look like ((min . max)).  Likewise, return
25326         (min . max) rather than ((min . max)).
25327         (gnus-range-map): Use gnus-range-normalize to accept
25328         single-interval range.
25329
25330         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25331         the cache, but not the agent, now appear with their usual face.
25332
25333         * dgnushack.el (loaddir): New variable that is bound to the
25334         directory containing the dgnushack.el file. Use loaddir, rather
25335         than srcdir, to update load-path. Change lets dgnushack compile
25336         code in directories other than GNUS/lisp.
25337
25338 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25339
25340         * lpath.el: Don't bind w3m-safe-url-regexp.
25341
25342         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25343         w3m-safe-url-regexp variable buffer-local.
25344
25345         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25346
25347 2004-02-27  Simon Josefsson  <jas@extundo.com>
25348
25349         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25350         gnus-group-real-prefix.
25351         (gnus-summary-move-article): Use it, instead of
25352         gnus-group-real-prefix.
25353
25354 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25355
25356         * lpath.el: Bind w3m-safe-url-regexp.
25357
25358         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25359         w3m-safe-url-regexp variable buffer-local and set it as the value
25360         of mm-w3m-safe-url-regexp.
25361
25362         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25363
25364         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25365         parsing gnus-posting-styles when the message is not for replying.
25366
25367         * dgnushack.el: Autoload sgml-mode for XEmacs.
25368
25369         * nnrss.el (nnrss-opml-export):
25370         Use mm-set-buffer-file-coding-system instead of
25371         set-buffer-file-coding-system.
25372
25373 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25374
25375         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25376         of checkdoc.el).
25377         * nnrss.el: do.
25378         * gnus-mlspl.el: do.
25379         * gnus-ml.el: do.
25380         * gnus-srvr.el: do.
25381
25382         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25383
25384 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25385
25386         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25387         Corrections to custom-manual links.
25388
25389         * gnus-art.el (gnus-article): Ditto.
25390
25391         * mm-decode.el (mime-display, mime-security): Ditto.
25392
25393 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25394
25395         * flow-fill.el: Typo.
25396
25397 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25398
25399         * spam-wash.el: New file.
25400
25401 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25402
25403         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25404
25405 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25406
25407         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25408         to be run with new-articles as LIST1, not LIST2.
25409         (spam-registration-functions): Add spam-use-ham-copy as a nil
25410         registration backend.
25411
25412 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25413
25414         * spam-stat.el (spam-stat-washing-hook): New option.
25415         (spam-stat-buffer-words): Use it.
25416         (spam-stat-process-directory, spam-stat-test-directory):
25417         Use insert-file-contents-literally.
25418         (spam-stat-coding-system): New variable.
25419         (spam-stat-load, spam-stat-save): Use it.
25420
25421 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25422
25423         * spam-report.el (spam-report-plug-agent):
25424         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25425
25426 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25427
25428         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25429         Allow / in mailto URLs.
25430
25431 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25432
25433         * spam-report.el (spam-report-process-queue): Fix interactive use.
25434         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25435         (spam-report-unplug-agent): Doc fixes.
25436         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25437         (spam-report-agentize, spam-report-deagentize): Autoload.
25438
25439 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25440
25441         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25442
25443         * message.el (message-setup-fill-variables): Add mml tags to
25444         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25445         <ajk@iu.edu>.
25446         (message-mode): Don't modify paragraph-separate there.
25447
25448 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * compface.el (uncompface-use-external): Default to undecided.
25451         (uncompface-use-external-threshold): New variable.
25452         (uncompface-float-time): New macro.
25453         (uncompface): Determine whether to use the external decoder if
25454         uncompface-use-external is undecided.
25455
25456 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25457
25458         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25459         after images.
25460
25461         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25462
25463 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25464
25465         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25466
25467         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25468
25469         * gnus-sum.el (gnus-summary-limit-to-age)
25470         (gnus-summary-limit-children): do.
25471
25472         * gnus-int.el (gnus-request-scan): do.
25473
25474         * gnus-group.el (gnus-group-suspend): do.
25475
25476         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25477
25478         * gnus-cite.el (gnus-cite-parse-attributions): do.
25479
25480         * gnus-agent.el (gnus-summary-set-agent-mark)
25481         (gnus-agent-regenerate-group): do.
25482
25483         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25484
25485         * binhex.el (binhex-decode-region-internal): do.
25486
25487 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25488
25489         * gnus-fun.el (gnus-face-properties-alist): New user option.
25490         (gnus-display-x-face-in-from): Use it.
25491
25492         * gnus-art.el (article-display-face): Ditto.
25493
25494         * compface.el (uncompface-use-external): Default to nil.
25495
25496 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25497
25498         * nntp.el (nntp-erase-buffer): New function.
25499         (nntp-retrieve-data, nntp-send-command)
25500         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25501         (nntp-possibly-change-group): Use it.
25502
25503         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25504         Use with-current-buffer.
25505
25506 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25507
25508         * compface.el: Merge the ELisp-based uncompface program.
25509         (compface): New customization group.
25510         (uncompface-use-external): New user option.
25511         (uncompface): Call uncompface-internal if uncompface-use-external
25512         is nil.
25513         (uncompface-internal): New function.  Note that there are also
25514         some other functions and variables added for this function.
25515
25516 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25517
25518         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25519         if necessary.
25520
25521 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25522
25523         * spam-report.el (spam-report-unplug-agent)
25524         (spam-report-plug-agent, spam-report-deagentize)
25525         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25526         Add support for the Agent in spam-report: when unplugged, report to a
25527         file; when plugged, submit all the requests.
25528
25529         * spam.el (spam-register-routine): Fix message about
25530         registration.
25531
25532 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25533
25534         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25535         dependencies.
25536         (rfc2047-encode): Use it.
25537
25538         * gnus-art.el (gnus-button-marker-list): Move before first
25539         reference.
25540
25541         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25542         (imap-parse-body): Fix format string mismatch.
25543
25544         * gnus-score.el (gnus-summary-increase-score): do.
25545
25546         * nnrss.el (nnrss-close): New function.
25547
25548 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25549
25550         * nnrss.el (nnrss-make-filename): New function.
25551         (nnrss-request-delete-group, nnrss-read-server-data)
25552         (nnrss-save-server-data, nnrss-read-group-data)
25553         (nnrss-save-group-data): Use it.
25554         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25555         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25556         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25557
25558 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25559
25560         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25561
25562 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25563
25564         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25565         files.
25566
25567         * message.el (message-generate-headers-first): Don't quote nil
25568         and t in docstrings.
25569
25570         * imap.el (imap-id): do.
25571
25572         * gnus-agent.el (gnus-agent-consider-all-articles)
25573         (gnus-agent-queue-mail): do.
25574
25575 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25576
25577         * spam-report.el (spam-report-process-queue): New function.
25578         Process requests from `spam-report-requests-file'.
25579         (spam-report-process-queue): Doc fix.
25580
25581 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25582
25583         * spam.el (spam-register-routine)
25584         (spam-log-processing-to-registry, spam-log-registered-p)
25585         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25586         Change "check" to "spam-check" for semi-clarity.
25587
25588 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25589
25590         * pop3.el: Require nnheader.
25591
25592         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25593
25594         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25595
25596         * gnus-picon.el: Require cl.
25597
25598         * gnus-fun.el: Require gnus-ems and gnus-util.
25599
25600         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25601
25602         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25603
25604         * gnus-art.el (gnus-article-edit-mode): Define before first
25605         reference.
25606
25607 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25608
25609         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25610         (gnus-uu-post-encoded): Use point-at-bol.
25611
25612         * gnus-topic.el (gnus-group-active-topic-p): do.
25613
25614         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25615
25616         * gnus-group.el (gnus-group-kill-region): do.
25617
25618         * gnus-art.el (article-date-ut): do.
25619
25620         * message.el (message-fetch-field): Remove redundant
25621         case-fold-search binding.
25622         (message-narrow-to-field): Simplify.
25623
25624 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25625
25626         * spam.el (spam-directory): Derive from `gnus-directory'.
25627
25628         * spam-report.el (spam-report-url-to-file)
25629         (spam-report-requests-file): New function and variable for offline
25630         reporting.
25631         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25632         and user defined function.
25633         (spam-report-url-ping-mm-url): Remove doubled slash.
25634
25635 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25636
25637         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25638
25639 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25640
25641         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25642         Fix format string mismatch.
25643
25644         * sieve.el (sieve-deactivate-all): do.
25645
25646         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25647
25648         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25649
25650         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25651
25652         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25653
25654 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25655
25656         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25657         the list of checks.
25658
25659 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25660
25661         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25662         padding.
25663
25664 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25665
25666         * mm-view.el (mm-fill-flowed): New variable.
25667         (mm-inline-text): Use it.
25668
25669 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25670
25671         * spam.el (spam-spamassassin-register-ham-routine)
25672         (spam-spamassassin-register-spam-routine): Fix function names.
25673
25674 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25675
25676         * gnus.el (gnus-tmp-grouplens): Remove.
25677         (gnus-summary-line-format): Remove grouplens.
25678
25679         * gnus-group.el (gnus-group-line-format): Ditto.
25680
25681         * gnus-spec.el (gnus-format-specs): Ditto.
25682         (gnus-update-format-specifications): Flush the group format spec
25683         cache if there's the grouplens stuff.
25684         (gnus-parse-simple-format): Replace %l with the empty string.
25685
25686 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25687
25688         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25689         omission.
25690
25691 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25692
25693         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25694         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25695
25696 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25697
25698         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25699         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25700         New macros and functions.
25701         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25702         Handle > NLINK_MAX messages.
25703         * nnmaildir.el (nnmaildir-request-set-mark):
25704         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25705
25706 2004-01-25  Alex Schroeder  <alex@gnu.org>
25707
25708         * spam-stat.el (spam-stat-process-directory-age): New option.
25709         (spam-stat-process-directory): Use it.
25710
25711 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25712
25713         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25714         (spam-stat-save): Accept prefix argument.
25715
25716 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25717
25718         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25719         links" error.
25720
25721 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25722
25723         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25724         the rest of the and/or forms.
25725
25726 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25727
25728         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25729         compatibility with old .newsrc.eld files.
25730
25731         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25732
25733         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25734
25735         * gnus-start.el (gnus-1): do.
25736
25737         * gnus-group.el (gnus-group-line-format-alist): do.
25738
25739         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25740
25741         * gnus-gl.el: Remove.
25742
25743 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25744
25745         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25746         marks consisting of a single range {for example, (3 . 5)} rather
25747         than a list of a single range { ((3 . 5)) }.
25748
25749 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25750
25751         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25752         Use with-current-buffer.
25753         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25754         avoid consing a string.
25755
25756         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25757         Remove obsolete entries for big5 and gb2312.
25758
25759 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25760
25761         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25762         uncompressed list.
25763
25764 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25765
25766         * spam-stat.el (spam-stat-strip-xref): New function.
25767         (spam-stat-process-directory): Use it.
25768
25769         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25770         here -- it's done in message-fetch-field.
25771
25772 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25773
25774         * gnus-agent.el (gnus-agent-queue-mail)
25775         (gnus-agent-prompt-send-queue): New variables.
25776         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25777         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25778         "nndraft:queue" along to gnus-draft-send.
25779         Use gnus-agent-prompt-send-queue.
25780         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25781         is "nndraft:queue".  Suggested by Gaute Strokkenes
25782         <gs234@srcf.ucam.org>
25783
25784         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25785         (agent-enable-undownloaded-faces): Add.
25786         (gnus-agent-cat-groups): Use eval-and-compile, not
25787         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25788         method of gnus-agent-cat-groups even when the buffer has been
25789         evaled.
25790         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25791         delete gnus-agent-save-active-1.
25792         (gnus-agent-save-groups): Delete.  Identical to
25793         gnus-agent-save-active.
25794         (gnus-agent-write-active): No longer adjust agent's copy of active
25795         file as agent's adjustments are now stored in their own
25796         file.  Remove optional parameter.
25797         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25798         servers.  Add use of min/max range limits from server's local
25799         file.
25800         (gnus-agent-save-alist): Remove unused optional argument.
25801         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25802         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25803         (gnus-agent-set-local): A per-server file that keeps min/max range
25804         limits for articles known to the agent.  Provides a fast mechanism
25805         for altering many active ranges.
25806         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25807         active file (local makes it unnecessary).
25808         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25809
25810         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25811         (agent-enable-undownloaded-faces): Add.
25812
25813         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25814         disable it when sending to "nndraft:queue".
25815         (gnus-group-send-queue): Add safety check to avoid sending queue
25816         when unplugged.
25817
25818         * gnus-group.el (gnus-group-catchup): Use new
25819         gnus-sequence-of-unread-articles, not
25820         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25821         numbers of articles.  Use gnus-range-map to avoid having to
25822         uncompress the unread list.
25823         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25824         Fix invalid ange-ftp reference.
25825
25826         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25827         (gnus-sorted-range-intersection): Intersection of two ranges
25828         without requiring that they first be uncompressed.
25829
25830         * gnus-start.el (gnus-activate-group): Unless blocked by the
25831         caller, possibly expand the active range to include both cached
25832         and agentized articles.
25833         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25834         multiple version-dependent converters.
25835         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25836         gnus-agent-save-active.
25837         (gnus-save-newsrc-file): Save dirty agent range limits.
25838
25839         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25840         gnus-agent-possibly-alter-active.
25841         (gnus-adjust-marked-articles): Faster handling of simple lists.
25842
25843 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25844
25845         * spam-stat.el (spam-stat-test-directory): New optional argument
25846         displays a list of files detected.  Suggested by Andrew Cohen
25847         <cohen@andy.bu.edu>.
25848         (spam-stat-buffer-words-with-scores): Don't narrow and change
25849         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25850
25851 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25852
25853         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25854         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25855         (spam-spamassassin-arguments)
25856         (spam-spamassassin-spam-flag-header)
25857         (spam-spamassassin-positive-spam-flag-header)
25858         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25859         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25860         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25861         (spam-list-of-processors, spam-list-of-checks)
25862         (spam-list-of-statistical-checks, spam-registration-functions)
25863         (spam-check-spamassassin-headers, spam-check-spamassassin)
25864         (spam-spamassassin-score)
25865         (spam-spamassassin-register-with-sa-learn)
25866         (spam-spamassassin-register-spam-routine)
25867         (spam-spamassassin-register-ham-routine)
25868         (spam-assassin-register-spam-routine)
25869         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25870         (spam-bogofilter-score): Fix to show article before scoring.
25871
25872 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25873
25874         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25875         default scoring function.
25876         (spam-generic-score): Call spam-spamassassin-score if
25877         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25878         spam-bogofilter-score otherwise.
25879
25880         * gnus.el (spam-process, spam-autodetect-methods):
25881         Add spamassassin and spamassassin-headers.
25882
25883 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25884
25885         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25886         Suppress unnecessary messages.
25887
25888 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25889
25890         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25891         make-hash-table.
25892
25893 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25894
25895         * canlock.el (base64-encode-string): Don't autoload it.
25896
25897 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25898
25899         * run-at-time.el: Remove useless (require 'itimer),
25900         eval-and-compile and (featurep 'xemacs).
25901
25902 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25905         GROUP is a virtual group.
25906
25907 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25908
25909         * gnus.el: Autoload `message-y-or-n-p'.
25910
25911 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25912
25913         * pgg-parse.el: Remove unnecessary (require 'custom).
25914
25915         * pgg-def.el: do.
25916
25917         * nnmail.el: do.
25918
25919         * gnus-undo.el: do.
25920
25921         * gnus-picon.el: do.
25922
25923         * gnus-util.el: do.
25924
25925 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25926
25927         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25928
25929 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25930
25931         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25932         handle, as well as a list.
25933
25934         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25935         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25936         (mm-w3m-cid-retrieve): Simplify.
25937
25938 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25939
25940         * message.el (message-kill-to-signature): Allow prefix arg to
25941         specify number of lines to keep before signature.
25942
25943 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25944
25945         * message.el (message-kill-to-signature): Change docstring.
25946
25947 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25948
25949         * canlock.el: Always require sha1-el.
25950         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25951
25952         * message.el: Autoload sha1 only when compiling.
25953
25954         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25955         eudc-expand-inline for XEmacs.
25956
25957 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25958
25959         * message.el (message-canlock-generate): Require sha1-el.
25960
25961 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25962
25963         * message.el (message-expand-name): Silence the byte compiler.
25964
25965         * lpath.el: Add detect-coding-system.
25966
25967         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25968         cus-edit.
25969
25970 2004-01-13  Simon Josefsson  <jas@extundo.com>
25971
25972         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25973         Invoke gnus-score-mode.
25974         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25975
25976         * gnus-range.el (gnus-compress-sequence): Doc fix.
25977         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25978
25979 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25980
25981         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25982
25983 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25984
25985         * spam.el (spam-get-article-as-string): Update to use
25986         gnus-request-article-this-buffer, much simpler.
25987         (spam-get-article-as-buffer): Remove.
25988
25989 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25990
25991         * message.el (message-expand-name): Use EUDC if the user uses that.
25992
25993 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25994
25995         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25996         character for the encoding to avoid consing a string.
25997
25998         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25999         unnecessarily.
26000
26001         * mm-util.el (mm-replace-chars-in-string): Remove.
26002
26003         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26004         of mm-replace-chars-in-string.
26005
26006 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26007
26008         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26009
26010         * mm-util.el (mm-subst-char-in-string): Support inplace.
26011
26012         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26013         a new string in every iteration.  Use shy groups.
26014
26015 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26016
26017         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26018         * gnus-soup.el (gnus-soup-group-brew):
26019         * gnus-msg.el (gnus-put-message):
26020         * gnus-move.el (gnus-group-move-group-to-server):
26021         * gnus-kill.el (gnus-batch-score):
26022         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26023         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26024         (gnus-group-update-group, gnus-group-read-group)
26025         (gnus-group-make-group, gnus-group-make-help-group)
26026         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26027         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26028         (gnus-group-sort-by-unread, gnus-group-catchup)
26029         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26030         (gnus-group-yank-group, gnus-group-set-info)
26031         (gnus-group-list-groups):
26032         * gnus.el (gnus-generate-new-group-name):
26033         * gnus-delay.el (gnus-delay-send-queue):
26034         * nnvirtual.el (nnvirtual-catchup-group):
26035         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26036         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26037         (gnus-group-prepare-topics, gnus-topic-check-topology):
26038         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26039         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26040         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26041         (gnus-group-make-articles-read):
26042         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26043         (gnus-group-change-level, gnus-kill-newsgroup)
26044         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26045         (gnus-get-unread-articles, gnus-make-articles-unread)
26046         (gnus-make-ascending-articles-unread): Use accessor
26047         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26048         to get group information for improved readability.
26049
26050
26051 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26052
26053         * gnus-art.el (article-decode-mime-words, article-babel)
26054         (gnus-article-highlight-signature, gnus-article-add-buttons)
26055         (gnus-signature-toggle): Use gnus-with-article-buffer.
26056
26057         * gnus-art.el (gnus-article-highlight-headers)
26058         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26059
26060         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26061         (gnus-article-set-globals, gnus-request-article-this-buffer)
26062         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26063         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26064         (gnus-mime-display-alternative): Use with-current-buffer.
26065
26066 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26067
26068         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26069         also under 80 char limit, and call gnus-error if needed.
26070         (spam-fetch-article-header): Fix - it was a
26071         buffer-local variable (gnus-newsgroup-data).
26072         (spam-find-spam): Use spam-generate-fake-headers, forget about
26073         spam-insert-fake-headers.
26074         (spam-insert-fake-headers): Remove.
26075
26076 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26077
26078         * deuglify.el (gnus-article-outlook-unwrap-lines)
26079         (gnus-outlook-rearrange-article)
26080         (gnus-outlook-repair-attribution-outlook)
26081         (gnus-outlook-repair-attribution-block)
26082         (gnus-outlook-repair-attribution-other): Remove redundant
26083         save-excursion.
26084
26085 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26086
26087         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26088         (spam-fetch-field-subject-fast)
26089         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26090         (spam-fetch-article-header): Add functions to deal with Gnus
26091         internals for fast retrieval of article header data.
26092         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26093
26094 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26095
26096         * pop3.el (pop3-md5): Remove.
26097         (pop3-apop): Replace pop3-md5 with md5.
26098
26099         * mm-bodies.el: base64 is always built-in.
26100
26101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26102         Use with-current-buffer.
26103
26104 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26105
26106         * canlock.el (canlock-insert-header): Remove excessive grouping in
26107         regexp.
26108
26109         * gnus-sum.el (gnus-summary-read-document): Ditto.
26110
26111         * gnus-uu.el (gnus-uu-part-number): Ditto.
26112
26113         * html2text.el (html2text-remove-tags): Ditto.
26114         (html2text-format-tags): Ditto.
26115         (html2text-format-single-elements): Ditto.
26116
26117         * mml.el (mml-parse-1): Ditto.
26118
26119 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26120
26121         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26122
26123         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26124
26125         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26126
26127         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26128
26129 2003-11-15  Simon Josefsson  <jas@extundo.com>
26130
26131         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26132         (pgg-gpg-lookup-key): Use regexp match instead of
26133         split-string (split-string is different between emacs 21.2 and
26134         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26135
26136 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26137
26138         * gnus-art.el (gnus-mime-view-all-parts)
26139         (gnus-article-part-wrapper, gnus-article-view-part):
26140         Use with-current-buffer.
26141
26142 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26143
26144         * spam.el (spam-disable-spam-split-during-ham-respool)
26145         (spam-spamoracle-database, spam-cache-lookups)
26146         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26147         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26148         (spam-group-ham-marks, spam-group-spam-marks)
26149         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26150         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26151         also add spam-use-blackholes to the statistical checks.
26152         (spam-fetch-field-fast): Add interface to fetching fields, may
26153         become a macro.
26154         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26155         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26156         (spam-insert-fake-headers): Fake an article when needed.
26157         (spam-find-spam): Fake article when possible.
26158         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26159         (spam-check-bogofilter-headers): Use message-fetch-field instead
26160         of nnmail-fetch-field.
26161
26162 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26163
26164         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26165
26166 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26167
26168         * spam.el (spam-split): Do not require spam-use-CHECK to be
26169         enabled if that check is passed to spam-split explicitly; also
26170         fix so 'spam doesn't get converted to spam-split-group when
26171         spam-split-symbolic-return is t.
26172         (spam-find-spam): Find registrations of the article and use those
26173         instead of re-running spam-split to find the spam/ham
26174         classification of the article.
26175         (spam-log-processing-to-registry, spam-log-registered-p)
26176         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26177         Use gnus-error instead of gnus-message.
26178         (spam-log-registration-type): Add function to determine the
26179         classification of a message based on registry entries; will
26180         return nil if both 'spam and 'ham are found.
26181         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26182         a reasonably fast local cache without the loading errors.
26183         (spam-cache-lookups): Set to t by default.
26184         (spam-find-spam): Don't try to guess spam-cache-lookups.
26185         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26186         spam-caches entry.
26187         (spam-filelist-build-cache, spam-filelist-check-cache):
26188         Fix caching of whitelist/blacklist entries.
26189         (spam-check-whitelist, spam-check-blacklist):
26190         Invoke spam-from-listed-p with a type, not a cache variable.
26191         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26192
26193 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26194
26195         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26196
26197         * nnmail.el (nnmail-split-fancy): do.
26198
26199         * mml.el (mml-parse): do.
26200
26201         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26202         (gnus-score-adaptive): do.
26203
26204 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26205
26206         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26207         (gnus-mime-button-map): Don't set keymap parent.
26208         (gnus-button-ctan-directory-regexp): Use shy grouping.
26209         (gnus-prev-page-map): Don't set keymap parent.
26210         (gnus-prev-page-map): Remove duplicated one.
26211         (gnus-next-page-map): Don't set keymap parent.
26212         (gnus-mime-security-button-map): Ditto.
26213
26214         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26215         version number.
26216
26217         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26218
26219 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26220
26221         * canlock.el (canlock-sha1-function): Remove.
26222         (canlock-sha1-function-for-verify): Remove.
26223         (canlock-openssl-program): Remove.
26224         (canlock-openssl-args): Remove.
26225         (canlock-ignore-errors): Remove.
26226         (canlock-sha1-with-openssl): Remove.
26227         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26228         (canlock-verify): Don't use canlock-ignore-errors.
26229
26230         * sha1-el.el (sha1-string-external): Make it can return a string
26231         in binary form.
26232         (sha1-region-external): Ditto.
26233         (sha1-string-internal): Ditto.
26234         (sha1-region-internal): Ditto.
26235         (sha1-region): Ditto.
26236         (sha1-string): Ditto.
26237         (sha1): Ditto.
26238
26239 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26240
26241         * spam.el (spam-report-articles-gmane): New command.
26242
26243 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26244
26245         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26246
26247         * run-at-time.el (run-at-time-saved): Remove.
26248         (run-at-time): Doc fix.
26249
26250 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26251
26252         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26253         (gnus-summary-limit-map): Add it.
26254         (gnus-summary-make-menu-bar): do.
26255
26256 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26257
26258         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26259         Make attempt at some caching support (done for BBDB only now).
26260         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26261         addresses to be checked.
26262         (spam-clear-cache-BBDB): Add function, to be invoked by
26263         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26264         (spam-check-BBDB): Check and use the caches, if
26265         spam-cache-lookups is on, remove superfluous (provide).
26266
26267 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26268
26269         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26270
26271 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26272
26273         * run-at-time.el (run-at-time-saved): Move to after the definition
26274         of `run-at-time'.
26275
26276         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26277
26278 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26279
26280         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26281         mm-w3m-local-map-property.
26282
26283         * mm-view.el (mm-w3m-mode-map): Remove.
26284         (mm-w3m-local-map-property): Remove.
26285         (mm-inline-text-html-render-with-w3m): Don't use
26286         mm-w3m-local-map-property.
26287
26288 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26289
26290         * run-at-time.el: New file.
26291
26292         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26293         under Emacs.
26294
26295         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26296         of gnus-set-text-properties.
26297
26298         * gnus-uu.el (gnus-uu-save-article): Ditto.
26299
26300         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26301
26302         * gnus-cite.el (gnus-cite-parse): Ditto.
26303
26304         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26305         of gnus-.
26306
26307         * gnus-xmas.el (run-at-time): Require run-at-time.
26308
26309         * gnus.el: Change calls to nnheader-run-at-time and
26310         password-run-at-time throughout to use run-at-time directly.
26311
26312         * password.el: Remove definition of run-at-time.
26313
26314         * nnheaderxm.el: Remove definition of run-at-time.
26315
26316 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26317
26318         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26319         in prompt.
26320
26321 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26322
26323         * messagexmas.el (message-xmas-redefine): Alias
26324         `message-make-caesar-translation-table' to
26325         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26326         version.
26327
26328         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26329         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26330         `gnus-xmas-set-text-properties'.
26331         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26332         `gnus-xmas-completing-read'.
26333         (gnus-xmas-completing-read): Removed.
26334         (gnus-xmas-open-network-stream): Removed.
26335
26336         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26337         XEmacs version.
26338
26339         * dns.el (dns-make-network-process): Use `open-network-stream'
26340         instead of `gnus-xmas-open-network-stream'.
26341
26342         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26343
26344         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26345
26346 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26347
26348         * gnus-art.el (gnus-mime-display-alternative)
26349         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26350         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26351         Don't use gnus-local-map-property.
26352
26353         * gnus-util.el (gnus-local-map-property): Remove.
26354
26355         * mm-view.el (mm-view-pkcs7-decrypt):
26356         Replace gnus-completing-read-maybe-default with completing-read.
26357
26358         * gnus-util.el (gnus-completing-read): do.
26359         (gnus-completing-read-maybe-default): Remove.
26360
26361 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26362
26363         * password.el: Only autoload `run-at-time' if not XEmacs.
26364         Only autoload the itimer functions if XEmacs.
26365
26366 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26367
26368         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26369         XEmacsen.
26370
26371         * dgnushack.el: Autoload executable-find for XEmacs.
26372
26373 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26374
26375         * gnus-art.el (gnus-read-string): Remove.
26376         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26377         read-string.
26378
26379 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26380
26381         * netrc.el: Autoload password-read.
26382         (netrc): Add configuration group.
26383         (netrc-encoding-method, netrc-openssl-path):
26384         Add variables for encoding and decoding of files with symmetric
26385         ciphers.
26386         (netrc-encode): Add assistant function to encode a file with
26387         netrc-encoding-method.
26388         (netrc-parse): Add interactive parameter, added optional
26389         decoding if netrc-encoding-method is non-nil but otherwise
26390         behavior is standard.
26391         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26392         Do s/encode/encrypt/ everywhere.
26393
26394         * spam.el: Remove executable-find autoload.
26395
26396 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26397
26398         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26399
26400         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26401
26402 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26403
26404         * gnus-art.el (gnus-treat-ansi-sequences)
26405         (article-treat-ansi-sequences): New variable and function.
26406         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26407
26408         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26409         Use it.
26410
26411 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26412
26413         * mm-util.el (mm-quote-arg): Remove.
26414
26415         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26416         shell-quote-argument.
26417
26418         * gnus-uu.el (gnus-uu-command): do.
26419
26420         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26421
26422         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26423         with make-char.
26424
26425         * mm-util.el (mm-make-char): Remove.
26426
26427         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26428         add-minor-mode.
26429
26430         * gnus-undo.el (gnus-undo-mode): do.
26431
26432         * gnus-topic.el (gnus-topic-mode): do.
26433
26434         * gnus-sum.el (gnus-dead-summary-mode): do.
26435
26436         * gnus-start.el (gnus-slave-mode): do.
26437
26438         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26439
26440         * gnus-ml.el (gnus-mailing-list-mode): do.
26441
26442         * gnus-gl.el (gnus-grouplens-mode): do.
26443
26444         * gnus-draft.el (gnus-draft-mode): do.
26445
26446         * gnus-dired.el (gnus-dired-mode): do.
26447
26448         * gnus-ems.el (gnus-add-minor-mode): Remove.
26449
26450         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26451         Replace gnus-char-width with char-width.
26452
26453         * gnus-ems.el (gnus-char-width): Remove.
26454
26455         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26456         Replace gnus-char-width with char-width.
26457
26458         * gnus-ems.el (gnus-char-width): Remove.
26459
26460         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26461         definition.
26462         Remove Emacs 20 hash table compatibility code.
26463
26464         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26465         20 compatibility code.
26466
26467         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26468
26469         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26470
26471         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26472         Replace with point-at-{eol,bol}.
26473
26474         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26475
26476         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26477
26478         * flow-fill.el (fill-flowed-point-at-bol)
26479         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26480
26481         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26482         Replace with point-at-{eol,bol} throughout all files.
26483
26484 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26485
26486         * ntlm.el (ntlm-string-as-unibyte): New macro.
26487         (ntlm-build-auth-response): Use it.
26488
26489         Remove Emacs 20 stuff:
26490         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26491         (butlast, mapc, remove): Remove the compiler macros.
26492         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26493         of delq and copy-sequence.
26494         * gnus-art.el (popup-menu): Remove the compiler macro.
26495         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26496         Emacs 20.
26497
26498 2004-01-05  Simon Josefsson  <jas@extundo.com>
26499
26500         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26501         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26502         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26503         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26504         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26505         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26506         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26507         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26508         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26509         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26510         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26511         string-xor into ntlm-string-xor.
26512         Suggested by Jesper Harder <harder@myrealbox.com>.
26513
26514         * ntlm.el: Don't include poem.
26515
26516         * md4.el (print-int32, print-string-hexa): Remove.
26517         Suggested by Jesper Harder <harder@myrealbox.com>.
26518
26519         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26520
26521         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26522         probably breaks emacs with DL patch, but do we care? Is anyone
26523         still using the DL stuff?)
26524
26525         * sieve-manage.el: Use the password package.
26526         (sieve-manage-read-passwd): Remove.
26527         (sieve-manage-interactive-login): Use password.  Re-add
26528         condition-case around loop.
26529
26530         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26531         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26532         Use the password package.
26533
26534 2003-02-19  Simon Josefsson  <jas@extundo.com>
26535
26536         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26537         token.
26538
26539 2002-08-07  Simon Josefsson  <jas@extundo.com>
26540
26541         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26542         (sieve-manage-authenticators):
26543         (sieve-manage-authenticator-alist): Add some SASL mechs.
26544         (sieve-sasl-auth): New function.
26545         (sieve-manage-cram-md5-auth):
26546         (sieve-manage-plain-auth): Rewrite using SASL library.
26547         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26548         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26549         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26550         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26551
26552 2004-01-05  Simon Josefsson  <jas@extundo.com>
26553
26554         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26555         New files.
26556
26557 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26558
26559         * gnus-group.el (gnus-no-groups-message): Update.
26560
26561         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26562
26563 2003-11-09  Simon Josefsson  <jas@extundo.com>
26564
26565         * imap.el: Support for ID IMAP extension (RFC 2971).
26566         (imap-local-variables): Add imap-id.
26567         (imap-id): New variable.
26568         (imap-id): New function.
26569         (imap-parse-response): Parse untagged ID response.
26570         * nnimap.el (nnimap-id): New variable.
26571         (nnimap-open-connection): Use it.
26572
26573 2003-12-28  Simon Josefsson  <jas@extundo.com>
26574
26575         * gnus-score.el (gnus-score-edit-all-score): New.
26576         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26577
26578 2004-01-04  Simon Josefsson  <jas@extundo.com>
26579
26580         * password.el: Add.
26581
26582 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26583
26584         * dns.el (dns-query-types): Fix typo.
26585         (dns-query-types): New function.
26586         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26587         PTR and SOA replies, see RFC 1035.
26588
26589 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26590
26591         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26592
26593         * Move to Changelog.2.
26594
26595 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26596
26597         * gnus.el (gnus-version-number): Bump version.
26598
26599 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26600
26601         * gnus.el: No Gnus v0.1 is released.
26602
26603 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26604
26605         * gnus.el: No Gnus v0.0 is released.
26606
26607 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26608
26609         * gnus.el (gnus-version-number): Bump.
26610         (gnus-version): No.
26611
26612 See ChangeLog.2 for earlier changes.
26613
26614   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26615
26616   This file is part of GNU Emacs.
26617
26618   GNU Emacs is free software: you can redistribute it and/or modify
26619   it under the terms of the GNU General Public License as published by
26620   the Free Software Foundation, either version 3 of the License, or
26621   (at your option) any later version.
26622
26623   GNU Emacs is distributed in the hope that it will be useful,
26624   but WITHOUT ANY WARRANTY; without even the implied warranty of
26625   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26626   GNU General Public License for more details.
26627
26628   You should have received a copy of the GNU General Public License
26629   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26630
26631 ;; Local Variables:
26632 ;; coding: utf-8
26633 ;; fill-column: 79
26634 ;; add-log-time-zone-rule: t
26635 ;; End: