7c4f060d813a7679f6327de6b4579f32900b3e41
[gnus] / lisp / ChangeLog
1 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
2
3         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
4         menu entry.
5
6         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
7         the current thread's total score instead of the current article's
8         score.
9
10         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
11         (gnus-sort-threads-recursively): Delete defcustom.
12         (gnus-sort-threads-recursive): Adapt accordingly.
13
14 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
15
16         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
17         (gnus-sort-threads-recursive): Use it.
18         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
19         again.  Now that determines how to sort subthreads.
20
21 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
22
23         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
24         (gnus-sort-threads): Use it.
25
26 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
27
28         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
29         punctuation characters follow parentheses (bug#14950).
30
31 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * gnus.el (gnus-continuum-version):
34         * gnus-msg.el (gnus-extended-version): Simplify.
35
36         * gnus.el (gnus-continuum-version-1): Remove.
37         * gnus-msg.el (gnus-bug): Revert.
38
39         Calculate gnus-version correctly on Cygwin.
40
41         * gnus.el (gnus-continuum-version): Do main calculations in integers.
42         (gnus-continuum-version-1): New function, return a string.
43
44         * gnus-msg.el (gnus-extended-version, gnus-bug):
45         Use gnus-continuum-version-1 instead of gnus-continuum-version.
46
47 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
48
49         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
50         (bug#13384).
51
52 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
55         that were only relevant in a development version a long time ago.
56
57 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
60         that the old Emacs 24s bundle.
61
62 2013-07-10  David Engster  <deng@randomsample.de>
63
64         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
65         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
66         fixes a bug in Emacs trunk where the 'unexist' marks were always
67         removed at startup because "Gnus v5.13" was considered smaller than "Ma
68         Gnus v0.03".
69
70 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
71
72         * gnus.el (gnus-summary-line-format): Reference
73         `gnus-user-date-format-alist' for the &user-date; format, not
74         `gnus-summary-user-date-format-alist'.
75
76 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
79         delete files (bug#13481).
80
81 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
82
83         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
84
85 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
88         display images.
89
90         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
91
92         * message.el (message-cancel-news): According to
93         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
94         preferred over "cmsg cancel" in the Subject.
95
96         * nnir.el (nnir-engines): Note that the group specs are regexps
97         (bug#13238).
98
99         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
100         gotten read-only text properties, ensure that those aren't heeded when
101         copying stuff over (bug#13434).
102
103         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
104         (bug#13762).
105
106 2013-07-05  David Kastrup  <dak@gnu.org>
107
108         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
109         authinfo file again (important for blank passwords).  This had been
110         broken with 2013-06-15 change.
111
112 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
115         Revert 2013-01-14 change.
116
117 2013-07-02  Daiki Ueno  <ueno@gnu.org>
118
119         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
120         of 'create-image' for XEmacs compatibility; check errors when decoding
121         image.  Reported by Uwe Brauer.
122
123 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
126         gnus-button-push revised at 2011-01-19.
127
128 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
131         now live in the lisp/net Emacs 24 repository.
132
133 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * eww.el (eww-update-header-line-format): Quote % characters.
136
137 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * eww.el (eww-process-text-input): Display passwords as asterisks.
140
141         * shr.el (shr-make-table-1): Protect against invalid column-spans.
142
143 2013-06-19  Tom Tromey  <tromey@redhat.com>
144
145         * eww.el (eww-top-url): Remove.
146         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
147         (eww-render): Set new variables.  Don't set eww-top-url.
148         (eww-handle-link): Handle "prev", "home", and "contents".
149         Downcase the rel text.
150         (eww-top-url): Choose best top URL.
151
152 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * eww.el: Rewrite to implement form elements "by hand" instead of
155         relying in widget.el.  Using widget.el leads to too many
156         user interface inconsistencies.
157         (eww-self-insert): Implement entering commands in text fields.
158         (eww-process-text-input): New function to make text input field editing
159         work.
160         (eww-submit): Rewrite to use the new-style form methods.
161         (eww-select-display): Display the correct selected item.
162         (eww-change-select): Implement changing the select value.
163         (eww-toggle-checkbox): Implement radio/checkboxes.
164         (eww-update-field): Fix compilation error.
165         (eww-tag-textarea): Implement <textarea>.
166
167         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
168         don't shadow mode-specific bindings.
169
170         * eww.el (eww-browse-url): Don't push stuff onto history if there's
171         nothing to push.
172
173         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
174
175 2013-06-19  Glenn Morris  <rgm@gnu.org>
176
177         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
178
179 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
182
183 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * shr.el (shr-make-table-1): Implement <td rowspan>.
186         (shr-table-horizontal-line): Allow nil as a value, and change the
187         default.
188         (shr-insert-table-ruler): Respect the nil value.
189
190 2013-06-18  Tom Tromey  <tromey@barimba>
191
192         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
193         New defvars.
194         (eww-open-file): New defun.
195         (eww-render): Initialize new variables.
196         (eww-display-html): Handle "link" and "a".
197         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
198         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
199         (eww-back-url): Rename from eww-previous-url.
200         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
201         defuns.
202
203 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * shr.el (shr-tag-table): Insert the images after the table, so that
206         they're not covered by the table colourisation, which often looked
207         awkward.
208         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
209         <dd>.
210         (shr-make-table-1): Implement <td colspan=> support.
211         (shr-insert-document): Use one less than window width if `shr-width' is
212         nil, since otherwise things may get one character too wide.
213
214 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * eww.el (eww-detect-charset): Improve regexp; move backward.
217
218 2013-06-18  Glenn Morris  <rgm@gnu.org>
219
220         * mm-decode.el (widget-convert-button): Autoload.
221
222         * sieve-manage.el (mm-enable-multibyte): Autoload.
223
224         * shr.el (libxml-parse-html-region): Declare.
225         (shr-render-buffer): Explicit error if no libxml2 support.
226
227 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * auth-source.el (auth-source-current-line): New function.
230         (auth-source-netrc-parse-entries): When a data token is "machine",
231         assume we're in the wrong place and abort parsing the current line.
232
233 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
236         (eww-convert-widgets): Don't bug out if the first widget starts at the
237         beginning of the buffer.
238         (eww-convert-widgets): Fix last patch.
239         (eww-tag-input): Support <input type=image>.
240
241         * shr.el (shr-insert-table): Respect border-collapse: collapse.
242         (shr-tag-base): Protect against base specs that are degenerate.
243         (shr-ensure-paragraph): Don't delete empty lines that have text
244         properties, because these may be input fields.
245
246         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
247         we can navigate to them.
248
249         * shr.el (shr-colorize-region): Put the colours over the entire region.
250         (shr-inhibit-decoration): New variable.
251         (shr-add-font): Use it to inhibit text property decorations while doing
252         preliminary table renderings.  This speeds up typical Wikipedia page
253         renderings by 15%.
254         (shr-tag-span): Don't respect the <title>, because that overwrites the
255         help-echo from links inside the spans.
256         (shr-next-link): Use `help-echo' for navigation, so that we can
257         navigate to form elements, too.
258
259         * eww.el (eww-button): New face.
260         (eww-convert-widgets): Use it to make submit buttons more button-like.
261
262         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
263         that Gnus commands work.
264
265         * shr.el (shr-render-td): Support horizontal alignment.
266
267         * eww.el (eww-put-color): Removed.
268         (eww-colorize-region): Use `add-face-text-property'.
269
270         * shr.el (shr-add-font): Append face data, so that we get the correct
271         precedence: The innermost value (which is applied first) wins.
272         (shr-make-overlay): Obsolete function.
273
274         * mm-decode.el (mm-convert-shr-links): New function to convert
275         new-style shr URL links into widgets.
276         (mm-shr): Use it.
277
278         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
279         widget commands, since we're no longer using widgets for links.
280
281         * shr.el (shr-next-link): New command.
282         (shr-previous-link): New command.
283         (shr-urlify): Don't use `widget-convert', because that's slow.
284         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
285         because collecting the overlays and reapplying them when generating
286         tables is slow.
287         (shr-insert-table): Ditto.
288
289 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
290
291         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
292         * shr.el (browse-url): Require `url'.
293         * eww.el (url): Require format-spec.
294
295 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * eww.el (eww-display-html): Default to using the entire window width.
298         (eww-browse-url): Don't add a User-Agent header (twice), because that
299         makes Bing refuse connection.
300
301         * shr.el (shr-make-table): Cache the table rendering at the table
302         level, and not the <td> level.  This is a bit faster.
303
304         * eww.el (eww-render): Go to the correct ID when given URLs ending with
305         #id.
306
307         * shr.el (shr-tag-li): Don't require a new paragraph, since other
308         browsers don't.
309         (shr-expand-url): Respect #anchor links.
310         (shr-parse-base): Chop off the anchor before using.
311         (shr-descend): Respect display: none.
312         (shr-descend): Allow marking elements that have certain IDs.
313
314         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
315
316         * shr.el (shr-expand-url): Don't bug out on zero-length links.
317
318         * eww.el (eww-tag-textarea): Support <textarea>.
319
320 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
321
322         * shr.el (shr-dom-to-xml): Fixed function call.
323
324         * eww.el (eww): New group.
325         (eww-header-line-format): New custom variable.
326         (eww-current-title): New variable.
327         (eww-display-html): Update header and handle title tag.
328         (eww-update-header-line-format): New function.
329         (eww-tag-title): New function.
330
331         * shr.el (shr-dom-to-xml): New function.
332         (shr-tag-svg): Add support for the SVG tag.
333         (shr-bullet): New custom variable.
334         (shr-tag-li): Support custom bullet in unordered lists.
335
336 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el (shr-expand-url): Respect // URLs.
339
340         * eww.el (eww-tag-body): Override the shr body rendering so that we can
341         put a background colour onto the entire buffer.
342         (eww-render): When being redirected, use the redirect URL as the new
343         base URL.
344
345         * shr.el (shr-parse-base): Fix parsing error.
346
347         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
348
349         * shr.el (shr-parse-base): New function.
350         (shr-expand-url): Use it to expand relative URLs reliably.
351
352 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * auth-source.el (auth-source-search-collection): Fix docstring.
355         (auth-source-netrc-parse): Refactor and improve netrc parser to support
356         single-quoted strings and multiline entries.
357         (auth-source-netrc-parse-next-interesting)
358         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
359         functions to support parser.
360
361 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * eww.el (eww-submit): Get submit button logic right when hitting RET
364         on non-submit buttons.
365
366         * shr.el: Remove shr-preliminary-table-render, since that can't really
367         be used for anything in practice.
368
369 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
370
371         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
372         (sieve-manage-quit).
373
374 2013-06-14  Glenn Morris  <rgm@gnu.org>
375
376         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
377
378 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
379
380         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
381         control the maximum size of photo ID image.
382         (mml2015-epg-key-image-to-string): Respect it.
383
384 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
387         instead of the final one so that we can more easily distinguish them.
388
389         * eww.el (eww-submit): Compute the submission URL correctly.
390
391 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
392
393         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
394         Use plist-get rather than CL's getf.
395         (sieve-manage-parse-capability): Avoid CL's remove-if.
396
397 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
398
399         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
400         (sieve-manage-quit).
401
402 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * shr.el (shr-expand-url): Expansion should chop off the bits after the
405         last slash.
406
407         * eww.el (eww-tag-select): Use the first value as the default value.
408
409 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
410
411         * eww.el (eww): Prepend urls with http:// if scheme is missing.
412         (eww-mode): Use `define-derived-mode'.
413         (eww-parse-headers): Parse headers from beginning of buffer so that
414         file:// links work.
415
416 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
419
420 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
423         to handle them at all.
424
425 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
428         work, too.
429         (eww-tag-select): Implement <select>.
430
431 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
432
433         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
434         stream managing functions by using open-protocol-stream to do most of
435         the work.  Has the nice benefit of enabling STARTTLS.
436         Wait for capabilities after STARTTLS: following RFC5804, the server
437         sends new capabilities after successfully establishing a TLS connection
438         with the client. The client should update the cached list of
439         capabilities, but we just ignore the answer for now.
440         (sieve-manage-network-p, sieve-manage-network-open)
441         (sieve-manage-starttls-p, sieve-manage-starttls-open)
442         (sieve-manage-forward, sieve-manage-streams)
443         (sieve-manage-stream-alist): Remove unneeded functions neither in the
444         API, nor called by any other function.
445         Enable Multibyte for SieveManage buffers: The parser won't properly
446         handle umlauts and line endings unless multibyte is turned on in the
447         process buffer.
448
449 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * eww.el (eww-tag-input): Support password fields.
452         (eww-submit): Support POST.
453
454 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * eww.el (eww-tag-form): Protect against degenerate forms.
457
458         * shr.el (shr-expand-url): Expand URLs that start with a slash
459         correctly.
460
461         * eww.el (eww-submit): Get submit button logic right.
462
463         * shr.el (shr-final-table-render): New variable to signal when we're
464         doing the final table rendering so that we can collect more data at
465         that point.
466
467         * eww.el (eww-submit): Make form submission work.
468         (eww-tag-input): Implement submit buttons.
469         (eww-click-radio): Implement radio and checkboxes.
470         (eww-submit): Handle hidden elements.
471
472         * shr.el (shr-descend): Allow other packages to override (or provide)
473         rendering of elements.
474         (shr-expand-url): Strip query strings from URLs before expanding them.
475
476         * eww.el: Don't require cl-lib.
477         (eww-tag-form): Start form support.
478
479         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
480
481         * eww.el: Start writing a new, tiny web browser.
482         (eww-previous-url): New command.
483         (eww-quit): New command.
484
485 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
486
487         * sieve.el: Put point at beginning of buffer when viewing a script.
488         (sieve-open-server): Respect the PORT parameter.  Show the correct port
489         number in sieve-buffer's header.  Fixed code to also work with a string
490         as port specifier. Properly close the connection on pressing 'q'.  Make
491         sieve-manage-quit close the connection and process buffer.  Also, remove
492         duplicate keybinding for 'q'.
493
494 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
495
496         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
497         make it easier to read.
498         (mm-pkcs7-enveloped-magic): Ditto.
499
500 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
501
502         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
503         before `image-type-available-p' to avoid loading the image libraries
504         needlessly.
505
506 2013-06-05  David Engster  <deng@randomsample.de>
507
508         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
509         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
510         to see whether the group was synced before.
511
512 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
513
514         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
515         when opening the connection.
516         Suggested by João Távora <joaotavora@gmail.com> in
517         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
518
519 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
522         assume Date header begins with "Date", that may be customized into
523         something like "X-Sent" using gnus-article-time-format.
524         (article-transform-date): Allow multi-line Date header.
525
526 2013-06-02  David Engster  <deng@randomsample.de>
527
528         * registry.el (initialize-instance, registry-lookup)
529         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
530         (registry-lookup-secondary-value, registry-search, registry-delete)
531         (registry-insert, registry-reindex, registry-size, registry-prune): Do
532         not wrap methods in `eval-and-compile'.  This breaks due to latest
533         changes in EIEIO (introduction of eieio-core.el).
534
535 2013-05-30  Glenn Morris  <rgm@gnu.org>
536
537         * nnmail.el (nnmail-fancy-expiry-target):
538         Also bind mail-dont-reply-to-names.
539
540         * spam-stat.el (spam-stat-save):
541         No need to tweak font-lock in temp buffers.
542
543         * shr.el (shr-put-image): Silence compiler.
544
545 2013-05-29  Glenn Morris  <rgm@gnu.org>
546
547         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
548
549         * gnus-group.el (gnus-sequence-of-unread-articles)
550         (gnus-summary-add-mark, gnus-mark-article-as-read)
551         (gnus-group-make-articles-read): Declare.
552
553         * gnus-sum.el (gnus-parameter-list-identifier)
554         (gnus-article-stop-animations, gnus-stop-downloads)
555         (gnus-article-only-boring-p, article-goto-body)
556         (gnus-flush-original-article-buffer, article-narrow-to-head)
557         (gnus-article-hidden-text-p, gnus-delete-wash-type)
558         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
559
560         * gnus.el: No need to eval-and-compile autoloads.
561
562         * gravatar.el (help-function-arglist): Autoload.
563
564         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
565
566         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
567
568         * spam.el: No need to load spam-report when compiling.
569         No need to eval-and-compile autoloads.
570         (spam-report-resend-to): Declare.
571         (spam-report-resend-register-routine): Require 'spam-report.
572
573 2013-05-24  Julien Danjou  <julien@danjou.info>
574
575         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
576         setup.
577
578 2013-05-23  Glenn Morris  <rgm@gnu.org>
579
580         * gnus-util.el (rmail-swap-buffers-maybe)
581         (rmail-maybe-set-message-counters, rmail-count-new-messages)
582         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
583         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
584
585         * mm-decode.el: No need to load term when compiling.
586         (term-mode, term-char-mode): Declare.
587
588         * mm-util.el: No need to load jka-compr when compiling.
589         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
590
591         * nnmaildir.el: Require is automatically eval-and-compile.
592         (nnmail): Require at run-time too.
593
594         * registry.el (registry-size): Move definition before use.
595
596 2013-05-22  Daiki Ueno  <ueno@gnu.org>
597
598         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
599         signed data to conform the standard.  (Bug#14232)
600
601 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
602
603         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
604         double angle quotation mark.
605
606 2013-05-20  Glenn Morris  <rgm@gnu.org>
607
608         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
609
610 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
611
612         * message.el (message-insert-formatted-citation-line): handle finding
613         first/lastname when more than 2 names appear.
614
615 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
616
617         * shr.el (shr-tag-span): New function.
618
619 2013-05-18  Glenn Morris  <rgm@gnu.org>
620
621         * message.el (message-mode): Use message-mode-abbrev-table,
622         with text-mode-abbrev-table as parent.  (Bug#14413)
623
624 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * message.el (message-expand-group): Decode group names.
627
628 2013-05-16  Julien Danjou  <julien@danjou.info>
629
630         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
631         app-icon.
632
633 2013-05-15  Glenn Morris  <rgm@gnu.org>
634
635         * shr-color.el (shr-color-visible-luminance-min)
636         (shr-color-visible-distance-min): Use shr-color group.
637
638 2013-05-11  Glenn Morris  <rgm@gnu.org>
639
640         * gnus-vm.el: Make it loadable without VM.
641         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
642         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
643
644 2013-05-09  Glenn Morris  <rgm@gnu.org>
645
646         * mml1991.el: Make it loadable.  (Bug#13456)
647
648         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
649         * gnus-async.el (gnus-async-post-fetch-function):
650         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
651         * gnus-html.el (gnus-html-image-cache-ttl):
652         * gnus-notifications.el (gnus-notifications-timeout):
653         * gnus-picon.el (gnus-picon-properties):
654         * gnus-util.el (gnus-completion-styles):
655         * gnus.el (gnus-other-frame-resume-function):
656         * message.el (message-user-organization-file)
657         (message-cite-reply-position):
658         * nnir.el (nnir-summary-line-format)
659         (nnir-retrieve-headers-override-function):
660         * shr-color.el (shr-color-visible-luminance-min):
661         * shr.el (shr-blocked-images):
662         * spam-report.el (spam-report-resend-to):
663         * spam.el (spam-summary-exit-behavior): Fix custom types.
664
665         * gnus-salt.el (gnus-selected-tree-face): Fix default.
666
667 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
670         because of let-binding help-xref-following.  (Bug#14356)
671
672 2013-05-06  Glenn Morris  <rgm@gnu.org>
673
674         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
675
676 2013-05-04  Andrew Cohen  <cohen@bu.edu>
677
678         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
679         entering into the registry.
680
681 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
682
683         * gnus.el: Ma Gnus v0.7 is released.
684
685 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
688         (Bug#14304)
689
690 2013-04-27  Glenn Morris  <rgm@gnu.org>
691
692         * gnus.el (gnus-list-debbugs):
693         Use require rather than autoload.  (Bug#14262)
694
695 2013-04-27  Julien Danjou  <julien@danjou.info>
696
697         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
698         port to "sieve" now that it has an official IANA port assigned.
699
700 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
703         Don't set the MAILHOST environment variable permanently (Bug#14271).
704
705 2013-04-26  Glenn Morris  <rgm@gnu.org>
706
707         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
708
709 2013-04-25  Andrew Cohen  <cohen@bu.edu>
710
711         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
712         string values of 'gcc-self. Thanks to Saroj Thirumalai.
713
714 2013-04-24  Andrew Cohen  <cohen@bu.edu>
715
716         * nnir.el (nnir-close-group): Make sure we are in the right group.
717
718         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
719         dependency table from all newly retrieved headers.
720
721 2013-04-16  David Edmondson  <dme@dme.org>
722
723         Support <img src="data:...">.
724
725         * shr.el (shr-image-from-data): New function.
726         (shr-tag-img): Use it.
727
728 2013-04-14  Andrew Cohen  <cohen@bu.edu>
729
730         * nnir.el (nnir-request-set-mark): Make sure we are in the right
731         group.
732
733 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
736         corresponding to any existing group (Bug#14166).
737
738 2013-04-10  Andrew Cohen  <cohen@bu.edu>
739
740         * nnir.el (number-sequence): No longer used.
741         (nnir-request-set-mark): New function.
742         (nnir-request-update-info): Improve marks updating.
743         (nnir-request-scan): Don't duplicate marks updating.
744         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
745         Use 'assq rather than 'assoc.  Quote anonymous function.
746         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
747         Use 'gnus-group-prefixed-p.
748         (gnus-summary-create-nnir-group): Make sure server for method is open.
749
750 2013-04-04  Andrew Cohen  <cohen@bu.edu>
751
752         * nnir.el (gnus-nnir-group-p): New function.
753         (nnir-possibly-change-group): Use it.
754
755         * gnus-msg.el (gnus-setup-message): Use it.
756
757 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * mml.el (mml-minibuffer-read-description): Use `default' insted of
760         `initial-input' for the argument name.
761         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
762
763 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
764
765         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
766         (used by MH-E).
767
768 2013-04-01  Andrew Cohen  <cohen@bu.edu>
769
770         * nnir.el (nnir-request-update-mark): Improve mark updating in original
771         group.
772
773         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
774         fix compilation.
775
776 2013-03-31  Andrew Cohen  <cohen@bu.edu>
777
778         * nnir.el (nnir-method-default-engines): And another typo.
779
780 2013-03-30  Andrew Cohen  <cohen@bu.edu>
781
782         * nnir.el (nnir-method-default-engines): Fix typo.
783
784 2013-03-29  Andrew Cohen  <cohen@bu.edu>
785
786         * nnir.el: Define 'number-sequence for xemacs.
787         (gnus-summary-create-nnir-group): New function to create an nnir group
788         from an nnir summary buffer based on the current query.
789         (nnir-request-create-group): Update to allow nnir group creation based
790         on the current query.
791
792 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * nndraft.el (nndraft-request-expire-articles):
795         Make expiry target always `delete'.
796
797 2013-03-27  Andrew Cohen  <cohen@bu.edu>
798
799         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
800         buffer use the posting-style and gcc of the original article group.
801         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
802
803         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
804         after other deffoos.
805
806 2013-03-25  Andrew Cohen  <cohen@bu.edu>
807
808         * nnir.el: Major rewrite.  Cleaner separation between searches and group
809         management.  Marks are now shown in nnir summary buffers.  Rudimentary
810         support for real (i.e. not ephemeral) nnir groups.
811         (gnus-summary-make-nnir-group): New function for initiating searches
812         from a summary buffer.
813
814 2013-03-18  Sam Steingold  <sds@gnu.org>
815
816         * message.el (message-bury): Minor cleanup.
817
818 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
819
820         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
821
822 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * nndir.el (nndir-request-list): Remove 2nd argument passed to
825         nnml-request-list.  (Bug#13873)
826         (nndir-request-newsgroups): Remove, unused.
827
828         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
829
830 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
831
832         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
833         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
834         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
835
836 2013-03-03  Ted Phelps  <phelps@gnusto.com>
837
838         * shr.el: Make all the overlays set the `evaporate' property so that
839         they're removed properly.
840
841 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
842
843         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
844         shell-quote-argument.
845
846 2013-02-22  David Engster  <deng@randomsample.de>
847
848         * gnus-registry.el (gnus-registry-save): Provide class name when
849         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
850         `condition-case' to stay compatible with older EIEIO versions which
851         only accept one argument.
852
853 2013-02-17  Daiki Ueno  <ueno@gnu.org>
854
855         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
856         (epg-user-id-validity): Autoload.
857         (mml2015-epg-check-user-id): New function.
858         (mml2015-epg-check-sub-key): New function split from
859         mml2015-epg-find-usable-key.
860         (mml2015-epg-find-usable-key): Accept context, name, usage, and
861         optional name-is-key-id, to handle the case when user-id is unusable.
862         Reported by Łukasz Stelmach <stlman@poczta.fm>.
863
864 2013-02-17  Glenn Morris  <rgm@gnu.org>
865
866         * shr.el (shr-put-image): Use image-multi-frame-p if available.
867
868 2013-02-16  Glenn Morris  <rgm@gnu.org>
869
870         * shr.el (shr-put-image): Only animate images that specify a delay.
871         This is consistent with the old image-animated-p behavior.
872
873 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
876         for XEmacs.
877
878 2013-02-13  Juri Linkov  <juri@jurta.org>
879
880         * gnus-art.el (gnus-article-mode-map):
881         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
882         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
883
884 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
885
886         * auth-source.el (auth-source-format-prompt): Don't get confused by
887         any "\" in replacement text.  (Bug#13637)
888
889 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
890
891         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
892         (gnus-backend-trace): Honour gnus-backend-trace.
893
894         * mml.el (mml-insert-part): Insert closing tag.
895
896         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
897
898 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
901         able to find the article, which can happen in debbugs groups,
902         apparently.
903
904 2013-01-16  Glenn Morris  <rgm@gnu.org>
905
906         * smiley.el (smiley-style): Make the file loadable in batch mode.
907
908 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
909
910         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
911         imap process running.
912
913 2013-01-14  Julien Danjou  <julien@danjou.info>
914
915         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
916         Compare addresses against addresses, not against the full From field.
917
918 2013-01-13  Richard Stallman  <rms@gnu.org>
919
920         * message.el (message-forward-make-body-mime): New args BEG, END
921         specify what part of FORWARD-BUFFER to use.  Do the work directly
922         instead of calling `mml-insert-buffer'.
923
924 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
925
926         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
927         cross-reference(s).
928
929         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
930         cross-reference(s).
931
932 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
933
934         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
935         and point-max-marker.
936         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
937
938 2013-01-11  Julien Danjou  <julien@danjou.info>
939
940         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
941         max are almost equal. Also return the correct value for V which is
942         already between 0 and 1.
943
944 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
945
946         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
947         to mml2015-encrypt-to-self.
948         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
949
950 2013-01-09  Daiki Ueno  <ueno@gnu.org>
951
952         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
953         mml-smime-epg-find-usable-secret-key.
954
955 2013-01-08  Glenn Morris  <rgm@gnu.org>
956
957         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
958
959 2013-01-07  Daiki Ueno  <ueno@gnu.org>
960
961         * mml-smime.el: Support signing by sender.
962         Requested by Uwe Brauer.
963         (mml-smime-sign-with-sender): New user option analogous
964         to mml2015-sign-with-sender.
965         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
966         (mml-smime-epg-find-usable-secret-key): New helper function copied from
967         mml2015.el.
968
969 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
972         isn't running, because Gnus will probably not know how to handle the
973         Gcc header (bug#11941).
974
975         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
976         articles.
977
978 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * nnfolder.el (nnfolder-recursive-directory-files): New function.
981         (nnfolder-generate-active-file): Make this function work with recursive
982         folder names.
983
984 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
985
986         * nntp.el (nntp-open-connection): Use HELP as the capability command
987         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
988         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
989
990 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
991
992         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
993         place holder since this gives `Invalid face reference: nil' messages.
994         Use the `default' face instead.  It has the same effect here, even
995         though it is not no-op.
996
997         * gnus-util.el
998         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
999
1000 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1003         non-string posting styles (bug#13285).
1004
1005 2012-12-27  Glenn Morris  <rgm@gnu.org>
1006
1007         * plstore.el (plstore-passphrase-callback-function):
1008         Use plstore-get-file.
1009
1010 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1011
1012         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1013         stderr.
1014
1015 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1018
1019         * gnus-compat.el (set-buffer-multibyte): Remove.
1020
1021 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1022
1023         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1024         temporary file to get PGP key image.  Pass no-show-photos when
1025         extracting image to avoid having it pop up twice.
1026
1027 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1030         eligible for treatment.
1031
1032         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1033         lines.  This makes summary commands with hidden threads work more
1034         reliably.
1035
1036         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1037         button to mark the hidden citations (bug#9395).
1038
1039 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1040
1041         * mml2015.el (mml2015-epg-signature-to-string): New function.
1042         (mml2015-epg-verify-result-to-string): New function.
1043         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1044         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1045         instead of epg-verify-result-to-string.
1046         (epg-signature-key-id, epg-signature-to-string): Autoload.
1047         (epg-verify-result-to-string): Remove autoload.
1048
1049 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1050
1051         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1052         ID image from GPG public key.
1053         (mml2015-epg-key-image-to-string): New function.
1054
1055 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1056
1057         * plstore.el (plstore-passphrase-callback-function): Fix error when
1058         error when plstore-cache-passphrase-for-symmetric-encryption is set
1059         (bug#13264).
1060
1061 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1062
1063         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1064         buffer to the article buffer here, because that clobbers multiple
1065         article buffers.
1066
1067         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1068         buffer always points to the right summary buffer.
1069
1070 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1071
1072         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1073         the password (bug#12097).
1074
1075 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1076
1077         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1078         (bug#13263).
1079
1080         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1081         buffer exists before using it (bug#12475).
1082
1083         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1084         offline groups (bug#11937).
1085
1086         * message.el (message-yank-original): When using customize to set the
1087         value of `message-cite-style', the variable it set to a symbol that's
1088         the name of the variable, which must then be dereferenced (bug#12616).
1089
1090 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1091
1092         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1093         the `face' property with a list whose car is the face specified in the
1094         format string and whose cdr is (nil).
1095         * lisp/gnus-util.el
1096         (gnus-put-text-property-excluding-characters-with-faces):
1097         Change accordingly.
1098         (gnus-get-text-property-excluding-characters-with-faces): New function.
1099         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1100         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1101         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1102
1103 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1104
1105         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1106         login methods.
1107         (nnimap-login): Respect the `nnimap-authenticator' variable.
1108
1109         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1110         mark state when moving articles.  Otherwise unticked articles will get
1111         their ticks back after moving.
1112
1113 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1116
1117         * message.el (message-ignored-news-headers): Always remove
1118         X-Message-SMTP-Method to avoid information leakage if the user
1119         mistakenly inserts the header into news messages.
1120
1121         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1122
1123         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1124         right than four characters, this command would move point to
1125         `point-max'.  Don't do that.
1126
1127         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1128         to nil to allow re-selecting groups that gain articles.
1129         (gnus-bug-group-download-format-alist): Update the URL.
1130
1131 2012-12-23  Andreas Schwab  <schwab@suse.de>
1132
1133         * shr.el (shr-tag-em): Render em as italic, not bold.
1134
1135 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1138         for reuse.
1139         (gnus-open-server): Use it to add more tracing.
1140         (gnus-finish-retrieve-group-infos): Add backend tracing.
1141         (gnus-backend-trace): Also note the elapsed seconds.
1142
1143 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1144
1145         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1146         Set epa-file-encrypt-to from variable to avoid querying.
1147
1148 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1149
1150         * sieve-mode.el (sieve-font-lock-keywords):
1151         Keywords should be word delimited.  (Bug#13173)
1152
1153 2012-12-13  Andreas Schwab  <schwab@suse.de>
1154
1155         * tls.el (tls-program): Update customize type.
1156
1157 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1160         instead of <pre> to align message header.
1161
1162 2012-12-12  Sam Steingold  <sds@gnu.org>
1163
1164         * gnus.el (gnus-other-frame-resume-function): Add user option.
1165         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1166
1167 2012-12-06  Sam Steingold  <sds@gnu.org>
1168
1169         * gnus-start.el (gnus-before-resume-hook): Add.
1170         (gnus-1): Run it when Gnus is alive.
1171
1172 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1175         * gnus-art.el (article-unsplit-urls)
1176         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1177         * gnus-registry.el (gnus-registry-get-article-marks)
1178         * message.el (message-goto-body): Use it.
1179         (message-called-interactively-p): Remove.
1180
1181         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1182         (spam-stat-score-buffer): Use it.
1183
1184         * spam.el: Silence the warnings against BBDB functions when compiling.
1185
1186         * gnus-score.el (gnus-score-decode-text-parts):
1187         Use append+mapcar instead of the cl function mapcan.
1188
1189 2012-12-05  Sam Steingold  <sds@gnu.org>
1190
1191         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1192         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1193         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1194
1195 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gmm-utils.el (gmm-called-interactively-p): Revert.
1198         This seems to cause Emacs to get stuck!
1199         * gnus-art.el (article-unsplit-urls)
1200         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1201         * gnus-registry.el (gnus-registry-get-article-marks)
1202         * message.el (message-goto-body)
1203         (message-called-interactively-p): Revert.
1204
1205         * gmm-utils.el (gmm-called-interactively-p): New function.
1206         * gnus-art.el (article-unsplit-urls)
1207         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1208         * gnus-registry.el (gnus-registry-get-article-marks)
1209         * message.el (message-goto-body): Use it.
1210         (message-called-interactively-p): Remove.
1211
1212         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1213         * gnus-sync.el (gnus-sync-lesync-call)
1214         * message.el (message-read-from-minibuffer): Use it.
1215
1216 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gmm-utils.el (gmm-flet): Remove.
1219         * gnus-sync.el (gnus-sync-lesync-call)
1220         * message.el (message-read-from-minibuffer): Don't use it.
1221
1222 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1225
1226 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1229
1230         * gnus-sync.el (gnus-sync-lesync-call)
1231         * message.el (message-read-from-minibuffer): Use gmm-flet.
1232
1233         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1234
1235         * gnus-util.el (gnus-macroexpand-all): Remove.
1236
1237 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1238
1239         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1240         to TAB, not [tab].
1241         (gnus-summary-article-map): Likewise.
1242
1243         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1244         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1245
1246 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1247
1248         * time-date.el: Commentary fix.
1249
1250 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1251
1252         * color.el: Don't require cl.
1253         (color-complement): `caddr' -> `nth 2'.
1254
1255         * time-date.el (time-to-seconds): De-obsolete.
1256
1257 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * message.el (message-get-reply-headers):
1260         Make sure the reply goes to the author if it is a wide reply.
1261
1262 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1263
1264         * gnus-score.el (gnus-score-body):
1265         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1266         scoring by body.
1267
1268 2012-11-16  Glenn Morris  <rgm@gnu.org>
1269
1270         * gnus-diary.el (nndiary-request-create-group-functions)
1271         (nndiary-request-update-info-functions)
1272         (gnus-subscribe-newsgroup-functions)
1273         (nndiary-request-accept-article-functions):
1274         Use new names for hooks rather than obsolete aliases.
1275
1276 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1279
1280 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1283         in meta tag with the one the part specifies in its header.
1284
1285 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1286
1287         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1288         by default.
1289
1290 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1293         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1294
1295 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1298         and a runtime function for it, of which the XEmacs version takes only
1299         two arguments.
1300
1301 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * nndiary.el (nndiary-request-create-group-functions)
1304         (nndiary-request-update-info-functions)
1305         (nndiary-request-accept-article-functions):
1306         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1307         "-hooks" suffix.
1308
1309 2012-10-19  Julien Danjou  <julien@danjou.info>
1310
1311         * gnus-art.el: Require gnus-util because it uses
1312         `gnus-timer--function'.
1313
1314 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1315
1316         * starttls.el (starttls-extra-arguments): Doc fix.
1317
1318 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1321         it.
1322
1323 2012-10-06  Glenn Morris  <rgm@gnu.org>
1324
1325         * gnus-notifications.el (gnus-notifications):
1326         Add missing group :version tag.
1327         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1328         (gnus-gcc-post-body-encode-hook):
1329         * gnus-sync.el (gnus-sync-lesync-name)
1330         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1331
1332 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1333
1334         * color.el (color-hsl-to-rgb): Fix incorrect results for
1335         small and large hue values.  (Bug#12559)
1336
1337 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         New UIDL implementation.
1340
1341         * mail-source.el (mail-sources, mail-source-keyword-map):
1342         Add :leave as a pop3 keyword.
1343         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1344
1345         * pop3.el (pop3-leave-mail-on-server): Allow number.
1346         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1347         (pop3-movemail): Add UIDL support.
1348         (pop3-send-streaming-command): Take a list of mail numbers instead of
1349         the number of mails.
1350         (pop3-write-to-file): Add X-UIDL header.
1351         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1352         (pop3-uidl-add-xheader): New functions.
1353
1354         * message.el (message-ignored-resent-headers):
1355         Add X-Content-Length and X-UIDL headers.
1356
1357 2012-10-05  Glenn Morris  <rgm@gnu.org>
1358
1359         * color.el (color-name-to-rgb, color-rgb-to-hex)
1360         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1361         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1362         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1363         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1364
1365 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1368         a user about whether to delete temp files if once a user answered as n.
1369
1370 2012-09-25  Chong Yidong  <cyd@gnu.org>
1371
1372         * password-cache.el (password-read-and-add): Use a declare form to mark
1373         this function obsolete.
1374
1375 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * lpath.el: Bind mail-encode-mml for old Emacsen.
1378
1379 2012-09-17  Richard Stallman  <rms@gnu.org>
1380
1381         * message.el (message-in-body-p): Don't set mark or modify buffer.
1382
1383         * mml.el (mml-attach-file): Doc fix.
1384         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1385         Set mail-encode-mml when in Mail mode.
1386         Simplify code to set HEAD and move back to HEAD.
1387         (mml-insert-multipart, mml-insert-part):
1388         Set mail-encode-mml when in Mail mode.
1389
1390 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-util.el (gnus-timer--function): New function.
1393
1394         * gnus-art.el (gnus-article-stop-animations): Use it.
1395
1396 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1397
1398         Fix glitches caused by addition of psec to timers.
1399         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1400         rather than raw access to timer vector.
1401
1402 2012-09-11  Julien Danjou  <julien@danjou.info>
1403
1404         * gnus-notifications.el (gnus-notifications): Check for nil values in
1405         ignored addresses check.
1406
1407 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1408
1409         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1410
1411 2012-09-07  Chong Yidong  <cyd@gnu.org>
1412
1413         * gnus-util.el
1414         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1415
1416         * gnus-salt.el (gnus-tree-highlight-node):
1417         * gnus-sum.el (gnus-summary-highlight-line):
1418         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1419
1420 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1423
1424 2012-09-06  Juri Linkov  <juri@jurta.org>
1425
1426         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1427         scheme for buffer names to be more consistent with other group and
1428         article buffer names in Gnus.
1429
1430 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus-util.el
1433         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1434
1435         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1436         Jenkner.
1437
1438         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1439
1440         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1441
1442         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1443
1444 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1447         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1448
1449         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1450         string-prefix-p in Emacs >=23.2.
1451
1452         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1453         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1454         instead of string-match-p.
1455         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1456
1457 2012-09-06  Kenichi Handa  <handa@gnu.org>
1458
1459         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1460         lowercase a..f.
1461
1462 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1463
1464         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1465
1466 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1467
1468         * nnimap.el (nnimap-request-move-article): Decode the group name when
1469         doing internal moves to avoid charset issues.
1470
1471         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1472         TIME is set.
1473
1474 2012-09-05  Juri Linkov  <juri@jurta.org>
1475
1476         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1477         than one group at a time (bug#11961).
1478
1479 2012-09-05  Julien Danjou  <julien@danjou.info>
1480
1481         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1482         this hide the real reason with a message giving absolutely no hint.
1483
1484 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1487         to the backend (bug#11804).
1488
1489         * message.el (message-insert-newsgroups): Don't insert newsgroup
1490         duplicates (bug#12275).
1491
1492 2012-09-05  John Wiegley  <johnw@newartisans.com>
1493
1494         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1495         sieve rules.
1496
1497 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1498
1499         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1500         function.
1501
1502         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1503
1504         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1505
1506 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1507
1508         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1509         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1510         This should make nnmaildir more usable with offlineimap.
1511
1512 2012-09-05  Julien Danjou  <julien@danjou.info>
1513
1514         * nnimap.el (nnimap-request-list): Revert change that made listing
1515         synchronous.
1516         (nnimap-get-responses): Restore.
1517
1518 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1519
1520         * dgnushack.el: XEmacs 21.5 compilation fix.
1521
1522         * gnus-notifications.el (gnus-notifications-notify): Use it.
1523
1524         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1525         warnings on XEmacs.
1526
1527 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1528
1529         Better seeds for (random).
1530         * gnus-sync.el (gnus-sync-lesync-setup):
1531         * message.el (message-canlock-generate, message-unique-id):
1532         Change (random t) to (random), now that the latter is more random.
1533
1534 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1535
1536         * nnimap.el (nnimap-change-group): Document result value
1537
1538         * auth-source.el (auth-sources): Fix macos keychain access.
1539
1540         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1541         allow the backend `request-head' function to determine the group
1542         name on its own.
1543         (gnus-request-expire-articles): Filter out negative article numbers
1544         during expiry (Bug#11980).
1545
1546         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1547         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1548
1549         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1550         you've found the article when you haven't.
1551
1552         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1553         that nnimap-change-group can return t.
1554
1555 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1556
1557         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1558
1559 2012-08-30  Julien Danjou  <julien@danjou.info>
1560
1561         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1562         `gnus-notifications-timeout'.
1563         (gnus-notifications-timeout): Add.
1564         (gnus-notifications-action): New function.
1565         (gnus-notifications-notify): Add :action using
1566         `gnus-notifications-action'.
1567         (gnus-notifications-id-to-msg): New variable.
1568         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1569         notifications id to messages.
1570
1571 2012-08-30  Kenichi Handa  <handa@gnu.org>
1572
1573         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1574         once.
1575
1576 2012-08-29  Julien Danjou  <julien@danjou.info>
1577
1578         * gnus-notifications.el: New file.
1579         (gnus-notifications-notify): New function.
1580         (gnus-notifications): Use `gnus-notifications-notify'.
1581
1582 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1585         transfer encoding first; bind gnus-newsgroup-charset to the charset
1586         that the article specifies (Bug#12209).
1587
1588 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1591         (gnus-group-customize-done): Encode values posting-style holds.
1592
1593         * gnus-msg.el (gnus-summary-resend-message)
1594         (gnus-configure-posting-styles): Decode values posting-style group
1595         parameter holds.
1596
1597 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1600         `name' and `address' in Resent-From header.
1601
1602 2012-08-14  Chong Yidong  <cyd@gnu.org>
1603
1604         * gnus-art.el (article-display-face): Handle failure in
1605         gnus-create-image (Bug#11802).
1606
1607 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1608
1609         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1610         Use defsetf.
1611
1612 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1613
1614         * auth-source.el (auth-source-plstore-search)
1615         (auth-source-secrets-search): Ignore :require and :type in search spec.
1616
1617 2012-08-06  Julien Danjou  <julien@danjou.info>
1618
1619         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1620         `nnimap-request-move-article'.
1621
1622         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1623         Remove autoload, already handled by gnus.el.
1624
1625         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1626
1627         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1628         supported by nnimap actually. Reverts previous change.
1629
1630         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1631         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1632         to-buffer argument that is already supported.
1633
1634 2012-08-05  Julien Danjou  <julien@danjou.info>
1635
1636         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1637         Add autoload.
1638
1639 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus.el (gnus-valid-select-methods): Fix custom type.
1642
1643 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * auth-source.el (auth-sources, auth-source-backend-parse)
1646         (auth-source-macos-keychain-search)
1647         (auth-source-macos-keychain-search-items)
1648         (auth-source-macos-keychain-result-append)
1649         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1650         auth-source.el through the /usr/bin/security utility.
1651         (auth-sources): Fix syntax error.
1652         (auth-source-macos-keychain-result-append): Fix variable name.
1653         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1654
1655 2012-07-27  Julien Danjou  <julien@danjou.info>
1656
1657         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1658         Emacs < 24.1
1659
1660 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * message.el (message-kill-address): Don't kill last newline.
1663         (message-skip-to-next-address): Don't move to the next header.
1664         (message-fill-field-address): Work properly.
1665
1666 2012-07-25  Julien Danjou  <julien@danjou.info>
1667
1668         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1669
1670 2012-07-24  Julien Danjou  <julien@danjou.info>
1671
1672         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1673
1674         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1675         (nntp-async-timer-handler): Remove, unused.
1676
1677         * nnimap.el (nnimap-get-responses): Remove, unused.
1678
1679         * nnheader.el (mail-header-set-extra): Remove, unused.
1680
1681         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1682         unused.
1683
1684         * mm-view.el (mm-view-sound-file): Remove, unused.
1685
1686         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1687         (mm-url-encode-multipart-form-data): Remove, unused.
1688
1689         * message.el (message-remove-signature, message-make-host-name)
1690         (message-fill-address): Remove, unused.
1691
1692         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1693         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1694         unused.
1695
1696         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1697         (gnus-xmas-call-region): Remove, unused.
1698
1699         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1700
1701         * gnus-util.el (gnus-extract-address-component-name)
1702         (gnus-extract-address-component-email, gnus-sortable-date)
1703         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1704         (gnus-process-live-p): Remove, unused.
1705
1706         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1707
1708         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1709         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1710         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1711         function.
1712
1713         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1714
1715         * gnus-score.el (gnus-summary-score-crossposting)
1716         (gnus-score-regexp-bad-p): Remove, unused.
1717
1718         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1719
1720         * gnus-range.el (gnus-sublist-p): Remove, unused.
1721
1722         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1723         unused.
1724
1725         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1726
1727         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1728         (gnus-request-associate-buffer): Remove, unused.
1729
1730         * gnus-group.el (gnus-group-set-method-info)
1731         (gnus-group-set-params-info): Remove, unused.
1732
1733         * gnus-fun.el (gnus-shell-command-to-string)
1734         (gnus-shell-command-on-region): Remove, unused.
1735
1736         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1737
1738         * gnus-art.el (gnus-article-text-type-exists-p)
1739         (article-translate-characters, gnus-article-hide-text-of-type)
1740         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1741         Remove, unused.
1742
1743 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1744
1745         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1746
1747 2012-07-21  Julien Danjou  <julien@danjou.info>
1748
1749         * message.el (message-dont-reply-to-names): Replace deprecated
1750         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1751         (message-get-reply-headers): Ditto.
1752
1753 2012-07-18  Julien Danjou  <julien@danjou.info>
1754
1755         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1756         `sieve-upload-and-kill'.
1757
1758         * sieve.el (sieve-bury-buffer): Remove function.
1759         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1760         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1761
1762 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1763
1764         * shr.el (shr-expand-url): Handle URL starting with `//'.
1765
1766 2012-07-13  Chong Yidong  <cyd@gnu.org>
1767
1768         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1769         instead of calling toggle-read-only with a (bogus) argument.
1770
1771 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1772
1773         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1774         of initial input when reading the author to restrict the summary to.
1775
1776 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * mm-decode.el (mm-shr):
1779         Allow overriding charset by mm-charset-override-alist.
1780
1781 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-art.el (gnus-article-view-part):
1784         Toggle subparts of multipart/alternative part.
1785
1786 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1787
1788         * shr.el (shr-render-buffer): New command.
1789         (shr-visit-file): Use it.
1790
1791 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1794         Set no-byte-compile and no-update-autoloads.
1795
1796 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1799
1800 2012-06-25  Julien Danjou  <julien@danjou.info>
1801
1802         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1803         `nnimap-request-move-articles-find-limit' since we do not use it only
1804         for move operations.
1805         (nnimap-request-accept-article): Use
1806         `nnimap-request-articles-find-limit' to limit search by message-id.
1807
1808 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1809
1810         Support higher-resolution time stamps (Bug#9000).
1811
1812         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1813         VARLIST.  It's optional, for backward compatibility.
1814         (encode-time-value): New optional arg PICO.  New type 3.
1815         (time-to-seconds) [!float-time]: Support the new picoseconds
1816         component if it's used.
1817         (seconds-to-time, time-subtract, time-add):
1818         Support ps-resolution time stamps as well.
1819
1820 2012-06-19  Julien Danjou  <julien@danjou.info>
1821
1822         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1823
1824         * nnimap.el (nnimap-log-buffer): Check that
1825         `window-point-insertion-type' is boundp, since it's not available in
1826         XEmacs.
1827
1828 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1829
1830         * nnimap.el (nnimap-log-buffer): Add this, setting
1831         `window-point-insertion-type' in the buffer to t.
1832         (nnimap-log-command): Use nnimap-log-buffer.
1833
1834 2012-06-19  Julien Danjou  <julien@danjou.info>
1835
1836         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1837         argument to be able to limit the search.
1838         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1839         (nnimap-request-move-articles-find-limit): Add this to limit the search
1840         by Message-Id after a message move.
1841         (nnimap): Add defgroup.
1842
1843 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1844
1845         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1846
1847 2012-06-15  Julien Danjou  <julien@danjou.info>
1848
1849         * nnimap.el (nnimap-find-article-by-message-id): Use
1850         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1851         (nnimap-possibly-change-group): Add read-only argument.
1852         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1853         issuing EXAMINE manually.
1854         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1855         with read-only argument.
1856         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1857         cannot possibly change because we need to be sure that it's either
1858         read-write or read-only.
1859
1860 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1863         being bound to a lambda form.
1864
1865 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1866
1867         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1868         articles when fetch-old is non-nil (bug#11370).
1869
1870 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1871
1872         * gnus-picon.el (gnus-picon-properties): New defcustom.
1873         (gnus-picon-create-glyph): Use it.
1874
1875 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-group.el (gnus-group-get-new-news): Respect
1878         `gnus-group-use-permanent-levels', as documented (bug#11638).
1879
1880 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1881
1882         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1883         groups (bug#11641).
1884
1885 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1886
1887         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1888         is an integer to avoid later problems.
1889
1890 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1893         locales.
1894
1895         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1896         on a handle.
1897
1898         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1899         address as the default.
1900         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1901
1902         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1903         makes no sense to query the user about internal files.
1904
1905         * gnus-spec.el: Remove all the byte-compilation stuff, since
1906         benchmarking shows that it doesn't help when entering large summary
1907         buffers.
1908
1909         * gnus-xmas.el (gnus-xmas-define): Remove.
1910
1911         * gnus-util.el (gnus-byte-code): Remove.
1912
1913         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1914         grouplens stuff.
1915
1916 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1919         (bug#11514).
1920
1921 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1922
1923         * message.el (message-buffers): Return all buffers derived from Message
1924         to make `gnus-dired-attach' work with mu4e.
1925
1926 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1927
1928         * nntp.el: Stop the `letf' madness.
1929         (nntp--report-1): New var.
1930         (nntp-report): Merge nntp-report-1 into it.
1931         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1932         the nntp-report function.
1933
1934         * auth-source.el: Fix comment-style to follow the convention.
1935
1936 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1937
1938         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1939         (mm-dissect-singlepart): Don't guess the MIME type of
1940         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1941         set.
1942         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1943         toplevel MIME type is multipart/encrypted.
1944
1945 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1948         a string so that Gcc works (bug#11514).
1949
1950 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1951
1952         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1953         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1954
1955 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1956
1957         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1958         jumping to *Server* from a dedicated *Group* window.
1959         (gnus-configure-frame): CSE.
1960
1961         * gnus-registry.el: Minor style cleanup.
1962         (gnus-registry--set/remove-mark): New function, extracted from
1963         gnus-registry-install-shortcuts.
1964         (gnus-registry-install-shortcuts): Use it.
1965
1966 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * nnspool.el (news-path): Use eval-and-compile.
1969
1970 2012-05-24  Glenn Morris  <rgm@gnu.org>
1971
1972         * nnspool.el (news-directory, news-path, news-inews-program):
1973         Move here from paths.el.  Don't see a need for these to be autoloaded.
1974
1975         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1976         Merge in doc from paths.el version.  Don't see any need for this to be
1977         autoloaded, or for the warning about users not setting it.
1978
1979 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1980
1981         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1982         format.  In particular, add an optional argument and a docstring.
1983
1984         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1985
1986         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1987         current before calling `gnus-groups-to-gnus-format'.
1988         Note that this was already the case for `gnus-active-to-gnus-format'.
1989
1990 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1991
1992         Fix minor Y10k bug.
1993         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1994
1995 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1996
1997         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1998         message once it's actually open.
1999
2000 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2001
2002         * gnus.el: Ma Gnus v0.5 is released.
2003
2004 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2005
2006         * auth-source.el (auth-source--aput-1, auth-source--aput)
2007         (auth-source--aget): New functions and macros.
2008         Use them instead of aput/aget.
2009
2010 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2011
2012         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2013
2014 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2015
2016         * plstore.el (plstore-called-interactively-p): New compat macro copied
2017         from message.el.
2018         (plstore-mode): Use it.
2019
2020 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2021
2022         * plstore.el: Revive the editing feature.
2023         (plstore-mode): New mode to edit plstore file.
2024         (plstore-mode-toggle-display, plstore-mode-original)
2025         (plstore-mode-decoded): New command.
2026         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2027         (plstore--insert-buffer, plstore--make): New function.
2028         (plstore-open, plstore-save): Simplify by using them.
2029
2030 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2033
2034 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2035
2036         * tls.el (open-tls-stream): Remove unused binding.
2037
2038 2012-04-16  Glenn Morris  <rgm@gnu.org>
2039
2040         * nndraft.el (nndraft-request-list): Fix declaration.
2041
2042 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * mm-decode.el (mm-dissect-buffer): Doc fix.
2045
2046         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2047         don't have a current group.
2048
2049         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2050         buffer if it doesn't exist.
2051
2052         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2053         given, mark the group as ephemeral with the current window conf.
2054
2055         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2056         buffer exists, which it doesn't if we haven't started Gnus.
2057         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2058
2059 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2062         type is.
2063
2064         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2065         `unexists' entries.
2066         (gnus-clean-old-newsrc): Fix last checkin.
2067
2068         * nnimap.el (nnimap-update-info): None of the articles below the active
2069         low-water mark exist.
2070
2071         * dgnushack.el: Get rid of XEmacs compilation warning.
2072
2073         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2074         would have gotten if we posted to the group, and use that to compare
2075         against the message we want to cancel (bug#10808).
2076
2077         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2078         on XEmacs.
2079
2080 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2081
2082         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2083         `scroll-margin'.
2084
2085 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2086
2087         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2088         citation prefix within a block of cited text should be considered part
2089         of that block *only* if it is a blank line.
2090
2091 2012-04-09  Chong Yidong  <cyd@gnu.org>
2092
2093         * binhex.el, hashcash.el, uudecode.el:
2094         Remove * characters from the front of variable docstrings.
2095
2096 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2097
2098         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2099         before kinsoku-bol characters nor within kinsoku-eol characters.
2100
2101 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2104         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2105         (gnus-sync-read): Use mapc instead of mapcar.
2106
2107         * mm-archive.el: Require mm-decode for some macros.
2108         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2109         the byte compiler.
2110         (mm-archive-decoders): New function that returns the value of
2111         the mm-archive-decoders variable.
2112
2113         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2114         instead.
2115         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2116
2117         * nnimap.el (gnus-refer-thread-use-nnir):
2118         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2119
2120 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2123
2124 2012-03-12  Peter Münster  <pmrb@free.fr>
2125
2126         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2127         (gnus-demon-cancel): Ditto.
2128         (gnus-demon-run-callback): When function cannot be called due to low
2129         idleness, call it when idleness reaches the expected value, instead of
2130         waiting another timer period.
2131         (gnus-demon-init): Add `time' to arguments of call-back.
2132
2133 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2136
2137         * gnus.el: Register gnus-registry functions.
2138
2139         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2140         indent.
2141
2142         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2143         enabled before warping.
2144
2145 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2146
2147         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2148         registry about each article retrieved.
2149
2150         * gnus-int.el (gnus-select-group-with-message-id): New function.
2151         (gnus-try-warping-via-registry): Ditto.
2152         (gnus-warp-to-article): Fall back on the registry.
2153
2154 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2155
2156         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2157         inboxes.
2158
2159 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2162
2163 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2166         gnus-gcc-self-resent-messages may be a group parameter.
2167         (gnus-summary-resend-message): Don't encode encoded words in header
2168         when Gcc'ing resent message.
2169
2170 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * shr.el (shr-insert): Treat non-breaking space just like normal
2173         space.  This seems to produce more pleasing results.
2174         (shr-insert): Only insert a blank line if we're starting from an image.
2175         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2176         (shr-ensure-paragraph): Consider lines with white space to be blank.
2177
2178 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2179
2180         * Makefile.in: Respect DESTDIR.
2181
2182 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2183
2184         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2185         and gnus-gcc-post-body-encode-hook.
2186
2187 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2190         messages that don't exist.
2191
2192         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2193
2194 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2197         Remove.
2198
2199         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2200
2201         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2202
2203 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2206         have a group name.
2207
2208         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2209         a multibyte buffer (bug#7410).
2210         (article-wash-html): Parse the original article buffer to get the
2211         unencoded data (bug#7410).
2212
2213         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2214         .newsrc.el files.
2215
2216 2012-04-05  Bastien Guerry  <bzg@altern.org>
2217
2218         * color.el (color-lighten-name): Fix typo.
2219
2220 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2223         "#" to avoid having them interpreted as comments.
2224
2225 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * shr.el (shr-insert): Update the text state properly to avoid
2228         inserting spurious paragraph starts.
2229
2230 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * shr.el (shr-table-widths): Divide the extra width more fairly over
2233         the TDs (bug#10973).
2234         (shr-render-td): Don't delete too much padding.
2235         (shr-natural-width): Compute the natural width more correctly.
2236         (shr-insert): Allow the natural width to be computed for tables again.
2237         (shr-tag-table-1): Rework how the natural widths are computed by
2238         rendering the table a third time.
2239         (shr-natural-width): Removed.
2240         (shr-buffer-width): New function.
2241         (shr-expand-newlines): Use it.
2242
2243         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2244         using a `gnus-use-full-window' setup (bug#11013).
2245
2246 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2249         24.1 release.
2250
2251 2012-03-10  David Edmondson  <dme@dme.org>
2252
2253         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2254         'Forwarded Message' header and the start of the message.
2255
2256 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2257
2258         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2259         isn't running (bug#10897).
2260
2261 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2264         This is inconsistent with all the other stream functions, which leave
2265         the setting up to the higher levels (if so wanted) (bug#10931).
2266
2267 2012-02-28  Glenn Morris  <rgm@gnu.org>
2268
2269         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2270         mm-decode.el: Standardize possessive apostrophe usage.
2271
2272 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2275
2276 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2277
2278         * parse-time.el (parse-time-string): Allow extractor to return nil.
2279
2280 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2283
2284 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2285
2286         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2287
2288 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2289
2290         * mm-decode.el (mm-shr): Remove "soft hyphens".
2291
2292         * nnimap.el (nnimap-request-list): Return the group names encoded as
2293         utf8.  Otherwise non-European group names don't work.
2294         (nnimap-request-newgroups): Ditto.
2295
2296         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2297         the default in `read-string' (bug#10757).
2298
2299         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2300         topics (bug#10843).
2301
2302         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2303         buffer.  Suggested by Herbert Valerio Riedel.
2304         (nnimap-request-move-article): Delete the message from the correct IMAP
2305         server.
2306
2307 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2308
2309         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2310         Reported by Peter Münster.
2311
2312 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2313
2314         * shr.el (shr-image-fetched): Make sure we really kill the right
2315         buffer.
2316
2317 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2318
2319         * gnus-start.el (gnus-1): Avoid duplicate entries.
2320
2321 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2322
2323         * imap.el: Remove.
2324
2325         * nntp.el (nntp-coding-system-for-read): Remove.
2326         (nntp-coding-system-for-write): Ditto.
2327         (nntp-open-connection): Just use `binary' directly.
2328
2329         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2330         Gnus 0.3.
2331
2332 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2333
2334         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2335         application/octet-stream parts really is.
2336
2337         * gnus-sum.el (gnus-propagate-marks): Remove.
2338
2339 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2340
2341         * shr.el (shr-rescale-image): Undo previous change; see
2342         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2343
2344 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2345
2346         * gnus.el: Ma Gnus v0.3 is released.
2347
2348 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-sum.el (gnus-summary-local-variables): Make
2351         `gnus-newsgroup-unexist' into a local variable.
2352
2353 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2354
2355         * registry.el (registry-usage-test, registry-persistence-test): Move to
2356         tests/gnustest-registry.el.
2357         (registry-make-testable-db, registry-match-test)
2358         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2359
2360         * gnus-registry.el (gnus-registry-misc-test)
2361         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2362
2363         * tests/gnustest-registry.el: New file with the registry and
2364         gnus-registry ERT tests.
2365
2366 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-msg.el (gnus-summary-resend-message): Make
2369         gnus-summary-resend-message-insert-gcc be last item in
2370         message-header-setup-hook.
2371
2372 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2373
2374         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2375         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2376         Remove.
2377         (nnfolder-open-server): Don't use marks.
2378         (nnfolder-request-delete-group): Ditto.
2379         (nnfolder-request-rename-group): Ditto.
2380         (nnfolder-request-set-mark, nnfolder-request-marks)
2381         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2382         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2383
2384         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2385         (nnml-marks-modtime): Remove.
2386         (nnml-request-delete-group): Don't use marks.
2387         (nnml-request-rename-group): Ditto.
2388         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2389         (nnml-save-marks, nnml-open-marks): Remove.
2390
2391         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2392         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2393         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2394         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2395         (nntp-server-to-method-cache): Remove.
2396
2397         * shr.el (shr-rescale-image): Fix wrong merge.
2398
2399 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2402         too-wide lines.
2403
2404 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2405
2406         * nnimap.el (nnimap-record-commands): New variable.
2407         (nnimap-log-command): Use it.
2408         (nnimap-make-process-buffer): Add a space to the process buffer.
2409         (nnimap-transform-headers): Don't bug out on header lines containing
2410         stuff that look like IMAP length encodings.
2411
2412         * shr.el (shr-rescale-image): Allow viewing large images.
2413
2414 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * nnml.el (nnml-request-compact-group): Delete the marks file after
2417         compaction (bug#10800).
2418
2419         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2420         group exit.
2421
2422         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2423         QRESYNC/FETCH output.
2424
2425 2012-02-11  Glenn Morris  <rgm@gnu.org>
2426
2427         * sieve-manage.el (sieve-manage-default-stream):
2428         * shr.el (shr):
2429         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2430         (nnir-retrieve-headers-override-function)
2431         (nnir-imap-default-search-key, nnir-notmuch-program)
2432         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2433         (nnir-method-default-engines):
2434         * message.el (message-cite-reply-position):
2435         * gssapi.el (gssapi-program):
2436         * gravatar.el (gravatar):
2437         * gnus-sum.el (gnus-refer-thread-use-nnir):
2438         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2439         (gnus-registry-max-pruned-entries):
2440         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2441         * gnus-int.el (gnus-after-set-mark-hook)
2442         (gnus-before-update-mark-hook):
2443         * gnus-async.el (gnus-async-post-fetch-function):
2444         * auth-source.el (auth-source-cache-expiry):
2445         Add missing :version tags to new defcustoms and defgroups.
2446
2447 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2450         `gnus-newsgroup-unexist'.
2451
2452         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2453         marks.
2454         (gnus-article-special-mark-lists): Put the `unexist' in the special
2455         marks list instead.
2456
2457         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2458         articles in the list of articles to be selected.
2459
2460         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2461         articles.
2462         (nnimap-update-info): Keep track of unexisting articles.
2463         (nnimap-update-qresync-info): Ditto.
2464
2465 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2466
2467         * message.el (message-default-send-mail-function): Made into own
2468         function for reuse by emacsbug.el.
2469
2470 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2471
2472         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2473         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2474
2475 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2476
2477         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2478         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2479
2480         * gnus-compat.el: Define `timer-set-function'.
2481
2482         * mm-decode.el (mm-display-external): Output the text from the command
2483         in the buffer after the command finished.  This makes text-based
2484         commands behave better.
2485
2486 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2489
2490 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2491
2492         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2493         23.1.
2494
2495 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2498
2499 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * message.el (smtpmail-smtp-user): Silence compiler warning.
2502
2503 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2504
2505         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2506         SMTP user name.
2507
2508 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-sum.el (gnus-summary-show-thread):
2511         next-single-char-property-change may return nil in XEmacs.
2512         (gnus-summary-article-map): Fix typo.
2513
2514 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2515
2516         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2517         running.
2518
2519         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2520
2521         * gnus.el (gnus-server-extend-method): Don't add an -address component
2522         if the method already has one (bug#9676).
2523
2524 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2527         of an initial-input for consistency (bug#10757).
2528
2529         * dgnushack.el: Fix XEmacs compilation warning.
2530
2531         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2532
2533         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2534
2535 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2536
2537         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2538         lines that are narrower than the window width.  Otherwise background
2539         "blocks" will look less readable.
2540
2541 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2542
2543         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2544         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2545         have newlines within the strings, and where the UID comes after the
2546         BODYSTRUCTURE element (bug#10537).
2547
2548         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2549         (bug#10732).
2550
2551         * shr.el (shr-insert-document): Add doc string.
2552         (shr-visit-file): Ditto.
2553         (shr-remove-trailing-whitespace): New function.
2554         (shr-insert-document): Use it to clean up trailing whitespace as the
2555         final step (bug#10714).
2556
2557 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2560         buffer if `gnus-kill-summary-on-exit' is nil.
2561
2562 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2563
2564         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2565         when just reading a single group from "without" Gnus.
2566
2567 2012-02-06  Chong Yidong  <cyd@gnu.org>
2568
2569         * gnus-sum.el (gnus-summary-show-thread):
2570         next-single-char-property-change never returns nil (Bug#8657).
2571
2572 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * message.el (message-multi-smtp-send-mail): New function.
2575         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2576         header to implement multi-SMTP functionality.
2577
2578         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2579         (gnus-agentize): Don't set it.
2580         (gnus-agent-send-mail): Don't use it.
2581
2582         * gnus-sum.el (gnus-summary-widget-backward): New function and
2583         keystroke.
2584
2585         * gnus-compat.el: More the compat functions more compatible.
2586
2587         * shr.el (shr-put-image): Remove underlines from sliced images.
2588         (shr-zoom-image): Compute the region to be replaced more correctly.
2589
2590 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2593         (gnus-summary-resend-message-insert-gcc): New function.
2594         (gnus-summary-resend-message): Modify message-header-setup-hook and
2595         message-sent-hook to make it work for Gcc.
2596         (gnus-inews-do-gcc): Update the number of unread articles of groups
2597         that messages are Gcc'd to.
2598
2599         * message.el (message-resend): Run message-sent-hook to do Gcc.
2600
2601 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2602
2603         * lpath.el: Fix an XEmacs compilation warning.
2604
2605         * gnus-compat.el: Require `help-fns' to fix compilation error.
2606
2607         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2608         a higher level to silence compilation.
2609
2610         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2611         parameter to allow controlling the scaling.
2612
2613         * shr.el (shr-zoom-image): New command and keystroke.
2614         (shr-put-image): Take a `size' flag to say how to scale the image.
2615
2616         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2617         deletion unless already defined.
2618
2619         * gnus.el (gnus-compat): Require it.
2620
2621         * gnus-compat.el: New file.
2622
2623         * gnus-start.el (gnus-clean-old-newsrc): New function.
2624         (gnus-read-newsrc-file): Use it.
2625
2626         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2627         Use recursive deletion.
2628         (mm-dissect-archive): Add support for zip files.
2629
2630         * gnus-util.el (gnus-recursive-directory-files): New function.
2631
2632         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2633         (mm-archive-decoders): Add tgz support.
2634
2635         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2636         Otherwise inserting text into the Gnus buffer can look odd.
2637
2638         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2639
2640         * mm-archive.el (mm-archive-decoders): Add support for tar.
2641
2642         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2643
2644         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2645
2646 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2647
2648         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2649
2650         * mm-archive.el: New file.
2651
2652         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2653
2654         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2655
2656         * message.el (message-goto-*): Make all the `message-goto-*' commands
2657         push the mark before moving point.  This makes it easier to go back to
2658         where you came from after editing whatever you jumped to.
2659
2660 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2661
2662         * gnus.el: Ma Gnus v0.1 is released.
2663
2664 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2667         without reconnecting.
2668         (nnimap-possibly-change-group): Ditto.
2669         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2670         connection has died before being called.
2671
2672 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2673
2674         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2675         an initial sync unless we're really doing one.
2676
2677         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2678         address parameter if one already exists (bug#9676).
2679
2680         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2681         not the prefix, as documented (bug#10689).
2682
2683 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2684
2685         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2686         the "server".
2687
2688         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2689         the real error message with the useless "previously known to be down".
2690         Which isn't even correct.
2691
2692         * nntp.el (nntp-open-connection): Report the error message if the nntp
2693         server can't be reached.
2694
2695         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2696         groups we do a total scan for.
2697         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2698         doing that.
2699
2700 2012-01-31  Jim Meyering  <jim@meyering.net>
2701
2702         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2703         Correct a comment (insert "not") and hide nominally-doubled "to".
2704
2705 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2706
2707         * gnus.el (gnus-version): Change name to "Ma Gnus".
2708
2709 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2710
2711         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2712         section in the manual.
2713
2714 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2715
2716         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2717         words.
2718         (rfc2047-encode-string): Ditto.
2719         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2720         understand folded filename="..." parameters, for instance.
2721
2722         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2723         the message for greater debuggability.
2724
2725 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2726
2727         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2728         instead of setting it locally, since the latter doesn't seem to have
2729         any effect (most of the time).
2730
2731 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2732
2733         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2734         function call.
2735
2736 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2737
2738         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2739         seconds, and make the repeat clause with HH:MM specs work as
2740         documented.
2741
2742 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2743
2744         * proto-stream.el (proto-stream-capability-open): Fall back on
2745         :end-of-command if :end-of-capability doesn't exist.
2746
2747 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2750         bound globally in old Emacsen and XEmacsen.
2751
2752 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2753
2754         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2755         so that previous errors don't prohibit getting new news.
2756
2757         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2758
2759         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2760
2761 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2762
2763         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2764         buffer, not of the string which is its name.
2765
2766 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2767
2768         * proto-stream.el (proto-stream-capability-open): Wait for
2769         :end-of-capability, not :end-of-command.
2770
2771         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2772         non-server-marks groups.
2773         (gnus-group-make-articles-read): Ditto.
2774
2775         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2776         methods (bug#9676).
2777
2778         * gnus.el (gnus-method-ephemeral-p): New function.
2779
2780 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2783         left-to-right.
2784
2785 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2786
2787         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2788         warning.
2789
2790 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2793         macroexpand the nnir things, since they haven't been defined yet, and
2794         nnir requires gnus-sum.
2795
2796 2012-01-24  Julien Danjou  <julien@danjou.info>
2797
2798         * color.el (color-rgb-to-hsl): Fix value computing.
2799         (color-hue-to-rgb): New function.
2800         (color-hsl-to-rgb): New function.
2801         (color-clamp, color-saturate-hsl, color-saturate-name)
2802         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2803         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2804
2805 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2808
2809 2012-01-19  Julien Danjou  <julien@danjou.info>
2810
2811         * color.el (color-name-to-rgb): Use the white color to find the max
2812         color component value and return correctly computed values.
2813         (color-name-to-rgb): Add missing float conversion for max value.
2814
2815 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2818         logical server name in addition to the actual machine address.
2819
2820         * auth-source.el (auth-source-user-and-password): Add convenience
2821         wrapper to search by just host and optionally user.
2822
2823 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2826         after rendering.
2827
2828 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2829
2830         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2831         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2832         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2833
2834 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2837         (bug#9693).
2838         (gnus-summary-setup-buffer): Document return value (bug#9697).
2839
2840         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2841         since ido doesn't work on symbols (bug#9632).
2842
2843         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2844         when getting a single value as when getting all the values.  This means
2845         that atoms like `gcc-self' work cumulatively, like variable settings,
2846         instead of getting the value from the last matching clause.
2847         (gnus-group-find-parameter): Protect against the group buffer not
2848         existing (bug#9585).
2849
2850 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus-start.el (gnus-activate-group): Document more parameters
2853         (bug#9694).
2854
2855         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2856         (bug#9692).
2857
2858         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2859         article was fetched, so that it can be expired later (bug#9958).
2860         (gnus-agent-summary-fetch-series): Add doc string.
2861         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2862         (bug#9517).
2863
2864         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2865         retrieval is happening.
2866
2867         * gnus.el (gnus-parameters): Doc fix.
2868
2869 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2870
2871         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2872         show the thread after expansion.
2873
2874 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * gnus-art.el (article-narrow-to-head): If the head is completely
2877         empty, narrow to the empty region (bug#9764).
2878
2879         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2880         read, and then mark them as unread only when the unread mark is used.
2881         This makes `C-- T k' actually work, even though it's confusing.
2882
2883         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2884         alive before we try to find its window.
2885
2886 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2887
2888         * mm-decode.el (mm-display-external): Use a longer timeout for the
2889         deletion to allow slow programs to display the file.
2890
2891 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2894         prompt to be less confusing.
2895
2896         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2897         argument to `message-reply'.  This broke `special-display-*' frame
2898         pop-uping (bug#10238).
2899
2900 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2903         systems, since these allegedly don't work there.
2904
2905 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2906
2907         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2908         live buffer.
2909
2910 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * nnir.el (nnir-retrieve-headers): Protect against the article not
2913         existing on the server (bug#10335).
2914
2915 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2916
2917         * gnus-agent.el (gnus-agent-load-local): Recompute
2918         gnus-agent-article-local on changing method.
2919
2920 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus.el (gnus-parameters): Note precedence.
2923
2924 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2925
2926         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2927         in the group buffer.
2928
2929 2012-01-04  Julien Danjou  <julien@danjou.info>
2930
2931         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2932         change.
2933
2934 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2937         too.
2938
2939         * nntp.el (nntp-retrieve-group-data-early): Use it.
2940
2941 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * nntp.el (nntp-retrieval-in-progress): New variable.
2944         (nntp-make-process-buffer): Make it buffer-local.
2945
2946         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2947         2010.
2948         (gnus-demon-init): Use it to compute the time if time is on the form
2949         "04:23".
2950
2951         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2952
2953         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2954         status in the correct buffer.
2955
2956 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2957
2958         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2959         when opening topics (bug#10407).
2960
2961 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2962
2963         * gnus-cus.el (gnus-score-customize):
2964         * gnus-sum.el (gnus-sort-gathered-threads):
2965         * message.el (message-shorten-references):
2966         * nnmairix.el (nnmairix-request-group):
2967         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2968
2969 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2970
2971         * gnus-agent.el (gnus-agent-regenerate-group):
2972         * gnus-int.el (gnus-retrieve-group-data-early):
2973         * mm-util.el (mm-codepage-ibm-list):
2974         * nndiary.el (Commentary, nndiary-get-new-mail):
2975         * nnir.el (nnir):
2976         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2977
2978 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * mm-view.el (mm-display-inline-fontify): Add comment.
2981
2982 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2983
2984         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2985         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2986
2987 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2988
2989         * gnus-art.el (gnus-split-methods):
2990         * gnus-msg.el (gnus-configure-posting-styles):
2991         * gnus-spec.el (gnus-parse-simple-format):
2992         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2993         * message.el (message-do-actions): Spelling fix.
2994
2995 2011-12-15  Juri Linkov  <juri@jurta.org>
2996
2997         * mm-decode.el (mm-inline-media-tests): Add missing
2998         `mm-handle-media-subtype'.
2999
3000 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3001
3002         * gnus-group.el (gnus-group-tool-bar):
3003         * gnus-sum.el (gnus-summary-tool-bar):
3004         * message.el (message-tool-bar):
3005         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3006
3007 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3008
3009         * plstore.el (plstore--insert-buffer): Spelling fix.
3010
3011 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3012
3013         * message.el (message-valid-fqdn-regexp): Update with newly approved
3014         top-level domain names ".tel" and ".asia".
3015
3016 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3019         unconditionally.
3020
3021 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3024         pop-to-buffer-same-window for old Emacsen.
3025
3026 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3027
3028         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3029
3030 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3031
3032         * netrc.el (netrc-credentials): Spelling fix.
3033
3034 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3035
3036         * gnus-fun.el (gnus-fun-ppm-change-string):
3037         * gnus-msg.el (gnus-inews-do-gcc):
3038         * gnus-sum.el (gnus-summary-find-for-reselect):
3039         * gnus.el (gnus-summary-cancelled):
3040         * message.el (message-cancel-hook, message-send-news):
3041         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3042         * nnir.el (nnir-run-hyrex):
3043         * nntp.el (nntp-with-open-group-function):
3044         * pgg.el (pgg-pending-timers): Spelling fix.
3045
3046 2011-12-04  Chong Yidong  <cyd@gnu.org>
3047
3048         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3049         change (Bug#10200).
3050
3051 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * compface.el (uncompface):
3054         * gnus-art.el (gnus-article-x-face-command): Update the header format
3055         of icon data for the most recent icontopbm program.
3056
3057 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-msg.el (gnus-inews-do-gcc):
3060         * message.el (message-send-mail):
3061         * mml.el (mml-generate-mime): Share the value of the buffer-local
3062         `message-options' variable between a draft buffer and temprary working
3063         buffers.
3064
3065 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3066
3067         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3068
3069 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3072         for Cygwin.
3073
3074 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3075
3076         * gnus-group.el (gnus-group-prepare-flat):
3077         * mm-bodies.el (mm-encode-body):
3078         * mml.el (mml-preview):
3079         * nnml.el (nnml-request-compact-group):
3080         * pop3.el (pop3-stream-type): Spelling fix.
3081
3082 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3083
3084         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3085
3086 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3087
3088         * color.el (color-rgb-to-hsl):
3089         * gmm-utils.el (gmm-tool-bar-style):
3090         * gnus-group.el (gnus-group-prepare-flat):
3091         * gnus-topic.el (gnus-topic-prepare-topic):
3092         * mm-decode.el (mm-discouraged-alternatives):
3093         * rfc2047.el (rfc2047-encode-1):
3094         * starttls.el: Spelling fix.
3095
3096 2011-11-24  Glenn Morris  <rgm@gnu.org>
3097
3098         * binhex.el (binhex-begin-line): Give it basic doc-string.
3099
3100         * starttls.el, tls.el: Fix case of "GnuTLS".
3101
3102 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3103
3104         * gnus-group.el (gnus-group-highlight): Fix typo.
3105
3106 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3107
3108         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3109         value of `delete-file', that returns nil for a local file but returns t
3110         for a remote file using ssh.
3111
3112 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3113
3114         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3115
3116 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3119         avoid later breakage.
3120
3121 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3124         article buffers' name.
3125
3126 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3129         by Paul Eggert's spellfixes two days ago.
3130
3131 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3134         doesn't have it.
3135
3136         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3137         buffer-local instead of binding them to avoid warnings.  Also demote
3138         errors (bug#10063).
3139         (font-lock-mode-hook): Shut up byte compiler.
3140
3141 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3142
3143         * mm-util.el (mm-charset-after):
3144         * nnir.el (nnir-run-hyrex):
3145         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3146         (ntlm-get-password-hashes, ntlm-md4hash):
3147         * smime.el: Fix typo.
3148
3149 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3150
3151         * gnus-agent.el (gnus-agent-expire-group-1):
3152         * nndiary.el (nndiary-last-occurence):
3153         * nnimap.el (nnimap-request-set-mark):
3154         * nnmairix.el (nnmairix-only-use-registry):
3155         * gnus-group.el (gnus-group-prepare-flat):
3156         * gnus-sum.el (gnus-decode-encoded-word-methods):
3157         * message.el (message-wash-subject):
3158         * nntp.el (nntp-retrieve-headers-with-xover):
3159         * smime.el (smime-certificate-directory): Spelling fix.
3160
3161 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3162
3163         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3164
3165         * color.el:
3166         * gnus-agent.el (gnus-agent-possibly-alter-active):
3167         * gnus-dired.el (gnus-dired-print):
3168         * mail-parse.el:
3169         * nnmairix.el (nnmairix-request-group):
3170         * shr.el (shr-image-displayer):
3171         * sieve-manage.el:
3172         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3173
3174 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3175
3176         * gnus-sum.el (gnus-auto-select-subject):
3177         * spam-report.el (spam-report-resend): Spelling fix.
3178
3179 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3180
3181         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3182         * gnus-art.el (gnus-default-article-saver):
3183         * gnus-srvr.el (gnus-server-copy-server):
3184         * gnus.el (gnus-sloppily-equal-method-parameters):
3185         * html2text.el (html2text-format-tag-list):
3186         * message.el (message-narrow-to-head):
3187         * nndiary.el:
3188         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3189         * sieve.el: Spelling fix.
3190
3191 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3192
3193         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3194         * gnus-sum.el (gnus-summary-make-menu-bar):
3195         * gnus-uu.el (gnus-uu-decode-postscript)
3196         (gnus-uu-decode-postscript-and-save):
3197         * mailcap.el (mailcap-print-command):
3198         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3199         Fix typos.
3200
3201 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3202
3203         * gnus-art.el (gnus-article-part-wrapper):
3204         * html2text.el (html2text-fix-paragraphs):
3205         * mm-decode.el (mm-image-fit-p):
3206         * rfc2047.el (rfc2047-encode-message-header):
3207         * shr-color.el (shr-color-visible-distance-min)
3208         (shr-color-relative-to-absolute, set-minimum-interval)
3209         (shr-color-visible): Fix typos.
3210
3211 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3212
3213         * gmm-utils.el (gmm-tool-bar-item):
3214         * gnus-art.el (gnus-treat-body-boundary):
3215         * gnus-diary.el (gnus-user-format-function-d):
3216         * gnus-start.el (gnus-get-unread-articles):
3217         * pgg-gpg.el (pgg-gpg-update-agent):
3218         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3219
3220 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3221
3222         * gnus-topic.el (gnus-group-prepare-topics):
3223         * gnus-uu.el (gnus-extract-view):
3224         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3225
3226 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * spam.el: Move BBDB autoloads.
3229         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3230         BBDB 2 and 3.
3231         (spam-check-BBDB): Use it.
3232         (spam-enter-ham-BBDB): Use it.
3233
3234 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3235
3236         * smime.el (smime-draw-buffer): Spelling fix.
3237
3238 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3239
3240         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3241         for scanning exactly one level.
3242         * gnus-start.el (gnus-get-unread-articles): Ditto.
3243
3244 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3247         slightly clearer.
3248
3249 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * gnus-sync.el: More commentary about setup.
3252
3253 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * message.el (message-send-and-exit): Document `arg'.
3256
3257 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3260
3261 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3264
3265         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3266         we don't use `bound-and-true-p'.
3267
3268 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * gnus-util.el (gnus-bound-and-true-p): Remove.
3271         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3272         * nnir.el: Use it.
3273         * nnmairix.el: Use it.
3274
3275 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3276
3277         * gnus-sync.el: Improve docs about CouchDB admins.
3278
3279         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3280         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3281         for reasons unknown.
3282         * nnir.el: Use it.
3283         * nnmairix.el: Use it.
3284
3285         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3286         * nnir.el: Ditto.
3287         * nnmairix.el: Ditto.
3288
3289         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3290
3291 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3292
3293         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3294         not needed.  Provide xmlplistread list function to produce XML plist
3295         output for non-Gnus LeSync clients.
3296
3297 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3298
3299         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3300
3301         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3302         and save against it.  Group subscriptions, read marks, other marks,
3303         subscription levels, topic names, and topic offsets (the group's
3304         position within the topic) are saved.  This is an experimental backend
3305         and may change significantly.  Load json.el from the gnus-fallback-lib
3306         if it's not available otherwise.
3307         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3308
3309 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3310
3311         * message.el (message-completion-function): Make sure
3312         message-tab-body-function is not attempted if one of
3313         message-completion-alist fails to find a completion (bug#9158).
3314
3315 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3316
3317         * mml.el (mml-quote-region): Quote <#secure> tag.
3318         (mml-generate-mime-1): Unquote <#secure> tag.
3319
3320 2011-10-20  Chong Yidong  <cyd@gnu.org>
3321
3322         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3323         calling a minor mode from Lisp with nil arg enables it, so we have to
3324         make the wording a bit ambiguous here).
3325
3326 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3329         * nnir.el (nnir-mode): Use it.
3330         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3331         Use it.
3332
3333         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3334         * nnmairix.el (gnus-registry-enabled): Ditto.
3335
3336 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3337
3338         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3339         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3340         only while we need to find out if it should be t or nil.
3341         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3342         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3343         the registry is installed.  Set it to nil when it's unloaded.
3344         (gnus-registry-install-p): Provide user guidance for the initial value
3345         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3346         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3347         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3348         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3349         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3350         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3351         `gnus-registry-install'.
3352
3353 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3354
3355         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3356         previous change.
3357         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3358         primary key is marked as disabled.
3359
3360 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3361
3362         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3363         primary key is marked as disabled.
3364
3365 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3366
3367         * html2text.el (html2text-clean-anchor): Check for quotes around
3368         `href' value.
3369
3370 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3373         searching.  Drop `bbdb-cache'.
3374
3375 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * message.el (message-signed-or-encrypted-p): Exclude header when
3378         checking if there is signed or encrypted body in text/plain message.
3379
3380 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3381
3382         * html2text.el (html2text-get-attr): Correctly handle attribute values
3383         containing "=".
3384
3385 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3386
3387         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3388         handle bindings.
3389
3390 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-win.el (gnus-configure-windows): Protect against reading
3393         ephemeral groups outside of Gnus.
3394
3395 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * shr.el (shr-tag-img): Don't get images displayed in tables.
3398
3399 2011-10-03  Glenn Morris  <rgm@gnu.org>
3400
3401         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3402         the "maintainer" version of debbugs.gnu.org reports.
3403
3404 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3407         make asynchronous adjacent image insertion work better.
3408
3409 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3410
3411         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3412         documentation.
3413
3414 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3417         `gnus-asynchronous' isn't shadowed.
3418
3419 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3422
3423         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3424         (nnimap-insert-partial-structure): The charset parameter isn't
3425         case-sensitive.
3426
3427         * nnheader.el (nnheader-message-maybe): New function.
3428
3429         * shr.el (shr-tag-table): Render totally broken tables better.
3430
3431         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3432         computing the boundary.
3433
3434 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * pop3.el (pop3-number-of-responses): Remove.
3437         (pop3-wait-for-messages): Rewrite to take linear time instead of
3438         exponential time.
3439
3440 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3443         re-fetch images.
3444
3445         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3446         re-fetch images when hitting `g' in Gnus.
3447
3448 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3451         (mml-compute-boundary): Don't check collision if it is non-nil.
3452         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3453         before checking collision.
3454
3455 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * message.el (message-indent-citation): Really make sure there's a
3458         newline at the end.
3459
3460         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3461         Fix suggested by John Wiegley.
3462
3463         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3464
3465         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3466
3467         * message.el (message-default-send-rename-function): Break out into its
3468         own function.
3469
3470         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3471         doesn't work under XEmacs.
3472
3473         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3474         of "imaps" to word around Windows problems.
3475         (nnimap-open-connection-1): Use it.
3476
3477         * message.el (message-indent-citation): Revert last change which made
3478         `F' not work.
3479
3480 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3481
3482         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3483         terminal as well.
3484
3485 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3488         because it displays images using overlays that aren't easy to copy to
3489         the article buffer.
3490
3491 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3492
3493         * message.el (message-indent-citation): Fix empty line removal at the
3494         end of the citation.
3495
3496 2011-09-20  Julien Danjou  <julien@danjou.info>
3497
3498         * auth-source.el (auth-source-netrc-create): Use default value for
3499         password if specified.  Evaluate default.
3500         (auth-source-plstore-create): Ditto.
3501         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3502         value evaluation.
3503         (auth-source-netrc-create): Typo fix.
3504         (auth-source-plstore-create): Ditto.
3505
3506         * password-cache.el (password-cache-remove): Remove entries even if the
3507         value is nil, so that password with a nil value (negative caching) is
3508         possible to invalidate.
3509
3510         * auth-source.el (auth-source-format-cache-entry): New function.
3511
3512 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3515
3516 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3519
3520 2011-09-19  Julien Danjou  <julien@danjou.info>
3521
3522         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3523         which work with things that are not ASCII.
3524
3525 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3528
3529 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3532         message level.
3533
3534 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3537
3538 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3541
3542 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3543
3544         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3545         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3546
3547 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3548
3549         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3550         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3551         articles.
3552
3553 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3554
3555         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3556         (message-mail-other-window, message-mail-other-frame)
3557         (message-news-other-window, message-news-other-frame):
3558         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3559         instead of setting buffer display varibles.
3560
3561 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3564
3565         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3566
3567 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3570         duplicates" to a higher level.
3571
3572         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3573         most egregious messages.
3574
3575 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3578
3579 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3580
3581         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3582         up the file (bug#9351).
3583
3584 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3587         it does with all other backends, but decode the names immediately after
3588         getting them.
3589
3590         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3591         decoding nnimap groups.
3592
3593         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3594         newsrc file.  It doesn't seem like an important optimization any more.
3595
3596 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3597
3598         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3599         overflows.
3600
3601 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3604         (gnus-interactive-exit): Extend to `quiet'.
3605
3606         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3607
3608         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3609         string.
3610
3611         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3612         renaming function arguments from `this'.
3613
3614         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3615
3616         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3617         has been renamed.
3618         (gnus-lrm-string-p): Include RLM and PDF, too.
3619
3620         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3621         (bug#9225).
3622
3623 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3624
3625         Add autoload cookies for functions used by sendmail.el.
3626         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3627
3628         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3629
3630 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-art.el (article-date-ut): Work properly even when there are
3633         things like Date header in the body; work for forwarded parts.
3634
3635 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3636
3637         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3638         original-article-buffer.
3639
3640 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3641
3642         * nnir.el (nnir-compose-result): Fix matching of server type.
3643         (nnir-run-swish++): Ditto.
3644         (nnir-run-namazu): Ditto.
3645         (nnir-run-notmuch): Ditto.
3646
3647 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3650         (bug#9405).
3651
3652         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3653         (bug#9421).
3654
3655         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3656         (bug#9425).
3657
3658         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3659         thing (bug#9426).
3660
3661 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3664         the error message.
3665
3666 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3667
3668         * message.el (message-setup-1): Return t (Bug#9392).
3669
3670 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3671
3672         * gnus-sum.el: When adding article headers to a summary buffer also
3673         update gnus-newsgroup-articles (bug#9386).
3674
3675 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * auth-source.el: Autoload help-mode.
3678
3679 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3682         names.
3683
3684 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3685
3686         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3687         mm-replace-in-string for compatibility issues.
3688         * mml2015.el (mml2015-epg-verify): Ditto.
3689
3690 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3693
3694         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3695
3696 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3699         continue on and do the clean-up phase (bug#9188).
3700
3701         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3702         just ignore groups that can't be opened instead of erroring out
3703         (bug#9225).
3704
3705         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3706         nil since some many people are fuddy-duddies.
3707
3708         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3709         images.
3710
3711         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3712         instead.
3713
3714         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3715
3716         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3717
3718         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3719         processing.
3720
3721         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3722         buffer to avoid warnings.
3723
3724 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3725
3726         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3727         specified to reduce precision.
3728
3729 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3732         bodystructures (bug#9314).
3733
3734 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3737         Make button keymap non-sticky after buttons.
3738
3739 2011-08-18  David Engster  <dengste@eml.cc>
3740
3741         * nnmairix.el (nnmairix-request-set-mark)
3742         (nnmairix-goto-original-article): Remove adding of article to registry,
3743         since `gnus-registry-add-group' isn't available anymore.
3744         (nnmairix-determine-original-group-from-registry):
3745         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3746         available anymore.
3747
3748 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3749
3750         * starttls.el (starttls-any-program-available): Define as obsolete
3751         function.
3752
3753 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3756         versions which Gnus use when appropriate.
3757
3758         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3759         a pretty destructive command.
3760
3761         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3762
3763 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * message.el (message-fix-before-sending): Make a different warning
3766         about NUL characters (bug#9270).
3767
3768         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3769         from custom (bug#9260).
3770
3771         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3772         things work in Emacs 22 and XEmacs, too.
3773
3774         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3775         default From.
3776
3777         * gnus-spec.el (gnus-lrm-string-p): New macro.
3778         (gnus-lrm-string): New constant.
3779         (gnus-summary-line-format-spec): LRM-ify the from.
3780         (gnus-tilde-max-form): LRM-ify string chopping.
3781
3782         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3783
3784         * message.el (message-is-yours-p): Allow disabling canlock checking
3785         (bug#9295).
3786         (message-shoot-gnksa-feet): Add `canlock-verify'.
3787         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3788         message directory isn't writable (bug#9304).
3789
3790         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3791         non-world-readable.
3792
3793 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3796         articles.
3797
3798 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3799
3800         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3801         copy-list.
3802
3803 2011-08-12  Sam Steingold  <sds@gnu.org>
3804
3805         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3806         in the reverse order to avoid modifying the cache with `nreverse'.
3807         (gnus-all-score-files): Do not modify the value returned by
3808         `gnus-score-find-alist' because it lives in a cache variable.
3809         (gnus-current-home-score-file): No need to `nreverse' the return value
3810         of `gnus-score-find-alist', it is already in the correct order.
3811
3812 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3813
3814         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3815         type MESSAGE and subtype RFC822 is slightly different from those of
3816         type TEXT.
3817
3818 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3819
3820         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3821         This allows article-referral to work from an nnir group.
3822
3823 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3824
3825         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3826
3827 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3828
3829         * mml1991.el (mml1991-epg-find-usable-key)
3830         (mml1991-epg-find-usable-secret-key): New function.
3831         (mml1991-epg-sign): Check if signing key is usable.
3832         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3833
3834 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3835
3836         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3837         server-variables only.  This should fix a bug introduced with commit
3838         e1889675b7f4adf057833c5513c9374134c4e053.
3839         (nnir-run-query): 'nnir-search-engine should not be set from the global
3840         environment.
3841
3842 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3843
3844         * nnir.el (nnir-search-thread): Position point on referring article
3845         line.
3846         (nnir-warp-to-article): Clean up summary buffers.
3847
3848         * nnimap.el (nnimap-request-thread): Whitespace fix.
3849
3850 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3851
3852         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3853
3854 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * starttls.el (starttls-available-p): Rename from
3857         `starttls-any-program-available' and changed return convention.
3858
3859 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3862         `unix-sync' unless it's defined.
3863
3864 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3865
3866         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3867         `aref' for XEmacs compatibiltiy.
3868
3869 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3872
3873 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3874
3875         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3876         closures, quote the form properly (bug#9194).
3877
3878 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3881         (gnus-summary-insert-new-articles): Protect against servers that are
3882         down.
3883
3884 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3885
3886         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3887         in mm handle if none is specified.
3888
3889 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3890
3891         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3892
3893 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3894
3895         * nnir.el (nnir-search-thread): New function to make an nnir group
3896         based on a thread query.
3897
3898         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3899         of nnir in thread referral.
3900         (gnus-summary-refer-thread): Use it.
3901
3902         * nnimap.el (nnimap-request-thread): Use it.
3903
3904 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * shr.el (shr-tag-comment): Ignore HTML comments.
3907
3908 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3909
3910         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3911         argument.
3912         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3913         Use `nnir-address' to handle server info rather than passing an arg.
3914
3915         * nnimap.el (nnimap-make-thread-query): New utility function to format
3916         an imap thread search query.
3917         (nnimap-request-thread): Use it.
3918
3919         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3920         right select-method if we are not going back to the group buffer.
3921
3922 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3925         enter invalid buffer configurations into the quit form (bug#9107).
3926         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3927         unplugged/plugged.
3928
3929         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3930         keep track of which ones are unread (bug#9061).
3931
3932         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3933         (bug#9055).
3934
3935         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3936         (bug#9041).
3937
3938         * gnus-html.el (mm-util): Require (bug#9073).
3939
3940         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3941         (gnus-summary-refer-thread): Use it to remove duplicates in the
3942         un-threaded view (bug#9053).
3943         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3944
3945 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3946
3947         * nnir.el (nnir-read-server-parm): Use default value from global
3948         variable.  Without this the default search engine parameters aren't
3949         used at all.
3950
3951 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * message.el (message-unique-id): Don't use the undocumented return
3954         value from (random t) (bug#9118).
3955
3956 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * message.el (message-auto-save-directory): If the ~/Mail directory
3959         doesn't exist, use ~ as the auto-save directory (bug#4432).
3960
3961         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3962         hasn't already been started.
3963
3964 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3967
3968         * message.el (message-reply): Work around mysterious bug where
3969         `message-mode' seems to overwrite the locally bound `subject' variable.
3970
3971 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3972
3973         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3974         correct group.
3975
3976         * gnus-int.el (gnus-request-thread): Add group argument.
3977
3978         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3979
3980 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3983
3984         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3985         renamed to `debbugs-gnu-*'.
3986
3987 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3988
3989         * plstore.el: Revert the editing feature since it is not urgent.
3990         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3991         (plstore-mode-decoded): Remove.
3992
3993 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3996         isn't very interesting any more, and it leaks potentially secret data.
3997         (gnus-debug): Remove.
3998
3999         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4000         use of :custom-show.
4001
4002 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4003
4004         * plstore.el: Add documentation.
4005         (plstore-mode): New mode to edit plstore file.
4006         (plstore-mode-toggle-display, plstore-mode-original)
4007         (plstore-mode-decoded): New command.
4008         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4009         (plstore--insert-buffer, plstore--make): New function.
4010         (plstore-open, plstore-save): Simplify by using them.
4011
4012 2011-07-06  Glenn Morris  <rgm@gnu.org>
4013
4014         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4015
4016 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4019         no longer is much used.
4020         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4021         Articles".
4022
4023 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4024
4025         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4026         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4027         `notmuch' backend.
4028
4029 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * mm-decode.el (mm-text-html-renderer): Doc fix.
4032
4033         * gnus-msg.el (gnus-bug): Fix the MML tag.
4034
4035         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4036
4037 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4038
4039         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4040         secondary methods if started with `gnus-no-server'.
4041
4042 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4043
4044         * message.el (message-return-action): Fix typo in docstring.
4045
4046 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4049         bug reports at once.
4050
4051         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4052
4053 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * nndraft.el: Require gnus-group.
4056         (nndraft-request-list): Declare.
4057
4058         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4059         no unread article unless it matches gnus-permanently-visible-groups.
4060
4061         * nndraft.el (nndraft-update-unread-articles): New function.
4062         (nndraft-request-associate-buffer): Use it to update the number of
4063         unread articles for the nndraft groups in the group buffer when saving
4064         or killing a draft message.
4065
4066 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4069         systems to binary before writing and reading the mbox files.
4070
4071         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4072         instead of trying to list them all (bug#8978).
4073
4074 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4075
4076         * pop3.el (pop3-open-server): Use :end-of-capability.
4077
4078 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4081         the id is always a number.
4082
4083         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4084
4085         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4086         debbugs mode, if possible.
4087
4088 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4089
4090         * auth-source.el (auth-source-token-passphrase-callback-function):
4091         Reindent.
4092         (epg-context-operation): Remove unnecessary autoload.
4093
4094 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus.el (gnus-list-debbugs): New command.
4097
4098         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4099         mboxstat instead of the maintbox, since the stat seems to be fuller.
4100
4101         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4102         summary buffers.
4103
4104         * message.el (message-get-reply-headers): Delete all duplicates,
4105         instead of the first.
4106         (message-get-reply-headers): Ensure that we have progress while
4107         deleting duplicates.
4108
4109         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4110         gnus-posting-style value from the summary buffer to make it easier to
4111         make that a per-buffer conf.
4112
4113 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4114
4115         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4116         found by setting `shortcut' in 'query.
4117         (nnir-request-article): Use `shortcut' setting when requesting article
4118         by Message-ID.
4119
4120 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4121
4122         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4123         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4124         Bring the pseudo-headers back too.
4125
4126 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4127
4128         * auth-source.el (auth-source-token-passphrase-callback-function):
4129         Simplify and remove EPA dependency.
4130
4131 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4132
4133         * nnir.el (nnir-request-article): Fix error message text.
4134
4135 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4136
4137         * auth-source.el (plstore-delete): Autoload.
4138         (auth-source-plstore-search): Support delete operation.
4139         * plstore.el (plstore-delete): New function.
4140
4141 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4144         mark actually existing articles as unread rather than the ones that
4145         active asserts.
4146
4147 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4148
4149         * nntp.el (nntp-record-command):
4150         * gnus-util.el (gnus-message-with-timestamp-1):
4151         Use format-time-string rather than decoding time stamps by hand.
4152         This is simpler and insulates the code from potential changes to
4153         current-time format.
4154
4155 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4158
4159 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4160
4161         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4162         (plstore-save): Support public key encryption.
4163         (plstore--init-from-buffer): New function.
4164         (plstore-open): Use it; fix error when opening a non-existent file.
4165         (plstore-revert): Use plstore--init-from-buffer.
4166
4167 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4168
4169         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4170
4171 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4174         for old Emacsen.
4175
4176 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4177
4178         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4179         is not fully working.
4180
4181 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * dgnushack.el: Autoload sha1 on XEmacs.
4184
4185         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4186         quit window configuration.
4187
4188         * auth-source.el (epg-context-set-passphrase-callback):
4189         Remove duplicate autoload.
4190
4191 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4192
4193         * nnir.el (nnir-request-article): Allow requesting articles by
4194         Message-ID with nnimap.
4195
4196         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4197         current server.
4198
4199 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * auth-source.el: Autoload EPA/EPG functions.
4202         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4203         changed when EPA/EPG is not available.
4204         (auth-source-backend): Rename "arg" member to "data".
4205         (auth-source-backend-parse, auth-source-plstore-search)
4206         (auth-source-plstore-create): Use it.
4207
4208 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4209
4210         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4211         `gnus-refer-article-methods'.
4212
4213 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4214
4215         * auth-source.el: Require EPA and EPG.
4216         (auth-source-passphrase-alist): New variable.
4217         (auth-source-passphrase-callback-function)
4218         (auth-source-token-passphrase-callback-function): Callbacks for the
4219         netrc field encryption (GPG tokens).
4220         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4221         Symmetric encryption and decryption of the netrc GPG tokens.
4222         (auth-source-netrc-normalize): Use them, simplifying the closure.
4223
4224 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4227         is available.
4228
4229 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4232         non-nil, and `nnimap-split-methods' is nil, use the former.
4233
4234 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4235
4236         * plstore.el (plstore-revert): New function.
4237         (plstore-open): Use it; hide the buffer from user.
4238
4239 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4240
4241         * auth-source.el (auth-source-backend): New member "arg".
4242         (auth-source-backend-parse): Handle new backend 'plstore.
4243         * plstore.el: New file.
4244
4245 2011-06-30  Glenn Morris  <rgm@gnu.org>
4246
4247         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4248
4249 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4252         expiring articles to.
4253
4254         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4255         variations as ASCII (bug#5458).
4256
4257 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4260
4261 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * message.el (message-point-in-header-p): Tweak the function to default
4264         to saying that we're not in the headers if there is no separator at
4265         all.  This makes it possible to use the Message version of `M-q' in
4266         buffers with no headers (bug#7987).
4267         (message-point-in-header-p): Fix last checkin to work with an empty
4268         mail-header-separator, too.
4269
4270         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4271         again, save the choice via customize.
4272
4273 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4276
4277         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4278         ended the connection, bail out before waiting infinitely on a new
4279         connection.
4280
4281 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4282
4283         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4284         reports.
4285
4286         * gnus.el (gnus-bug-package): Use "gnus."
4287         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4288
4289 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * dgnushack.el: Make the timer warning go away on XEmacs.
4292
4293         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4294         animations going on at article exit time.
4295
4296         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4297         since removing it breaks people upgrading.
4298
4299         * shr.el (shr-put-image): Use the new interface for animating images.
4300         (shr-put-image): Animate for 60 seconds.
4301
4302         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4303         avoid compiler warnings.
4304
4305         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4306         error with `find-file-hooks' on Emacs 22.
4307         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4308         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4309         on all architectures.
4310
4311         * spam.el (spam-stat): Require in a normal fashion without binding
4312         `spam-stat-install-hooks' to avoid compilation warnings.
4313
4314         * spam-stat.el (spam-stat-install-hooks): Remove.
4315         (spam-stat-install-hooks): Don't run automatically.
4316
4317 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4318
4319         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4320         and keystroke.
4321
4322 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * auth-source.el (auth-source-netrc-cache): Move forward.
4325
4326 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * proto-stream.el (proto-stream-open-starttls): Use
4329         `gnutls-available-p' to see whether we have built-in support.
4330
4331         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4332         we already know.
4333         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4334         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4335
4336 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4339         %S format, since that looks odd.
4340         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4341         file, especially when saving.
4342
4343 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4344
4345         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4346         article found.
4347
4348 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4351         `auth-source-save-secrets' with a more sensitive alist that can be
4352         configured per file.  Experimental, so defaults to 'never.
4353         (auth-source-netrc-create): Use it.  Still experimental code.
4354         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4355         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4356
4357 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * auth-source.el (auth-source-save-secrets): New variable to control if
4360         secret tokens should be saved encrypted.
4361         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4362         to `auth-source-netrc-normalize'.
4363         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4364         on the EPA variables being defined.
4365         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4366         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4367         the lexical-let closure.
4368         (auth-source-netrc-create): Create "gpg:" tokens according to
4369         `auth-source-save-secrets'.
4370
4371 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * gnus-group.el (gnus-group-update-group): Add new argument
4374         `info-unchanged' that stops updating dribble buffer.
4375
4376         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4377         deletes lines matching to it in dribble buffer.
4378
4379         * gnus-agent.el (gnus-agent-fetch-group-1):
4380         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4381         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4382         * gnus-start.el (gnus-group-change-level):
4383         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4384
4385         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4386         if newsgroup info is not changed.
4387
4388         * gnus-group.el (gnus-group-get-new-news-this-group):
4389         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4390         Don't update dribble buffer.
4391
4392 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4395         remove entries with groups we ignore.
4396
4397 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4400         the underline comes at the bottom.
4401
4402 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4405         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4406         (gnus-registry-article-marks-to-names): Rename from
4407         `gnus-registry-user-format-function-M2'.
4408
4409 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4412         ephemeral group.
4413
4414 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * shr.el (shr-browse-image): Copy the URL if called interactively.
4417
4418 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4421         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4422         done, then unselected articles may be marked as read.
4423
4424         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4425         since not doing this seems to lead to a race condition in pop3-logon.
4426
4427         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4428         so that the call chain it correct when we call "upwards".
4429
4430         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4431         in read-only groups.
4432
4433         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4434
4435         * message.el (message-cite-reply-position): Doc string fix.
4436
4437         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4438         avoid regexp overflow.
4439         (nnimap-transform-split-mail): Ditto.
4440
4441         * pop3.el (pop3-retr): Error out if the server closes the connection.
4442
4443 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4444
4445         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4446         mm-with-unibyte-current-buffer.  The buffer should not contain any
4447         multibyte chars anyway at this stage.
4448
4449 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4452         at the end of lines.
4453
4454 2011-05-29  Julien Danjou  <julien@danjou.info>
4455
4456         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4457
4458 2011-05-27  Glenn Morris  <rgm@gnu.org>
4459
4460         * gnus-group.el (gnus-bug-group-download-format-alist):
4461         Use the "maintainer" version of debian reports as well.
4462
4463 2011-05-26  Glenn Morris  <rgm@gnu.org>
4464
4465         * gnus-group.el (gnus-bug-group-download-format-alist):
4466         Use the "maintainer" version of debbugs.gnu.org reports.
4467
4468 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4471
4472 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4473
4474         * gnus-cus.el (gnus-agent-customize-category):
4475         * gnus-delay.el (gnus-delay-send-queue):
4476         * gnus.el (gnus-other-frame):
4477         Don't quote lambda expressions with `quote'.
4478
4479 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4482         the thread moves us backwards and so we loop forever.
4483
4484 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4487         whitespace in base64 data lines.
4488
4489 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4490
4491         * gnus-registry.el (gnus-registry-user-format-function-M):
4492         Use `mapconcat'.
4493         (gnus-registry-user-format-function-M2): Use to see the full text of
4494         the marks.  Make "," the mark text separator.
4495
4496         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4497         authentication with auth-source.
4498
4499 2011-05-17  Glenn Morris  <rgm@gnu.org>
4500
4501         * gnus-group.el (gnus-import-other-newsrc-file):
4502         Use insert-file-contents.
4503
4504 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4507         1000 iterations.
4508
4509 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * nntp.el (nntp-open-connection): Check if process-type is available.
4512
4513 2011-05-16  Julien Danjou  <julien@danjou.info>
4514
4515         * shr.el (shr-tag-del): Add support for del tag.
4516
4517 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-html.el (gnus-html-put-image): Register a displayer.
4520
4521         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4522
4523 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * registry.el (prune-factor): New initialization parameter defaulting
4526         to 0.1.
4527         (registry-prune-hard): Use it.
4528
4529         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4530         0.1 expicitly.
4531
4532 2011-05-13  Glenn Morris  <rgm@gnu.org>
4533
4534         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4535         is bound, since this function requires sendmail.
4536
4537 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4538
4539         * registry.el (registry-usage-test): Disable pruning test.
4540
4541 2011-05-11  David Engster  <dengste@eml.cc>
4542
4543         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4544         Bind set-network-process-option for XEmacs.
4545
4546 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * registry.el (registry-prune-hard-candidates)
4549         (registry-prune-soft-candidates): Helper methods for registry pruning.
4550         (registry-prune): Use them.  Make the sort function optional.
4551
4552 2011-05-10  Jim Meyering  <meyering@redhat.com>
4553
4554         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4555
4556 2011-05-10  Julien Danjou  <julien@danjou.info>
4557
4558         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4559         symbol and not a list.
4560
4561 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (gnus-article-mode): Move binding of
4564         shr-put-image-function here from gnus-article-prepare-display.
4565
4566         * shr.el (shr-put-image-function): New variable.
4567         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4568         (shr-put-image): Return scaled image.
4569
4570         * gnus-art.el (gnus-shr-put-image): New function.
4571         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4572
4573         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4574         original ones, as deletable.
4575
4576 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4577
4578         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4579
4580 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * registry.el (registry-full): Add convenience method.  Fix logic.
4583         (registry-insert): Use it.  Fix logic here too.
4584
4585         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4586         `registry-prune' if `registry-full' returns t.
4587         (gnus-registry-handle-action)
4588         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4589         (gnus-registry-usage-test): Use it.
4590
4591 2011-05-07  Julien Danjou  <julien@danjou.info>
4592
4593         * shr.el (shr-link): Make shr-link inherit from link by default.
4594
4595 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4598
4599 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4602         error out because the face is not a list.
4603
4604 2011-05-05  Glenn Morris  <rgm@gnu.org>
4605
4606         * proto-stream.el (gnutls-negotiate): Fix declarations.
4607
4608         * gnus-start.el (gnus-propagate-marks): Declare.
4609
4610 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * registry.el (registry-reindex): Fix percentage message.
4613
4614         * proto-stream.el (network-stream-open-starttls): Adjust to call
4615         `gnutls-negotiate' with :process and :hostname arguments.
4616
4617 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4618
4619         * shr.el: Add shr-link face for links.
4620         (shr-urlify): Use it.
4621
4622         * registry.el (registry-insert): Make error message more helpful.
4623
4624 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * gnus-html.el (gnus-html-schedule-image-fetching):
4627         Use url-queue-retrieve, if it exists.
4628
4629         * shr.el (shr-tag-img): Ditto.
4630
4631         * gnus.el: Autoload more gnus-agent functions.
4632
4633         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4634         agent if we haven't already (bug#8502).
4635
4636         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4637         into the Agent, too.
4638
4639         * gnus-agent.el (gnus-agent-store-article): New function.
4640
4641         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4642         and moved from that file for reuse.
4643
4644         * pop3.el (pop3-open-server): Error messages are "-ERR".
4645
4646 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4649         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4650
4651 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4652
4653         * gnus.el: No Gnus v0.17 is released.
4654
4655 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4656
4657         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4658         buffer has moved to a different frame.
4659
4660 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4663         to get the conversion from unibyte to multibyte buffers to work on
4664         Emacs 22.
4665
4666         * nntp.el (nntp-request-article): Slight clean-up.
4667
4668 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * shr.el (shr-strike-through): New face.
4671         (shr-tag-s): Use it to provide <s> support.
4672         (shr-tag-s): Remove duplicate definition.
4673
4674 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4677         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4678
4679 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4682         `gnutls-negotiate'.
4683         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4684
4685 2011-04-23  Glenn Morris  <rgm@gnu.org>
4686
4687         * gnus-sum.el (gnus-extra-headers): Bump :version.
4688
4689 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4690
4691         * shr.el (shr-tag-sup): New function.
4692         (shr-tag-sub): Ditto.
4693
4694 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4695
4696         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4697         for the case where `gnus-registry-ignored-groups' is a list of lists,
4698         and don't call `gnus-parameter-registry-ignore' otherwise.
4699
4700 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * nnimap.el (nnimap-user): New backend variable.
4703         (nnimap-open-connection-1): Use it.
4704         (nnimap-credentials): Accept user parameter so it's explicit what user
4705         name is desired.
4706
4707         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4708         default.
4709
4710         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4711         not gnus-registry.el.
4712
4713         * gnus-registry.el: Mention in comments how to modify
4714         `gnus-extra-headers' for proper recipient tracking and that it may
4715         already have To and Cc recently, which it does as of this commit.
4716         (gnus-registry-ignored-groups): Remove defcustom.
4717         Explain why in comments.
4718         (gnus-registry-action): Fix data-header reference to use the extra
4719         headers.  Explain in package commentary how to add To and Cc headers to
4720         the gnus-extra-headers.
4721         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4722         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4723         parameter list or a string list in `gnus-registry-ignored-groups'.
4724         Fix logic error.
4725
4726 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * shr.el (shr-expand-url): Protect against null urls.
4729
4730 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * shr.el (shr-base): New binding.
4733         (shr-tag-base): Keep track of <base>.
4734         (shr-expand-url): New function used throughout.
4735
4736 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * gnus-registry.el
4739         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4740         (gnus-registry-ignored-groups): New variable.
4741         (gnus-registry-ignore-group-p): Use it.
4742         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4743         set the destination group to nil (same as delete) if it's ignored.
4744
4745 2011-04-20  David Engster  <dengste@eml.cc>
4746
4747         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4748
4749         * Makefile.in (test-nntp): New rule.
4750         (check): Add it.
4751         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4752
4753 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-registry.el (gnus-registry-action)
4756         (gnus-registry-fetch-header-fast):
4757         Don't use mail-header that looks an internal function of mailheader.el.
4758
4759 2011-04-19  Glenn Morris  <rgm@gnu.org>
4760
4761         * time-date.el (time-to-days): Remove unused local variables.
4762
4763 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-registry.el: Eliminate cl functions.
4766         (gnus-registry-sort-addresses): New function that replaces mapcan.
4767         (gnus-registry-action, gnus-registry-spool-action)
4768         (gnus-registry-split-fancy-with-parent)
4769         (gnus-registry-fetch-recipients-fast): Use it.
4770         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4771
4772         * registry.el (initialize-instance, registry-lookup)
4773         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4774         (registry-lookup-secondary-value, registry-search, registry-delete)
4775         (registry-insert, registry-reindex, registry-size, registry-prune):
4776         Use eval-and-compile.
4777
4778 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4779
4780         * registry.el (registry-reindex): New method to recreate the secondary
4781         registry indices.
4782
4783         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4784         tracked field changes.
4785         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4786         (gnus-registry-action, gnus-registry-spool-action)
4787         (gnus-registry-handle-action)
4788         (gnus-registry--split-fancy-with-parent-internal)
4789         (gnus-registry-split-fancy-with-parent)
4790         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4791         move, and delete actions, and for fancy splitting with parent.
4792         (gnus-registry-extract-addresses)
4793         (gnus-registry-fetch-recipients-fast)
4794         (gnus-registry-fetch-header-fast): Convenience functions.
4795         (gnus-registry-misc-test): ERT test of
4796         `gnus-registry-extract-addresses'.
4797
4798 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4799
4800         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4801         Track by subject first, then sender.
4802
4803 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4804
4805         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4806
4807         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4808         Lisp.
4809
4810         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4811         (gnus-draft-send): Use it to avoid popping
4812         up frames from gnus-group-send-queue.
4813
4814 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-registry.el: Updated gnus-registry docs.
4817
4818 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4821         Fix logic bug.
4822         (gnus-registry-post-process-groups): Fix logging of no results and
4823         quote sender and subject.
4824
4825 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4828         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4829         gnutls-cli are too slow to be done opportunistically.
4830
4831         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4832         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4833         we had no early-data returned.
4834         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4835         two async commands to the same server at the same time.
4836
4837 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4838
4839         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4840
4841 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4844         "warning" level.
4845
4846         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4847         (mm-url-insert-file-contents): Don't set the package names.
4848
4849 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * gnus-registry.el (gnus-registry-action): Remove properties and
4852         simplify subject in `gnus-registry-handle-action'.
4853         (gnus-registry-spool-action): Get subject and sender from message if
4854         they are not passed in.
4855         (gnus-registry-handle-action): Remove properties and simplify subject
4856         consistently.
4857
4858 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4859
4860         * registry.el: Require CL before using defmacro*.
4861
4862 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-art.el (article-treat-date): Assume that
4865         gnus-article-date-headers may be a group parameter.
4866
4867 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4870
4871         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4872         interactively so the newsrc file can contain foreign groups too.
4873         Useful for debugging but not much for users.
4874
4875 2011-04-07  David Engster  <dengste@eml.cc>
4876
4877         * registry.el (registry-usage-test): Only do
4878         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4879         lexical binding.
4880
4881 2011-04-07  David Engster  <dengste@eml.cc>
4882
4883         * Makefile.in (check, test-registry): New rules for test-suite.
4884
4885 2011-04-06  David Engster  <dengste@eml.cc>
4886
4887         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4888         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4889
4890 2011-04-06  David Engster  <dengste@eml.cc>
4891
4892         * registry.el (initialize-instance): Change :after to :AFTER to be
4893         compatible with old EIEIO version in XEmacs.
4894
4895 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4896
4897         * gnus-registry.el (gnus-registry-post-process-groups)
4898         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4899         and provide better messaging.
4900
4901 2011-04-06  David Engster  <dengste@eml.cc>
4902
4903         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4904         errors.
4905
4906         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4907         dgnushack-compile with error-on-warn enabled, and to signal an error if
4908         clean compilation failed.
4909         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4910         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4911
4912 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4913
4914         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4915         unconditionally anyway, discarding errors.
4916         (gnus-registry-delete-entries): New convenience function.
4917         (gnus-registry-import-eld): Import from old .eld registry.
4918
4919         * registry.el: Don't use ERT if it's not available.  Load it
4920         unconditionally anyway, discarding errors.
4921
4922         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4923         version from the Claudio Bley GnuTLS patch (extra optional parameters
4924         and host name).
4925
4926 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4929         fixup the parameters that can be customized by the user between
4930         save/read cycles.
4931         (gnus-registry-read): Use it.
4932         (gnus-registry-make-db): Use it.
4933         (gnus-registry-spool-action, gnus-registry-handle-action):
4934         Fix messaging.
4935         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4936         Map references to actual group names with sender and subject tracking.
4937         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4938         (gnus-registry-usage-test): Add subject lookup test.
4939
4940         * registry.el (registry-db, initialize-instance): Set up constructor
4941         instead of :initform arguments for the sake of older Emacsen.
4942         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4943         pre-lexbind merge bug.
4944         (registry-usage-test): Use it.
4945         (initialize-instance, registry-db): Move the non-function initforms
4946         back to the class definition.
4947
4948 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * registry.el: New library to manage gnus-registry-style data.
4951
4952         * gnus-registry.el: Use it (major rewrite).
4953
4954         * nnregistry.el: Use it.
4955
4956         * spam.el: Use it.
4957
4958 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4961         marks on non-selected articles.
4962
4963 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4964
4965         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4966         parameter to open-protocol-stream.
4967
4968 2011-04-01  Julien Danjou  <julien@danjou.info>
4969
4970         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4971         fundamental-mode.
4972
4973 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4976         servers.
4977
4978 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4981         made marks not propagate, again.
4982
4983 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4984
4985         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4986         Make this the default type.
4987         (proto-stream-open-plain): Rename from proto-stream-open-default.
4988         (open-protocol-stream, proto-stream-open-starttls)
4989         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4990         with `plain'.
4991
4992         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4993         value.
4994
4995         * nntp.el (nntp-open-connection-function): Document the fact that some
4996         values are not functions but are instead handled specially.
4997         Recognize nntp-open-plain-stream value.
4998         (nntp-open-connection): Recognize that value.
4999
5000 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5003         where it seems to be needed.
5004
5005 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5008         stuff.
5009
5010         * gnus-score.el (gnus-score-string): Fix calling convention of
5011         `gnus-simplify-buffer-fuzzy' after last patches.
5012
5013         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5014         server for articles we didn't get any headers for.  This is a sanity
5015         check.
5016
5017 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5018
5019         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5020         new CAPABILITY, use it.
5021
5022 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5025         downloading anything.
5026
5027         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5028
5029 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5030
5031         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5032         colors.
5033         (gnus-splash-svg-color-symbols): New function.
5034
5035 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5038         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5039         (gnus-simplify-subject-fuzzy): Use the local
5040         gnus-simplify-subject-fuzzy-regex instead of the global one.
5041         This makes using this variable in group parameters work.
5042
5043 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * gnus-registry.el (gnus-registry-unfollowed-groups):
5046         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5047         archive:sent-YYYY-MM-DD groups).
5048         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5049         tracking if there are more than `gnus-registry-max-track-groups'
5050         matches.
5051
5052 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5053
5054         * message.el (message--yank-original-internal): New function to do the
5055         insertion cleanly inside eval in `message-yank-original'.
5056         (message-yank-original): Use it.
5057
5058 2011-03-29  Julien Danjou  <julien@danjou.info>
5059
5060         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5061         local variables disabled rather than `normal-mode'.
5062
5063 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5064
5065         * imap.el (imap-shell-open, imap-process-connection-type):
5066         Use imap-process-connection-type for 'shell' streams as well as
5067         Kerberos, SSL, other subprocesses.
5068
5069 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5070
5071         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5072         with open-network-stream.
5073         (proto-stream-always-use-starttls): Option removed.
5074         (open-protocol-stream): Return a process object by default.  Provide a
5075         new parameter :return-list specifying a list-type return value, which
5076         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5077         :type `network' to `try-starttls', and `network-only' to `default'.
5078         Make `default' the default, for compatibility with open-network-stream.
5079         Handle the no-parameter case exactly as open-network-stream, with no
5080         additional stream processing.  Search plists using plist-get.
5081         Explicitly add :end-of-commend parameter if it is missing.
5082         (proto-stream-open-default): Rename from
5083         proto-stream-open-network-only.  Return 'default as the type.
5084         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5085         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5086         failed.  Always return a list with a (possibly dead) process as the
5087         first element, for compatibility with open-network-stream.
5088         (proto-stream-open-tls): Use plist-get.  Always return a list.
5089         (proto-stream-open-shell): Return `default' as connection type.
5090         (proto-stream-capability-open): Use plist-get.
5091         (proto-stream-eoc): Function deleted.
5092
5093         * nnimap.el (nnimap-stream, nnimap-open-connection)
5094         (nnimap-open-connection-1): Handle renaming of :type parameter for
5095         open-protocol-stream.
5096         (nnimap-open-connection-1): Pass a :return-list parameter
5097         open-protocol-stream to obtain a list return value.  Parse this list
5098         using plist-get.
5099
5100         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5101         for open-protocol-stream.  Accept open-protocol-stream return value
5102         that is a subprocess object instead of a list.  Handle the case of a
5103         dead returned process.
5104
5105 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5108
5109         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5110
5111 2011-03-21  Julien Danjou  <julien@danjou.info>
5112
5113         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5114         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5115         query.
5116         (mm-inline-text): Render normal text with fontification whenever
5117         possible.
5118
5119         * gnus-sum.el (gnus-summary-save-parts-1):
5120         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5121         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5122         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5123         Use `mm-handle-filename'.
5124
5125         * mm-util.el (mm-handle-filename): New function, return the filename of
5126         an handle.
5127
5128 2011-03-18  Julien Danjou  <julien@danjou.info>
5129
5130         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5131         (gnus-buffer-live-p): Check that buffer is not nil.
5132
5133 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5134
5135         * gnus.el: No Gnus v0.15 is released.
5136
5137 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5140         avoid warning on XEmacs.
5141
5142         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5143         on XEmacs.
5144
5145         * gnus-art.el: Require mouse, which the build bot seems to say is
5146         needed.
5147
5148         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5149
5150         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5151         XEmacs, since it doesn't have url-retrieve-synchronously.
5152
5153         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5154         since assoc-string doesn't exist in XEmacs.
5155
5156 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5157
5158         * gnus-group.el (gnus-group-list-ticked): New function.
5159         (gnus-group-make-menu-bar): Provide a menu entry for it.
5160         (gnus-group-list-map): Provide a binding for it.
5161
5162 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * shr.el (shr-visit-file): New command.
5165
5166         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5167
5168 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5169
5170         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5171         servers.
5172
5173 2011-03-16  Julien Danjou  <julien@danjou.info>
5174
5175         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5176         inline.
5177
5178         * gnus-art.el (article-hide-list-identifiers):
5179         Use gnus-group-get-list-identifiers.
5180
5181         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5182         (gnus-summary-remove-list-identifiers):
5183         Use gnus-group-get-list-identifiers to get regexp.
5184         (gnus-select-newsgroup, gnus-summary-insert-subject)
5185         (gnus-summary-insert-articles):
5186         Call gnus-summary-remove-list-identifiers unconditionally.
5187
5188 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5191         we're selecting a group with unread articles.
5192
5193         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5194
5195         * gssapi.el: New file separated out from imap.el to provide a general
5196         Kerberos 5 connection facility for Emacs.
5197
5198         * message.el (message-elide-ellipsis): Document the format spec
5199         ellipsis.
5200
5201 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * message.el (message-elide-region): Allow the ellipsis to say how many
5204         lines were removed.
5205
5206 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5209         window configurations containing buffers that are now dead.
5210
5211         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5212         parsing to avoid integer overflows.
5213         (nnimap-parse-flags): Simplify the last change.
5214         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5215         too large for 32-bit Emacsen.
5216
5217 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5218
5219         * auth-source.el (auth-source-netrc-create):
5220         * message.el (message-yank-original): Fix use of `case'.
5221
5222 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5223
5224         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5225         XEmacs, which was one character too wide.
5226
5227 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5228
5229         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5230         default number of articles to display.
5231         (gnus-articles-to-read): Use pretty names for prompt.
5232
5233 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * gnus-int.el (gnus-open-server): Ditto.
5236
5237         * gnus-start.el (gnus-activate-group): Give a backtrace if
5238         debug-on-quit is set and the user hits `C-g'.
5239         (gnus-read-active-file): Ditto.
5240
5241         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5242
5243 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         * message.el (message-yank-original): Use cond instead of CL case.
5246
5247 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * auth-source.el (auth-source-netrc-create): Use usual format for the
5250         default in prompts.
5251
5252 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * lpath.el: Fbind read-char-choice for XEmacs.
5255
5256 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * auth-source.el (auth-source-netrc-create): Show the default in the
5259         prompt when prompting for token creation.
5260
5261 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * auth-source.el (auth-source-format-prompt): Always convert the value
5264         to a string to avoid evaluating non-string arguments.
5265         (auth-source-netrc-create): Offer default properly, not as initial
5266         content in `read-string'.
5267         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5268         of line to determine if we've been run before.  If so, don't run again,
5269         but print a trivial message to indicate the cache was hit instead.
5270
5271 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5272
5273         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5274         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5275         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5276         Gnus.
5277
5278 2011-03-11  Julien Danjou  <julien@danjou.info>
5279
5280         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5281         modified file".
5282
5283 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * auth-source.el (auth-source-read-char-choice): New function to read a
5286         character choice using `dropdown-list', `read-char-choice', or
5287         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5288         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5289         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5290         (auth-source-netrc-saver): Use it.
5291         (auth-source-pick-first-password): New convenience function.
5292
5293 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5294
5295         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5296         parameter in the credentials.
5297         (nnimap-open-connection-1): Use it after a successful login.
5298         (nnimap-credentials): Add IMAP-specific user and password prompt.
5299
5300         * auth-source.el (auth-source-search): Add :require parameter, taking a
5301         list.  Document it and the :save-function return token.  Pass :require
5302         down.  Change the CREATED message from a warning to a debug statement.
5303         (auth-source-search-backends): Pass :require down.
5304         (auth-source-netrc-search): Pass :require down.
5305         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5306         Change save prompt to indicate all modifications saved here are
5307         deletions.
5308         (auth-source-netrc-create): Take user login name as default in user
5309         prompt.  Move all the save functionality to a lexically bound function
5310         under the :save-function token in the returned list.  Set up clearer
5311         default prompts for user, host, port, and secret.
5312         (auth-source-netrc-saver): New function, intended to be wrapped for
5313         :save-function.
5314
5315 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5318         lines to be spaces instead.
5319
5320 2011-03-07  Julien Danjou  <julien@danjou.info>
5321
5322         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5323         (sieve-sasl-auth): Check that auth-source-search did return something,
5324         or just return an empty string.
5325
5326 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5327
5328         * gnus.el (gnus-interactive): Use read-directory-name.
5329
5330         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5331         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5332         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5333         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5334         Likewise.
5335
5336         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5337
5338 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5341         onto the list of killed groups, too.  This makes killed nnimap groups,
5342         for instance, more reliably not reappear.
5343
5344         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5345         the parent.
5346
5347         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5348
5349         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5350         really have server-side marks.
5351
5352         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5353         since most backends do not usefully have server-side marks.
5354         (gnus-update-read-articles): Propagate marks to all backends that
5355         really have server-side marks.
5356
5357 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5358
5359         * message.el (message-cite-reply-position, message-cite-style):
5360         New variables.
5361         (message-yank-original): Use the new citation styles.
5362
5363 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5364
5365         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5366         buffer-local issue); don't mark it buffer-local when running under
5367         XEmacs.
5368
5369 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5370
5371         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5372         numbers too big to be `read'.
5373
5374 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * password-cache.el (password-in-cache-p): Add autoload.
5377
5378         * message.el (message-options): Make buffer-local two ways to attempt
5379         to fix a XEmacs bug.
5380
5381 2011-03-02  Julien Danjou  <julien@danjou.info>
5382
5383         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5384
5385 2011-03-01  Julien Danjou  <julien@danjou.info>
5386
5387         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5388         group.
5389         (article-hide-list-identifiers): Use list-identifier group parameter.
5390
5391 2011-02-28  Julien Danjou  <julien@danjou.info>
5392
5393         * sieve.el (sieve-buffer-script-name): New local variable to store
5394         sieve script name.
5395         (sieve-edit-script): Store sieve script name.
5396         (sieve-upload): Use sieve script name when uploading.
5397         (sieve-upload): Use substitute-command-keys.
5398         (sieve-edit-script): Use substitute-command-keys.
5399         (sieve-refresh-scriptlist): Use substitute-command-keys.
5400         (sieve-manage-mode-map): Define keymap properly.
5401         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5402         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5403         Remove commented code about cvs.
5404         (sieve-manage-quit): New function.
5405         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5406
5407 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408
5409         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5410
5411 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * auth-source.el (auth-source-search): Cache empty result sets.
5414
5415         * password-cache.el (password-in-cache-p): Convenience function to
5416         check if a key is in the cache, even if the value is nil.
5417
5418         * auth-source.el (auth-source-save-behavior): New variable to replace
5419         `auth-source-never-create'.
5420         (auth-source-netrc-create): Use it.
5421         (auth-source-never-save): Remove.
5422
5423 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5424
5425         * nnimap.el (nnimap-stream): Doc fix.
5426         (nnimap-open-connection-1): Reverse the order of the ports to that the
5427         prompted-for port is first.
5428
5429         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5430         retrieval by the no-group selection.
5431
5432         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5433         numerical parameters.
5434
5435 2011-02-25  Julien Danjou  <julien@danjou.info>
5436
5437         * gnus-gravatar.el: Use gnus-with-article-buffer.
5438
5439         * gnus-art.el (gnus-with-article-buffer): Check that the
5440         gnus-article-buffer is alive.
5441
5442 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * auth-source.el (auth-source-creation-prompts): New variable to manage
5445         creation-time prompts.
5446         (auth-source-search): Document it.
5447         (auth-source-format-prompt): Add utility function.
5448         (auth-source-netrc-create): Don't default the user name to
5449         user-login-name.  Use `auth-source-creation-prompts' and some default
5450         prompts for user, host, port, and password (the default generic prompt
5451         remains ugly).
5452         (auth-source-never-save): Add customizable option to never save info.
5453         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5454         mode excursion.
5455
5456 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5459         argument that XEmacs doesn't support.
5460
5461         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5462         compiled for Emacsen having no `libxml-parse-html-region' support.
5463
5464         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5465
5466         * lpath.el: Bind buffer-save-without-query for XEmacs.
5467
5468 2011-02-23  Julien Danjou  <julien@danjou.info>
5469
5470         * gnus-art.el (article-make-date-line): Ignore errors if time is
5471         invalid and not convertible.
5472         (article-make-date-line): Only add lapsed time if time is not nil.
5473
5474 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5477         `read-char-choice' for backwards compatibility.
5478         (auth-source-netrc-element-or-first): New function to DTRT for
5479         parameter extraction.
5480         (auth-source-netrc-create): Use it and fix multiple parameter print
5481         bug.  Use the default passed from above (given-default) or the
5482         built-in (user-login-name for :user).
5483
5484 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-start.el (gnus-dribble-read-file):
5487         Set buffer-save-without-query, since we always want to save the dribble
5488         file, probably.
5489
5490         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5491         nnimap.
5492
5493         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5494         -summary- since it's a user-visible variable.
5495
5496         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5497         first time you use the new Gnus.
5498
5499 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * auth-source.el: Don't load netrc.el.
5502         (auth-sources): Search ~/.netrc as well by default.
5503         (auth-source-debug): Add 'trivia option for extra output.
5504         (auth-source-do-trivia): Use it.
5505         (auth-source-search): Simplify logic to use
5506         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5507         appropriate.  Don't keep a running count at this level.  Layer :create
5508         and :delete options appropriately on the first and second passes.
5509         Don't track the backend with the search results.
5510         (auth-source-search-backends): New function to search a list of
5511         backends for a processed spec.
5512         (auth-source-netrc-parse): Cache all netrc files, making
5513         auth-source-netrc-cache an alist keyed by the file name and using the
5514         file mtime as the caching criterion.  Keep the obfuscated data secret
5515         with a lexical bind.
5516         (auth-source-netrc-search): Don't calculate the length of the results
5517         unnecessarily.
5518         (auth-source-search-backends): Fix bug.
5519         (auth-source-netrc-create): Rework prompts.
5520
5521 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5522
5523         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5524         Lower case names of search constraints.
5525         (nnir-run-query): Cache and reuse search constraints for all imap
5526         servers.
5527
5528 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5531         after exit.
5532         (gnus-setup-message): Define missing variable from last checkin.
5533
5534         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5535         value, show the raw article.
5536
5537 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5538
5539         * gnus.el: No Gnus v0.13 is released.
5540
5541 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5542
5543         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5544         auth-source now accepts numbers.
5545
5546         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5547         spec, too.
5548         (auth-source-ensure-strings): New function.
5549
5550         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5551         (gnus-article-setup-buffer): Always restart the date timer so that user
5552         changes to the frequency is respected.
5553
5554         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5555         port numbers, so make sure it gets that if nnimap-server-port is
5556         explicit.
5557
5558 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5559
5560         * nnimap.el (nnimap-inbox): Doc fix.
5561
5562 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5563
5564         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5565         Autoload.  Add optional arg FRAME, and pass it to color-values.
5566         (color-complement): Caller changed.  Doc fix.
5567         (color-gradient): Rewrite for better clarity and efficiency.
5568
5569 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5570
5571         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5572         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5573         color-lab-to-srgb.
5574
5575 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5576
5577         * color.el: First part of merge from hexrgb.el.
5578         (color-rgb-to-hex): Rename from color-rgb->hex.
5579         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5580         saturation to zero if the value is too small.
5581         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5582         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5583         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5584         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5585         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5586         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5587         (color-cie-de2000): Doc fix.
5588
5589 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5590
5591         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5592         given method as in the group name if we're using an extended method.
5593         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5594         command, if we're using that, instead of waiting for the beginning.
5595
5596         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5597         we're sure to get unique server names, and we don't output two async
5598         commands in the same buffer.  This fixes an NNTP hang for some users.
5599
5600 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5601
5602         * gnus.el: No Gnus v0.11 is released.
5603
5604 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5605
5606         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5607         summary buffer before reading going to the next buffer.  This avoids
5608         putting the point in the group buffer if you `C-g' the command.
5609
5610         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5611         cache (for now) to make ~/.authinfo.gpg files usable.
5612
5613         * nnfolder.el (copyright-update): Define for the compiler.
5614
5615         * auth-source.el (auth-source-search): Fix unbound variable.
5616
5617 2011-02-19  Glenn Morris  <rgm@gnu.org>
5618
5619         * gnus.el (gnus-meta): Doc fix.
5620
5621 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5622
5623         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5624         in case it's not yet loaded.
5625
5626 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5627
5628         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5629         line we're waiting for.
5630
5631 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5632
5633         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5634         face with line-width greater than zero will cause RET in gnus summary
5635         buffer to scroll down article page-wise because auto vscroll happens,
5636         it should be temporally disabled when doing a scroll-up.
5637
5638 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5639
5640         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5641         outputs from the server.
5642
5643 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5644
5645         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5646         later so that bbdb can hook in easier.
5647
5648 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5649
5650         * auth-source.el (auth-source-search): Don't try to create credentials
5651         if the caller doesn't want that.
5652         (auth-source-search): If we don't find a match, don't bug out on
5653         non-bound variables.
5654         (auth-source-search): Only ask a single backend to create the
5655         credentials.
5656
5657         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5658         logging.
5659         (nnimap-credentials): Protect against auth-source-search returning nil.
5660         (nnimap-request-list): Protect against not being able to open the
5661         server.
5662
5663 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5664
5665         * auth-source.el (auth-source-search): Do a two-phase search, one with
5666         no :create to get the responses from all backends.
5667
5668         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5669         when getting credentials.
5670
5671         * gnus-util.el (gnus-delete-duplicates): New function.
5672
5673 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5676         a creation default, pass the whole port list down.  It will be
5677         completed.
5678
5679         * auth-source.el (auth-source-search): Updated docs to talk about
5680         multiple creation choices.
5681         (auth-source-netrc-create): Accept a list as a value (from the search
5682         parameters) and do completion on that list.  Keep a separate netrc line
5683         with the password obscured for showing the user.
5684
5685         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5686         first choice to `auth-source-search' so it will be used for entry
5687         creation instead of the server's Gnus-specific name.
5688         (nnimap-credentials): Rely on the auth-source library to select which
5689         port is actually wanted in the new netrc entry, so don't override
5690         `auth-source-creation-defaults'.
5691
5692         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5693         :protocol and accept a missing user, host, or port as a wildcard match.
5694         (auth-source-debug): Default to off.
5695
5696         (auth-source-netrc-search, auth-source-netrc-create)
5697         (auth-source-secrets-search, auth-source-secrets-create)
5698         (auth-source-user-or-password, auth-source-backend, auth-sources)
5699         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5700         instead of :protocol.
5701
5702         * nnimap.el (nnimap-credentials): Pass a port default to
5703         `auth-source-search' in case an entry needs to be created.
5704         (nnimap-open-connection-1): Use :port instead of :protocol.
5705
5706 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * auth-source.el: Bind load-path when loading EIEIO from
5709         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5710         21.4 doesn't support, to `require'.
5711         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5712         delete-dups that is not available in XEmacs 21.4.
5713
5714 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5715
5716         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5717         as EIEIO must also be loaded when auth-source.el is being
5718         byte-compiled.
5719
5720 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5723
5724         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5725
5726         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5727
5728         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5729
5730         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5731
5732         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5733
5734         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5735
5736         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5737         necessary.
5738
5739 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5740
5741         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5742         nil means that nnimap doesn't get updated.
5743
5744 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5745
5746         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5747         result when the user doesn't want to write to the file.
5748         (auth-source-netrc-search): Expect a synthetic result and proceed
5749         accordingly.
5750         (auth-source-cache-expiry): New variable to override
5751         `password-cache-expiry'.
5752         (auth-source-remember): Use it.
5753
5754         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5755         parameter.  Create entry if necessary by using :create t.
5756         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5757
5758 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5759
5760         * auth-source.el (auth-source-debug): Enable by default and don't
5761         mention the obsolete `auth-source-hide-passwords'.
5762         (auth-source-do-warn): New function to debug unconditionally.
5763         (auth-source-do-debug): Use it.
5764         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5765         and for Secrets API entries when the secrets.el library is not
5766         available.
5767
5768 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5769
5770         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5771         (gnus-summary-exit): Kill the correct article buffer on exit from a
5772         `C-d' group.
5773
5774         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5775         gnus-propagate-marks.
5776
5777         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5778         before killing the buffers so that a non-full window conf gets handled
5779         correctly.
5780         (gnus-summary-exit): Ditto.
5781         (gnus-summary-read-group-1): Ditto.
5782
5783         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5784         async code again so that we can debug it properly.
5785
5786         * message.el (message-reply): Take an optional switch-buffer parameter
5787         so that Gnus window confs are respected better.
5788
5789 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5792         `plist-get' to accept non-list parameters (XEmacs issue).
5793         Fix docstring.
5794         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5795         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5796         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5797         Login collection is "Login" and not "login".
5798
5799 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5800
5801         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5802         multiple headers.
5803
5804         * nnimap.el (nnimap-inhibit-logging): New variable.
5805         (nnimap-log-command): Don't log login commands.
5806
5807         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5808         to have more parameters.
5809
5810         * nnimap.el (nnimap-send-command): Mark the command time for each
5811         command, so that we don't get NOOPs stepping on our toes.
5812
5813         * gnus-art.el (article-date-ut): Get the date from the Date header on
5814         `t'.
5815
5816 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * auth-source.el (auth-source-search): Use copy-sequence instead of
5819         the cl.el copy-list.
5820
5821 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5822
5823         * imap.el: Bring it back (revert
5824         84d800cd31de3064f0ed39617d725709a2f8f42f).
5825
5826 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5827
5828         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5829         Improve prompt.
5830
5831 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5832
5833         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5834         washing status from the default format.  It isn't very informative.
5835
5836 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5837
5838         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5839         Fix Gcc processing on imap.
5840
5841 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5842
5843         * imap.el: Remove file.  All the functionality is in nnimap.el.
5844
5845 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5846
5847         * message.el (message-bury): Don't pop up a new window when selected
5848         window is dedicated.
5849
5850 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5851
5852         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5853
5854 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         * sieve-manage.el: Autoload `auth-source-search'.
5857         (sieve-sasl-auth): Use it.
5858
5859 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5860
5861         * nnimap.el: Autoload `auth-source-forget+'.
5862         (nnimap-open-connection-1): Use it if the connection fails.
5863
5864         * auth-source.el: Require `password-cache'.
5865         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5866         obsolete.
5867         (auth-source-magic): Marker for `password-cache' keys.
5868         (auth-source-do-cache): Update docstring.
5869         (auth-source-search): Use and check cache.
5870         (auth-source-forget-all-cached, auth-source-remember)
5871         (auth-source-recall, auth-source-forget, auth-source-forget+)
5872         (auth-source-specmatchp): Caching support functions.
5873         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5874         Remove and obsolete.
5875         (auth-source-user-or-password): Remove caching to further discourage
5876         using it.  Always hide passwords.
5877
5878         * password-cache.el (password-cache-remove): Accept secrets that are
5879         not strings.
5880
5881 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5882
5883         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5884         code for now, since it doesn't work for all users.
5885
5886 2011-02-09  Julien Danjou  <julien@danjou.info>
5887
5888         * message.el (message-options): Make message-options really buffer
5889         local.
5890
5891 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * mail-source.el: Autoload `auth-source-search'.
5894         (mail-source-keyword-map): Note order matters.
5895         (mail-source-set-1): Get all the mail-source source values and
5896         defaults and search auth-source on those if needed.  This can all
5897         probably be simplified.
5898
5899         * nnimap.el: Autoload `auth-source-search'.
5900         (nnimap-credentials): Use it.
5901         (nnimap-open-connection-1): Ask for the virtual server and physical
5902         address in one shot.
5903
5904         * nntp.el: Autoload `auth-source-search'.
5905         (nntp-send-authinfo): Use it.  Note TODO.
5906
5907 2011-02-08  Julien Danjou  <julien@danjou.info>
5908
5909         * shr.el (shr-tag-body): Add support for text attribute in body
5910         markups.
5911
5912         * message.el (message-options): Make message-options a local variable.
5913
5914 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * auth-source.el (auth-source-secrets-search)
5917         (auth-source-user-or-password): Use `append' instead of `nconc'.
5918         (auth-source-user-or-password): Build return list better and protect
5919         against nil :secret.
5920
5921 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5922
5923         * nnimap.el (nnimap-update-info): Refactor slightly.
5924         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5925         (nnimap-update-info): Clean up slightly.
5926         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5927         characters.
5928         (nnimap-process-quirk): Rename function to avoid collision.
5929         (nnimap-update-info): Fix macrology bug-out.
5930         (nnimap-update-info): Simplify split history test.
5931
5932 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5933
5934         * auth-source.el (top): Require 'eieio unconditionally.
5935         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5936         (auth-source-secrets-search): Limit search when `max' is greater than
5937         number of results.
5938
5939 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5940
5941         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5942         part not returning any data.
5943
5944         * proto-stream.el (open-protocol-stream): Document the return value.
5945
5946 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * auth-source.el (auth-source-secrets-search): Add examples.
5949
5950 2011-02-06  Julien Danjou  <julien@danjou.info>
5951
5952         * message.el (message-setup-1): Handle message-generate-headers-first
5953         set to t.
5954
5955 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5958         API with a string "secrets:collection-name" and with 'default.
5959         (auth-source-backend-parse): Parse "secrets:collection-name" and
5960         'default.  Recurse on parses instead of repeating code.  Use the
5961         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5962         message when ignoring a source.
5963         (auth-source-search): List ignored search keys at the top level.
5964         (auth-source-netrc-create): Use `case' instead of `cond'.
5965         (auth-source-secrets-search): Created with TODOs.
5966         (auth-source-secrets-create): Created with TODOs.
5967         (auth-source-retrieve, auth-source-create, auth-source-delete)
5968         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5969         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5970         (auth-source-user-or-password-sftp)
5971         (auth-source-user-or-password-smtp): Remove.
5972         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5973         around `auth-source-search'.  Not tested thoroughly.
5974
5975 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * auth-source.el: Bring in assoc and eioeio libraries.
5978         (secrets-enabled): New variable to track the status of the Secrets API.
5979         (auth-source-backend): New EIOEIO class to represent a backend.
5980         (auth-source-creation-defaults): New variable to set prompt defaults
5981         during token creation (see the `auth-source-search' docstring for
5982         details).
5983         (auth-sources): Simplify to allow a simple string as a netrc backend
5984         spec.
5985         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5986         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5987         (auth-source-search): Main auth-source API entry point.
5988         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5989         (auth-source-search-collection): Helper function for searching.
5990         (auth-source-netrc-parse, auth-source-netrc-normalize)
5991         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5992         Supports search, create, and delete.
5993         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5994         backend stubs.
5995         (auth-source-user-or-password): Call `auth-source-search' but it's not
5996         ready yet.
5997
5998 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5999
6000         * message.el (message-setup-1): Remove the read-only stuff, since it
6001         doesn't work under XEmacs, for some reason.
6002
6003         * gnus-sum.el (gnus-user-date): Rename back from
6004         gnus-summary-user-date since user code refers to it.
6005
6006         * shr.el (shr-render-td): Store the actual background color used.
6007
6008         * message.el (message-setup-1): Don't bind the constant
6009         -forbidden-properties.
6010         (message-setup-1): Revert previous change, since it needs to bind the
6011         props to insert them.
6012         (message-resend): Allow removing the read-only separator line.
6013
6014 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6015
6016         * nnimap.el (nnimap-request-accept-article): Give an error message if
6017         the APPEND wasn't successful.
6018
6019 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6020
6021         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6022         that have no groups.
6023
6024 2011-02-03  Julien Danjou  <julien@danjou.info>
6025
6026         * gnus-draft.el: Remove progn around gnus-draft-setup.
6027
6028 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6029
6030         * gnus-start.el (gnus-read-active-for-groups): This function is never
6031         called with a nil `infos', so clean that up.
6032         (gnus-get-unread-articles): Request active files from primary/secondary
6033         methods that have no groups (yet).
6034
6035 2011-02-03  Julien Danjou  <julien@danjou.info>
6036
6037         * message.el (message-setup-1): Always generate References first.
6038         (message-mail): Return the return value of message-setup, not always t.
6039         (message-setup-1): Insert mail-header-separator with read-only and
6040         intangible properties set.
6041
6042         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6043         user-date in docstring.
6044
6045         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6046
6047         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6048         docstring.
6049
6050         * gnus.el (gnus-user-date-format-alist): Change default value.
6051         Use defcustom, with type and group. Move from gnus-util.el.
6052         Rename to gnus-summary-user-date-format-alist.
6053
6054 2011-02-03  Glenn Morris  <rgm@gnu.org>
6055
6056         * nnimap.el (gnus-fetch-headers): Declare.
6057
6058         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6059
6060 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6061
6062         * message.el (message-forward-make-body-digest-plain)
6063         (message-followup, message-reply): Clean up things noted by Stefan.
6064
6065         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6066         gnus-article-update-date-headers is nil.
6067         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6068         it didn't really work with defcustom.
6069         (article-update-date-lapsed): Make sure the window start doesn't move,
6070         either.
6071
6072 2011-02-01  Julien Danjou  <julien@danjou.info>
6073
6074         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6075         format.
6076
6077         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6078         standard in Emacs nowadays.
6079
6080         * color.el (color-gradient): Add a color-gradient function.
6081
6082 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * message.el (message-expand-name): Don't trust the return value of
6085         bbdb-complete-name.
6086         (message-check-news-header-syntax): Remove unused var `start'.
6087         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6088         (message-inhibit-body-encoding): Move to before first use.
6089         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6090         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6091         (Organization, Message-ID, Date, mh-previous-window-config):
6092         Defvar the vars using dynamic scoping.
6093
6094 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6095
6096         * shr.el (shr-render-td): Only do colors at the final rendering.
6097         Should be slightly faster.
6098         (shr-insert-table): Fix up TD background colors when doing the
6099         vertical padding.
6100
6101         * gnus-art.el (article-date-ut): Protect against articles with no Date
6102         header.
6103         (article-update-date-lapsed): Don't use current-column to find the
6104         horizontal position.  It's fragile in the presence of \003 characters.
6105
6106         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6107
6108 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-art.el (article-transform-date): Rewrite to still work when
6111         there are several rfc2822 parts.
6112         (article-transform-date): Fix infinite recursion.
6113         (article-date-ut): Replace infinitely many Date headers with a single
6114         one when called interactively.
6115
6116         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6117         secure manner.
6118
6119         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6120         move around by not using save-window-excursion.  It seems to work...
6121
6122 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-art.el (article-make-date-line): Work for user-defined format.
6125
6126 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6127
6128         * nntp.el (nntp-retrieve-group-data-early)
6129         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6130         fetching functions.
6131
6132         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6133         thoroughly for all backends that have no known groups.  This should
6134         allow new nnml methods to retrieve mail.
6135
6136         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6137         that Gnus doesn't know exists again.
6138
6139         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6140         (gnus-treat-date-ut): Ditto.
6141         (gnus-article-update-date-header): Rename.
6142         (gnus-treat-date-local): Remove.
6143         (gnus-treat-date-english): Remove.
6144         (gnus-treat-date-lapsed): Remove.
6145         (gnus-treat-date-combined-lapsed): Remove.
6146         (gnus-treat-date-original): Remove.
6147         (gnus-treat-date-iso8601): Remove.
6148         (gnus-treat-date-user-defined): Remove.
6149         (gnus-article-date-headers): New variable to control all the date
6150         header options.
6151         (article-date-ut): Rewrite to allow using the new way to format date
6152         headers(s).
6153
6154 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6155
6156         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6157         method.
6158         (nnmail-article-group): A better test for fanciness.
6159
6160         * nnimap.el (nnimap-request-head): Protect against not finding the
6161         article by Message-ID.
6162
6163 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6164
6165         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6166         keep point at the "same place".
6167
6168 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6169
6170         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6171         data if the group is inactive.
6172
6173 2011-01-28  Julien Danjou  <julien@danjou.info>
6174
6175         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6176         (gnus-all-windows-visible-p): Remove old compatibility code.
6177         (gnus-window-top-edge): Add docstring.
6178
6179         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6180
6181 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6182
6183         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6184         older request-update-info.
6185
6186         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6187
6188 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6189
6190         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6191         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6192
6193 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6194
6195         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6196         groups.  This makes the nndraft:queue group pop up if it's not already
6197         there.
6198
6199         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6200         messages" logic, which was reversed.
6201
6202         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6203         the "same place" even if point is on the line being replaced.
6204         (article-update-date-lapsed): Allow updating both the combined lapsed
6205         and the lapsed headers.
6206         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6207         (article-make-date-line): Limit the number of segments dynamically to
6208         avoid too-long lines.
6209
6210 2011-01-27  Julien Danjou  <julien@danjou.info>
6211
6212         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6213         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6214
6215 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6218         Use plist-get instead of the cl function getf.
6219
6220 2011-01-27  Glenn Morris  <rgm@gnu.org>
6221
6222         * gnus-util.el (float-time): Get rid of compiler warning, again.
6223
6224 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6225
6226         * shr.el (shr-put-color): Special-case background colors: Do put them
6227         at the blank parts at the front of the lines.
6228
6229         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6230         exit hook to nix out all data on readedness on group exit.
6231
6232         * gnus-util.el (float-time): If float-time is bound, always use it on
6233         all Emacsen.  It's unclear why the subrp check was there.
6234         (time-date): Require to make some autoload issues on XEmacs go away.
6235
6236         * shr.el (shr-put-color): Don't do the box padding in tables, since
6237         they're already padded.
6238
6239 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6240
6241         * gnus-art.el (gnus-article-next-page): When the last line of the
6242         article is displayed, scroll down once more instead of going to the
6243         next article at once.
6244         (article-lapsed-string): Refactor out and allow specifying how many
6245         segments you want.
6246         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6247         (gnus-article-update-lapsed-header): New variable.
6248
6249         * shr.el: Revert change that made headings use different-sized faces.
6250         The Emacs display engine isn't advanced enough that, for instance,
6251         tables can comfortably use differently-sized faces.
6252
6253 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6254
6255         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6256         used.
6257         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6258         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6259         we're using an encrypted connection.
6260
6261         * proto-stream.el: Alter the interface functions to also return the
6262         actual stream type used: network or tls.
6263
6264 2011-01-25  Julien Danjou  <julien@danjou.info>
6265
6266         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6267         (mm-display-javascript-inline): New function.
6268
6269         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6270         viewing function.
6271
6272 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * shr.el (shr-expand-newlines): Fix variable name.
6275
6276 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6277
6278         * shr.el (shr-expand-newlines): Make nested boxes work.
6279
6280 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6281
6282         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6283         backgrounds.
6284         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6285         in a more sensible manner.
6286
6287 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6288
6289         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6290         if EPG is loaded.
6291
6292 2011-01-24  Julien Danjou  <julien@danjou.info>
6293
6294         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6295         tags.
6296
6297 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6298
6299         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6300         commands.
6301
6302         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6303         in the article buffer.
6304         (gnus-gravatar-insert): Use blank space from the current buffer to
6305         avoid breaking text properties.  This makes X-Sent updating work again.
6306
6307         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6308
6309 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6310
6311         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6312         fix the bug in url-http.el instead.
6313
6314         * shr.el (shr-image-fetched): Ditto.
6315
6316         * shr.el (shr-image-fetched): Avoid having point move in the article
6317         buffer.
6318
6319         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6320         buffer after being called.  It's apparently being killed by url.el, and
6321         killing it made point move to end-of-buffer in a random buffer.
6322
6323         * shr.el (shr-image-fetched): Ditto.
6324
6325 2011-01-23  Julien Danjou  <julien@danjou.info>
6326
6327         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6328
6329         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6330         text/x-org.
6331
6332 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6335         (i.e., nnimap) returning nil as the article number.
6336
6337 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6338
6339         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6340         "DelSp" parameter in RFC3676.
6341
6342 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6343
6344         * message.el (message-check-recipients): Display the encoded version of
6345         the bogus address if they differ.
6346
6347         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6348         after sending.
6349
6350         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6351
6352         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6353
6354         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6355         group buffer after sending the queue.
6356
6357         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6358
6359 2011-01-22  Julien Danjou  <julien@danjou.info>
6360
6361         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6362
6363 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6364
6365         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6366         nested related parts.
6367
6368         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6369         unexpired articles.  This fixes the regression that led expiry marks to
6370         disappear from nnfolder groups.
6371
6372 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6373
6374         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6375         Don't confuse the "ret" of "retrograde" with RET.
6376
6377 2011-01-21  Julien Danjou  <julien@danjou.info>
6378
6379         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6380         than mm-insert-inline.
6381
6382 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6385         Widen article buffer.
6386
6387 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6388
6389         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6390         the temp buffer.
6391         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6392
6393 2011-01-20  Julien Danjou  <julien@danjou.info>
6394
6395         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6396
6397         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6398         than mm-insert-inline to insert inline part: this respect
6399         mm-inline-media-tests displayers.
6400
6401         * mm-view.el (mm-display-shell-script-inline): New function.
6402
6403         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6404
6405         * mm-uu.el (mm-uu-type-alist): Add org block.
6406         (mm-uu-org-src-code-block-extract): New function.
6407
6408         * mm-view.el (mm-display-org-inline): New function.
6409
6410         * mm-decode.el (mm-automatic-display): Add text/org.
6411
6412         * mailcap.el (mailcap-mime-extensions): Add .org.
6413
6414 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6417         gnus-article-add-buttons.
6418
6419 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6420
6421         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6422         From header with a date and "nobody" as the sender.
6423
6424 2011-01-19  Julien Danjou  <julien@danjou.info>
6425
6426         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6427         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6428         if you have the same regexp several times.
6429         (gnus-button-push): Fix matching when regexp is symbol.
6430
6431 2011-01-15  Glenn Morris  <rgm@gnu.org>
6432
6433         * message.el (message-mail): A compose-mail function should
6434         accept headers as strings.
6435
6436 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6437
6438         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6439         Add :vert-only tags.
6440         (message-mail): New arg RETURN-ACTION.
6441         (message-return-action): New var.
6442         (message-bury): Use it.
6443         (message-mode): Make it buffer-local.
6444         (message-send-and-exit): Always call message-bury.
6445
6446         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6447         message-mail.
6448
6449 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnimap.el (nnimap-convert-partial-article): Protect against
6452         zero-length body parts.
6453
6454         * mm-decode.el (mm-preferred-alternative-precedence):
6455         Discourage showing empty parts.
6456
6457         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6458         and stuff if the backend didn't return the article number.  This fixes
6459         an Exchange-related nnimap bug.
6460
6461         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6462         group window, because it does the wrong thing when a separate frame
6463         displays the group buffer.
6464
6465         * proto-stream.el (open-protocol-stream): Protect against the low-level
6466         transport functions returning nil.
6467
6468 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6469
6470         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6471         (mml2015-epg-find-usable-secret-key): New function.
6472         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6473         mml2015-epg-find-usable-key (Bug#7797).
6474         (mml2015-epg-encrypt): Ditto.
6475
6476 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * dgnushack.el (rot13-string): Fix the way to get the argument.
6479
6480 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481
6482         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6483
6484 2011-01-03  Glenn Morris  <rgm@gnu.org>
6485
6486         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6487
6488         * sieve.el (sieve-open-server): Give a more explicit error if
6489         sieve-manage-open returns nil.  (Bug#7720)
6490
6491 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6492
6493         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6494
6495 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6498         This avoids sending passwords in plain text over non-encrypted
6499         channels.
6500
6501         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6502
6503         * nnimap.el (nnimap-login): Refactored out into own function, and
6504         implement CRAM-MD5.
6505         (nnimap-wait-for-line): Refactored out.
6506
6507         * mm-view.el (mml-smime): Require.
6508
6509 2010-12-20  David Engster  <deng@eml.cc>
6510
6511         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6512         use EPG to decrypt S/MIME messages instead of openssl.
6513
6514 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6517
6518         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6519         status is the group clearly is unreachable.
6520
6521         * auth-source.el (auth-source-create): Add the optional second
6522         parameter to `local-variable-p' to be compatible with XEmacs.
6523
6524 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6525
6526         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6527         work when using a compressed nnml folder.
6528
6529 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6532         backends after sanitising on entry, because this never makes sense:
6533         If the articles have gone missing, then the data no longer exists on
6534         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6535         overwrite anything anyway.
6536
6537         * shr.el (shr-insert-document): Bind shr-width dynamically to
6538         window-width if it's nil.
6539
6540 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6541
6542         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6543         with the meaning of using the full emacs window width for rendering.
6544
6545 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6546
6547         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6548         case when sender is not given.
6549
6550 2010-12-23  Julien Danjou  <julien@danjou.info>
6551
6552         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6553         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6554         the addresses, otherwise we might misplaced the gravatar.
6555
6556 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6557
6558         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6559         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6560         obsolete in Emacs.
6561
6562 2010-12-20  Julien Danjou  <julien@danjou.info>
6563
6564         * gnus-util.el (gnus-rescale-image): Revert last change.
6565
6566 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6567
6568         * binhex.el: Improve commentary (Bug#7482).
6569
6570 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * gnus-group.el (gnus-group-delete-articles): New command.
6573
6574 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6575
6576         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6577
6578 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6581         here, since it's up to the backends to do CRLF removal if their
6582         protocol has it.
6583
6584         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6585
6586 2010-12-17  Julien Danjou  <julien@danjou.info>
6587
6588         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6589         they are from file.  Can also scale up.
6590
6591 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6592
6593         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6594         Restore gnus-use-agent.
6595         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6596
6597         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6598
6599 2010-12-17  Julien Danjou  <julien@danjou.info>
6600
6601         * gravatar.el (gravatar-retrieve-synchronously): New function.
6602         (gravatar-get-data): Make more robust.
6603
6604 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6607
6608 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6609
6610         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6611         to really consider the last line.
6612
6613 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6614
6615         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6616         list of recipient keys, or use symmetric encryption if not a list.
6617         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6618         EPA override, replacing the call to `netrc-store-data'.
6619
6620 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6621
6622         * gnus-srvr.el: Avoid passing nil regexp argument to
6623         delete-matching-lines.
6624
6625 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6628         fetching stops when Gnus exits.
6629
6630         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6631         function.
6632         (nnfolder-request-expire-articles): Save all the buffers after doing
6633         expiry.
6634
6635         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6636         the last article", since that led to serious performance regressions
6637         when expiring nnml groups.
6638
6639 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6640
6641         * nnir.el: Improve customizations.
6642
6643 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6646
6647         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6648         group has been killed.
6649         (gnus-group-yank-group): Ditto.
6650
6651         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6652
6653         * nnimap.el (nnimap-request-update-group-status): New function.
6654
6655         * gnus-int.el (gnus-request-update-group-status): New interface
6656         function.
6657
6658         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6659         copying read-ness to the backends.
6660
6661         * nnimap.el (nnimap-quirk): New function.
6662         (nnimap-retrieve-group-data-early): Use it.
6663         (nnimap-quirks): New alist.
6664
6665 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6668         don't delete it within indentation.
6669
6670 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6671
6672         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6673         previous line.
6674
6675 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6678         QRESYNC command by deleting a superfluous space which broke Cyrus
6679         servers.  This change will break other servers that are buggy the other
6680         way around.
6681
6682 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6683
6684         * spam.el: Reindent and fix long lines.
6685         (spam-copy-or-move-routine): Exclude invalid move destinations.
6686
6687 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6688
6689         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6690         installed the registry.
6691
6692 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6695
6696 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6697
6698         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6699         groupname doesn't contain "gmane".
6700
6701 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6704         and netrc-bound-and-true-p bindings.
6705         (netrc-parse): Cache the netrc contents.
6706
6707         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6708         (gnus-1): Don't create the nndrafts group twice.
6709         (gnus-setup-news): There's no need to read the active file here, since
6710         that's done again later on a per-backend basis.
6711         (gnus-start-draft-setup): Make sure that the new group is started out
6712         empty.
6713
6714         * gnus-agent.el (gnus-agentize): Don't create the queue group
6715         automatically on startup.  It'll be created later, if needed.
6716
6717         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6718         of automatically subscribed groups.
6719         (gnus-auto-subscribed-categories): New variable.
6720         (gnus-matches-options-n): Use it.
6721         (gnus-default-subscribed-newsgroups): Remove unused variable.
6722         (gnus-start-draft-setup): Message a bit less.
6723
6724 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6725
6726         * nnir.el (nnir-run-imap): Return article list in order of increasing
6727         UID.
6728
6729 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730
6731         * gnus-sum.el (gnus-summary-enter-digest-group):
6732         Mention gnus-auto-select-on-ephemeral-exit.
6733
6734         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6735         convention of the network-only option.
6736
6737 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * proto-stream.el (proto-stream-open-network-only): New function to
6740         have a way to specify non-STARTTLS upgrade connections.
6741
6742 2010-12-10  Julien Danjou  <julien@danjou.info>
6743
6744         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6745         email address is nil.
6746
6747         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6748
6749 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6750
6751         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6752         deletion.
6753         (nnir-run-imap): Only need to parse list once.
6754
6755 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * shr.el (shr-tag-script): Ignore <script>.
6758         (shr-tag-label): Add <label> support.
6759
6760 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6763
6764         * shr.el (shr-image-displayer): Work for images lined side by side.
6765
6766 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6767
6768         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6769         parameter, since XEmacs doesn't accept t as a parameter.
6770
6771 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6772
6773         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6774         ids.
6775         (nnir-run-gmane): Simplify groupspec formatting.
6776         (nnir-request-expire-articles): New function.
6777
6778 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6781         overflow, possibly.
6782
6783         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6784         (shr-render-td): Handle td style="" better.
6785         (shr-tag-table): Use the color from the style sheet.
6786         (shr-render-td): Make sure we copy over all the overlays, too.
6787
6788 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6789
6790         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6791         (nnir-request-article): Improve article retrieval.
6792
6793 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * mm-util.el (mm-extra-numeric-entities): New variable.
6796
6797         * mm-url.el (mm-url-decode-entities):
6798         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6799
6800         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6801
6802 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6803
6804         * message.el: Use completion-at-point.
6805         (message-completion-function): New fun, extracted from message-tab.
6806         (message-mode): Use it for completion-at-point-functions.
6807         (message-tab): Use it and completion-at-point.
6808
6809 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6812         character if a non-breakable character follows.
6813
6814 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6817         any stream.
6818
6819         * shr.el (shr-tag-font): Colorize the region.
6820         (shr-tag-body): Ditto.
6821         (shr-tag-font): Actually let the styles be inherited instead of
6822         overwriting them.
6823         (shr-tag-font): Get the background color right.
6824         (shr-tag-style): Ignore all <style> tags for the moment.
6825
6826         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6827         a Message-ID to avoid having nnimap depend on gnus-sum.
6828
6829         * shr.el (shr-descend): Only colorize something if we have a node that
6830         sets colors.
6831
6832 2010-12-06  Julien Danjou  <julien@danjou.info>
6833
6834         * shr.el (shr-render-td): Render td content with shr-descend, so style
6835         will be applied to <td> too.
6836         (shr-colorize-region): Colorize region even if we only have a background.
6837         (shr-tag-body): Fix color and background color inheritance.
6838         Do not recolorize after shr-generic.
6839         (shr-tag-font): Let shr-generic colorize via inheritance.
6840
6841 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6844
6845 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6846
6847         * nnir.el (nnir-request-move-article): Remove obsolete code.
6848
6849 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6852
6853 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * gnus-sum.el (gnus-summary-respool-article): The completion function
6856         expects a list instead of an alist.
6857
6858         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6859         string as the parameter.
6860
6861         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6862
6863         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6864         styles.
6865         (shr-colorize-region): New function.
6866         (shr-insert-background-overlay): Remove.
6867         (shr-render-td): Background setting should be taken care of on a higher
6868         level.
6869         (shr-tag-body): Use post-hoc colorizations.
6870         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6871         (shr-put-color-1): Don't overwrite old colors.
6872         (shr-colorize-region): When the background color isn't explicit, use
6873         a fixed background.
6874
6875         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6876         nnmail variables.
6877
6878 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6879
6880         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6881         unless necessary.
6882
6883 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6884
6885         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6886         server.
6887
6888 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6889
6890         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6891         so that TAB works.
6892
6893         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6894         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6895
6896         * shr.el (shr-urlify): Show the URL before the title to avoid
6897         misleading URLs.
6898
6899 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6900
6901         * shr.el (shr-urlify): Display the title in <a> tags.
6902
6903 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6904
6905         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6906
6907 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6908
6909         * nnir.el: Rearrange code to allow macros to be autoloaded by
6910         gnus-sum.el.
6911         (nnir-retrieve-headers-override-function): Make this variable
6912         customizable.
6913         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6914
6915         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6916         from nnir.el.
6917
6918 2010-12-03  Julien Danjou  <julien@danjou.info>
6919
6920         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6921
6922 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6925         allow optional argument `environment'.
6926
6927 2010-12-03  Glenn Morris  <rgm@gnu.org>
6928
6929         * mm-extern.el (message-goto-body): Update declaration.
6930
6931 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * gnus-util.el (gnus-macroexpand-all): New function.
6934
6935         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6936         instead of macroexpand-all that is unavailable in XEmacs.
6937
6938 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6939
6940         * nnir.el (nnir-summary-line-format): New variable.
6941         (nnir-mode): Use it.
6942         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6943         (nnir-article-ids): Reimplement as defsubst.
6944         (nnir-retrieve-headers): Don't mangle the subject header.
6945         (nnir-run-imap): Use 100 as RSV score.
6946         (nnir-run-find-grep): Fix for full server searching.
6947         (nnir-run-gmane): Better restriction to gmane groups.
6948
6949         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6950         summary buffers.
6951
6952 2010-12-02  Julien Danjou  <julien@danjou.info>
6953
6954         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6955
6956         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6957
6958         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6959         support.
6960
6961 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6962
6963         * nnir.el: Update to handle the registry better.
6964         (autoload): Silence byte-compiler.
6965         (nnir-open-server): Add a hook for nnir groups.
6966         (nnir-request-move-article): Don't mangle the header.  Better to use
6967         formatting variables (which will be added in the future).
6968         (nnir-registry-action): Update the registry using the original article
6969         group name.
6970         (nnir-mode): Install nnir-specific hooks for updating the registry.
6971
6972         * gnus-sum.el
6973         (gnus-article-original-subject,gnus-newsgroup-original-name):
6974         Remove obsolete variables.
6975         (gnus-summary-move-article): Remove use of obsolete variables.
6976         (gnus-summary-local-variables): Make move and delete hooks local to
6977         summary buffers.
6978
6979 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * rtree.el: New file.
6982
6983 2010-12-01  Julien Danjou  <julien@danjou.info>
6984
6985         * message.el (message-user-organization): Do not use
6986         gnus-local-organization.
6987
6988         * gnus.el: Remove gnus-local-organization.
6989
6990         * gnus-msg.el: Remove nastygram thing.
6991
6992 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6995         funcall.
6996
6997 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7000         names.
7001
7002         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7003         characters.
7004
7005         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7006         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7007         Suggested by Štěpán Němec <stepnem@gmail.com>.
7008         (gnus-gravatar-transform-address): Use mail-extract-address-components
7009         that supports non-ASCII names rather than mail-header-parse-addresses.
7010
7011 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * proto-stream.el (open-protocol-stream): All starttls connections are
7014         handled by the network handler.
7015
7016 2010-11-30  Julien Danjou  <julien@danjou.info>
7017
7018         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7019         (nnimap-open-connection-1): Fix PREAUTH.
7020
7021         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7022
7023 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7026         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7027         (shr-insert): Use them.
7028         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7029
7030 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7031
7032         * nnir.el (nnir-request-move-article): Bail out if original group
7033         doesn't support article moves.
7034         (nnir-get-active): Improve active list retrieval.
7035
7036 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7039
7040 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7041
7042         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7043         seem to accept strings-with-numbers as port numbers.
7044
7045 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7046
7047         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7048         change the registry.
7049
7050 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7053         delete-dups that is not available in XEmacs 21.4.
7054
7055         * mm-util.el (mm-delete-duplicates): Add comment.
7056
7057 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7058
7059         * nnir.el (nnir-ignored-newsgroups): New variable.
7060         (nnir-get-active): Use it.
7061
7062 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * proto-stream.el (proto-stream-open-network): Add some comments.
7065
7066         * nntp.el (nntp-open-connection): Provide a :success condition.
7067
7068         * nnimap.el (nnimap-open-connection-1): Ditto.
7069
7070         * proto-stream.el (proto-stream-open-network): See what the response to
7071         the STARTTLS command is.
7072
7073         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7074         backwards compatibility).
7075         (nnimap-open-connection-1): Really respect nnimap-server-port.
7076
7077         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7078         TLS upgrades we don't really care about the identity of the peer.
7079         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7080         that what we've checked for.
7081         (proto-stream-always-use-starttls): Only default to t if
7082         open-gnutls-stream exists.
7083         (proto-stream-open-network): If STARTTLS failed, then just open a
7084         normal connection.
7085         (proto-stream-open-network): Wait until the greeting before doing
7086         STARTTLS.
7087
7088         * nntp.el (nntp-open-connection): Report what the connection error is.
7089
7090         * proto-stream.el (open-protocol-stream): Rename from
7091         open-proto-stream.
7092
7093 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * nnimap.el (nnimap-stream): Change default to `undecided'.
7096         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7097         first, and then network.
7098         (nnimap-open-connection-1): Respect nnimap-server-port.
7099         (nnimap-open-connection): Be more backwards-compatible.
7100
7101         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7102         (proto-stream-open-starttls): De-duplicate the starttls code.
7103         (proto-stream-open-starttls): Folded back into the main function.
7104         (proto-stream-open-network): Fix typo in the gnutls path.
7105         (proto-stream-command): Refactor out.
7106
7107         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7108
7109         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7110         starttls.el STARTTLS.
7111
7112         * color.el (color-lab->srgb): Fix function call name.
7113
7114         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7115         if we're using tls.el.
7116         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7117         built in, then don't try to establish a STARTTLS connection.
7118
7119         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7120         servers.
7121
7122         * proto-stream.el (open-proto-stream): Use network, not stream.
7123         (open-proto-stream): Add a way to specify what the end of a command is.
7124
7125         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7126         connections types.
7127         (nntp-open-network-stream): Remove.
7128         (nntp-open-ssl-stream): Remove.
7129         (nntp-open-tls-stream): Remove.
7130         (nntp-ssl-program): Remove.
7131
7132         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7133
7134 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7135
7136         * nnir.el: Fix typos.
7137         (nnir-retrieve-headers-override-function): Rename variable to reflect
7138         new semantics.
7139         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7140         macros.
7141         (nnir-request-article, nnir-request-move-article): Use them.
7142         (nnir-categorize): New function.
7143         (nnir-run-query): Use it.
7144         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7145         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7146         sorted.
7147         (nnir-group-full-name): Use gnus-group-full-name instead.
7148         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7149         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7150
7151 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7154
7155         * proto-stream.el: New library to provide protocol-specific
7156         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7157         protocols.
7158         (open-proto-stream): Complete the documentation.
7159         (proto-stream-open-network): Fix some typos.
7160
7161         * nnimap.el (nnimap-open-connection): Use it.
7162
7163 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7164
7165         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7166         negotiation.
7167
7168 2010-11-26  Julien Danjou  <julien@danjou.info>
7169
7170         * color.el: Rename various rgb functions to srgb.
7171
7172 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173
7174         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7175         names.
7176
7177 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * shr.el (shr-insert): Revert last change.
7180         (shr-find-fill-point): Never leave point being at bol;
7181         relax the kinsoku limitation when rendering tables.
7182
7183 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7186         results from -accept-article.
7187
7188         * shr-color.el: Require cl when compiling.
7189
7190         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7191         checkin.
7192
7193         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7194
7195         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7196
7197         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7198         'add and 'delete to set backend marks.
7199
7200         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7201
7202         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7203
7204         * nntp.el (nntp-request-set-mark): Use it.
7205
7206         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7207
7208         * nnml.el (nnml-request-set-mark): Ditto.
7209
7210         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7211         introduces regressions in article selection.
7212         (nnimap-find-uid-response): New function.
7213         (nnimap-request-accept-article): Use the UID returned, if any.
7214         (nnimap-request-move-article): Use the UID returned, if any.
7215         (nnimap-get-groups): Reimplement to work with folded lines.
7216         (nnimap-find-uid-response): The UID is the last element in the list.
7217         (nnimap-request-set-mark): Extend syntax with 'set.
7218
7219         * nnml.el (nnml-request-set-mark): Ditto.
7220
7221         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7222
7223         * nntp.el (nntp-request-set-mark): Ditto.
7224
7225 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * message.el (message-called-interactively-p): A temporary macro.
7228         (message-goto-body): Use it temporarily.
7229
7230 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7233         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7234         (nnimap-last-response-string): Fix last unfolding fix.
7235
7236 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * shr.el (shr-insert): Fix the way to fold lines.
7239
7240 2010-11-25  Julien Danjou  <julien@danjou.info>
7241
7242         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7243
7244         * color.el: Rename from color-lab.el
7245         (color-rgb->hex): Add.
7246         (color-complement): Add.
7247         (color-complement-hex): Add.
7248
7249         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7250
7251 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * shr-color.el (shr-color-visible): Don't bug out if the color names
7254         don't exist.
7255
7256 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7259         assuming that article displaying or another mml-preview may be
7260         interrupted for an error or for the like.
7261
7262         * shr.el (shr-get-background): Fix argument name.
7263
7264 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7267
7268         * gnus-sum.el (gnus-summary-include-articles): New function.
7269
7270         * message.el (message-goto-body): called-interactively-p needs a
7271         parameter, so use `any'.
7272
7273         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7274         clear marks before moving, since they're synced from the Gnus side
7275         first.
7276
7277         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7278         (gnus-summary-move-article): Copy over all marks before moving, so that
7279         IMAP doesn't think a new article has arrived.
7280
7281 2010-11-24  Julien Danjou  <julien@danjou.info>
7282
7283         * shr.el (shr-insert-background-overlay): Fix typo.
7284         (shr-render-td): Copy the background before rendering.
7285
7286         * shr-color.el (shr-color-visible): Fix docstring.
7287
7288         * shr.el (shr-tag-table): Add bgcolor support.
7289         (shr-render-td): Add bgcolor support.
7290         (shr-get-background): Add.
7291         (shr-insert-foreground-overlay): Use shr-get-background.
7292
7293         * message.el (message-goto-body): Use called-interactively-p.
7294         (message-in-body-p): message-goto-body returns point.
7295
7296 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7297
7298         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7299         Fixes something or other in Emacs 23, and is backwards compatible.
7300
7301         * message.el (message-goto-body): Remove the <#secure special-casing,
7302         which is too special.
7303
7304         * shr.el (shr-parse-style): Drop !important from styles.
7305
7306 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7307
7308         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7309         this function to return incorrect results when calling it with an
7310         explicit article argument different from
7311         (gnus-summary-article-number).
7312
7313 2010-11-24  Julien Danjou  <julien@danjou.info>
7314
7315         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7316         (shr-tag-body): Add background support.
7317         (shr-descend): Add background support.
7318         (shr-tag-title): Add.
7319
7320         * shr-color.el (shr-color-visible): Really return original background
7321         if fixed.
7322
7323 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * shr.el (shr-color-check): Protect against non-existent color names.
7326
7327 2010-11-24  Julien Danjou  <julien@danjou.info>
7328
7329         * color-lab.el: Require 'cl when compiling.
7330
7331         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7332
7333         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7334         matched part.
7335
7336         * color-lab.el: Fix all expt calls to use float type.
7337
7338 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7341         expression to shr-color-check as is.
7342
7343         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7344
7345         * color-lab.el: Add coding cookie.
7346         (float-pi): Use eval-and-compile.
7347
7348         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7349         compiled for Emacsen having no `libxml-parse-html-region' support.
7350
7351 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * shr.el (shr-insert-color-overlay): Split stuff like
7354         "#444444 !important" to find the real color.
7355         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7356         parse <font color="red"> entries.
7357
7358 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7359
7360         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7361         point when parsing headers.
7362
7363         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7364         is positioned properly when parsing headers.
7365
7366 2010-11-23  Julien Danjou  <julien@danjou.info>
7367
7368         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7369
7370         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7371
7372         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7373
7374         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7375         Use shr-color-hue-to-rgb.
7376         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7377
7378 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379
7380         * shr.el (shr-color->hexadecimal): Autoload.
7381         (shr-descend): Add color to all tags.
7382
7383 2010-11-22  Julien Danjou  <julien@danjou.info>
7384
7385         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7386         shr-color->hexadecimal.
7387
7388         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7389         RGB() or HSL() color representation.
7390
7391         * shr.el (shr-tag-font): Add.
7392         (shr-tag-color-check): New function to get better colors.
7393         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7394         tag-span.
7395
7396         * shr-color.el: New file.
7397
7398         * color-lab.el: New file.
7399
7400         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7401
7402 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7403
7404         * nnir.el: Fix typo in comments.
7405         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7406         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7407
7408 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7409
7410         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7411
7412         * nnimap.el (nnimap-get-capabilities): Refactor out.
7413         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7414
7415 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7416
7417         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7418         appearing when `mm-uu-hide-markers' is nil.
7419
7420 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * nnimap.el (nnimap-unselect-group): Make into its own function.
7423         (nnimap-request-rename-group): Unselect group before renaming.
7424         This had gotten lost somewhere.
7425         (nnimap-request-accept-article): Keep track of examined groups, and
7426         unselect the group before APPENDing to read-only groups.
7427         (nnimap-request-move-article): Clear flags before moving so that they
7428         can be re-set later.
7429
7430 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7433         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7434
7435 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * gnus-art.el (gnus-mime-display-single):
7438         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7439         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7440         parameter.
7441
7442 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7443
7444         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7445         (shr-table-vertical-line): New variable.
7446         (shr-insert-table): Use it.
7447
7448 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-html.el (gnus-html-wash-images): Don't display images if
7451         gnus-inhibit-images is non-nil; register displayer for cid images.
7452         (gnus-html-display-image): Work for cid image.
7453         (gnus-html-insert-image): Allow arguments.
7454         (gnus-html-put-image): Inhibit read-only.
7455         (gnus-html-prefetch-images): Don't prefetch images if
7456         gnus-inhibit-images is non-nil.
7457
7458 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7459
7460         * shr.el (shr-put-image): Break lines when inserting big pictures.
7461
7462 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7463
7464         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7465         sender, thanks Katsumi Yamaoka.
7466
7467 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7468
7469         * nnir.el (nnir-run-imap): Reverse the article list for each group
7470         rather than the whole list.
7471
7472 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * shr.el (shr-image-displayer): Protect function against non-existent
7475         image source.
7476
7477         * gnus-art.el (gnus-inhibit-images): New user option.
7478         (gnus-mime-display-single): Don't display image if it is non-nil.
7479
7480         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7481         gnus-inhibit-images.
7482
7483         * shr.el (shr-image-displayer): New function.
7484         (shr-tag-img): Use it.
7485
7486 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7487
7488         * mml2015.el (mml2015-epg-sign): Use From header.
7489
7490 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7493
7494         * gnus-util.el (gnus-find-text-property-region): Return markers.
7495
7496         * shr.el (shr-tag-img): Put a displayer in the text property.
7497
7498         * gnus-util.el (gnus-find-text-property-region): New utility function.
7499
7500         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7501         (gnus-html-show-images): Remove.
7502
7503         * gnus-art.el (gnus-article-show-images): New, more general function.
7504
7505         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7506         image url text properties.
7507
7508         * shr.el: Ditto.
7509
7510         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7511         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7512
7513 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7516         work for two or more articles.
7517
7518 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7521         divide an image that's in an html article to two or more when washing
7522         non-ASCII characters in alt text of it.
7523
7524 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7527         smime-decrypt-region using function argument.
7528         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7529
7530         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7531
7532         * smime.el (smime-decrypt-region): Catch it.
7533
7534 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7535
7536         * smime.el (smime-mode-map): Move initialization into declaration.
7537         (gnus-run-mode-hooks): Don't autoload.
7538         (smime-mode): Use define-derived-mode.
7539
7540 2010-11-11  Glenn Morris  <rgm@gnu.org>
7541
7542         * smime.el (from): Restrict declaration to XEmacs.
7543
7544         * nnir.el (gnus-group-topic-name): Autoload.
7545
7546 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * shr.el (shr-insert): Don't break long line if it is because of
7549         kinsoku-bol characters in the line end.
7550
7551 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7552
7553         * nnir.el (nnir-request-move-article): Fix to provide original group
7554         and subject.
7555         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7556         been retrieved.
7557
7558         * gnus-sum.el (gnus-summary-move-article): Use original group and
7559         subject for virtual articles such as those in an nnir summary buffer.
7560
7561 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7564         least 21.5).
7565
7566         * smime.el (from): Declare it again for XEmacs.
7567
7568 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * message.el (message-resend): Don't disable encoding unless it's
7571         already encoded.
7572
7573         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7574         low-numbered articles.
7575
7576 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * rfc2047.el (rfc2047-syntax-table): Simplify.
7579
7580         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7581
7582         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7583         set-char-table-range for XEmacs.
7584
7585 2010-11-10  Glenn Morris  <rgm@gnu.org>
7586
7587         * time-date.el (time-to-seconds): Always an alias on Emacs,
7588         never a real function.
7589         (with-no-warnings): Remove compat stub, now unused.
7590         (time-less-p): Doc fix.
7591         (time-to-number-of-days): Simplify.
7592
7593         * smime.el (from): Remove unused declaration.
7594
7595         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7596         (gnus-float-time): On Emacs, always an alias.
7597
7598         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7599         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7600
7601 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * dgnushack.el: Don't use ignore-errors in the top level form since it
7604         is unavailable in XEmacs even if cl is loaded.
7605
7606         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7607
7608 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * shr.el (browse-url-mailto): Autoload.
7611
7612         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7613
7614         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7615         regexp doesn't need quoting.
7616
7617 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7618
7619         * message.el (message-subject-trailing-was-ask-regexp)
7620         (message-subject-trailing-was-regexp): Match was: in addition to was.
7621
7622 2010-11-09  Glenn Morris  <rgm@gnu.org>
7623
7624         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7625         (nnbabyl-check-mbox): Use point-at-bol.
7626
7627 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628
7629         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7630
7631         * message.el (message-mailto): New function.
7632         (message-mailto): Should accept other parameters.
7633         (message-mailto): Remove since it duplicates browse-url-mailto
7634         functionality.
7635
7636 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637
7638         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7639         methods.
7640         (gnus-read-active-file): Ditto.
7641
7642         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7643         ": " from the prompt.
7644         (gnus-group-make-group): Ditto.
7645
7646 2010-11-07  Glenn Morris  <rgm@gnu.org>
7647
7648         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7649         (gnus-bookmark-kill-line): Use point-at-eol.
7650
7651 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7654         asterisks in From header.
7655
7656 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7659         string to avoid making the From headers syntactically invalid.
7660
7661         * message.el (message-send-mail): Don't insert courtesy messages if the
7662         message already has List-Post and List-ID messages.
7663
7664 2010-11-06  Glenn Morris  <rgm@gnu.org>
7665
7666         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7667         `condition', `type', `length' a prefix.
7668         (gnus-treat-predicate): Update for above name changes.
7669
7670 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7671
7672         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7673         binding.  Handled by `gnus-summary-refer-thread' instead.
7674         (nnir-warp-to-article): New backend function.
7675
7676         * nnimap.el (nnimap-request-thread): Force dependency updating.
7677
7678         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7679         (gnus-summary-refer-thread): Rework to improve thread-referral.
7680
7681         * gnus-int.el (gnus-warp-to-article): New function.
7682
7683         * gnus-sum.el (gnus-summary-article-map): Bind it.
7684
7685 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7686
7687         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7688         gnus-summary-refer-thread.
7689
7690         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7691         headers.
7692         (gnus-summary-limit-include-thread): Prevent articles in thread from
7693         being cut in gnus-cut-threads.
7694         (gnus-summary-refer-thread): Limit retrieved headers to those in
7695         thread.
7696
7697 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * message.el (message-send-mail): Use the value of
7700         message-courtesy-message from the message buffer.
7701
7702         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7703
7704         * shr.el (shr-browse-url): Implement mailto: URLs.
7705
7706         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7707         "raw".
7708
7709         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7710         if it's already selected.
7711
7712         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7713
7714 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7717         to measure the length and truncate alt text.
7718
7719 2010-11-03  Glenn Morris  <rgm@gnu.org>
7720
7721         * nndiary.el (nndiary-generate-nov-databases-1)
7722         (nndiary-generate-active-info): Rename dynamic variable `files' to
7723         something less generic.
7724
7725 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7726
7727         * nnir.el (nnir-request-move-article): Call the underlying backend to
7728         move articles from nnir.
7729
7730 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731
7732         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7733
7734 2010-11-02  Julien Danjou  <julien@danjou.info>
7735
7736         * nnir.el: Remove wais support.
7737
7738 2010-11-02  Glenn Morris  <rgm@gnu.org>
7739
7740         * gnus-html.el: Reorder requirements to quieten compiler.
7741
7742 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7745         properly for XEmacs as well.
7746         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7747         (gnus-article-natural-long-line-p): Use window-width rather than
7748         frame-width.
7749
7750 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7751
7752         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7753         (nnir-read-parms): Don't modify query.
7754         (nnir-run-query): Add ability to search topic on current line.
7755         (nnir-get-active): Clean up.
7756
7757 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7760         degenerate articles.
7761
7762         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7763         (gnus-print-buffer): Just print the buffer as is, without any copying
7764         to a buffer and then re-highlighting.
7765
7766         * nnimap.el (nnimap-request-group): Store the new updated info.
7767         (nnimap-request-group): Select the group when we don't know whether it
7768         exists or not.
7769
7770         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7771         groups.
7772
7773         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7774         groups.
7775
7776         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7777         groups.
7778
7779         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7780         long-lines case by only filling the long lines.
7781
7782         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7783         (bug #7311).
7784
7785 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * shr.el: No need to declare `declare-function' since shr.el is for
7788         only Emacsen that provide `libxml-parse-html-region'.
7789
7790         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7791         effective only in a file it is referred to.
7792
7793 2010-11-01  Glenn Morris  <rgm@gnu.org>
7794
7795         * mm-util.el (gnus-completing-read): Autoload.
7796         (mm-read-coding-system): Simplify Emacs definition.
7797
7798         * nnmail.el (gnus-activate-group):
7799         * nnimap.el (gnutls-negotiate):
7800         * nntp.el (netrc-parse): Fix declarations.
7801
7802 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7805         string-match-p in Emacs >=23.
7806
7807         * gnus-msg.el (gnus-configure-posting-styles):
7808         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7809
7810 2010-11-01  Glenn Morris  <rgm@gnu.org>
7811
7812         * nnir.el (declare-function): Add compat stub.
7813         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7814         (nnir-run-gmane): Require 'mm-url.
7815
7816         * mm-util.el (mm-string-to-multibyte): Simplify.
7817
7818         * shr.el (declare-function): Add compat stub.
7819         (url-cache-create-filename): Declare.
7820         (mm-disable-multibyte, widget-convert-button): Autoload.
7821
7822         * smime.el (ldap-search): Declare.
7823         (smime-cert-by-ldap-1): Require ldap on Emacs.
7824
7825         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7826         (nnimap-keepalive): Use gnus-float-time.
7827
7828         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7829         (mail-source-delete-crash-box): Use gnus-float-time.
7830
7831         * gnus-dired.el (gnus-completing-read): Autoload.
7832
7833         * mm-view.el (gnus-rescale-image): Autoload.
7834
7835         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7836
7837         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7838
7839         * sieve-manage.el: Require 'cl when compiling.
7840
7841         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7842         (gnus-iswitchb-completing-read): Require iswitchb.
7843         (gnus-select-frame-set-input-focus): Silence compiler.
7844
7845 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * message.el (message-subject-trailing-was-query): Change default to t,
7848         since I think that's what most people want.
7849
7850         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7851         appending for easier debugging.
7852         (nnimap-wait-for-connection): Take a regexp.
7853         (nnimap-request-accept-article): Wait for the continuation line before
7854         sending anything unless we're streaming.
7855
7856         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7857         leave the header washing to take place.
7858
7859 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7860
7861         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7862         regular expression match and replace in posting styles.
7863
7864 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7865
7866         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7867         an entire server.
7868         (nnir-get-active): New function.
7869         (nnir-run-imap): Use it.
7870         (nnir-run-gmane): Who knew, gmane search returns an article score!
7871
7872         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7873         server on the current line with nnir.
7874
7875 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7878         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7879         left edge.
7880         (gnus-article-foldable-buffer): Skip past the prefix when determining
7881         raggedness.
7882
7883         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7884         the raw article, and change `C-u g' to show the article without doing
7885         treatments.
7886
7887         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7888         on to `gnus-treat-article'.
7889         (gnus-inhibit-article-treatments): New variable.
7890
7891         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7892
7893         * gnus-art.el (gnus-treatment-function-alist): Have
7894         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7895         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7896         sections.
7897
7898         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7899         parameter.
7900         (gnus-article-fill-cited-long-lines): New function.
7901         (gnus-article-fill-cited-article): Allow filling only long sections.
7902
7903         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7904         and non-punctuation (like after the apostrophe in "'We").
7905
7906         * gnus-sum.el (gnus-summary-select-article): Make sure
7907         gnus-original-article-buffer is alive.
7908
7909         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7910         reflect the order they're in in the digest.
7911
7912         * gnus.el (gnus-group-startup-message): Move point to the start of the
7913         buffer.
7914
7915         * nnimap.el (nnimap-capability): New function.
7916         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7917         is set.
7918
7919 2010-10-31  David Engster  <dengste@eml.cc>
7920
7921         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7922         conform with changes to gnus-completing-read.
7923
7924 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7927
7928 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7929
7930         * nnir.el: Move defvar, defcustom around to keep file organized
7931         and keep byte-compiler quiet.
7932         (nnir-read-parms): Accept search-engine as arg.
7933         (nnir-run-query): Pass search-engine as arg.
7934         (nnir-search-engine): Remove.
7935
7936 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * shr.el (shr-generic): The text nodes should be text, not :text.
7939
7940         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7941         later in the file.
7942
7943 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7944
7945         * nnir.el: General clean up.  Allow searching with multiple engines.
7946         Allow separate extra-parameters for each engine.
7947         Batch queries when possible.
7948         (nnir-imap-default-search-key,nnir-method-default-engines):
7949         Add customize interface.
7950         (nnir-run-gmane): New engine.
7951         (nnir-engines): Use it.  Qualify all prompts with engine name.
7952         (nnir-search-engine): Remove global variable.
7953         (nnir-run-hyrex): Restore for now.
7954         (nnir-extra-parms,nnir-search-history): New variables.
7955         (gnus-group-make-nnir-group): Use them.
7956         (nnir-group-server): Remove in favor of gnus-group-server.
7957         (nnir-request-group): Avoid searching twice.
7958         (nnir-sort-groups-by-server): New function.
7959
7960 2010-10-30  Julien Danjou  <julien@danjou.info>
7961
7962         * gnus-group.el: Remove gnus-group-fetch-control.
7963
7964         * gnus-start.el (gnus-find-new-newsgroups):
7965         Remove gnus-check-first-time-used.
7966
7967         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7968
7969 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7970
7971         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7972         set on groups that don't have \* permanentflags.
7973
7974 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7977         control the background color.
7978         (shr-tag-img): Ignore very small web bug type images.
7979         (shr-put-image): Add help-echo alt texts to the images.
7980         (shr-tag-video): Show the video poster image.
7981
7982 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7983
7984         * shr.el (shr-table-depth): New variable.
7985         (shr-tag-table-1): Only insert the images after the top-level table.
7986
7987         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7988
7989         * gnus-util.el (gnus-list-memq-of-list): New function.
7990
7991         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7992         selected.
7993         (nnimap-unsplittable-articles): New slot.
7994         (nnimap-new-articles): Use it.
7995
7996 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7997
7998         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7999         move to the previous line on `M-g'.
8000
8001 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8004         *-request-group, which seems unnecessary.
8005
8006         * nnimap.el (nnimap-quote-specials): Function copied over from
8007         imap.el.
8008         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8009         they support that.  Suggested by Tom Regner.
8010
8011 2010-10-29  Julien Danjou  <julien@danjou.info>
8012
8013         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8014         defalias.
8015         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8016
8017         * gnus.el: Remove `gnus-nntp-service' variable.
8018         (gnus-secondary-servers): Make obsolete.
8019         (gnus-nntp-server): Make obsolete.
8020
8021         * gnus-start.el (gnus-1): Remove x-splash calls.
8022
8023         * gnus-ems.el (gnus-x-splash): Remove.
8024
8025         * gnus.el (gnus-group-startup-message): Simplify/update code.
8026
8027         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8028         definition.
8029
8030         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8031         capability before doing anything.
8032         (gnus-group-insert-group-line): Remove useless
8033         gnus-group-remove-excess-properties.
8034
8035 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8038
8039 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8042         config after reselecting.
8043
8044 2010-10-28  Julien Danjou  <julien@danjou.info>
8045
8046         * shr.el (shr-put-image): Use point even if only inserting text.
8047         (shr-put-image): Save excursion when inserting alt text on non-graphic
8048         display, so the behavior is the same when we are on a graphic display.
8049
8050         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8051
8052 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8055         (gnus-mime-copy-part): Check coding system, not charset.
8056         (gnus-mime-view-part-externally): Never remove part.
8057         (gnus-mime-view-part-internally): Don't remove part here.
8058         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8059         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8060         multipart/alternative.
8061
8062         * mm-decode.el (mm-display-part): Take optional arg `force'.
8063
8064 2010-10-26  Julien Danjou  <julien@danjou.info>
8065
8066         * gnus-group.el (gnus-group-default-list-level): Add this function to
8067         compute the default list level.
8068         (gnus-group-default-list-level): Add possibility to use a function.
8069
8070 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8073
8074         * gnus-group.el (gnus-group-completing-read)
8075         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8076         gnus-replace-in-string.
8077
8078 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * shr.el (shr-tag-div): Add.
8081
8082         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8083
8084 2010-10-25  Julien Danjou  <julien@danjou.info>
8085
8086         * gnus-util.el: Remove `gnus-with-local-quit'.
8087
8088         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8089
8090 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8093         the original article buffer.
8094
8095 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * nnimap.el (nnimap-request-head): New function.
8098         (nnimap-request-move-article): Try to be slightly faster by not
8099         requesting the entire message when moving.
8100         (nnimap-transform-headers): Don't bug out on bodiless articles.
8101         (nnimap-send-command): Have no outstanding messages if the IMAP server
8102         doesn't support streaming.
8103         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8104
8105 2010-10-24  Julien Danjou  <julien@danjou.info>
8106
8107         * message.el (message-default-headers): Fix type.
8108
8109 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8112         prefetching images.
8113
8114         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8115         backend for unknown groups.  This is mainly useful for nnimap groups.
8116
8117         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8118         group isn't covered by the agent.
8119
8120 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8121
8122         * nnir.el (nnir-method-default-engines): New variable.
8123         (nnir-run-query): Use it.
8124         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8125         (gnus-summary-nnir-goto-thread): Change group if needed.
8126
8127         * gnus-group.el (gnus-group-group-map): Add key binding for
8128         gnus-group-make-nnir-group.
8129
8130 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * shr.el (shr-tag-object): Add.
8133
8134         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8135         original article buffer live.
8136         (gnus-summary-select-article-buffer):
8137         Mention gnus-widen-article-buffer.
8138
8139 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8140
8141         * shr.el (shr-tag-strong): Add.
8142
8143 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8146         group names.  They mess up the group buffer badly.
8147
8148         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8149
8150         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8151         instead of the summary one.
8152
8153 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * mml.el (mml-preview): Work properly when editing article.
8156
8157         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8158         gnus-have-read-active-file if it's already been in.
8159
8160 2010-10-22  Tom Tromey  <tromey@redhat.com>
8161
8162         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8163         gnus-group-completing-read.
8164
8165 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * message.el (message-mode-map): Don't bind M-; to comment region, to
8168         allow the global comment-dwim to work.
8169
8170 2010-10-21  Julien Danjou  <julien@danjou.info>
8171
8172         * message.el (message-setup-1): Allow message-default-headers to be a
8173         function.
8174
8175 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * shr.el (shr-tag-table): Simplify.
8178
8179 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8182         to avoid trying to snarf invalid stuff.
8183
8184         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8185
8186         * gnus.el (gnus-message-archive-group): Quote value.
8187         (gnus-message-archive-group): Mark as changed.
8188
8189         * shr.el (shr-add-font): Don't put the font properties on the newline
8190         or the indentation.
8191
8192         * message.el (message-fix-before-sending): Change options when sending
8193         non-printable characters.
8194
8195         * gnus.el (gnus-message-archive-method): Change the default to
8196         monthly outgoing groups.
8197
8198         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8199         that have gotten new numbers.
8200
8201         * nnimap.el (nnimap-request-replace-article): New function.
8202
8203 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8206         (nnrss-request-article): Don't use special html washing code.
8207
8208 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * shr.el (shr-tag-table): Remove useless nconc.
8211
8212 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-art.el (article-wash-html): Simplify and remove the charset
8215         stuff.  Use the normal html rendering code instead of the special html
8216         washing code.
8217
8218         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8219         `gnus-w3m' symbols.
8220         (mm-text-html-washer-alist): Remove.
8221
8222         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8223         (mm-inline-media-tests): Remove use.
8224         (mm-text-html-renderer): Change default to the `shr' symbol.
8225
8226         * mm-view.el (mm-inline-text-html): Remove use.
8227
8228         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8229         `gnus-blocked-images' to be a function.
8230         (gnus-article-wash-function): Remove.
8231
8232 2010-10-20  Julien Danjou  <julien@danjou.info>
8233
8234         * spam.el (spam-list-of-processors): Mark as obsolete.
8235
8236         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8237         (nnimap-insert-partial-structure): Fix boundary detection.
8238
8239 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8240
8241         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8242         run file-truename on remote files.  This can be expensive and even
8243         prevent one from editing drafts if some unrelated buffer has a stale
8244         connection.
8245
8246 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8249         kinsoku-eol regardless of shr-kinsoku-shorten.
8250         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8251         (shr-tag-table): Support caption, thead, and tfoot.
8252
8253 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8254
8255         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8256         lines.
8257         (shr-save-contents): New command and keystroke.
8258
8259         * nndoc.el (nndoc-type-alist): Add git support.
8260         (nndoc-git-type-p): New function.
8261         (nndoc-transform-git-article): Ditto.
8262         (nndoc-transform-git-headers): Ditto.
8263         (nndoc-transform-git-headers): Generate Subject headers.
8264
8265         * shr.el (shr-parse-style): New function.
8266         (shr-tag-span): Ditto.
8267
8268         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8269         to `G G' to avoid collisions.
8270
8271 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * shr.el: Load kinsoku if necessary.
8274         (shr-kinsoku-shorten): New internal variable.
8275         (shr-find-fill-point): Make kinsoku shorten text line if
8276         shr-kinsoku-shorten is bound to non-nil.
8277         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8278         shr-indentation too when testing if table is wider than frame width.
8279         (shr-insert-table): Use `string-width' instead of `length' to measure
8280         text width.
8281         (shr-insert-table-ruler): Make sure indentation is done at bol.
8282
8283 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8284
8285         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8286         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8287         undecoded network data.
8288
8289 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8292         name in the mode line spec so that the mode line menu works
8293         (bug #2431).
8294
8295         * message.el (message-get-reply-headers): If we're fed `to-address',
8296         then always use that.
8297
8298         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8299         aren't so wide as to need to switch off the edit menu.
8300
8301         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8302         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8303
8304         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8305         `M-g'.
8306         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8307         the permanent marks.
8308
8309 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8310
8311         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8312         Splitting according to references/in-reply-to obeys the ignore-groups
8313         variable, while splitting by sender and subject do not.
8314
8315 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8318         alist, so that we can look for non-Unicode chars.
8319         (article-translate-strings): Allow both character and string maps.
8320
8321 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * shr.el (shr-insert): Don't insert space behind a wide character
8324         categorized as kinsoku-bol, or between characters both categorized as
8325         nospace.
8326
8327 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8328
8329         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8330         headers to gnus-newsgroup-headers.
8331
8332 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * shr.el (shr-tag-img): Don't align images -- since we're not
8335         rescaling, this often leads to ugly displays.
8336
8337 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8338
8339         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8340         duplicates.
8341
8342 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8343
8344         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8345         call.
8346
8347 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * gnus.el: Autoload gnus-html-show-images.
8350
8351         * nnimap.el: Use nnheader-message throughout.
8352
8353         * shr.el (shr-tag-img): Ignore images with no data.
8354
8355 2010-10-15  Julien Danjou  <julien@danjou.info>
8356
8357         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8358         a possibility to disable format=flow encoding when using hard newlines.
8359
8360 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * shr.el (shr-insert): Remove space inserted before or after a
8363         breakable character or at the beginning or the end of a line.
8364         (shr-find-fill-point): Do kinsoku; find the second best point or give
8365         it up if there's no breakable point.
8366
8367 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * nnimap.el (nnimap-open-connection): Message when opening connection
8370         for debugging purposes.
8371
8372         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8373         on every setup buffer call to allow this to change from article to
8374         article.
8375
8376         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8377         buffers where we have a wide table.
8378
8379 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8380
8381         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8382         uses *-request-thread.
8383
8384 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8387         incantation, which is no longer valid.
8388
8389 2010-10-14  Julien Danjou  <julien@danjou.info>
8390
8391         * shr.el: Fix defcustom type (char -> character).
8392
8393 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8396         programs.
8397
8398 2010-10-14  Julien Danjou  <julien@danjou.info>
8399
8400         * shr.el (shr-tag-a): Use url-link as widget type.
8401
8402         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8403         `gnus-group-get-icon'.
8404
8405 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8408         This should make server editing work better.
8409
8410         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8411
8412         * tls.el (tls-program): Remove spurious %s from openssl.
8413
8414         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8415         (nnimap-parse-flags): Fix regexp.
8416
8417         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8418         probably work for CJVK text, too.
8419
8420         * nnimap.el (nnimap-extend-tls-programs): Remove.
8421         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8422
8423         * tls.el (tls-starttls-switches): Remove starttls hack.
8424         (open-tls-stream): Ditto.
8425         (tls-find-starttls-argument): Ditto.
8426
8427 2010-10-13  Julien Danjou  <julien@danjou.info>
8428
8429         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8430         responses.
8431
8432 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8435
8436         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8437         anything in Emacs.
8438
8439         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8440
8441 2010-10-13  Julien Danjou  <julien@danjou.info>
8442
8443         * shr.el (shr-width): Make shr-width a defcustom with default to
8444         fill-column.
8445         (shr-tag-img): Use shr-width rather than fill-column.
8446
8447 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * dgnushack.el (byte-optimize-apply):
8450         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8451
8452         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8453         position when (X-)Faces exist.
8454         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8455         avatars when called interactively.
8456
8457 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8460         gnus-article-x-face-too-ugly is bound.
8461
8462 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463
8464         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8465
8466         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8467         mailbox that doesn't exist.
8468
8469 2010-10-12  Julien Danjou  <julien@danjou.info>
8470
8471         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8472         (shr-get-image-data): Encode URL properly when fetching from cache.
8473         (shr-tag-img): Use aligned-to spaces to align correctly images.
8474
8475         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8476         before inserting the Gravatar.
8477
8478         * shr.el (shr-tag-img): Add align attribute support for <img>.
8479
8480 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * gnus-gravatar.el (gnus-art): Require.
8483
8484         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8485         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8486         Remove long obsoleted functions.
8487
8488 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8491
8492         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8493
8494         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8495         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8496         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8497         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8498         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8499         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8500         * sieve-manage.el, smime.el, spam.el:
8501         Fix comment for declare-function.
8502
8503 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504
8505         * nnimap.el (nnimap-request-rename-group): Select group read-only
8506         before renaming it.
8507
8508         * shr.el (shr-insert): Fix up the white space only regexp.
8509
8510         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8511         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8512
8513         * shr.el (shr-current-column): New function.
8514         (shr-find-fill-point): New function.
8515
8516 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8517
8518         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8519         numbers.
8520
8521 2010-10-11  Julien Danjou  <julien@danjou.info>
8522
8523         * shr.el (shr-hr-line): Add.
8524         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8525         display hr lines.
8526         (shr-max-columns): Do not change state to nil if we just inserting
8527         spaces.
8528
8529 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8532         select the last group.
8533
8534 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8535
8536         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8537
8538 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8539
8540         * dig.el (dig-mode-map): Declare and define in one step.
8541
8542 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543
8544         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8545         for Gnus.
8546         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8547         (nnimap-update-qresync-info): Mark \Seen articles as read.
8548
8549         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8550         non-variable, too.
8551
8552         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8553         available.
8554         (nnimap-update-info): Rely more on the current active than the param
8555         active to avoid marking articles as read too much.
8556
8557         * auth-source.el (auth-source-create): Use (user-login-name) for the
8558         user name default.
8559
8560         * nnimap.el (nnimap-update-info): If the server doesn't return any
8561         useful info, just use the previous info.
8562         (nnimap-update-info): Prefer old info over start-article.
8563         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8564
8565 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8566
8567         * nnir.el (autoload): Clean up autoloads.
8568         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8569         Use key rather than value.
8570         (nnir-imap-search-other): New variable.
8571         (nnir-read-parm): Use it.
8572         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8573         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8574
8575 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8576
8577         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8578         the process, too.
8579
8580 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * spam.el (gnus-summary-mode-map): Bind to "$".
8583         Suggested by Russ Allbery.
8584
8585         * shr.el: Rework the way things are indented by <li> slightly.
8586
8587         * gnus.el (gnus-group-set-parameter): Fix typo.
8588
8589         * nnimap.el: Start implementing QRESYNC support.
8590
8591 2010-10-09  Julien Danjou  <julien@danjou.info>
8592
8593         * nnir.el (nnir-engines): Fix too many arguments.
8594
8595 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8598         group is the "last", so that the backends like nnfolder actually save
8599         their folders.
8600
8601         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8602         try to use that for the tls stream.
8603         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8604         UIDVALIDITY and find out which groups are read-only and not.
8605         (nnimap-get-flags): Use the same marks parsing code as the rest of
8606         nnimap.
8607
8608 2010-10-09  Julien Danjou  <julien@danjou.info>
8609
8610         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8611
8612         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8613         retrieving gravatars.
8614
8615         * shr.el (shr-table-corner): Add.
8616         (shr-table-line): Add.
8617         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8618
8619 2010-10-08  Julien Danjou  <julien@danjou.info>
8620
8621         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8622
8623 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8624
8625         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8626
8627         * gnus-sum.el (gnus-mark-article-as-unread)
8628         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8629         (gnus-summary-set-bookmark): Use it.
8630
8631         * gnus-msg.el (gnus-setup-message): Use it.
8632
8633         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8634
8635         * gnus.el (gnus-group-remove-parameter): Use it.
8636
8637         * gnus-group.el (gnus-group-make-web-group): Use it.
8638
8639         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8640
8641         * nnregistry.el: Update docs to mention manual.
8642
8643         * gnus-registry.el: Update docs to mention nnregistry.el.
8644         (gnus-registry-initialize): Don't install nnregistry refer method
8645         automatically.
8646         (gnus-registry-install-nnregistry): Remove it.
8647
8648 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * shr.el (shr-insert): Don't insert double spaces.
8651
8652 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-gravatar.el (gnus-treat-from-gravatar)
8655         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8656         called interactively.
8657
8658         * gnus-art.el (gnus-mime-view-part-externally)
8659         (gnus-mime-view-part-internally): Make predicate function passed to
8660         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8661         of a mime type.
8662
8663         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8664
8665 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8666
8667         * shr.el (require): Require cl when compiling.
8668         (shr-tag-hr): New function.
8669
8670         * nnimap.el (nnimap-update-info): Remove double setting of high.
8671         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8672         This makes nnimap work properly on Courier again.
8673
8674         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8675         the variable for backwards compatibility.
8676
8677         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8678         the file name before using to avoid setting mm-default-directory to
8679         nil.
8680
8681         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8682         bidning gnus-agent variables.
8683
8684         * shr.el (shr-render-td): Use a cache for the table rendering function
8685         to avoid getting an exponential rendering behavior in nested tables.
8686         (shr-insert): Rework the line-breaking algorithm.
8687         (shr-insert): Don't leave trailing spaces.
8688         (shr-insert-table): Also insert empty TDs.
8689         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8690
8691 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8692
8693         * gnus-sum.el (gnus-number): Rename from `number'.
8694         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8695         (gnus-summary-limit-children): Update uses correspondingly.
8696
8697 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8700         (gnus-gravatar-transform-address): Don't show avatars of people of
8701         which mail addresses match gnus-gravatar-too-ugly.
8702
8703 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * shr.el (shr-table-widths): Expand TD elements to fill available
8706         space.
8707
8708 2010-10-07  Julien Danjou  <julien@danjou.info>
8709
8710         * nnimap.el (nnimap-request-rename-group): Add this method.
8711
8712 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8715         name from XEmacs' function-arglist.
8716
8717         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8718         gravatar under XEmacs.
8719
8720 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * auth-source.el: Update docs with TODO items.
8723
8724         * gnus-sync.el: Update docs to explain state and plans.
8725
8726         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8727         Hooks for mark updates.
8728         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8729
8730         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8731         hooks with arguments, which is needed for mark update hooks.
8732
8733 2010-10-06  Julien Danjou  <julien@danjou.info>
8734
8735         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8736         was matched.
8737
8738         * sieve-manage.el: Update example in `Commentary'.
8739
8740         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8741
8742         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8743         not 2000.
8744         (sieve-manage-authenticate): Re-add function.
8745
8746 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * shr.el (shr-insert): Get 'space transition right.
8749         (shr-render-td): Only delete space at the end of the TD.
8750
8751         * nnimap.el (nnimap-open-connection): Prepare to support
8752         open-gnutls-stream.
8753
8754         * shr.el: Rearrange function order to be more logical.
8755
8756 2010-10-06  Julien Danjou  <julien@danjou.info>
8757
8758         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8759         (nnrss-discover-feed): Remove 404 URL in docstring.
8760
8761         * nnir.el: Fix Swish-E URL.
8762         Fix Namazu URL.
8763
8764         * message.el (message-change-subject): Remove 404 URL in a comment.
8765
8766 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8769         called interactively.
8770
8771         * gnus-util.el (gnus-remove-if): Allow hash table.
8772         (gnus-remove-if-not): New function.
8773
8774         * gnus-art.el (gnus-mime-view-part-as-type):
8775         * gnus-score.el (gnus-summary-score-effect):
8776         * gnus-sum.el (gnus-read-move-group-name):
8777         Replace remove-if-not with gnus-remove-if-not.
8778
8779         * gnus-group.el (gnus-group-completing-read):
8780         Regard collection as a hash table if it is not a list.
8781
8782 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8785
8786         * shr.el: Document the table-rendering algorithm.
8787
8788 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8791         for Emacsen having no `libxml-parse-html-region' support.
8792
8793 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8796         invalid URLs.
8797
8798         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8799         line-broken.
8800         (shr-tag-img): Ignore image fetching errors.
8801         (shr-overlays-in-region): Compute overlay positions correctly.
8802
8803         * mm-decode.el (mm-shr): Require shr.
8804
8805         * gnus-art.el (gnus-blocked-images): Move variable here.
8806
8807         * shr.el (shr-insert-table): Bind free variable.
8808
8809         * mm-decode.el (mm-shr): Bind shr-content-function.
8810
8811         * shr.el (shr-content-function): New variable.
8812
8813         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8814         added for symmetry.
8815
8816         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8817
8818         * gnus-group.el (gnus-group-make-group): Doc fix.
8819
8820         * nnimap.el (nnimap-request-newgroups): Return success.
8821
8822         * shr.el (shr-find-elements): New function.
8823         (shr-tag-table): Put all the images after the table.
8824         (shr-tag-table): Really inhibit images inside the table.
8825         (shr-collect-overlays): Copy over overlays from the TD elements to the
8826         main document.
8827
8828         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8829         gnus-blocked-images.
8830
8831 2010-10-05  Julien Danjou  <julien@danjou.info>
8832
8833         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8834
8835         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8836         (gnus-html-maximum-image-size): Add this function.
8837         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8838
8839         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8840         server-value of the capability is nil.
8841
8842 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * shr.el (shr-tag-em): Add <EM> tag.
8845
8846 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8847
8848         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8849         customizable.
8850
8851         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8852         handing broken links to browse-url.
8853
8854 2010-10-05  Julien Danjou  <julien@danjou.info>
8855
8856         * gnus-util.el (gnus-emacs-completing-read)
8857         (gnus-iswitchb-completing-read): Use autoload rather than require.
8858
8859 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8862         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8863         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8864         iswitchb-temp-buflist for XEmacs.
8865
8866         * gnus-util.el (gnus-completing-read-function): Exclude
8867         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8868         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8869         XEmacs.
8870
8871         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8872         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8873
8874         * gnus-html.el: Don't require help-fns under XEmacs.
8875         (gnus-html-schedule-image-fetching): Work for XEmacs.
8876
8877         * mm-decode.el (mm-shr): Decode contents by charset.
8878
8879 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8882         unknown.
8883
8884         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8885         (shr-get-image-data): Ensure against the cache file missing.
8886
8887         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8888         for data.
8889
8890         * spam-report.el (spam-report-url-ping-plain): Don't query about
8891         killing the process.
8892
8893         * shr.el (shr-render-td): Protect against too-wide text.
8894
8895 2010-10-04  Julien Danjou  <julien@danjou.info>
8896
8897         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8898         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8899
8900         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8901         retrieved.
8902
8903 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * shr.el (browse-url): Require.
8906         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8907         lines.
8908         (shr-show-alt-text, shr-browse-image): New commands.
8909         (shr-browse-url, shr-copy-url): New commands.
8910
8911         * gnus-sum.el (gnus-widen-article-window): New variable.
8912         (gnus-summary-select-article-buffer): Use it.
8913
8914         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8915         without @ signs.
8916
8917 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8918
8919         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8920
8921 2010-10-04  Julien Danjou  <julien@danjou.info>
8922
8923         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8924         for XEmacs.
8925
8926 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8929
8930         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8931         (nnimap-close-server): Implement.
8932
8933         * dgnushack.el (iswitchb): Require to shut up the compiler.
8934
8935         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8936         (shr-insert): Tweak line breaking.
8937         (shr-insert): Handle <pre> better.
8938         (shr-tag-li): Get <li> indentation right.
8939         (shr-tag-li): Get <li> indentation even righter.
8940         (shr-tag-blockquote): Ensure paragraph start.
8941         (shr-make-table): Tweak table generation.
8942         (shr-make-table): Fix typo.
8943
8944         * shr.el: Implement table rendering.
8945
8946 2010-10-04  Julien Danjou  <julien@danjou.info>
8947
8948         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8949
8950 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * shr.el (shr-insert): Use string anchors instead of line anchors.
8953
8954 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * shr.el: Add headings.
8957         (shr-ensure-paragraph): Actually work.
8958         (shr-tag-li): Make <ul> prettier.
8959         (shr-insert): Get white space at the beginning/end of elements right.
8960         (shr-tag-p): Collapse subsequent <p>s.
8961         (shr-ensure-paragraph): Don't insert double line feeds after blank
8962         lines.
8963         (shr-insert): \t is also space.
8964         (shr-tag-s): Fix "s" tag name function.
8965         (shr-tag-s): Fix face prop name.
8966
8967 2010-10-03  Julien Danjou  <julien@danjou.info>
8968
8969         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8970
8971         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8972         gnus-window-inside-pixel-edges.
8973
8974         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8975         gnus-ems.
8976
8977         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8978
8979         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8980         function.
8981
8982         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8983         resize choice.
8984
8985 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8988         beginning of the buffer.
8989
8990         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8991         article buffer again.
8992
8993         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8994
8995         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8996         when it's at the start of the buffer.
8997
8998         * shr.el (shr-tag-blockquote): Convert name.
8999         (shr-rescale-image): Use the right image-size variant.
9000
9001         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9002         buffer isn't shown, then select the current article first instead of
9003         bugging out.
9004         (gnus-summary-select-article-buffer): Show both the article and summary
9005         buffers again.
9006
9007         * shr.el (shr-fontize-cont): Protect against regions with no text.
9008         Rename tag functions to shr-tag-* for enhanced security.
9009         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9010
9011 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9012
9013         * shr.el (shr-insert):
9014         * pop3.el (pop3-movemail):
9015         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9016         loaded.
9017
9018 2010-10-03  Glenn Morris  <rgm@gnu.org>
9019
9020         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9021
9022         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9023
9024         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9025
9026         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9027
9028         * gnus-util.el (gnus-make-local-hook): Simplify.
9029
9030 2010-10-02  Julien Danjou  <julien@danjou.info>
9031
9032         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9033         (gnus-ido-completing-read): New function.
9034         (gnus-emacs-completing-read): New function.
9035         (gnus-completing-read): Use gnus-completing-read-function.
9036         Add gnus-completing-read-function.
9037
9038 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * shr.el (shr-insert-document): Autoload.
9041         (shr-img): Be silent.
9042         (shr-insert): Add a newline after every picture before text.
9043         (shr-add-font): Use overlays for combining faces.
9044         (shr-insert): Pass upwards the text start point.
9045
9046         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9047         possible.
9048         (mm-shr): New function.
9049
9050 2010-10-02  Julien Danjou  <julien@danjou.info>
9051
9052         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9053         should go backward.
9054
9055 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9056
9057         * shr.el (shr): Fix typo in provide call.
9058
9059 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * shr.el: New file.
9062
9063         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9064
9065         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9066         completing read.
9067
9068 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9071         we're being queried about.  Suggested by Dan Jacobson.
9072
9073         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9074         Suggested by Jason Eisner.
9075
9076         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9077         table, too.  Suggested by Stefan Wiens.
9078         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9079         the table unnecessary.  Suggested by Stefan Wiens.
9080
9081         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9082         longer needed, and probably doesn't work either, as pointed out by
9083         Stefan Wiens.
9084         (gnus-summary-exit): Remove call to the clearing function.
9085         (gnus-summary-exit-no-update): Ditto.
9086
9087         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9088         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9089         Reported by Stefan Monnier.
9090         (gnus-summary-save-in-rmail): Ditto.
9091
9092         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9093         article buffer, instead of both the article buffer and the summary
9094         buffer.  Sort of suggested by Dan Jacobson.
9095
9096         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9097
9098         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9099         Suggested by Dan Jacobson.
9100
9101         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9102         documentation clearer.
9103
9104         * message.el (message-shorten-references): Comment on the number "21".
9105         Suggested by Stefan Monnier.
9106
9107         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9108         Suggested by Dan Jacobson.
9109
9110         * gnus.el (gnus-large-newsgroup):
9111         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9112
9113         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9114         externalize attachments.  Bug reported by Steve Wen.
9115
9116         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9117         really message anything to the user.
9118
9119         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9120         directly.
9121
9122         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9123         messages in empty groups.
9124
9125 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9126
9127         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9128         non-UIDNEXT group.
9129
9130 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9133         not the value from the collection.
9134
9135         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9136         values.  This sometimes happens on some groups that have no info.
9137         (nnimap-request-newgroups): New function.
9138
9139 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9140
9141         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9142         check into `gnus-registry-initialize'.
9143         (gnus-registry-initialize): Ditto.
9144         Fix and extend header docs.
9145
9146 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9149         regexp backtrace overflows.
9150
9151         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9152         for starttls that tls.el implements; i.e. openssl.
9153
9154         * tls.el (tls-starttls-switches): Give up on using starttls with
9155         gnutls-cli.
9156         (tls-program): Add --insecure to be consistent with the defaults from
9157         openssl s_client.  Now all three commands are insecure.
9158
9159 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * lpath.el: Bind completion-styles-alist for XEmacs.
9162
9163         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9164         (gravatar-create-image): New function that's an alias to
9165         gnus-xmas-create-image, gnus-create-image, or create-image.
9166         (gravatar-data->image): Use it.
9167
9168 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9169
9170         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9171         install the nnregistry refer method.
9172         (gnus-registry-install-hooks): Use it.
9173         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9174         unfollowed groups.
9175
9176 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9177
9178         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9179         expanding threads.
9180
9181 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * nnir.el: Use the server names without suffixes (bug #7009).
9184
9185         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9186         unencrypted to STARTTLS, if possible.
9187
9188 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9189
9190         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9191         headers before superseding.
9192
9193 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194
9195         * nnrss.el (nnrss-use-local): Add documentation.
9196
9197         * nnimap.el (nnimap-extend-tls-programs): New function.
9198         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9199         (nnimap-wait-for-connection): Accept the greeting from the stupid
9200         output from openssl s_client -starttls, too.
9201
9202         * tls.el (tls-starttls-switches): New variable.
9203         (tls-find-starttls-argument): Use it.
9204         (open-tls-stream): Ditto.
9205
9206         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9207         (netrc-machine): Ditto.
9208
9209         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9210         article number.
9211         (nnimap-split-fancy): New variable.
9212         (nnimap-split-incoming-mail): Use it.
9213
9214         * nntp.el (nntp-server-list-active-group): Document.
9215
9216         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9217         SELECT to get the message-id.
9218
9219         * mail-source.el (mail-sources): Remove webmail support.
9220         (defvar): Ditto.
9221         (mail-source-fetcher-alist): Ditto.
9222         (mail-source-fetch-webmail): Remove.
9223
9224         * webmail.el: Remove -- doesn't seem relevant any more.
9225
9226         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9227
9228         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9229         the \r.
9230
9231 2010-09-30  Julien Danjou  <julien@danjou.info>
9232
9233         * gnus-agent.el (gnus-agent-add-group): Fix call to
9234         gnus-completing-read.
9235
9236 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * nndoc.el (nndoc-retrieve-groups): New function.
9239
9240         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9241         `default', use nnmail-split-methods.
9242         (nnimap-request-article): Downcase the NILs so that they are nil.
9243
9244         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9245         symbol.
9246
9247         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9248         code, since if the user has requested network, that's what they ought
9249         to get.
9250         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9251         (nnimap-split-rule): Mark as obsolete.
9252
9253         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9254         New variable.
9255
9256         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9257         correct slot, too.
9258
9259 2010-09-29  Julien Danjou  <julien@danjou.info>
9260
9261         * gnus.el (gnus-local-domain): Declare variable obsolete.
9262
9263         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9264         Fix history computing.
9265         (gnus-ido-completing-read): Require ido.
9266
9267 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9270         build Gnus.
9271
9272         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9273         when interpreting the structures.
9274         (nnimap-request-accept-article): Add \r\n to the lines to make this
9275         work with Cyrus.
9276
9277         * nndraft.el (nndraft-request-expire-articles): Use the group name
9278         instead if "nndraft".  Fix found by Nils Ackermann.
9279
9280 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9281
9282         * nnregistry.el: Add.
9283
9284 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9285
9286         * nnmail.el (group, group-art-list, group-art):
9287         Remove unneeded directives.
9288
9289 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9292         (mm-mime-charset):
9293         * rfc2047.el (rfc2047-syntax-table):
9294         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9295
9296         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9297         rather than `insert-file-contents' and `eval-region'.
9298
9299         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9300         construction.
9301
9302         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9303
9304         * time-date.el: No need to require cl for Emacs 21.
9305
9306 2010-09-29  Julien Danjou  <julien@danjou.info>
9307
9308         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9309         replacement of `gnus-gravatar-relief' to mimic
9310         `gnus-faces-properties-alist'.
9311         Add :version property.
9312
9313 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * mail-source.el (mail-source-report-new-mail):
9316         * message.el (message-default-mail-headers):
9317         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9318
9319         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9320
9321 2010-09-28  Julien Danjou  <julien@danjou.info>
9322
9323         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9324         mail-address contains the same string as real-name.
9325
9326         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9327         non-blank in header, otherwise it'll get stripped.
9328
9329         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9330         real-name, and then for mail address rather than doing : or , search.
9331
9332 2010-09-27  Julien Danjou  <julien@danjou.info>
9333
9334         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9335         right completing-read function.
9336         (gnus-use-ido): New variable
9337         (gnus-completing-read-with-default): Remove.
9338         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9339         (gnus-agent-add-group):
9340         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9341         * mm-view.el (mm-view-pkcs7-decrypt):
9342         * mm-util.el (mm-codepage-setup):
9343         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9344         * mml-smime.el (mml-smime-openssl-sign-query):
9345         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9346         (mml-insert-multipart):
9347         * gnus-msg.el (gnus-summary-yank-message):
9348         * gnus-int.el (gnus-start-news-server):
9349         * mm-decode.el (mm-interactively-view-part):
9350         * gnus-dired.el (gnus-dired-attach):
9351         * gnus.el (gnus-read-method):
9352         * gnus-bookmark.el (gnus-bookmark-jump):
9353         * gnus-art.el (gnus-mime-view-part-as-type)
9354         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9355         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9356         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9357         * nnmairix.el (nnmairix-create-server-and-default-group)
9358         (nnmairix-update-groups, nnmairix-get-server)
9359         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9360         (nnmairix-get-group-from-file-path):
9361         * nnrss.el (nnrss-find-rss-via-syndic8):
9362         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9363         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9364         (gnus-group-browse-foreign-server):
9365         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9366         (gnus-summary-execute-command, gnus-summary-respool-article)
9367         (gnus-read-move-group-name):
9368         * gnus-score.el (gnus-summary-increase-score)
9369         (gnus-summary-score-effect):
9370         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9371
9372 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9375         x-focus-frame.
9376
9377         * nnimap.el (auth-source-forget-user-or-password)
9378         (auth-source-user-or-password): Autoload.
9379
9380         * message.el (message-from-style, message-interactive)
9381         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9382         (message-yank-prefix, message-indentation-spaces, message-signature)
9383         (message-signature-file): Add comment.
9384
9385 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9388         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9389         new articles.
9390
9391         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9392         parts.
9393         (nnimap-request-article): Work with the t setting, too.
9394
9395         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9396         that you don't get flashes of other buffers.
9397         (gnus-summary-show-complete-article): Intern before setting.
9398
9399 2010-09-27  David Engster  <dengste@eml.cc>
9400
9401         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9402         well as HEADERS.
9403         (nnmairix-retrieve-headers): Provide new argument for the above.
9404
9405 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * gnus-sum.el (gnus-summary-move-article): Don't alter
9408         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9409         group.
9410
9411         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9412
9413         * message.el (message-cite-prefix-regexp): Revert my last edit.
9414
9415         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9416         variable instead of the Gnus variable.
9417
9418         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9419
9420         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9421
9422         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9423         since some servers don't like it.
9424         (nnimap-open-connection): Forget credentials if the server says the
9425         password was wrong.
9426         (nnimap-parse-line): Protect against invalid data.
9427
9428         * gnus-sum.el (gnus-summary-move-article): Add comment.
9429         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9430         nothing alters it while scanning for new messages.
9431
9432         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9433         which may or may not help.
9434         (nnimap-open-connection): If we're doing a stream connection, and then
9435         discover we're on a STARTTLS-capable server, then open a STARTTLS
9436         connection instead.
9437
9438 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * nnimap.el (utf7): Require.
9441
9442         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9443         prefix.
9444
9445 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9446
9447         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9448
9449 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * nnimap.el (nnimap-request-accept-article): Message the error on
9452         error.
9453
9454 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9457
9458 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * nndoc.el (nndoc-request-list): Return success always.
9461
9462         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9463         `fetch-old' -- we only want to fetch the articles we've requested.
9464         The rest are in the agent, probably.
9465         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9466         disappeared server" to something low.  It's not important.
9467
9468         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9469         arrived before the FETCH data.
9470
9471         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9472         target here, because we don't know the Gnus name of the group.
9473
9474         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9475         for the correct group.
9476
9477         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9478
9479         * gnus.el (gnus): Give a final warning after startup.
9480
9481         * gnus-util.el (gnus-action-message-log): New variable.
9482         (gnus-message): Use it.
9483         (gnus-final-warning): New function.
9484
9485         * nnimap.el (nnimap-open-connection): Record the greeting.
9486         (nnimap): Add greeting.
9487
9488 2010-09-26  Julien Danjou  <julien@danjou.info>
9489
9490         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9491         arguments.
9492         (gnus-html-wash-images): Fix spec computing to include start/end.
9493
9494         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9495
9496 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9499         deletion.
9500         (nnimap-retrieve-headers): Don't select the group, because that's
9501         already done by nnimap-possibly-change-group.
9502
9503         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9504         (gnus-picon-transform-address): Use it.
9505
9506         * mail-source.el (mail-source-value): Revert previous patch.
9507
9508         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9509         on failure.
9510         (nnimap-open-connection): Look up both virtual and physical server name
9511         credentials.
9512
9513         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9514
9515 2009-02-07  Dave Love  <fx@gnu.org>
9516
9517         * tls.el (open-tls-stream): Don't query killing process.
9518
9519 2009-02-08  Dave Love  <fx@gnu.org>
9520
9521         * gnus-win.el (gnus-window-to-buffer-helper)
9522         (gnus-all-windows-visible-p): Function needn't be a symbol.
9523
9524         * mail-source.el (mail-source-value): Function needn't be a symbol.
9525
9526 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * message.el (message-cite-prefix-regexp): Remove } from the cite
9529         prefix.
9530
9531         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9532         highlight again, so that the highlight is correct.
9533
9534         * gnus-picon.el (gnus-picon): Remove again.
9535         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9536
9537         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9538         doing the header highlightling, so that the background color of the
9539         picon is correct.
9540
9541         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9542         (gnus-picon): Ditto.
9543         (gnus-picon): Reinstate.  The background color for picons is white.
9544         (gnus-picon-insert-glyph): Make the background white.
9545
9546         * nnml.el (nnml-open-nov): Don't return dead buffers.
9547
9548         * auth-source.el (auth-source-create): Query the user for whether to
9549         store the credentials.
9550
9551         * netrc.el (netrc-store-data): New function.
9552
9553         * auth-source.el (auth-source-user-or-password): Use the existing auth
9554         sources, if any, for creation.
9555
9556         * gnus.el (gnus-group-fast-parameter): Return the last matching
9557         parameter instead of the first matching parameter.
9558
9559 2010-09-26  Julien Danjou  <julien@danjou.info>
9560
9561         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9562
9563 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * mml2015.el (mml2015-use): Remove gpg support.
9566
9567         * mml1991.el (mml1991-function-alist): Remove gpg function.
9568         (mml1991-gpg-sign): Remove.
9569
9570 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9571
9572         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9573         (gnus-browse-unsubscribe-current-group): Document it.
9574         (gnus-browse-unsubscribe-group): Use it.
9575
9576 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9579         address to the To list for easier response.
9580
9581         * gnus.el (gnus-play-startup-jingle): Remove.
9582         (gnus-splash): Don't play jingle.
9583         (gnus): Silence gnus-load message.
9584
9585         * gnus-art.el (gnus-treat-play-sounds): Remove.
9586
9587         * gnus.el (gnus-play-jingle): Remove audio support.
9588
9589         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9590
9591         * earcon.el: Remove -- no users.
9592
9593         * gnus-audio.el: Remove -- no users of this package.
9594
9595         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9596
9597         * gnus-start.el (gnus-setup-news): Remove nocem support.
9598
9599         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9600
9601         * gnus.el (gnus-use-nocem): Remove.
9602
9603         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9604         Remove.
9605
9606         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9607         uses NoCeM any more.
9608
9609         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9610         (gnus-button-ctan-handler): Ditto.
9611         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9612         (gnus-button-ctan-directory-regexp): Ditto.
9613         (gnus-button-handle-ctan): Ditto.
9614         (gnus-button-tex-level): Ditto.
9615         (gnus-button-alist): Remove CTAN stuff.
9616
9617 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9620         nnimap-streaming test.
9621
9622         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9623         servers twice.
9624
9625         * nnimap.el (nnimap-open-connection): Add more error reporting when
9626         nnimap fails early.
9627
9628         * nnheader.el (nnheader-get-report-string): New function.
9629         (nnheader-get-report): Use it.
9630
9631         * gnus-int.el (gnus-check-server): Say what the error was when opening
9632         failed.
9633
9634         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9635         using streaming.
9636
9637 2010-09-25  Julien Danjou  <julien@danjou.info>
9638
9639         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9640         gnus-window-inside-pixel-edges.
9641
9642 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9645
9646         * mm-decode.el (mm-save-part): Allow saving to other directories the
9647         normal Emacs way.
9648
9649         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9650         Suggested by Jay Berkenbilt.
9651
9652         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9653         there isn't a single byte.
9654
9655         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9656         just do it.  It doesn't really seem to matter what the user responds
9657         here, I think, so it's just a confusing question.
9658
9659         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9660         non-streaming case.
9661
9662         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9663         (gnus-article-encrypt-body): Use it.
9664
9665         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9666         keystroke.
9667
9668         * nnimap.el (nnimap-find-wanted-parts-1):
9669         Use gnus-fetch-partial-articles.
9670
9671         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9672
9673         * nnimap.el (nnimap-insert-partial-structure): New function.
9674         (nnimap-get-partial-article): New function.
9675         (nnimap-request-article): Use it.
9676         (nnimap-wait-for-response): Return whether the wait was successful.
9677         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9678         retrieval wasn't successful.
9679         (nnimap-retrieve-group-data-early): Allow throttling servers.
9680         (nnimap-streaming): New variable.
9681         (nnimap-fetch-partial-articles): Remove.
9682
9683         * mm-decode.el (mm-with-part): Protect against killed buffers.
9684
9685         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9686         for prettier summary display.
9687
9688 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9689
9690         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9691
9692 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9695         apparently third-party libraries depend on it.
9696
9697         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9698         before starting negotiation.
9699
9700         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9701         privacy reasons.
9702         (gnus-treat-mail-gravatar): Ditto.
9703
9704         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9705         buffer when inserting images.  Inserting text into the headers, for
9706         instance, can make them invalid.
9707
9708 2010-09-25  Julien Danjou  <julien@danjou.info>
9709
9710         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9711         variables.
9712
9713         * nnheader.el: Remove useless variables news-reply-yank-from and
9714         news-reply-yank-message-id.
9715
9716         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9717         variables.
9718
9719         * mml1991.el: Remove useless mml1991-verbose.
9720
9721         * gnus.el: Remove useless variable gnus-use-generic-from.
9722         Remove obsolete variable gnus-topic-indentation.
9723
9724         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9725
9726         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9727
9728         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9729
9730         * gnus-group.el: Remove useless gnus-group-icon-cache.
9731         Remove useless gnus-ephemeral-group-server.
9732
9733         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9734
9735         * mml2015.el: Remove useless mml2015-verbose.
9736
9737         * mml-smime.el: Remove useless mml-smime-verbose.
9738
9739         * gnus.el: Remove useless gnus-local-domain.
9740
9741         * gnus-gravatar.el (gnus-gravatar-transform-address):
9742         Use gnus-gravatar-size.
9743
9744         * gnus-art.el: Remove useless gnus-treat-translate.
9745
9746 2010-09-24  Julien Danjou  <julien@danjou.info>
9747
9748         * gnus-sum.el: Add support for Gravatars.
9749
9750         * gnus-art.el: Add support for Gravatars.
9751
9752         * gnus-gravatar.el: Add this file.
9753
9754         * gravatar.el: Add this file.
9755
9756 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9759
9760         * gnus-group.el (gnus-group-fetch-faq): Remove.
9761
9762         * gnus.el (gnus-group-faq-directory): Remove.
9763
9764         * gnus-group.el (gnus-group-fetch-charter): Remove.
9765
9766         * gnus.el (gnus-group-charter-alist): Remove.
9767
9768         * gnus-group.el (gnus-group-archive-directory): Remove.
9769         (gnus-group-recent-archive-directory): Ditto.
9770         (gnus-group-make-archive-group): Remove.
9771
9772         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9773
9774         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9775         use the same article number for all the cached articles.
9776
9777         * nnimap.el (nnimap-command): Register the last command time so
9778         that we can use it for idling NOOPs.
9779         (nnimap-open-connection): Start the keeplive timer.
9780         (nnimap-make-process-buffer): Store all the process buffers.
9781         (nnimap-keepalive): New function.
9782
9783         * starttls.el (starttls-open-stream): Add autoload cookie.
9784
9785 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9786
9787         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9788         handling.
9789
9790 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9793         its data structures.
9794
9795         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9796         instead of the cl.el copy-list.
9797         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9798         equalp.
9799
9800 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9803         and tool-bar-local-item-from-menu.
9804
9805         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9806         mode-line-highlight face for Emacs.
9807
9808         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9809         loading gnus-sum.elc; fix comment for canlock-verify.
9810         (gnus-article-jump-to-part): Use read-number.
9811         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9812         Remove Emacs pre-21 compatible code for help-echo.
9813         (gnus-article-next-page-1): No need to adjust the number of lines.
9814         (gnus-article-describe-bindings): Always use help-buffer.
9815
9816         * gnus-audio.el (gnus-audio-inline-sound):
9817         * gnus-cus.el (gnus-custom-mode):
9818         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9819
9820         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9821
9822         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9823         compatible code.
9824
9825 2010-09-24  Glenn Morris  <rgm@gnu.org>
9826
9827         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9828         visiting the fcc file in rmail-mode.
9829
9830         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9831
9832 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * nnir.el: Silence the byte compiler.
9835
9836         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9837         alias to browse-url-url-encode-chars if any.
9838         (gnus-html-encode-url): Use it.
9839
9840 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841
9842         * gnus-start.el (gnus-use-backend-marks): New variable.
9843         (gnus-get-unread-articles-in-group): Use it.
9844
9845         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9846         makeover.
9847
9848 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9849
9850         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9851
9852 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9855         Remove.
9856         (gnus-setup-news-hook):
9857         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9858
9859         * gnus-int.el (gnus-request-update-info): Protect against backends not
9860         having the function.
9861
9862         * nnimap.el (nnimap-stream): Mention starttls.
9863         (nnimap-open-connection): Add starttls support.
9864
9865 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9866
9867         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9868
9869 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9872         BODYSTRUCTUREs.
9873         (nnimap-transform-headers): Unfold quoted {42} headers.
9874
9875         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9876         the info.
9877         (gnus-get-unread-articles): Only call updatep on backends that support
9878         it.
9879
9880         * nnweb.el (nnweb-request-update-info): NOOP.
9881
9882         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9883
9884         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9885         since it only deals with marks.
9886
9887         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9888         gnus-request-marks, and make a new gnus-request-update-info.
9889
9890         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9891         the active instead of the high number, which is usually too low.
9892
9893 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9894
9895         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9896         * encrypt.el: Remove.
9897
9898 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9901         server in symbolic form.
9902
9903         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9904
9905 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9908         (nnimap-update-info): Fix up code slightly.
9909
9910         * gnus-int.el (gnus-open-server): Add tracing for performance
9911         debugging.
9912
9913         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9914         (gnus-group-insert-group-line): Pass the real group name so that it
9915         gets the right data.
9916
9917         * gnus-start.el (gnus-get-unread-articles): Don't have
9918         `gnus-get-unread-articles-in-group' update info, since that can be
9919         really slow and doesn't seem to be needed?
9920
9921 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9922
9923         * time-date.el (date-to-time): Try using parse-time-string first before
9924         using the slower timezone-make-date-arpa-standard.
9925
9926 2010-09-22  Julien Danjou  <julien@danjou.info>
9927
9928         * gnus-group.el (gnus-group-insert-group-line):
9929         Call gnus-group-highlight-line.
9930         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9931         default hook list.
9932         (gnus-group-update-eval-form): Add new function.
9933         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9934         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9935
9936 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9939         immediate, then expire all articles.
9940         (nnimap-update-info): Fix off-by-one errors.
9941         (nnimap-flags-to-marks): Would return no marks lists for group with no
9942         flags.  Instead return the other data.
9943
9944 2010-09-22  Julien Danjou  <julien@danjou.info>
9945
9946         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9947         Only return an icon.
9948         (gnus-group-insert-group-line): Compute icon to return.
9949
9950         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9951         (gnus-html-image-fetched): Only cache if
9952         gnus-html-image-automatic-caching is set.
9953         (gnus-html-image-fetched): Check for errors.
9954
9955 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9958         once per method on `g'.  This ensures that backends like nnfolder don't
9959         open all their folders.
9960
9961         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9962         (nnimap-request-list): Nix out group in the correct buffer.
9963         (nnimap-parse-flags): Implement by using `read' instead of
9964         hand-parsing.
9965         (nnimap-flags-to-marks): Pass on permanent-flags.
9966         (nnimap-make-process-buffer): Record the server name.
9967         (nnimap-parse-flags): Fix typo.
9968         (nnimap-request-scan): Run split on the server in general, not just a
9969         single group.
9970
9971         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9972         parameter, and propagate this downwards.
9973
9974         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9975         since EXAMINE changes it on the server.
9976
9977         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9978         this command might take a while.
9979
9980 2010-09-22  Julien Danjou  <julien@danjou.info>
9981
9982         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9983         harmful if you have 2 images side-by-side, they can't be properly
9984         update on text deletion.  Using text-property is safer here.
9985         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9986         data.
9987
9988 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * nnimap.el (nnimap-expunge-inbox): Remove.
9991         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9992         (nnimap-expunge): Flip default to t.
9993
9994         * gnus.el (gnus-method-to-server): Don't push things to the cache
9995         unless it's unique.
9996         (gnus-server-to-method): Ditto.
9997
9998 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9999
10000         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10001
10002 2010-09-22  Julien Danjou  <julien@danjou.info>
10003
10004         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10005         get the start of data.
10006         (gnus-html-encode-url): Add this function to encode special chars in
10007         URL.
10008         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10009         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10010
10011         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10012         default.
10013         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10014
10015         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10016         images alt-text.
10017         (gnus-html-put-image): Put alt-text as help-echo.
10018
10019 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10022         * mm-util.el (mm-decompress-buffer):
10023         * nnir.el (nnir-run-find-grep):
10024         * pop3.el (pop3-list): Use 3rd arg of split-string.
10025
10026         * time-date.el (format-seconds): Comment fix.
10027
10028         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10029         and byte-optimize-form-code-walker.
10030         (dgnushack-make-auto-load): Don't advise make-autoload.
10031
10032         * lpath.el: Remove Emacs 21 stuff.
10033
10034 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10035
10036         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10037         outside the active range.  Suggested by Dan Christensen.
10038
10039         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10040         slightly later to avoid double-getting it.
10041
10042         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10043         previous patch.
10044
10045         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10046
10047 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10048
10049         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10050
10051 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052
10053         * gnus-int.el (gnus-open-server): Give a better error message in the
10054         "go offline" case.
10055
10056         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10057         marks for nnimap, which is seldom the right thing to do.
10058
10059         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10060         (gnus-same-method-different-name): New function.
10061
10062         * nnimap.el (parse-time): Require.
10063
10064         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10065         method in the presence of many similar methods.
10066
10067         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10068
10069         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10070         nnml-inhibit-expiry.
10071
10072         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10073         find out whether methods are equal.
10074
10075         * nnimap.el (nnimap-find-expired-articles): New function.
10076         (nnimap-process-expiry-targets): New function.
10077         (nnimap-request-move-article): Request the article before looking at
10078         what the Message-ID is.  Fix found by Andrew Cohen.
10079         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10080
10081         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10082         for oldness in addition to being a predicate.
10083
10084         * nnimap.el (nnimap-request-group): When we have zero articles, return
10085         the right data to Gnus.
10086         (nnimap-request-expire-articles): Only delete articles immediately if
10087         the target is 'delete.
10088
10089         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10090         method, this would bug out.
10091
10092         * gnus-group.el (gnus-group-expunge-group): Rename from
10093         gnus-group-nnimap-expunge, and implemented as a normal interface
10094         function.
10095
10096         * gnus-int.el (gnus-request-expunge-group): New function.
10097
10098         * nnimap.el (nnimap-request-create-group): Implement.
10099         (nnimap-request-expunge-group): New function.
10100
10101 2010-09-21  Julien Danjou  <julien@danjou.info>
10102
10103         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10104         (gnus-html-cache-expired): Add new function.
10105         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10106         wethever we should display image for fetch it.
10107         Compute alt-text earlier to pass it to the fetching function too.
10108         (gnus-html-schedule-image-fetching): Change function argument to only
10109         get one image at a time, not a list.
10110         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10111         cache.
10112         (gnus-html-get-image-data): New function to retrieve image data from
10113         cache.
10114         (gnus-html-put-image): Change buffer argument to use image data rather
10115         than file, and place image above region rather than inserting a new
10116         one.  Do not take alt-text as argument, since it's useless now: we place
10117         the image above alt-text.
10118         (gnus-html-prune-cache): Remove.
10119         (gnus-html-show-images): Start to fetch image when we find one, do not
10120         push into a temporary list.
10121         (gnus-html-prefetch-images): Only fetch image if they have expired.
10122         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10123         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10124
10125 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10128
10129 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10132         spec inser "*" if the group isn't active instead of 0.
10133
10134         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10135         opening the server.
10136         (nnimap-request-delete-group): Implement group deletion.
10137         (nnimap-transform-headers): Return the size of the entire message in
10138         the Bytes header, not just the size of the first part.
10139         (nnimap-request-move-article): When moving an article from nnimap,
10140         request the article first so the accepting form has an article to
10141         accept.  Reported by Dan Christensen.
10142         (nnimap-command): Make sure that the error message doesn't error out.
10143
10144 2010-09-20  David Edmondson  <dme@dme.org>
10145
10146         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10147         we haven't requested anything.
10148
10149 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10152         "".  Fix found by Andrew Cohen.
10153
10154         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10155         instead of -encode-string.
10156
10157 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10160
10161         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10162         by mm-subst-char-in-string.
10163
10164 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10167         waiting for the connection string.
10168
10169         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10170         arriving.
10171
10172         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10173         bogus characters.  This allows selecting certain Gmail groups.
10174
10175         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10176         (nnimap-fetch-partial-articles): New variable.
10177         (nnimap-open-connection): When looking for credentials, also use the
10178         nnimap-server-port.
10179         (nnimap-request-article): Return the group/article number, so that Gnus
10180         `^' works as expected.
10181         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10182
10183         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10184         comments.
10185         (gnus-methods-sloppily-equal): New function.
10186         (gnus): When using the development version of Gnus, load the gnus-load
10187         file.
10188
10189         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10190         `gnus-open-server' on each method before trying to scan them etc.
10191         This ensures that all the backend parameters are set correctly.
10192
10193         * nnimap.el (nnimap-authenticator): New variable.
10194         (nnimap-open-connection): Allow anonymous login.
10195         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10196         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10197
10198         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10199         patch, found by Knut Anders Hatlen.
10200
10201 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10202
10203         * gnus-agent.el (gnus-agent-batch-confirmation)
10204         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10205         to gnus-message.
10206         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10207         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10208         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10209         * gnus-int.el (gnus-open-server): Likewise.
10210         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10211         (gnus-score-check-syntax): Likewise.
10212         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10213         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10214         Likewise.
10215         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10216
10217 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10220         calling conventions so that prefetch doesn't bug out.
10221
10222 2010-09-19  Julien Danjou  <julien@danjou.info>
10223
10224         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10225         rather than `subst-char-in-region' in order to be able to replace ASCII
10226         char by UTF-8 ones.
10227
10228         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10229         than curl.
10230         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10231         the right URL and ALT text on images.
10232         (gnus-html-wash-tags): Fix tag case.
10233         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10234         (gnus-article-html): Add -o display_ins_del=2 option.
10235         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10236
10237 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10240         the extra mail headers, which sometimes seem to happen for unknown
10241         reasons.
10242
10243         * mail-parse.el (mail-header-encode-parameter): Define as
10244         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10245         (or most, perhaps?) mail readers don't understand the latter, but do
10246         understand the former.
10247
10248         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10249         to nil, so that no methods are automatically agentized.  I think this
10250         is probably what most users want.
10251
10252         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10253         from url-retrieve, for instance about invalid URLs.
10254
10255         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10256         groups that have no articles.
10257         (nnimap-request-article): Check that we really got an article when we
10258         requested one.
10259
10260         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10261         doesn't exist.
10262
10263         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10264         nntp buffer so the agent can save it.
10265         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10266         that CRLF doesn't get translated to \n.
10267         (nnimap-open-connection): Don't make 'shell commands only send \n.
10268
10269 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10270
10271         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10272         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10273         Update var name.
10274         (nnml-generate-nov-file): Use dolist.
10275         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10276         Use with-current-buffer.
10277
10278 2010-09-18  Julien Danjou  <julien@danjou.info>
10279
10280         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10281         parallel.
10282
10283 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10284
10285         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10286         the range update right.
10287         (nnimap-request-group): Don't make `M-g' bug out on group with no
10288         marks.
10289         (nnoo): Require, so that other packages can require nnimap.
10290         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10291         command we're looking for.  This helps when the server sends more
10292         responses after we've gotten everything we expected.
10293         (nnimap): Add a `newlinep' field to keep track of end-of-line
10294         conventions.
10295         Don't send CRLF to things that don't want it.
10296         (nnimap-request-accept-article): Ditto.
10297
10298 2010-09-18  Julien Danjou  <julien@danjou.info>
10299
10300         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10301         than curl to retrieve images.
10302
10303 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10304
10305         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10306         the marks.
10307         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10308         (nnimap-wait-for-connection): New function.
10309         (nnimap-open-connection): If we have PREAUTH, don't query for login
10310         credentials.
10311         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10312         when doing a partial update.
10313
10314 2010-09-18  Julien Danjou  <julien@danjou.info>
10315
10316         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10317         tags.
10318
10319 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10320
10321         * nnimap.el (nnimap-credentials): New function.
10322         (nnimap-open-connection): Use the new function to look for credentials
10323         also on the numeric equivalents of "imap" and "imaps".
10324
10325         * gnus-start.el (gnus-activate-group): Send the info to
10326         gnus-request-group.
10327
10328         * nnimap.el (nnimap-request-group): Have the "check" version of the
10329         function parse flags and update the info, so that a `M-g' get a total
10330         resync of all flags from the group.
10331
10332         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10333         to allow backends to alter the info on group selection.  Also alter all
10334         the backend -request-group functions to take the parameter.
10335
10336         * nnimap.el (nnimap-store-info): New function.
10337         (nnimap-update-info): Store the info for later usage.
10338         (nnimap-request-group): Use the stored info for the dont-check case, so
10339         that we don't retrieve all marks when we enter a group.
10340
10341         * nnimap.el: Use deffoo instead of defun for interface functions.
10342
10343         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10344         update the group info.  This makes the nndraft groups, for instance, go
10345         back to their old behavior.
10346
10347         * gnus-sum.el (gnus-select-newsgroup): Indent.
10348
10349         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10350         in.
10351         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10352         nothing.
10353
10354         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10355         from methods that are denied.
10356
10357         * gnus-int.el (gnus-method-denied-p): New function.
10358
10359         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10360         store the password instead of netrc.
10361         (nnimap-open-connection): Don't error out when we can't make a
10362         connections.
10363
10364         * auth-source.el (auth-source-create): In the password prompt, say what
10365         we're querying for.  Also prompt for user name if that hasn't been
10366         given.
10367
10368         * nnimap.el (nnimap-with-process-buffer): Remove.
10369
10370 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10373         method when we're reading from the agent.
10374
10375         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10376
10377         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10378         that's probably most useful for users.
10379
10380         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10381         "failed" all the time.
10382
10383         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10384         ...)) with (with-current-buffer ... ).
10385
10386         * nntp.el (nntp-open-server): Return whether the open was successful or
10387         not.
10388
10389         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10390         select an unread unseen article first.
10391
10392         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10393         /etc/services, supply some sensible port defaults.
10394
10395         * dgnushack.el: Define netrc-credentials.
10396
10397 2010-09-17  Julien Danjou  <julien@danjou.info>
10398
10399         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10400
10401 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10402
10403         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10404         doesn't have any parameters.
10405
10406 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10409         only upcased checks.
10410
10411         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10412
10413         * nnimap.el (nnimap-open-shell-stream): New function.
10414         (nnimap-open-connection): Use it.
10415         (nnimap-transform-headers): Get the number of lines in each message.
10416         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10417         number of lines.
10418         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10419         problem.
10420
10421         * utf7.el (utf7-encode): Autoload.
10422
10423         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10424         to allow the mail splitting to not return a default group.  This is
10425         useful for nnimap, which will leave unmatched mail in the inbox.
10426
10427         * nnimap.el: Rewritten.
10428
10429         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10430         nnimap usage.
10431
10432         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10433         if the move is internal, so that nnimap can do fast internal moves.
10434
10435         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10436         data.
10437         (gnus-read-active-for-groups): Support finishing the early retrieval of
10438         data.
10439
10440         * gnus-range.el (gnus-range-nconcat): New function.
10441
10442         * gnus-int.el (gnus-finish-retrieve-group-infos)
10443         (gnus-retrieve-group-data-early): New functions.
10444
10445 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10446
10447         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10448         (nnrss-retrieve-groups):
10449         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10450         (pop3-quit): Use with-current-buffer.
10451
10452 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10455         instead of nnheader-accept-process-output.
10456
10457         * dgnushack.el (dgnushack-compile): Add comment.
10458
10459         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10460
10461         * gnus-html.el (gnus-html-schedule-image-fetching)
10462         (gnus-html-prefetch-images): Replace process-kill-without-query by
10463         gnus-set-process-query-on-exit-flag.
10464
10465 2010-09-16  Romain Francoise  <romain@orebokech.com>
10466
10467         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10468
10469 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10472         parameter to unintern is mandatory-ish in Emacs 24.
10473
10474         * gnus-html.el (gnus-html-schedule-image-fetching)
10475         (gnus-html-prefetch-images): Check for curl before using it.
10476
10477         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10478         depend on curl, which isn't essential.
10479
10480         * imap.el: Revert back to version
10481         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10482         seem problematic.
10483
10484 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10485
10486         * gnus-registry.el (gnus-registry-install-shortcuts):
10487         Explicitly pass `obarray' to `unintern' to avoid a warning.
10488
10489 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10492         change.
10493
10494         * nnrss.el (nnrss-request-list): Remove this function and related
10495         functions, including the moreover stuff.
10496
10497 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * nnrss.el (nnrss-retrieve-groups): New function.
10500
10501 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10502
10503         * .dir-locals.el: Add no-byte-compile cookie.
10504
10505 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * time-date.el (format-seconds): Comment fix.
10508
10509         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10510         for back end that doesn't support request-scan.
10511
10512 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10515         then do request scans from the backends.
10516
10517         * netrc.el (netrc-credentials): New conveniency function.
10518
10519         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10520         avoid running a hook per line, since this takes a lot of time,
10521         profiling shows.
10522         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10523         directly if gnus-visual-p is true.
10524
10525 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10528         groups; replace mapcar with dolist which is a bit faster; pass groups
10529         info to gnus-read-active-file-1.
10530         (gnus-read-active-file-1): Scan only specified groups if the new
10531         optional arg `infos' is given.
10532
10533 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10536
10537         * pop3.el (pop3-movemail): Remove.
10538         (pop3-streaming-movemail): Rename to pop3-movemail.
10539
10540         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10541         don't restrict end-tag searches to the end of the line.
10542
10543 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10546         articles of every unchecked group to t, which means unknown since the
10547         server has never been opened.
10548
10549 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * gnus-html.el (gnus-html-show-alt-text): New command.
10552         (gnus-html-browse-image): Ditto.
10553         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10554         to browse the image directly.
10555         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10556         better.
10557
10558         * gnus-async.el (gnus-async-article-callback):
10559         Call `gnus-html-prefetch-images' unconditionally.
10560
10561         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10562         before feeding URLs to curl.
10563
10564 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10567         internal images as deletable by `W D D'.
10568
10569         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10570         (gnus-async-article-callback): Fix typo.
10571
10572 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10575         current line to work around bugs in the output from w3m.
10576
10577         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10578         for groups that want that.
10579
10580         * nntp.el (nntp-wait-for-string): Supply a timeout for
10581         accept-process-output to ensure progress.
10582
10583         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10584         level to get unread articles from, then use that for foreign groups,
10585         too.
10586
10587         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10588         confuses the rest of the function.
10589
10590         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10591         for the methods that support -retrieve-groups, too.
10592
10593         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10594
10595 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10598         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10599
10600         * pop3.el: Require cl when compiling.
10601         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10602
10603 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10606         that aren't going to be activated.
10607         (gnus-get-unread-articles): Fix up the last commit.
10608
10609         * gnus-html.el (gnus-article-html): Allow calling without specifying
10610         the handle.  In that case, dissect the buffer first.
10611
10612         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10613
10614         * nnimap.el (nnimap-open-connection): Revert the change that would look
10615         into authinfo for imaps instead of imap.
10616
10617         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10618         say that you don't want to call gnus-request-group with don-check, but
10619         do check the reponse.  This is for virtual groups only.
10620         (gnus-get-unread-articles): Count the archive groups as secondary, so
10621         that they're activated the same way as before.
10622
10623         * imap.el (imap-message-map): Removed optional buffer parameter, since
10624         no callers use it.
10625         (imap-message-get): Ditto.
10626         (imap-message-put): Ditto.
10627         (imap-mailbox-map): Ditto.
10628         (imap-mailbox-put): Ditto.
10629         (imap-mailbox-get): Ditto.
10630         (imap-mailbox-get): Revert last change for this function.
10631
10632         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10633         case-insensitively.
10634         (nnimap-debug): Remove.
10635
10636         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10637         callers to use `imap-fetch' instead.  According to the comments, this
10638         should be safe, since all other IMAP clients use the 1:* syntax.
10639         (imap-enable-exchange-bug-workaround): Remove.
10640         (imap-debug): Remove -- doesn't seem very useful.
10641
10642         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10643         mail from a file, and the file doesn't exist.
10644
10645         * imap.el (imap-log): New convenience function used throughout instead
10646         of repeating the same code all over the place.
10647
10648         * pop3.el (pop3-streaming-movemail): Return t for success.
10649
10650         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10651         .authinfo if we're using ssl connection.
10652
10653         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10654         already have if we're in a main Gnus `g' run.
10655
10656         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10657
10658 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10661
10662         * nnmh.el (nnmh-request-list-1): Bind `file'.
10663
10664         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10665         alias to set-process-query-on-exit-flag or process-kill-without-query.
10666         (pop3-open-server): Use it.
10667
10668 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10671         box to the Incoming file.  Fixes mistake in previous checkin.
10672
10673         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10674         request loop (for debugging purposes) removed.
10675
10676         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10677         culprit is more visible.
10678         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10679         (nnml-add-incremental-nov): New functions to do "incremental" nov
10680         updates, where we just append to the end of the existing nov files
10681         without reading/writing them in full.
10682
10683         * mail-source.el (mail-source-delete-crash-box): Really only check the
10684         incoming files once in a while.
10685
10686         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10687
10688         * mail-source.el (mail-source-delete-crash-box): Only check the
10689         incoming files for deletion once per day to save a lot of file
10690         accesses.
10691
10692         * pop3.el (pop3-logon): Fix up unbound variable typo.
10693
10694         * mail-source.el (pop3-streaming-movemail): Autoload.
10695
10696         * pop3.el (pop3-streaming-movemail):
10697         Respect pop3-leave-mail-on-server.
10698
10699         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10700         retrieval.
10701
10702         * pop3.el (pop3-process-filter): Remove unused function.
10703         (pop3-streaming-movemail, pop3-send-streaming-command)
10704         (pop3-wait-for-messages, pop3-write-to-file)
10705         (pop3-number-of-responses): New functions for streaming pop3
10706         retrieval.
10707
10708         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10709         come from no known methods.
10710         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10711         list.
10712
10713         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10714         message sizes.
10715         (pop3-movemail): Use erase-buffer instead of looping and deleting
10716         regions, which seems rather odd.
10717
10718         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10719         file once per `g' run.
10720
10721         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10722         directories.  This makes the draft queue directory work.
10723
10724         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10725         data from the backends, so that we only request the list of groups from
10726         each method once.  This should speed things up considerably.
10727
10728         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10729         detect that it's not implemented.
10730
10731         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10732         we actually do recurse down into the tree, but don't stat all leaf
10733         nodes.
10734
10735         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10736         then say so instead of bugging out.
10737
10738         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10739         files exist before trying to read them.
10740
10741         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10742         around <pre_int>.
10743
10744         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10745
10746         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10747
10748 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * mm-util.el (mm-image-load-path): Just return the image directories,
10751         not all directories in the path in addition to the image directories.
10752         (mm-image-load-path): Maintain a cache of the image directories so that
10753         the `g' command in Gnus doesn't have to stat dozens of directories each
10754         time.
10755
10756         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10757         (gnus-html-wash-tags): Add a new `i' command to insert images.
10758         (gnus-html-insert-image): New command and keystroke.
10759         (gnus-html-redisplay-with-images): New command and keystroke.
10760         (gnus-html-show-images): Rename command.
10761         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10762         spacers.
10763         (gnus-html-wash-tags): Decode entities at the end, so that entities
10764         inside the tags don't mess up the rest of the "parsing".
10765
10766         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10767         so that nnimap methods aren't agentized by default.  There's apparently
10768         many problems related to agent/imap behavior.
10769
10770         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10771
10772         * gnus-html.el: Doc fix.
10773
10774 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10777         specifier-spec-list for Emacs 21.
10778
10779         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10780         glyph-width and glyph-height instead of display-graphic-p and
10781         image-size; make avoidance of displaying small images work for XEmacs.
10782
10783         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10784         for XEmacs.
10785
10786         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10787         of symbol that holds plist data.
10788         (gnus-process-plist): Remove plist of process after getting it.
10789
10790 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791
10792         * message.el (message-generate-hashcash): Change default to
10793         'opportunistic if hashcash is installed.
10794
10795         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10796         (gnus-html-put-image): Only call image-size once, since it's somewhat
10797         time-consuming on remote X servers.
10798
10799 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10802         type on data, not a file name.
10803
10804         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10805         window-pixel-edges for Emacs 21.
10806
10807         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10808         decoded contents.
10809         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10810
10811 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10812
10813         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10814         group line format, since it isn't very interesting.
10815
10816         * gnus-agent.el (gnus-agent-short-article),
10817         (gnus-agent-long-article): Increase values for these two variables,
10818         since most people are likely to have more network connection and
10819         storage than before.
10820
10821         * gnus.el (gnus-refer-article-method): Change default to 'current.
10822         When referring an article, the common behavior is to refer it from the
10823         current select method, not the native select method.  The chances of
10824         the native select method having the message in question is rather slim
10825         these days.
10826
10827         * gnus-sum.el (gnus-auto-select-subject): Change default to
10828         `unseen-or-unread'.  I think it's likely that most people want to
10829         select an unseen article over a previously seen, but unread one.
10830
10831         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10832         means that in the article buffer none of the minor mode elements will
10833         be shown, usually, and this is not desirable in most cases.
10834
10835         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10836         that commands like `d' (and the like) go to the next line in the
10837         buffer, instead of the next unread article.  I think this is the
10838         behavior that is most natural for most users.
10839         (gnus-single-article-buffer): Change default to nil, so that people can
10840         have as many article buffers open as they have summary buffer.  I think
10841         this is the most natural way for the groups to behave.
10842
10843         * message.el (message-generate-new-buffers): Change default to
10844         `unsent', so that all new message buffers start their names with the
10845         string "*unsent", and it's easier to find the buffers if you move from
10846         them.
10847
10848 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10851         small.  They're probably tracking images.
10852         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10853         (gnus-html-rescale-image): Yet another try at getting the image sizing
10854         right.
10855
10856         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10857         nntp-marks-file-name is nil.
10858
10859 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10860
10861         * gnus-html.el (gnus-html-wash-tags)
10862         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10863         Better logging.
10864
10865 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10868
10869         * gnus-html.el (gnus-html-wash-tags): Check the value of
10870         gnus-blocked-images in the summary buffer.
10871
10872 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10873
10874         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10875
10876 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877
10878         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10879         like "a", it seems like.
10880         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10881         since it needs to be picked from the correct buffer.
10882
10883         * nnwfm.el: Remove.
10884
10885         * nnlistserv.el: Remove.
10886
10887 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10888
10889         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10890         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10891
10892 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * nnkiboze.el: Remove.
10895
10896         * nndb.el: Remove.
10897
10898         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10899         alt text.
10900         (gnus-html-rescale-image): Try to get the rescaling logic right for
10901         images that are just wide and not tall.
10902
10903         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10904         overshadow variable bindings.
10905
10906 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10907
10908         * gnus-html.el (gnus-html-wash-tags)
10909         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10910         Add extra logging.
10911
10912 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10913
10914         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10915         (gnus-max-image-proportion): New variable.
10916         (gnus-html-rescale-image): New function.
10917         (gnus-html-put-image): Rescale images.
10918
10919 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10920
10921         Fix up some byte-compiler warnings.
10922         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10923         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10924         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10925         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10926         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10927         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10928         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10929
10930 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-html.el (gnus-article-html): Decode contents by charset.
10933
10934 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10937         (gnus-html-frame-width, gnus-blocked-images):
10938         * message.el (message-prune-recipient-rules): Add custom version.
10939         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10940
10941         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10942         functions.
10943
10944         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10945         gnus-process-get.
10946
10947 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10948
10949         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10950         instead of lsub directly.
10951
10952 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953
10954         * nnwarchive.el: Remove.
10955
10956         * gnus-soup.el: Remove.
10957
10958         * nnsoup.el: Remove.
10959
10960         * nnultimate.el: Remove.
10961
10962         * gnus-html.el (gnus-blocked-images): New variable.
10963
10964         * message.el (message-prune-recipients): New function.
10965         (message-prune-recipient-rules): New variable.
10966
10967         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10968         guess whether a long line is natural text or not.
10969
10970         * gnus-html.el (gnus-html-schedule-image-fetching):
10971         Use gnus-process-plist and friends for compatibility.
10972
10973 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10974
10975         * gnus-html.el: Require packages that define macros used in this file.
10976         (gnus-article-mouse-face): Declare to silence byte-compiler.
10977         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10978         process-get.
10979         (gnus-html-put-image): Use plist-get to avoid getf.
10980         (gnus-html-prefetch-images): Use with-current-buffer.
10981
10982 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-ems.el: Provide compatibility functions for
10985         gnus-set-process-plist.
10986
10987         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10988         header-line-format for XEmacs 21.4.
10989
10990         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10991         * gnus.el (gnus-valid-select-methods):
10992         * message.el (message-send-mail-partially-limit):
10993         * mm-decode.el (mm-text-html-renderer):
10994         * mml.el (mml-insert-mime-headers-always):
10995         * smiley.el (smiley-regexp-alist): Bump custom version.
10996
10997 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10998
10999         * gnus-html.el: Require mm-url.
11000         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11001         with the url to `url'.
11002         (gnus-html-wash-tags): Support cid: URLs/images.
11003
11004 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11007         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11008         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11009
11010         * gnus-move.el: Remove file, since it doesn't really work.
11011
11012         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11013         UTF-8.  This seems to fix problems with some German web feeds.
11014
11015         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11016         at the top so that the proper colors are applied.
11017
11018         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11019         don't have dots in their names.
11020
11021         * gnus-art.el (gnus-article-view-part): Doc fix.
11022
11023         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11024         XEmacs-compatible.
11025         (gnus-html-put-image): Don't do images on non-graphic displays.
11026
11027         * nnslashdot.el: Remove this unused backend.
11028
11029         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11030         actions.
11031         (gnus-undo-register-1): Revert last change.
11032
11033         * gnus-group.el (gnus-group-completing-read): Protect against not
11034         having completion-styles bound.
11035
11036         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11037         make broken recipients happier.
11038
11039         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11040
11041         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11042         point parameter.
11043
11044         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11045
11046         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11047         completion-styles for group selection.
11048
11049 2009-02-04  Andreas Schwab  <schwab@suse.de>
11050
11051         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11052         headers and regexp-quote the match if necessary.
11053
11054 2009-03-24  Miles Bader  <miles@gnu.org>
11055
11056         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11057         the blinking smiley.
11058
11059 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11060
11061         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11062         blink smiley.
11063
11064 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11067         where the dribbel file lives exists.
11068
11069         * message.el (message-send-mail-partially-limit): Change the default to
11070         nil, since most people don't want this.
11071
11072         * mm-url.el (mm-url-decode-entities): Also decode entities like
11073         &#x3212.
11074
11075 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11076
11077         * gnus-sum.el (gnus-summary-idna-message):
11078         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11079         Hyperlink urls in docstrings with URL `...'.
11080
11081 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11082
11083         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11084         functions.
11085
11086 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11089         say what the mouseover text should be.
11090
11091         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11092         version of the mm-w3m-safe-url-regexp variable to only download images
11093         in the groups where we want that to happen.
11094
11095         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11096
11097         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11098         easier debugging.
11099         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11100         big pictures in the article buffer.
11101
11102         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11103         gnus-article-html.
11104         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11105         w3m.
11106
11107         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11108
11109 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110
11111         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11112         which doesn't exist.
11113
11114         * message.el (message-inhibit-ecomplete): New variable to allow some
11115         function to inhibit ecomplete address storage.
11116         (message-resend): Disable ecomplete message storage when resending
11117         messages.
11118
11119         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11120
11121 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11124         Save excursion while copying, moving, and deleting articles in order to
11125         prevent the cursor from jumping to unforeseen place.
11126
11127 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * lpath.el: No need to bind bookmark-current-buffer,
11130         bookmark-yank-point and bookmark-make-record-function.
11131
11132 2010-08-17  Glenn Morris  <rgm@gnu.org>
11133
11134         * gnus-sync.el: Require gnus components whose functions are used.
11135
11136         * gnus-art.el (bookmark-make-record-function):
11137         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11138         Declare for compiler.
11139
11140         * mm-url.el (mml-compute-boundary): Autoload.
11141
11142 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11145
11146 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11147
11148         Typo fix "hoo4a" -> "hook".
11149
11150         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11151
11152 2010-08-14  Glenn Morris  <rgm@gnu.org>
11153
11154         * gnus-sync.el (gnus-sync): Fix defgroup version.
11155
11156 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11157
11158         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11159
11160         * gnus-sync.el: Fix docs.
11161         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11162         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11163
11164 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11165
11166         Optimizations for gnus-sync.el.
11167
11168         * gnus-sync.el: Add docs about gnus-sync-backend
11169         possibilities.
11170         (gnus-sync-save): Remove unnecessary message.
11171         (gnus-sync-read): Optimize and show what groups were skipped.
11172
11173 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11174
11175         Minor bug fixes for gnus-sync.el.
11176
11177         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11178         Don't read the sync on get-new-news.
11179
11180         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11181         quiet.
11182
11183         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11184         (fix typo).
11185
11186 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11187
11188         Make saving and restoring of hidden threads work with overlays.
11189         Patch applied by Ted Zlatanov.
11190
11191         * gnus-sum.el (gnus-hidden-threads-configuration)
11192         (gnus-restore-hidden-threads-configuration): Update to deal with text
11193         properties, rather than searching for a magic character.
11194
11195 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         New gnus-sync.el library for synchronization of marks.
11198
11199         * gnus-sync.el: New library for synchronization of marks.
11200
11201         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11202         renamed from `gnus-registry-grep-in-list'.
11203
11204         * gnus-registry.el (gnus-registry-follow-group-p):
11205         Use `gnus-grep-in-list'.
11206
11207         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11208
11209 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11212         determining charset of text fails.
11213
11214 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * nnmail.el (nnmail-get-new-mail-1): Revert.
11217
11218         * nnml.el (nnml-active-number): Make sure names of newly created groups
11219         in nnml-group-alist are encoded.
11220
11221 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11224         containing non-ASCII characters in active file for nnml back end.
11225
11226 2010-07-24  David Engster  <dengste@eml.cc>
11227
11228         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11229         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11230
11231 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11232
11233         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11234         tag (Bug#6654).
11235
11236 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11239         the article buffer, not the summary buffer.
11240
11241 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11244         Emacs 23 as well.
11245
11246 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11249         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11250
11251 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11252
11253         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11254         Patch applied by Karl Fogel.
11255
11256         * gnus-sum.el (gnus-summary-bookmark-make-record):
11257         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11258
11259 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11260
11261         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11262         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11263         C-w still not working correctly from Article buffers; Thierry's
11264         patch to fix that will be applied after this.
11265
11266         * gnus-art.el (bookmark-make-record-function): New local variable.
11267
11268         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11269         article buffer.
11270         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11271
11272 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11273
11274         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11275         on changes in bookmark.el.
11276
11277 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11280         `no-log' instead of message not to log prompt string.
11281
11282 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11283
11284         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11285         the *other* type of HTML form submission.
11286
11287 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11288
11289         * auth-source.el (auth-source-pick): If choice does not contain a
11290         questioned keyword, set the check to t.
11291
11292 2010-06-12  Romain Francoise  <romain@orebokech.com>
11293
11294         * gnus-util.el (gnus-date-get-time): Move up before first use.
11295
11296 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11299         (gnus-article-edit-part): Bind it to make last part that is substituted
11300         or deleted visible.
11301         (gnus-mime-display-single): Buttonize part of which id equals to
11302         gnus-mime-buttonized-part-id.
11303
11304 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11305
11306         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11307         (gnus-dd-mmm): Use gnus-date-get-time.
11308         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11309         simplify logic.
11310         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11311         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11312
11313 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11314
11315         * auth-source.el (top): Autoload `secrets-list-collections',
11316         `secrets-create-item', `secrets-delete-item'.
11317         (auth-sources): Fix tag string.
11318         (auth-get-source, auth-source-retrieve, auth-source-create)
11319         (auth-source-delete): New defuns.
11320         (auth-source-pick): Rewrite in order to avoid 2 passes.
11321         (auth-source-forget-user-or-password): New parameter USERNAME.
11322         (auth-source-user-or-password): New parameters CREATE-MISSING and
11323         DELETE-EXISTING.  Retrieve password interactively, if needed.
11324
11325 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11326
11327         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11328         deleting unused directories when gnus-expert-user is t.
11329
11330 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11333         for each temp file when gnus-article-browse-delete-temp is ask.
11334
11335 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11336
11337         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11338         Replace Lisp calls to delete-backward-char by calls to delete-char.
11339
11340 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11341
11342         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11343
11344 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11345
11346         * password-cache.el (password-cache-remove): Fix docstring.
11347
11348 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11351         article unless decoding article to be saved.
11352
11353 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11356         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11357         generated within the mm-with-unibyte-current-buffer macro.
11358
11359 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11362         to nil when we're in a mml-preview buffer and no group is selected.
11363
11364 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11365
11366         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11367         when catching the `C-g'.  Reported by "Leo".
11368
11369 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * message.el (message-forward-make-body-plain)
11372         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11373         multibyte-string-p.
11374
11375         * lpath.el: Revert.
11376
11377 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * message.el (message-forward-make-body-mml): Assume original message
11380         is multibyte string; error on unibyte.
11381         (message-forward-make-body-plain): Ditto; don't add excessive newline
11382         in body end.
11383
11384         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11385
11386 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11387
11388         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11389         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11390
11391 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * mm-extern.el (mm-extern-url): Don't use
11394         mm-with-unibyte-current-buffer.
11395         (mm-extern-cache-contents): Use with-current-buffer instead of
11396         save-excursion + set-buffer.
11397
11398 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-util.el (mm-emacs-mule): Remove.
11401
11402 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11403
11404         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11405         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11406         change.
11407
11408 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11411         bind the default value of enable-multibyte-characters to nil.
11412
11413 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * message.el (message-forward-make-body-plain)
11416         (message-forward-make-body-mml):
11417         Don't use mm-with-unibyte-current-buffer.
11418
11419 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11420
11421         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11422
11423 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11424
11425         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11426         (Bug#5592).
11427
11428 2010-05-07  Julien Danjou  <julien@danjou.info>
11429
11430         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11431         it to mm-pipe-part.
11432
11433         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11434         it is given.
11435
11436 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * binhex.el (binhex-decode-region-internal):
11439         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11440         (dns-query):
11441         * nnweb.el (nnweb-gmane-search):
11442         * pgg-parse.el (pgg-parse-armor):
11443         * pgg.el (pgg-verify-region):
11444         * sha1.el (sha1-string-external):
11445         * uudecode.el (uudecode-decode-region-internal):
11446         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11447         XEmacs.
11448
11449         * gnus-art.el (gnus-article-browse-html-parts):
11450         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11451         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11452         make-temp-file.
11453
11454         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11455         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11456         compiling.
11457
11458         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11459         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11460         XEmacs when compiling.
11461
11462         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11463         gnus-pick-mode-off-hook for XEmacs when compiling.
11464         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11465         gnus-binary-mode-off-hook for XEmacs when compiling.
11466
11467         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11468         Return nil if char-charset is not available.
11469
11470         * imap.el (imap-disable-multibyte)
11471         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11472         macros.
11473
11474         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11475         instead of encode-coding-string.
11476
11477         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11478         'xemacs) instead of mm-emacs-mule to switch function definitions.
11479         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11480
11481         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11482         bind temporary-file-directory for XEmacs;
11483         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11484         timer-set-function for XEmacs 21.4 and SXEmacs;
11485         bind timer-list for XEmacs 21.4 and SXEmacs;
11486         fbind char-charset and find-charset-region for non-Mule XEmacs;
11487         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11488         encode-coding-region and encode-coding-string for XEmacs having no
11489         file-coding feature.
11490
11491 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11492
11493         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11494
11495 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11498         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11499
11500 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11501
11502         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11503         alias `jka-compr-delete-temp-file' no longer exists.
11504
11505 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11506
11507         Use define-minor-mode in Gnus where applicable.
11508         * mml.el (mml-mode): Use define-minor-mode.
11509         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11510         (gnus-undo-mode): Use define-minor-mode.
11511         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11512         (gnus-dead-summary-mode): Use define-minor-mode.
11513         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11514         Initialize in declaration.
11515         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11516         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11517         (gnus-mailing-list-mode): Use define-minor-mode.
11518         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11519         (gnus-draft-mode): Use define-minor-mode.
11520         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11521         (gnus-dired-mode): Use define-minor-mode.
11522
11523 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11524
11525         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11526         handles on recursive mml-to-mime translation and check them for
11527         boundary delimiter collisions.  Reported by Greg Troxel.
11528
11529 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11532
11533 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11534
11535         * mm-util.el (mm-find-buffer-file-coding-system):
11536         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11537
11538 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11539
11540         * message.el (message-generate-headers): Record insertion of optional
11541         headers as well.  Otherwise the check to prevent repeated insertion of
11542         optional headers is a no-op.
11543
11544 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11545
11546         * smime.el: Don't mention CVS.
11547
11548         * nnrss.el (nnrss-fetch): Don't mention CVS.
11549
11550         * nnir.el: Don't mention CVS.
11551
11552 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11553
11554         * gnus-sum.el (gnus-summary-bookmark-make-record):
11555         Add `location' field.
11556
11557 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * lpath.el: Fbind bookmark-default-handler,
11560         bookmark-get-bookmark-record, bookmark-make-record-default,
11561         bookmark-prop-get for Emacs <23 and XEmacs.
11562
11563 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11564
11565         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11566         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11567         Use with-current-buffer to silence the byte-compiler.
11568         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11569         bother to require `gnus'.
11570         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11571
11572 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11573
11574         * gnus-sum.el (gnus-summary-bookmark-make-record)
11575         (gnus-summary-bookmark-jump): New functions.
11576         (gnus-summary-mode): Setup bookmark support.
11577
11578 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11579
11580         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11581         if set.
11582
11583 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11586         gnus-article-browse-html-save-cid-image; make it work recursively for
11587         forwarded messages as well.
11588         (gnus-article-browse-html-parts): Work when prefix arg is given.
11589         (gnus-article-browse-html-article): Doc fix.
11590
11591 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11592
11593         * message.el (message-default-mail-headers):
11594         (message-default-headers): Carry the value mail-default-headers over
11595         into message-default-mail-headers, rather than message-default-headers.
11596
11597 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11598
11599         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11600         charset.
11601
11602         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11603         charset into the <meta> tag when the article is encoded to utf-8.
11604
11605 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el (gnus-article-browse-delete-temp-files):
11608         Delete directories as well.
11609         (gnus-article-browse-html-parts): Work for images that do not specify
11610         file names; delete temp directory when quitting; insert header at the
11611         right place; use file: scheme for image files.
11612
11613 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11614
11615         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11616         (gnus-article-browse-html-parts): Use it to make temporary cid image
11617         files in addition to html file so that browser may display them.
11618
11619 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11622
11623 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11624
11625         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11626
11627 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11628
11629         * auth-source.el (auth-sources): Change default to be simpler.
11630         Explain about Secret Service API sources.  Improve Customize options.
11631         (auth-source-pick): Change to accept any number of search parameters.
11632         Implement fallbacks iteratively, not recursively.  Add scoring on the
11633         second pass and sort by score.  Call Secret Service API when needed.
11634         (auth-source-user-or-password): Use it.  Call Secret Service API
11635         directly when needed to get the user name and the password.
11636
11637 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11638
11639         * message.el (message-interactive): Doc fix.
11640         (message-qmail-inject-args): Reflow.
11641         (message-kill-to-signature): Fix typo in docstring.
11642
11643         * smiley.el (smiley-buffer): Fix typo in docstring.
11644
11645 2010-03-24  Glenn Morris  <rgm@gnu.org>
11646
11647         * mail-source.el (gnus-message): Declare.
11648         (mail-source-delete-old-incoming): Require gnus-util.
11649
11650 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11653
11654         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11655
11656         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11657         password-cache's default if it is not bound.
11658         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11659         password-cache-expiry's default if it is not bound.
11660
11661         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11662         available in Emacs 21.
11663
11664         * lpath.el: Suppress compiler warnings for:
11665         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11666         XEmacs;
11667         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11668         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11669         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11670
11671 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11672
11673         * auth-source.el (auth-sources): Fix up definition so extra parameters
11674         are always inline.
11675
11676 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11677
11678         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11679         wasn't updated after mismatch.  Clear cached mailbox info correctly
11680         when uidvalidity changes.
11681         (nnimap-group-prefixed-name): New function to avoid some code
11682         duplication.
11683         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11684         (nnimap-request-group): Use it.
11685         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11686         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11687         with many imap folders.  This is done by caching the group status from
11688         the imap server persistently in a group parameter `imap-status'.  (This
11689         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11690         but not persistently, so every Gnus startup was still very slow.)
11691
11692 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11693
11694         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11695         delete the extra newline.  Otherwise editing of :string and :number
11696         types don't work.
11697
11698 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11699
11700         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11701         secrets.el dependency.
11702         (auth-sources): Add optional user name.  Add secrets.el configuration
11703         choice (unused right now).
11704
11705 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * gnus-sum.el (gnus-summary-make-menu-bar):
11708         Let `gnus-registry-install-shortcuts' fill in the functions.
11709
11710         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11711         warnings.
11712         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11713         (gnus-registry-install-shortcuts): Populate and use it in a
11714         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11715
11716 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11717
11718         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11719         In-place substitutions for the group name encoding/decoding.
11720         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11721         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11722         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11723         (nnimap-update-unseen, nnimap-request-list)
11724         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11725         (nnimap-request-set-mark, nnimap-split-to-groups)
11726         (nnimap-split-articles, nnimap-request-newgroups)
11727         (nnimap-request-create-group, nnimap-request-accept-article)
11728         (nnimap-request-delete-group, nnimap-request-rename-group)
11729         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11730         `encoded-mbx' for consistency.
11731         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11732         variable `imap-current-mailbox'.
11733
11734         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11735         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11736
11737 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11738
11739         * pop3.el (pop3-display-message-size-flag): Display message size byte
11740         counts during POP3 download.
11741         (pop3-movemail): Use it.
11742         (pop3-list): Implement listing of available messages.
11743
11744 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11745
11746         * nnir.el (nnir-get-article-nov-override-function): New function to
11747         override the normal NOV retrieval.
11748         (nnir-retrieve-headers): Use it.
11749
11750 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11751
11752         * auth-source.el (netrc-machine-user-or-password): Autoload.
11753
11754 2010-03-19  Glenn Morris  <rgm@gnu.org>
11755
11756         Stop message.el from loading about 40 libraries it doesn't always need.
11757         The general approach is to autoload rather than require, and to
11758         require in the specific functions rather than the file.  (Bug#5642)
11759
11760         * gmm-utils.el: Don't require wid-edit.
11761         (widget-create-child-value, widget-convert, widget-default-get):
11762         Autoload.
11763
11764         * gnus-util.el: Don't require time-date, netrc.
11765         (message-fetch-field, gnus-group-name-decode): Declare rather than
11766         autoloading.
11767         (gnus-fetch-field): Require message.
11768         (gnus-decode-newsgroups): Require gnus-group.
11769
11770         * ietf-drums.el: Don't require time-date.
11771
11772         * message.el: Don't require hashcash, canlock, ecomplete.
11773         Do require mail-utils.  Require nnheader only when compiling.
11774         (smtpmail-default-smtp-server): Remove declaration.
11775         (message-send-mail-function): Check smtpmail-default-smtp-server
11776         is bound rather than requiring smtpmail.
11777         (message-auto-save-directory, message-insert-signature):
11778         Use expand-file-name rather than nnheader-concat.
11779         (nnheader-insert-file-contents): Autoload.
11780         (hashcash-wait-async): Declare.
11781         (message-send-mail): Only call gnus-setup-posting-charset if
11782         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11783         (message-send-mail-with-sendmail): Require sendmail.
11784         (canlock-password, canlock-password-for-verify): Declare.
11785         (message-canlock-password): Require canlock.
11786         (nnheader-get-report): Autoload.
11787         (gnus-setup-posting-charset): Declare.
11788         (message-send-news): Require gnus-msg.
11789         (message-make-references, message-make-in-reply-to): Use mail-header-id
11790         rather than the alias mail-header-message-id.
11791         (ecomplete-add-item, ecomplete-save): Declare.
11792         (message-put-addresses-in-ecomplete): Require ecomplete.
11793         (ecomplete-display-matches): Autoload.
11794
11795         * mm-decode.el: Don't require mailcap, gnus-util.
11796         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11797         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11798         Autoload.
11799         (mailcap-mime-extensions): Declare.
11800
11801         * mm-encode.el: Don't require mailcap.
11802         (mailcap-extension-to-mime): Autoload.
11803
11804         * mml-sec.el: Don't require password-cache.
11805
11806         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11807         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11808         (mml-minibuffer-read-type): Require mailcap.
11809         (mml-preview): Require gnus-msg.
11810
11811         * mml1991.el: Require password-cache.
11812         (password-cache-expiry): Remove declaration.
11813
11814         * mml2015.el: Require password-cache.
11815         (password-cache-expiry): Remove declaration.
11816
11817         * nneething.el (mailcap): Require mailcap.
11818
11819         * nnheader.el (declare-function): Add compatibility stub.
11820         (message-remove-header): Declare rather than autoload.
11821         (nnheader-replace-header): Require message.
11822
11823         * nnimap.el (declare-function): Add compatibility stub.
11824         (netrc-parse, netrc-machine-user-or-password): Declare.
11825         (nnimap-open-connection): Require netrc.
11826
11827         * nntp.el (declare-function): Add compatibility stub.
11828         (netrc-parse, netrc-machine, netrc-get): Declare.
11829         (nntp-send-authinfo): Require netrc.
11830
11831         * rfc2047.el: Don't require qp.
11832         (quoted-printable-encode-region, quoted-printable-decode-string):
11833         Autoload.
11834
11835         * sieve-mode.el: Don't require easymenu.
11836         (easy-menu-add-item): Autoload it.
11837
11838         * spam-stat.el (time-to-number-of-days): Autoload it.
11839
11840 2010-03-19  Glenn Morris  <rgm@gnu.org>
11841
11842         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11843
11844 2010-03-18  Glenn Morris  <rgm@gnu.org>
11845
11846         * hashcash.el (declare-function): Remove duplicate definition.
11847
11848 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11849
11850         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11851         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11852         value if any backslash escapes).
11853
11854 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11857         if it is available.  (bug#5647)
11858
11859         * lpath.el: Suppress compiler warning for coding-system-from-name for
11860         Emacs 21 and XEmacs.
11861
11862 2010-03-14  Juri Linkov  <juri@jurta.org>
11863
11864         * hmac-def.el:
11865         * hmac-md5.el:
11866         * netrc.el: Fix keywords.
11867
11868 2010-02-26  Glenn Morris  <rgm@gnu.org>
11869
11870         * message.el (message-send-mail-function): Change the default, so that
11871         it inherits from a customized send-mail-function.  (Bug#5643)
11872
11873 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11874
11875         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11876         shell-command-to-string signals an error (bug#5299).
11877
11878 2010-02-24  Glenn Morris  <rgm@gnu.org>
11879
11880         * message.el (message-smtpmail-send-it)
11881         (message-send-mail-with-mailclient): Doc fixes.
11882
11883 2010-02-16  Glenn Morris  <rgm@gnu.org>
11884
11885         * message.el (message-default-mail-headers): Change the default value
11886         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11887
11888 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11891         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11892
11893 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11894
11895         * time-date.el (date-to-time): Doc fix (Bug#5408).
11896
11897 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11898
11899         * message.el (message-mail): Just pass yank-action on to message-setup.
11900         (message-setup): Handle (FUN . ARGS) form of yank-action.
11901         (message-with-reply-buffer, message-widen-reply)
11902         (message-yank-original): Handle non-buffer values of
11903         message-reply-buffer (Bug#4080).
11904         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11905
11906 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11907
11908         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11909         Fix typo in docstring.
11910
11911 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11912
11913         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11914         response.
11915
11916 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11919
11920         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11921
11922         * message.el (message-check-news-header-syntax): Protect against a
11923         string that `rfc822-addresses' returns when parsing fails.
11924
11925 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11928         (gnus-previous-char-property-change): New functions.
11929
11930         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11931
11932 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11933
11934         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11935         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11936
11937 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11938
11939         * message.el (message-exchange-point-and-mark): Rework last change to
11940         avoid using optional arg of exchange-point-and-mark, for backward
11941         compatibility.
11942
11943 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11944
11945         * message.el (message-exchange-point-and-mark):
11946         Call exchange-point-and-mark with an argument rather than setting
11947         mark-active by hand (Bug#5175).
11948
11949 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * nntp.el (nntp-service-to-port): Work for service expressed with
11952         numeric string; replace [:digit:] with [0-9] for XEmacs.
11953
11954 2009-12-17  Glenn Morris  <rgm@gnu.org>
11955
11956         * gnus-group.el (gnus-bug-group-download-format-alist):
11957         Change emacs entry to debbugs.gnu.org.  Bump :version.
11958
11959 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11962
11963 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * message.el (message-info): Explain why we use `Info-goto-node'.
11966
11967 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11970
11971 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11972
11973         * message.el (message-completion-in-region): New compatibility function.
11974         (message-expand-group): Use it.
11975
11976 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11979         with no unread article should be listed if the 2nd arg `predicate' is
11980         given.
11981
11982 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11985
11986 2009-11-29  Juri Linkov  <juri@jurta.org>
11987
11988         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11989         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11990         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11991
11992 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11993
11994         * sha1.el (sha1-string-external): default-directory "/" in case
11995         otherwise non-existent.  process-connection-type pipe for touch of
11996         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11997
11998 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11999
12000         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12001         it's comms related and sgml-mode.el has "comm" on that basis too.
12002
12003 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12006         containing tspecial characters if they have been already quoted.
12007
12008 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12009
12010         * dns-mode.el (auto-mode-alist): Purecopy string.
12011
12012 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12013
12014         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12015
12016 2009-10-24  Glenn Morris  <rgm@gnu.org>
12017
12018         * gnus-art.el (help-xref-stack-item): Define for compiler.
12019
12020 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12021
12022         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12023
12024 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12027
12028 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12031         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12032
12033 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12034
12035         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12036         (gnus-overlays-in): New alias to overlays-in.
12037
12038         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12039         gnus-overlay-get, and gnus-delete-overlay.
12040         (gnus-summary-show-thread): Make it work as well for systems in which
12041         next-single-char-property-change is not available.
12042         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12043
12044         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12045         (gnus-overlay-get): New alias to extent-property.
12046         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12047
12048         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12049         SXEmacs.
12050
12051         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12052         SXEmacs.
12053
12054 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12057
12058 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12059
12060         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12061         and XEmacs that don't have `remove-overlays'.
12062
12063 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12064
12065         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12066         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12067         selective display.  Use overlays instead.
12068
12069 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12070
12071         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12072
12073 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12074
12075         * spam-stat.el (spam-stat-load): Fix typo in message.
12076
12077 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12078
12079         * dig.el (dig-invoke): Fix typo in docstring.
12080         (query-dig): Reflow docstring.
12081
12082 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12083
12084         * gnus-art.el (gnus-article-encrypt-body):
12085         * message.el (message-check-recipients):
12086         * mm-util.el (mm-codepage-setup):
12087         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12088         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12089
12090 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12091
12092         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12093         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12094         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12095         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12096         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12097
12098 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12099
12100         * dig.el: Add "Keywords: comm", as per net-utils.el.
12101
12102 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12103
12104         * dig.el (dig-mode): Use define-derived-mode.
12105
12106 2009-09-19  Glenn Morris  <rgm@gnu.org>
12107
12108         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12109
12110 2009-09-18  Glenn Morris  <rgm@gnu.org>
12111
12112         * gnus-diary.el (gnus-diary-check-message):
12113         * message.el (message-insert-formatted-citation-line):
12114         * nnbabyl.el (top-level):
12115         * nndiary.el (nndiary-schedule):
12116         Fix typos in condition-case handlers.
12117
12118 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12121         configuration that provides the sole article window in a frame;
12122         position point correctly after deleting a part.
12123
12124 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12125
12126         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12127         (spam-resolve-registrations-routine): Use it to unregister articles
12128         that change status.
12129
12130 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12133         with XEmacs.
12134         (parse-time-string-chars): Use it.
12135
12136 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12137
12138         * imap.el (imap-interactive-login): Better messages.
12139         (imap-open): Fix bug with renamed buffer on reconnect.
12140         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12141         for easier debugging and cleaner code.  On successful (guessed based on
12142         server capabilities) secondary authentication, set imap-state
12143         correctly.
12144         (imap-last-authenticator): Define imap-last-authenticator as a variable
12145         to avoid warnings.
12146
12147 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * nnrss.el (nnrss-request-article): Remove binding of
12150         default-enable-multibyte-characters that has gotten needless by
12151         the 2007-07-13 change in rfc2047-encode-message-header.
12152
12153         * mml.el (mml-insert-multipart): Error on the message header.
12154         (mml-insert-part): Error on the message header; position point at
12155         the end of a MIME tag.
12156
12157 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * time-date.el (autoload): Expand define-obsolete-function-alias into
12160         defalias and make-obsolete for old Emacsen that Gnus supports.
12161         (with-no-warnings): Define it for old Emacsen.
12162         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12163         is available.
12164         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12165         float-time is available; suppress compile warning for time-to-seconds.
12166
12167         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12168         (gnus-float-time): Alias to float-time if it exists.
12169
12170         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12171         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12172         float-time is available; suppress compile warning for time-to-seconds.
12173
12174         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12175         XEmacs.
12176
12177 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12178
12179         * imap.el (imap-message-map): Docstring fix.
12180
12181 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12184         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12185         Add the optional argument `encoding' that overrides the default.
12186
12187         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12188         mm-encode-buffer.
12189
12190 2009-09-04  Glenn Morris  <rgm@gnu.org>
12191
12192         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12193         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12194         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12195         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12196         * mm-util.el (mm-with-unibyte-current-buffer)
12197         (mm-find-buffer-file-coding-system):
12198         * yenc.el (yenc-decode-region): Use default-value rather than
12199         default-enable-multibyte-characters.
12200
12201 2009-09-03  Glenn Morris  <rgm@gnu.org>
12202
12203         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12204         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12205         than default-enable-multibyte-characters.
12206
12207 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12208
12209         * gnus-art.el (gnus-article-read-summary-keys):
12210         Fix gnus-buffer-configuration's value temporarily used.
12211
12212 2009-09-02  Glenn Morris  <rgm@gnu.org>
12213
12214         * gnus-util.el (gnus-float-time): New function.
12215         * gnus-delay.el (gnus-delay-article):
12216         * gnus-sum.el (gnus-thread-latest-date):
12217         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12218         * nnspool.el (nnspool-request-newgroups):
12219         Use gnus-float-time rather than time-to-seconds.
12220         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12221
12222         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12223         (gnus-header-subject-face, gnus-header-newsgroups-face)
12224         (gnus-header-name-face, gnus-header-content-face):
12225         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12226         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12227         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12228         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12229         (gnus-cite-face-11):
12230         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12231         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12232         (gnus-server-closed-face, gnus-server-denied-face)
12233         (gnus-server-offline-face):
12234         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12235         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12236         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12237         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12238         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12239         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12240         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12241         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12242         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12243         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12244         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12245         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12246         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12247         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12248         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12249         (gnus-summary-high-undownloaded-face)
12250         (gnus-summary-low-undownloaded-face)
12251         (gnus-summary-normal-undownloaded-face)
12252         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12253         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12254         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12255         (gnus-splash-face):
12256         * message.el (message-header-to-face, message-header-cc-face)
12257         (message-header-subject-face, message-header-newsgroups-face)
12258         (message-header-other-face, message-header-name-face)
12259         (message-header-xheader-face, message-separator-face)
12260         (message-cited-text-face, message-mml-face):
12261         * sieve-mode.el (sieve-control-commands-face)
12262         (sieve-action-commands-face, sieve-test-commands-face)
12263         (sieve-tagged-arguments-face):
12264         * spam.el (spam-face):
12265         Mark face aliases with "-face" in the name as obsolete.
12266
12267 2009-09-01  Glenn Morris  <rgm@gnu.org>
12268
12269         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12270         than goto-line.
12271
12272 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12275         Don't move point if the command is invoked inside the message header.
12276
12277 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12278
12279         * imap.el (imap-send-command): Simplify.
12280         (imap-wait-for-tag): point-max -> buffer-size.
12281
12282 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12283
12284         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12285         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12286         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12287         * nnir.el (nnir-swish-e-index-file):
12288         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12289         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12290         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12291         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12292         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12293         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12294
12295 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12298         Don't save excursion.
12299
12300 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12301
12302         * nnheader.el (nnheader-find-file-noselect):
12303         * mm-util.el (mm-insert-file-contents):
12304         Use (default-value 'major-mode) instead of default-major-mode.
12305
12306 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12307
12308         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12309
12310 2009-08-26  Glenn Morris  <rgm@gnu.org>
12311
12312         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12313         than placing in files.el.
12314
12315 2009-08-25  Glenn Morris  <rgm@gnu.org>
12316
12317         * nnir.el (top-level): Don't require cl at run-time.
12318         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12319         Replace cl-function substitute with gnus-replace-in-string.
12320         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12321         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12322         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12323         simplified expansions.
12324
12325 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12326
12327         * dig.el (dig): Add autoload cookie.
12328
12329 2009-08-22  Glenn Morris  <rgm@gnu.org>
12330
12331         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12332         goto-line.
12333
12334 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12335
12336         * parse-time.el (parse-time-string-chars): Save match data.
12337
12338 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12339
12340         * parse-time.el (parse-time-string-chars): Compute using character
12341         classes, to handle non-ascii characters (Bug#3190).
12342
12343 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12346
12347         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12348         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12349         (gnus-mm-display-part, gnus-mime-display-single)
12350         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12351         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12352
12353         * gnus-sum.el
12354         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12355         (gnus-summary-move-article): Add expirable mark to articles copied or
12356         moved to group that has auto-expire turned on if the option is non-nil.
12357
12358 2009-07-24  Glenn Morris  <rgm@gnu.org>
12359
12360         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12361         Fix typo.  (Bug#3903)
12362
12363 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12366         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12367         that should not be used for draft articles.
12368         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12369         that has no concern in minor mode keys.
12370         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12371         Abolish.
12372
12373 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12376         article without making inquiry to a user for unknown encoding.
12377
12378         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12379         (nnmaildir--scan): Assume i-node and device number that file-attributes
12380         returns might be cons-cell.
12381
12382         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12383
12384         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12385
12386 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12387
12388         * auth-source.el: Remove docs now in auth.texi.  Don't use
12389         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12390         `auth-source-hide-passwords' and use them.
12391
12392 2009-07-15  Glenn Morris  <rgm@gnu.org>
12393
12394         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12395
12396 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12399         excessive whitespace from the default values of title and description.
12400
12401 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12404         mail-fetch-field to fetch Content-Description header in order to
12405         exclude newlines.
12406
12407 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12408
12409         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12410         format used by GnuPG 2.0.11.
12411
12412 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12415         to deleted part.
12416
12417 2009-05-30  David Engster  <dengste@eml.cc>
12418
12419         * nnmairix.el: Remove old documentation in the commentary block.
12420         (nnmairix-request-group): Do not update active file for nnml back ends.
12421         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12422         end so that overview files are ignored.
12423         (nnmairix-update-groups): Make updating the groups more robust by using
12424         marks.
12425         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12426         with dollar characters in message-id.
12427
12428 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12431         2008-12-25 in dns.el.
12432
12433 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12434
12435         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12436         could happen if the text is only composed of spaces and/or tabs.
12437
12438 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12439
12440         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12441         when sending a queued message to avoid extra mml tags.
12442
12443 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12446
12447 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12450         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12451         rmail-toggle-header for XEmacs;
12452         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12453
12454 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-dired.el: Remove autoload for gnus-setup-message.
12457         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12458         displaying Gnus logo; always use compose-mail.
12459
12460 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12463
12464 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12467         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12468         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12469         available.
12470         (gnus-nocem-epg-verify): New function.
12471
12472 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12475
12476 2009-02-15  Glenn Morris  <rgm@gnu.org>
12477
12478         * gnus-util.el (rmail-insert-rmail-file-header)
12479         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12480         autoloads.
12481         (rmail-default-rmail-file): Remove unnecessary declaration.
12482         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12483
12484 2009-02-14  Glenn Morris  <rgm@gnu.org>
12485
12486         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12487         variable (only used in gnus-util, which declares it anyway).
12488         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12489         which was only needed by gnus-art (changed to not use it any more).
12490         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12491         only used in gnus-util, which autoloads it itself.
12492         (rmail-update-summary): Fix autoload.
12493
12494         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12495         rather than rmail-output-to-rmail-file.
12496
12497 2009-02-07  Glenn Morris  <rgm@gnu.org>
12498
12499         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12500         autoload of function that no longer exists.
12501         (rmail-toggle-header): Declare.
12502         (message-forward-rmail-make-body): Handle mbox Rmail.
12503
12504 2009-01-31  Glenn Morris  <rgm@gnu.org>
12505
12506         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12507         2009-01-09 change.
12508
12509 2009-01-31  Dave Love  <fx@gnu.org>
12510
12511         * imap.el (imap-fetch-safe): Bind debug-on-error.
12512         (imap-debug): Add imap-fetch-safe.
12513
12514 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12515
12516         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12517         (auth-source-forget-all-cached): New convenience function.
12518         (auth-source-user-or-password): Accept list of modes or a single mode.
12519
12520         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12521         auth-source modes.
12522
12523         * netrc.el (netrc-machine-user-or-password): Use list of
12524         auth-source modes.
12525
12526         * nnimap.el (nnimap-open-connection): Use list of
12527         auth-source modes.
12528
12529         * nntp.el (nntp-send-authinfo): Use list of
12530         auth-source modes.
12531
12532 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12533
12534         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12535         now.
12536
12537 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12540         coding system in XEmacs; add a workaround for XEmacs.
12541
12542         * lpath.el: Fbind coding-system-aliasee.
12543
12544 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12547         of current-language-environment.
12548
12549 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12552         available at runtime.
12553
12554 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12557
12558 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12559
12560         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12561         the greatest positive fixnum value doesn't work under an XEmacs with
12562         bignum support; use the most-positive-fixnum constant instead,
12563         available since Emacs 21.1 with cl and XEmacs 21.1.
12564
12565 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12568         XEmacs gets not to work.
12569
12570 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * mm-util.el (mm-coding-system-priorities): Allow the value like
12573         "Japanese (UTF-8)" of current-language-environment.
12574
12575 2009-01-09  Glenn Morris  <rgm@gnu.org>
12576
12577         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12578         with last-command-event.
12579
12580 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12583         in the doc string.
12584
12585         * message.el (message-fix-before-sending): Amend comment.
12586
12587 2009-01-08  Dave Love  <fx@gnu.org>
12588
12589         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12590
12591 2009-01-07  David Engster  <dengste@eml.cc>
12592
12593         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12594         simplified server definitions by converting it via
12595         gnus-server-to-method.
12596
12597 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12600         parameter's operands.
12601
12602 2009-01-06  David Engster  <dengste@eml.cc>
12603
12604         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12605         primary select method (for gnus-group-mark-article-as-read).
12606
12607 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12608
12609         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12610         `(gnus)Face', not `(gnus)X-Face'.
12611
12612 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * mm-util.el (mm-ucs-to-char): New function.
12615
12616         * mm-url.el (mm-url-decode-entities): Use it.
12617
12618         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12619         unicode-to-char.
12620
12621 2009-01-05  Dave Love  <fx@gnu.org>
12622
12623         * time-date.el: Require cl for `declare'.
12624
12625 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12628         Dave Love.
12629
12630 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * message.el (message-fix-before-sending): Add `eight-bit' to
12633         illegible-text check.
12634
12635 2009-01-03  Michael Olson  <mwolson@gnu.org>
12636
12637         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12638         `headers' is nil.  This can occur if the IMAP server does not have
12639         permissions to read messages from a folder, but can write new messages
12640         to the folder.
12641         (nnimap-request-article-part): Do not insert `data' if it is nil.
12642
12643         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12644         characters which will confuse `read', so skip past them.
12645
12646 2009-01-01  Dave Love  <fx@gnu.org>
12647
12648         * imap.el (imap-string-to-integer): Fix typo.
12649         (imap-fetch-safe): New function.
12650         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12651
12652         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12653
12654         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12655         (imap-parse-greeting): Fix doc strings.
12656         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12657         (imap-parse-flag-list): Make messages unique.
12658         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12659
12660         * nnimap.el: Fix author email.
12661         (nnimap-split-rule): Add FIXME comment.
12662         (nnimap-debug): Fix doc string.
12663
12664 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12667
12668 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12671         nslookup if resolv.conf isn't available.
12672         (dns-query): Rename from query-dns.
12673         (dns-query-cached): Rename from query-dns-cached.
12674
12675 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12678         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12679         to check if those variables exist (first appeared in Emacs 18.50).
12680
12681 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * mm-util.el (mm-line-number-at-pos): New function.
12684
12685         * spam-report.el (spam-report-process-queue): Use it.
12686
12687 2008-12-24  David Engster  <dengste@eml.cc>
12688
12689         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12690         parameters that haven't existed as variables as buffer-local variables.
12691
12692 2008-12-23  Dave Love  <fx@gnu.org>
12693
12694         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12695         cadar.
12696
12697         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12698         imap-starttls-p.
12699         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12700
12701 2008-12-22  Dave Love  <fx@gnu.org>
12702
12703         * imap.el: Fix author email.  Doc fixes.
12704         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12705         reply.
12706
12707 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * spam-report.el (spam-report-gmane-max-requests): New constant.
12710         (spam-report-gmane-wait): New variable.
12711         (spam-report-gmane-ham, spam-report-gmane-spam)
12712         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12713         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12714         the server.
12715
12716         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12717         Add explanations.
12718
12719         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12720         nnheader-accept-process-output and nnheader-read-timeout if available.
12721         (pop3-movemail): Use it.
12722
12723         * message.el (message-check-news-body-syntax): Fix signature check if
12724         there's an attachment.
12725
12726 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * mm-util.el: Add comments to the mm- emulating functions.
12729
12730 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12733         Reported by Stephen Berman <stephen.berman@gmx.net>.
12734
12735 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * mm-util.el (mm-substring-no-properties): New function.
12738         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12739         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12740         (mm-string-to-multibyte): Doc fix.
12741
12742         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12743
12744 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * mml.el (mml-attach-file): Strip text properties from file name.
12747         (Bug#1574)
12748
12749 2008-12-16  Glenn Morris  <rgm@gnu.org>
12750
12751         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12752
12753 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12756         knows since the charset specified might be a bogus alias that
12757         mm-charset-synonym-alist provides.
12758
12759 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12762         "ISO_8859-1".
12763
12764         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12765
12766 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * mm-util.el (mm-charset-eval-alist):
12769         Define it before mm-charset-to-coding-system.
12770         (mm-charset-to-coding-system): Add optional argument `silent';
12771         define it before mm-charset-override-alist.
12772         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12773         default value if it can be used in Emacs currently running;
12774         silence mm-charset-to-coding-system.
12775
12776 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12779         `allow-override' which says whether to use `mm-charset-override-alist'.
12780         (rfc2047-decode-encoded-words): Use it.
12781
12782         * mm-util.el (mm-charset-override-alist): Fix custom type;
12783         add `(gb2312 . gbk)' to choices.
12784
12785 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12788         fast.
12789
12790         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12791
12792         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12793
12794 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12795
12796         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12797         on links.
12798
12799         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12800
12801 2008-12-03  Lute Kamstra  <lute@gnu.org>
12802
12803         * sha1.el: Remove leading * from docstrings of defcustoms,
12804         deffaces, defconsts and defuns.
12805
12806 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12809         users' addresses that don't have domain parts.
12810         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12811         rather than message-narrow-to-head since there will be the message
12812         header separator.
12813
12814 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12815
12816         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12817         since the result is inserted in a unibyte buffer anyway.
12818         (nnimap-demule-use-string-to-multibyte): Remove.
12819         (nnimap-demule): Alias it to mm-string-to-multibyte.
12820
12821 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12824         variable for debugging bug#464 and bug#1174.
12825         (nnimap-demule): Use it.
12826
12827 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12830         score calculation correctly.
12831
12832 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12833
12834         * message.el (message-send-mail): Just set the buffer to unibyte
12835         rather than use mm-with-unibyte-current-buffer which does a lot more.
12836         (message-send-mail-partially): Don't bother with
12837         mm-with-unibyte-current-buffer since it's already been made unibyte by
12838         message-send-mail.
12839
12840 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12841
12842         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12843
12844 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12845
12846         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12847
12848 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12851         require itself and to remove `with-no-warnings'.
12852
12853 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12854
12855         * starttls.el (starttls-any-program-available): Get the name of the
12856         available TLS layer program.
12857         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12858         well as the host name in the "opening" message.
12859
12860         * auth-source.el (auth-source-cache, auth-source-do-cache)
12861         (auth-source-user-or-password): Cache passwords and logins by default,
12862         allow override with `auth-source-do-cache'.
12863         (auth-source-forget-user-or-password): Allow users to remove cache
12864         entries if needed.
12865
12866 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12867
12868         * md4.el (md4-buffer): Fix typo in docstring.
12869         (md4, md4-64): Doc fixes.
12870         (md4-pack-int32): Reflow docstring.
12871
12872 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12873
12874         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12875         condition-case to only the forward-sexp call.
12876
12877 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12878
12879         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12880         quotes contained.  Make it more robust regardless by an extra
12881         condition-case wrapper.
12882
12883 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12886
12887 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * nnml.el (nnml-request-expire-articles): Check if the function set to
12890         `nnmail-expiry-target' returns the symbol `delete'.
12891
12892         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12893
12894         * nnmail.el (nnmail-expiry-target): Fix custom type.
12895
12896 2008-10-02  Glenn Morris  <rgm@gnu.org>
12897
12898         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12899         Silence compiler warning.
12900
12901 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12902
12903         * tls.el (open-tls-stream): Show the actual command being
12904         executed, instead of the format string.
12905
12906 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * lpath.el: Fbind codepage-setup for Emacs 23.
12909
12910 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12911
12912         * mml.el (mml-menu): Don't assume mml2015 is bound.
12913
12914 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12917         exists.
12918
12919 2008-09-27  Glenn Morris  <rgm@gnu.org>
12920
12921         * gnus-util.el (mail-header-remove-comments): Autoload it.
12922
12923 2008-09-27  Andreas Schwab  <schwab@suse.de>
12924
12925         * gnus-util.el (gnus-split-references): Strip comments.
12926         (gnus-parent-id): Likewise.
12927
12928 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * message.el (message-confirm-send): Fix version.
12931
12932 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * message.el (message-idna-to-ascii-rhs-1): Use
12935         mail-extract-address-components rather than mail-header-parse-addresses
12936         that is an alias by default to ietf-drums-parse-addresses that does not
12937         support non-ASCII names in headers' contents.
12938
12939 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12940
12941         * message.el (message-confirm-send): Fix variable documentation to
12942         avoid the "y/n" wording.
12943
12944 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12945
12946         * message.el (message-set-auto-save-file-name): Save to a different
12947         filename so multiple messages (especially drafts) can be recovered.
12948
12949 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12950
12951         * message.el (message-confirm-send): Add appropriate version.
12952
12953 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12954
12955         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12956         defvar.
12957
12958 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12959
12960         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12961         (mm-pkcs7-enveloped-magic): Ditto.
12962
12963 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12964
12965         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12966         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12967
12968 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12969
12970         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12971         default, it's better.
12972
12973 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12974
12975         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12976         summary line gnus-number property and ignore them (with a warning
12977         message).
12978
12979 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12982         macro caddr in the interactive form since it won't be expanded.
12983
12984 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12987         `charset'; fix name of function called recursively.
12988         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12989
12990 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12993         (gnus-mime-set-charset-parameters): New function.
12994         (gnus-mime-view-part-as-charset): Use it to correctly display part
12995         specifying wrong charset.
12996
12997 2008-09-08  David Engster  <dengste@eml.cc>
12998
12999         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13000         in completing-read for back end server.
13001
13002 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13003
13004         * message.el (message-confirm-send): New variable to confirm sending a
13005         message.
13006         (message-send): Use it.
13007
13008 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13009
13010         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13011
13012 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13015
13016 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13017
13018         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13019         prevent tracking too many groups.
13020         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13021         Use it.
13022
13023 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13024
13025         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13026         moving point to the bottom of the window in order to avoid recentering.
13027
13028 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13031
13032         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13033         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13034         (gnus-article-beginning-of-window): Fix calculation.
13035
13036 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * gnus-msg.el (gnus-summary-supersede-article)
13039         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13040         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13041         message header.
13042
13043 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13044
13045         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13046         pending output coming after the status change.
13047
13048 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13049
13050         * message.el:
13051         * gnus-start.el:
13052         * gnus-registry.el: Remove VMS support.
13053
13054 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13057         macro.
13058         (rfc2104-hash): Use it.
13059
13060 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13063         (gnus-summary-sort-by-most-recent-date): New commands.
13064         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13065         and menu entries.
13066
13067 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13070         don't redisplay article for raw contents; remove plural articles stuff.
13071
13072         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13073         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13074         on gnus-summary-save-article; display results properly.
13075
13076 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * lpath.el: No need to fbind ns-focus-frame.
13079
13080 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13083
13084 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * gnus-art.el (gnus-summary-save-in-pipe):
13087         Consider gnus-save-all-headers.
13088
13089 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13090
13091         * gnus-util.el (ns-focus-frame): Remove declaration.
13092         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13093         like x.
13094
13095 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13096
13097         * rfc2104.el (rfc2104-zero): Delete defconst.
13098         (rfc2104-hex-alist): Likewise.
13099         (rfc2104-hex-to-int): Delete func.
13100         (rfc2104-hexstring-to-bitstring): Likewise.
13101         (rfc2104-nybbles): New defconst.
13102         (rfc2104-hash): Rewrite for speed.
13103
13104 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * tls.el (open-tls-stream): Make it work with the 2nd argument
13107         BUFFER that is a string but does not exist as a buffer object, as
13108         mentioned in the doc-string.
13109
13110 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13113         SXEmacs.
13114
13115 2008-07-16  Glenn Morris  <rgm@gnu.org>
13116
13117         * gnus-util.el (ns-focus-frame): Declare for compiler.
13118
13119 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13122         set as a group parameter.
13123         (gnus-summary-save-in-pipe): Work when it is called independently.
13124         (gnus-summary-pipe-to-muttprint): Don't modify
13125         gnus-summary-pipe-output-default-command.
13126
13127 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13128
13129         * message.el (message-send-mail-with-sendmail):
13130         Display the error message.
13131
13132 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-art.el (gnus-default-article-saver):
13135         Add gnus-summary-save-in-pipe to choices.
13136         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13137         gnus-summary-pipe-output-default-command as the default command.
13138         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13139         instead of gnus-last-shell-command.
13140
13141         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13142         New user option.
13143         (gnus-summary-muttprint-program): Mention the value will be changed.
13144         (gnus-summary-save-article): Force showing of all headers.
13145         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13146
13147 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13148
13149         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13150
13151 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13152
13153         * nnimap.el (nnimap-id):
13154         * sieve-manage.el (sieve-manage-open): Doc fixes.
13155
13156 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13157
13158         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13159         if available.
13160
13161 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13162
13163         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13164
13165         * nnkiboze.el (nnkiboze-generate-group):
13166         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13167
13168         * nnmairix.el: Require CL.
13169
13170 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13171
13172         * dgnushack.el: Autoload get-display-table and put-display-table for
13173         XEmacs 21.5.
13174
13175         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13176         21.4 and SXEmacs.
13177
13178 2008-06-15  David Engster  <dengste@eml.cc>
13179
13180         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13181
13182 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13183
13184         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13185         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13186         runtime choice under XEmacs.
13187
13188         * gnus-sum.el (gnus-summary-set-display-table):
13189         Use `gnus-put-display-table', `gnus-get-display-table',
13190         `gnus-set-display-table' for the display table, instead of `aset'.
13191
13192         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13193         Use `gnus-put-display-table', `gnus-get-display-table',
13194         `gnus-set-display-table' for the display table.
13195
13196 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * nnmairix.el: Add autoloads.
13199
13200 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * nnmairix.el (nnmairix-delete-recreate-group)
13203         (nnmairix-update-and-clear-marks): Fix error messages.
13204
13205 2008-06-14  David Engster  <dengste@eml.cc>
13206
13207         * nnmairix.el: Upgrade to version 0.6.
13208         (nnmairix-group-toggle-propmarks-this-group)
13209         (nnmairix-group-toggle-readmarks-this-group)
13210         (nnmairix-group-delete-recreate-this-group)
13211         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13212         (nnmairix-remove-tick-mark-original-article): New commands.
13213         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13214         (nnmairix-propagate-marks-to-nnmairix-groups)
13215         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13216         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13217         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13218         functions needed for marks propagation and manipulation of read marks.
13219         (nnmairix-update-groups): New function.
13220         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13221         (nnmairix-determine-original-group-from-registry)
13222         (nnmairix-determine-original-group-from-path)
13223         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13224         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13225         New helper functions.
13226         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13227         keystrokes for new commands.
13228         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13229         (nnmairix-request-group): Check allow-fast group parameter.
13230         (nnmairix-request-create-group): Set allow-fast group parameter if
13231         nnmairix-allowfast-default is set.
13232         (nnmairix-close-group): Propagate marks upon closing if needed.
13233         (nnmairix-group-toggle-threads-this-group): Use new.
13234         nnmairix-group-toggle-parameter helper function.
13235         (nnmairix-search): Better check for empty search result.
13236         (nnmairix-goto-original-article): Use new helper functions for
13237         determining original article.
13238         (nnmairix-show-original-article): Make sure message-id is in brackets.
13239         (nnmairix-call-mairix-binary): Change variable name.
13240         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13241         helper function.
13242         (nnmairix-widget-toggle-activate): Fix doc string.
13243
13244 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * nnir.el: Require edmacro when compiling with XEmacs.
13247         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13248         available in Emacs 21.
13249
13250 2008-06-11  Glenn Morris  <rgm@gnu.org>
13251
13252         * gnus-util.el (x-focus-frame):
13253         * gnus.el (image-size):
13254         * mm-decode.el (image-size): Declare.
13255
13256         * gnus-picon.el (declare-function): Add compat definition.
13257         (image-size): Declare.
13258
13259         * gnus-group.el (tool-bar-map):
13260         * gnus-sum.el (tool-bar-map): Define for compiler.
13261
13262         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13263
13264         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13265
13266         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13267         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13268         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13269         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13270         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13271         * sieve-manage.el, spam-report.el, spam.el:
13272         Remove unnecessary eval-and-compile of autoloads.
13273
13274 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13275
13276         * auth-source.el: Precise Tramp doc.
13277
13278 2008-06-07  Glenn Morris  <rgm@gnu.org>
13279
13280         * nnmairix.el: Remove unnecessary eval-when-compile.
13281
13282 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * lpath.el: Fbind propertize for XEmacs 21.4.
13285
13286 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * nnir.el: Move here from ../contrib.
13289
13290 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13291
13292         * gnus-util.el (gnus-read-shell-command): New function.
13293         * mm-decode.el (mm-pipe-part):
13294         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13295
13296 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13299
13300 2008-06-03  Glenn Morris  <rgm@gnu.org>
13301
13302         * pop3.el (nnheader-accept-process-output): Autoload it.
13303
13304 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13307         are not 2-digit hexadecimal characters that follow `%'s.
13308
13309 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * message.el (message-bogus-recipient-p): Fix type in doc string.
13312         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13313         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13314         Improve custom options.
13315         (message-bogus-recipient-p): Adjust accordingly.
13316
13317 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13318
13319         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13320         long-form month and day names.
13321
13322 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * dgnushack.el: Autoload debug, eudc-expand-inline and
13325         pgg-snarf-keys-region for XEmacs.
13326
13327         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13328
13329         * nnmairix.el: Require edmacro when compiling with XEmacs.
13330
13331 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13334         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13335
13336 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13337
13338         * auth-source.el: Add more docs.
13339
13340         * netrc.el (netrc-machine): Always match if the port is not given.
13341
13342 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13345         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13346         retrieval faster in some cases, but might make CPU usage larger.
13347         If this has any bad side effects, we might revert this change.
13348
13349         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13350         seems to make mail retrieval much, much faster.
13351         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13352         unconditionally.
13353
13354         * gnus-draft.el (gnus-group-send-queue):
13355         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13356
13357 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13360
13361         * message.el (message-bogus-address-regexp): Fix and improve custom
13362         type.
13363         (message-setup-hook): Add message-check-recipients as custom option.
13364
13365 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * message.el (message-cite-function): Remove bogus autoload which crept
13368         in during merge from v5-10.
13369
13370 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13373
13374         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13375
13376         * auth-source.el: Preliminary Tramp docs.
13377         (auth-sources): Change the default auth-sources to use
13378         EPA .gpg files.
13379
13380 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13381
13382         * nntp.el: Autoload `auth-source-user-or-password'.
13383         (nntp-send-authinfo): Use it.
13384
13385         * nnimap.el: Autoload `auth-source-user-or-password'.
13386         (nnimap-open-connection): Use it.
13387
13388         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13389         for the gnus-message function.
13390         (auth-source-user-or-password): Use it.
13391
13392 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13393
13394         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13395         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13396         (rfc2104-hash): Use it.
13397
13398 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13399
13400         * gnus-art.el (gnus-article-toggle-truncate-lines):
13401         Don't use `iff' in docstring.
13402
13403 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13406
13407         * gnus-util.el (gnus-extract-address-component-name)
13408         (gnus-extract-address-component-email): Convenience functions around
13409         `gnus-extract-address-components'.
13410
13411         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13412         Use `gnus-extract-address-component-email' to fix bug of comparing full
13413         sender name to `user-mail-address'.
13414
13415 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13416
13417         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13418         catch/throw to optimize.
13419         (gnus-registry-find-keywords): Just use member to find a keyword.
13420
13421 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13422
13423         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13424         is current before calling gnus-server-prepare.
13425         (gnus-server-setup-buffer, gnus-server-update-server)
13426         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13427
13428 2008-05-04  Juri Linkov  <juri@jurta.org>
13429
13430         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13431         (mailcap-file-default-commands): Use mailcap-replace-in-string
13432         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13433         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13434
13435 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13436
13437         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13438
13439 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13440
13441         * gnus.el: Bump version to 0.11.
13442
13443 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13444
13445         * gnus.el: No Gnus v0.10 is released.
13446
13447 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13450         hooks.
13451         (gnus-update-read-articles): Speed up non-marks-using users.
13452         (gnus-use-marks): Define gnus-use-marks.
13453         (gnus-propagate-marks): Rename variable to something more sensible.
13454
13455 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13456
13457         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13458         (gmm-image-load-path-for-library): Fix typos in docstrings.
13459         (gmm-message): Reflow docstring.
13460
13461 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13462
13463         * mail-source.el (mail-source-set-1, mail-source-bind):
13464         Move auth-source code out of the macro to clean it up and fix bugs.
13465
13466 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13467
13468         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13469         by sender if it's equal to user-mail-address, it's likely to be
13470         useless.
13471
13472         * mail-source.el (mail-source-bind): Don't use user or password if they
13473         are not bound.  Unintern them if they are nil.  Don't use server unless
13474         it's bound, and default it to empty string otherwise.
13475
13476 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * mail-source.el: Load auth-source.el.
13479         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13480         get user name or password, if auth-sources is set up.
13481
13482         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13483         strategy of splitting with parent.
13484         (gnus-registry-split-fancy-with-parent)
13485         (gnus-registry-post-process-groups): Use it and fix prior
13486         bug (returning a list as the split result).
13487
13488         * auth-source.el (auth-sources): Remove server parameter.
13489         (auth-source-pick, auth-source-user-or-password)
13490         (auth-source-user-or-password-imap)
13491         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13492         (auth-source-user-or-password-sftp)
13493         (auth-source-user-or-password-smtp): Remove server parameter.
13494
13495 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13496
13497         * smime.el (smime-sign-region, smime-encrypt-region)
13498         (smime-decrypt-region):
13499         Remove redundant calls to `generate-new-buffer-name'.
13500
13501 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13502
13503         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13504         Don't use QP for message/rfc822.
13505         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13506
13507 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13508
13509         * sieve-manage.el (sieve-string-bytes): Remove.
13510         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13511         correct byte-length only if the process's coding-system is the same as
13512         the one used internally by Emacs to represent strings.
13513
13514 2008-04-22  Juri Linkov  <juri@jurta.org>
13515
13516         * mailcap.el (mailcap-file-default-commands): New function.
13517
13518 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * message.el (message-signature-separator, message-cite-function):
13521         Change custom version.
13522
13523 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13524
13525         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13526         commands.
13527         (tls-checktrust): Ditto.
13528
13529 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13530
13531         * mm-decode.el (mm-display-external): Make temp file read-only.
13532
13533 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13536         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13537         `C-c C-f d'.
13538
13539 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13540
13541         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13542
13543 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gnus.el: Bump version to 0.9.
13546
13547 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus.el: No Gnus v0.8 is released.
13550
13551 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         * mail-source.el (mail-source-value):
13554         Prefer fboundp to functionp so it works with macros as well.
13555
13556 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13557
13558         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13559         Fix last change in case the element is not even a symbol.
13560
13561 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13562
13563         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13564         Prefer fboundp to functionp so it works with macros as well.
13565
13566 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * auth-source.el: Add docs.
13569         (auth-sources): Modify format to support server.
13570         (auth-source-pick, auth-source-user-or-password)
13571         (auth-source-user-or-password-imap)
13572         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13573         (auth-source-user-or-password-sftp)
13574         (auth-source-user-or-password-smtp): Add server parameter.
13575
13576 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13577
13578         * gnus-registry.el: Initialize the registry when gnus-registry-install
13579         is t.
13580
13581 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * compface.el (uncompface): Make buffer unibyte.
13584
13585 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13586
13587         * mail-source.el (mail-source-value):
13588         Prefer fboundp to functionp so it works with macros as well.
13589
13590 2008-04-05  Glenn Morris  <rgm@gnu.org>
13591
13592         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13593
13594 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13595
13596         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13597         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13598
13599         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13600         multibyteness after rather than before erasing it.
13601
13602         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13603         mm-with-multibyte.
13604         (gnus-request-article-this-buffer): Make sure the proper decoding is
13605         used if gnus-original-article-buffer happens to be unibyte.
13606
13607         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13608         default-enable-multibyte-characters.
13609
13610         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13611         default-enable-multibyte-characters.
13612
13613         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13614
13615         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13616
13617 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13618
13619         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13620         Fix last change in case the element is not even a symbol.
13621
13622 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13623
13624         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13625         (imap-message-copyuid-1): Use it.
13626         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13627         J. Williams in
13628         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13629
13630         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13631         imap-enable-exchange-bug-workaround.
13632         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13633
13634 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13635
13636         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13637         a 100 byte status-checks into a 2-3MB transfer for each group.
13638         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13639         to enable bug workaround or not.
13640         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13641
13642 2008-03-31  Glenn Morris  <rgm@gnu.org>
13643
13644         * message.el (mml2015-use): Declare for compiler.
13645         (message-info): Require mml2015 when appropriate.
13646
13647 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13650         whitespace.
13651
13652 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13653
13654         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13655         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13656         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13657         (nntp-service-to-port): New function.
13658         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13659         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13660         (nntp-open-netcat-stream): New function.
13661         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13662
13663 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13664
13665         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13666
13667 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13670
13671 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13672
13673         * dns.el (dns-write): Use set-buffer-multibyte.
13674
13675 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13676
13677         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13678
13679 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13680
13681         * message.el (message-signature-separator): Change default.
13682         Improve custom type.
13683         (message-cite-function): Change default to
13684         message-cite-original-without-signature.
13685
13686         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13687         toggle.
13688
13689         * message.el (message-check-news-body-syntax): Fix signature check.
13690         (message-setup-1): Mark buffer as unmodified _after_ running
13691         message-setup-hook and handling message-alternative-emails.
13692         (message-shorten-references): Be more strict when building list of
13693         valid references to comply with GNKSA.
13694
13695         * gnus-group.el (gnus-read-ephemeral-bug-group)
13696         (gnus-read-ephemeral-debian-bug-group)
13697         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13698
13699         * message.el (message-info): Don't use booleanp which isn't supported
13700         in Emacs 21 and XEmacs.
13701
13702 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13705         gnus-group-gmane-group-download-format.
13706         (gnus-group-read-ephemeral-gmane-group): Rename from
13707         gnus-group-read-ephemeral-gmane-group.
13708         (gnus-read-ephemeral-gmane-group-url): Rename from
13709         gnus-group-read-ephemeral-gmane-group-url.
13710         (gnus-bug-group-download-format-alist): New variable.
13711         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13712         (gnus-read-ephemeral-emacs-bug-group): New commands.
13713
13714 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13717         (gnus-visible-headers): Improve custom type.
13718
13719 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * mml.el (mml-menu): Add workarounds for XEmacs.
13722
13723         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13724         X-Boundary header.
13725
13726         * message.el (message-simplify-recipients): Fix previous commit.
13727
13728 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13729
13730         * mm-util.el (mm-set-buffer-multibyte): New function.
13731         * mm-decode.el (mm-copy-to-buffer): Use it.
13732
13733         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13734         Prefer fboundp to functionp so it works with macros as well.
13735
13736 2008-03-19  Glenn Morris  <rgm@gnu.org>
13737
13738         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13739         Accidentally removed in the sync process with Emacs.
13740
13741 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * message.el (message-alter-recipients-discard-bogus-full-name):
13744         New function.
13745         (message-alter-recipients-function): New variable.
13746         (message-get-reply-headers): Use it.
13747         (message-replace-header): New helper function.
13748         (message-recipients-without-full-name): New variable.
13749         (message-simplify-recipients): New command.
13750
13751         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13752
13753         * message.el (message-info): Handle EasyPG manual.
13754
13755         * mml.el (mml-menu): Add entry for EasyPG.
13756
13757 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13758
13759         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13760         parameter.
13761
13762         * message.el (message-disassociate-draft): Specify drafts group name
13763         fully.
13764
13765 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13766
13767         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13768         Eliminate unnecessary duplicates from the match list.
13769
13770 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13773
13774         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13775
13776         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13777         args of `how-many' of which the XEmacs version doesn't take; declare
13778         Info-index-next as function.
13779
13780 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus-score.el (gnus-score-headers): Fix handling of
13783         gnus-inhibit-slow-scoring.
13784
13785         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13786         string.
13787         (gnus-button-url-regexp): Improve handling of parenthesis.
13788         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13789         (gnus-button-handle-info-keystrokes): Handle index entries.
13790
13791 2008-03-15  Glenn Morris  <rgm@gnu.org>
13792
13793         * parse-time.el (parse-time-string): Simplify.
13794
13795 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13798         Incoming* files.
13799
13800 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * auth-source.el (auth-sources): Rename from auth-source-choices.
13803         (auth-source-pick): Use it.
13804
13805 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13806
13807         * binhex.el (binhex-decode-region-internal):
13808         * uudecode.el (uudecode-decode-region-internal):
13809         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13810         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13811         setting default-enable-multibyte-characters.
13812
13813 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13814
13815         * auth-source.el (auth-source-protocols)
13816         (auth-source-protocols-customize, auth-source-choices): Add and
13817         modified variable customizations and defaults.
13818         (auth-source-pick, auth-source-user-or-password)
13819         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13820         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13821         (auth-source-user-or-password-sftp)
13822         (auth-source-user-or-password-smtp): Use new variables and provide an
13823         interface to netrc.el.
13824
13825 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13828         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13829         Make sure the nntp port to specify is a string.
13830
13831 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13832
13833         * nntp.el: Use with-current-buffer.
13834         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13835         dubious mm-with-unibyte-current-buffer.
13836         (nntp-with-open-group-function): New function extracted from
13837         nntp-with-open-group macro.
13838         (nntp-with-open-group): Use the function, so it's easier to debug.
13839         Add indentation and debugging info.
13840         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13841         Recommend the use of the netcat alternatives.
13842
13843         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13844         Avoid mm-string-as-multibyte as well.
13845
13846         * nnweb.el (nnweb-insert-html):
13847         Remove use of nnheader-string-as-multibyte.
13848
13849         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13850         (nnheader-string-as-multibyte): Remove.
13851
13852         * mm-view.el: Use inhibit-read-only.
13853         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13854         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13855         or unibyte-string.
13856
13857         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13858         (mm-uu-yenc-extract): Use with-current-buffer.
13859
13860         * gnus-soup.el (gnus-soup-send-packet): Don't use
13861         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13862
13863         * nnmh.el: Use with-current-buffer.
13864         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13865         mm-string-as-multibyte on the output of mm-encode-coding-string.
13866
13867         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13868         (nnimap-request-move-article): Use with-current-buffer.
13869
13870         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13871         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13872         conversion uses string-make-unibyte rather than string-as-unibyte.
13873
13874         * gnus-msg.el: Use with-current-buffer.
13875
13876         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13877
13878 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13879
13880         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13881         string for caching if it is 'PIN.
13882
13883 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * lpath.el: Consider the case without Emacs/W3.
13886
13887 2008-03-08  Glenn Morris  <rgm@gnu.org>
13888
13889         * time-date.el (date-to-time, time-subtract, time-add)
13890         (safe-date-to-time): Doc fixes.
13891
13892 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * mail-source.el (mail-source-delete-old-incoming-confirm):
13895         Change default to nil.
13896         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13897
13898 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * lpath.el: Rearrange.
13901
13902         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13903         (gnus-article-goto-prev-page): Work for articles having ^L's.
13904
13905         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13906
13907         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13908
13909 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13910
13911         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13912         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13913         (gnus-bookmark-jump): Adjust some variable names.
13914
13915 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13916
13917         * auth-source.el: New package.
13918         (auth-source-choices): Add customization entry point variable.
13919
13920         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13921         bug.
13922
13923 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13924
13925         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13926         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13927         (gnus-registry-install-shortcuts): Rename from
13928         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13929         the `gnus-registry-mark-map' keymap dynamically from
13930         `gnus-registry-marks'.  The generated functions update the summary line
13931         when a registry mark is added or deleted, and will call
13932         `gnus-registry-install-p' (see the comments in the code).
13933         (gnus-registry-user-format-function-M): Use concat intelligently.
13934
13935         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13936         the registry mark functions.
13937
13938 2008-03-05  Glenn Morris  <rgm@gnu.org>
13939
13940         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13941         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13942         gnus-art.
13943         (top-level): No need to load own source when compiling.
13944
13945 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13948         Suggested by <chris.anderton@zetnet.co.uk>.
13949
13950 2008-03-04  Glenn Morris  <rgm@gnu.org>
13951
13952         * gnus-sum.el (top-level): No need to require gnus when compiling,
13953         since unconditionally required near start of file.
13954         (gnus-summary-display-while-building): Move definition before use.
13955
13956 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13957
13958         * gnus-registry.el (gnus-registry-user-format-function-M):
13959         Add formatting function.
13960
13961 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13962
13963         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13964         with plists.
13965         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13966         Use new format.
13967
13968 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13971         `where-is-internal' that returns a range of key sequences.
13972
13973 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13974
13975         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13976
13977         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13978         (gnus-summary-jump-to-group): Consider windows on other displayed
13979         frames as well.  Similar changes might be needed elsewhere, but that's
13980         the one I've bumped into during my use.
13981
13982         * nndoc.el (nndoc-oe-dbx-type-p):
13983         * gnus-msg.el (gnus-debug):
13984         * gnus-group.el (gnus-update-group-mark-positions):
13985         Use mm-string-to-multibyte.
13986
13987 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13988
13989         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13990         doesn't handle NotDashEscaped.
13991
13992         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13993         (mml-dnd-attach-options): Fix typo in custom choice.
13994
13995         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13996         Change nndoc-article-type to mbox.
13997         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13998
13999         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14000         to nil, instead of html2text.
14001
14002         * imap.el (imap-debug): Add `imap-ping-server'.
14003
14004         * gnus-bookmark.el: Add FIXMEs.
14005
14006         * message.el (message-form-letter-separator)
14007         (message-send-form-letter-delay): New variables.
14008         (message-send-form-letter): Use them.  New command to send form
14009         letters.  Requested by Uwe Siart.
14010         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14011
14012 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * Update copyright years.
14015
14016 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         Sync from EMACS_22_BASE.
14019
14020         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14021
14022 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14023
14024         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14025         empty author.
14026
14027 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * gnus-registry.el (gnus-registry-marks): Add variable for
14030         customization of marks and their appearance.
14031         (gnus-registry-read-mark): Use it.
14032         (gnus-registry-do-marks): Add utility function to loop through
14033         `gnus-registry-marks'.
14034         (gnus-registry-install-shortcuts-and-menus): Add function to install
14035         shortcuts and menus.
14036         (gnus-registry-initialize): Use it.
14037         (gnus-registry-default-mark): Clarify documentation.
14038
14039 2008-02-29  Glenn Morris  <rgm@gnu.org>
14040
14041         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14042         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14043         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14044         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14045         Change defcustom :version from 23.0 to 23.1.
14046
14047 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14048
14049         * gnus-registry.el (gnus-registry-follow-group-p)
14050         (gnus-registry-post-process-groups): Add functions to aid registry
14051         splitting and improve logging.  Clarify behavior in function
14052         documentation.
14053         (gnus-registry-split-fancy-with-parent): Use them.
14054
14055 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14056
14057         * gnus-art.el: Use with-current-buffer.
14058
14059 2008-02-27  David Engster  <dengste@eml.cc>
14060
14061         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14062         Express real group name in the response.
14063
14064 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14067         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14068         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14069         autoload gnus-registry-fetch-group when compiling.
14070         (nnmairix-request-group-with-article-number-correction):
14071         Remove unreferenced argument passed to nnmairix-call-backend.
14072
14073 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14076         (mm-uu-extract): Improve face for low color ttys.
14077         Reported by Sascha Wilde.
14078
14079 2008-02-27  Glenn Morris  <rgm@gnu.org>
14080
14081         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14082         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14083         variables to defconsts.  Convert comments to doc-strings.
14084         (nnmairix-last-server, nnmairix-current-server): Convert from free
14085         variables to defvars.  Convert comments to doc-strings.
14086         (gnus-registry-fetch-group): Autoload.
14087         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14088         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14089         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14090         caddr.
14091         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14092         nnmairix-request-group-with-article-number-correction call.
14093         (nnmairix-fast, nnmairix-group): New, less general names, for free
14094         variables passed from nnmairix-request-group to
14095         nnmairix-request-group-with-article-number-correction.  Declare.
14096         (nnmairix-request-group-with-article-number-correction):
14097         Use nnmairix-fast, nnmairix-group rather than fast, group.
14098
14099 2008-02-26  David Engster  <dengste@eml.cc>
14100
14101         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14102         version 0.5.
14103
14104 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14105
14106         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14107         instead of making an extra function call.  Don't add the current group
14108         to articles only when they have the group.  Use
14109         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14110         Reported by David <de_bb@arcor.de>.
14111
14112 2008-02-24  Miles Bader  <miles@gnu.org>
14113
14114         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14115         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14116         (mm-find-mime-charset-region):
14117         * mm-bodies.el (mm-encode-body):
14118         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14119
14120 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14123         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14124
14125 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * mail-source.el (mail-source-delete-incoming): Change default.
14128         Supplement doc string.
14129
14130         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14131
14132 2008-02-14  Glenn Morris  <rgm@gnu.org>
14133
14134         * time-date.el (format-seconds): New function.
14135
14136 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * nnmail.el (nnmail-message-id-cache-file): Derive from
14139         `gnus-home-directory'.
14140
14141 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14144         Document negative prefix.
14145
14146         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14147
14148 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149
14150         * message.el (message-unsent-separator): Add the Exim bounce
14151         separator.
14152
14153 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14154
14155         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14156         list.
14157         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14158         recipient/signer list.
14159
14160 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * Makefile.in (datarootdir): Define.
14163         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14164         name that might contain whitespace.
14165
14166 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14169         fbound (Emacs 23 unicode), signal an error.
14170
14171 2008-02-08  Glenn Morris  <rgm@gnu.org>
14172
14173         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14174
14175 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14176
14177         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14178         ports to the calls to `netrc-machine-user-or-password' in addition to
14179         "imap" and "imaps".
14180
14181 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14182
14183         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14184
14185         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14186
14187 2008-02-01  Kenichi Handa  <handa@m17n.org>
14188
14189         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14190         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14191         (rfc2104-hash): Convert the result of concat to unibyte string.
14192
14193 2008-02-01  Dave Love  <fx@gnu.org>
14194
14195         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14196         coding-system-for-read.
14197         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14198
14199 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14202         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14203         <hanche@math.ntnu.no>.
14204
14205 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14208
14209         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14210
14211 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14212
14213         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14214         * message.el (message-beginning-of-line): Use featurep instead of bound
14215         tests in order to resolve conditionals at compile time.
14216
14217 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14218
14219         * mail-source.el (mail-sources): Add `group' choice.
14220
14221         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14222         parameter `in-group' to control into which group the articles go.
14223         Add treatment of `group' mail-source.
14224
14225 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14228
14229         * mm-decode.el (mm-dissect-buffer): Decode description.
14230
14231         * mml.el (mml-to-mime): Encode message header first.
14232
14233 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14236         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14237
14238         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14239         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14240
14241 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14242
14243         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14244
14245 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14248         prefix keys.
14249         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14250         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14251         gnus-xmas.el.
14252
14253         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14254         (gnus-xmas-article-describe-bindings): New function.
14255         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14256         gnus-xmas-article-describe-bindings.
14257
14258         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14259
14260 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14261
14262         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14263         Add new variables for article mark management.
14264         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14265         list of extra data entries which, when present, will indicate that the
14266         article ID should not be trimmed from the registry.
14267         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14268         functions.
14269         (gnus-registry-read-mark): New function to read a mark name from the
14270         user.
14271         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14272         (gnus-registry-set-article-mark-internal): New functions to add and
14273         remove marks.
14274         (gnus-registry-get-article-marks): New function to show the marks for
14275         an article, or retrieve them for further use.
14276
14277 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14280         keys when no argument is given.
14281
14282 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * imap.el (imap-ping-server): New variable.
14285         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14286         (imap-ping-server): Minor doc string fixes.
14287
14288 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14289
14290         * imap.el (imap-ping-server): New function.
14291         (imap-opened): Call imap-ping-server.
14292
14293 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus-sum.el (gnus-article-sort-by-random)
14296         (gnus-thread-sort-by-random): Fix doc strings.
14297         Reported by jidanni@jidanni.org.
14298
14299 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-art.el (gnus-article-describe-bindings): New function.
14302         (gnus-article-read-summary-keys): Use it.
14303         (gnus-article-mode-map): Bind `C-h b' to it.
14304
14305 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14306
14307         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14308         XEmacs.
14309         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14310         Protect against non-character events.
14311
14312         * lpath.el: Fbind map-keymap for Emacs 21.
14313
14314 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14317         New command.
14318         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14319         instead of END.  Change name of the temp file.
14320         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14321         customizable.
14322
14323 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14326         bind `S W' to gnus-article-wide-reply-with-original; set default
14327         binding to gnus-article-read-summary-send-keys.
14328         (gnus-article-read-summary-keys): Fix the order of keys; display
14329         continuation keys correctly in the echo area; describe bindings
14330         correctly when keys end with `C-h'.
14331         (gnus-article-read-summary-send-keys): New function.
14332         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14333         Work for gnus-article-read-summary-send-keys; display continuation keys
14334         correctly in the echo area.
14335         (gnus-article-reply-with-original): Ignore prefix argument.
14336         (gnus-article-wide-reply-with-original): New function.
14337
14338         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14339         Emacs 21.
14340
14341 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14344         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14345
14346 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14349         (gnus-group-read-ephemeral-gmane-group): New command.
14350
14351 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14352
14353         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14354
14355 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * message.el (message-send-mail-function): Increase custom version.
14358
14359         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14360         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14361
14362 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14363
14364         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14365         for the cases where imap-authenticate is called with a nil buffer
14366         parameter.
14367
14368 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14371         html parts correctly; support forwarded messages.
14372         (gnus-article-browse-html-article): Remove work buffers.
14373
14374         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14375         compiling.
14376         (netrc-bound-and-true-p): New macro.
14377         (netrc-parse): Use it instead of bound-and-true-p that is not available
14378         in XEmacs 21.4.
14379
14380 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14381
14382         * gnus-registry.el (gnus-registry-mark-article)
14383         (gnus-registry-article-marks): Add functionality to mark articles
14384         through the Gnus registry.
14385
14386         * encrypt.el: Clarify documentation for the new pgg method.
14387         (encrypt-file-alist): Add PGG option.
14388         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14389         functionality.  Abstract password key and messaging to external
14390         functions.
14391         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14392         (encrypt-message-method-and-cipher): Add new convenience external
14393         functions.
14394         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14395         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14396
14397         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14398         (netrc-parse): Use encrypt-file-alist to determine if
14399         encrypt-find-model or encrypt-insert-file-contents should be used.
14400
14401         * encrypt.el: Clarify documentation.  Load password-cache or
14402         password, whichever one is found first, instead of autoloading.
14403
14404 2007-12-19  Glenn Morris  <rgm@gnu.org>
14405
14406         * mml.el (message-options-set, message-narrow-to-head)
14407         (message-in-body-p, message-mail-p, message-encode-message-body):
14408         Autoload.
14409         (message-remove-header, message-narrow-to-headers-or-head)
14410         (message-subscribed-p, message-make-mail-followup-to)
14411         (message-position-on-field, message-news-p)
14412         (message-options-set-recipient, message-generate-headers)
14413         (message-sort-headers): Declare as functions.
14414
14415 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14418         convention in doc string.
14419
14420 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14423         title to html parts.
14424         (gnus-article-browse-html-article): Pass message header to it.
14425
14426         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14427
14428 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14429
14430         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14431         or password compatible with XEmacs.
14432
14433 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14436         format document.
14437         (gnus-mime-delete-part): Don't write description line if empty.
14438         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14439
14440 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14441
14442         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14443         (gnus-summary-mark-read-and-unread-as-read)
14444         (gnus-summary-mark-current-read-and-unread-as-read)
14445         (gnus-summary-mark-unread-as-ticked): Doc fix.
14446         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14447
14448 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14451         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14452
14453 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14456         yes-or-no-p.
14457
14458 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * mm-decode.el (mm-add-meta-html-tag): New function.
14461         (mm-save-part-to-file, mm-pipe-part): Use it.
14462
14463         * gnus-art.el (gnus-article-browse-delete-temp-files):
14464         Use gnus-y-or-n-p instead of y-or-n-p.
14465         (gnus-article-browse-html-parts): Work with message/external-body; use
14466         mm-add-meta-html-tag.
14467
14468 2007-12-11  Glenn Morris  <rgm@gnu.org>
14469
14470         * gnus-cache.el: Require gnus-sum not just when compiling.
14471
14472         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14473
14474         * gnus-int.el (gnus-server-opened, gnus-status-message):
14475         Move definitions before use.
14476
14477         * mm-decode.el: Require gnus-util.
14478         (mm-remove-part): Only call delete-annotation on XEmacs.
14479
14480         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14481
14482         * nnmail.el: Require gnus-int.
14483
14484         * spam.el: Move `require's before `eval-when-compile's.
14485
14486         * gnus-ems.el (gnus-alive-p):
14487         * gnus-fun.el (message-goto-eoh):
14488         * gnus-util.el (gnus-group-name-decode):
14489         * mail-source.el (gnus-compress-sequence):
14490         * message.el (Info-goto-node, format-spec):
14491         * mm-bodies.el (message-options-get):
14492         * mm-decode.el (mm-view-pkcs7):
14493         * mm-util.el (gmm-write-region):
14494         * mml-smime.el (mml-compute-boundary)
14495         (gnus-completing-read-with-default):
14496         * mml.el (widget-button-press, gnus-make-hashtable):
14497         * mml1991.el (mm-decode-content-transfer-encoding)
14498         (mm-encode-content-transfer-encoding)
14499         (message-options-get, message-options-set):
14500         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14501         * nnfolder.el (gnus-request-group):
14502         * nnheader.el (ietf-drums-unfold-fws):
14503         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14504         * smime.el (gnus-run-mode-hooks):
14505         * spam-stat.el (gnus-message): Autoload.
14506
14507         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14508         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14509         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14510         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14511         Add declare-function compatibility definition.
14512
14513         * gnus-cache.el (nnvirtual-find-group-art):
14514         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14515         (gnus-add-image, gnus-add-wash-type):
14516         * gnus-group.el (nnkiboze-score-file):
14517         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14518         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14519         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14520         (message-tokenize-header, gnus-get-buffer-create)
14521         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14522         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14523         * gnus.el (gnus-group-decoded-name):
14524         * mail-source.el (imap-capability):
14525         * mm-bodies.el (message-options-set):
14526         * mm-decode.el (gnus-configure-windows):
14527         * mm-extern.el (message-goto-body):
14528         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14529         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14530         (epg-sub-key-validity, message-options-set):
14531         * mml.el (widget-event-point, gnus-configure-windows):
14532         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14533         * mml2015.el (epg-check-configuration, epg-configuration)
14534         (message-options-set):
14535         * nndb.el (nndb-request-article):
14536         * nnfolder.el (gnus-request-create-group):
14537         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14538         * nnmaildir.el (gnus-group-mark-article-read):
14539         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14540         * rfc1843.el (message-fetch-field):
14541         * spam.el (gnus-extract-address-components):
14542         Declare as functions.
14543
14544 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14547
14548         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14549
14550         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14551         bind show-trailing-whitespace for XEmacs.
14552
14553 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14554
14555         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14556         new no-op macro for backward compatibility.
14557
14558         * imap.el (imap-string-to-integer): New function.
14559
14560 2007-12-09  Glenn Morris  <rgm@gnu.org>
14561
14562         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14563
14564         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14565         * message.el, mm-view.el, sieve-manage.el, smime.el:
14566         Add declare-function compatibility definition.
14567
14568         * gnus-art.el (w3-region, w3m-region, Info-menu):
14569         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14570         * gnus-sum.el (gnus-get-predicate):
14571         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14572         * message.el (mail-abbrev-in-expansion-header-p):
14573         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14574         (w3m-detect-meta-charset, w3m-region):
14575         * sieve-manage.el (password-read, password-cache-add)
14576         (password-cache-remove):
14577         * smime.el (password-read-and-add): Declare as functions.
14578
14579 2007-12-08  David Kastrup  <dak@gnu.org>
14580
14581         * gnus-sum.el (gnus-summary-simplify-subject-query):
14582         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14583         `message'.
14584
14585 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14588         it to bind idna-program, installation-directory, defined-colors, and
14589         face-attribute for XEmacs of the version that compiles defcustom forms.
14590
14591 2007-12-07  Glenn Morris  <rgm@gnu.org>
14592
14593         * gnus-art.el (article-make-date-line): Revert previous change.
14594
14595 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14598
14599 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14600
14601         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14602         Call gnus-add-to-range ranges only once with a prepared article-list.
14603
14604 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14605
14606         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14607         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14608         group names with backslashes.
14609         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14610
14611 2007-12-06  Deepak Goel  <deego3@gmail.com>
14612
14613         * gnus-art.el (article-make-date-line):
14614         * gnus-start.el (gnus-load):
14615         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14616
14617 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-art.el (gnus-use-idna):
14620         * gnus-start.el (gnus-site-init-file):
14621         * message.el (message-use-idna):
14622         * mm-uu.el (mm-uu-hide-markers):
14623         * smiley.el (smiley-style): Revert changes that suppress warnings.
14624
14625 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14628         specify charset to html source.
14629         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14630
14631 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14634         idna-program in order to suppress byte compile warning issued by XEmacs
14635         that came to byte compile the default value section of defcustom forms
14636         recently.
14637
14638         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14639         value of installation-directory.
14640
14641         * message.el (message-use-idna): Don't directly refer to the value of
14642         idna-program.
14643
14644         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14645
14646         * smiley.el (smiley-style): Don't directly call face-attribute.
14647
14648 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14651
14652         * gnus-dired.el: Reduce Gnus dependencies.
14653         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14654         Don't require.  Use autoloads instead.
14655         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14656         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14657         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14658         (gnus-dired-mode): Adjust doc string.
14659         (gnus-dired-mail-mode): New variable.
14660         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14661         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14662         (gnus-dired-mail-buffers): New function.  Return mail or message
14663         composition buffers.
14664         (gnus-dired-attach): Use it.
14665         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14666         NO-DECODE.
14667         (gnus-dired-print): Use `gnus-print-buffer' depending on
14668         `gnus-dired-mail-mode'.
14669
14670 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * rfc2047.el (rfc2047-encoded-word-regexp)
14673         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14674         explaining what regexp patterns are for.
14675
14676 2007-12-04  Glenn Morris  <rgm@gnu.org>
14677
14678         * password.el: Move to password-cache.el.
14679
14680         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14681         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14682         * mml-smime.el (password-read, password-cache-add)
14683         (password-cache-remove):
14684         No need to autoload, since mml-sec requires password.
14685
14686         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14687         * message.el (gnus-extract-address-components):
14688         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14689
14690         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14691         password.
14692
14693 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * mailcap.el: Reduce dependencies.
14696         (mail-header-parse-content-type): Autoload.
14697         (mailcap-delete-duplicates): New alias.
14698         (mailcap-mime-info): Add optional argument NO-DECODE.
14699         (mailcap-mime-types): Use mailcap-delete-duplicates.
14700
14701         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14702
14703 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14704
14705         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14706         (imap-parse-status): Upcase status-att for servers that sends them
14707         lower-case (e.g., MS Exchange 2007).
14708
14709 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14710
14711         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14712         function.
14713
14714         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14715         (gnus-uu-yenc-article): New function.
14716
14717         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14718
14719         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14720
14721 2007-12-02  Glenn Morris  <rgm@gnu.org>
14722
14723         * binhex.el (binhex): New custom group.
14724         (binhex-decoder-program, binhex-decoder-switches)
14725         (binhex-use-external): Move to the binhex custom group.
14726
14727         * uudecode.el (uudecode): New custom group.
14728         (uudecode-decoder-program, uudecode-decoder-switches)
14729         (uudecode-use-external): Move to the uudecode custom group.
14730
14731         * netrc.el (top-level): Don't load `encrypt' features.
14732         (netrc-parse): Don't use encrypt.
14733         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14734
14735         * encrypt.el: Remove file.
14736
14737 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14740         matches on patches.
14741
14742         * gnus-art.el (gnus-article-browse-html-article):
14743         Mention `mm-text-html-renderer' in the doc string.
14744
14745         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14746         string.  Add comments.
14747
14748         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14749         if rhs is ASCII.
14750
14751 2007-12-01  Glenn Morris  <rgm@gnu.org>
14752
14753         * mail-source.el (top-level): Require format-spec before
14754         eval-when-compile.
14755
14756 2007-11-30  Glenn Morris  <rgm@gnu.org>
14757
14758         * encrypt.el: Require password, rather than autoloading password-read.
14759
14760 2007-11-29  Glenn Morris  <rgm@gnu.org>
14761
14762         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14763         (sasl-make-client, sasl-next-step, sasl-step-data)
14764         (sasl-step-set-data): Declare as functions.
14765
14766 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14769
14770 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14771
14772         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14773         certs should be verified and what is to be done in the event of a
14774         verification failure.
14775
14776         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14777         caller can indicate whether the cache should be disregarded for this
14778         call.  This way the result of the call is reproducible at all times and
14779         can be considered a canonical server name for the supplied method.
14780         (gnus-agent-method-p): Canonicalize server names by pushing their
14781         method through `gnus-method-to-server' using the no-cache argument.
14782
14783         * gnus-srvr.el (gnus-server-insert-server-line):
14784         Call `gnus-method-to-server' with `no-cache' argument.
14785
14786         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14787         gnus-agent-possibly-synchronize-flags as this should be called when the
14788         server is actually being opened.
14789         (gnus-agent-possibly-synchronize-flags)
14790         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14791         flags file of an agentized server to the latter function.
14792
14793         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14794         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14795         after a connection has been established successfully.
14796
14797 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * gnus-art.el (article-display-face): Force to display face if called
14800         interactively; check if gnus-article-x-face-too-ugly matches author.
14801         (article-display-x-face): Display face even if From header is missing
14802         as article-display-face does.
14803
14804 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14805
14806         * hashcash.el (message-narrow-to-headers-or-head)
14807         (message-fetch-field, message-goto-eoh)
14808         (message-narrow-to-headers): Declare as functions.
14809
14810 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * mail-source.el (mail-sources): Default to fetch from file for
14813         compatibility with default of nnmail-spool-file.
14814
14815 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14818         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14819         to look for encoded word that should be encoded again.
14820         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14821         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14822         encoding pattern.
14823         (rfc2047-decode-region): Switch strict regexp and loose one according
14824         to rfc2047-allow-irregular-q-encoded-words.
14825
14826 2007-11-25  Romain Francoise  <romain@orebokech.com>
14827
14828         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14829
14830 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * tls.el (tls-program): Provide more custom choices from
14833         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14834         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14835
14836 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14839         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14840
14841         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14842         `nnmail-spool-file'.
14843
14844         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14845         `nnmail-spool-file'.
14846
14847         * gnus-move.el (gnus-change-server): Ditto.
14848
14849         * gnus-kill.el (gnus-batch-score): Ditto.
14850
14851         * gnus-cache.el (gnus-jog-cache): Ditto.
14852
14853         * gnus-msg.el (gnus-summary-reply):
14854         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14855
14856 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14859         version.  Minor improvement to doc strings.
14860         (tls-program): Add comment.
14861
14862 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14863
14864         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14865         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14866         mismatch between the hostname provided in the certificate and the name
14867         of the host connnecting to.
14868         (open-tls-stream): Use them.  Check certificates against trusted root
14869         certificates.
14870
14871 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14872
14873         * gnus-cache.el (gnus-cache-generate-nov-databases):
14874         Use nnml-generate-nov-databases-directory instead of
14875         nnml-generate-nov-databases-1.
14876
14877 2007-11-24  Glenn Morris  <rgm@gnu.org>
14878
14879         * message.el (message-tool-bar-retro): Update for rename
14880         mail_send.xpm->mail-send.xpm.
14881
14882 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14883
14884         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14885         `smime-ldap-search' for Emacs 22 and up.
14886
14887 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14888
14889         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14890
14891         * message.el (message-send-mail-function): Fix error convention.
14892         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14893         (message-widen-reply, message-send-mail, message-talkative-question)
14894         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14895         (message-clone-locals, message-send-news): Use with-current-buffer.
14896         (message-insert-or-toggle-importance): Remove unused var `valid'.
14897         (message-make-references): Remove unused var `new-references'.
14898         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14899
14900 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14901
14902         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14903         (spam-split-symbolic-return-positive): Reflow docstring.
14904         (spam-backends, spam-summary-exit-behavior)
14905         (spam-mark-ham-unread-before-move-from-spam-group)
14906         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14907         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14908         (spam-clear-cache, spam-backend-check, spam-install-backend)
14909         (spam-install-statistical-backend, spam-list-of-processors)
14910         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14911         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14912         (spam-check-crm114, spam-initialize, spam-unload-hook):
14913         Fix typos in docstrings.
14914
14915 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14918         been checked if they have never been read and those group levels are
14919         higher than the one that a user specified.
14920
14921 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14924         foreign groups unless a group level is specified by a user.
14925         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14926
14927 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * message.el (message-send-mail-function): Require sendmail.
14930
14931 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * message.el (message-send-mail-function): Check for smtpmail too.
14934
14935         * utf7.el (utf7-encode, utf7-decode): Use coding system
14936         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14937
14938         * message.el (message-send-mail-function): New function.
14939         (message-send-mail-function): Set default using
14940         message-send-mail-function.  Adjust doc string.
14941         (message-send-mail-with-mailclient): New function.
14942
14943 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14944
14945         * smime.el (from):
14946         * rfc2047.el (message-posting-charset):
14947         * qp.el (mm-use-ultra-safe-encoding):
14948         * pop3.el (parse-time-months):
14949         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14950         * nnml.el (files):
14951         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14952         (jka-compr-compression-info-list, ange-ftp-path-format)
14953         (efs-path-regexp):
14954         * nndiary.el (files):
14955         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14956         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14957         (epg-digest-algorithm-alist, inhibit-redisplay)
14958         (password-cache-expiry):
14959         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14960         (pgg-output-buffer, password-cache-expiry):
14961         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14962         (efs-path-regexp):
14963         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14964         (inhibit-redisplay):
14965         * mm-uu.el (file-name, start-point, end-point, entry)
14966         (gnus-newsgroup-name, gnus-newsgroup-charset):
14967         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14968         (latin-unity-ucs-list):
14969         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14970         (mm-uu-binhex-decode-function):
14971         * message.el (gnus-message-group-art, gnus-list-identifiers)
14972         (rmail-enable-mime-composing, gnus-local-organization)
14973         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14974         (gnus-read-active-file, facemenu-add-face-function)
14975         (facemenu-remove-face-function, gnus-article-decoded-p)
14976         (tool-bar-mode):
14977         * mail-source.el (display-time-mail-function):
14978         * gnus-util.el (nnmail-pathname-coding-system)
14979         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14980         (gnus-original-article-buffer, gnus-user-agent)
14981         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14982         (xemacs-codename, sxemacs-codename, emacs-program-version):
14983         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14984         * gnus-start.el (gnus-agent-covered-methods)
14985         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14986         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14987         (gnus-newsgroup-headers, gnus-group-list-mode)
14988         (gnus-group-mark-positions, gnus-newsgroup-data)
14989         (gnus-newsgroup-unreads, nnoo-state-alist)
14990         (gnus-current-select-method, mail-sources)
14991         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14992         (nnmail-spool-file, gnus-cache-active-hashtb):
14993         * gnus-mh.el (mh-lib-progs):
14994         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14995         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14996         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14997         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14998         (gnus-group-buffer):
14999         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15000         (font-lock-set-defaults):
15001         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15002         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15003         (gnus-summary-post-menu, total-parts, type, condition, length):
15004         * gnus-agent.el (gnus-agent-read-agentview):
15005         * flow-fill.el (show-trailing-whitespace):
15006         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15007         eval-and-compile wrappers for byte compiler pacifiers.
15008
15009         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15010         (mm-display-inline-fontify): Check for featurep 'xemacs not
15011         extent-list.
15012
15013         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15014         itimer-list.
15015         (mm-create-image-xemacs): Only do something for XEmacs.
15016         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15017
15018         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15019
15020         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15021         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15022
15023 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15024
15025         * nnimap.el (nnimap-split-download-body):
15026         * gnus-demon.el (gnus-demon):
15027         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15028
15029 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15032         New macros.
15033         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15034         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15035         copy data from unibyte buffer to multibyte current buffer.
15036         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15037         to copy data from unibyte current buffer to multibyte buffer.
15038         (nntp-make-process-buffer): Make process buffer unibyte.
15039
15040         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15041
15042 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15043
15044         * pop3.el (pop3-open-server): Accept and process data more robustly at
15045         connection start to avoid spurious "POP SSL connection failed" errors.
15046
15047 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15050         read group names.
15051
15052 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15055
15056 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15059         (nnmail-save-active): Use a unibyte buffer when saving active file,
15060         which may contain non-ASCII group names.
15061
15062         * nnml.el (nnml-request-group): Decode group names in messages.
15063
15064 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * message.el (message-citation-line-function)
15067         (message-insert-formatted-citation-line): Fix spelling of
15068         `message-insert-formated-citation-line'.
15069
15070 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15073
15074 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15077         nnmail-pathname-coding-system.
15078
15079         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15080         that a user enters; decode group names in messages.
15081
15082         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15083
15084 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15087
15088         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15089
15090         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15091         risky local variable.
15092
15093         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15094
15095 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * encrypt.el: Improve documentation to fix function name typo.
15098         Reported by Daiki Ueno <ueno@unixuser.org>.
15099
15100 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15103         even if the point is not in the last page of an article.
15104         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15105         back to the previous page.
15106
15107 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15108
15109         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15110
15111 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15114
15115 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15116
15117         * message.el (message-check-news-body-syntax):
15118         Avoid mm-string-as-multibyte.
15119         (message-hide-headers): Don't assume (point-min)==1.
15120
15121 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * message.el (message-remove-blank-cited-lines): Fix if remove is
15124         given.
15125         (message-bogus-address-regexp): New variable.
15126         (message-bogus-recipient-p): New function.
15127         (message-check-recipients): New command.
15128         (message-syntax-checks): Add `bogus-recipient'.
15129         (message-fix-before-sending): Add `bogus-recipient'.
15130
15131         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15132         (gnus-treat-body-boundary): Don't test window-system.
15133
15134 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15135
15136         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15137
15138 2007-10-28  Miles Bader  <miles@gnu.org>
15139
15140         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15141         at compile-time too.
15142
15143 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * gnus-msg.el (gnus-message-setup-hook):
15146         Add `message-remove-blank-cited-lines' to options.
15147
15148 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * message.el (message-remove-blank-cited-lines): New function.
15151         Suggested by Karl Plästerer.
15152
15153 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15156         mapc.
15157
15158         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15159         (top-level): Use mapc to set functions to be traced for debugging.
15160
15161         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15162         called for effect with while loop.
15163
15164         * message.el (message-talkative-question): Replace mapcar called for
15165         effect with mapc.
15166
15167         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15168         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15169         called for effect with dolist.
15170
15171         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15172
15173         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15174         gnus-extra-headers and nnmail-extra-headers.
15175
15176         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15177         called for effect with dolist.
15178         (top-level): Use mapc to set functions to be traced for debugging.
15179
15180         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15181         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15182         dolist.
15183
15184         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15185         Replace mapcar called for effect with mapc.
15186         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15187         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15188         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15189         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15190
15191         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15192         remove-if that's a cl function.
15193
15194         * webmail.el (webmail-debug): Replace mapcar called for effect with
15195         dolist.
15196
15197         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15198         with mapc.
15199
15200 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15203         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15204         with while loop.
15205
15206         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15207         functions from article-* functions.
15208         (gnus-multi-decode-header): Replace mapcar called for effect with
15209         dolist.
15210
15211         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15212         (gnus-bookmark-show-details): Replace mapcar called for effect with
15213         while loop.
15214
15215         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15216         called for effect with while loop.
15217
15218         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15219         with dolist.
15220
15221         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15222         Replace mapcar called for effect with dolist.
15223
15224         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15225
15226         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15227         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15228         Replace mapcar called for effect with dolist.
15229         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15230         mapc.
15231
15232         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15233         Replace mapcar called for effect with dolist.
15234         (gnus-topic-list): Replace mapcar called for effect with mapc.
15235
15236         * gnus.el: Use mapc instead of mapcar to add autoloads.
15237
15238 2007-10-23  Richard Stallman  <rms@gnu.org>
15239
15240         * gnus-group.el (gnus-group-highlight): Mark as risky.
15241
15242 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus.el (gnus-server-to-method): Return method found first in
15245         gnus-newsrc-alist.
15246
15247         * gnus-art.el (gnus-article-highlight-signature)
15248         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15249         button overlay without the front stickiness.
15250
15251 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15252
15253         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15254         overview buffer needed a catch to receive its throw.
15255         (gnus-agent-flush-cache): Declare as interactive to make this function
15256         easier to use.
15257
15258 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15261         `next-line'.
15262
15263 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15266         exclude address matching message-dont-reply-to-names.
15267
15268 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-util.el (gnus-string<): New function.
15271
15272         * gnus-sum.el (gnus-article-sort-by-author)
15273         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15274
15275 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15278         the frame-focus tag is set in gnus-buffer-configuration.
15279
15280 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15283         the front stickiness.
15284
15285 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15288         url pattern; remove duplicate one.
15289         (gnus-article-extend-url-button): New function.
15290         (gnus-article-add-buttons): Use it.
15291         (gnus-button-push): Use concatenated url that it makes.
15292
15293 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15294
15295         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15296
15297 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15298
15299         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15300         Don't hardcode point-min==1.
15301
15302 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15303
15304         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15305         Fix comment about "iso8859-1".
15306
15307 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15308
15309         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15310         ones returned from the verify-function.
15311
15312         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15313         Call mml2015-extract-cleartext-signature if extraction failed.
15314
15315 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15316
15317         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15318         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15319         failed.
15320
15321 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15324
15325 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15328         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15329         recommends to use EasyPG instead of PGG.
15330
15331         * pgg.el: Revert to revision 6.23.2.16.
15332
15333         * pgg-def.el: Revert to revision 6.6.2.14.
15334
15335         * pgg-gpg.el: Revert to revision 6.23.2.34.
15336
15337 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15338
15339         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15340         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15341         thread for both the null and zero (kill/expire thread) universal prefix
15342         cases.
15343         (gnus-summary-expire-thread): Add new function to expire a thread,
15344         using gnus-summary-kill-thread.
15345         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15346         shortcuts for gnus-summary-expire-thread.
15347         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15348         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15349
15350 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15351
15352         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15353         extras value, so an extras entry can be deleted.
15354         (gnus-registry-delete-extra-entry): Use it.
15355         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15356         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15357         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15358         storage through the gnus-registry, and provide an appropriate API for
15359         it.
15360
15361 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15364         Suggested by Leo <sdl.web@gmail.com>.
15365
15366         * gnus.el: Do.
15367
15368 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15371         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15372
15373         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15374
15375         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15376         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15377
15378 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15381         newline.
15382         (nnmbox-request-accept-article): Don't change article in source buffer;
15383         narrow to header to use message-fetch-field rather than
15384         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15385         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15386         as delimiters; make sure article ends with newline.
15387         (nnmbox-delete-mail): Correct last position of article to be deleted;
15388         ignore X-Gnus-Newsgroup header in article body.
15389         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15390         positions; make sure article ends with newline.
15391
15392         * message.el (message-display-abbrev): Don't infloop when a user
15393         inserts SPC in the beginning of header.
15394
15395         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15396         coding-system-for-read and coding-system-for-write for XEmacs having no
15397         file-coding feature.
15398
15399         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15400
15401 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15402
15403         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15404         list of groups not followed by default.  Fix type to be regexp.
15405         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15406
15407 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15408
15409         * hmac-def.el (define-hmac-function): Switch from old-style to
15410         new-style backquotes.
15411
15412         * md4.el (md4-make-step): Likewise.
15413
15414 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15417         raw-text coding system when saving .newsrc file, which may contain
15418         non-ASCII group names.
15419
15420 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-cus.el (gnus-score-extra): New widget.
15423         (gnus-score-extra-convert): New function.
15424         (gnus-score-customize): Use it for Extra.
15425
15426 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15427
15428         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15429         (mml2015-mailcrypt-clear-verify): Use it.
15430         (mml2015-gpg-clear-verify): Use it.
15431         (mml2015-pgg-clear-verify): Use it.
15432         (mml2015-epg-clear-verify): Replace the current part with the output
15433         from GnuPG; don't extract the plaintext by itself.
15434
15435         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15436         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15437         mml2015-clear-verify-function; don't touch the armor headers or
15438         dash-escaped text here.
15439
15440 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15443         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15444         parts, or application/octet-stream as a last resort.
15445         (gnus-mime-view-part-as-type): Don't toggle display.
15446         (gnus-mime-view-part-as-charset): Don't turn off display before
15447         querying charset.
15448
15449         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15450         stuff to undisplayer function in Emacs.
15451         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15452
15453         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15454         text/calendar parts.
15455
15456 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15459         decoding text/calendar parts.
15460
15461         * message.el (message-forward-make-body-mime): Always mark body as
15462         having no illegible text; remove signed-or-encrypted argument.
15463         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15464
15465         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15466         (mml-generate-mime-1): Don't encode body if it is specified to be in
15467         raw form; don't make buffer be unibyte when inserting multibyte string.
15468
15469 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15470
15471         * sha1.el: Fix up comment style.
15472         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15473         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15474
15475         * hex-util.el: Fix up comment style.
15476         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15477
15478         * gnus-salt.el: Use with-current-buffer.
15479         (gnus-pick-setup-message): Fix long-standing typo.
15480
15481 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * imap.el (imap-logout-timeout): New variable.
15484         (imap-logout, imap-logout-wait): New functions.
15485         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15486
15487         * nnimap.el (nnimap-logout-timeout): New server variable.
15488         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15489         nnimap-logout-timeout.
15490
15491         * gnus-art.el (gnus-article-summary-command-nosave)
15492         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15493
15494 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus.el (gnus-maximum-newsgroup): New variable.
15497
15498         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15499         according to gnus-maximum-newsgroup.
15500
15501         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15502         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15503         Limit the range of articles according to gnus-maximum-newsgroup.
15504
15505 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15506
15507         * gnus-art.el (gnus-sticky-article): Fix problems described in
15508         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15509         Don't perform gnus-configure-windows here; reuse existing sticky
15510         article buffer.
15511
15512         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15513         it doesn't exist in gnus-article-mode.
15514
15515 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15518         (gnus-agent-decoded-group-name): New function.
15519         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15520         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15521
15522 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15523
15524         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15525         Add binding for gnus-sticky-article.
15526         (gnus-summary-exit): Don't kill sticky article buffers.
15527
15528         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15529         article buffer.
15530         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15531         (gnus-kill-sticky-article-buffers): New commands.
15532
15533 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * nntp.el (nntp-xref-number-is-evil): New server variable.
15536         (nntp-find-group-and-number): If it is non-nil, don't trust article
15537         numbers in the Xref header.
15538
15539 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * gnus-agent.el (gnus-agent-read-group): New function.
15542         (gnus-agent-flush-group, gnus-agent-expire-group)
15543         (gnus-agent-regenerate-group): Use it.
15544         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15545         nnmail-pathname-coding-system.
15546
15547 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15550
15551         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15552         that are unread as unread, and also as selected so that information of
15553         marks having been changed by a user may be updated when exiting group.
15554
15555 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15556
15557         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15558
15559 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15562         calculated ignoring signature parts to gnus-treat-article.
15563
15564 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15567         a point here in order to keep the window start.
15568         (gnus-insert-mime-security-button): Make a button overlay without the
15569         front stickiness.
15570         (gnus-mime-display-security): Goto the end of a button.
15571
15572         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15573
15574 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15577         group-name-at-point.
15578         (gnus-group-completing-read): New function that offers decoded
15579         non-ASCII group names for completion.
15580         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15581         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15582         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15583         (gnus-group-fetch-control): Use it.
15584         (gnus-fetch-group): Use group-name-at-point for the initial value
15585         rather than the default value; use gnus-alive-p.
15586
15587         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15588         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15589         (gnus-summary-post-news): Use gnus-group-completing-read.
15590
15591         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15592         (gnus-read-move-group-name): Decode group name for completion.
15593
15594 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15595
15596         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15597         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15598         Yamaoka slightly modified the code).
15599
15600 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15603         (nnmail-split-incoming): Bind it.
15604
15605         * nnml.el (nnml-group-name-charset): New function.
15606         (nnml-decoded-group-name): Use it; don't decode group name if
15607         nnmail-group-names-not-encoded-p is non-nil.
15608         (nnml-encoded-group-name): New function.
15609         (nnml-group-pathname): Inline nnml-decoded-group-name.
15610         (nnml-request-expire-articles): Decode group name in message.
15611         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15612         nnmail-pathname-coding-system.
15613         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15614         not decoded ones according to nnmail-group-names-not-encoded-p.
15615         (nnml-generate-active-info): Use nnml-encoded-group-name.
15616
15617 2007-08-08  Glenn Morris  <rgm@gnu.org>
15618
15619         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15620         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15621         doc-strings and comments.
15622
15623 2007-07-25  Glenn Morris  <rgm@gnu.org>
15624
15625         * Relicense all FSF files to GPLv3 or later.
15626
15627 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * gnus-sum.el (gnus-summary-move-article):
15630         Make gnus-summary-respool-article work.
15631
15632 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15635         string.
15636
15637 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15638
15639         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15640         that should be ignored when comparing distant RSS articles with local
15641         ones.
15642         (nnrss-make-hash-index): New function.  Create a hash index according
15643         to the ignored fields.
15644         (nnrss-check-group): Use it.
15645
15646 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15649
15650         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15651
15652         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15653         the new optional argument ENCODED is non-nil.
15654         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15655         coding system for encoding group name.
15656         (gnus-group-make-rss-group): Pass un-encoded group name to
15657         gnus-group-make-group.
15658         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15659         encoded.
15660
15661         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15662         Encode group name to which articles are moved or copied.
15663         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15664         coding system for encoding Newsgroup, Followup-To and Xref headers.
15665
15666         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15667         marks; use nnheader-file-coding-system to write a file.
15668         (nnagent-retrieve-headers): Bind file-name-coding-system to
15669         nnmail-pathname-coding-system.
15670
15671         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15672
15673         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15674         (nnml-request-article, nnml-request-create-group)
15675         (nnml-request-rename-group, nnml-find-id)
15676         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15677         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15678         (nnml-save-marks): Use nnml-group-pathname instead of
15679         nnmail-group-pathname.
15680
15681         (nnml-request-create-group, nnml-request-expire-articles)
15682         (nnml-request-move-article, nnml-request-delete-group)
15683         (nnml-deletable-article-p, nnml-possibly-create-directory)
15684         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15685         (nnml-open-marks): Bind file-name-coding-system to
15686         nnmail-pathname-coding-system.
15687
15688         (nnml-request-article): Pass server argument to nnml-find-group-number.
15689         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15690         Pass server argument to nnml-possibly-create-directory.
15691         (nnml-request-accept-article): Pass server argument to
15692         nnml-active-number and nnml-save-mail.
15693         (nnml-find-group-number): Pass server argument to nnml-find-id.
15694         (nnml-request-update-info): Pass server argument to
15695         nnml-marks-changed-p.
15696
15697         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15698         (nnml-save-mail, nnml-active-number): Add server argument.
15699
15700         (nnml-request-delete-group): Warn if group is missing.
15701         (nnml-get-nov-buffer): Decode group name.
15702         (nnml-generate-active-info): Encode group name.
15703         (nnml-open-marks): Decode group name in messages.
15704
15705 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15708         if it is not specified.
15709         (gnus-article-pipe-part, gnus-article-save-part)
15710         (gnus-article-interactively-view-part, gnus-article-copy-part)
15711         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15712         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15713         (gnus-article-replace-part, gnus-article-delete-part)
15714         (gnus-article-view-part-as-type): Pass raw prefix argument to
15715         gnus-article-part-wrapper.
15716
15717 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * gnus-agent.el (gnus-agent-save-active):
15720         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15721
15722         * gnus-cache.el (gnus-cache-save-buffers)
15723         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15724         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15725         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15726         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15727         (gnus-cache-generate-active, gnus-cache-rename-group)
15728         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15729         (gnus-cache-update-overview-total-fetched-for):
15730         Bind file-name-coding-system to nnmail-pathname-coding-system.
15731         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15732         New variables.
15733         (gnus-cache-decoded-group-name): New function.
15734         (gnus-cache-file-name): Use it.
15735         (gnus-cache-generate-active): Use non-decoded group name for active.
15736
15737         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15738         right place.
15739         (gnus-write-active-file): Don't break non-ASCII group names.
15740
15741         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15742         nnmail-pathname-coding-system.
15743
15744         * lpath.el: Bind default-file-name-coding-system,
15745         file-name-coding-system and language-info-alist for XEmacs.
15746
15747         * gnus-uu.el (gnus-uu-decode-save): Typo.
15748
15749 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15752
15753 2007-07-14  David Kastrup  <dak@gnu.org>
15754
15755         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15756         finishing actions if we did not edit the article.
15757
15758 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15761         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15762         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15763         (gnus-agent-flush-group, gnus-agent-flush-cache)
15764         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15765         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15766         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15767         (gnus-agent-regenerate-group)
15768         (gnus-agent-update-files-total-fetched-for)
15769         (gnus-agent-update-view-total-fetched-for):
15770         Bind file-name-coding-system to nnmail-pathname-coding-system.
15771         (gnus-agent-group-pathname): Don't encode file names by
15772         nnmail-pathname-coding-system.
15773         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15774         coding-system-for-write instead of buffer-file-coding-system to
15775         gnus-agent-file-coding-system.
15776
15777         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15778         Decode group name.
15779
15780         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15781
15782         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15783         (gnus-read-newsrc-el-file): Make group names unibyte.
15784
15785         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15786         nnmail-pathname-coding-system.
15787
15788         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15789         (nnrss-request-delete-group): Bind file-name-coding-system to
15790         nnmail-pathname-coding-system.
15791         (nnrss-read-server-data, nnrss-read-group-data):
15792         Bind file-name-coding-system correctly.
15793         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15794
15795         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15796         (nntp-server-to-method-cache): New variable.
15797         (nntp-group-pathname): New function that decodes non-ASCII group names.
15798         (nntp-possibly-create-directory, nntp-marks-changed-p)
15799         (nntp-save-marks, nntp-open-marks): Use it.
15800         (nntp-possibly-create-directory, nntp-open-marks):
15801         Bind file-name-coding-system to nnmail-pathname-coding-system.
15802         (nntp-open-marks): Decode group names when bootstrapping marks.
15803
15804         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15805         Newsgroups and Followup-To headers.
15806
15807 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15810         (gnus-server-closed-face, gnus-server-denied-face)
15811         (gnus-server-offline-face): Remove variable.
15812         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15813
15814         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15815         of modifying message-stack directly for XEmacs.
15816
15817         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15818         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15819         if the coding-system argument is nil for XEmacs.
15820
15821         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15822         mm-charset-override-alist.
15823
15824         * rfc2047.el: Don't require base64; require rfc2045 for the function
15825         rfc2045-encode-string.
15826         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15827         to quote the parameter value.
15828
15829 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15832         form in gnus-group-name-charset-method-alist.
15833
15834         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15835         overrides the default layout edit-form.
15836
15837         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15838
15839         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15840
15841 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15844         as unfetched articles.
15845
15846 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15849
15850 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15853         original back end that keeps marks in the local system.
15854
15855 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15858         arg of pop-to-buffer for XEmacs.
15859         (gnus-article-read-summary-keys): Ditto; don't restore window
15860         configuration if summary command ends up with neither article buffer
15861         nor summary buffer; describe bindings if summary keys end with C-h.
15862
15863 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * message.el (message-fix-before-sending): Skip raw message part to be
15866         forwarded while checking illegible text.
15867         (message-forward-make-body-mime, message-forward-make-body):
15868         Mark signed or encrypted raw message as having no illegible text.
15869
15870 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15873         (gnus-message-with-timestamp-1): New macro.
15874         (gnus-message-with-timestamp): New function.
15875         (gnus-message): Use them.
15876
15877         * nnheader.el (nnheader-message): Use them.
15878
15879 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15882         .newsrc.eld file.
15883
15884 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-agent.el (gnus-agent-fetch-headers)
15887         (gnus-agent-retrieve-headers):
15888         Bind gnus-decode-encoded-address-function to identity.
15889
15890         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15891         available also when the server returns simply a dot.
15892
15893         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15894
15895 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15898
15899 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-ems.el (gnus-x-splash): Make it work.
15902
15903         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15904         from being used.
15905
15906         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15907
15908 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15911         4th and the 5th arguments.
15912
15913         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15914         the front stickiness.
15915         (gnus-article-summary-command-nosave): Correct the order of the
15916         arguments passed to pop-to-buffer.
15917         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15918         summary command ends up with the article buffer.
15919
15920         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15921         the same faces.
15922
15923 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15924
15925         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15926
15927 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15928
15929         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15930         * gnus-sum.el (gnus-summary-highlight):
15931         * pgg.el (pgg-sign-region, pgg-sign):
15932         * mail-source.el (mail-source-delete-old-incoming-confirm):
15933         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15934
15935 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-art.el (gnus-mime-view-part-externally)
15938         (gnus-mime-view-part-internally): Fix predicate function passed to
15939         completing-read.
15940
15941         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15942
15943         * gnus.el (gnus-update-message-archive-method): Add :version.
15944
15945 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus.el (gnus-update-message-archive-method): New variable.
15948
15949         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15950         according to gnus-message-archive-method if
15951         gnus-update-message-archive-method is non-nil.
15952
15953 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15956         Suggested by Loic Dachary <loic@dachary.org>.
15957         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15958
15959 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * message.el (message-pop-to-buffer): Add switch-function argument.
15962         (message-mail): Pass switch-function argument to it.
15963
15964 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15967         Improve doc string.
15968
15969 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15972         (gnus-header-content):
15973         * gnus-cite.el (gnus-cite-10):
15974         * gnus-srvr.el (gnus-server-closed):
15975         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15976         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15977         (gnus-group-mail-3-empty, gnus-group-mail-low)
15978         (gnus-group-mail-low-empty, gnus-splash):
15979         * message.el (message-header-to, message-header-cc)
15980         (message-header-subject, message-header-other, message-header-name)
15981         (message-header-xheader, message-separator, message-cited-text)
15982         (message-mml): Lighten colors of faces used for dark background.
15983
15984 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15985
15986         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15987         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15988
15989 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * message.el (message-narrow-to-headers-or-head):
15992         Ignore mail-header-separator in the body.
15993
15994 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15997         same as window size.
15998
15999 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16000
16001         * message.el (message-font-lock-keywords): Use message-header-xheader
16002         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16003         ahead of the anything pattern, to get it recognized.
16004
16005 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16008         spam.el loads uses it in the compiled defadvice form.
16009
16010 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16011
16012         * gnus-sum.el (gnus-articles-to-read)
16013         (gnus-summary-insert-old-articles): Don't truncate group name for
16014         `read-string'.
16015
16016         * gnus-util.el (gnus-limit-string): Delete this function.
16017
16018         * gnus-sum.el (gnus-simplify-subject-fully):
16019         Use `truncate-string-to-width' instead.
16020
16021 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16022
16023         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16024         Tell if, on summary exit, the next group has to be selected.
16025         (gnus-summary-exit): Use it.
16026
16027 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16030         non-break space.
16031
16032 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16035         Check if group is not a directory.
16036         (nnfolder-request-expire-articles): Don't delete articles if the target
16037         group is not available.
16038
16039         * nnml.el (nnml-request-create-group): Properly check if group is not a
16040         file.
16041         (nnml-request-expire-articles): Don't delete articles if the target
16042         group is not available.
16043
16044         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16045         Don't quote characters that are within parentheses.
16046
16047 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16050         (gnus-handle-ephemeral-exit): Select article according to it.
16051
16052 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * message.el (message-insert-formated-citation-line): Remove newline.
16055         (message-citation-line-format): Add final \n here so that the user can
16056         avoid a blank line.
16057
16058 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16059
16060         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16061         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16062         Update lanl/arXiv support.
16063
16064 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * gnus.el: Bump version number.
16067
16068 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16069
16070         * gnus.el (gnus-version-number): Bump version.
16071
16072 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16073
16074         * gnus.el: No Gnus v0.6 is released.
16075
16076 2007-04-27  Didier Verna  <didier@xemacs.org>
16077
16078         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16079         * gmm-utils.el (gmm-regexp-concat): ... here.
16080         * message.el: Don't require 'gnus-util.
16081         (message-dont-reply-to-names): Handle name change above.
16082         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16083
16084 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16087         since the initial value varies according to the system.
16088
16089 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16092
16093 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16094
16095         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16096
16097 2007-04-24  Didier Verna  <didier@xemacs.org>
16098
16099         Improve the type of gnus-ignored-from-addresses.
16100         * gnus-util.el (gnus-orify-regexp): New function.
16101         * message.el (gnus-util): Require it.
16102         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16103         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16104         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16105
16106 2007-04-24  Didier Verna  <didier@xemacs.org>
16107
16108         * gnus-sum.el:
16109         * gnus-utils.el: Fix some trailing whitespaces.
16110
16111 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16114         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16115         article's Message-ID; refer parent article in summary buffer.
16116
16117         * message.el (message-bounce): Call mime-to-mml.
16118
16119         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16120         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16121         optimize and/or forms properly.
16122
16123 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16126         URL.
16127
16128 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16131
16132 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16135         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16136         displayed of multipart/alternative part if it is invoked from summary
16137         buffer.
16138
16139         * mm-view.el (mm-inline-text-html-render-with-w3m)
16140         (mm-inline-text-html-render-with-w3m-standalone)
16141         (mm-inline-render-with-function): Use mail-parse-charset by default.
16142
16143 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16144
16145         * parse-time.el (parse-time-string-chars): Check if CHAR
16146         is less than the length of parse-time-syntax.
16147
16148 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16151         from gnus-newsgroup-processable.
16152
16153 2007-04-16  Didier Verna  <didier@xemacs.org>
16154
16155         * gnus-msg.el (gnus-configure-posting-styles):
16156         Handle message-signature-directory properly with :file syntax.
16157         Reported by "Leo".
16158
16159 2007-04-11  Didier Verna  <didier@xemacs.org>
16160
16161         New user option: message-signature-directory.
16162         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16163         * message.el (message-insert-signature): Ditto.
16164         * message.el (message-signature-file): Doc update.
16165         * message.el (message-signature-directory): New.
16166
16167 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-msg.el (gnus-inews-yank-articles):
16170         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16171
16172 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * message.el (message-yank-original): Make sure cited text ends with
16175         newline; don't exchange point and mark.
16176
16177 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16178
16179         * tls.el (open-tls-stream): Properly handle case where there
16180         is no associated buffer.
16181
16182 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16183
16184         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16185         message-yank-original, make sure (< mark TEXT point).
16186
16187 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * message.el (message-fill-column): New variable.
16190         (message-mode): Use it.  Add comment on a possible new hook.
16191
16192         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16193         (nnmail-get-new-mail): Reformat.
16194
16195         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16196
16197         * gmm-utils.el: Fix Commentary.
16198         (gmm-tool-bar-from-list): Fix typo in doc string.
16199
16200 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16201
16202         * message.el (message-yank-original): Don't switch point and mark
16203         unnecessarily to put point and mark as documented.
16204
16205 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16206
16207         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16208         from the message heads.
16209
16210 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16211
16212         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16213         article buffer does not have a window.  This may not be the best
16214         solution but is certainly better than setting the start of the null,
16215         that is the current, window.
16216
16217 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16220         (gnus-draft-setup): Run it.
16221
16222         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16223         gnus-score-fast-scoring.  Allow regexp.
16224         (gnus-score-headers): Use it.
16225
16226         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16227         XEmacs.
16228
16229         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16230         string.
16231         (gnus-button-alist): Also catch `<f1> k ...'.
16232         (gnus-treat-display-x-face): Fix doc string.
16233
16234 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16235
16236         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16237         evaluation of gnus-extended-version to ensure correct generation of the
16238         User-Agent header when message-generate-headers-first is used.
16239
16240 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16241
16242         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16243         hashcash-path is nil.  Don't call callback with incorrect number of
16244         parameters if val is 0.
16245
16246 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16247
16248         * message.el (message-required-news-headers):
16249         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16250
16251 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16252
16253         * tls.el (open-tls-stream): In handshake-waiting loop,
16254         don't wait more if there is output available to process.
16255
16256 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16257
16258         * tls.el (tls-program): Doc fix.
16259
16260 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * message.el (message-generate-new-buffers): Change the meaning of the
16263         nil value; add `standard' to the choices; treat t as `unique'; improve
16264         doc string.
16265         (gnus-select-frame-set-input-focus): Autoload.
16266         (message-buffer-name): Search for the existing message buffer if
16267         message-generate-new-buffers is nil or `standard'; treat the value t of
16268         message-generate-new-buffers as `unique'.
16269         (message-pop-to-buffer): Raise the frame already displaying the message
16270         buffer; clear the echo area after querying.
16271         (message-setup): Pass the `continue' argument to compose-mail.
16272         (message-mail): Prefer `switch-function' if it is given; search for the
16273         existing message buffer if the `continue' argument is non-nil; pass
16274         continue and switch-function arguments to compose-mail by way of
16275         message-setup.
16276         (message-mail-other-window): Adjust argument of message-setup.
16277         (message-mail-other-frame): Ditto.
16278
16279 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16282         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16283         to turn font-lock on when turning gnus-message-citation-mode on.
16284
16285 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16286
16287         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16288         (mml-smime-function-alist): New variable; add epg as the backend.
16289         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16290         mml-smime- functions instead.
16291         * mm-view.el: Require smime.
16292
16293 2007-03-05  Didier Verna  <didier@xemacs.org>
16294
16295         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16296         instead of just inheritance for posting styles.
16297         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16298
16299 2007-02-24  Chris Moore  <dooglus@gmail.com>
16300
16301         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16302         * pgg-pgp.el (pgg-pgp-encrypt-region):
16303         * pgg-gpg.el (pgg-gpg-encrypt-region):
16304         Check pgg-encrypt-for-me if no other recipients.
16305
16306 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16307
16308         * tls.el (tls-certtool-program): Fix custom type.
16309
16310 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16313         and point-at-eol instead of line-(beginning|end)-position.
16314
16315         * assistant.el (assistant-parse-buffer): Ditto.
16316
16317         * netrc.el (netrc-parse-services): Ditto.
16318
16319 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16320
16321         * mml2015.el (mml2015-epg-find-usable-key): New function.
16322         (mml2015-epg-sign): Use it.
16323         (mml2015-epg-encrypt): Use it.
16324
16325 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * message.el (message-make-in-reply-to): Quote name containing
16328         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16329         if there are special characters.  Reported by NAKAJI Hiroyuki
16330         <nakaji@jp.freebsd.org>.
16331
16332 2007-02-27  Didier Verna  <didier@xemacs.org>
16333
16334         Include the group parameters as well as the topic ones in the
16335         inheritance filter process.
16336         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16337         argument GROUP-PARAMS-LIST.
16338         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16339
16340 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * nntp.el (nntp-never-echoes-commands)
16343         (nntp-open-connection-functions-never-echo-commands): New variables.
16344         (nntp-send-command): Use them.
16345
16346 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16347
16348         * mml2015.el (mml2015-epg-verify): Simplify.
16349
16350 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * mml.el (mml-content-disposition-alist): New user option.
16353         (mml-content-disposition): New function.
16354         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16355         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16356
16357 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16358
16359         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16360         verification.
16361
16362 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16363
16364         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16365         articles posted in the last 24 hours.
16366
16367 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16368
16369         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16370
16371 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16372
16373         * nntp.el (nntp-send-command): Don't wait for echoes when
16374         nntp-open-ssl-stream is used.
16375
16376 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16379         (gnus-message-add-citation-keywords)
16380         (gnus-message-remove-citation-keywords): Remove.
16381         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16382         directly, make the variables in font-lock-defaults buffer-local, add
16383         gnus-message-citation-keywords to them and then update the value of
16384         font-lock-keywords.
16385
16386 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * message.el (message-cite-original-1): Don't call
16389         gnus-article-highlight-citation.
16390
16391         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16392         citations; fix line count.
16393
16394 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16397         (gnus-message-add-citation-keywords)
16398         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16399         versions of font-lock-add-keywords and font-lock-remove-keywords to
16400         work with XEmacs correctly.
16401
16402 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * gnus-cite.el (gnus-cite-face-list): Set the values of
16405         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16406         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16407         (gnus-message-cite-prefix-regexp): New variable.
16408         (gnus-message-search-citation-line): Use it; protect against long
16409         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16410         the 0th match data for Emacs.
16411         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16412         (gnus-message-add-citation-keywords): Append keywords rather than
16413         prepending; emulate font-lock-add-keywords if it is not available.
16414         (gnus-message-remove-citation-keywords):
16415         Emulate font-lock-remove-keywords if it is not available.
16416
16417         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16418
16419         * message.el (message-cite-prefix-regexp): Set the value of
16420         gnus-message-cite-prefix-regexp.
16421
16422 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16423
16424         * nnweb.el (nnweb-google-parse-1): Update parser.
16425
16426 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16427
16428         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16429
16430 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16431
16432         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16433         regexp.
16434
16435 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16438         string-to-multibyte.
16439         (uudecode-decode-region-internal): Use it.
16440
16441         * lpath.el: Fbind string-as-multibyte for XEmacs.
16442
16443 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16444
16445         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16446         Fix custom choice.
16447
16448         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16449
16450 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16451
16452         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16453
16454         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16455         `write-region' to respect `mm-inhibit-file-name-handlers'.
16456
16457 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16460         Use gnus-home-directory instead of "~/" or "$HOME".
16461
16462 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16463
16464         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16465         to mention filename.
16466         Add comments at beginning regarding usage.
16467         (encrypt-write-file-contents): Change interactive so a string is
16468         acceptable.  If the file has no associated model, show an error instead
16469         of a nonsense prompt.
16470
16471 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16472
16473         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16474         Thanks to Yoshihiko Yamada for kind notification of this typo.
16475
16476 2007-01-12  Kenichi Handa  <handa@m17n.org>
16477
16478         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16479         multibyte buffer.
16480
16481 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-score.el (gnus-score-fast-scoring): New variable.
16484         (gnus-score-headers): Use it.
16485
16486         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16487
16488         * message.el (message-cite-original-1):
16489         Call gnus-article-highlight-citation if requested.
16490         (message-make-from): Allow name and address as optional arguments.
16491
16492         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16493
16494         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16495         bugs to doc string.
16496         (gnus-button-alist): Add mid\\|message-id.
16497         (gnus-button-fetch-group): Extend for use in
16498         `browse-url-browser-function'.
16499         (gnus-button-url-regexp): Try to catch paired parentheses like in
16500         Wikipedia URLs.
16501
16502         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16503         Suggested by Simon Krahnke <overlord@gmx.li>.
16504
16505 2007-01-13  Romain Francoise  <romain@orebokech.com>
16506
16507         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16508         Update copyright.
16509
16510 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16511
16512         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16513
16514 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16515
16516         * gnus-registry.el (gnus-registry-unfollowed-groups)
16517         (gnus-registry-split-fancy-with-parent): Fix documentation.
16518
16519 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16522         from nnweb groups.
16523
16524 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16527         Xref urls.  Erase buffer before requesting head.
16528
16529         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16530
16531 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16534         customizable.
16535
16536 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16537
16538         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16539         no signing key is found.
16540         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16541         no encrypting and/or signing key is found.
16542
16543 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16546
16547 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16548
16549         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16550         headers read from disk with the ones newly found in the current search.
16551         This should no longer cause problems, because the article numbers in
16552         Gmane's `nov.php' output are ignored since the previous change.
16553
16554 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16555
16556         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16557
16558 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16561         replace-regexp-in-string; bind url-version; fbind display-images-p and
16562         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16563         find-face and set-itimer-function for Emacs; bind itimer-list for
16564         Emacs.
16565
16566         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16567
16568 2007-01-01  Romain Francoise  <romain@orebokech.com>
16569
16570         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16571
16572 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16573
16574         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16575         `define-minor-mode' macro definition expanded properly.
16576         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16577         exclude it there.
16578
16579         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16580         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16581         `fboundp' test.
16582         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16583         This is OK to autoload in (S)XEmacs now.
16584
16585 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16586
16587         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16588         keystroke.
16589         (gnus-summary-limit-to-singletons): Fix typo.
16590
16591         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16592         else fails.
16593
16594 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16595
16596         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16597         docstring.
16598
16599         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16600         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16601         (gnus-summary-insert-dormant-articles): Fix typo in message.
16602
16603 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16606         nil for XEmacs.
16607         (gnus-message-citation-mode): Don't autoload in XEmacs.
16608
16609         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16610
16611 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16612
16613         * nnimap.el (nnimap-expunge-search-string):
16614         Mention nnimap-search-uids-not-since-is-evil in docstring.
16615
16616 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16617
16618         * spam.el: Revert to make-obsolete-variable because
16619         define-obsolete-variable-alias is not supported in Emacs 21.
16620
16621         * spam.el (spam-ifile-path, spam-ifile-database-path)
16622         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16623         make-obsolete-variable.
16624         (spam-bsfilter-path, spam-bsfilter-program)
16625         (spam-spamassassin-path, spam-spamassassin-program)
16626         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16627         Don't use "path" inappropriately.
16628         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16629         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16630         variable names.
16631
16632 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16633
16634         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16635         summary buffer.
16636
16637         * password.el (password-cache-remove): Use clear-string to burn
16638         password, if available.
16639
16640 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16643
16644         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16645
16646         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16647         (gnus-message-highlight-citation): Move defcustom here from
16648         gnus-cite.el.
16649         (gnus-message-citation-mode): Autoload.
16650
16651         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16652         checks to make it compile with XEmacs.
16653         (gnus-message-citation-mode): New minor mode.
16654         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16655         (gnus-message-highlight-citation): New variables.
16656         (gnus-message-search-citation-line)
16657         (gnus-message-add-citation-keywords)
16658         (gnus-message-remove-citation-keywords)
16659         (turn-on-gnus-message-citation-mode)
16660         (turn-off-gnus-message-citation-mode): New functions.
16661
16662 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16663
16664         * gnus-cite.el: Enable highlighting of different citation levels in
16665         message-mode.
16666
16667 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * message.el (message-make-fqdn): Fix comment.
16670         (message-bogus-system-names): Add ".local".
16671
16672         * spam.el (spam-ifile-path, spam-ifile-program)
16673         (spam-ifile-database-path, spam-ifile-database)
16674         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16675         Don't use "path" inappropriately.
16676         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16677         strings.
16678         (spam-check-ifile, spam-ifile-register-with-ifile)
16679         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16680         Use new variable names.
16681
16682         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16683         (gnus-treat-display-smileys): Simplify using
16684         gnus-image-type-available-p.
16685
16686         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16687         available.
16688
16689         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16690         Use `display-images-p' if available.
16691
16692 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16695         one after turning on the buffer's multibyteness instead of decoding
16696         them directly in the unibyte buffer that causes unexpected conversion
16697         in Emacs 23 (unicode).
16698
16699 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16700
16701         * message.el (message-generate-hashcash): Fix custom type.
16702
16703 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16706
16707 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16710         disconnect icons.  Add help text.
16711
16712 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16713
16714         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16715         negated to be consistent with the others we handle.
16716
16717 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16718
16719         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16720         version of gnus-summary-buffer to something, so that we can use two
16721         article buffers at the same time.
16722
16723 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16724
16725         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16726         trigger all the extra headers.
16727         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16728         sorting.
16729
16730 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16731
16732         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16733         solid groups.
16734
16735 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16736
16737         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16738
16739 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * legacy-gnus-agent.el: Add Copyright notice.
16742
16743 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16744
16745         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16746
16747 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16748
16749         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16750
16751         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16752         to make it work reliably in CVS Emacs.
16753         (gnus-summary-limit-strange-charsets-predicate)
16754         (gnus-summary-limit-to-predicate): New functions.
16755
16756 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16757
16758         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16759         specifying array size.
16760         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16761         array if it is too small.
16762         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16763         (gnus-sort-threads-loop): New function.
16764
16765 2006-12-06  Chris Moore  <dooglus@gmail.com>
16766
16767         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16768         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16769
16770 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16771
16772         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16773         options.
16774
16775 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16776
16777         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16778         DOS-ing the recipient.
16779
16780         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16781         the headers when creating the mapping to avoid mismappings.
16782         (nnweb-gmane-create-mapping): Always nix out old mapping.
16783
16784 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16787         and mm-verify-option to never.
16788
16789 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * message.el (message-signed-or-encrypted-p): New function.
16792         (message-forward-make-body): Use it.
16793
16794         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16795         Replace encode-coding-string with mm-encode-coding-string.
16796
16797 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * nneething.el (nneething-decode-file-name):
16800         Replace decode-coding-string with mm-decode-coding-string.
16801
16802         * gnus-int.el (gnus-open-server): Say failed server's name.
16803
16804 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16805
16806         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16807         strings to a single string.  Quote `errors-file-name'.
16808         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16809         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16810         Adjust calls.  Use `shell-quote-argument'.
16811
16812 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16813
16814         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16815         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16816
16817         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16818         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16819         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16820         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16821         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16822         (gnus-subscribe-newsgroup, gnus-1):
16823         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16824         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16825         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16826         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16827
16828 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16829
16830         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16831         keystroke.
16832         (gnus-summary-limit-to-bodies): Implement headersp.
16833
16834 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16835
16836         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16837
16838 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16841
16842 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16843
16844         * message.el (message-generate-hashcash): Expand range of values to
16845         include `opportunistic'.
16846         (message-send-mail): Use it.
16847
16848 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16849
16850         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16851         and comment it.
16852
16853         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16854
16855 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16856
16857         * gnus-util.el (gnus-extract-address-components): Improve comment.
16858
16859 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * gnus-util.el (gnus-extract-address-components): Work with address in
16862         which the name portion contains @.
16863
16864         * lpath.el: Fbind custom-autoload.
16865
16866 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * gnus.el (gnus-start): Move custom group up.
16869         (gnus-select-method): Don't autoload, but make it available for
16870         `customize-variable'.
16871         (gnus-getenv-nntpserver): Don't autoload.
16872
16873 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16874
16875         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16876
16877 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * message.el (message-sendmail-extra-arguments): New variable.
16880         (message-send-mail-with-sendmail): Use it.
16881
16882 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16885         mm-with-unibyte-current-buffer to make string unibyte.
16886
16887         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16888         mm-string-as-multibyte.
16889
16890 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16891
16892         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16893         Reported by Werner Koch <wk@gnupg.org>.
16894
16895 2006-11-14  Daiki Ueno  <ueno@p360>
16896
16897         * mml2015.el: Autoload epa-select-keys when compiling.
16898
16899 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16900
16901         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16902         message-options.
16903         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16904
16905 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16906
16907         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16908         EasyPG (< 0.0.6).
16909         (mml2015-always-trust): New user option.
16910         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16911         prompt.
16912
16913 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * nntp.el (nntp-authinfo-force): New variable.
16916         (nntp-send-authinfo): Use it.
16917
16918 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16921         decode encoded words.  Improve prompt.  Add comment about forwarding.
16922         (message-replacement-char): Move up.
16923
16924 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16925
16926         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16927         instead of gnus-intersection because arguments of gnus-sorted-nunion
16928         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16929
16930 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16931
16932         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16933         (message-simplify-subject-functions):
16934         Enable message-strip-subject-encoded-words by default.
16935
16936 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * message.el (message-strip-subject-encoded-words): New function.
16939         (message-simplify-subject-functions): New variable.
16940         (message-simplify-subject): Use it.  Fix typo in doc string.
16941         Support message-strip-subject-encoded-words.
16942
16943 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16944
16945         * gnus-diary.el (gnus-diary-delay-format-function):
16946         * nndiary.el (nndiary-reminders):
16947         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16948
16949 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * gnus-art.el (article-hide-boring-headers): Fetch date from
16952         gnus-original-article-buffer to avoid problems with localized date
16953         strings.
16954
16955 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16958
16959 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16962         New variables.
16963         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16964         (mm-charset-synonym-alist): Move some entries to
16965         mm-codepage-iso-8859-list.
16966         (mm-charset-synonym-alist, mm-charset-override-alist):
16967         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16968
16969 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16972
16973 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16974
16975         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16976         with Emacs 21 and XEmacs.
16977
16978 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-parse-address): New function for better parsing,
16981         catching errors, etc.
16982         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16983
16984 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * mm-view.el: Add interactive arg to html2text autoload.
16987
16988 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16991
16992 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16993
16994         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16995         New variables.
16996         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16997         (mm-charset-synonym-alist): Move some entries to
16998         mm-codepage-iso-8859-list.
16999
17000         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17001
17002 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17003
17004         * message.el (message-citation-line-format)
17005         (message-insert-formated-citation-line): Fix implementation of %E, %N
17006         and %n according to the doc string.
17007
17008 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17009
17010         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17011         Use car-safe to avoid bad parses.
17012
17013 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17016         names.
17017
17018         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17019
17020 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17023         header.
17024
17025         * message.el (message-draft-headers): Add Date.
17026         (message-headers-to-generate): Fix typo in docstring.
17027
17028         * nndraft.el (nndraft-required-headers): New variable.
17029         (nndraft-generate-headers): Use it.
17030
17031         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17032
17033 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17034
17035         * gnus-registry.el (gnus-registry-wash-for-keywords)
17036         (gnus-registry-find-keywords): New functions to allow easy searching of
17037         articles that are in the registry.
17038
17039 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17042         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17043         Reported by Damien Elmes <damien@repose.cx>.
17044
17045 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * gnus.el (gnus-mime): Remove unused custom group.
17048
17049 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17050
17051         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17052         "blank line" when searching for end of armor headers.
17053
17054 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * gmm-utils.el (gmm-write-region): Fix variable name.
17057
17058 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * gmm-utils.el (gmm-write-region): New function based on compatibility
17061         code from `mm-make-temp-file'.
17062
17063         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17064
17065         * nnmaildir.el (nnmaildir--update-nov)
17066         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17067         Use `gmm-write-region'.
17068
17069 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17070
17071         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17072         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17073
17074         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17075
17076         * message.el (message-replacement-char): New variable.
17077         (message-fix-before-sending): Use it.
17078         (message-simplify-subject): New function to remove duplicate code.
17079         (message-reply, message-followup): Use it.
17080
17081         * gnus-sum.el (gnus-summary-make-menu-bar):
17082         Clarify gnus-summary-limit-to-articles.
17083
17084 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-util.el (gnus-with-local-quit): New macro.
17087
17088         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17089
17090 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17093         ignore non-string data.
17094
17095 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17096
17097         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17098         non-string data (needs to be done in the registry too).
17099
17100 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17101
17102         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17103         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17104         (gnus-registry-split-fancy-with-parent)
17105         (gnus-registry-fetch-simplified-message-subject-fast)
17106         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17107         Remove text properties on ingress into the registry and when it's saved.
17108         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17109         registry from entries with no groups.
17110
17111 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17112
17113         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17114         function to remove string properties.
17115
17116 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gmm-utils.el (gmm): Adjust custom version.
17119
17120         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17121         Adjust custom version.
17122
17123         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17124
17125 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * gnus-art.el (gnus-insert-prev-page-button)
17128         (gnus-insert-next-page-button): Simplify.  Reformat.
17129
17130 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17131
17132         * gnus-art.el (gnus-insert-prev-page-button)
17133         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17134
17135 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17136
17137         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17138
17139 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17140
17141         * gnus-art.el (gnus-insert-mime-button)
17142         (gnus-insert-mime-security-button):
17143         Apply gnus-article-button-face to MIME and security buttons.
17144
17145 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17148         readable.
17149
17150 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17153
17154 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17155
17156         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17157         `browse-url-of-file' instead of `browse-url'.
17158
17159 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17160
17161         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17162         regexp.  Articles containing quotation were cut prematurely.
17163
17164 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * message.el (message-cite-original-1): Use nobody by default for the
17167         value of From header.
17168         (message-reply): Ditto.
17169
17170 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17171
17172         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17173         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17174         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17175
17176 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17177
17178         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17179         mails in the doc string.  Add some URLs in comment.
17180         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17181
17182 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17185         backslashes handling and the way to find boundaries of quoted strings.
17186
17187 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17188
17189         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17190         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17191         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17192         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17193
17194 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17195
17196         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17197         doc string.
17198         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17199
17200 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * lpath.el: Fbind epg-check-configuration.
17203
17204 2006-09-06  Simon Josefsson  <jas@extundo.com>
17205
17206         * mml2015.el (mml2015-use): Doc fix, mention epg.
17207
17208 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17209
17210         * mml2015.el (mml2015-use): Default to epg, if available.
17211
17212 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17213
17214         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17215         message-sender.
17216         (mml1991-epg-encrypt): Ditto.
17217         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17218         message-sender.
17219         (mml2015-epg-encrypt): Ditto.
17220
17221 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17222
17223         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17224         several common directories.
17225
17226 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17227
17228         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17229         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17230
17231 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * gnus-art.el (article-decode-encoded-words): Make it fast.
17234
17235 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17238
17239         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17240         in quoted string into `\'.
17241
17242 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17245         Use standard-syntax-table.
17246
17247 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * gnus-art.el (gnus-decode-address-function): New variable.
17250         (article-decode-encoded-words): Use it to decode headers which are
17251         assumed to contain addresses.
17252         (gnus-mime-delete-part): Remove useless `or'.
17253
17254         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17255         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17256         (gnus-nov-parse-line): Use it to decode From header.
17257         (gnus-get-newsgroup-headers): Ditto.
17258         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17259
17260         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17261         (mail-decode-encoded-address-string): New alias.
17262
17263         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17264         New function.
17265         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17266         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17267         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17268         (rfc2047-decode-string): Ditto.
17269         (rfc2047-decode-address-region): New function.
17270         (rfc2047-decode-address-string): New function.
17271
17272 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * message.el (message-caesar-buffer-body): Allow rotating headers.
17275
17276         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17277
17278         * message.el (message-insert-formated-citation-line): Fix %f.
17279         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17280
17281 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17284         (gnus-bookmark-mouse-available-p): New macro.
17285         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17286         (gnus-bookmark-bmenu-show-infos): Use it.
17287         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17288         (gnus-bookmark-bmenu-hide-infos): Ditto.
17289         (gnus-bookmark-remove-properties): New function.
17290         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17291         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17292         (gnus-bookmark-write-file): Bind coding-system-for-write.
17293         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17294         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17295         group before selecting it.
17296         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17297         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17298         quit-window if it is not available; use gnus-mouse-2 and bind it to
17299         gnus-bookmark-bmenu-select-by-mouse.
17300         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17301         (gnus-bookmark-bmenu-select-by-mouse): New function.
17302
17303 2006-08-13  Romain Francoise  <romain@orebokech.com>
17304
17305         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17306         space.
17307
17308 2006-08-10  Romain Francoise  <romain@orebokech.com>
17309
17310         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17311         (dns-mode-soa-auto-increment-serial): New user option.
17312         (dns-mode-soa-maybe-increment-serial): New function.
17313         (dns-mode): Add the latter to `write-contents-functions'.
17314
17315 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17316
17317         * compface.el (uncompface): Use binary rather than raw-text-unix.
17318
17319 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * compface.el (uncompface): Make sure the eol conversion doesn't take
17322         place when communicating with the external programs.
17323         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17324
17325 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17328
17329 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17330
17331         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17332         Make it more robust by parsing author and date independently.
17333
17334 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17335
17336         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17337
17338 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17339
17340         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17341         first matching secret key.
17342         (mml2015-epg-encrypt): Ditto.
17343
17344         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17345         first matching secret key.
17346         (mml1991-epg-encrypt): Ditto.
17347
17348         * mml2015.el (mml2015-encrypt-to-self): New user option.
17349         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17350         mml2015-epg-encrypt-to-self is set.
17351
17352         * mml1991.el (mml1991-encrypt-to-self): New variable.
17353         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17354         mml1991-epg-encrypt-to-self is set.
17355
17356         * mml2015.el (mml2015-signers): New user option.
17357         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17358         (mml2015-epg-encrypt): Allow to select signing keys.
17359
17360         * mml1991.el (mml1991-signers): New variable.
17361         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17362         (mml1991-epg-encrypt): Allow to select signing keys.
17363
17364 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * nnheader.el (nnheader-insert-head): Make it work even if the file
17367         uses CRLF for the line-break code.
17368
17369 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17370
17371         * mml2015.el: Require mml-sec instead of password.
17372         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17373         (mml2015-cache-passphrase): Inherit the default value from
17374         mml-secure-cache-passphrase.
17375         (mml2015-passphrase-cache-expiry): Inherit the default value from
17376         mml-secure-passphrase-cache-expiry.
17377
17378         * mml1991.el: Require mml-sec instead of password.
17379         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17380         (mml1991-cache-passphrase): Inherit the default value from
17381         mml-secure-cache-passphrase.
17382         (mml1991-passphrase-cache-expiry): Inherit the default value from
17383         mml-secure-passphrase-cache-expiry.
17384
17385         * mml-sec.el: Require password.
17386         (mml-secure-verbose): New user option.
17387         (mml-secure-cache-passphrase): New user option.
17388         (mml-secure-passphrase-cache-expiry): New user option.
17389
17390 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17391             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17392
17393         * pgg-def.el (pgg-truncate-key-identifier):
17394         Truncate the key ID to 8 letters from the end.
17395
17396 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17397
17398         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17399         workaround for the url package included with Emacs.
17400
17401         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17402
17403 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17406         correctly.  This fixes a bug caused by the 2006-05-12 change.
17407
17408 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17409
17410         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17411         some information about the error when saying that the `bogus' mail
17412         group will be used.
17413
17414 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17415
17416         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17417         string.
17418
17419 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17420
17421         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17422
17423 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17424
17425         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17426
17427 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17428
17429         * mml1991.el (mml1991-function-alist): Add epg.
17430         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17431         (mml1991-epg-encrypt): New functions.
17432
17433 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17434
17435         * mml2015.el (mml2015-verbose): New variable.
17436         (mml2015-cache-passphrase): Ditto.
17437         (mml2015-passphrase-cache-expiry): Ditto.
17438         (mml2015-function-alist): Add epg.
17439         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17440         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17441         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17442         New functions.
17443
17444 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17445
17446         * message.el (message-cite-original-1): Preserve region when removing
17447         quoted text due to X-No-Archive in order to avoid bogus attribution
17448         when citing multiple messages.
17449
17450 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17451
17452         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17453         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17454
17455 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gnus-diary.el (gnus-user-format-function-d)
17458         (gnus-user-format-function-D): Autoload.
17459
17460         * imap.el (Commentary): Fix typo.
17461
17462         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17463         2006-04-22 contribution.
17464
17465 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17466
17467         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17468         It didn't really fix the bogosity I'm seeing with solid web groups.
17469
17470 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17471
17472         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17473         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17474         created using server names.  If we use the feature without declaring
17475         it, Gnus does not properly manage server and group state.
17476
17477         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17478         bound.
17479
17480 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17481
17482         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17483         looking up the method using GROUP's prefix before inventing a new one.
17484         It is used on killed/unknown groups in various places where returning
17485         an all-new method isn't expected by the caller.
17486
17487         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17488         and match semantics of gnus-group-real-prefix.
17489
17490 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17491
17492         * nnmail.el (nnmail-broken-references-mailers): New variable.
17493         (nnmail-ignore-broken-references): New function generalizing
17494         nnmail-fix-eudora-headers.
17495         (nnmail-fix-eudora-headers): Now obsolete.
17496
17497         * gnus-art.el (gnus-button-handle-custom):
17498         Support `customize-apropos*'.
17499
17500 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17501
17502         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17503
17504         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17505         articles.
17506
17507 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * message.el (message-cite-reply-above): New variable.
17510         (message-yank-original): Use it.
17511
17512 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17515
17516 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17517
17518         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17519         as read.
17520
17521         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17522
17523 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17526         (gnus-bookmark-default-file): Use gnus-directory.
17527         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17528         Remove "*" in doc string.
17529         (gnus-bookmark-write-file): Simplify.
17530         (gnus-bookmark-maybe-sort-alist): Use `when'.
17531         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17532         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17533         Add FIXME about Emacs 21 and XEmacs compatibility.
17534         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17535         compatibility.
17536         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17537         compatibility.
17538         (gnus-bookmark-menu-heading): Fix version.
17539
17540 2006-06-19  Bastien Guerry  <bzg@altern.org>
17541
17542         * gnus-bookmark.el: New file.
17543
17544 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * message.el (message-syntax-checks): Doc fix.
17547
17548 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17549
17550         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17551         unsubscribed groups as if they were killed ones.  It causes duplicate
17552         entries in gnus-newsrc-alist.
17553
17554 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * message.el (message-syntax-checks): Doc fix.
17557         (message-send-mail): Add check for continuation headers.
17558         (message-check-news-header-syntax): Fix regexp used to check for
17559         continuation headers.
17560
17561 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17564
17565 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17566
17567         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17568
17569 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17572         default-truncate-lines.
17573
17574 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17577         to fill the utf-8 entry.
17578
17579         * lpath.el: Fbind unicode-precedence-list.
17580
17581 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17582
17583         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17584
17585 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17586
17587         * gnus-agent.el (directory-files-and-attributes): Move all the way
17588         forward (the third and final move).
17589         (gnus-agent-read-agentview): Trap reconstruction errors due to
17590         nonexistent directory.  Handle by returning nil.
17591
17592 2006-05-30  Didier Verna  <didier@xemacs.org>
17593
17594         * message.el (message-dont-reply-to-names): Update the custom type.
17595         * message.el (message-dont-reply-to-names): New defsubst: potentially
17596         convert a list of regexps into a single one.
17597         * message.el (message-get-reply-headers): Use it.
17598         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17599
17600 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * gnus-agent.el (directory-files-and-attributes): Move forward.
17603
17604 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * gnus-ml.el (gnus-mailing-list-subscribe)
17607         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17608         (gnus-mailing-list-message): Fix doc strings.
17609
17610 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17611
17612         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17613         of doing it manually.
17614
17615 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17618         comment.
17619
17620 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17621
17622         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17623         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17624         (gnus-agent-read-local): All symbols allocated in my-obarray.
17625         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17626         (gnus-agent-regenerate-group): Check numeric names to see if they are
17627         messages or groups.
17628         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17629         better way of do this...)
17630
17631         * gnus-cache.el (gnus-agent-total-fetched-for):
17632         Ignore 'dummy.group' (there should be a better way of do this...)
17633
17634 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17637         (gnus-saved-headers): Ditto.
17638         (gnus-default-article-saver): Mention functions may have properties.
17639         (gnus-article-save): Override gnus-save-all-headers and
17640         gnus-saved-headers by :headers property which saver function may have.
17641         (gnus-summary-save-in-file): Add :headers property.
17642         (gnus-summary-write-to-file): Ditto.
17643
17644         * gnus-sum.el (gnus-summary-save-article): Bind
17645         gnus-prompt-before-saving to t when saving many articles in a file;
17646         always show all headers.
17647
17648         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17649
17650 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17653         marks.
17654
17655         * message.el (message-indent-citation): Add optional arguments to allow
17656         using it outside of message buffers.
17657
17658         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17659         (gnus-article-treat-unfold-headers): Use it.
17660         (gnus-article-truncate-lines): New variable.
17661         (gnus-article-mode): Use it.
17662         (gnus-article-toggle-truncate-lines): New function.
17663
17664         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17665         Add gnus-article-toggle-truncate-lines.
17666
17667         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17668         coding system in XEmacs, use binary.
17669
17670 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17673         after-load-alist.
17674
17675         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17676         this function should save decoded articles.
17677         (gnus-summary-write-to-file): Use property to specify this function
17678         should save decoded articles and specify gnus-summary-save-in-file
17679         should be used to save articles other than the first one when saving
17680         many articles.
17681         (gnus-summary-save-body-in-file): Use property to specify this
17682         function should save decoded articles.
17683         (gnus-summary-write-body-to-file): Use property to specify this
17684         function should save decoded articles and specify
17685         gnus-summary-save-body-in-file should be used to save articles other
17686         than the first one when saving many articles.
17687
17688         * gnus-sum.el (gnus-summary-save-article): Simplify.
17689
17690 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * gnus-art.el (gnus-default-article-saver):
17693         Add gnus-summary-write-body-to-file.
17694         (gnus-article-save-coding-system): Don't use coding system object
17695         in XEmacs.
17696         (gnus-read-save-file-name): Add optional `dir-var' argument which
17697         specifies directory in which files are saved; work even if optional
17698         `variable' argument is not specified.
17699         (gnus-summary-write-to-file): Read file name.
17700         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17701         (gnus-summary-write-body-to-file): New function.
17702
17703         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17704         (gnus-summary-local-variables): Add it.
17705         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17706         (gnus-summary-save-article): Remove optional `decode' argument;
17707         determine whether to decode articles by the value of
17708         gnus-default-article-saver; when saving many files using
17709         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17710         it first and use gnus-summary-save-in-file or
17711         gnus-summary-save-body-in-file thereafter unless
17712         gnus-prompt-before-saving is always; move point to article which
17713         will be saved.
17714         (gnus-summary-save-article-file): Revert.
17715         (gnus-summary-write-article-file): Revert.
17716         (gnus-summary-save-article-body-file): Revert.
17717         (gnus-summary-write-article-body-file): New function.
17718
17719 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * gnus-art.el (gnus-default-article-saver): Doc fix.
17722         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17723         from gnus-summary-save-article-coding-system, and default to a
17724         certain coding system.
17725         (gnus-output-to-file): Add coding cookie and encode text according
17726         to gnus-article-save-coding-system; don't use mm-append-to-file.
17727
17728         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17729         gnus-art.el and rename to gnus-article-save-coding-system.
17730         (gnus-summary-save-article): Require gnus-art; don't show all
17731         headers if it decodes articles; don't add coding cookie here;
17732         don't bind mm-text-coding-system-for-write.
17733         (gnus-summary-save-article-file): Save decoded articles.
17734         (gnus-summary-write-article-file): When saving many files, use
17735         gnus-summary-write-to-file first and gnus-summary-save-in-file
17736         thereafter unless gnus-prompt-before-saving is always.
17737         (gnus-summary-save-article-body-file): Save decoded articles.
17738
17739         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17740
17741 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17742
17743         * nnrss.el (nnrss-check-group): Bind hash-index.
17744
17745 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17746
17747         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17748         its hash index.  Store this hash in `nnrss-group-data'.
17749         (nnrss-read-group-data): Update accordingly.
17750
17751 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17752
17753         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17754         entry.
17755
17756         * gnus-sum.el (gnus-summary-make-menu-bar):
17757         Add gnus-article-browse-html-article.
17758
17759 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17760
17761         * gnus-sum.el (gnus-summary-mime-map):
17762         Add gnus-article-browse-html-article.
17763
17764         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17765
17766 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17767
17768         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17769         suitable coding systems in customize.
17770
17771 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * mail-source.el (mail-sources): Fix custom type.
17774
17775 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17776
17777         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17778         (gnus-summary-expire-articles-now): Shorten prompt.
17779
17780         * gmm-utils.el (wid-edit): Require.
17781         (defun-gmm): Rename from `gmm-defun-compat'.
17782         (gmm-image-search-load-path): Use it.
17783         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17784
17785 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-sum.el (gnus-summary-save-article-coding-system):
17788         New variable.
17789         (gnus-summary-save-article): Add optional `decode' argument.
17790         If it is set and gnus-summary-save-article-coding-system is non-nil,
17791         save decoded article.
17792         (gnus-summary-write-article-file): Save decoded article if
17793         gnus-summary-save-article-coding-system is non-nil.
17794
17795         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17796         type.
17797
17798 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17801
17802 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17805         first to test gnus-single-article-buffer which may be buffer-local.
17806
17807         * gnus-sum.el (gnus-summary-setup-buffer):
17808         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17809         group; make gnus-article-buffer, gnus-article-current, and
17810         gnus-original-article-buffer always buffer-local.
17811         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17812         group.
17813         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17814
17815 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17816
17817         * nnml.el (nnml-request-compact-group): Compressed files might not
17818         have .gz extension.
17819
17820 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17821
17822         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17823         (mm-copy-to-buffer): Use with-current-buffer.
17824         (mm-display-part): Simplify.
17825         (mm-inlinable-p): Add optional arg `type'.
17826
17827 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17828
17829         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17830         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17831         Try harder to show the attachment internally or externally using
17832         gnus-mime-view-part-as-type.
17833
17834 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17835
17836         * message.el (message-from-style, message-signature-separator)
17837         (message-user-organization-file, message-send-mail-function)
17838         (message-citation-line-function, message-yank-prefix)
17839         (message-indent-citation-function, message-signature)
17840         (message-signature-file, message-signature-insert-empty-line):
17841         Remove autoloads.
17842
17843         * gnus-art.el (gnus-buttonized-mime-types):
17844         Remove "multipart/signed".  Revert 2006-04-26 change.
17845
17846 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17847
17848         * gnus.el (gnus-version-number): Bump version.
17849
17850 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17851
17852         * gnus.el: No Gnus v0.5 is released.
17853
17854 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17855
17856         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17857         fetching articles by message-id.
17858
17859 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17860
17861         * message.el (hashcash): Require hashcash as normal.
17862
17863         * ecomplete.el (ecomplete-highlight-match-line):
17864         Use point-at-eol.
17865         (ecomplete-highlight-match-line): Use `highlight', because that
17866         face exists in both Emacs and XEmacs.
17867
17868         * message.el (message-display-abbrev): Use point-at-bol.
17869
17870         * mail-source.el: Don't require timer/timer-funcs.
17871
17872         * gnus-async.el: Ditto.
17873
17874         * password.el: Ditto.
17875
17876         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17877
17878         * mm-url.el: Ditto.
17879
17880         * gnus-xmas.el: Don't require timer-funcs.
17881
17882         * mm-util.el: Require timer/timer-funcs.
17883
17884 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17885
17886         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17887         Close.
17888
17889 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17892         unibyte after clear-decrypt function runs.
17893
17894         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17895         returns as a unibyte string.
17896
17897 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * lpath.el: Revert.
17900
17901         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17902         (pgg-gpg-process-sentinel): Revert.
17903
17904         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17905         (pgg-pgp-lookup-key): Revert.
17906
17907         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17908         (pgg-pgp5-lookup-key): Revert.
17909
17910         * pgg.el (pgg-fetch-key): Revert.
17911
17912 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * lpath.el: Fbind string-as-multibyte for XEmacs.
17915
17916         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17917         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17918         (mml1991-pgg-encrypt): Ditto.
17919
17920         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17921         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17922         a multibyte buffer.
17923
17924         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17925         (pgg-pgp-lookup-key): Ditto.
17926
17927         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17928         (pgg-pgp5-lookup-key): Ditto.
17929
17930         * pgg.el (pgg-fetch-key): Ditto.
17931
17932 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17933
17934         * message.el (message-user-organization-file): Check several
17935         locations of the organization file.
17936
17937         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17938         Add gnus-article-view-part-as-type.
17939
17940         * gnus-art.el (gnus-article-view-part-as-type): New function.
17941
17942         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17943         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17944
17945         * mml.el: Simplify autoload.
17946         (mml-mode): defvar dnd-protocol-alist instead of using
17947         symbol-value.
17948         (mml-default-directory): New variable.
17949         (mml-minibuffer-read-file): Use it.
17950         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17951
17952         * message.el (message-citation-line-format): New variable.
17953         (message-insert-formated-citation-line): New function.
17954         (message-citation-line-function):
17955         Add `message-insert-formated-citation-line' to custom type.
17956
17957         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17958         to doc string.
17959
17960         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17961         depending on mm-verify-option.
17962
17963 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17966         binding pgg-* variables; reimplement the section which prevents
17967         MIME header from being signed.
17968         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17969         pgg-text-mode; remove a blank line at the top of body.
17970
17971         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17972         lines at the top of body; use gnus-newsgroup-charset if there's no
17973         Charset header.
17974
17975 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * message.el (message-self-insert-commands): Doc fix.
17978
17979         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17980         (mm-uu-pgp-encrypted-test): Ditto.
17981         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17982         between header and body; return application/pgp-encrypted handle
17983         if decryption failed; decode decrypted body by charset.
17984
17985         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17986         element match to application/pgp-*.
17987
17988 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17989
17990         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17991         HTML.
17992
17993 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17994
17995         * mail-source.el (mail-source-call-script): Message the error
17996         string.
17997
17998 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17999
18000         * gnus-util.el (gnus-byte-compile): Use it.
18001
18002 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18003
18004         * gnus-util.el (kill-empty-logs): New function.
18005
18006 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18007
18008         * message.el (message-mail-alias-type): Doc fix.
18009         (message-mail-alias-type-p): New function.
18010         (message-send): Use it.
18011         (message-mode): Ditto.
18012         (message-strip-forbidden-properties): Ditto.
18013
18014         * ecomplete.el (ecomplete-database-file-coding-system):
18015         New variable.
18016         (ecomplete-save): Use it.
18017         (ecomplete-setup): Use it.
18018
18019 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * message.el (message-self-insert-commands): New variable.
18022         (message-strip-forbidden-properties): Use it.
18023
18024 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18025
18026         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18027         that doesn't make XEmacs choke.
18028
18029 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18030
18031         * gnus-util.el (gnus-replace-in-string):
18032         Prefer replace-regexp-in-string over of replace-in-string.
18033
18034 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-util.el (gnus-select-frame-set-input-focus):
18037         Use select-frame-set-input-focus if it is available in XEmacs; use
18038         definition defined in Emacs 22 for old Emacsen.
18039
18040         * dgnushack.el: Autoload unmorse-region for XEmacs.
18041
18042         * lpath.el: Bind cursor-in-non-selected-windows and
18043         select-frame-set-input-focus for XEmacs.
18044
18045 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18048
18049 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18050
18051         * gnus-registry.el (gnus-registry-cache-save): Remove text
18052         properties when saving via the temp buffer.
18053
18054 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18055
18056         * message.el (message-generate-hashcash): Honor custom type.
18057
18058 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18059
18060         * message.el (message-generate-hashcash): Default to non-nil when
18061         hashcash is found.
18062
18063         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18064         (gnus-refer-thread-limit): Increase default to 500.
18065
18066         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18067
18068         * flow-fill.el (fill-flowed): Allow delete-space.
18069
18070 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18073         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18074         Remove autoloads.
18075
18076 2006-04-18  Simon Josefsson  <jas@extundo.com>
18077
18078         * message.el (message-generate-hashcash): Default to.
18079
18080 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18083         concatenating segments rather than before concatenating them.
18084
18085 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18088
18089 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18090
18091         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18092
18093         * message.el (message-forward-make-body-plain):
18094         Allow message-forward-ignored-headers to be a list.
18095         (message-remove-ignored-headers): Factor out into function.
18096         (message-forward-make-body-mml): Use it.
18097
18098         * imap.el (imap-quote-specials): New function.
18099         (imap-login-auth): Quote specials.
18100
18101         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18102         (rfc2231-parse-string): Allow concatanation of parameters that
18103         aren't contiguous.  The test case is
18104           (mail-header-parse-content-type "message/external-body;
18105             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18106             access-type=LOCAL-FILE;
18107             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18108
18109 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18110
18111         * nntp.el (nntp-accept-process-output): Return the value of
18112         `nnheader-accept-process-output'.
18113
18114 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18117         (gnus-button-alist): Recognize more diff formats.
18118         (gnus-button-patch): Strip directory.
18119
18120 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18123         Emacs 22 when setting focus.
18124
18125 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * gnus-art.el (gnus-article-treat-types): Do treatment of
18128         text/x-verbatim parts.
18129         (gnus-button-patch): New command.
18130
18131         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18132         addresses that contain invalid characters.
18133
18134 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * message.el (message-put-addresses-in-ecomplete):
18137         Use gnus-replace-in-string.
18138         (message-is-yours-p): Use the more correct
18139         mail-header-parse-address instead of
18140         mail-extract-address-components.
18141         (message-put-addresses-in-ecomplete): Fix typo.
18142
18143         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18144         keystroke.
18145
18146         * gnus-art.el (gnus-treatment-function-alist): Change order of
18147         newsgroups/generic header folding to avoid double-folding.
18148
18149         * message.el (message-hidden-headers): Add X-Draft-From.
18150
18151         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18152         New command.
18153         (gnus-summary-repeat-search-article-backward): New command.
18154
18155         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18156         groups in the parent topic.
18157
18158 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18159
18160         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18161         (spam-extra-header-to-number): Return the CRM114 number as a
18162         number instead of a string.
18163
18164 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18165
18166         * gnus-art.el (gnus-face-properties-alist): Move here from
18167         gnus-fun.
18168
18169         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18170
18171 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * message.el (message-strip-forbidden-properties): Only display on
18174         self-insert-command.
18175
18176         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18177         reindent.
18178         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18179
18180 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18181
18182         * smiley.el (smiley-style): Fix typo.
18183
18184 2006-03-23  Kenichi Handa  <handa@m17n.org>
18185
18186         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18187         instead of set-buffer-multibyte.
18188
18189 2006-03-23  Kenichi Handa  <handa@m17n.org>
18190
18191         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18192         buffer and then decode the buffer text if necessary.
18193         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18194         first, and after mm-encode-body, change the buffer to unibyte.
18195
18196 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18197
18198         * hashcash.el (hashcash-insert-payment-async-2):
18199         Use message-goto-eoh instead of doing it manually.
18200         (mail-add-payment): Use message-narrow-to-header instead of trying
18201         to do the same itself.
18202
18203         * message.el (message-hidden-headers): Add Face.
18204
18205         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18206         reparenting code.
18207         (gnus-summary-reparent-children): Refactored out code.
18208         (gnus-summary-thread-map): New keystroke.
18209         (gnus-summary-reparent-children): Make into command.
18210
18211         * smiley.el (smiley-style): Default to `medium' if using a large
18212         font.
18213
18214         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18215         does it itself.
18216
18217         * message.el (message-point-in-header-p): Simplify definition.
18218
18219 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18220
18221         * nnagent.el (nnagent-request-set-mark): Silence log file
18222         writing.
18223         (nnagent-request-set-mark): Use write-region instead of
18224         append-to-file.
18225
18226         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18227         strange select method.
18228
18229         * ecomplete.el (ecomplete-display-matches): Get highlightling
18230         right.
18231         (ecomplete-display-matches): Use literals.
18232         (ecomplete-display-matches): Disable message logging.
18233
18234         * message.el (message-display-abbrev): Small optimization.
18235
18236         * ecomplete.el (ecomplete-display-matches): Allow automatic
18237         display.
18238
18239         * message.el (message-strip-forbidden-properties):
18240         Display abbrevs.
18241         (message-display-abbrev): Get automatic display right.
18242
18243         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18244         keystrokes.
18245
18246 2006-04-13  Romain Francoise  <romain@orebokech.com>
18247
18248         TODO: Backport to v5-10!
18249
18250         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18251         Move here (and rename) from gnus-registry.el.
18252
18253         * gnus-registry.el: Require gnus-util.
18254         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18255
18256 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257
18258         * gnus-group.el (gnus-group-catchup-current):
18259         Change if-then-else-if-then-else into cond.
18260         (gnus-group-catchup): Indent.
18261         (group-name-at-point): New function.
18262         (gnus-fetch-group): Provide default from thing at point.
18263
18264 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18265
18266         * message.el (message-display-abbrev): Fix regexp.
18267
18268         * ecomplete.el (ecomplete-highlight-match-line):
18269         Reimplement choosing.
18270         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18271         dead variables.
18272
18273         * message.el (message-newline-and-indent): Remove debugging.
18274         (message-display-abbrev): Use new implementation.
18275
18276 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * gnus-art.el (gnus-article-mode):
18279         Set cursor-in-non-selected-windows to nil.
18280
18281         * smiley.el: Revert previous change.
18282         (smiley-data-directory): defvar it before using it in the
18283         defcustom of `smiley-style'.
18284
18285 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * message.el (message-newline-and-indent): New function.
18288
18289         * ecomplete.el: Implement more bits.
18290
18291         * message.el (message-put-addresses-in-ecomplete): Clean up the
18292         string.
18293
18294         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18295
18296         * gnus-sum.el (gnus-summary-save-parts):
18297         Bind gnus-summary-save-parts-counter and use it to make unique file
18298         names.
18299
18300         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18301
18302         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18303         parameter to say whether to actually parse the individual
18304         addresses.
18305
18306         * message.el (message-put-addresses-in-ecomplete): New function.
18307         (ecomplete): Require.
18308         (message-mail-alias-type): Add ecomplete as an option.
18309
18310 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18311
18312         * flow-fill.el (fill-flowed): Remove trailing space from blank
18313         quoted lines.
18314
18315 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18316
18317         * smiley.el (smiley-style): Move definition later to avoid a
18318         compilation warning.
18319
18320 2006-04-12  Kenichi Handa  <handa@m17n.org>
18321
18322         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18323         buffer and then decode the buffer text if necessary.
18324         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18325         first, and after mm-encode-body, change the buffer to unibyte.
18326         Use mm-disable-multibyte instead of set-buffer-multibyte.
18327
18328 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18331         Content-Type header instead of Content-Disposition header.
18332         (gnus-mime-inline-part): Ditto.
18333         (gnus-mime-view-part-as-charset): Ignore charset that the part
18334         specifies.
18335
18336         * mm-decode.el (mm-display-part): Work with external parts and
18337         usual parts similarly.
18338
18339         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18340         instead of gnus-display-mime.
18341
18342         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18343         instead of with-temp-buffer.
18344
18345         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18346         tag to summarized topics part in order to encode non-ASCII text.
18347
18348 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18349
18350         * smiley.el (smiley-style): New variable.
18351         (smiley-directory): New function.
18352         (smiley-data-directory): Derive from `smiley-style' using
18353         `smiley-directory'.
18354         (smiley-regexp-alist): Add new entries.
18355
18356         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18357         (gnus-article-browse-delete-temp): Add :version.
18358
18359 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18360
18361         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18362         the sieve region.
18363
18364 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18365
18366         * gnus.el (gnus-version-number): Bump version.
18367
18368 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18369
18370         * gnus.el: No Gnus v0.4 is released.
18371
18372 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18373
18374         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18375         layout.
18376
18377         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18378         unknown charset.
18379
18380         * message.el (message-header-synonyms): Add Original-To to the
18381         default.
18382
18383         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18384         optional parameter.
18385
18386 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * gnus-fun.el (gnus): Require it for gnus-directory.
18389
18390 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18393
18394 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18395
18396         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18397
18398 2006-04-05  Simon Josefsson  <jas@extundo.com>
18399
18400         * password.el (password-reset): New function.
18401
18402 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18403
18404         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18405         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18406
18407 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18408
18409         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18410         Some whitespace was matched into the url, which broke browsing hits
18411         > 100 when mm-url-use-external was nil.
18412
18413 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18416         Check gnus-extra-headers for 'Newsgroups.
18417
18418         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18419         bound.
18420
18421 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18422
18423         * pgg-gpg.el: Clean up process buffers every time gpg processes
18424         complete.
18425
18426 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18427
18428         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18429         doc string.
18430
18431 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18432
18433         * pgg-gpg.el (pgg-gpg-process-filter)
18434         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18435
18436         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18437         lines, temporary fix.
18438
18439 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18440
18441         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18442
18443 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18444
18445         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18446         default-enable-multibyte-characters.  This reverts the change from
18447         revision 6.17 which is no longer necessary because the passphrase
18448         is sent separately now.  GnuPG messages are unreadable under
18449         multibyte locales with default-enable-multibyte-characters set to
18450         nil.
18451
18452 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * message.el (message-tool-bar-gnome): Move "spell".
18455
18456 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18457
18458         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18459         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18460         instead.
18461
18462 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18463
18464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18465         Improve newsgroups handling for NNTP overviews which don't include
18466         Newsgroups.
18467
18468 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18469
18470         * message.el (message-resend): Bind message-generate-hashcash to nil.
18471
18472 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18473
18474         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18475         when searching for already-paid recipients.
18476
18477 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18478
18479         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18480         passphrases when it is not needed.
18481         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18482         passphrase stuff from gpg, should only be necessary when you use
18483         gpg with a smartcard.
18484
18485 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * mml.el (mml-insert-mime): Ignore cached contents of
18488         message/external-body part.
18489
18490         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18491         (mm-insert-part): Ditto.
18492
18493 2006-03-23  Simon Josefsson  <jas@extundo.com>
18494
18495         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18496         Reiner.
18497         (pgg-gpg-use-agent-p): Use it again.
18498
18499 2006-03-23  Simon Josefsson  <jas@extundo.com>
18500
18501         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18502         older emacsen.
18503         (pgg-gpg-use-agent-p): Don't use it.
18504
18505 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18508         if we can.
18509
18510 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18511
18512         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18513         (pgg-gpg-update-agent): New function.
18514         (pgg-gpg-use-agent-p): New function.
18515         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18516         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18517         (pgg-gpg-sign-region): Use it.
18518
18519 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18522         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18523
18524 2006-03-21  Simon Josefsson  <jas@extundo.com>
18525
18526         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18527         <wilde@sha-bang.de>.
18528         (pgg-gpg-use-agent): New variable.
18529         (pgg-gpg-process-region): Use it.
18530         (pgg-gpg-encrypt-region): Likewise.
18531         (pgg-gpg-encrypt-symmetric-region): Likewise.
18532         (pgg-gpg-decrypt-region): Likewise.
18533         (pgg-gpg-sign-region): Likewise.
18534         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18535
18536 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18539
18540         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18541         Add comment on version.
18542
18543 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18544
18545         * smiley.el: Add missing test smiley.
18546
18547 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * mm-decode.el (mm-with-part): New macro.
18550         (mm-get-part): Use it; work with message/external-body as well.
18551         (mm-save-part): Treat name and filename equally.
18552
18553         * mm-extern.el (mm-extern-cache-contents): New function.
18554         (mm-inline-external-body): Use it; force the part to be displayed;
18555         move undisplayer added to the cached handle to the parent.
18556
18557         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18558         (gnus-mime-view-part-as-type): Work with message/external-body.
18559
18560         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18561
18562 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18565         images in image-load-path.  [Sync with image.el, revision 1.60, in
18566         Emacs.]
18567
18568 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18569
18570         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18571         path rather than symbol.  Always return list of directories.
18572         Guarantee that image directory comes first.  [Sync with image.el,
18573         revision 1.59, in Emacs.]
18574
18575         * message.el (message-make-tool-bar): Adjust to new API of
18576         `gmm-image-load-path-for-library'.
18577
18578         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18579
18580         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18581
18582 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18583
18584         * gnus-art.el (gnus-article-only-boring-p):
18585         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18586         intangible text.
18587         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18588
18589 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18592         Use `defun' instead of `gmm-defun-compat'.
18593
18594 2006-03-14  Simon Josefsson  <jas@extundo.com>
18595
18596         * message.el (message-unique-id): Don't use message-number-base36
18597         if (user-uid) is a float.
18598         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18599
18600 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18601
18602         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18603
18604         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18605         empty line between a part and a message part.
18606
18607 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18608
18609         * smiley.el: Add more test smileys.
18610         (smiley-data-directory, smiley-regexp-alist)
18611         (gnus-smiley-file-types): Fix doc strings.
18612         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18613         adding new elements.
18614         (smiley-mouse-map): Unused code.  Make it a comment.
18615
18616 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18617
18618         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18619         scan latest NoCeM messages instead of old ones.
18620         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18621         delimiters that are recently used.
18622         (gnus-nocem-load-cache): Add autoload cookie.
18623
18624         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18625
18626         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18627         level which is larger than gnus-use-nocem is specified.
18628
18629         * gnus-group.el (gnus-group-get-new-news): Ditto.
18630
18631 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18632
18633         * gnus-util.el (gnus-tool-bar-update): New function.
18634
18635         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18636         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18637
18638         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18639
18640         * gnus-group.el (gnus-group-redraw-when-idle)
18641         (gnus-group-redraw-check): Remove.
18642         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18643
18644 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18647         if optional last element is specified in splits (FIELD VALUE...).
18648
18649 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18652         to gmm-image-load-path-for-library.  Call with no-error argument.
18653         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18654
18655         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18656
18657         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18658
18659         * gmm-utils.el (gmm-image-load-path): Remove alias.
18660
18661 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18662
18663         * gmm-utils.el (gmm-image-load-path): Add alias.
18664
18665         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18666         nnml-generate-nov-databases-1.
18667         (nnml-generate-nov-databases): Use it.
18668         (nnml-generate-nov-databases-directory): Document no-active
18669         argument.
18670
18671         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18672         directory if path is t.  Add no-error.
18673
18674         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18675         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18676
18677         * gnus-art.el (gnus-article-browse-delete-temp-files):
18678         Simplify resetting gnus-article-browse-html-temp-list.
18679
18680         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18681         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18682         Add example to docstring.  Rename local variables.  Move error
18683         checks to default case in cond and simplify.
18684
18685 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18688         handle is multipart when calling it recursively.
18689         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18690
18691 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18692
18693         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18694         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18695
18696 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18697
18698         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18699         is loaded.
18700
18701         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18702         loaded.
18703
18704 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18705
18706         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18707         to "Emacs 23 (unicode)" in doc string.
18708
18709         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18710         "Emacs 23 (unicode)" in comment.
18711
18712 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18715
18716         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18717         characters 160 through 255 in Emacs 23.
18718
18719 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18720
18721         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18722         gnus-article-browse-html-temp.
18723         (gnus-article-browse-delete-temp): Make it customizable.
18724         Add `file'.  Adjust doc string.
18725         (gnus-article-browse-delete-temp-files): Add argument.
18726         Allow query for each file.  Adjust doc string.
18727         (gnus-article-browse-html-parts):
18728         Add `gnus-article-browse-delete-temp-files' to
18729         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18730
18731 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18732
18733         * gnus-art.el (gnus-article-browse-html-temp)
18734         (gnus-article-browse-delete-temp): New variables.
18735         (gnus-article-browse-delete-temp-files): New function.
18736         (gnus-article-browse-html-parts): Use it.
18737
18738 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18741
18742         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18743         string.
18744
18745         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18746         gnus-summary-insert-new-articles when unplugged.
18747         Remove gnus-summary-search-article-forward.
18748
18749         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18750         display-visual-class instead of display-color-cells.
18751
18752 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * dgnushack.el: Autoload customize-group for XEmacs.
18755
18756         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18757         message/* containing non-ASCII text properly.
18758
18759 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18760
18761         * message.el: Require gmm-utils, remove autoloads.
18762         (message-tool-bar): Set default based on
18763         gmm-tool-bar-style.
18764         (message-tool-bar-gnome): Add gmm-customize-mode.
18765
18766         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18767         gmm-tool-bar-style.
18768         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18769
18770         * gnus-group.el (gnus-group-tool-bar): Set default based on
18771         gmm-tool-bar-style.
18772         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18773
18774         * gmm-utils.el (gmm-image-directory): Rename variable from
18775         gmm-image-load-path.
18776         (gmm-image-load-path): Use gmm-image-directory.
18777         (gmm-customize-mode): New function.
18778         (gmm-tool-bar-style): New variable.
18779
18780         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18781         gnus-group-redraw-line-number.
18782         (gnus-group-redraw-check): Simplify.
18783         (gnus-group-tool-bar-update): Remove redraw check.
18784         (gnus-group-make-tool-bar): Add redraw check.
18785
18786 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18787
18788         * gnus-art.el (gnus-button): Add missing parentheses.
18789
18790 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18791
18792         * lpath.el: Fbind line-number-at-pos.
18793
18794 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18797
18798 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-art.el (gnus-button): New face.
18801         (gnus-article-button-face): Use it.
18802
18803         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18804         Add gnus-summary-next-page.  Re-order.
18805
18806         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18807         next-node are now included.
18808         (gnus-group-redraw-line-number): New internal variable.
18809         (gnus-group-redraw-check): Helper function for updating the tool
18810         bar.
18811         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18812
18813         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18814
18815         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18816         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18817         Use it to match format of Spamassassin 3.0 and later.
18818         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18819         (spam-check-bogofilter)
18820         (spam-bogofilter-register-with-bogofilter): Fix args of
18821         `gnus-error' calls.
18822
18823 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18824
18825         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18826         unnecessary interaction when sending queued mails.
18827         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18828
18829 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18830
18831         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18832         first or last are nil.
18833
18834 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18835
18836         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18837
18838 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18839
18840         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18841
18842 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18843
18844         * dns.el (query-dns): Protect more against buggy tcp output.
18845
18846 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18849         nov.php.
18850
18851 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18852
18853         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18854         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18855         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18856         output on the server side.
18857         (nnweb-google-create-mapping): Update regexps and add some
18858         progress indication.
18859
18860 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18861
18862         * gnus-group.el (gnus-group-tool-bar-gnome):
18863         Fix gnus-agent-toggle-plugged.  Re-order icons.
18864         (gnus-group-tool-bar-gnome):
18865         Add gnus-group-{prev,next}-unread-group.
18866         (gnus-group-tool-bar-gnome): Re-order icons.
18867
18868         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18869         Move gnus-summary-insert-new-articles.
18870
18871         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18872         Fix comments.
18873
18874         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18875         also available in Emacs 21.3.
18876
18877         * message.el (message-fix-before-sending): Change "Emacs 22" to
18878         "Emacs 23 (unicode)" in comment.
18879
18880         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18881         "Emacs 23 (unicode)" in comment.
18882
18883         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18884         comment.
18885         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18886
18887         * mm-view.el (mm-fill-flowed): Add :version.
18888
18889 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18892         and load-path.
18893
18894 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18895
18896         * message.el: Autoload gmm-image-load-path.
18897         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18898         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18899         consitency.
18900
18901         * gmm-utils.el (gmm-image-load-path): Also search in
18902         "../etc/images".  Don't set gmm-image-load-path if we don't find
18903         the image.
18904
18905 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * gmm-utils.el (gmm-image-load-path): Don't make
18908         `gmm-image-load-path' include subdirectories which the second arg
18909         `image' might specify.
18910
18911         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18912         subdirectory to icon file names.
18913
18914         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18915
18916 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18919         gmm-image-load-path calls.
18920
18921         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18922
18923         * message.el (message-make-tool-bar): Ditto.
18924
18925         * mml.el (mml-preview): Add comment concerning tool bar icons.
18926
18927         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18928         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18929
18930         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18931         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18932
18933         * message.el (message-tool-bar-gnome): Use new icon names.
18934         (message-make-tool-bar): Use `gmm-image-load-path'.
18935
18936         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18937         New functions from MH-E.
18938         (gmm-image-load-path): New variable from MH-E.
18939         (gmm-image-load-path): New function from MH-E.  Add arguments
18940         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18941         *-image-load-path-called-flag.
18942
18943 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18944
18945         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18946
18947 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18948
18949         * nnimap.el (nnimap-request-move-article): Change folder back to
18950         source group before deleting.
18951
18952 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18955
18956         * gnus-art.el (mm-url-insert-file-contents-external):
18957         Autoload mm-url.
18958
18959         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18960
18961 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18964         coding system which mm-charset-to-coding-system returns for a
18965         given charset is valid.
18966
18967 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18968
18969         * html2text.el (html2text-remove-tag-list):
18970         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18971
18972 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18973
18974         * gnus-cus.el: Revert 2005-10-17 change.
18975
18976 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * gnus-art.el (article-strip-banner):
18979         Call article-really-strip-banner only when the regexp match is made.
18980
18981 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * gnus-art.el (article-strip-banner):
18984         Use gnus-extract-address-components instead of
18985         mail-header-parse-addresses to make it work with non-ASCII text;
18986         remove mail-encode-encoded-word-string.
18987
18988         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18989         values which are surrounded with \"...\"; make it never cause a
18990         Lisp error; give up parsing of parameters if it failed in
18991         extracting type.
18992
18993 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18994
18995         * smime.el (smime-cert-by-ldap-1): Fix bug where
18996         `smime-ldap-search' returns results without userCertificates.
18997
18998 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19001
19002 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * spam.el (spam-check-spamassassin-headers): Adapt format for
19005         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19006         <ari@mbf.ocn.ne.jp>.
19007         (spam-list-of-processors): Add spam-use-gmane.
19008
19009 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19012         make-temp-file; make it work with XEmacs as well.
19013
19014         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19015         mm-make-temp-file.
19016
19017         * mm-decode.el (mm-display-external): Use the 3rd arg of
19018         mm-make-temp-file.
19019         (mm-create-image-xemacs): Ditto.
19020
19021 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19024         with message-narrow-to-headers.
19025         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19026         (gnus-draft-check-draft-articles): New function.
19027         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19028
19029 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * gnus-art.el (gnus-article-browse-html-parts):
19032         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19033         Don't use suffix argument for mm-make-temp-file for Emacs 21
19034         compatibility.  Remove useless `format'.
19035
19036 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19037
19038         * nnweb.el (nnweb-google-wash-article): Update regexps.
19039         (nnweb-group-alist): Use defvoo instead of defvar.
19040
19041 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19044         re-loading nn* modules.
19045
19046 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19047
19048         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19049         for `tool-bar-mode' and don't check it's default-value.
19050
19051         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19052
19053         * message.el (message-make-tool-bar): Ditto.
19054
19055         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19056         `substring'.  Shorten tmp-file name.
19057
19058         * gnus.el: Remove bogus comment.
19059
19060 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19061
19062         * gnus-art.el (gnus-article-browse-html-parts): New function.
19063         (gnus-article-browse-html-article): New function for viewing html
19064         articles with a browser.
19065
19066 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19067
19068         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19069         in elisp.
19070         (pgg-gpg-encrypt-symmetric-region): Ditto.
19071         (pgg-gpg-sign-region): Ditto.
19072
19073         * pgg-def.el (pgg-text-mode): New variable.
19074
19075         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19076         (mml2015-pgg-encrypt): Ditto.
19077
19078         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19079         (mml1991-pgg-encrypt): Ditto.
19080
19081 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * nnfolder.el (nnfolder-insert-newsgroup-line):
19084         Use message-make-date instead of current-time-string.
19085
19086         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19087         to gnus-decoded which mm-uu might set.
19088
19089 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19090
19091         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19092         don't decode quoted parameters; remove misimported Emacs code.
19093         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19094         (rfc2231-decode-encoded-string): Don't use split-string which
19095         behaves differently according to Emacs version; use
19096         mm-decode-coding-region to convert charset to coding-system.
19097         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19098         (rfc2231-encode-string): Remove misimported Emacs code.
19099
19100 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19103         when calling mail-header-parse-content-type.
19104         (article-de-quoted-unreadable): Ditto.
19105         (article-de-base64-unreadable): Ditto.
19106         (article-wash-html): Ditto.
19107
19108         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19109         calling mail-header-parse-content-type and
19110         mail-header-parse-content-disposition.
19111         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19112         mail-header-parse-content-type.
19113
19114         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19115         insert charset and format parameters; encode description after
19116         inserting it to buffer.
19117         (mml-insert-parameter): Fold lines properly even if a parameter is
19118         segmented into two or more lines; change the max column to 76.
19119
19120         * rfc1843.el (rfc1843-decode-article-body): Don't use
19121         ignore-errors when calling mail-header-parse-content-type.
19122
19123         * rfc2231.el (rfc2231-parse-string): Return at least type if
19124         possible; don't cause an error even if it fails in parsing of
19125         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19126         (rfc2231-encode-string): Don't break lines at the beginning, leave
19127         it to mml-insert-parameter.
19128
19129         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19130         calling mail-header-parse-content-type.
19131
19132 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19133
19134         * spam-report.el (spam-report-gmane-use-article-number):
19135         Improve doc string.
19136         (spam-report-gmane-internal): Check if a suitable header was found
19137         in the article.
19138
19139 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19142         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19143
19144 2006-02-05  Romain Francoise  <romain@orebokech.com>
19145
19146         Update copyright notices of all files in the gnus directory.
19147
19148 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19149
19150         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19151
19152 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19155         segmented lines of parameter value to cope with Thunderbird 1.5
19156         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19157         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19158         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19159
19160 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19161
19162         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19163         parts.
19164
19165 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19166
19167         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19168         there's only one active file for all servers.
19169         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19170         solid groups.  Gnus might have used a FAST request to select the group.
19171         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19172         and nnweb-search redundantly in the active file.
19173         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19174         (nnweb-request-create-group): Don't use ARGS.
19175         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19176         initializations.  Let nnoo do the work.
19177
19178 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19181         Say the part has been decoded.
19182
19183         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19184
19185 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19186
19187         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19188         mailcap-viewer-test-cache when there's no 'test clause, since that
19189         will invert the meaning of a "nil" test previously determined by
19190         mailcap-mailcap-entry-passes-test.
19191
19192 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19195         compiling.
19196
19197         * gnus-sum.el: Ditto.
19198
19199         * message.el: Don't bind tool-bar-map when compiling.
19200
19201 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19204
19205 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19206
19207         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19208         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19209         current Google Groups.
19210
19211 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19212
19213         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19214         and tool-bar-mode.
19215
19216         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19217         and tool-bar-mode.
19218
19219         * message.el (message-tool-bar-update): Simplify.
19220         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19221
19222         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19223         gnus-summary-buffer.
19224         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19225         gnus-summary-reply.
19226
19227         * gmm-utils.el (gmm): Add :version.
19228
19229 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19230
19231         * Makefile.in (clean): New rule.
19232         (distclean): Use it.
19233
19234 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19235
19236         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19237         Don't autoload.
19238
19239 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gmm-utils.el (gmm-verbose): Add :group.
19242
19243 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19244
19245         * message.el: Change some comments WRT tool-bars.
19246
19247         * gnus-sum.el (gnus-summary-tool-bar)
19248         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19249         (gnus-summary-tool-bar-zap-list): New variables.
19250         (gnus-summary-make-tool-bar): Complete rewrite using
19251         `gmm-tool-bar-from-list'.
19252
19253         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19254         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19255         New variables.
19256         (gnus-group-make-tool-bar): Complete rewrite using
19257         `gmm-tool-bar-from-list'.
19258         (gnus-group-tool-bar-update): New function.
19259
19260         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19261
19262 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19265         is dissected into a single part of which the type is the same as
19266         the given one; decode charset.
19267
19268 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19269
19270         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19271         into alists as symbol not string, since that's what
19272         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19273         look for.
19274
19275 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19276
19277         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19278         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19279
19280         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19281
19282 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19285         (gnus-xmas-mime-security-button-menu): New function.
19286
19287         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19288         (gnus-mime-security-button-menu): New definition.
19289         (gnus-mime-security-button-map): Use them.
19290         (gnus-mime-security-button-menu): New function.
19291         (gnus-insert-mime-security-button): Addition to help echo.
19292         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19293         (gnus-mime-security-pipe-part): New functions.
19294
19295         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19296         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19297
19298         * mm-decode.el (mm-handle-set-disposition): Remove.
19299         (mm-handle-set-description): Remove.
19300
19301 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19304         (mm-w3m-standalone-supports-m17n-p): New function.
19305         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19306         w3m usage.
19307
19308         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19309         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19310
19311 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19312
19313         * message.el (message-tool-bar-zap-list):
19314         Use gmm-tool-bar-zap-list as custom type.
19315         (message-tool-bar-update): New function.
19316         (message-tool-bar, message-tool-bar-gnome)
19317         (message-tool-bar-retro): Add message-tool-bar-update.
19318         (message-tool-bar-gnome): Add flyspell-buffer.
19319
19320         * gnus-util.el (gnus-error): Describe `args'.
19321
19322         * gmm-utils.el (gmm-error): Describe `args'.
19323         (gmm-tool-bar-zap-list): New widget.
19324         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19325
19326 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19329         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19330         the number of recursive calls.
19331
19332         * mm-decode.el (mm-handle-set-disposition): New macro.
19333         (mm-handle-set-description): New macro.
19334
19335 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19338         encoding.
19339
19340 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19341
19342         * message.el (message-tool-bar-zap-list, message-tool-bar)
19343         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19344         (message-tool-bar-local-item-from-menu): Remove.
19345         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19346         (message-make-tool-bar): New function.
19347         (message-mode): Use `message-make-tool-bar'.
19348
19349         * gmm-utils.el: New file.
19350         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19351         (gmm-lazy): New widget copied from `nnmail.el'.
19352         (gmm-tool-bar-from-list): New function for creating customizable
19353         tool bars.
19354         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19355         output.
19356         (gmm): Add :prefix to defgroup.
19357
19358 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19359
19360         * gmm-utils.el (gmm-widget-p): New function.
19361
19362 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * mml.el (mml-attach-file): Describe `description' in doc string.
19365         (mml-menu): Add Emacs MIME manual and PGG manual.
19366
19367 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19368
19369         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19370
19371 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19372
19373         * nntp.el (nntp-end-of-line): Doc fix.
19374
19375 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19376
19377         * imap.el (imap-open): Handle case where buffer is a buffer
19378         object.
19379
19380 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19381
19382         * gnus-delay.el (gnus-delay): Don't autoload.
19383         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19384         to be re-loaded when customizing the `gnus-delay' group.
19385
19386 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19387
19388         * message.el (message-insert-citation-line): Use newlines.
19389
19390 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19391
19392         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19393         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19394         these routines, so the passphrase can be managed externally and
19395         passed in to the system.
19396         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19397         pgg-add-passphrase-to-cache function.
19398
19399         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19400         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19401         these routines, so the passphrase can be managed externally and
19402         passed in to the system.
19403         (pgg-pgp5-sign-region): Use new name of
19404         pgg-add-passphrase-to-cache function.
19405
19406 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19407
19408         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19409         part of the decoded armor to find the key-identifier.
19410         (pgg-gpg-lookup-key-owner): New function to return the
19411         human-readable identifier of a key owner.
19412         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19413         itself.
19414         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19415         the key value) if we have a key and can match it against a secret
19416         key.  Also, added a note pointing out fact that the prompt only
19417         indicates the first matching key.
19418
19419         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19420         pgg-decrypt-region.
19421         (pgg-add-passphrase-to-cache): Rename from
19422         `pgg-add-passphrase-cache' to reduce confusion (all callers
19423         changed).
19424         (pgg-remove-passphrase-from-cache): Rename from
19425         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19426         changed).
19427         (pgg-read-passphrase, pgg-add-passphrase-cache)
19428         (pgg-remove-passphrase-cache): Add informative docstrings.
19429         (pgg-decrypt): Convey provided passphrase in subordinate call to
19430         pgg-decrypt-region.
19431
19432 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19433
19434         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19435         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19436         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19437         'passphrase' argument, so the passphrase can be managed externally
19438         and then passed in to the system.
19439
19440         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19441         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19442         so the passphrase cache can be used reliably with identifiers
19443         besides a pgp packet's key id.
19444
19445         * pgg-gpg.el (pgg-gpg-encrypt-region)
19446         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19447         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19448         these routines, so the passphrase can be managed externally and
19449         passed in to the system.
19450
19451         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19452         'notruncate' argument, so the passphrase cache can be used
19453         reliably with identifiers besides a pgp packet's key id.
19454
19455 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19456
19457         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19458         symmetric encryption.
19459         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19460         encrypted session key.
19461         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19462         message ask for the passphrase in a proper way.
19463
19464         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19465         New user commands for symmetric encryption.
19466
19467 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19470
19471         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19472
19473 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19474
19475         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19476
19477 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * mm-decode.el (mm-inlined-types): Add application/pgp.
19480         (mm-automatic-display): Ditto.
19481
19482         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19483         part as text.
19484
19485 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * nnrss.el: Update copyright.
19488         (nnrss-opml-import): Query whether to subscribe to each entry.
19489
19490         * gnus-art.el:
19491         * gnus-sum.el:
19492         * gnus-xmas.el:
19493         * messagexmas.el:
19494         * mm-uu.el:
19495         * mm-view.el: Update copyright.
19496
19497 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19498
19499         * message.el (message-info): New function.
19500         (message-mode-menu): Add it.
19501         Update copyright.
19502
19503         * ChangeLog: Fix and update copyright.
19504
19505 2006-01-13  Romain Francoise  <romain@orebokech.com>
19506
19507         * message.el (message-forward-subject-name-subject): Prefer the
19508         address to 'nowhere' if the sender has no name.
19509         Fix typo.  Update copyright year.
19510
19511 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * gnus-art.el (article-wash-html):
19514         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19515         (gnus-article-wash-html-with-w3m-standalone): New function.
19516
19517         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19518         mm-inline-text-html-render-with-w3m-standalone.
19519         (mm-text-html-washer-alist): Map w3m-standalone to
19520         gnus-article-wash-html-with-w3m-standalone.
19521         (mm-inline-text-html-render-with-w3m-standalone): New function.
19522
19523 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19524
19525         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19526         Improve LaTeX.
19527
19528 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19531         (nnrss-request-article): Render text/plain parts as HTML.
19532
19533         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19534         the buffer.
19535
19536 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19539         custom definition of `gnus-posting-styles'.
19540
19541         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19542         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19543
19544 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19545
19546         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19547         Use nntp for bug archive.
19548
19549 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19552         parts.
19553         (nnrss-normalize-date): New function converts ISO 8601 date into
19554         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19555         (nnrss-check-group): Use it.
19556
19557 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19560
19561         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19562         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19563         (nnrss-insert-w3): Ditto.
19564
19565 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19568         the articles to be forwarded including the case where neither a
19569         number of articles nor a region is specified.
19570
19571 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * nnrss.el (nnrss-request-article): Fix last change; fill
19574         text/plain parts.
19575
19576 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19577
19578         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19579         in text/plain part.
19580         (nnrss-check-group): Don't add excessive newline to dc:subject.
19581
19582 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19583
19584         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19585         article.
19586
19587 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19588
19589         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19590         (nnml-use-compressed-files, nnml-save-mail): Support other
19591         comression programs such as bzip2.
19592
19593 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * dns.el (query-dns): Make sure we check the buffer size before
19596         removing tcp headers.
19597
19598 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19599
19600         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19601         remove MIME buttons associated with multipart/alternative parts.
19602         (gnus-mime-display-alternative): Tag buttons using `article-type'
19603         text property.
19604
19605         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19606         associated with multipart/alternative parts.
19607
19608         * gnus-art.el (gnus-signature-separator): Fix custom type.
19609
19610         * mm-decode.el (mm-inlined-types): Fix custom type.
19611         (mm-keep-viewer-alive-types): Ditto.
19612         (mm-automatic-display): Ditto.
19613         (mm-attachment-override-types): Ditto.
19614         (mm-inline-override-types): Ditto.
19615         (mm-automatic-external-display): Ditto.
19616
19617 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19618
19619         * spam-report.el (spam-report-user-mail-address)
19620         (spam-report-user-agent): New variables.
19621         (spam-report-url-ping-plain): Use spam-report-user-agent.
19622
19623 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19624
19625         * gnus-art.el (gnus-button-handle-custom): Do not just use
19626         `customize-apropos' for any "M-x customize-*" button but the
19627         function called for.  Accept both the function name and its
19628         argument in order to achieve this.
19629         (gnus-button-alist): Remove support for "custom:" URL's.
19630         Pass function name to `gnus-button-handle-custom' in case of "M-x
19631         customize-*" buttons.
19632
19633 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19636         multipart/alternative and add xref to mm-discouraged-alternatives
19637         in doc string.
19638
19639         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19640         gnus-buttonized-mime-types in doc string.
19641
19642 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19645         Suggest image/.* in the doc string.
19646
19647 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19648
19649         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19650         message-marks (Debian bug #342521).
19651
19652 2005-12-12  Simon Josefsson  <jas@extundo.com>
19653
19654         * password.el (password-read-from-cache): Add.
19655         (password-read): Use it.
19656
19657 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * rfc2047.el (rfc2047-charset-to-coding-system):
19660         Recognize us-ascii as a MIME charset.
19661
19662         * mm-bodies.el (mm-decode-content-transfer-encoding):
19663         Protect against the case where the 2nd arg TYPE is nil.
19664
19665 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19666
19667         * pop3.el (pop3-stream-type): Fix custom version.
19668
19669         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19670
19671 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19672
19673         * mm-decode.el (mm-display-external): Add missing cdr.
19674
19675 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19678         RFC1524) if it is in mailcap or add a suffix according to
19679         mailcap-mime-extensions when generating a temp filename; postpone
19680         deleting a temp file for 2 seconds for some wrappers, shell
19681         scripts, and so on, which might exit right after having started a
19682         viewer command as a background job.
19683
19684 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19685
19686         * nntp.el (nntp-marks-directory): Fix custom group.
19687
19688         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19689         steps when < 10.
19690
19691         * gnus-start.el (gnus-no-server-1):
19692         Mention `gnus-level-default-subscribed' in doc string.
19693
19694 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19695
19696         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19697         parens.
19698
19699 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * gnus-xmas.el (gnus-use-toolbar): Revert.
19702         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19703         gnus-use-toolbar is default.
19704
19705         * messagexmas.el (message-use-toolbar): Revert.
19706         (message-setup-toolbar): Use global default-toolbar if
19707         message-use-toolbar is default.
19708
19709 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19710
19711         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19712         according to default-toolbar-visible-p.
19713
19714         * messagexmas.el (message-use-toolbar): Ditto.
19715
19716 2005-11-26  Dave Love  <fx@gnu.org>
19717
19718         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19719         (tls-program, tls-success): Provide openssl alternative.
19720
19721         * starttls.el: Doc fixes.
19722         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19723         SERVICE to PORT.
19724
19725         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19726         port null or service name.
19727         (starttls-negotiate): Autoload.
19728
19729 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19730
19731         * message.el (message-kill-to-signature): Fix interactive spec.
19732
19733 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * pop3.el (pop3-open-server): Recognize a string as a service name.
19736
19737 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19738
19739         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19740
19741 2005-11-23  Dave Love  <fx@gnu.org>
19742
19743         Add pop3s, pop3/starttls.
19744
19745         * pop3.el (pop3-authentication-scheme): Clarify doc.
19746         (open-tls-stream, starttls-open-stream): Autoload.
19747         (pop3-stream-type): New.
19748         (pop3-open-server): Use it.
19749
19750         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19751         for POP.
19752         (mail-source-keyword-map): Add :stream for POP.
19753         (mail-source-fetch-pop): Use pop3-stream-type.
19754
19755 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19756
19757         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19758         of current-time-string.
19759
19760 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19761
19762         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19763         date header.
19764
19765 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19766
19767         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19768         it can seriously impact performance as it bypasses the agent's
19769         local caches.
19770
19771 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19772
19773         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19774         must be explicitly online rather than "not explicitly offline" for
19775         its flags to be synchronized.
19776
19777         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19778         that gnus-uu-unmark-thread will function correctly.
19779
19780         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19781         1024K is instead displayed as 1M.
19782
19783 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19784
19785         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19786
19787 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19788
19789         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19790
19791 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19792
19793         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19794         error message to display actual error condition.
19795         (gnus-agent-save-local): Avoid saving symbols that are bound to
19796         nil as they simply result in a warning message in
19797         gnus-agent-read-local.
19798
19799 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19800
19801         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19802         rather than make-variable-buffer-local for file-precious-flag.
19803
19804 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19805
19806         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19807         for duplicates which are removed.  The invalid sort check then
19808         triggers a rescan after the sort as sorting may have moved
19809         duplicate entries such that they can be cheaply detected.
19810
19811 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19814
19815 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19816
19817         * gnus-agent.el (gnus-agent-article-alist-save-format):
19818         Change internal variable to a custom variable.  Change default value
19819         from compressed(2) to uncompressed(1).
19820         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19821         support for uncompressed agentview files.  Taken together, reading
19822         the agentview file should now be 6-7 times faster.
19823
19824 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19825
19826         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19827         as a buffer-local variable.  This avoids creating truncated
19828         dribble files as a result of a hang up, eg.
19829
19830 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19831
19832         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19833         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19834         XEmacs.
19835
19836 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19837
19838         * gnus-start.el (gnus-start-draft-setup):
19839         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19840
19841         * gnus.el (gnus-splash): Change custom group.
19842         (gnus-group-get-parameter, gnus-group-parameter-value):
19843         Describe allow-list argument.
19844
19845         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19846         string.
19847
19848 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * gnus-art.el (gnus-default-article-saver): Add user-defined
19851         `function' to custom type.
19852
19853 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19854
19855         * imap.el (imap-open): Handle case where buffer is a buffer
19856         object.
19857
19858 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19861         long lines.
19862         (gnus-cache-delete-group): Wrap doc strings.
19863
19864         * gnus-agent.el (gnus-agent-rename-group)
19865         (gnus-agent-delete-group): Wrap doc strings.
19866
19867 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * messagexmas.el (message-use-toolbar): Change the valid values
19870         into default, top, bottom, left, and right.
19871         (message-toolbar-thickness): New variable.
19872         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19873         well.
19874         (message-setup-toolbar): Make it work.
19875
19876         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19877         (gnus-use-toolbar): Change the valid values into default, top,
19878         bottom, left, and right.
19879         (gnus-toolbar-thickness): New variable.
19880         (gnus-xmas-setup-toolbar): New function.
19881         (gnus-xmas-setup-group-toolbar): Use it.
19882         (gnus-xmas-setup-summary-toolbar): Use it.
19883
19884 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19885
19886         * gnus-start.el (gnus-1): Add "native" to
19887         gnus-predefined-server-alist.
19888
19889         * gnus.el (gnus-method-to-server): Don't add "native" to the
19890         lists here, because that leads to problems when
19891         gnus-select-method is bound.
19892
19893 2005-11-09  Simon Josefsson  <jas@extundo.com>
19894
19895         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19896         use (not sort-by-date) instead.
19897
19898 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19899
19900         * gnus-delay.el (gnus-delay-group): Don't autoload.
19901         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19902         to be re-loaded when customizing the `gnus-delay' group.
19903
19904 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19905
19906         * message.el: Revert last changes.
19907         (message-insert-citation-line): Use newlines.
19908
19909 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19910
19911         * message.el (message-courtesy-message)
19912         (message-mark-insert-begin, message-mark-insert-end)
19913         (message-elide-ellipsis, message-cancel-message)
19914         (message-add-header, message-change-subject)
19915         (message-cross-post-followup-to-header)
19916         (message-cross-post-insert-note, message-reduce-to-to-cc)
19917         (message-widen-reply, message-delete-not-region)
19918         (message-kill-to-signature, message-insert-signature)
19919         (message-insert-importance-high, message-insert-importance-low)
19920         (message-insert-or-toggle-importance)
19921         (message-insert-disposition-notification-to)
19922         (message-indent-citation, message-yank-original)
19923         (message-cite-original-without-signature, message-cite-original)
19924         (message-insert-citation-line, message-position-on-field)
19925         (message-fix-before-sending, message-send-mail-partially)
19926         (message-send-mail, message-send-mail-with-sendmail)
19927         (message-send-mail-with-qmail, message-send-news)
19928         (message-check-news-header-syntax, message-generate-headers)
19929         (message-insert-courtesy-copy, message-fill-address)
19930         (message-fill-header, message-shorten-references)
19931         (message-setup-1, message-cancel-news)
19932         (message-forward-make-body-plain, message-forward-make-body-mime)
19933         (message-forward-make-body-mml, message-encode-message-body)
19934         (message-forward-make-body-digest-plain)
19935         (message-forward-make-body-digest-mime)
19936         (message-use-alternative-email-as-from): Insert `hard-newline'
19937         instead of ordinary newlines.
19938
19939 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19940
19941         * message.el (message-generate-headers): Downcase the argument
19942         given to message-check-element.
19943
19944 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19945
19946         * nntp.el (nntp-authinfo-rejected): New error condition.
19947         (nntp-wait-for): Use new error condition to signal authentication
19948         error.
19949         (nntp-retrieve-data): Rethrow new error condition to break out of
19950         recursive call to nntp-send-authinfo.
19951
19952 2005-11-08  Romain Francoise  <romain@orebokech.com>
19953
19954         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19955         (gnus-summary-exit-map): Bind to `Z p'.
19956         (gnus-summary-make-menu-bar): Add menu item.
19957
19958 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19959
19960         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19961         (gnus-treat-*): Add `first' in all doc strings.
19962
19963         * gnus-group.el (gnus-group-compact-group): Fix typo.
19964
19965 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * gnus.el (gnus-parameters-case-fold-search): New variable.
19968         (gnus-parameters-get-parameter): Use it.
19969
19970         * gnus-score.el (gnus-home-score-file): Doc fix.
19971
19972 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19973
19974         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19975
19976 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * mm-util.el (mm-special-display-p): New function.
19979
19980         * mml.el (mml-preview): Use it; doc fix.
19981
19982 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19983
19984         * imap.el (imap-open): Handle case where buffer is a buffer object.
19985
19986 2005-10-29  Romain Francoise  <romain@orebokech.com>
19987
19988         * message.el (message-fix-before-sending): Fix comment.
19989
19990 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19991
19992         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19993
19994 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19995
19996         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19997         Used in gnus-score.el.
19998
19999 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20002
20003 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20004
20005         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20006         whitespace removed in revision 7.8.  Use concatenated string to
20007         protect trailing whitespace.
20008
20009 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20010
20011         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20012         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20013         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20014         Courier IMAP ("some version from 2004").  Mostly based on similar
20015         code in the same function.
20016
20017 2005-10-26  Didier Verna  <didier@xemacs.org>
20018
20019         * gnus-group.el (gnus-group-compact-group): Invalidate original
20020         article buffer.
20021         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20022         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20023         NOV database and in article itself.
20024         Invalidate article backlog.
20025
20026 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20027
20028         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20029
20030 2005-10-26  Simon Josefsson  <jas@extundo.com>
20031
20032         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20033         part of 2004-07-25 change.
20034
20035 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20036
20037         * message.el (message-display-completion-list): New function.
20038         (message-expand-group): Use it; make sure the Completions buffer
20039         is modifiable.
20040 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20041
20042         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20043         user-mail-name is an empty string.
20044
20045 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20046
20047         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20048         depending on gnus-score-decay-constant.
20049
20050         * encrypt.el (encrypt-insert-file-contents)
20051         (encrypt-write-file-contents): Don't use `gnus-message'.
20052
20053         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20054         arguments.
20055         (mm-uu-type-alist): Add message-marks and insert-marks.
20056         Pass arguments to mm-uu-verbatim-marks-extract.
20057         (mm-uu-hide-markers): New variable.
20058         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20059
20060         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20061         (gnus-convert-image-to-face-command): Use "convert" by default to
20062         allow other input image formats.
20063         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20064         accordingly.
20065
20066 2005-10-23  Simon Josefsson  <jas@extundo.com>
20067
20068         * imap.el (imap-gssapi-program): Align command line parameters
20069         with latest GNU SASL.
20070         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20071
20072 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20073
20074         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20075         HTML.
20076         (nnslashdot-request-article): Ditto.
20077
20078         * lpath.el (featurep): Add nobreak-char-display.
20079
20080 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20081
20082         * mail-source.el (mail-source-fetch-pop): Require pop3.
20083         (mail-source-check-pop): Ditto.
20084
20085 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20088         errors.
20089
20090 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20093         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20094
20095         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20096
20097         * mm-bodies.el (mm-decode-string):
20098         Call `mm-charset-to-coding-system' with allow-override argument.
20099
20100 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20103         (rfc2047-charset-to-coding-system): New function.
20104         (rfc2047-decode-encoded-words): New function.
20105         (rfc2047-decode-region): Use them.
20106         (rfc2047-decode-cte): Remove.
20107         (rfc2047-parse-and-decode): Remove.
20108         (rfc2047-decode): Remove.
20109
20110 2005-10-15  Kenichi Handa  <handa@m17n.org>
20111
20112         * rfc2047.el (rfc2047-decode-cte): New function.
20113         (rfc2047-decode-region): Change the way to decode successive
20114         encoded-words: decode B- or Q-encoding in each encoded-word,
20115         concatenate them, and decode it as charset.
20116
20117 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * lpath.el: Fbind codepage-setup for XEmacs.
20120
20121 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20122
20123         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20124         widget-move-and-invoke.
20125         (gnus-custom-mode): Use gnus-custom-map.
20126
20127 2005-10-15  Bill Wohler  <wohler@newt.com>
20128
20129         * message.el (message-tool-bar-map): Rename image file from
20130         mail_send to mail/send.
20131
20132 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20133
20134         * message.el (message-expand-group): Pass the common
20135         prefix substring of completion to `display-completion-list'.
20136
20137 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20138
20139         * mml-sec.el (mml-secure-method): New internal variable.
20140         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20141         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20142         New functions using mml-secure-method.
20143
20144         * mml.el (mml-mode-map): Add key bindings for those functions.
20145         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20146         Harder <harder@myrealbox.com>.
20147         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20148         Goto end of message if point is the headers of the message.
20149
20150         * message.el (message-in-body-p): New function.
20151
20152         * assistant.el: Autoload gnus-util and netrc.
20153
20154         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20155         Use `mm-charset-override-alist' only when decoding.
20156
20157         * mm-bodies.el (mm-decode-body):
20158         Call `mm-charset-to-coding-system' with allow-override argument.
20159
20160         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20161         `filename' from Content-Disposition if Content-Type doesn't
20162         provide `name'.
20163         (gnus-mime-view-part-as-type): Set default instead of
20164         initial-input.
20165
20166 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20167
20168         * format-spec.el (format-spec): Propagate text properties of % spec.
20169
20170 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20171
20172         * gnus-art.el (gnus-treat-predicate): Add `first'.
20173
20174 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20175
20176         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20177         (mm-charset-override-alist): New variable.
20178         (mm-charset-to-coding-system): Use it.
20179         (mm-codepage-setup): New helper function.
20180         (mm-charset-eval-alist): New variable.
20181         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20182         Warn about unknown charsets.
20183
20184         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20185
20186 2005-10-04  David Hansen  <david.hansen@gmx.net>
20187
20188         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20189         (nnrss-check-group): Ditto.
20190
20191 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20192
20193         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20194         Rename x-gnus-verbatim to x-verbatim.
20195         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20196
20197         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20198         x-verbatim.
20199
20200         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20201
20202         * gnus-util.el (gnus-remove-duplicates): Remove.
20203
20204         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20205         instead of gnus-remove-duplicates.
20206
20207         * message.el (message-remove-duplicates): Remove.
20208         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20209         message-remove-duplicates.
20210
20211         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20212         available, else use implementation from `delete-dups'.
20213
20214         * message.el (message-insert-expires): New function.
20215         (message-mode-map): Add key binding.
20216         (message-mode-field-menu): Add menu entry.
20217         (message-mode): Document it.
20218         (message-make-expires-date): Use `message-make-date'.
20219
20220 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20221
20222         * message.el (message-make-expires-date): New function.
20223
20224 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * Makefile.in (list-installed-shadows): New entry.
20227         (install): Use it.
20228         (remove-installed-shadows): New entry.
20229
20230         * dgnushack.el (dgnushack-default-load-path): New variable.
20231         (dgnushack-find-lisp-shadows): New function.
20232         (dgnushack-remove-lisp-shadows): New function.
20233
20234 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * Makefile.in (install-el-elc): New entry.
20237         (install): Use it so that .el files are necessarily installed.
20238
20239 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20242
20243 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20244
20245         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20246         function rather than the diff-mode.el package.
20247         (mm-display-external): Use with-current-buffer.
20248         (mm-viewer-completion-map, mm-viewer-completion-map):
20249         Move initialization inside declaration.
20250
20251 2005-09-29  Simon Josefsson  <jas@extundo.com>
20252
20253         * spam.el: Load hashcash when compiling, to avoid warnings.
20254         Don't autoload mail-check-payment.
20255         (spam-check-hashcash): Define unconditionally, since hashcash.el
20256         is part of Gnus now.  Ignore errors from payment checking.
20257
20258 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20259
20260         * message.el (message-bold-region, message-unbold-region):
20261         Rename from `bold-region' and `unbold-region'.
20262
20263         * message.el: Remove useless autoloads.
20264
20265 2005-09-28  Simon Josefsson  <jas@extundo.com>
20266
20267         * message.el (message-use-idna): Default to t.
20268         (message-use-idna): Test whether encoding works too.  Doc fix.
20269
20270 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * nntp.el (nntp-warn-about-losing-connection): Remove.
20273
20274 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20275
20276         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20277         customizable.  Change default value.
20278         (mm-uu-diff-groups-regexp): Change default value.
20279         (mm-uu-type-alist): Add doc string.
20280         (mm-uu-configure): Add doc string.  Make it interactive.
20281         (mm-uu-tex-groups-regexp): New variable.
20282         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20283         (mm-uu-type-alist): Add LaTeX documents.
20284         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20285         of "text/verbatim".
20286         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20287
20288         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20289         instead of "text/verbatim".
20290
20291         * message.el (message-mark-inserted-region)
20292         (message-mark-insert-file): Use slrn style marks when called with
20293         prefix argument.
20294
20295 2005-09-27  Simon Josefsson  <jas@extundo.com>
20296
20297         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20298
20299 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20300
20301         * message.el (message-remove-duplicates): New function.
20302         Implementation borrowed from `gnus-remove-duplicates'.
20303         (message-idna-to-ascii-rhs): Also encode idna addresses in
20304         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20305         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20306         only ask about the same idna domain once per header and also tell
20307         in what header to replace the idna domain.
20308
20309         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20310         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20311         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20312         a header is decoded and not just the last one.
20313
20314 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20317         has been decoded.
20318
20319         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20320         (mm-insert-part): Don't modify text if it has been decoded.
20321
20322         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20323         decoded.
20324
20325         * mm-view.el (mm-inline-text): Don't strip text props unless
20326         decoding enriched or richtext parts.
20327
20328 2005-09-25  Romain Francoise  <romain@orebokech.com>
20329
20330         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20331         * gnus-start.el (gnus-subscribe-interactively):
20332         * gnus-uu.el (gnus-uu-grab-articles):
20333         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20334         space.
20335
20336 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20337
20338         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20339         * mm-view.el (mm-view-pkcs7-decrypt):
20340         * gnus-sum.el (gnus-summary-limit-to-extra)
20341         (gnus-summary-respool-article, gnus-read-move-group-name):
20342         * gnus-score.el (gnus-summary-increase-score):
20343         * gnus-util.el (gnus-completing-read-with-default):
20344         * gnus-art.el (gnus-read-save-file-name)
20345         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20346         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20347         * message.el (message-check-news-header-syntax):
20348         Follow convention for reading with the minibuffer.
20349
20350 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20351
20352         * spam-report.el (spam-report-url-ping-plain):
20353         Use gnus-extended-version as User-Agent.
20354
20355         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20356         default value is nil.
20357
20358         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20359         (mm-uu-verbatim-marks-extract): New function.
20360         (mm-uu-extract): New face.
20361         (mm-uu-copy-to-buffer): Use it.
20362
20363         * spam-report.el (spam-report-gmane-ham): Rename from
20364         `spam-report-gmane-unspam'.
20365         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20366         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20367
20368         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20369         Autoload.
20370         (spam-report-gmane-unregister-routine):
20371         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20372
20373 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20374
20375         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20376         (spam-report-gmane-unregister-routine): Add support for gmane
20377         unregistration.
20378
20379         * spam-report.el (spam-report-gmane-unspam)
20380         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20381         (spam-report-gmane): Change to take a single article and do unspam
20382         registration.
20383
20384 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20385
20386         * mm-url.el (mm-url-decode-entities): Fix regexp.
20387
20388 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20389
20390         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20391         default to nil, to be able to use Gnus at all.  If the default
20392         switches to something else, then the function should be fixed not
20393         be exceedingly slow.
20394
20395 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20396
20397         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20398         fail hard.
20399
20400         * spam-report.el: Add better Keywords line.
20401
20402         * spam.el: Add Maintainer and better Keywords line.
20403
20404 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20405
20406         * gnus-art.el (gnus-article-replace-part)
20407         (gnus-mime-replace-part): New functions.
20408         (gnus-mime-action-alist, gnus-mime-button-commands)
20409         (gnus-mime-save-part-and-strip): Add file argument.
20410         (gnus-article-part-wrapper): Add interactive argument.
20411
20412         * gnus-sum.el (gnus-summary-mime-map):
20413         Add `gnus-article-replace-part'.
20414
20415 2005-09-19  Didier Verna  <didier@xemacs.org>
20416
20417         The nnml compaction feature:
20418         * nnml.el (nnml-request-compact-group): New function.
20419         * nnml.el (nnml-request-compact): New function.
20420         * gnus-int.el (gnus-request-compact-group): New function.
20421         * gnus-int.el (gnus-request-compact): New function.
20422         * gnus-group.el (gnus-group-compact-group): New function.
20423         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20424         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20425         * gnus-srvr.el (gnus-server-compact-server): New function.
20426         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20427         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20428
20429 2005-09-18  Deepak Goel  <deego@gnufans.org>
20430
20431         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20432         format spec.
20433
20434 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20437
20438 2005-09-15  Romain Francoise  <romain@orebokech.com>
20439
20440         * message.el (message-fill-paragraph): Clarify docstring.
20441
20442 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20443
20444         * gnus-art.el (gnus-mime-display-part): Protect against broken
20445         MIME messages.
20446
20447 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20450         before parsing header.
20451
20452 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20453
20454         * html2text.el (html2text-replace-list): Add new entities.
20455
20456 2005-09-11  Romain Francoise  <romain@orebokech.com>
20457
20458         * message.el (message-alternative-emails): Improve docstring.
20459         (message-setup-1): Call `message-use-alternative-email-as-from'
20460         after `message-setup-hook' to give it precedence over posting
20461         styles, etc.
20462         (message-use-alternative-email-as-from): Add docstring.
20463         Remove the original From header if present.
20464
20465         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20466         (nnml-save-mail): Use it.
20467
20468         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20469         articles.  Add new argument `silent'.
20470         (gnus-uu-mark-all): Report the total number of marked articles.
20471
20472 2005-09-10  Romain Francoise  <romain@orebokech.com>
20473
20474         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20475         (gnus-uu-mark-series): Likewise.
20476
20477 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20478
20479         * spam-report.el (spam-report-gmane): Fix generation of spam
20480         report URL.
20481
20482 2005-09-10  Simon Josefsson  <jas@extundo.com>
20483
20484         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20485         t, based on discussion on the ding list with Robert Epprecht
20486         <epprecht@solnet.ch>.
20487
20488 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20489
20490         * spam-report.el (spam-report-gmane): Make it work without
20491         X-Report-Spam header.  Gmane now only provides Archived-At.
20492         This is only used if `spam-report-gmane-use-article-number' is nil.
20493         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20494
20495         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20496         make `gnus-summary-sort-by-recipient' work with threading.
20497
20498         * nnweb.el (nnweb-google-wash-article): Print a message if article
20499         is not available.
20500
20501 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20502
20503         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20504         change.  Decode text/* parts content before displaying.
20505
20506 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20509
20510 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20511
20512         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20513
20514         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20515         url-package-name, url-package-version,
20516         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20517         w3m-display-inline-images, and w3m-minor-mode-map.
20518
20519 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20520
20521         * message.el (message-tab-body-function): Fix mismatched custom type.
20522
20523         * gnus.el (gnus-group-change-level-function): Ditto.
20524
20525         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20526
20527         * gnus-art.el (gnus-signature-limit)
20528         (gnus-article-mime-part-function): Ditto.
20529
20530 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20531
20532         * mml.el (mml-mode): Silence the byte compiler.
20533
20534         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20535         using `(sit-for 0)' before moving the point to the specified part;
20536         skip unbuttonized parts.
20537         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20538         return to the summary window if gnus-auto-select-part is non-nil.
20539
20540 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20541
20542         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20543         New variables.
20544         (mml-dnd-attach-file, mml-mode): Use them.
20545
20546         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20547         Make fetching article by MID work again for Google Groups.
20548         Add FIXME concerning gnus-group-make-web-group.
20549
20550         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20551         Don't depend on Gnus by using mail-extract-address-components if
20552         gnus-extract-address-components is not bound.
20553
20554 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20555
20556         * gnus-art.el (gnus-mime-display-security): Don't display the
20557         signature, but only the signed part.
20558
20559 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20562
20563         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20564         list, not listp.
20565
20566 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20567
20568         * mm-encode.el (mm-encode-content-transfer-encoding):
20569         Likewise when encoding.
20570
20571         * mm-bodies.el (mm-decode-content-transfer-encoding):
20572         De-canonicalize CRLF for all text content types, not just
20573         text/plain.
20574
20575 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20578         valid article; point arrow and cursor at the MIME button.
20579
20580 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20583         Suggested by Dan Christensen <jdc@uwo.ca>.
20584
20585         * mm-decode.el (mm-save-part): Enable change of prompt.
20586
20587 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20588
20589         * gnus-msg.el (gnus-inews-add-send-actions):
20590         Make `message-post-method' lambda parameter ARG `&optional'.
20591
20592 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20593
20594         * gnus-sum.el (gnus-summary-mime-map):
20595         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20596         gnus-article-jump-to-part.
20597
20598         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20599         (gnus-article-edit-part): Use it.
20600         (gnus-article-part-wrapper): Add no-handle argument.
20601         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20602         New functions.
20603
20604 2005-08-29  Romain Francoise  <romain@orebokech.com>
20605
20606         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20607         docstring.
20608         (gnus-face-from-file): Likewise.
20609
20610 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20611
20612         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20613         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20614         non-nil.
20615         (gnus-auto-select-part): New variable.
20616         (gnus-article-jump-to-part): New function.
20617         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20618         (gnus-mime-delete-part): Allow selecting specified part after
20619         deleting or stripping parts.
20620         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20621         part if argument is bogus.
20622
20623 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20624
20625         * gnus-art.el (w3m-minor-mode-map):
20626         * gnus-spec.el (gnus-newsrc-file-version):
20627         * gnus-util.el (nnmail-active-file-coding-system)
20628         (gnus-original-article-buffer, gnus-user-agent):
20629         * gnus.el (gnus-ham-process-destinations)
20630         (gnus-parameter-ham-marks-alist)
20631         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20632         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20633         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20634         * mm-decode.el (gnus-current-window-configuration):
20635         * mm-extern.el (gnus-article-mime-handles):
20636         * mm-url.el (url-current-object, url-package-name)
20637         (url-package-version):
20638         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20639         (smime-keys, w3m-cid-retrieve-function-alist)
20640         (w3m-current-buffer, w3m-display-inline-images)
20641         (w3m-minor-mode-map):
20642         * mml-smime.el (gnus-extract-address-components):
20643         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20644         (gnus-newsrc-hashtb, message-default-charset)
20645         (message-deletable-headers, message-options)
20646         (message-posting-charset, message-required-mail-headers)
20647         (message-required-news-headers):
20648         * mml1991.el (mc-pgp-always-sign):
20649         * mml2015.el (mc-pgp-always-sign):
20650         * nnheader.el (nnmail-extra-headers):
20651         * rfc1843.el (gnus-decode-encoded-word-function)
20652         (gnus-decode-header-function, gnus-newsgroup-name):
20653         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20654
20655 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20656
20657         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20658         the end of the date treatments.
20659
20660 2005-08-15  Simon Josefsson  <jas@extundo.com>
20661
20662         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20663         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20664         Capello and Romain Francoise.
20665         (pgg-fetch-key-function): Remove, not used?
20666         (pgg-insert-url-with-w3): Require url, to get
20667         url-insert-file-contents regardless of where it is defined.
20668
20669 2005-08-13  Romain Francoise  <romain@orebokech.com>
20670
20671         * message.el (message-cite-original-1): New function.
20672         (message-cite-original): Use it.
20673         (message-cite-original-without-signature): Ditto.
20674
20675 2005-08-08  Romain Francoise  <romain@orebokech.com>
20676
20677         * message.el (message-yank-empty-prefix): New variable.
20678         (message-indent-citation): Use it.
20679         (message-cite-original-without-signature): Respect X-No-Archive.
20680
20681 2005-08-08  Simon Josefsson  <jas@extundo.com>
20682
20683         * pgg.el: Autoload url-insert-file-contents instead of loading
20684         w3/url.
20685         (pgg-insert-url-with-w3): Don't load url here.
20686
20687 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20688
20689         * message.el (message-kill-to-signature): Don't insert newline at
20690         bol.
20691         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20692
20693 2005-08-06  Romain Francoise  <romain@orebokech.com>
20694
20695         * message.el (message-user-fqdn): Fix typo in docstring.
20696
20697 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20698
20699         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20700
20701         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20702
20703 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20704
20705         * mm-bodies.el (mm-encode-body): Use coding system rather than
20706         charset to encode text.
20707
20708         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20709         number of charsets if utf-8 is available (XEmacs).
20710
20711 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20712
20713         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20714         taken from `gnus-button-mid-or-mail-regexp'.
20715         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20716         (gnus-button-alist): Improve regexp for domain part of the MIDs
20717         for news:localpart@domain buttons.
20718         (gnus-button-ctan-directory-regexp): Update.
20719
20720 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20721
20722         * sieve-manage.el (sieve-manage-interactive-login):
20723         Use make-local-variable rather than make-variable-buffer-local.
20724         (sieve-manage-open): Ditto.
20725         (sieve-manage-authenticate): Ditto.
20726
20727         * mml.el (mml-generate-mime-1): Make the content type default to
20728         text/plain if the filename is not specified.
20729
20730 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20733         instead of insert-buffer.
20734
20735         * message.el (message-yank-original): Ditto; set the mark at the
20736         end of the yanked message.
20737
20738 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20739
20740         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20741         lines to scroll rather than to stop it.
20742
20743         * mml.el (mml-generate-default-type): Add doc string.
20744         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20745         default to application/octet-stream when determining the content
20746         type if it is not specified for the part or the mml contents; add
20747         a comment about mml-generate-default-type.
20748
20749 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20750
20751         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20752         make it default to application/octet-stream when determining the
20753         content type if it is not specified for the external contents.
20754
20755 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20756
20757         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20758         segmented parameter but also other parameters might be there.
20759
20760 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20761
20762         * mm-decode.el (mm-display-external): Delete temp file, directory
20763         and buffer immediately if the external process is exited.
20764
20765 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20766
20767         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20768         fewer lines than that of scroll-margin.
20769         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20770
20771 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * gnus-art.el (gnus-article-next-page): Revert.
20774         (gnus-article-beginning-of-window): New macro.
20775         (gnus-article-next-page-1): Use it.
20776         (gnus-article-prev-page): Ditto.
20777         (gnus-article-edit-part): Use insert-buffer-substring instead of
20778         insert-buffer.
20779         (gnus-article-edit-exit): Ditto.
20780
20781         * gnus-util.el (gnus-beginning-of-window): Remove.
20782         (gnus-end-of-window): Remove.
20783
20784         * lpath.el: Don't bind header-line-format and scroll-margin.
20785
20786 2005-07-25  Simon Josefsson  <jas@extundo.com>
20787
20788         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20789         to have the url package without w3.  Reported by Daiki Ueno
20790         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20791
20792 2005-07-20  Didier Verna  <didier@xemacs.org>
20793
20794         * gnus-diary.el: Remove the description comment (nndiary is now
20795         properly documented in the Gnus manual).
20796         Fix the spelling of "Back End".
20797         * nndiary.el: Ditto.
20798         Fix the copyright notice.
20799
20800 2005-07-18  Romain Francoise  <romain@orebokech.com>
20801
20802         * gnus-sum.el (gnus-summary-to-prefix)
20803         (gnus-summary-newsgroup-prefix): New variables.
20804         (gnus-summary-from-or-to-or-newsgroups): Use them.
20805
20806 2005-07-17  Romain Francoise  <romain@orebokech.com>
20807
20808         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20809         space as it's generally not especially interesting to the user.
20810
20811 2005-07-16  Romain Francoise  <romain@orebokech.com>
20812
20813         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20814         nil to avoid prompting and file modification if one of the
20815         messages at the top of the nnfolder file contains a copyright
20816         notice.
20817         Update copyright notice.
20818
20819         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20820         instead of `current-time-string' as the latter creates a time
20821         string that is not RFC 2822 compliant (it lacks the zone).
20822         Update copyright notice.
20823
20824 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20825
20826         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20827         for text/rtf.  Display default in prompt.  Pass default for M-n.
20828
20829         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20830
20831 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20832
20833         * gnus-msg.el (gnus-button-mailto):
20834         Remove save-selected-window-window hackery because it relies on
20835         save-selected-window internals.
20836
20837 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20840         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20841         (gnus-article-prev-page): Ditto.
20842
20843         * gnus-util.el (gnus-beginning-of-window): New function.
20844         (gnus-end-of-window): New function.
20845
20846         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20847
20848 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20849
20850         * gnus-score.el (gnus-score-edit-all-score):
20851         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20852         gnus-message.
20853
20854 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20855
20856         * gnus-msg.el (gnus-button-mailto):
20857         Remove save-selected-window-window hackery because it relies on
20858         save-selected-window internals.
20859
20860 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20861
20862         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20863         add-minor-mode.
20864         (gnus-binary-mode): Ditto.
20865
20866         * gnus-topic.el (gnus-topic-mode): Ditto.
20867
20868 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20869
20870         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20871         (gnus-article-prev-page): Take scroll-margin into consideration.
20872
20873 2005-07-04  Lute Kamstra  <lute@gnu.org>
20874
20875         Update FSF's address in GPL notices.
20876
20877 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20878
20879         * gnus.el (gnus-exit):
20880         * gnus-group.el (gnus-group-icons):
20881         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20882
20883         * gnus-nocem.el (gnus-nocem):
20884         * message.el (message-various, message-buffers, message-sending)
20885         (message-interface, message-forwarding, message-insertion)
20886         (message-headers, message-news, message-mail):
20887         * pgg-gpg.el (pgg-gpg):
20888         * pgg-parse.el (pgg-parse):
20889         * pgg-pgp.el (pgg-pgp):
20890         * pgg-pgp5.el (pgg-pgp5):
20891         * pop3.el (pop3): Finish `defgroup' description with period.
20892
20893 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * gnus-art.el (article-display-face): Improve the efficiency.
20896         (article-display-x-face): Ditto; remove gray x-face stuff.
20897
20898 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20899
20900         * gnus-art.el (article-display-face): Correct the position in
20901         which Faces are inserted.
20902
20903 2005-06-29  Didier Verna  <didier@xemacs.org>
20904
20905         * gnus-art.el (article-display-face): Display faces in correct
20906         order.
20907
20908 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20909
20910         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20911         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20912         (gnus-nocem-check-article): Fetch the Type header.
20913         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20914         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20915         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20916         make sure gnus-nocem-hashtb is initialized.
20917         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20918         (gnus-nocem-unwanted-article-p): Ditto.
20919
20920         * pgg.el (pgg-verify): Return the verification result.
20921
20922 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20923
20924         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20925         is ascii.
20926
20927 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20928
20929         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20930         `show-nonbreak-escape'.
20931
20932 2005-06-23  Lute Kamstra  <lute@gnu.org>
20933
20934         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20935
20936         * dig.el (dig-mode):
20937         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20938
20939 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20940
20941         * nnimap.el (nnimap-split-download-body): Fix spellings.
20942
20943 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20944
20945         * gnus-art.el (gnus-article-encrypt-body):
20946         * gnus-cus.el (gnus-score-customize):
20947         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20948         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20949
20950 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20951
20952         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20953         header by looking for magic "MII" at the beginning.
20954
20955 2005-06-16  Miles Bader  <miles@gnu.org>
20956
20957         * gnus-xmas.el (gnus-xmas-group-startup-message):
20958         Use renamed gnus-splash face.
20959
20960         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20961         (assistant-field-face): New backward-compatibility alias for renamed
20962         face.
20963         (assistant-render-text): Use renamed assistant-field face.
20964
20965         * spam.el (spam): Remove "-face" suffix from face name.
20966         (spam-face): New backward-compatibility alias for renamed face.
20967         (spam-face, spam-initialize): Use renamed spam face.
20968
20969         * message.el (message-header-to, message-header-cc)
20970         (message-header-subject, message-header-newsgroups)
20971         (message-header-other, message-header-name)
20972         (message-header-xheader, message-separator, message-cited-text)
20973         (message-mml): Remove "-face" suffix from face names.
20974         (message-header-to-face, message-header-cc-face)
20975         (message-header-subject-face, message-header-newsgroups-face)
20976         (message-header-other-face, message-header-name-face)
20977         (message-header-xheader-face, message-separator-face)
20978         (message-cited-text-face, message-mml-face):
20979         New backward-compatibility aliases for renamed faces.
20980         (message-font-lock-keywords): Use renamed message faces.
20981
20982         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20983         (sieve-test-commands, sieve-tagged-arguments):
20984         Remove "-face" suffix from face names.
20985         (sieve-control-commands-face, sieve-action-commands-face)
20986         (sieve-test-commands-face, sieve-tagged-arguments-face):
20987         New backward-compatibility aliases for renamed faces.
20988         (sieve-control-commands-face, sieve-action-commands-face)
20989         (sieve-test-commands-face, sieve-tagged-arguments-face):
20990         Use renamed sieve faces.
20991
20992         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20993         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20994         (gnus-group-news-3-empty, gnus-group-news-4)
20995         (gnus-group-news-4-empty, gnus-group-news-5)
20996         (gnus-group-news-5-empty, gnus-group-news-6)
20997         (gnus-group-news-6-empty, gnus-group-news-low)
20998         (gnus-group-news-low-empty, gnus-group-mail-1)
20999         (gnus-group-mail-1-empty, gnus-group-mail-2)
21000         (gnus-group-mail-2-empty, gnus-group-mail-3)
21001         (gnus-group-mail-3-empty, gnus-group-mail-low)
21002         (gnus-group-mail-low-empty, gnus-summary-selected)
21003         (gnus-summary-cancelled, gnus-summary-high-ticked)
21004         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21005         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21006         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21007         (gnus-summary-low-undownloaded)
21008         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21009         (gnus-summary-low-unread, gnus-summary-normal-unread)
21010         (gnus-summary-high-read, gnus-summary-low-read)
21011         (gnus-summary-normal-read, gnus-splash):
21012         Remove "-face" suffix from face names.
21013         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21014         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21015         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21016         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21017         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21018         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21019         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21020         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21021         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21022         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21023         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21024         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21025         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21026         (gnus-summary-normal-ticked-face)
21027         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21028         (gnus-summary-normal-ancient-face)
21029         (gnus-summary-high-undownloaded-face)
21030         (gnus-summary-low-undownloaded-face)
21031         (gnus-summary-normal-undownloaded-face)
21032         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21033         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21034         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21035         (gnus-splash-face):
21036         New backward-compatibility aliases for renamed faces.
21037         (gnus-group-startup-message): Use renamed gnus faces.
21038
21039         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21040         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21041         (gnus-server-agent): Remove "-face" suffix from face names.
21042         (gnus-server-agent-face, gnus-server-opened-face)
21043         (gnus-server-closed-face, gnus-server-denied-face)
21044         (gnus-server-offline-face):
21045         New backward-compatibility aliases for renamed faces.
21046         (gnus-server-agent-face, gnus-server-opened-face)
21047         (gnus-server-closed-face, gnus-server-denied-face)
21048         (gnus-server-offline-face): Use renamed gnus faces.
21049
21050         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21051         Remove "-face" suffix from face names.
21052         (gnus-picon-xbm-face, gnus-picon-face):
21053         New backward-compatibility aliases for renamed faces.
21054
21055         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21056         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21057         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21058         (gnus-cite-11): Remove "-face" suffix from face names.
21059         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21060         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21061         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21062         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21063         New backward-compatibility aliases for renamed faces.
21064         (gnus-cite-attribution-face, gnus-cite-face-list)
21065         (gnus-article-boring-faces): Use renamed gnus faces.
21066
21067         * gnus-art.el (gnus-signature, gnus-header-from)
21068         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21069         (gnus-header-content): Remove "-face" suffix from face names.
21070         (gnus-signature-face, gnus-header-from-face)
21071         (gnus-header-subject-face, gnus-header-newsgroups-face)
21072         (gnus-header-name-face, gnus-header-content-face):
21073         New backward-compatibility aliases for renamed faces.
21074         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21075
21076         * gnus-sum.el (gnus-summary-selected-face)
21077         (gnus-summary-highlight): Use renamed gnus faces.
21078         * gnus-group.el (gnus-group-highlight): Likewise.
21079
21080 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21081
21082         * gnus-sieve.el (gnus-sieve-article-add-rule):
21083         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21084         * spam-stat.el (spam-stat-buffer-change-to-spam)
21085         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21086
21087         * message.el (message-is-yours-p):
21088         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21089
21090 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21091
21092         * mm-view.el (mm-inline-text): Withdraw the last change.
21093
21094 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21095
21096         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21097         executing enriched-decode.
21098
21099 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21102         charset of tar files.
21103
21104 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21105
21106         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21107
21108 2005-06-04  Lute Kamstra  <lute@gnu.org>
21109
21110         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21111         information is never recorded.
21112
21113 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21114
21115         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21116
21117 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21118
21119         * pop3.el (pop3-apop): Run md5 in the binary mode.
21120
21121         * starttls.el (starttls-set-process-query-on-exit-flag):
21122         Use eval-and-compile.
21123
21124 2005-05-31  Simon Josefsson  <jas@extundo.com>
21125
21126         * smime.el (smime-replace-in-string): Define.
21127         (smime-cert-by-ldap-1): Use it.
21128
21129 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21130
21131         * gnus-art.el (article-display-x-face): Replace
21132         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21133
21134         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21135         set-process-query-on-exit-flag or process-kill-without-query.
21136
21137         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21138         loop instead of replace-regexp.
21139
21140         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21141         instead of process-kill-without-query if it is available.
21142
21143         * lpath.el: Fbind ldap-search-entries.
21144
21145         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21146         instead of find-file-hooks if it is available.
21147
21148         * mml1991.el: Bind pgg-default-user-id when compiling.
21149
21150         * mml2015.el: Bind pgg-default-user-id when compiling.
21151
21152         * nndraft.el (nndraft-request-associate-buffer):
21153         Use write-contents-functions instead of write-contents-hooks if it is
21154         available.
21155
21156         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21157         instead of find-file-hooks if it is available.
21158
21159         * nntp.el (nntp-open-connection): Replace
21160         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21161         (nntp-open-ssl-stream): Ditto.
21162         (nntp-open-tls-stream): Ditto.
21163
21164         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21165         set-process-query-on-exit-flag or process-kill-without-query.
21166         (starttls-open-stream-gnutls): Use it instead of
21167         process-kill-without-query.
21168         (starttls-open-stream): Ditto.
21169
21170 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21171
21172         * smime.el (smime-cert-by-ldap-1): Don't use
21173         replace-regexp-in-string.
21174
21175 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21176
21177         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21178
21179         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21180         in PEM format.  Adjust to the XEmacs compatibility.
21181
21182 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21183
21184         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21185         by `string-to-number'.
21186         * gnus-agent.el (gnus-agent-regenerate-group)
21187         (gnus-agent-fetch-articles): Ditto.
21188         * gnus-art.el (gnus-button-fetch-group): Ditto.
21189         * gnus-cache.el (gnus-cache-generate-active)
21190         (gnus-cache-articles-in-group): Ditto.
21191         * gnus-group.el (gnus-group-set-current-level)
21192         (gnus-group-insert-group-line): Ditto.
21193         * gnus-score.el (gnus-score-set-expunge-below)
21194         (gnus-score-set-mark-below, gnus-summary-score-effect)
21195         (gnus-summary-score-entry): Ditto.
21196         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21197         (gnus-soup-pack): Ditto.
21198         * gnus-spec.el (gnus-xmas-format): Ditto.
21199         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21200         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21201         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21202         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21203         * nndb.el (nndb-get-remote-expire-response): Ditto.
21204         * nndiary.el (nndiary-parse-schedule-value)
21205         (nndiary-string-to-number, nndiary-request-replace-article)
21206         (nndiary-request-article): Ditto.
21207         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21208         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21209         * nneething.el (nneething-make-head): Ditto.
21210         * nnfolder.el (nnfolder-request-article)
21211         (nnfolder-retrieve-headers): Ditto.
21212         * nnheader.el (nnheader-file-to-number): Ditto.
21213         * nnkiboze.el (nnkiboze-request-article): Ditto.
21214         * nnmail.el (nnmail-process-unix-mail-format)
21215         (nnmail-process-babyl-mail-format): Ditto.
21216         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21217         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21218         (nnmh-request-create-group, nnmh-request-list-1)
21219         (nnmh-request-group, nnmh-request-article): Ditto.
21220         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21221         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21222         * nnsoup.el (nnsoup-make-active): Ditto.
21223         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21224         * nntp.el (nntp-find-group-and-number)
21225         (nntp-retrieve-headers-with-xover): Ditto.
21226         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21227         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21228         (pgg-format-key-identifier): Ditto.
21229         * pop3.el (pop3-last, pop3-stat): Ditto.
21230         * qp.el (quoted-printable-decode-region): Ditto.
21231
21232         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21233         of concat.
21234
21235 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21238
21239         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21240
21241         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21242
21243         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21244
21245         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21246
21247         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21248
21249         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21250         (gnus-carpal-mode): Ditto.
21251
21252         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21253         (gnus-browse-mode): Ditto.
21254
21255         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21256
21257         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21258
21259 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21260
21261         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21262
21263 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21264
21265         * gnus-util.el (gnus-run-mode-hooks): New function.
21266
21267         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21268
21269         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21270         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21271
21272 2005-05-27  Lute Kamstra  <lute@gnu.org>
21273
21274         * dns-mode.el (dns-mode): Specify customization group.
21275
21276 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21277
21278         * gnus-agent.el (gnus-agent-make-mode-line-string):
21279         Use mode-line-highlight as mouse-face.
21280
21281 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21282
21283         * canlock.el (canlock): Change the parent group to news.
21284
21285         * deuglify.el (gnus-outlook-deuglify): Add :group.
21286
21287         * dig.el (dig): Add :group.
21288
21289         * dns-mode.el (dns-mode): Add :group.
21290
21291         * encrypt.el (encrypt): Add :group.
21292
21293         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21294         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21295         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21296         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21297         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21298
21299         * gnus-diary.el (gnus-diary): Add :group.
21300
21301         * gnus.el (gnus-group-news-1-face): Add :group.
21302         (gnus-group-news-1-empty-face): Ditto.
21303         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21304         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21305         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21306         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21307         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21308         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21309         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21310         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21311         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21312         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21313         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21314         (gnus-summary-high-ticked-face): Ditto.
21315         (gnus-summary-low-ticked-face): Ditto.
21316         (gnus-summary-normal-ticked-face): Ditto.
21317         (gnus-summary-high-ancient-face): Ditto.
21318         (gnus-summary-low-ancient-face): Ditto.
21319         (gnus-summary-normal-ancient-face): Ditto.
21320         (gnus-summary-high-undownloaded-face): Ditto.
21321         (gnus-summary-low-undownloaded-face): Ditto.
21322         (gnus-summary-normal-undownloaded-face): Ditto.
21323         (gnus-summary-high-unread-face): Ditto.
21324         (gnus-summary-low-unread-face): Ditto.
21325         (gnus-summary-normal-unread-face): Ditto.
21326         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21327         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21328
21329         * hashcash.el (hashcash): New custom group.
21330         (hashcash-default-payment): Add :group.
21331         (hashcash-payment-alist): Ditto.
21332         (hashcash-default-accept-payment): Ditto.
21333         (hashcash-accept-resources): Ditto.
21334         (hashcash-path): Ditto.
21335         (hashcash-extra-generate-parameters): Ditto.
21336         (hashcash-double-spend-database): Ditto.
21337         (hashcash-in-news): Ditto.
21338
21339         * message.el (message-minibuffer-local-map): Add :group.
21340
21341         * netrc.el (netrc): Add :group.
21342
21343         * sieve-manage.el (sieve-manage-log): Add :group.
21344         (sieve-manage-default-user): Diito.
21345         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21346         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21347         (sieve-manage-authenticators): Ditto.
21348         (sieve-manage-authenticator-alist): Ditto.
21349         (sieve-manage-default-port): Ditto.
21350
21351         * sieve-mode.el (sieve-control-commands-face): Add :group.
21352         (sieve-action-commands-face): Ditto.
21353         (sieve-test-commands-face): Ditto.
21354         (sieve-tagged-arguments-face): Ditto.
21355
21356         * smime.el (smime): Add :group.
21357
21358         * spam-report.el (spam-report): Add :group.
21359
21360         * spam.el (spam, spam-face): Add :group.
21361
21362 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21363
21364         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21365         return \n.\n.\n at the end of articles.  Protect against that.
21366         (nntp-with-open-group): Allow debugging.
21367
21368         * nnheader.el (mail-header-set-extra): Make into a function
21369         because I just could't understand how to quote the list properly.
21370
21371         * dns.el (query-dns-cached): New function.
21372
21373 2005-05-26  Lute Kamstra  <lute@gnu.org>
21374
21375         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21376
21377 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21378
21379         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21380
21381         * gnus-art.el: Don't autoload mail-extract-address-components.
21382
21383         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21384         eval-and-compile to evaluate it.
21385
21386         * hashcash.el: Don't autoload executable-find.
21387
21388         * nndb.el: Don't declare the nndb back end two or more times; don't
21389         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21390
21391         * nntp.el: Autoload format-spec instead of format; use
21392         eval-and-compile to evaluate autoload forms.
21393
21394 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21395
21396         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21397
21398 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21399
21400         * gnus.el (gnus-version-number): Bump version.
21401
21402 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21403
21404         * gnus.el: No Gnus v0.3 is released.
21405
21406 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21407
21408         * lpath.el (featurep): Bind show-nonbreak-escape.
21409
21410 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21411
21412         * gnus-art.el (gnus-article-edit-part): Disable undo.
21413
21414 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21417         gnus-article-date-lapsed-new-header is t if date timer is active;
21418         skip headers in which the original date value is empty.
21419         (gnus-article-save-original-date): Redefine it as a macro.
21420         (gnus-display-mime): Use it.
21421
21422 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21423
21424         * gnus-art.el (article-date-ut): Support converting date in
21425         forwarded parts as well.
21426         (gnus-article-save-original-date): New function.
21427         (gnus-display-mime): Use it.
21428
21429 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21430
21431         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21432         enclosure element of <item>.
21433
21434 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21435
21436         * message.el (message-kill-buffer-query): Rename from
21437         `message-kill-buffer-query-if-modified'.  Add :version.
21438
21439 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21440
21441         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21442         window layout.
21443
21444 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * mml.el: Autoload dnd when compiling.
21447
21448 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21449
21450         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21451         x-dnd-*.
21452
21453 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21454
21455         * qp.el (quoted-printable-encode-region): Save excursion.
21456
21457 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21458
21459         * message.el (message-kill-buffer-query-if-modified): Add new variable
21460         so the user can kill a modified message buffer quickly.
21461         (message-kill-buffer): Use it.
21462
21463 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21464
21465         * lpath.el: Fbind display-time-event-handler; don't fbind
21466         string-to-multibyte.
21467
21468         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21469
21470 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21471
21472         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21473         contained in text because xml.el decodes entities) with LFs.
21474
21475 2005-04-11  Lute Kamstra  <lute@gnu.org>
21476
21477         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21478         differently.
21479
21480 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21481
21482         * mm-util.el (mm-detect-coding-region): Typo.
21483
21484 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21485
21486         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21487
21488 2005-04-06  Deepak Goel  <deego@gnufans.org>
21489
21490         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21491         user-function allow user modifications of the scores.
21492         (spam-stat-score-buffer-user): New function, to allow
21493         user-computed modifications to the score.
21494         (spam-stat-score-buffer-user-functions): List of additional
21495         scoring functions.
21496         (spam-stat-error-holder): Global temporary error holder.
21497         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21498         variable.
21499
21500 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21501
21502         * gnus-registry.el (gnus-registry-clean-empty-function)
21503         (gnus-registry-trim, gnus-registry-fetch-groups)
21504         (gnus-registry-delete-group): Groups that match
21505         `gnus-registry-ignored-groups' are removed from the registry
21506         entries, not just ignored for splitting.  This helps clean up the
21507         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21508         to get all the groups a message ID is in.
21509
21510         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21511         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21512         (spam-stat-score-buffer-user-functions): Add :number custom type.
21513
21514 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21517         argument in XEmacs.
21518
21519         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21520         (nnrss-request-group): Decode group name first.
21521         (nnrss-request-article): Make a text/plain article if mml-to-mime
21522         failed.
21523         (nnrss-get-encoding): Return a compatible encoding according to
21524         nnrss-compatible-encoding-alist.
21525         (nnrss-find-el): Use consp instead of listp.
21526         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21527
21528 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21531         which Emacs 20 doesn't support.
21532         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21533
21534 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21535
21536         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21537         silence the byte compiler inside the defun.
21538
21539         * gnus-demon.el (parse-time-string): Add autoload.
21540
21541         * gnus-delay.el (parse-time-string): Add autoload.
21542
21543         * gnus-art.el (parse-time-string): Add autoload.
21544
21545         * nnultimate.el (parse-time): Require for `parse-time-string'.
21546
21547 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21548
21549         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21550
21551         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21552
21553         * smime.el (smime-ldap-host-list): Add :version.
21554
21555 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21556
21557         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21558         pass it to `gnus-browse-read-group'.
21559         (gnus-browse-read-group): Add NUMBER argument and pass it to
21560         `gnus-group-read-ephemeral-group'.
21561
21562         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21563         argument and pass it to `gnus-group-read-group'.
21564
21565 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21566
21567         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21568         mm-xemacs-find-mime-charset-1 if we have the mule feature
21569         available at runtime.
21570
21571 2005-03-25  Werner Lemberg  <wl@gnu.org>
21572
21573         * nnmaildir.el: Replace `illegal' with `invalid'.
21574
21575 2005-03-23  Lute Kamstra  <lute@gnu.org>
21576
21577         * time-date.el: Add comment on time value formats.
21578         Don't require parse-time.
21579         (with-decoded-time-value): New macro.
21580         (encode-time-value): New function.
21581         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21582         (days-to-time): Return a valid time value when arg is huge.
21583         (time-since): Use time-subtract.
21584         (time-to-number-of-days): Use time-to-seconds.
21585
21586 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21587
21588         * gnus-start.el (gnus-display-time-event-handler):
21589         Check display-time-timer at runtime rather than only at load time
21590         in case display-time-mode is turned off in the mean time.
21591
21592 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21593
21594         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21595         used.
21596
21597         * nneething.el (nneething-map-file-directory): Derive from
21598         `gnus-directory'.
21599
21600         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21601         the To/Cc button.
21602
21603 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21604
21605         * nnmaildir.el (nnmaildir-request-accept-article):
21606         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21607
21608 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21609
21610         * gnus-async.el: Require timer-funcs at compile time when in
21611         XEmacs for `run-with-idle-timer'.
21612
21613 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21614
21615         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21616         autoloaded function.
21617
21618 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21619
21620         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21621
21622 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21623
21624         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21625
21626 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21627
21628         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21629         Add gnus-expert-user to default.
21630
21631 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21632
21633         * nnimap.el (nnimap-open-server): Ditto.
21634
21635         * imap.el (imap-authenticate): Fix typo.
21636
21637 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21638
21639         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21640         buffer (since IMAP server might return FETCH response out of
21641         order, and the nntp buffer must be sorted).
21642
21643 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21644
21645         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21646         comparison on string.
21647
21648         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21649         (gnus-agent-score): Rename category keywords to match gnus-cus.
21650         (gnus-agent-summary-fetch-series): Modify to protect against
21651         gnus-agent-summary-fetch-group clearing processable flags.
21652         (gnus-agent-synchronize-group-flags): Update live group buffer as
21653         synchronization may occur due to the user toggle the plugged
21654         status.
21655         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21656         successfully downloaded.
21657         (gnus-agent-expire-group-1): Avoid using markers when the overview
21658         is in ascending order; greatly improves performance.
21659         (gnus-agent-regenerate-group):
21660         Use gnus-agent-synchronize-group-flags to reset read status in both
21661         gnus and server.
21662         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21663
21664 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21665
21666         * message.el: Don't autoload former message-utils variables.
21667         (message-strip-subject-trailing-was): Change doc string.
21668
21669         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21670         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21671         (nnweb-google-search): Add "hl=en" here.
21672         (nnweb-google-parse-1, nnweb-google-create-mapping):
21673         Don't hardcode URL.
21674
21675 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21676
21677         * message.el (message-get-reply-headers, message-followup):
21678         Mention related variables `message-use-followup-to' and
21679         `message-use-mail-followup-to', in the information buffer.
21680
21681         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21682         of broken groups(-beta).google.com.
21683
21684 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21685
21686         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21687         parameter to invoked gnus-request-move-article; remove the
21688         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21689         all at once instead of once per article.
21690         (gnus-summary-remove-process-mark): Accept a list of articles as
21691         well as a single article for processing.
21692
21693         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21694         parameter.
21695
21696         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21697
21698         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21699
21700         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21701         parameter.
21702
21703         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21704         parameter.
21705
21706         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21707         parameter and remove the gnus-sum-hint-move-is-internal variable.
21708
21709         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21710         parameter.
21711
21712         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21713         parameter.
21714
21715         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21716         parameter.
21717
21718         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21719
21720         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21721         parameter.
21722
21723         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21724         parameter.
21725
21726 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21727
21728         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21729         a more conservative way.
21730
21731 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21732
21733         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21734         buffer, so it moves the window's cursor.
21735
21736 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21737
21738         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21739         `mm-dissect-multipart' and receive the from field as an (optional)
21740         argument from `mm-dissect-multipart'.
21741         (mm-dissect-multipart): Receive the from field as an argument and
21742         pass it on when we call `mm-dissect-buffer' on MIME parts.
21743         Fixes verification/decryption of signed/encrypted MIME parts.
21744
21745 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21746
21747         * gnus-sum.el (gnus-summary-move-article):
21748         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21749         whatever it calls (right now, only nnimap-request-move article
21750         respects it).
21751
21752         * nnimap.el (nnimap-request-move-article):
21753         When gnus-sum-hint-move-is-internal is set, don't do the extra
21754         nnimap-request-article.
21755
21756 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21757
21758         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21759
21760         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21761         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21762
21763         * gnus-sum.el (gnus-summary-caesar-message):
21764         Apply `gnus-treat-article' after rotation.
21765
21766         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21767         doc string.
21768
21769 2005-02-22  Simon Josefsson  <jas@extundo.com>
21770
21771         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21772         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21773         <arne@arnested.dk>.
21774         (encrypt): Add password-cache and password-cache-expiry as group
21775         members.
21776
21777 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21778
21779         * smime.el (smime-ldap-host-list): Doc fix.
21780         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21781         cache) password.
21782         (smime-sign-region): Use it.
21783         (smime-decrypt-region): Use it.
21784         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21785         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21786         fails.
21787         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21788         certificate from DER to PEM format rather than calling openssl.
21789
21790         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21791
21792         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21793         for signing/encryption.
21794
21795         * mml.el (mml-parse-1): Use them.
21796
21797 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21798
21799         * nnrss.el (nnrss-verbose): Remove.
21800         (nnrss-request-group): Use `nnheader-message' instead.
21801
21802 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21803
21804         * nnrss.el (nnrss-verbose): New variable.
21805         (nnrss-request-group): Make it say nnrss is requesting a group.
21806
21807 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21808
21809         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21810         Handle news URL with given port correctly.
21811
21812 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21813
21814         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21815         containing special characters.
21816
21817         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21818
21819         * mml.el (mime-to-mml): Ditto.
21820
21821         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21822         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21823         (rfc2047-decode-region): Quote decoded words containing special
21824         characters when rfc2047-quote-decoded-words-containing-tspecials
21825         is non-nil.
21826
21827 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21828
21829         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21830
21831         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21832
21833 2005-02-15  Simon Josefsson  <jas@extundo.com>
21834
21835         * nnimap.el (nnimap-debug): Doc fix.
21836
21837         * imap.el (imap-debug): Doc fix.
21838
21839 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21842
21843 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21844
21845         * gnus.el (spam-contents): Improve docs for spam-contents
21846         parameter in its variable incarnation.
21847
21848 2005-02-14  Simon Josefsson  <jas@extundo.com>
21849
21850         * smime-ldap.el: Use require instead of load-library for ldap.
21851         (smime-ldap-search): Indent.
21852         (smime-ldap-search-internal): Shorten line.
21853
21854         * smime.el (smime-cert-by-dns): Add doc-string.
21855         (smime-cert-by-ldap-1): Indent.
21856
21857         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21858         mml-smime-get-dns-ldap.
21859         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21860
21861 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21862
21863         * smime.el: Require smime-ldap.
21864         (smime-ldap-host-list): New variable.
21865         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21866
21867         * mml-smime.el (mml-smime-encrypt-query): New function.
21868         (mml-smime-encrypt-query): Use it.
21869
21870         * smime-ldap.el: New file.
21871
21872 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21875
21876 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21877
21878         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21879         argument in doc string.  Make query for type more clear.
21880
21881 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21882
21883         * gnus.el (gnus-group-startup-message): Search for gnus images in
21884         etc/images/gnus.
21885         * mm-util.el (mm-image-load-path): Likewise.
21886         * smiley.el (smiley-data-directory): Search for smilies in
21887         etc/images/smilies.
21888
21889 2005-02-09  Kim F. Storm  <storm@cua.dk>
21890
21891         Change Emacs release version from 21.4 to 22.1 throughout.
21892         Change Emacs development version from 21.3.50 to 22.0.50.
21893
21894 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21895
21896         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21897
21898         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21899         non-Mule XEmacs as well.
21900         (mm-decompress-buffer): Signal an error intentionally if it does
21901         not decompress compressed data because auto-compression-mode is
21902         disabled.
21903
21904 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21905
21906         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21907         an ID in the registry even if it has no groups.
21908
21909 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21912         merge it into mm-decompress-buffer.
21913         (gnus-mime-copy-part): Use the MIME part charset, the value which
21914         a user specified or gnus-newsgroup-charset for decoding, like
21915         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21916         save-buffer what was used.  Suggested by Kevin Ryde
21917         <user42@zip.com.au>.
21918         (gnus-mime-inline-part): Allow the name parameter as well as the
21919         filename parameter; force decompressing of compressed data; always
21920         display contents being not decoded as unibyte.
21921
21922         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21923         as well as the filename parameter.
21924
21925         * mm-util.el (mm-decompress-buffer):
21926         Merge gnus-mime-jka-compr-maybe-uncompress.
21927         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21928         of compressed data.
21929
21930 2005-02-08  Simon Josefsson  <jas@extundo.com>
21931
21932         * imap.el (imap-log): Doc fix.
21933
21934 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21935
21936         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21937         the coding cookies; decompress compressed parts.
21938
21939         * mml.el (mml-generate-mime-1): Add the charset parameter according
21940         to the value which a user specified manually or the coding cookie.
21941
21942         * mm-util.el (mm-string-to-multibyte): New function.
21943         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21944         (mm-coding-system-to-mime-charset): New function.
21945         (mm-decompress-buffer): New function.
21946         (mm-find-buffer-file-coding-system): New function.
21947
21948         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21949         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21950         parts.
21951
21952 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21953
21954         * mm-view.el (mm-display-inline-fontify): Decode a part according
21955         to the charset parameter.
21956
21957 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21958
21959         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21960         prefix arg is neither nil nor a number, as info specifies.
21961
21962 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21965         timestamps.
21966
21967 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21968
21969         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21970         groups error checking and notify user.
21971
21972 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21973
21974         * message.el (message-send-mail-function): Check existence of
21975         sendmail-program first before using default value
21976         `message-send-mail-with-sendmail'.  Otherwise use more generic
21977         `smtpmail-send-it'.
21978
21979 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21980
21981         * nntp.el (nntp-request-update-info): Always return nil.
21982
21983 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21984
21985         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21986
21987 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21988
21989         * message.el (message-beginning-of-line): Change the behavior when
21990         invoked between BOL and : so that it first moves backward.
21991
21992 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21993
21994         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21995         article buffer when editing of the article is discarded.
21996         (gnus-article-prepare): Revert.
21997
21998 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21999
22000         * gnus-art.el (gnus-article-prepare):
22001         Remove message-strip-forbidden-properties from the local hook.
22002
22003 2005-01-27  Simon Josefsson  <jas@extundo.com>
22004
22005         * password.el (password-cache-add): Only start one timer per key.
22006         Reported by Derek Atkins <warlord@MIT.EDU>.
22007
22008 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22009
22010         * run-at-time.el: Remove.  It is no longer needed as
22011         timer-funcs.el in the xemacs-base package has a working version of
22012         `run-at-time'.
22013
22014         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22015
22016         * password.el: Require timer-funcs instead of run-at-time in
22017         XEmacs.
22018         Remove `password-run-at-time' macro.
22019         (password-cache-add): Use `run-at-time' instead of
22020         `password-run-at-time'.
22021
22022         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22023         Remove `nnheader-cancel-function-timers' alias,
22024         `cancel-function-timers' exists in XEmacs in timer-funcs.
22025
22026         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22027         for `run-with-idle-timer'.
22028
22029         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22030         for `run-at-time'.
22031
22032         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22033         for `with-timeout'.
22034
22035         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22036         the same as for XEmacs 21.4.
22037         No need to ignore `run-with-idle-timer', this function exists in
22038         XEmacs now in timer-funcs.el in the xemacs-base package.
22039         (dgnushack-compile): No need to delete
22040         run-at-time.el from the list of files to compile because it
22041         doesn't exist anymore.
22042
22043 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22044
22045         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22046         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22047
22048 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22049
22050         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22051         sensitively.
22052
22053 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22054
22055         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22056
22057 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22058
22059         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22060         which will be inserted according to the multibyteness of a buffer
22061         rather than the type of contents.  Suggested by ARISAWA Akihiro
22062         <ari@mbf.ocn.ne.jp>.
22063
22064         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22065         of string which old xml.el may return rather than a string.
22066
22067 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22068
22069         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22070
22071 2005-01-16  Simon Josefsson  <jas@extundo.com>
22072
22073         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22074         idn/idna.el isn't available.
22075         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22076         <michael@waxrat.com>.
22077
22078         * hashcash.el: Remove non-FSF copyright header.
22079
22080         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22081         (hashcash-generate-payment): Use it.
22082         (hashcash-generate-payment-async): Use it.
22083
22084 2005-01-15  Simon Josefsson  <jas@extundo.com>
22085
22086         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22087         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22088
22089         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22090         gnus-summary-idna-message.
22091         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22092         (gnus-summary-idna-message): New function.
22093
22094 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22095
22096         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22097         gnus-novice-user.
22098
22099 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * nnrss.el (nnrss-request-delete-group): Delete entries in
22102         nnrss-group-alist as well.
22103         (nnrss-save-server-data): Insert newline.
22104
22105 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22106
22107         * gnus.el (gnus-user-agent): Use list of symbols instead of
22108         symbols.  Display full version number for (S)XEmacs.
22109         Optionally display (S)XEmacs codename.
22110
22111         * gnus-util.el (gnus-emacs-version): Update for new
22112         `gnus-user-agent'.
22113
22114         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22115         Gnus version.
22116
22117 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22118
22119         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22120         which is unreadable in some setups.
22121
22122 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22123
22124         * gnus-spec.el (gnus-update-format-specifications): Flush the
22125         group format spec cache if it doesn't support decoded group names.
22126
22127 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22128
22129         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22130         Allow to apply decay on score files matching a regexp.
22131
22132 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22133
22134         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22135         compatibility in %g and %c.
22136
22137 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22138
22139         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22140         name for only %g and %c.
22141         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22142         of gnus-tmp-group to decoded group name.
22143         (gnus-group-make-rss-group): Exclude `/'s from group names.
22144
22145 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22146
22147         * nnrss.el (nnrss-get-encoding): Fix regexp.
22148
22149 2004-12-27  Simon Josefsson  <jas@extundo.com>
22150
22151         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22152         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22153         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22154
22155 2004-12-17  Kim F. Storm  <storm@cua.dk>
22156
22157         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22158
22159         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22160
22161 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22162
22163         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22164
22165 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * nnrss.el: Require rfc2047 and mml.
22168         (nnrss-file-coding-system): New variable.
22169         (nnrss-format-string): Redefine it as an inline function.
22170         (nnrss-decode-group-name): New function.
22171         (nnrss-string-as-multibyte): Remove.
22172         (nnrss-retrieve-headers): Decode group name; don't use
22173         nnrss-format-string.
22174         (nnrss-request-group): Decode group name.
22175         (nnrss-request-article): Decode group name; allow a Message-ID as
22176         well as an article number; don't use nnrss-format-string; encode a
22177         Message-ID string which may contain non-ASCII characters; use
22178         mml-to-mime to compose a MIME article.
22179         (nnrss-request-expire-articles): Decode group name.
22180         (nnrss-request-delete-group): Decode group name.
22181         (nnrss-fetch): Clarify error message.
22182         (nnrss-read-server-data): Use insert-file-contents instead of load;
22183         bind file-name-coding-system; use multibyte buffer.
22184         (nnrss-save-server-data): Bind coding-system-for-write to the
22185         value of nnrss-file-coding-system; bind file-name-coding-system;
22186         add coding cookie.
22187         (nnrss-read-group-data): Use insert-file-contents instead of load;
22188         bind file-name-coding-system; use multibyte buffer.
22189         (nnrss-save-group-data): Bind coding-system-for-write to the
22190         value of nnrss-file-coding-system; bind file-name-coding-system.
22191         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22192         make it work with non-ASCII text.
22193         (nnrss-find-el): Make it work with old xml.el as well.
22194
22195 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22196
22197         * nnrss.el (nnrss-get-encoding): New function.
22198         (nnrss-fetch): Use unibyte buffer initially; bind
22199         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22200         decode contents according to the encoding attribute.
22201         (nnrss-save-group-data): Add coding cookie.
22202         (nnrss-mime-encode-string): New function.
22203         (nnrss-check-group): Use it to encode subject and author.
22204
22205 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22206
22207         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22208         imaginary variable.
22209
22210 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22213         correctly even if there are wide characters.
22214
22215 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22216
22217         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22218         downcased symbol names; make a new cache instead of reusing
22219         bbdb-hashtable.
22220
22221 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22222
22223         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22224         concatenating segments rather than before concatenating them.
22225         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22226
22227         * message.el (message-get-reply-headers): Bind `extra'.
22228
22229 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22230
22231         * message.el (message-extra-wide-headers): New variable.
22232         (message-get-reply-headers): Use it.
22233
22234 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22237         (gnus-agent-group-pathname): Ditto.
22238
22239         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22240
22241         * gnus-group.el (gnus-group-make-group): Decode group name.
22242         (gnus-group-make-rss-group): Register the group data after opening
22243         the nnrss group.
22244
22245 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22246
22247         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22248         by expiry now get marked as read.
22249
22250 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22253
22254 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22255
22256         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22257         unify Latin characters in XEmacs.
22258         (mm-find-mime-charset-region): Use it.
22259
22260 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22261
22262         * gnus-util.el (gnus-delete-directory): New function.
22263
22264         * gnus-agent.el (gnus-agent-delete-group): Use it.
22265
22266         * gnus-cache.el (gnus-cache-delete-group): Use it.
22267
22268 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22271         names.
22272
22273 2004-12-16  Simon Josefsson  <jas@extundo.com>
22274
22275         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22276
22277 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22278
22279         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22280
22281         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22282         (gnus-group-set-current-level): Decode group name.
22283
22284 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22285
22286         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22287         failed.
22288
22289 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22290
22291         * gnus-group.el (gnus-group-delete-group): Decode group name.
22292         (gnus-group-make-rss-group): Encode group name.
22293         (gnus-group-catchup-current): Decode group name.
22294         (gnus-group-kill-group): Decode group name.
22295
22296 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22297
22298         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22299
22300 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * gnus-group.el (gnus-group-make-rss-group):
22303         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22304
22305         * gnus-start.el (gnus-setup-news): Honor user's setting to
22306         gnus-message-archive-method.  Suggested by Lute Kamstra
22307         <lute@gnu.org>.
22308
22309 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22310
22311         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22312         global counterparts of the buffer-local variables.
22313
22314 2004-11-16  Romain Francoise  <romain@orebokech.com>
22315
22316         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22317         counterparts of the buffer-local variables.
22318
22319 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22320
22321         * message.el (message-forbidden-properties): Fix typo in doc
22322         string.
22323
22324 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22325
22326         * gnus-util.el (gnus-replace-in-string): Add doc string.
22327
22328         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22329         to avoid problems when splitting mails with many recipients.
22330
22331 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22332
22333         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22334         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22335
22336 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22337
22338         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22339         if there is no hashtable in memory or file modification time is
22340         newer than cached timestamp.
22341
22342 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22343
22344         * gnus-sum.el (gnus-summary-limit-to-recipient):
22345         Implement not-matching option.
22346
22347 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22348
22349         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22350         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22351         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22352         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22353         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22354         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22355
22356 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * message.el (message-forward-make-body-mml): Remove headers
22359         according to message-forward-ignored-headers if a message is decoded.
22360
22361 2004-12-02  Romain Francoise  <romain@orebokech.com>
22362
22363         * message.el (message-forward-make-body-plain): Always remove
22364         headers according to message-forward-ignored-headers.
22365
22366 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22367
22368         * spam.el (spam-summary-prepare-exit): Remove the
22369         gnus-summary-limit pop for now, it has problems with ham marks for
22370         me.
22371
22372 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22373
22374         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22375         correctly.
22376
22377 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22378
22379         * format-spec.el (format-spec): Message the char.
22380
22381 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22382
22383         * gnus-art.el (gnus-split-methods): Reformat comments.
22384
22385         * spam.el (spam-summary-prepare-exit): Remove article limits
22386         before exiting the summary buffer.
22387
22388 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22389
22390         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22391         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22392
22393         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22394         order to silence the byte compiler.
22395
22396         * spam.el: Fix the way to silence the byte compiler, which
22397         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22398         bbdb-search-simple, spam-BBDB-register-routine,
22399         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22400         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22401         spam-stat-buffer-is-spam, spam-stat-load,
22402         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22403         spam-stat-save and spam-stat-split-fancy.
22404
22405 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22406
22407         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22408         which may confuse users.
22409         (canlock-password-for-verify): Ditto.
22410
22411         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22412
22413         * gnus-art.el (gnus-emphasis-alist): Ditto.
22414
22415         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22416
22417         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22418
22419         * gnus-start.el (gnus-save-killed-list): Ditto.
22420
22421         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22422         (gnus-sum-thread-tree-root): Ditto.
22423         (gnus-sum-thread-tree-false-root): Ditto.
22424         (gnus-sum-thread-tree-single-indent): Ditto.
22425
22426         * message.el (message-courtesy-message): Ditto.
22427         (message-archive-note): Ditto.
22428         (message-subscribed-address-file): Ditto.
22429         (message-user-fqdn): Ditto.
22430
22431         * spam-report.el (spam-report-gmane-regex): Ditto.
22432
22433         * spam.el (spam-blackhole-good-server-regex): Ditto.
22434
22435 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * mml.el (mml-preview): Widen the message buffer before copying
22438         the contents to the preview buffer; sort headers before previewing.
22439
22440         * message.el (message-hidden-headers): Fix the way to avoid a bug
22441         in the `repeat' widget in Emacs 21.3 or earlier.
22442
22443 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22444
22445         * message.el (message-hidden-headers): Default to "^References:".
22446         Improve customization type.  Suggested by Reiner Steib
22447         <Reiner.Steib@gmx.de>.
22448
22449 2004-11-25  Romain Francoise  <romain@orebokech.com>
22450
22451         * message.el (message-strip-forbidden-properties): Remove check for
22452         obsolete `message-hidden' text property, hidden headers are not
22453         accessible in the buffer anymore.
22454
22455 2004-11-22  Romain Francoise  <romain@orebokech.com>
22456
22457         * message.el (message-header-format-alist): Add `From' in list
22458         so that it can be sorted.
22459         (message-fix-before-sending): Widen and sort headers before
22460         sending.
22461         (message-hide-headers): Use narrowing to hide headers by moving
22462         them to the top of the buffer and narrowing to the region
22463         underneath.
22464
22465 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22466
22467         * message.el (message-strip-forbidden-properties):
22468         Bind buffer-read-only (etc) to nil.
22469
22470 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22471
22472         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22473         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22474
22475 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22476
22477         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22478
22479 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22480
22481         * dns.el (query-dns): Use sit-for to time instead of
22482         accept-process-output, since that doesn't seem to work on udp
22483         sockets.
22484
22485 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22486
22487         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22488
22489 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22490
22491         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22492         doc string.  Improve doc string.
22493
22494 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22495
22496         * nntp.el (nntp-request-update-info): Return nil if
22497         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22498         may not call gnus-activate-group which uselessly issues the GROUP
22499         commands for all nntp groups and wastes time.  Reported by Romain
22500         Francoise <romain@orebokech.com>.
22501
22502         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22503
22504 2004-11-15  Simon Josefsson  <jas@extundo.com>
22505
22506         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22507         headers separately.
22508         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22509         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22510
22511 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22512
22513         * gnus-start.el (gnus-convert-old-newsrc):
22514         Assign legacy-gnus-agent to 5.10.7.
22515
22516 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22517
22518         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22519         start of the lines.
22520
22521 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22522
22523         * hashcash.el (hashcash-default-payment): Change default to 20.
22524         (hashcash-default-accept-payment): Change default to 20.
22525         (hashcash-process-alist): New variable.
22526         (hashcash-generate-payment-async): Add.
22527         (hashcash-already-paid-p): Add.
22528         (hashcash-insert-payment): Don't generate payments twice.
22529         (hashcash-insert-payment-async): Add.
22530         (hashcash-insert-payment-async-2): Add.
22531         (hashcash-cancel-async): Add.
22532         (hashcash-wait-async): Add.
22533         (hashcash-processes-running-p): Add.
22534         (hashcash-wait-or-cancel): Add.
22535         (mail-add-payment): New optional argument.  Conditionally start
22536         asynchronous calculation.
22537         (mail-add-payment-async): Add.
22538
22539         * message.el (message-send-mail): Wait for asynchronous hashcash
22540         results.  Don't clobber existing X-Hashcash headers.
22541         (message-setup-1): Call mail-add-payment-async when
22542         message-generate-hashcash is non-nil.
22543
22544 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22545
22546         * message.el (message-use-alternative-email-as-from): Examine the
22547         From header as well; use message-make-from in order to include a
22548         user's full name.
22549
22550 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22551
22552         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22553         default; improve customization type.
22554         (gnus-emphasis-custom-with-format): New macro.
22555         (gnus-emphasis-custom-value-to-external): New function.
22556         (gnus-emphasis-custom-value-to-internal): New function.
22557
22558 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22559
22560         * dns.el (query-dns): Resolve reverse addresses.
22561
22562 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22563
22564         * gnus-group.el (gnus-group-get-new-news): Use it.
22565
22566         * gnus-start.el (gnus-check-reasonable-setup): New function.
22567
22568 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22569
22570         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22571         "Args out of range" error.  Reported by Arnaud Giersch
22572         <arnaud.giersch@free.fr>.
22573
22574 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22575
22576         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22577
22578 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22579
22580         * spam.el (spam group): Add :version.
22581
22582         * pgg-def.el (pgg group): Add :version.
22583
22584 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * gnus-art.el (gnus-article-edit-article): Don't associate the
22587         article buffer with a draft file.  This is a temporary measure
22588         against the 2004-08-22 change to gnus-article-edit-mode.
22589
22590 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22591
22592         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22593         (html2text-format-tags): Remove unused variable `attr'.
22594
22595 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22596
22597         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22598
22599         * tls.el (tls-process-connection-type, tls-success)
22600         (tls-certtool-program): Add :version.
22601
22602         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22603         (starttls-extra-arguments, starttls-process-connection-type)
22604         (starttls-connect, starttls-failure, starttls-success): Add :version.
22605
22606         * spam-stat.el (spam-stat): Add :version.
22607
22608         * sieve.el (sieve): Add :version.
22609
22610         * sha1.el (sha1): Add :version.
22611         (sha1-use-external): Remove redundant version.
22612
22613         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22614         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22615         (nnmail-split-fancy-match-partial-words)
22616         (nnmail-split-lowercase-expanded): Add :version.
22617
22618         * nndiary.el (nndiary): Add :version.
22619
22620         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22621
22622         * mml-sec.el (mml-default-sign-method)
22623         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22624         Add :version.
22625
22626         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22627
22628         * mm-url.el (mm-url-use-external, mm-url-program)
22629         (mm-url-arguments): Add :version.
22630
22631         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22632         (mm-attachment-file-modes, mm-decrypt-option)
22633         (mm-w3m-safe-url-regexp): Add :version.
22634
22635         * message.el (message-cite-prefix-regexp)
22636         (message-sendmail-envelope-from, message-minibuffer-local-map)
22637         (message-user-fqdn, message-completion-alist): Add :version.
22638
22639         * gnus-win.el (gnus-configure-windows-hook)
22640         (gnus-use-frames-on-any-display): Add :version.
22641
22642         * gnus-art.el (gnus-article-address-banner-alist)
22643         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22644         (gnus-treat-from-picon, gnus-treat-mail-picon)
22645         (gnus-treat-x-pgp-sig): Add :version.
22646
22647         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22648         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22649         (gnus-summary-article-delete-hook)
22650         (gnus-summary-display-while-building): Add :version.
22651
22652         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22653         (gnus-get-top-new-news-hook): Add :version.
22654
22655         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22656         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22657
22658         * gnus-registry.el (gnus-registry): Add :version.
22659
22660         * gnus-spec.el (gnus-use-correct-string-widths)
22661         (gnus-make-format-preserve-properties): Add :version.
22662
22663         * gnus.el (gnus-group-charter-alist)
22664         (gnus-group-fetch-control-use-browse-url)
22665         (gnus-install-group-spam-parameters): Add :version.
22666
22667         * gnus-diary.el (gnus-diary): Add :version.
22668
22669         * gnus-delay.el (gnus-delay): Add :version.
22670
22671         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22672         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22673         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22674         Add :version.
22675
22676         * gnus-agent.el (gnus-agent-max-fetch-size)
22677         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22678         (gnus-agent-prompt-send-queue): Add :version.
22679
22680         * deuglify.el (gnus-outlook-deuglify): Add :version.
22681
22682         * html2text.el: Beautify code.  Improve doc strings.
22683         Some checkdoc cleanup.
22684         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22685
22686 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22687
22688         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22689
22690 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22691
22692         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22693         when package is loaded.
22694
22695         * spam.el (spam-summary-score-preferred-header): Add global preference
22696         for people who want to override the default SpamAssassin over
22697         Bogofilter preference (when both are set).
22698         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22699         (spam-user-format-function-S):
22700         Check spam-summary-score-preferred-header.
22701         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22702         (spam-user-format-function-S): Format the score correctly.
22703
22704 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22705
22706         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22707         signature file.  Suggested by Manoj Srivastava
22708         <srivasta@golden-gryphon.com>.
22709
22710         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22711         iso-2022-jp even in the Japanese language environment.
22712         Suggested by Jason Rumney <jasonr@gnu.org>.
22713
22714 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22715
22716         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22717         use the same characters as the dummy marks; make it free from
22718         getting affected by the language environment.
22719         (gnus-summary-read-group-1): Update mark positions only when the
22720         format spec is updated.
22721
22722         * gnus-spec.el (gnus-update-format-specifications): Return a list
22723         of updated types.
22724
22725 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22726
22727         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22728         of boundp to check if display-warning is available.
22729
22730 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22731
22732         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22733
22734 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22735
22736         * nnspool.el (nnspool-spool-directory): Use news-path if the
22737         news-directory variable is not bound.
22738
22739         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22740         function instead of display-warning if it is not available.
22741
22742 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22743
22744         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22745         v5-10: Use `point-at-bol'.
22746
22747 2004-10-26  Simon Josefsson  <jas@extundo.com>
22748
22749         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22750         <chenggao@gmail.com>.
22751
22752 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22753
22754         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22755         instead.
22756
22757 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22758
22759         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22760         to remove a server from the nnimap-server-buffer-alist.
22761         (nnimap-open-connection, nnimap-close-server): Use it.
22762
22763         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22764
22765 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22766
22767         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22768         running the major-mode function.
22769
22770 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22773         dummy marks in the right way.
22774
22775 2004-10-18  David Edmondson  <dme@dme.org>
22776
22777         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22778         excessively.
22779
22780 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22781
22782         * gnus-util.el (gnus-split-references): Accept a nil references
22783         string and go on blissfully.
22784
22785         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22786         cases where the references string is non-nil but has no references.
22787
22788         * encrypt.el: Add autoload tags.
22789
22790         * spam.el (spam-resolve-registrations-routine): Remove article
22791         from unregistration list too.  Reported by David Hanak
22792         <dhanak@isis.vanderbilt.edu>
22793
22794 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22795
22796         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22797         nil.  Change custom type.
22798
22799 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22800
22801         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22802
22803         * gnus-sum.el (gnus-summary-move-article): Use it.
22804
22805 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22806
22807         * encrypt.el: Add autoload cookies.
22808
22809         * spam.el (spam-backend-article-list-property)
22810         (spam-backend-get-article-todo-list)
22811         (spam-backend-put-article-todo-list)
22812         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22813         Resolve registrations separately.
22814         (spam-register-routine): Format comments.
22815         (spam-unregister-routine, spam-register-routine): Always call with
22816         specific-articles, no default list.
22817         (spam-summary-prepare-exit): Use the spam-classifications function.
22818
22819         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22820         gnus-encrypt.el.
22821
22822         * encrypt.el: Copied from gnus-encrypt.el.
22823
22824         * gnus-encrypt.el: Commented that it's obsolete.
22825
22826 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22827
22828         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22829         (gnus-score-save): Use it.
22830
22831         * message.el (message-bury): Use `window-dedicated-p'.
22832
22833 2004-10-15  Simon Josefsson  <jas@extundo.com>
22834
22835         * pop3.el (top-level): Don't require nnheader.
22836         (pop3-read-timeout): Add.
22837         (pop3-accept-process-output): Add.
22838         (pop3-read-response, pop3-retr): Use it.
22839
22840 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22841
22842         * spam.el (spam-register-routine): Move comment.
22843         (spam-verify-bogofilter): Use 'unknown for the initial
22844         spam-bogofilter-valid state, not 'never.
22845
22846         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22847         for netrc-machine.
22848
22849         * nnimap.el (nnimap-open-connection):
22850         Use netrc-machine-user-or-password.
22851
22852 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22853
22854         * gnus-registry.el (gnus-registry-unload-hook):
22855         Set as a variable with add-hook.
22856
22857         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22858         of news-path.
22859
22860         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22861
22862         * spam.el: Delete duplicate `provide'.
22863         (spam-unload-hook): Set as a variable with add-hook.
22864
22865 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22866
22867         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22868         in the doc string.
22869
22870         * message.el (message-ignored-news-headers)
22871         (message-ignored-supersedes-headers)
22872         (message-ignored-resent-headers)
22873         (message-forward-ignored-headers): Improve custom type.
22874
22875 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * message.el (message-tokenize-header): Fix 2004-09-06 change
22878         which used point-min in the wrong place.
22879
22880 2004-10-12  Simon Josefsson  <jas@extundo.com>
22881
22882         * tls.el (tls-certtool-program): New variable.
22883         (tls-certificate-information): New function, based on
22884         ssl-certificate-information.
22885
22886 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22887
22888         * compface.el: Move the version of ELisp-based uncompface program
22889         to the contrib directory because of the copyright problem.
22890
22891 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22892
22893         * message.el (message-kill-buffer): Raise the current frame.
22894
22895 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22896
22897         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22898
22899         * gnus.el (message-y-or-n-p): Autoload.
22900
22901         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22902         (pop3-password-required, pop3-authentication-scheme)
22903         (pop3-leave-mail-on-server): Make customizable.
22904         (pop3): New custom group.
22905         (pop3-retr): Remove `sleep-for' statements.
22906         Suggested by Dave Love <fx@gnu.org>.
22907
22908         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22909         Windows/DOS.
22910
22911         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22912         (imap-parse-body): Fix incorrect use of `assert'.
22913         Suggested by Dave Love <fx@gnu.org>.
22914
22915         * mml.el (mml-minibuffer-read-disposition): Require match.
22916         Suggested by Dave Love <fx@gnu.org>.
22917
22918 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22919
22920         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22921         doc string.
22922
22923 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22924
22925         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22926
22927 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22928
22929         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22930         instead of calling `mm-insert-inline', to decode text/* parts
22931         before displaying them.
22932
22933 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22934
22935         * mm-uu.el (mm-uu-text-plain-type): New variable.
22936         (mm-uu-pgp-signed-extract-1): Use it.
22937         (mm-uu-pgp-encrypted-extract-1): Use it.
22938         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22939         bind mm-uu-text-plain-type with that value.
22940         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22941         mm-uu-dissect.
22942
22943 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * gnus-group.el (gnus-update-group-mark-positions):
22946         * gnus-sum.el (gnus-update-summary-mark-positions):
22947         * message.el (message-check-news-body-syntax):
22948         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22949         of string-as-multibyte.
22950
22951 2004-10-05  Juri Linkov  <juri@jurta.org>
22952
22953         * gnus-group.el (gnus-update-group-mark-positions):
22954         * gnus-sum.el (gnus-update-summary-mark-positions):
22955         * message.el (message-check-news-body-syntax):
22956         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22957         8-bit unibyte values to a multibyte string for search functions.
22958
22959 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22960
22961         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22962         (mm-uu-dissect-text-parts): New function.
22963
22964         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22965         dissect text parts.
22966
22967         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22968         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22969
22970         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22971
22972         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22973         Use gnus-current-topics instead of gnus-current-topic.
22974
22975 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22976
22977         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22978
22979 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22980
22981         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22982         where appropriate.
22983
22984         * nnml.el (nnml-generate-active-info): do.
22985
22986         * nndiary.el (nndiary-generate-active-info): do.
22987
22988         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22989         (gnus-topic-move): do.
22990
22991         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22992         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22993
22994         * gnus-srvr.el (gnus-server-prepare)
22995         (gnus-server-open-all-servers): do.
22996
22997         * gnus-msg.el (gnus-summary-cancel-article)
22998         (gnus-summary-resend-message)
22999         (gnus-summary-mail-crosspost-complaint): do.
23000
23001         * gnus-move.el (gnus-change-server): do.
23002
23003         * gnus-group.el (gnus-group-unmark-all-groups)
23004         (gnus-group-set-current-level): do.
23005
23006 2004-10-04  Simon Josefsson  <jas@extundo.com>
23007
23008         * message.el (message-generate-hashcash): Doc fix.
23009
23010 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23011
23012         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23013         avoid infinite recursion via gnus-get-function.
23014
23015 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23016
23017         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23018
23019         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23020
23021         * nnmail.el (nnmail-split-history): do.
23022
23023         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23024         (nnml-request-delete-group): do.
23025
23026         * nnslashdot.el (nnslashdot-read-groups): do.
23027
23028         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23029         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23030
23031         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23032         (nnspool-sift-nov-with-sed): Use last.
23033         (nnspool-retrieve-headers-with-nov): Use mapc.
23034         (nnspool-request-newgroups): Use dolist.
23035         (nnspool-request-group): Use last.
23036
23037         * nntp.el (nntp-read-server-type): Use dolist.
23038
23039         * nnvirtual.el (nnvirtual-create-mapping)
23040         (nnvirtual-update-read-and-marked): Use dolist.
23041         (nnvirtual-convert-headers): Simplify.
23042
23043 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23044
23045         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23046         Add support for sync'ing tick marks.
23047
23048 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23049
23050         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23051         there's no visible header.
23052
23053 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23054
23055         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23056         When necessary, pass full group name to gnus-request-set-marks.
23057
23058 2004-10-01  Simon Josefsson  <jas@extundo.com>
23059
23060         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23061         acroread.
23062
23063 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23064
23065         * spam-report.el (spam-report-gmane): Fix interactive.
23066
23067         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23068
23069         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23070         when writing file.
23071         (gnus-agent-synchronize-flags): Don't default to being
23072         interactive.
23073
23074 2004-09-30  Simon Josefsson  <jas@extundo.com>
23075
23076         * message.el (message-generate-hashcash): Add.
23077         (message-send-mail): Use it, call mail-add-payment.
23078
23079 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23080
23081         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23082
23083 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23084
23085         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23086         gnus-requst-update-info with explicit code to sync the in-memory
23087         info read flags with the marks being sync'd to the backend.
23088
23089         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23090
23091 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23092
23093         * spam.el (spam-verify-bogofilter): Add new function.
23094         (spam-check-bogofilter)
23095         (spam-bogofilter-register-with-bogofilter): Use it.
23096         (spam-verify-bogofilter): Add small fixes.
23097
23098 2004-09-28  Simon Josefsson  <jas@extundo.com>
23099
23100         * hashcash.el (hashcash-generate-payment): Revert.
23101
23102 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23103
23104         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23105         Use gnus-extract-references instead of gnus-split-references.
23106
23107         * gnus-util.el (gnus-extract-references): Add new function, analogous
23108         to gnus-split-references but extracts only the message-ID without
23109         anything extra.
23110
23111         * hashcash.el (hashcash-generate-payment)
23112         (hashcash-check-payment): Do the right thing if hashcash-path is
23113         nil (because the hashcash program could not be found).
23114
23115         * spam.el (spam-use-hashcash): Remove comment.
23116
23117 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23118
23119         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23120         (gnus-cache-enter-article, gnus-cache-remove-article)
23121         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23122
23123         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23124
23125         * gnus-art.el (article-hide-boring-headers)
23126         (article-translate-strings, article-display-face)
23127         (gnus-article-mime-match-handle-first)
23128         (gnus-article-highlight-headers)
23129         (gnus-article-add-buttons-to-head): do.
23130
23131 2004-09-27  Simon Josefsson  <jas@extundo.com>
23132
23133         * hashcash.el: New version, from
23134         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23135         ../contrib/.
23136
23137 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23138
23139         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23140
23141 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23142
23143         * gnus-dup.el (gnus-dup-open): Use mapc.
23144         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23145
23146         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23147         Reported by Stefan Wiens <s.wi@gmx.net>.
23148
23149         * gnus.el (gnus-shutdown): Use dolist.
23150
23151         * gnus-undo.el (gnus-undo): Use mapc.
23152
23153         * nnrss.el (nnrss-generate-active): do.
23154
23155         * message.el (message-cite-original-without-signature)
23156         (message-cite-original): Use mapc.
23157         (message-do-actions, message-make-forward-subject): Use dolist.
23158
23159 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23160
23161         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23162         deletion to remove entire duplicate line.  Fixes merged article
23163         number bug.
23164
23165 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23166
23167         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23168         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23169         first ask if you want to open a server and then, even when you
23170         responded with no, asking if you want to synchronize the server's
23171         flags.
23172         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23173         multi-line expressions.
23174         (gnus-agent-synchronize-group-flags): New internal function.
23175         Updates marks in memory (in the info structure) AND in the
23176         backend.
23177
23178         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23179
23180         * nnagent.el (nnagent-request-set-mark):
23181         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23182         method, to ensure that synchronization updates marks in the
23183         backend and in the info (in memory) structure.
23184
23185 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23186
23187         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23188         convention fully; don't miss the root article of a thread; make
23189         the X-Draft-From header with correct article numbers.
23190
23191 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23192
23193         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23194         unless plugged.  Disable the agent so that an open failure causes
23195         an error.
23196
23197         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23198         Revert 2004-09-21 change.  The backend must be opened while
23199         synchronizing flags even when the backend stores the flags
23200         locally.
23201
23202 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23203
23204         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23205         in `header' match.  Reported by Svend Tollak Munkejord.
23206
23207         * message.el (message-cite-original): Fix use of
23208         `message-cite-articles-with-x-no-archive'.
23209
23210 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23211
23212         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23213         (gnus-window-to-buffer): Ditto.
23214
23215         * mml.el (mml-preview-buffer): New variable.
23216         (mml-preview): Manage window layout with gnus-buffer-configuration.
23217
23218         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23219         X-Draft-From header even if those articles aren't quoted.
23220
23221 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23222
23223         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23224         (gnus-request-set-mark, gnus-request-update-mark): Use new
23225         g-s-t-u-l-m to decide to use backend even when unplugged.
23226
23227 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23228
23229         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23230         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23231
23232 2004-09-20  Simon Josefsson  <jas@extundo.com>
23233
23234         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23235         "utf-16-le".
23236
23237 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23238
23239         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23240
23241 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23242
23243         * uudecode.el (uudecode-use-external): Add :version.
23244
23245         * smime.el (smime-CA-file, smime-encrypt-cipher)
23246         (smime-dns-server): Add :version.
23247
23248         * smiley.el (gnus-smiley-file-types): Add :version.
23249
23250         * sha1.el (sha1-use-external): Add :version.
23251
23252         * pgg-def.el (pgg-query-keyserver): Add :version.
23253
23254         * nnmail.el (nnmail-fancy-expiry-targets)
23255         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23256         Add :version.
23257
23258         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23259         (nnimap-retrieve-groups-asynchronous): Add :version.
23260         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23261
23262         * mml.el (mml-content-disposition-parameters)
23263         (mml-insert-mime-headers-always): Add :version.
23264
23265         * mm-util.el (mm-coding-system-priorities): Add :version.
23266
23267         * mm-decode.el (mm-inline-text-html-with-images)
23268         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23269         (mm-verify-option): Add :version.
23270         (mm-text-html-renderer): Change :version.
23271
23272         * message.el (message-fcc-externalize-attachments)
23273         (message-required-headers, message-draft-headers)
23274         (message-subject-trailing-was-query)
23275         (message-subject-trailing-was-ask-regexp)
23276         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23277         (message-mark-insert-end, message-archive-header)
23278         (message-archive-note, message-cross-post-default)
23279         (message-cross-post-note, message-followup-to-note)
23280         (message-cross-post-note-function, message-use-mail-followup-to)
23281         (message-subscribed-address-functions)
23282         (message-subscribed-address-file, message-subscribed-addresses)
23283         (message-subscribed-regexps, message-allow-no-recipients)
23284         (message-yank-cited-prefix, message-signature-insert-empty-line)
23285         (message-hidden-headers, message-hierarchical-addresses)
23286         (message-mail-user-agent, message-use-idna)
23287         (message-valid-fqdn-regexp)
23288         (message-strip-special-text-properties, message-header-synonyms)
23289         (message-beginning-of-line, message-tab-body-function): Add :version.
23290         (message-insert-canlock, message-wide-reply-confirm-recipients):
23291         Change :version.
23292
23293         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23294         and :version.
23295         (mail-source-delete-old-incoming-confirm)
23296         (mail-source-movemail-program): Add :version.
23297
23298         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23299         (gnus-agent-cache, gnus-agent): Change :version.
23300
23301         * gnus-util.el (gnus-use-byte-compile): Change :version.
23302
23303         * gnus-sum.el (gnus-summary-make-false-root-always)
23304         (gnus-summary-default-high-score)
23305         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23306         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23307         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23308         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23309         (gnus-sum-thread-tree-single-indent)
23310         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23311         (gnus-sum-thread-tree-leaf-with-other)
23312         (gnus-sum-thread-tree-single-leaf): Add :version.
23313         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23314         (gnus-article-loose-mime): Change :version.
23315
23316         * gnus-start.el (gnus-backup-startup-file)
23317         (gnus-save-startup-file-via-temp-buffer): Add :version.
23318
23319         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23320         (gnus-server-offline-face): Add :version.
23321
23322         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23323
23324         * gnus-msg.el (gnus-gcc-externalize-attachments)
23325         (gnus-debug-files, gnus-debug-exclude-variables)
23326         (gnus-discouraged-post-methods): Change :version.
23327         (gnus-confirm-mail-reply-to-news)
23328         (gnus-confirm-treat-mail-like-news): Add :version.
23329
23330         * gnus-int.el (gnus-server-unopen-status): Add :version.
23331
23332         * gnus-group.el (gnus-group-jump-to-group-prompt)
23333         (gnus-large-ephemeral-newsgroup)
23334         (gnus-fetch-old-ephemeral-headers): Add :version.
23335
23336         * gnus-fun.el (gnus-x-face-directory)
23337         (gnus-convert-pbm-to-x-face-command)
23338         (gnus-convert-image-to-x-face-command)
23339         (gnus-convert-image-to-face-command): Add :version.
23340
23341         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23342
23343         * gnus-cite.el (gnus-cite-blank-line-after-header)
23344         (gnus-article-boring-faces): Add :version.
23345
23346         * gnus-art.el (gnus-buttonized-mime-types)
23347         (gnus-inhibit-mime-unbuttonizing)
23348         (gnus-treat-display-face)
23349         (gnus-treat-body-boundary): Change :version.
23350         (gnus-body-boundary-delimiter, gnus-picon-databases)
23351         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23352         (gnus-treat-date-english, gnus-treat-fold-headers)
23353         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23354         (gnus-treat-mail-picon, gnus-treat-wash-html)
23355         (gnus-article-encrypt-protocol)
23356         (gnus-use-idna, gnus-article-over-scroll)
23357         (gnus-mime-display-multipart-alternative-as-mixed)
23358         (gnus-mime-display-multipart-related-as-mixed)
23359         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23360         (gnus-ctan-url, gnus-button-ctan-handler)
23361         (gnus-button-handle-ctan-bogus-regexp)
23362         (gnus-button-ctan-directory-regexp)
23363         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23364         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23365         (gnus-button-man-level, gnus-button-emacs-level)
23366         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23367
23368         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23369         (gnus-agent-go-online): Change :version.
23370         (gnus-agent-expire-unagentized-dirs)
23371         (gnus-agent-auto-agentize-methods): Add :version.
23372
23373         * flow-fill.el (fill-flowed-display-column)
23374         (fill-flowed-encode-column): Add :version.
23375
23376         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23377         (gnus-outlook-deuglify-unwrap-max)
23378         (gnus-outlook-deuglify-cite-marks)
23379         (gnus-outlook-deuglify-unwrap-stop-chars)
23380         (gnus-outlook-deuglify-no-wrap-chars)
23381         (gnus-outlook-deuglify-attrib-cut-regexp)
23382         (gnus-outlook-deuglify-attrib-verb-regexp)
23383         (gnus-outlook-deuglify-attrib-end-regexp)
23384         (gnus-outlook-display-hook): Add :version.
23385
23386         * binhex.el (binhex-use-external): Add :version.
23387
23388 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23389
23390         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23391         and `invisible'.
23392
23393 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23394
23395         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23396         in gnus-registry-trim.
23397
23398 2004-09-13  Simon Josefsson  <jas@extundo.com>
23399
23400         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23401
23402         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23403
23404         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23405         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23406         <yamaoka@jpl.org>.
23407         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23408         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23409         <yamaoka@jpl.org>.
23410
23411         * sieve.el (sieve-manage-mode): Ditto.
23412
23413 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23414
23415         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23416
23417 2004-09-11  Simon Josefsson  <jas@extundo.com>
23418
23419         * dns-mode.el: Add.
23420
23421         * mm-view.el (mm-display-dns-inline): Add.
23422
23423         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23424         (mm-automatic-display): Ditto.
23425
23426         * mailcap.el (mailcap-mime-data): Add text/dns.
23427         (mailcap-mime-extensions): Map .soa to text/dns.
23428
23429 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23430
23431         * gnus-art.el (article-decode-mime-words, article-babel)
23432         (gnus-article-highlight-signature, gnus-article-add-buttons)
23433         (gnus-signature-toggle): Remove unnecessary bindings of
23434         `inhibit-read-only' inherited from v5.10 merge.
23435
23436 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23437
23438         * nntp.el (nntp): New customization group.
23439         (nntp-authinfo-file): Add customization group.
23440
23441         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23442
23443         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23444
23445         * gnus.el (to-address, to-list, subscribed)
23446         (large-newsgroup-initial): Ditto.
23447
23448         * flow-fill.el (fill-flowed-display-column)
23449         (fill-flowed-encode-column): Ditto.
23450
23451 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23452
23453         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23454         Use point-min rather than 1.
23455         (message-send-mail): Use buffer-size rather than point-max.
23456
23457         * gnus-sum.el (gnus-summary-search-article-forward):
23458         Signal a specific `search-failed' rather than a generic `error'.
23459
23460         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23461         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23462         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23463
23464 2004-09-10  Simon Josefsson  <jas@extundo.com>
23465
23466         * nndb.el (require): Remove tcp and duplicate cl.
23467
23468 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * gnus-agent.el (directory-files-and-attributes): Move forward.
23471
23472 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23473
23474         * gnus-agent.el (directory-files-and-attributes):
23475         Optionally defined to support XEmacs.
23476
23477 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23478
23479         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23480         to avoid run-time CL dependencies.
23481         (gnus-agent-unfetch-articles): New function.
23482         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23483         article numbers even when local .overview file is missing.
23484         (gnus-agent-read-article-number): New function.  Only accepts
23485         27-bit article numbers.
23486         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23487         Use gnus-agent-read-article-number.
23488         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23489         from backend while recognizing that article numbers in .overview
23490         must be valid.
23491         (gnus-agent-update-files-total-fetched-for):
23492         Use directory-files-and-attributes to improve performance.
23493         * gnus-int.el (gnus-request-move-article):
23494         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23495         improve performance.
23496
23497         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23498         some users confused by references to .newsrc when they only have a
23499         .newsrc.eld file.
23500         (gnus-convert-mark-converter-prompt)
23501         (gnus-convert-converter-needs-prompt): Fix use of property list.
23502         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23503         New function.  Used internally to only display 'gnus converting
23504         files' message when actually necessary.
23505
23506         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23507         methods now autoloaded.
23508
23509 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23512         identifiers.
23513
23514 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23515
23516         * gnus-picon.el: Fix indentation and closing parenthesis.
23517
23518 2004-09-01  Simon Josefsson  <jas@extundo.com>
23519
23520         * message.el (message-canlock-generate): Require sha1, not
23521         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23522         to require within a function.  Sadly, if sha1.el isn't loaded, the
23523         let binding in m-c-g will hide the defcustom definition, which is
23524         bad.)
23525
23526         * canlock.el: Require sha1, not sha1-el.
23527
23528         * message.el: Don't autoload sha1 (there is a autoload cookie in
23529         sha1.el).
23530
23531         * sha1-el.el: Rename to sha1.el.
23532
23533 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23534
23535         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23536
23537 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23538
23539         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23540
23541 2004-08-30  Kim F. Storm  <storm@cua.dk>
23542
23543         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23544
23545         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23546         Add :group 'nnimap.
23547
23548 2004-08-30  Andreas Schwab  <schwab@suse.de>
23549
23550         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23551         ?* and ?\;.
23552
23553         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23554         and ?\' to symbol instead of whitespace.
23555
23556 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23557
23558         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23559
23560         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23561         instead of re-search-forward.
23562
23563         * gnus-uu.el (gnus-uu-save-article): Ditto.
23564         (gnus-uu-post-encode-uuencode): Ditto.
23565
23566         * html2text.el (html2text-clean-list-items): Ditto.
23567         (html2text-clean-dtdd): Ditto.
23568         (html2text-format-tags): Ditto.
23569
23570         * message.el (message-send-mail-with-sendmail): Fix regexp.
23571         (message-fill-field-general): Use search-forward instead of
23572         re-search-forward.
23573         (unbold-region): Ditto.
23574
23575         * nnrss.el (nnrss-request-article): Ditto.
23576
23577         * nnslashdot.el (nnslashdot-request-article): Ditto.
23578
23579         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23580
23581         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23582         "Unrecognized menu descriptor" error in XEmacs.
23583
23584 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23585
23586         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23587         parent article of a sparse article in the thread hashtb.
23588
23589 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23590
23591         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23592         (nnmail-expand-newtext): Lowercase expanded entries if
23593         nnmail-split-lowercase-expanded is non-nil.
23594
23595 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23596
23597         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23598
23599         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23600         of gnus-tmp-news-method into string under XEmacs.  It will be
23601         passed to gnus-correct-length which takes only a string argument.
23602
23603 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23604
23605         * gnus-util.el (gnus-bind-print-variables): New macro.
23606         (gnus-prin1): Use it.
23607         (gnus-prin1-to-string): Use it.
23608         (gnus-pp): New function.
23609         (gnus-pp-to-string): New function.
23610
23611         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23612         Replace pp-to-string with gnus-pp-to-string.
23613         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23614         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23615         * gnus-msg.el (gnus-debug): Ditto.
23616         * gnus-score.el (gnus-score-save): Ditto.
23617         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23618         gnus-pp-to-string.
23619         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23620         with gnus-pp.
23621         * score-mode.el (gnus-score-pretty-print): Ditto.
23622         * webmail.el (webmail-debug): Ditto.
23623
23624 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23625
23626         * gnus-art.el (article-display-face, article-display-x-face):
23627         Use buffer-read-only.
23628
23629 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23630
23631         * gnus-art.el (article-hide-list-identifiers):
23632         Bind inhibit-read-only as t.
23633
23634 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23635
23636         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23637
23638 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23639
23640         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23641         (gnus-narrow-to-page): Don't assume point-min == 1.
23642         (gnus-article-edit-mode): Derive from message-mode.
23643
23644         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23645         point-min == 1.
23646
23647         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23648         Disable incorrect use of `assert'.
23649
23650         * message.el (message-mode): Set comment-start-skip.
23651
23652
23653 2004-08-22  Sam Steingold  <sds@gnu.org>
23654
23655         * pop3.el (pop3-leave-mail-on-server): New user variable.
23656         (pop3-movemail): Delete mail only when it is nil.
23657
23658 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23659
23660         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23661
23662         * mml.el (mml-preview): Use `pop-to-buffer'.
23663
23664         * message.el (message-goto-mail-followup-to): Insert after "To".
23665         (message-carefully-insert-headers): Add comment.
23666
23667         * gnus.el: Remove unused variable `gnus-article-check-size'.
23668
23669         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23670
23671         * gnus-art.el (gnus-button-alist):
23672         Improve `gnus-button-handle-library' entry.
23673
23674 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23675
23676         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23677         Use downcase, since XEmacs capitalizes error messages differently.
23678
23679 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23680
23681         * nntp.el: Add (require 'gnus) due to reference to
23682         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23683
23684 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23685
23686         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23687         Bind `mm-fill-flowed'.
23688
23689         * mm-decode.el (mm-dissect-singlepart): Check it.
23690
23691 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23692
23693         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23694         'imap' for netrc parsing.
23695
23696 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23697
23698         * mailcap.el (mailcap-mime-data): Mark as risky.
23699
23700 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23701
23702         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23703         may be included in the encoded word.
23704         (rfc2047-encode): Don't append a space if the encoded word
23705         includes close parenthesis.
23706
23707 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23708
23709         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23710         of text within parentheses.
23711
23712 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23713
23714         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23715         (gnus-encrypt-write-file-contents): Make the password key the file
23716         name PLUS the cipher, not just the cipher.  Also remove failed
23717         passwords from the cache.
23718
23719 2004-08-06  Simon Josefsson  <jas@extundo.com>
23720
23721         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23722         Doc fix.
23723
23724 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23725
23726         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23727         LWSP.
23728
23729 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23730
23731         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23732         Try to append in-reply-to: data to the references: header.
23733
23734         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23735         (netrc-parse): Use gnus-encrypt.el functions.
23736
23737         * gnus-encrypt.el: Add new file for encryption support; currently
23738         does only a few GPG ciphers and an internal XOR cipher.
23739
23740         * password.el: Add comments on using password-read-and-add.
23741         (password-read-and-add): Add function to read and add the
23742         password to the cache at once.
23743
23744 2004-07-28  Simon Josefsson  <jas@extundo.com>
23745
23746         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23747         parameter (but don't use it, for now).
23748
23749         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23750         instead of hard coding to nil.
23751
23752 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23755         as mm-inline-image-xemacs does.
23756
23757 2004-07-26  Simon Josefsson  <jas@extundo.com>
23758
23759         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23760         Revert part of 2004-07-17 change below.
23761
23762 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23763
23764         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23765         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23766
23767 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23768
23769         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23770         quotes that actually start with ">" at the beginning of the
23771         lines.
23772
23773 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23774
23775         * rfc2047.el (rfc2047-encode-region): Fix last change.
23776         (rfc2047-encode-parameter): Remove useless concat.
23777
23778 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23779
23780         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23781         encode special characters; fix some kind of misconfigured headers;
23782         signal a real error if debug-on-quit or debug-on-error is non-nil.
23783         (rfc2047-encode-max-chars): New variable.
23784         (rfc2047-encode-1): Use it.
23785         (rfc2047-encode-parameter): New function.
23786
23787         * mml.el (mml-insert-parameter): Remove an excessive space.
23788
23789 2004-07-17  Simon Josefsson  <jas@extundo.com>
23790
23791         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23792         Kai Grossjohann <kai@emptydomain.de>.
23793         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23794         (gnus-group-make-menu-bar): Ditto.
23795
23796         * gnus-util.el (gnus-group-server): Add.
23797
23798 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23799
23800         * message.el (message-clone-locals): Clone sendmail and smtp
23801         variables.
23802
23803 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23804
23805         * rfc2047.el (rfc2047-encode-region): Fix last change.
23806
23807 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23808
23809         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23810         characters as non-special.
23811
23812 2004-07-09  Simon Josefsson  <jas@extundo.com>
23813
23814         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23815         Users will lose all flag changes made while unplugged with
23816         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23817         good default.  See numerous reports on ding mailing list.
23818
23819 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23820
23821         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23822         add generate-head-function and generate-article-function to the
23823         rfc822-forward entry.
23824         (nndoc-rfc822-forward-generate-article): New function.
23825         (nndoc-rfc822-forward-generate-head): New function.
23826
23827         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23828
23829 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23830
23831         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23832         respect display group parameter and gnus-summary-expunge-below.
23833         (gnus-articles-to-read): Remove unused reference to display group
23834         parameter.
23835
23836 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23837
23838         * nnheader.el (nnheader-uniquify-message-id): New experimental
23839         variable.
23840         (nnheader-nov-read-message-id): Use it.
23841
23842         * spam-report.el (spam-report-gmane): Add interactive.
23843
23844 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * mm-encode.el (mm-content-transfer-encoding-defaults):
23847         Use qp-or-base64 for the application/* types.
23848
23849 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23850
23851         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23852
23853 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23854
23855         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23856         trim value.
23857
23858 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23859
23860         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23861         New macro and function.
23862         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23863
23864 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23865
23866         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23867         after-load-alist.
23868
23869 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23870
23871         * gnus-group.el (gnus-group-get-new-news-this-group):
23872         Don't update info that isn't there.
23873
23874 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23875
23876         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23877         entry.
23878
23879 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * mm-view.el (mm-inline-render-with-function): Use multibyte
23882         buffer; decode html source by charset.
23883
23884         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23885
23886         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23887         Mule-UCS is loaded under XEmacs.
23888         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23889
23890 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23891
23892         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23893
23894 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23895
23896         * mm-util.el (mm-coding-system-p): Return a coding-system.
23897         (mm-mime-mule-charset-alist): Use shift_jis instead of
23898         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23899         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23900         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23901         instead of japanese-shift-jis and iso-latin-1 respectively in
23902         order to share the default value with both Emacs and XEmacs-mule.
23903         (mm-mule-charset-to-mime-charset):
23904         Make mm-coding-system-priorities effective.
23905         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23906         while predicating of candidates upon the priorities.
23907
23908 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23909
23910         * gnus-sum.el (gnus-summary-make-menu-bar):
23911         Add gnus-uu-invert-processable.
23912
23913         * gnus.el: Autoload gnus-uu-invert-processable.
23914
23915 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23916
23917         * mm-util.el (mm-with-multibyte-buffer): New macro.
23918
23919         * rfc2047.el (rfc2047-encode-string): Use it.
23920         (rfc2047-encode-region): Move point to the end of the region after
23921         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23922
23923 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23924
23925         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23926         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23927
23928 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23931         (gnus-cite-parse): Ignore quoted envelope From_.
23932         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23933
23934 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23935
23936         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23937         invalid addresses.
23938
23939 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23940
23941         * spam.el: Change section markers, revise TODO list.
23942         (spam-backends): Make new master list of all installed backends.
23943         (spam-summary-exit-behavior): Add new variable to determine how
23944         messages moves are done at summary exit.
23945         (spam-move-spam-nonspam-groups-only)
23946         (spam-process-ham-in-nonham-groups)
23947         (spam-process-ham-in-spam-groups): Remove variables, the
23948         spam-summary-exit-behavior variable should be used to manage this
23949         behavior.
23950         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23951         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23952         and spam-old-spam-articles.
23953         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23954         Add empty variables, placeholders for the backends they represent.
23955         (spam-set-difference): Move, unchanged.
23956         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23957         unless the user has a processor variable.
23958         (spam-classifications, spam-classification-valid-p)
23959         (spam-backend-properties, spam-backend-property-valid-p)
23960         (spam-backend-function-type-valid-p)
23961         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23962         (spam-report-articles-gmane, spam-report-articles-resend):
23963         Remove functions, they are not needed.
23964         (spam-install-backend-super, spam-backend-list)
23965         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23966         (spam-backend-function, spam-backend-ham-registration-function)
23967         (spam-backend-spam-registration-function)
23968         (spam-backend-ham-unregistration-function)
23969         (spam-backend-spam-unregistration-function)
23970         (spam-backend-statistical-p, spam-backend-mover-p)
23971         (spam-install-backend-alias, spam-install-checkonly-backend)
23972         (spam-install-mover-backend, spam-install-nocheck-backend)
23973         (spam-install-backend, spam-install-statistical-backend)
23974         (spam-install-statistical-checkonly-backend): Add backend installation
23975         support.
23976         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23977         (spam-group-processor-p): Use the new backend code and respect the
23978         summary exit behavior.
23979         (spam-mark-spam-as-expired-and-move-routine): Remove.
23980         (spam-summary-prepare): Change to use the new spam-old-articles
23981         variable.
23982         (spam-copy-or-move-routine, spam-copy-spam-routine)
23983         (spam-move-spam-routine, spam-copy-ham-routine)
23984         (spam-move-ham-routine): Add code to copy/move ham or spam.
23985         (spam-fetch-field-fast): Improve doc and code, plus allow the
23986         'number request.
23987         (spam-list-of-checks, spam-list-of-statistical-checks):
23988         Remove variables.
23989         (spam-split, spam-find-spam): Use the new backend code.
23990         (spam-registration-functions): Remove variable.
23991         (spam-unregister-routine): Add convenience wrapper.
23992         (spam-log-undo-registration, spam-register-routine)
23993         (spam-log-processing-to-registry)
23994         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23995         where possible.
23996         (spam-check-gmane-xref, spam-check-regex-headers)
23997         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23998         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23999         (spam-check-bogofilter-headers, spam-check-spamoracle)
24000         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24001         (spam-check-crm114-headers): Use the spam-split-group that
24002         spam-split prepares, no need to determine it every time.
24003
24004         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24005         to the nnheader-parse-naked-head call.
24006
24007         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24008
24009         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24010         the nnheader-nov-read-message-id call.
24011
24012 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24015         gnus-activate-group twice.  Suggested by Markus Peter
24016         <warp@spin.de>.
24017
24018 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24019
24020         * gnus-art.el (gnus-article-time-format): Exchange the order of
24021         day and month in the default value; fix customization type.
24022         (article-date-ut): Use add-text-properties.
24023         (article-make-date-line): Use message-make-date instead of
24024         current-time-string.
24025
24026         * message.el (message-fetch-field): Don't use set-text-properties.
24027         (message-make-date): Simplify.
24028
24029         * messagexmas.el (message-xmas-make-date): New function.
24030         (message-xmas-redefine): Defalias message-make-date to it.
24031
24032 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24033
24034         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24035         (rfc2047-encode-region): Treat text within parentheses as special;
24036         show the original text when error has occurred.
24037
24038         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24039         already-computed method to gnus-activate-group.
24040
24041         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24042         same select-methods identical Lisp objects.
24043
24044         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24045         object when modifying the info.
24046
24047 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24048
24049         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24050         gnus-opened-servers since it has never been opened with the new
24051         configuration yet.
24052
24053 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24054
24055         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24056         arg to nnheader-generate-fake-message-id.
24057
24058 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24059
24060         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24061         number and build a fake message ID localized to a group and
24062         article number (so it's repeatable from that point on).
24063         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24064         ID format.
24065
24066         * gnus-sum.el (gnus-get-newsgroup-headers):
24067         Call nnheader-generate-fake-message-id with the article number.
24068
24069 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24070
24071         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24072         end-of-buffer.
24073
24074 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24075
24076         * message.el (message-ignored-supersedes-headers): Add Approved.
24077
24078 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24079
24080         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24081         goto-char.
24082         (rfc2047-encode): Fold the line before encoding.
24083
24084 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24085
24086         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24087         folding -- not all headers can be folded, and this should be done
24088         by the message composition mode.  Probably.  I think.
24089
24090 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24091
24092         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24093         fast.
24094
24095         * gnus-ems.el (gnus-remove-image): Don't use
24096         message-text-with-property; remove only the image found first.
24097
24098         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24099         found first.
24100
24101 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24102
24103         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24104
24105 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24106
24107         * message.el (message-text-with-property): Make it fast and accept
24108         optional arguments.
24109         (message-strip-forbidden-properties): Use it.
24110         (message-fix-before-sending): Follow the m-t-w-p change.
24111
24112         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24113
24114 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24115
24116         * gnus-art.el (article-hide-headers): Don't change the buffer
24117         mistakenly when performing mml-preview even if
24118         gnus-single-article-buffer is nil.
24119
24120 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24121
24122         * message.el (message-expand-name-databases): New user option.
24123         (message-expand-name): Use it.
24124
24125 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24126
24127         * spam.el (spam-report-articles-resend)
24128         (spam-report-resend-register-routine): Allow ham reporting.
24129         (spam-report-resend-register-ham-routine): Add wrapper.
24130         (spam-registration-functions): Add ham resending functions.
24131         (spam-list-of-processors): Add ham resend processor.
24132
24133         * gnus.el (ham-resend-to): Add new group parameter.
24134         (spam-process): Add ham resend option.
24135
24136         * spam-report.el (spam-report-resend): Allow reporting ham.
24137         (spam-report-resend-ham): Add wrapper.
24138
24139 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24140
24141         * message.el (message-cite-articles-with-x-no-archive):
24142         New variable.
24143         (message-cite-original): Use it.
24144
24145 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24146
24147         * message.el (message-cite-original): Respect X-No-Archive.
24148
24149 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24150
24151         * gnus-art.el (article-hide-headers): Refer to the values for
24152         gnus-ignored-headers and gnus-visible-headers in the summary
24153         buffer since a user may have set them as group parameters.
24154
24155 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24156
24157         * assistant.el (assistant-node-name): Add convenience function.
24158         (assistant-render-text, assistant-render-node): Add error handling,
24159         plus handle multiple next nodes.
24160         (assistant-find-next-node): Comment out for now.
24161         (assistant-find-next-nodes): Add function, returns list of next
24162         nodes.
24163
24164 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24165
24166         * mail-source.el (mail-source-directory): Fix doc-string.
24167
24168 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24169
24170         * assistant.el (assistant-render-text, assistant-eval): Add :set
24171         widget type, which is different because it takes and returns a
24172         list.  Much hilarity ensues.
24173
24174 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24175
24176         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24177
24178         * gnus-group.el (gnus-group-get-new-news-this-group):
24179         Add doc-string.
24180
24181         * gnus-start.el (gnus-activate-group): Add doc-string.
24182
24183 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24184
24185         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24186
24187 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24188
24189         * assistant.el (assistant-render-text): Try to add a :set
24190         widget, more to come.
24191
24192         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24193         strings.
24194         (spam-report-articles-resend)
24195         (spam-register-routine): Do registration iff any articles warrant
24196         it.
24197         (spam-summary-prepare-exit): Change log message for nil group
24198         destinations.
24199
24200 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24201
24202         * spam.el (spam-report-resend-register-routine):
24203         Allow spam-report-resend-to to be a group parameter or a global value.
24204
24205 2004-05-26  Simon Josefsson  <jas@extundo.com>
24206
24207         * starttls.el: Merge with my GNUTLS based starttls.el.
24208         (starttls-gnutls-program, starttls-use-gnutls)
24209         (starttls-extra-arguments, starttls-process-connection-type)
24210         (starttls-connect, starttls-failure, starttls-success):
24211         New variables.
24212         (starttls-program, starttls-extra-args): Doc fix.
24213         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24214         New functions.
24215         (starttls-negotiate, starttls-open-stream):
24216         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24217         function if it is set.
24218
24219 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24220
24221         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24222         structured fields.
24223
24224 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24225
24226         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24227
24228 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24229
24230         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24231         Add variable.
24232         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24233         assigning the spam-mark to new messages.
24234
24235 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24236
24237         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24238
24239 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24240
24241         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24242
24243         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24244         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24245         default.
24246
24247 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24248
24249         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24250         correct data.
24251
24252 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24253
24254         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24255         (spam-group-processor-p): Fix function.
24256         (spam-group-processor-multiple-p)
24257         (spam-group-spam-processor-report-gmane-p)
24258         (spam-group-spam-processor-report-resend-p)
24259         (spam-group-spam-processor-bogofilter-p)
24260         (spam-group-spam-processor-blacklist-p)
24261         (spam-group-spam-processor-ifile-p)
24262         (spam-group-ham-processor-ifile-p)
24263         (spam-group-spam-processor-spamoracle-p)
24264         (spam-group-spam-processor-crm114-p)
24265         (spam-group-ham-processor-bogofilter-p)
24266         (spam-group-spam-processor-stat-p)
24267         (spam-group-ham-processor-stat-p)
24268         (spam-group-ham-processor-whitelist-p)
24269         (spam-group-ham-processor-BBDB-p)
24270         (spam-group-ham-processor-spamoracle-p)
24271         (spam-group-ham-processor-copy-p): Remove functions with some
24272         prejudice against unneeded code.
24273         (spam-report-articles-resend)
24274         (spam-report-resend-register-routine): Allow the group/topic
24275         spam-resend-to value to override spam-report-resend-to.
24276         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24277         properly now.
24278
24279         * gnus.el (spam-resend-to): Add group/topic parameter.
24280         (spam-process): Move the OBSOLETE processors to the end of the
24281         choices.
24282
24283 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24284
24285         * spam-report.el (spam-report-resend-to, spam-report-resend):
24286         Start with resend-to set to nil, and then ask the user if necessary.
24287         (spam-report-resend): spam-report-resend takes a list of articles, not
24288         separate article numbers.
24289
24290 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24291
24292         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24293         addition to emacs-w3m.
24294
24295 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24296
24297         * assistant.el (assistant-authinfo-data): New function.
24298         (assistant-eval): Eval for entire assistant.
24299
24300         * netrc.el (netrc-services-file): New variable.
24301         (netrc-parse-services): New function.
24302         (netrc-find-service-name): New function.
24303         (netrc-find-service-number): New function.
24304         (netrc-port-equal): New function.
24305         (netrc-machine): Use it.
24306
24307         * nnimap.el (nnimap-open-connection): Use netrc.
24308
24309         * gnus-util.el (gnus-netrc-get): Remove aliases.
24310
24311         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24312
24313         * assistant.el (wid-edit): Fix compilation.
24314
24315         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24316
24317 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24318
24319         * gnus-util.el (gnus-set-file-modes): New function.  (small
24320         patch).
24321
24322 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24323
24324         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24325
24326         * assistant.el (assistant-render-node): Fix up rendering and
24327         read-only text.
24328         (assistant-render-node): Reset.
24329         (assistant-make-read-only): Not sticky.
24330
24331 2004-05-20  Danny Siu  <dsiu@adobe.com>
24332
24333         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24334         centered even when gnus-auto-center-summary is t.
24335
24336 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24337
24338         * dns.el (dns-get-txt-answer): New function.
24339         (dns-read-txt): Ditto.
24340         (query-dns): Use it.
24341
24342 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24343
24344         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24345         active for foreign groups even if the group level is higher than
24346         the specified value.
24347
24348 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24349
24350         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24351         non-active groups.
24352
24353         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24354
24355 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24356
24357         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24358
24359 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24360
24361         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24362         (spam-crm114-header, spam-crm114-spam-switch)
24363         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24364         (spam-crm114-positive-spam-header)
24365         (spam-crm114-database-directory, spam-list-of-processors)
24366         (spam-group-spam-processor-crm114-p)
24367         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24368         (spam-generic-score, spam-list-of-checks)
24369         (spam-list-of-statistical-checks, spam-registration-functions)
24370         (spam-check-crm114-headers, spam-crm114-score)
24371         (spam-check-crm114, spam-crm114-register-with-crm114)
24372         (spam-crm114-register-spam-routine)
24373         (spam-crm114-unregister-spam-routine)
24374         (spam-crm114-register-ham-routine)
24375         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24376
24377 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24378
24379         * gnus.el: Add spam-use-crm114.
24380
24381         * spam.el (spam-list-of-processors, spam-registration-functions):
24382         Add spam-use-resend.
24383         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24384         (spam-report-articles-gmane): Add doc fix.
24385         (spam-report-articles-resend, spam-report-resend-register-routine):
24386         Add wrappers around spam-report-resend-to.
24387
24388         * spam-report.el (spam-report-resend-to, spam-report-resend):
24389         Add support for resending spam.
24390         (spam-report-gmane): Fix line length >80.
24391
24392         * gnus.el (spam-process): Add spam-use-resend.
24393
24394 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24395
24396         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24397         number of processed spam messages.
24398         (spam-ham-copy-or-move-routine): Return the number of processed
24399         ham messages.
24400         (spam-summary-prepare-exit): Use the above values to decide
24401         whether status messages shouled be displayed.
24402
24403 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24404
24405         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24406         `rfc2047-encoding-function-alist' in order to avoid conflicting
24407         with the old version.
24408         (rfc2047-encode-region): Concatenate words containing non-ASCII
24409         characters in structured fields; don't encode space-delimited
24410         ASCII words even in unstructured fields; don't break words at
24411         char-category boundaries.
24412         (rfc2047-encode-1): New function.
24413         (rfc2047-encode): Use it; encode text so that it occupies the
24414         maximum width within 76-column; work correctly on Q encoding for
24415         iso-2022-* charsets.
24416         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24417         sure not to break a line just after the header name.
24418         (rfc2047-b-encode-region): Remove.
24419         (rfc2047-b-encode-string): New function.
24420         (rfc2047-q-encode-region): Remove.
24421         (rfc2047-q-encode-string): New function.
24422
24423         * mm-util.el (mm-replace-in-string): New function.
24424
24425 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24426
24427         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24428         Really get it right.
24429         (gnus-inews-make-draft): Really.
24430
24431 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24432
24433         * nnmh.el (nnmh-request-list-1): Don't check the link count
24434         before descending.  (small patch)
24435
24436 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24437
24438         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24439         stuff.
24440
24441         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24442         Match on real group name.
24443
24444         * gnus-art.el (gnus-signature-limit): Doc fix.
24445
24446         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24447
24448         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24449
24450 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24451
24452         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24453         isn't a string.
24454
24455 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24456
24457         * gnus-draft.el (gnus-draft-send):
24458         Bind rfc2047-encode-encoded-words.
24459
24460         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24461         (rfc2047-encodable-p): Say that =? needs encoding.
24462         (rfc2047-encode-encoded-words): New variable.
24463
24464         * gnus-group.el (gnus-group-select-group): Doc fix.
24465
24466         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24467
24468         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24469         to nil.
24470
24471         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24472
24473         * nnheader.el (nnheader-get-lines-and-char): New function.
24474
24475 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24476
24477         * gnus-msg.el (gnus-summary-followup-with-original):
24478         Document yanking of region when active.
24479
24480 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24481
24482         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24483         groups if the group level is higher than the specified value.
24484
24485 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24486
24487         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24488         (gnus-group-jump-to-group): Add prefix argument using
24489         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24490         non-active group.
24491
24492         * compface.el (uncompface): Be verbose when changing
24493         `uncompface-use-external'.
24494
24495         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24496         handle manual section.
24497
24498 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24499
24500         * gnus-art.el (gnus-button-alist): Revert previous change.
24501
24502 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24503
24504         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24505
24506 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24507
24508         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24509         whether backend can accept message.
24510
24511         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24512
24513 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24514
24515         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24516         Avoid creating directory when nntp-marks-is-evil is true.
24517         Reported by Reiner Steib.
24518
24519 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24520
24521         * gnus-picon.el (gnus-picon-insert-glyph):
24522         Add optional `nostring' argument.
24523
24524 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24525
24526         * gnus-picon.el (gnus-picon-style): New variable.
24527         (gnus-picon-transform-address): Support `gnus-picon-style'.
24528
24529 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24530
24531         * message.el (message-fill-field): Return point.
24532         (message-generate-headers): Go to end of field.
24533
24534         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24535         stuff for non-living groups.
24536
24537 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24538
24539         * gnus-art.el (gnus-article-followup-with-original)
24540         (gnus-article-reply-with-original): gnus-mark-active-p ->
24541         gnus-region-active-p.
24542
24543 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24544
24545         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24546         only when there is spam or ham to be processed.
24547
24548 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24549
24550         * mail-source.el (mail-source-delete-crash-box): Refactor.
24551         (mail-source-fetch): Use it.
24552         (mail-source-fetch-file): Ditto.
24553         (mail-source-fetch-directory): Run postscript in loop.
24554         (mail-source-fetch-pop): Delete.
24555         (mail-source-fetch-maildir): Ditto.
24556         (mail-source-fetch-imap): Ditto.
24557
24558         * imap.el (imap-authenticators): Comment out sasl.
24559
24560         * message.el (message-skip-to-next-address): New function.
24561         (message-fill-header-address): Refactor.
24562         (message-fill-address): Use it.
24563         (message-delete-address): Use it.
24564         (message-fill-header-general): Refactor.
24565         (message-fill-field-address): Rename.
24566         (message-narrow-to-field): Find the start of the header.
24567         (message-header-format-alist): Don't pre-fill.
24568         (message-fill-header): Remove.
24569         (message-insert-header): New function.
24570         (message-shorten-references): Use it.
24571
24572         * rfc2047.el (rfc2047-field-value): Strip props.
24573
24574         * mail-parse.el (mail-header-make-address): New alias.
24575
24576         * ietf-drums.el (ietf-drums-make-address): New function.
24577
24578         * imap.el: Add compiler directives.
24579
24580         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24581
24582         * gnus-art.el (article-decode-idna-rhs): Don't use
24583         message-idna-inside-rhs-p.
24584
24585 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24586
24587         * message.el (message-idna-inside-rhs-p): Remove.
24588         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24589
24590         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24591         false positives.
24592
24593 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24594
24595         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24596
24597 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24598
24599         * nneething.el (nneething-file-name): Don't create spurious
24600         files.
24601
24602         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24603         (gnus-inews-do-gcc): Remove sleep.
24604
24605         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24606         part under point.
24607
24608         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24609         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24610
24611 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24612
24613         * spam.el (spam-summary-prepare-exit): Fix (length).
24614
24615 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24616
24617         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24618         as expired without moving it" message when there are spam
24619         messages left.
24620
24621 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24622
24623         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24624         header is not nil.
24625
24626 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24627
24628         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24629         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24630         (nntp-marks-changed-p): New arg SERVER.
24631         (nntp-request-update-info): Adjust caller.
24632
24633 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24634
24635         * nntp.el (nntp-save-marks): Pass missing arg.
24636
24637 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24638
24639         * nntp.el: Support marks.
24640         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24641         (nntp-marks-modtime, nntp-marks-directory): New variables.
24642         (nntp-request-set-mark, nntp-request-update-info)
24643         (nntp-possibly-create-directory, nntp-marks-changed-p)
24644         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24645         New functions.
24646
24647 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24648
24649         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24650         (gnus-xmas-redefine): Rename.
24651
24652         * gnus-score.el (gnus-score-insert-help):
24653         Use gnus-select-lowest-window.
24654
24655         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24656         appt-select-lowest-window and rename to gnus-select-lowest-window.
24657
24658         * gnus.el: do.
24659
24660 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24661
24662         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24663         encodings of MIME-encoded words, in order to improve
24664         interoperability with several broken MUAs.
24665
24666 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24667
24668         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24669         tags, only when charsets are not specified in headers.
24670         (mm-inline-text-html-render-with-w3m): Ditto.
24671
24672         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24673         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24674
24675 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24676
24677         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24678         instead of MIME-decoded from fields when checking
24679         `gnus-article-address-banner-alist'.
24680
24681 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24682
24683         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24684         description rather than subject.
24685
24686 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24687
24688         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24689
24690 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24691
24692         * gnus.el (gnus-version-number): Bump.
24693
24694 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24695
24696         * gnus.el: No Gnus v0.2 is released.
24697
24698 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24699
24700         * gnus-agent.el (gnus-agent-read-agentview):
24701         Inline gnus-uncompress-range.
24702
24703 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24704
24705         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24706         `exec-installed-p'.
24707
24708 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24709
24710         * gnus.el (spam-process, spam-autodetect-methods):
24711         Add bsfilter and bsfilter-headers.
24712
24713         * spam.el (spam-bsfilter): New customize group.
24714         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24715         (spam-bsfilter-header, spam-bsfilter-probability-header)
24716         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24717         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24718         (spam-bsfilter-database-directory): New options.
24719         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24720         (spam-list-of-statistical-checks, spam-registration-functions):
24721         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24722         (spam-bsfilter-score): New command.
24723         (spam-check-bsfilter-headers, spam-check-bsfilter)
24724         (spam-bsfilter-register-with-bsfilter)
24725         (spam-bsfilter-register-spam-routine)
24726         (spam-bsfilter-unregister-spam-routine)
24727         (spam-bsfilter-register-ham-routine)
24728         (spam-bsfilter-unregister-ham-routine): New functions.
24729         (spam-generic-score): Support bsfilter; Accept an optional argument
24730         to recalcurate spam score even if scoring header has already been
24731         added.
24732         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24733         optional argument to recalcurate spam score even if scoring header
24734         has already been added.
24735
24736 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24737
24738         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24739         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24740         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24741         link is missing.
24742
24743 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24744
24745         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24746         (html2text-get-attr): Rewrite.
24747
24748         * message.el (message-setup-1): Remove redundant put-text-property
24749         on mail-header-separator.
24750
24751 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24752
24753         * gnus-registry.el (gnus-registry-cache-whitespace)
24754         (gnus-registry-action, gnus-registry-spool-action)
24755         (gnus-registry-split-fancy-with-parent): Change message levels
24756         from 5 to 3 or 7, as needed.
24757
24758         * spam.el (spam-summary-prepare-exit)
24759         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24760         (spam-split, spam-find-spam, spam-log-undo-registration)
24761         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24762         level from 5 to 6.
24763
24764 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24765
24766         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24767         2004-03-04 change).
24768
24769 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24770
24771         * sieve-manage.el (sieve-manage-open):
24772         * nnweb.el (nnweb-insert-html):
24773         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24774         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24775         * nnspool.el (nnspool-request-group):
24776         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24777         * nnml.el (nnml-request-update-info):
24778         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24779         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24780         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24781         (nnimap-request-set-mark):
24782         * nnfolder.el (nnfolder-request-update-info):
24783         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24784         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24785         * gnus-uu.el (gnus-uu-find-articles-matching):
24786         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24787         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24788         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24789         * gnus-nocem.el (gnus-nocem-scan-groups):
24790         * gnus-int.el (gnus-start-news-server):
24791         * gnus-group.el (gnus-group-make-kiboze-group)
24792         (gnus-group-browse-foreign-server):
24793         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24794         Use mapc when appropriate.
24795
24796 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24797             Adam Sjøgren  <asjo@koldfront.dk>
24798             Wes Hardaker  <wes@hardakers.net>
24799             Michael Shields  <shields@msrl.com>
24800
24801         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24802         may need for spam sorting and scoring.
24803         (spam-user-format-function-S): Add user format function suitable for
24804         general use.
24805         (spam-article-sort-by-spam-status): Add sorting function for summary
24806         sorting.
24807         (spam-extra-header-to-number): Add function to get a score from a
24808         header.
24809         (spam-summary-score): Add function to get a numeric score from the
24810         headers.
24811         (spam-generic-score): Fix function doc, was in wrong place.
24812         (spam-initialize): Take symbols when it's run, and install the
24813         extra headers that spam-necessary-extra-headers thinks we need.
24814
24815 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24816
24817         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24818         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24819
24820 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24821
24822         * gnus-sum.el (gnus-set-global-variables)
24823         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24824         (gnus-article-get-xrefs, gnus-summary-best-group)
24825         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24826         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24827         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24828         Use with-current-buffer.
24829
24830 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24831
24832         * spam.el (spam-summary-prepare-exit): Simplify logic.
24833         (spam-fetch-article-header): Read the article header if it's not
24834         available.
24835         (spam-list-articles): Simplify logic.
24836         (spam-filelist-register-routine): Fix bug with unregister-list.
24837
24838         * gnus-registry.el: Fix comments at beginning.
24839
24840 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24841
24842         * message.el (message-cater-to-broken-inn): Remove.
24843         (message-shorten-references): Make sure the total folded length of
24844         References is shorter than 998 characters to cater to a bug in INN
24845         2.3.  Also, don't pretend that references aren't folded -- this
24846         hasn't worked for a while.
24847
24848 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24849
24850         * gnus-agent.el (gnus-agentize):
24851         gnus-agent-send-mail-real-function no longer set to current value
24852         of message-send-mail-function but rather a lambda that calls
24853         message-send-mail-function.  The change makes the agent real-time
24854         responsive to user changes to message-send-mail-function.
24855
24856 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24857
24858         * legacy-gnus-agent.el
24859         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24860         help from Florian Weimer <fw@deneb.enyo.de>
24861
24862 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * nnmail.el (nnmail-cache-insert): Revert last change.
24865
24866 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24867
24868         * nnmail.el (nnmail-cache-insert): Always check whether
24869         nnmail-cache-ignore-groups matches a group name.
24870
24871 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24872
24873         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24874         (spam-find-spam, spam-log-processing-to-registry)
24875         (spam-log-registered-p, spam-log-unregistration-needed-p)
24876         (spam-log-undo-registration): Use gnus-message instead of
24877         gnus-error, none of these errors are fatal.
24878
24879         * gnus-registry.el (gnus-registry-clean-empty-function)
24880         (gnus-registry-clean-empty): Remove only empty entries without
24881         extra data.
24882
24883 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24884
24885         * spam-stat.el (spam-stat-buffer-change-to-spam)
24886         (spam-stat-buffer-change-to-non-spam): Change (error) to
24887         (gnus-message 8) invocation.
24888
24889 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24890
24891         * nntp.el (nntp-via-netcat-command): New variable.
24892         (nntp-via-netcat-switches): New variable.
24893         (nntp-open-via-rlogin-and-netcat): New function.
24894         (nntp-open-connection-function): Doc fix.
24895         (nntp-telnet-command): Doc fix.
24896         (nntp-end-of-line): Doc fix.
24897         (nntp-via-rlogin-command): Doc fix.
24898         (nntp-via-user-name): Doc fix.
24899         (nntp-via-address): Doc fix.
24900
24901 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24902
24903         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24904         error in Emacs 21.1.
24905
24906 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24907
24908         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24909
24910 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24911
24912         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24913         (gnus-agent-with-refreshed-group): New macro.
24914         (gnus-agent-rename-group): New function.
24915         (gnus-agent-delete-group): New function.
24916         (gnus-agent-save-group-info): Use gnus-command-method when
24917         `method' parameter is nil.  Don't write nil entries into the
24918         active file.
24919         (gnus-agent-get-group-info): New function.
24920         (gnus-agent-fetch-articles):
24921         Use gnus-agent-update-files-total-fetched-for to increment disk space
24922         used.
24923         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24924         Use gnus-agent-update-view-total-fetched-for to increment disk space
24925         used.
24926         (gnus-agent-get-local): Add optional parameters to avoid calling
24927         gnus-group-real-name and gnus-find-method-for-group.
24928         (gnus-agent-set-local): Delete stored entry if either min, or max,
24929         are nil.
24930         (gnus-agent-fetch-session): Reworded error/quit messages.
24931         On quit, use gnus-agent-regenerate-group to record existance of any
24932         articles fetched to disk before the quit occurred.
24933         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24934         gnus-agent-update-view-total-fetched-for, and
24935         gnus-agent-update-files-total-fetched-for to decrement disk space
24936         used.
24937         (gnus-agent-retrieve-headers):
24938         Use gnus-agent-update-view-total-fetched-for to increment disk space
24939         used.
24940         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24941         with gnus-agent-update-files-total-fetched-for to decrement disk
24942         space and fresh group buffer.
24943         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24944         (gnus-agent-need-update-total-fetched-for): New variable.
24945         (gnus-agent-update-files-total-fetched-for): New function.
24946         (gnus-agent-update-view-total-fetched-for): New function.
24947         (gnus-agent-total-fetched-for): New function.
24948
24949         * gnus-cache.el (gnus-cache-save-buffers):
24950         Use gnus-cache-update-overview-total-fetched-for to change disk space
24951         used by this group.
24952         (gnus-cache-possibly-enter-article):
24953         Use gnus-cache-update-file-total-fetched-for to increment disk space
24954         used by this group.
24955         (gnus-cache-possibly-remove-article):
24956         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24957         used by this group.
24958         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24959         (gnus-cache-rename-group): New function.
24960         (gnus-cache-delete-group): New function.
24961         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24962         (gnus-cache-need-update-total-fetched-for): New variable.
24963         (gnus-cache-with-refreshed-group): New macro.
24964         (gnus-cache-update-file-total-fetched-for): New function.
24965         (gnus-cache-update-overview-total-fetched-for): New function.
24966         (gnus-cache-rename-group-total-fetched-for): New function.
24967         (gnus-cache-delete-group-total-fetched-for): New function.
24968         (gnus-cache-total-fetched-for): New function.
24969
24970         * gnus-group.el: Require gnus-sum and autoload functions to
24971         resolve warnings when gnus-group.el compiled alone.
24972         (gnus-group-line-format): Documented new %F.
24973         (size of Fetched data) group line format; identifies disk space
24974         used by agent and cache.
24975         (gnus-group-line-format-alist): Defined new F format.
24976         (gnus-total-fetched-for): New function.
24977         (gnus-group-delete-group): No longer update
24978         gnus-cache-active-altered as gnus-request-delete-group now keeps
24979         the cache in sync.
24980         (gnus-group-list-active): Let the agent store a server's active
24981         list if currently plugged.
24982
24983         * gnus-int.el (gnus-request-delete-group):
24984         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24985         local disk in sync with the server.
24986         (gnus-request-rename-group):
24987         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24988         local disk in sync with the server.
24989
24990         * gnus-start.el (gnus-get-unread-articles):
24991         Cosmetic simplification to logic.
24992
24993         * gnus-util.el (gnus-rename-file): New function.
24994
24995 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24996
24997         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24998
24999 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25000
25001         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25002         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25003
25004 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25005
25006         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25007         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25008
25009 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25010
25011         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25012
25013 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25014
25015         * spam.el (spam-set-difference): Add function to replace
25016         gnus-set-difference in spam.el.
25017         (spam-summary-prepare-exit): Use spam-set-difference.
25018
25019 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25020
25021         * gnus-registry.el (gnus-registry-cache-file): Update to use
25022         gnus-dribble-directory OR gnus-home-directory OR ~.
25023         (gnus-registry-split-fancy-with-parent): Fix doc.
25024
25025 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25026
25027         * message.el (message-exchange-point-and-mark):
25028         Use message-mark-active-p.  Suggested by Jesper Harder
25029         <harder@ifa.au.dk>.
25030
25031 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * message.el (message-exchange-point-and-mark): Don't activate
25034         region if it was inactive.  Suggested by Hiroshi Fujishima
25035         <pooh@nature.tsukuba.ac.jp>.
25036
25037 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25038
25039         * gnus-art.el (article-display-face): Display Faces in the same
25040         order as X-Faces.
25041
25042 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25043
25044         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25045
25046 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25047
25048         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25049         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25050         (gnus-article-mime-hierarchy): Remove.
25051         (gnus-article-mime-hierarchy-next): Remove.
25052         (gnus-article-mode): Revert 2004-03-19 change.
25053         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25054         (gnus-insert-mime-button): Revert 2004-03-19 change.
25055         (gnus-mime-accumulate-hierarchy): Remove.
25056         (gnus-mime-enter-multipart): Remove.
25057         (gnus-mime-leave-multipart): Remove.
25058         (gnus-mime-display-part): Revert 2004-03-19 change.
25059         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25060
25061         * mml.el (mml-preview): Revert 2004-03-19 change.
25062
25063 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25064
25065         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25066
25067 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25068
25069         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25070         t while entering a file name using the mm-with-multibyte macro.
25071         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25072
25073         * mm-util.el (mm-with-multibyte): New macro.
25074
25075 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25076
25077         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25078         New user option.
25079         (gnus-mime-multipart-functions): Doc and customization fix.
25080         (gnus-article-mime-hierarchy): New variable.
25081         (gnus-article-mime-hierarchy-next): New variable.
25082         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25083         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25084         gnus-article-mime-hierarchy-next to nil.
25085         (gnus-insert-mime-button): Show hierarchy numbers.
25086         (gnus-mime-accumulate-hierarchy): New function.
25087         (gnus-mime-enter-multipart): New function.
25088         (gnus-mime-leave-multipart): New function.
25089         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25090         (gnus-mime-display-alternative): Show hierarchy numbers.
25091
25092         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25093         gnus-article-mime-hierarchy-next to nil.
25094
25095 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25096
25097         * dns.el: Don't require gnus-xmas.
25098
25099 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25100
25101         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25102         inline PGP.
25103         (mml-menu): Disable mml-quote-region if mark is inactive.
25104
25105 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25106
25107         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25108         when the group's active is not available.
25109
25110 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25111
25112         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25113         error.
25114
25115 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25116
25117         * imap.el (imap-store-password): New variable.
25118         (imap-interactive-login): Use it.
25119         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25120
25121 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25122
25123         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25124         window-start and hscroll to summary window.
25125
25126 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25127
25128         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25129         conversion message to newsrc-dribble when an actual conversion is
25130         performed.
25131
25132 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25133
25134         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25135
25136 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25137
25138         * mm-decode.el (mm-complicated-handles): New function reviving
25139         former definition of mm-multiple-handles.
25140
25141         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25142         (gnus-mime-delete-part): Use it.
25143
25144 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25145
25146         * gnus-agent.el (gnus-agent-read-local):
25147         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25148         avoid the implicit assumption that they will always be equal.
25149         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25150         coding-system-for-write, as the with-temp-file macro first prints
25151         to a buffer then saves the buffer.
25152
25153 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25154
25155         * gnus-art.el (gnus-article-edit-part): New function.
25156         (gnus-mime-save-part-and-strip): Use it; do query instead of
25157         signaling an error; don't use mm-multiple-handles.
25158         (gnus-mime-delete-part): Ditto.
25159
25160 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25161
25162         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25163         old file versions.
25164         (gnus-group-prepare-hook): Remove function that converted list
25165         form of gnus-agent-expire-days to group properties.
25166
25167         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25168         (gnus-request-accept-article): Re-indented.
25169
25170         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25171         converters to handle old agent file formats.  Add logic for a
25172         "backup before upgrading warning".
25173         (gnus-convert-mark-converter-prompt): Developers can mark
25174         functions as needing (default), or not needing,
25175         gnus-convert-old-newsrc's "backup before upgrading warning".
25176         (gnus-convert-converter-needs-prompt): Tests whether the user
25177         should be protected from potentially irreversable changes by the
25178         function.
25179
25180         * legacy-gnus-agent.el: New.  Provides converters that are only
25181         loaded when gnus-convert-old-newsrc needs to call them.
25182
25183 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25184
25185         * mail-source.el (mail-source-touch-pop): Doc fix.
25186
25187         * message.el (message-smtpmail-send-it): Doc fix.
25188
25189 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25190
25191         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25192
25193         * nnmail.el (nnmail-split-fancy): do.
25194
25195         * gnus-kill.el (gnus-kill, gnus-execute): do.
25196
25197 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25198
25199         * gnus-sum.el (gnus-widget-reversible-match)
25200         (gnus-widget-reversible-to-internal)
25201         (gnus-widget-reversible-to-external): New functions.
25202         (gnus-widget-reversible): New widget.
25203         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25204
25205 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25206
25207         * gnus-sum.el (gnus-thread-sort-functions)
25208         (gnus-article-sort-functions): Document `(not F)' items.
25209
25210 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25211
25212         * spam.el (spam-use-gmane-xref): Add new backend.
25213         (spam-gmane-xref-spam-group): Add variable to control the name of the
25214         Gmane spam group.
25215         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25216         (spam-regex-headers-spam, spam-regex-headers-ham)
25217         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25218         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25219         backends and checks.
25220         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25221
25222         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25223         an autodetect method.
25224
25225 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25226
25227         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25228         articles are being added to a group.
25229         (gnus-request-replace-article): Inform the agent that articles
25230         need to be uncached as the cached contents are no longer valid.
25231
25232 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25233
25234         * binhex.el: Don't autoload executable-find.
25235
25236         * canlock.el: Don't autoload mail-fetch-field.
25237
25238         * dgnushack.el: Autoload c-mode for XEmacs.
25239
25240         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25241
25242         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25243         rmail-dont-reply-to and rmail-output.
25244
25245         * gnus-score.el: Don't autoload ffap-string-at-point.
25246
25247         * gnus-setup.el: Don't autoload sc-cite-original.
25248
25249         * imap.el: Don't autoload base64-decode-string,
25250         base64-encode-string and md5.
25251
25252         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25253         and rmail-msg-restore-non-pruned-header.
25254
25255         * mm-decode.el: Don't autoload executable-find.
25256
25257         * mm-url.el: Don't autoload executable-find.
25258
25259         * mm-view.el: Don't autoload diff-mode.
25260
25261         * nndb.el: Don't autoload news-reply-mode, news-setup,
25262         cancel-timer and telnet.
25263
25264         * password.el: Don't autoload run-at-time for Emacs.
25265
25266         * sha1-el.el: Don't autoload executable-find.
25267
25268         * sieve-mode.el: Don't autoload c-mode.
25269
25270         * uudecode.el: Don't autoload executable-find.
25271
25272 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25273
25274         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25275         (gnus-agent-possibly-alter-active): Avoid null in numeric
25276         comparison.
25277         (gnus-agent-set-local): Refuse to save null in local object table.
25278         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25279         list of articles that will be marked as unread.
25280
25281 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25282
25283         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25284
25285 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25286
25287         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25288         language tags.
25289
25290 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25291
25292         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25293         Don't bind "obarray".
25294
25295         * gnus-sum.el (gnus-thread-sort-functions):
25296         Add `gnus-thread-sort-by-most-recent-number' and
25297         `gnus-thread-sort-by-most-recent-date'.
25298         Reported by Kai Grossjohann <kai@emptydomain.de>.
25299
25300 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25301
25302         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25303
25304 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25305
25306         * gnus-cus.el (gnus-agent-customize-category):
25307         Remove ignore-errors macro reference that required cl to be loaded at
25308         run-time.
25309
25310         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25311         single-interval range of the form (min . max).  Previously the
25312         range had to look like ((min . max)).  Likewise, return
25313         (min . max) rather than ((min . max)).
25314         (gnus-range-map): Use gnus-range-normalize to accept
25315         single-interval range.
25316
25317         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25318         the cache, but not the agent, now appear with their usual face.
25319
25320         * dgnushack.el (loaddir): New variable that is bound to the
25321         directory containing the dgnushack.el file. Use loaddir, rather
25322         than srcdir, to update load-path. Change lets dgnushack compile
25323         code in directories other than GNUS/lisp.
25324
25325 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25326
25327         * lpath.el: Don't bind w3m-safe-url-regexp.
25328
25329         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25330         w3m-safe-url-regexp variable buffer-local.
25331
25332         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25333
25334 2004-02-27  Simon Josefsson  <jas@extundo.com>
25335
25336         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25337         gnus-group-real-prefix.
25338         (gnus-summary-move-article): Use it, instead of
25339         gnus-group-real-prefix.
25340
25341 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25342
25343         * lpath.el: Bind w3m-safe-url-regexp.
25344
25345         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25346         w3m-safe-url-regexp variable buffer-local and set it as the value
25347         of mm-w3m-safe-url-regexp.
25348
25349         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25350
25351         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25352         parsing gnus-posting-styles when the message is not for replying.
25353
25354         * dgnushack.el: Autoload sgml-mode for XEmacs.
25355
25356         * nnrss.el (nnrss-opml-export):
25357         Use mm-set-buffer-file-coding-system instead of
25358         set-buffer-file-coding-system.
25359
25360 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25361
25362         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25363         of checkdoc.el).
25364         * nnrss.el: do.
25365         * gnus-mlspl.el: do.
25366         * gnus-ml.el: do.
25367         * gnus-srvr.el: do.
25368
25369         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25370
25371 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25372
25373         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25374         Corrections to custom-manual links.
25375
25376         * gnus-art.el (gnus-article): Ditto.
25377
25378         * mm-decode.el (mime-display, mime-security): Ditto.
25379
25380 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25381
25382         * flow-fill.el: Typo.
25383
25384 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25385
25386         * spam-wash.el: New file.
25387
25388 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25389
25390         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25391
25392 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25393
25394         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25395         to be run with new-articles as LIST1, not LIST2.
25396         (spam-registration-functions): Add spam-use-ham-copy as a nil
25397         registration backend.
25398
25399 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25400
25401         * spam-stat.el (spam-stat-washing-hook): New option.
25402         (spam-stat-buffer-words): Use it.
25403         (spam-stat-process-directory, spam-stat-test-directory):
25404         Use insert-file-contents-literally.
25405         (spam-stat-coding-system): New variable.
25406         (spam-stat-load, spam-stat-save): Use it.
25407
25408 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25409
25410         * spam-report.el (spam-report-plug-agent):
25411         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25412
25413 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25414
25415         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25416         Allow / in mailto URLs.
25417
25418 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25419
25420         * spam-report.el (spam-report-process-queue): Fix interactive use.
25421         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25422         (spam-report-unplug-agent): Doc fixes.
25423         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25424         (spam-report-agentize, spam-report-deagentize): Autoload.
25425
25426 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25427
25428         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25429
25430         * message.el (message-setup-fill-variables): Add mml tags to
25431         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25432         <ajk@iu.edu>.
25433         (message-mode): Don't modify paragraph-separate there.
25434
25435 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25436
25437         * compface.el (uncompface-use-external): Default to undecided.
25438         (uncompface-use-external-threshold): New variable.
25439         (uncompface-float-time): New macro.
25440         (uncompface): Determine whether to use the external decoder if
25441         uncompface-use-external is undecided.
25442
25443 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25444
25445         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25446         after images.
25447
25448         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25449
25450 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25451
25452         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25453
25454         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25455
25456         * gnus-sum.el (gnus-summary-limit-to-age)
25457         (gnus-summary-limit-children): do.
25458
25459         * gnus-int.el (gnus-request-scan): do.
25460
25461         * gnus-group.el (gnus-group-suspend): do.
25462
25463         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25464
25465         * gnus-cite.el (gnus-cite-parse-attributions): do.
25466
25467         * gnus-agent.el (gnus-summary-set-agent-mark)
25468         (gnus-agent-regenerate-group): do.
25469
25470         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25471
25472         * binhex.el (binhex-decode-region-internal): do.
25473
25474 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25475
25476         * gnus-fun.el (gnus-face-properties-alist): New user option.
25477         (gnus-display-x-face-in-from): Use it.
25478
25479         * gnus-art.el (article-display-face): Ditto.
25480
25481         * compface.el (uncompface-use-external): Default to nil.
25482
25483 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25484
25485         * nntp.el (nntp-erase-buffer): New function.
25486         (nntp-retrieve-data, nntp-send-command)
25487         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25488         (nntp-possibly-change-group): Use it.
25489
25490         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25491         Use with-current-buffer.
25492
25493 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25494
25495         * compface.el: Merge the ELisp-based uncompface program.
25496         (compface): New customization group.
25497         (uncompface-use-external): New user option.
25498         (uncompface): Call uncompface-internal if uncompface-use-external
25499         is nil.
25500         (uncompface-internal): New function.  Note that there are also
25501         some other functions and variables added for this function.
25502
25503 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25504
25505         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25506         if necessary.
25507
25508 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25509
25510         * spam-report.el (spam-report-unplug-agent)
25511         (spam-report-plug-agent, spam-report-deagentize)
25512         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25513         Add support for the Agent in spam-report: when unplugged, report to a
25514         file; when plugged, submit all the requests.
25515
25516         * spam.el (spam-register-routine): Fix message about
25517         registration.
25518
25519 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25520
25521         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25522         dependencies.
25523         (rfc2047-encode): Use it.
25524
25525         * gnus-art.el (gnus-button-marker-list): Move before first
25526         reference.
25527
25528         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25529         (imap-parse-body): Fix format string mismatch.
25530
25531         * gnus-score.el (gnus-summary-increase-score): do.
25532
25533         * nnrss.el (nnrss-close): New function.
25534
25535 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25536
25537         * nnrss.el (nnrss-make-filename): New function.
25538         (nnrss-request-delete-group, nnrss-read-server-data)
25539         (nnrss-save-server-data, nnrss-read-group-data)
25540         (nnrss-save-group-data): Use it.
25541         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25542         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25543         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25544
25545 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25546
25547         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25548
25549 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25550
25551         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25552         files.
25553
25554         * message.el (message-generate-headers-first): Don't quote nil
25555         and t in docstrings.
25556
25557         * imap.el (imap-id): do.
25558
25559         * gnus-agent.el (gnus-agent-consider-all-articles)
25560         (gnus-agent-queue-mail): do.
25561
25562 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25563
25564         * spam-report.el (spam-report-process-queue): New function.
25565         Process requests from `spam-report-requests-file'.
25566         (spam-report-process-queue): Doc fix.
25567
25568 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25569
25570         * spam.el (spam-register-routine)
25571         (spam-log-processing-to-registry, spam-log-registered-p)
25572         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25573         Change "check" to "spam-check" for semi-clarity.
25574
25575 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25576
25577         * pop3.el: Require nnheader.
25578
25579         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25580
25581         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25582
25583         * gnus-picon.el: Require cl.
25584
25585         * gnus-fun.el: Require gnus-ems and gnus-util.
25586
25587         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25588
25589         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25590
25591         * gnus-art.el (gnus-article-edit-mode): Define before first
25592         reference.
25593
25594 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25595
25596         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25597         (gnus-uu-post-encoded): Use point-at-bol.
25598
25599         * gnus-topic.el (gnus-group-active-topic-p): do.
25600
25601         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25602
25603         * gnus-group.el (gnus-group-kill-region): do.
25604
25605         * gnus-art.el (article-date-ut): do.
25606
25607         * message.el (message-fetch-field): Remove redundant
25608         case-fold-search binding.
25609         (message-narrow-to-field): Simplify.
25610
25611 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25612
25613         * spam.el (spam-directory): Derive from `gnus-directory'.
25614
25615         * spam-report.el (spam-report-url-to-file)
25616         (spam-report-requests-file): New function and variable for offline
25617         reporting.
25618         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25619         and user defined function.
25620         (spam-report-url-ping-mm-url): Remove doubled slash.
25621
25622 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25623
25624         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25625
25626 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25627
25628         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25629         Fix format string mismatch.
25630
25631         * sieve.el (sieve-deactivate-all): do.
25632
25633         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25634
25635         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25636
25637         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25638
25639         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25640
25641 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25642
25643         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25644         the list of checks.
25645
25646 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25647
25648         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25649         padding.
25650
25651 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25652
25653         * mm-view.el (mm-fill-flowed): New variable.
25654         (mm-inline-text): Use it.
25655
25656 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25657
25658         * spam.el (spam-spamassassin-register-ham-routine)
25659         (spam-spamassassin-register-spam-routine): Fix function names.
25660
25661 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25662
25663         * gnus.el (gnus-tmp-grouplens): Remove.
25664         (gnus-summary-line-format): Remove grouplens.
25665
25666         * gnus-group.el (gnus-group-line-format): Ditto.
25667
25668         * gnus-spec.el (gnus-format-specs): Ditto.
25669         (gnus-update-format-specifications): Flush the group format spec
25670         cache if there's the grouplens stuff.
25671         (gnus-parse-simple-format): Replace %l with the empty string.
25672
25673 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25674
25675         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25676         omission.
25677
25678 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25679
25680         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25681         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25682
25683 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25684
25685         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25686         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25687         New macros and functions.
25688         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25689         Handle > NLINK_MAX messages.
25690         * nnmaildir.el (nnmaildir-request-set-mark):
25691         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25692
25693 2004-01-25  Alex Schroeder  <alex@gnu.org>
25694
25695         * spam-stat.el (spam-stat-process-directory-age): New option.
25696         (spam-stat-process-directory): Use it.
25697
25698 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25699
25700         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25701         (spam-stat-save): Accept prefix argument.
25702
25703 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25704
25705         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25706         links" error.
25707
25708 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25709
25710         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25711         the rest of the and/or forms.
25712
25713 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25714
25715         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25716         compatibility with old .newsrc.eld files.
25717
25718         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25719
25720         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25721
25722         * gnus-start.el (gnus-1): do.
25723
25724         * gnus-group.el (gnus-group-line-format-alist): do.
25725
25726         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25727
25728         * gnus-gl.el: Remove.
25729
25730 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25731
25732         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25733         marks consisting of a single range {for example, (3 . 5)} rather
25734         than a list of a single range { ((3 . 5)) }.
25735
25736 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25737
25738         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25739         Use with-current-buffer.
25740         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25741         avoid consing a string.
25742
25743         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25744         Remove obsolete entries for big5 and gb2312.
25745
25746 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25747
25748         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25749         uncompressed list.
25750
25751 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25752
25753         * spam-stat.el (spam-stat-strip-xref): New function.
25754         (spam-stat-process-directory): Use it.
25755
25756         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25757         here -- it's done in message-fetch-field.
25758
25759 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25760
25761         * gnus-agent.el (gnus-agent-queue-mail)
25762         (gnus-agent-prompt-send-queue): New variables.
25763         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25764         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25765         "nndraft:queue" along to gnus-draft-send.
25766         Use gnus-agent-prompt-send-queue.
25767         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25768         is "nndraft:queue".  Suggested by Gaute Strokkenes
25769         <gs234@srcf.ucam.org>
25770
25771         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25772         (agent-enable-undownloaded-faces): Add.
25773         (gnus-agent-cat-groups): Use eval-and-compile, not
25774         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25775         method of gnus-agent-cat-groups even when the buffer has been
25776         evaled.
25777         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25778         delete gnus-agent-save-active-1.
25779         (gnus-agent-save-groups): Delete.  Identical to
25780         gnus-agent-save-active.
25781         (gnus-agent-write-active): No longer adjust agent's copy of active
25782         file as agent's adjustments are now stored in their own
25783         file.  Remove optional parameter.
25784         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25785         servers.  Add use of min/max range limits from server's local
25786         file.
25787         (gnus-agent-save-alist): Remove unused optional argument.
25788         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25789         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25790         (gnus-agent-set-local): A per-server file that keeps min/max range
25791         limits for articles known to the agent.  Provides a fast mechanism
25792         for altering many active ranges.
25793         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25794         active file (local makes it unnecessary).
25795         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25796
25797         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25798         (agent-enable-undownloaded-faces): Add.
25799
25800         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25801         disable it when sending to "nndraft:queue".
25802         (gnus-group-send-queue): Add safety check to avoid sending queue
25803         when unplugged.
25804
25805         * gnus-group.el (gnus-group-catchup): Use new
25806         gnus-sequence-of-unread-articles, not
25807         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25808         numbers of articles.  Use gnus-range-map to avoid having to
25809         uncompress the unread list.
25810         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25811         Fix invalid ange-ftp reference.
25812
25813         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25814         (gnus-sorted-range-intersection): Intersection of two ranges
25815         without requiring that they first be uncompressed.
25816
25817         * gnus-start.el (gnus-activate-group): Unless blocked by the
25818         caller, possibly expand the active range to include both cached
25819         and agentized articles.
25820         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25821         multiple version-dependent converters.
25822         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25823         gnus-agent-save-active.
25824         (gnus-save-newsrc-file): Save dirty agent range limits.
25825
25826         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25827         gnus-agent-possibly-alter-active.
25828         (gnus-adjust-marked-articles): Faster handling of simple lists.
25829
25830 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25831
25832         * spam-stat.el (spam-stat-test-directory): New optional argument
25833         displays a list of files detected.  Suggested by Andrew Cohen
25834         <cohen@andy.bu.edu>.
25835         (spam-stat-buffer-words-with-scores): Don't narrow and change
25836         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25837
25838 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25839
25840         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25841         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25842         (spam-spamassassin-arguments)
25843         (spam-spamassassin-spam-flag-header)
25844         (spam-spamassassin-positive-spam-flag-header)
25845         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25846         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25847         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25848         (spam-list-of-processors, spam-list-of-checks)
25849         (spam-list-of-statistical-checks, spam-registration-functions)
25850         (spam-check-spamassassin-headers, spam-check-spamassassin)
25851         (spam-spamassassin-score)
25852         (spam-spamassassin-register-with-sa-learn)
25853         (spam-spamassassin-register-spam-routine)
25854         (spam-spamassassin-register-ham-routine)
25855         (spam-assassin-register-spam-routine)
25856         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25857         (spam-bogofilter-score): Fix to show article before scoring.
25858
25859 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25860
25861         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25862         default scoring function.
25863         (spam-generic-score): Call spam-spamassassin-score if
25864         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25865         spam-bogofilter-score otherwise.
25866
25867         * gnus.el (spam-process, spam-autodetect-methods):
25868         Add spamassassin and spamassassin-headers.
25869
25870 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25871
25872         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25873         Suppress unnecessary messages.
25874
25875 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25876
25877         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25878         make-hash-table.
25879
25880 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25881
25882         * canlock.el (base64-encode-string): Don't autoload it.
25883
25884 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25885
25886         * run-at-time.el: Remove useless (require 'itimer),
25887         eval-and-compile and (featurep 'xemacs).
25888
25889 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25890
25891         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25892         GROUP is a virtual group.
25893
25894 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25895
25896         * gnus.el: Autoload `message-y-or-n-p'.
25897
25898 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25899
25900         * pgg-parse.el: Remove unnecessary (require 'custom).
25901
25902         * pgg-def.el: do.
25903
25904         * nnmail.el: do.
25905
25906         * gnus-undo.el: do.
25907
25908         * gnus-picon.el: do.
25909
25910         * gnus-util.el: do.
25911
25912 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25913
25914         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25915
25916 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25917
25918         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25919         handle, as well as a list.
25920
25921         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25922         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25923         (mm-w3m-cid-retrieve): Simplify.
25924
25925 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25926
25927         * message.el (message-kill-to-signature): Allow prefix arg to
25928         specify number of lines to keep before signature.
25929
25930 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25931
25932         * message.el (message-kill-to-signature): Change docstring.
25933
25934 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25935
25936         * canlock.el: Always require sha1-el.
25937         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25938
25939         * message.el: Autoload sha1 only when compiling.
25940
25941         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25942         eudc-expand-inline for XEmacs.
25943
25944 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25945
25946         * message.el (message-canlock-generate): Require sha1-el.
25947
25948 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25949
25950         * message.el (message-expand-name): Silence the byte compiler.
25951
25952         * lpath.el: Add detect-coding-system.
25953
25954         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25955         cus-edit.
25956
25957 2004-01-13  Simon Josefsson  <jas@extundo.com>
25958
25959         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25960         Invoke gnus-score-mode.
25961         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25962
25963         * gnus-range.el (gnus-compress-sequence): Doc fix.
25964         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25965
25966 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25967
25968         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25969
25970 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25971
25972         * spam.el (spam-get-article-as-string): Update to use
25973         gnus-request-article-this-buffer, much simpler.
25974         (spam-get-article-as-buffer): Remove.
25975
25976 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25977
25978         * message.el (message-expand-name): Use EUDC if the user uses that.
25979
25980 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25981
25982         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25983         character for the encoding to avoid consing a string.
25984
25985         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25986         unnecessarily.
25987
25988         * mm-util.el (mm-replace-chars-in-string): Remove.
25989
25990         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25991         of mm-replace-chars-in-string.
25992
25993 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25994
25995         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25996
25997         * mm-util.el (mm-subst-char-in-string): Support inplace.
25998
25999         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26000         a new string in every iteration.  Use shy groups.
26001
26002 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26003
26004         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26005         * gnus-soup.el (gnus-soup-group-brew):
26006         * gnus-msg.el (gnus-put-message):
26007         * gnus-move.el (gnus-group-move-group-to-server):
26008         * gnus-kill.el (gnus-batch-score):
26009         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26010         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26011         (gnus-group-update-group, gnus-group-read-group)
26012         (gnus-group-make-group, gnus-group-make-help-group)
26013         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26014         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26015         (gnus-group-sort-by-unread, gnus-group-catchup)
26016         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26017         (gnus-group-yank-group, gnus-group-set-info)
26018         (gnus-group-list-groups):
26019         * gnus.el (gnus-generate-new-group-name):
26020         * gnus-delay.el (gnus-delay-send-queue):
26021         * nnvirtual.el (nnvirtual-catchup-group):
26022         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26023         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26024         (gnus-group-prepare-topics, gnus-topic-check-topology):
26025         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26026         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26027         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26028         (gnus-group-make-articles-read):
26029         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26030         (gnus-group-change-level, gnus-kill-newsgroup)
26031         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26032         (gnus-get-unread-articles, gnus-make-articles-unread)
26033         (gnus-make-ascending-articles-unread): Use accessor
26034         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26035         to get group information for improved readability.
26036
26037
26038 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26039
26040         * gnus-art.el (article-decode-mime-words, article-babel)
26041         (gnus-article-highlight-signature, gnus-article-add-buttons)
26042         (gnus-signature-toggle): Use gnus-with-article-buffer.
26043
26044         * gnus-art.el (gnus-article-highlight-headers)
26045         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26046
26047         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26048         (gnus-article-set-globals, gnus-request-article-this-buffer)
26049         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26050         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26051         (gnus-mime-display-alternative): Use with-current-buffer.
26052
26053 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26054
26055         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26056         also under 80 char limit, and call gnus-error if needed.
26057         (spam-fetch-article-header): Fix - it was a
26058         buffer-local variable (gnus-newsgroup-data).
26059         (spam-find-spam): Use spam-generate-fake-headers, forget about
26060         spam-insert-fake-headers.
26061         (spam-insert-fake-headers): Remove.
26062
26063 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26064
26065         * deuglify.el (gnus-article-outlook-unwrap-lines)
26066         (gnus-outlook-rearrange-article)
26067         (gnus-outlook-repair-attribution-outlook)
26068         (gnus-outlook-repair-attribution-block)
26069         (gnus-outlook-repair-attribution-other): Remove redundant
26070         save-excursion.
26071
26072 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26073
26074         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26075         (spam-fetch-field-subject-fast)
26076         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26077         (spam-fetch-article-header): Add functions to deal with Gnus
26078         internals for fast retrieval of article header data.
26079         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26080
26081 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26082
26083         * pop3.el (pop3-md5): Remove.
26084         (pop3-apop): Replace pop3-md5 with md5.
26085
26086         * mm-bodies.el: base64 is always built-in.
26087
26088         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26089         Use with-current-buffer.
26090
26091 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26092
26093         * canlock.el (canlock-insert-header): Remove excessive grouping in
26094         regexp.
26095
26096         * gnus-sum.el (gnus-summary-read-document): Ditto.
26097
26098         * gnus-uu.el (gnus-uu-part-number): Ditto.
26099
26100         * html2text.el (html2text-remove-tags): Ditto.
26101         (html2text-format-tags): Ditto.
26102         (html2text-format-single-elements): Ditto.
26103
26104         * mml.el (mml-parse-1): Ditto.
26105
26106 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26107
26108         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26109
26110         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26111
26112         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26113
26114         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26115
26116 2003-11-15  Simon Josefsson  <jas@extundo.com>
26117
26118         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26119         (pgg-gpg-lookup-key): Use regexp match instead of
26120         split-string (split-string is different between emacs 21.2 and
26121         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26122
26123 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26124
26125         * gnus-art.el (gnus-mime-view-all-parts)
26126         (gnus-article-part-wrapper, gnus-article-view-part):
26127         Use with-current-buffer.
26128
26129 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26130
26131         * spam.el (spam-disable-spam-split-during-ham-respool)
26132         (spam-spamoracle-database, spam-cache-lookups)
26133         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26134         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26135         (spam-group-ham-marks, spam-group-spam-marks)
26136         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26137         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26138         also add spam-use-blackholes to the statistical checks.
26139         (spam-fetch-field-fast): Add interface to fetching fields, may
26140         become a macro.
26141         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26142         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26143         (spam-insert-fake-headers): Fake an article when needed.
26144         (spam-find-spam): Fake article when possible.
26145         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26146         (spam-check-bogofilter-headers): Use message-fetch-field instead
26147         of nnmail-fetch-field.
26148
26149 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26150
26151         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26152
26153 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26154
26155         * spam.el (spam-split): Do not require spam-use-CHECK to be
26156         enabled if that check is passed to spam-split explicitly; also
26157         fix so 'spam doesn't get converted to spam-split-group when
26158         spam-split-symbolic-return is t.
26159         (spam-find-spam): Find registrations of the article and use those
26160         instead of re-running spam-split to find the spam/ham
26161         classification of the article.
26162         (spam-log-processing-to-registry, spam-log-registered-p)
26163         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26164         Use gnus-error instead of gnus-message.
26165         (spam-log-registration-type): Add function to determine the
26166         classification of a message based on registry entries; will
26167         return nil if both 'spam and 'ham are found.
26168         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26169         a reasonably fast local cache without the loading errors.
26170         (spam-cache-lookups): Set to t by default.
26171         (spam-find-spam): Don't try to guess spam-cache-lookups.
26172         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26173         spam-caches entry.
26174         (spam-filelist-build-cache, spam-filelist-check-cache):
26175         Fix caching of whitelist/blacklist entries.
26176         (spam-check-whitelist, spam-check-blacklist):
26177         Invoke spam-from-listed-p with a type, not a cache variable.
26178         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26179
26180 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26181
26182         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26183
26184         * nnmail.el (nnmail-split-fancy): do.
26185
26186         * mml.el (mml-parse): do.
26187
26188         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26189         (gnus-score-adaptive): do.
26190
26191 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26192
26193         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26194         (gnus-mime-button-map): Don't set keymap parent.
26195         (gnus-button-ctan-directory-regexp): Use shy grouping.
26196         (gnus-prev-page-map): Don't set keymap parent.
26197         (gnus-prev-page-map): Remove duplicated one.
26198         (gnus-next-page-map): Don't set keymap parent.
26199         (gnus-mime-security-button-map): Ditto.
26200
26201         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26202         version number.
26203
26204         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26205
26206 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26207
26208         * canlock.el (canlock-sha1-function): Remove.
26209         (canlock-sha1-function-for-verify): Remove.
26210         (canlock-openssl-program): Remove.
26211         (canlock-openssl-args): Remove.
26212         (canlock-ignore-errors): Remove.
26213         (canlock-sha1-with-openssl): Remove.
26214         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26215         (canlock-verify): Don't use canlock-ignore-errors.
26216
26217         * sha1-el.el (sha1-string-external): Make it can return a string
26218         in binary form.
26219         (sha1-region-external): Ditto.
26220         (sha1-string-internal): Ditto.
26221         (sha1-region-internal): Ditto.
26222         (sha1-region): Ditto.
26223         (sha1-string): Ditto.
26224         (sha1): Ditto.
26225
26226 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26227
26228         * spam.el (spam-report-articles-gmane): New command.
26229
26230 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26231
26232         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26233
26234         * run-at-time.el (run-at-time-saved): Remove.
26235         (run-at-time): Doc fix.
26236
26237 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26238
26239         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26240         (gnus-summary-limit-map): Add it.
26241         (gnus-summary-make-menu-bar): do.
26242
26243 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26244
26245         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26246         Make attempt at some caching support (done for BBDB only now).
26247         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26248         addresses to be checked.
26249         (spam-clear-cache-BBDB): Add function, to be invoked by
26250         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26251         (spam-check-BBDB): Check and use the caches, if
26252         spam-cache-lookups is on, remove superfluous (provide).
26253
26254 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26255
26256         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26257
26258 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26259
26260         * run-at-time.el (run-at-time-saved): Move to after the definition
26261         of `run-at-time'.
26262
26263         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26264
26265 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26266
26267         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26268         mm-w3m-local-map-property.
26269
26270         * mm-view.el (mm-w3m-mode-map): Remove.
26271         (mm-w3m-local-map-property): Remove.
26272         (mm-inline-text-html-render-with-w3m): Don't use
26273         mm-w3m-local-map-property.
26274
26275 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26276
26277         * run-at-time.el: New file.
26278
26279         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26280         under Emacs.
26281
26282         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26283         of gnus-set-text-properties.
26284
26285         * gnus-uu.el (gnus-uu-save-article): Ditto.
26286
26287         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26288
26289         * gnus-cite.el (gnus-cite-parse): Ditto.
26290
26291         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26292         of gnus-.
26293
26294         * gnus-xmas.el (run-at-time): Require run-at-time.
26295
26296         * gnus.el: Change calls to nnheader-run-at-time and
26297         password-run-at-time throughout to use run-at-time directly.
26298
26299         * password.el: Remove definition of run-at-time.
26300
26301         * nnheaderxm.el: Remove definition of run-at-time.
26302
26303 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26304
26305         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26306         in prompt.
26307
26308 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26309
26310         * messagexmas.el (message-xmas-redefine): Alias
26311         `message-make-caesar-translation-table' to
26312         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26313         version.
26314
26315         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26316         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26317         `gnus-xmas-set-text-properties'.
26318         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26319         `gnus-xmas-completing-read'.
26320         (gnus-xmas-completing-read): Removed.
26321         (gnus-xmas-open-network-stream): Removed.
26322
26323         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26324         XEmacs version.
26325
26326         * dns.el (dns-make-network-process): Use `open-network-stream'
26327         instead of `gnus-xmas-open-network-stream'.
26328
26329         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26330
26331         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26332
26333 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26334
26335         * gnus-art.el (gnus-mime-display-alternative)
26336         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26337         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26338         Don't use gnus-local-map-property.
26339
26340         * gnus-util.el (gnus-local-map-property): Remove.
26341
26342         * mm-view.el (mm-view-pkcs7-decrypt):
26343         Replace gnus-completing-read-maybe-default with completing-read.
26344
26345         * gnus-util.el (gnus-completing-read): do.
26346         (gnus-completing-read-maybe-default): Remove.
26347
26348 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26349
26350         * password.el: Only autoload `run-at-time' if not XEmacs.
26351         Only autoload the itimer functions if XEmacs.
26352
26353 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26354
26355         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26356         XEmacsen.
26357
26358         * dgnushack.el: Autoload executable-find for XEmacs.
26359
26360 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26361
26362         * gnus-art.el (gnus-read-string): Remove.
26363         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26364         read-string.
26365
26366 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26367
26368         * netrc.el: Autoload password-read.
26369         (netrc): Add configuration group.
26370         (netrc-encoding-method, netrc-openssl-path):
26371         Add variables for encoding and decoding of files with symmetric
26372         ciphers.
26373         (netrc-encode): Add assistant function to encode a file with
26374         netrc-encoding-method.
26375         (netrc-parse): Add interactive parameter, added optional
26376         decoding if netrc-encoding-method is non-nil but otherwise
26377         behavior is standard.
26378         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26379         Do s/encode/encrypt/ everywhere.
26380
26381         * spam.el: Remove executable-find autoload.
26382
26383 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26384
26385         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26386
26387         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26388
26389 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26390
26391         * gnus-art.el (gnus-treat-ansi-sequences)
26392         (article-treat-ansi-sequences): New variable and function.
26393         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26394
26395         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26396         Use it.
26397
26398 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26399
26400         * mm-util.el (mm-quote-arg): Remove.
26401
26402         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26403         shell-quote-argument.
26404
26405         * gnus-uu.el (gnus-uu-command): do.
26406
26407         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26408
26409         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26410         with make-char.
26411
26412         * mm-util.el (mm-make-char): Remove.
26413
26414         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26415         add-minor-mode.
26416
26417         * gnus-undo.el (gnus-undo-mode): do.
26418
26419         * gnus-topic.el (gnus-topic-mode): do.
26420
26421         * gnus-sum.el (gnus-dead-summary-mode): do.
26422
26423         * gnus-start.el (gnus-slave-mode): do.
26424
26425         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26426
26427         * gnus-ml.el (gnus-mailing-list-mode): do.
26428
26429         * gnus-gl.el (gnus-grouplens-mode): do.
26430
26431         * gnus-draft.el (gnus-draft-mode): do.
26432
26433         * gnus-dired.el (gnus-dired-mode): do.
26434
26435         * gnus-ems.el (gnus-add-minor-mode): Remove.
26436
26437         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26438         Replace gnus-char-width with char-width.
26439
26440         * gnus-ems.el (gnus-char-width): Remove.
26441
26442         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26443         Replace gnus-char-width with char-width.
26444
26445         * gnus-ems.el (gnus-char-width): Remove.
26446
26447         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26448         definition.
26449         Remove Emacs 20 hash table compatibility code.
26450
26451         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26452         20 compatibility code.
26453
26454         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26455
26456         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26457
26458         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26459         Replace with point-at-{eol,bol}.
26460
26461         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26462
26463         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26464
26465         * flow-fill.el (fill-flowed-point-at-bol)
26466         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26467
26468         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26469         Replace with point-at-{eol,bol} throughout all files.
26470
26471 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26472
26473         * ntlm.el (ntlm-string-as-unibyte): New macro.
26474         (ntlm-build-auth-response): Use it.
26475
26476         Remove Emacs 20 stuff:
26477         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26478         (butlast, mapc, remove): Remove the compiler macros.
26479         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26480         of delq and copy-sequence.
26481         * gnus-art.el (popup-menu): Remove the compiler macro.
26482         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26483         Emacs 20.
26484
26485 2004-01-05  Simon Josefsson  <jas@extundo.com>
26486
26487         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26488         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26489         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26490         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26491         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26492         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26493         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26494         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26495         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26496         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26497         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26498         string-xor into ntlm-string-xor.
26499         Suggested by Jesper Harder <harder@myrealbox.com>.
26500
26501         * ntlm.el: Don't include poem.
26502
26503         * md4.el (print-int32, print-string-hexa): Remove.
26504         Suggested by Jesper Harder <harder@myrealbox.com>.
26505
26506         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26507
26508         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26509         probably breaks emacs with DL patch, but do we care? Is anyone
26510         still using the DL stuff?)
26511
26512         * sieve-manage.el: Use the password package.
26513         (sieve-manage-read-passwd): Remove.
26514         (sieve-manage-interactive-login): Use password.  Re-add
26515         condition-case around loop.
26516
26517         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26518         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26519         Use the password package.
26520
26521 2003-02-19  Simon Josefsson  <jas@extundo.com>
26522
26523         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26524         token.
26525
26526 2002-08-07  Simon Josefsson  <jas@extundo.com>
26527
26528         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26529         (sieve-manage-authenticators):
26530         (sieve-manage-authenticator-alist): Add some SASL mechs.
26531         (sieve-sasl-auth): New function.
26532         (sieve-manage-cram-md5-auth):
26533         (sieve-manage-plain-auth): Rewrite using SASL library.
26534         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26535         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26536         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26537         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26538
26539 2004-01-05  Simon Josefsson  <jas@extundo.com>
26540
26541         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26542         New files.
26543
26544 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26545
26546         * gnus-group.el (gnus-no-groups-message): Update.
26547
26548         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26549
26550 2003-11-09  Simon Josefsson  <jas@extundo.com>
26551
26552         * imap.el: Support for ID IMAP extension (RFC 2971).
26553         (imap-local-variables): Add imap-id.
26554         (imap-id): New variable.
26555         (imap-id): New function.
26556         (imap-parse-response): Parse untagged ID response.
26557         * nnimap.el (nnimap-id): New variable.
26558         (nnimap-open-connection): Use it.
26559
26560 2003-12-28  Simon Josefsson  <jas@extundo.com>
26561
26562         * gnus-score.el (gnus-score-edit-all-score): New.
26563         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26564
26565 2004-01-04  Simon Josefsson  <jas@extundo.com>
26566
26567         * password.el: Add.
26568
26569 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26570
26571         * dns.el (dns-query-types): Fix typo.
26572         (dns-query-types): New function.
26573         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26574         PTR and SOA replies, see RFC 1035.
26575
26576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26577
26578         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26579
26580         * Move to Changelog.2.
26581
26582 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26583
26584         * gnus.el (gnus-version-number): Bump version.
26585
26586 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26587
26588         * gnus.el: No Gnus v0.1 is released.
26589
26590 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26591
26592         * gnus.el: No Gnus v0.0 is released.
26593
26594 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26595
26596         * gnus.el (gnus-version-number): Bump.
26597         (gnus-version): No.
26598
26599 See ChangeLog.2 for earlier changes.
26600
26601   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26602
26603   This file is part of GNU Emacs.
26604
26605   GNU Emacs is free software: you can redistribute it and/or modify
26606   it under the terms of the GNU General Public License as published by
26607   the Free Software Foundation, either version 3 of the License, or
26608   (at your option) any later version.
26609
26610   GNU Emacs is distributed in the hope that it will be useful,
26611   but WITHOUT ANY WARRANTY; without even the implied warranty of
26612   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26613   GNU General Public License for more details.
26614
26615   You should have received a copy of the GNU General Public License
26616   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26617
26618 ;; Local Variables:
26619 ;; coding: utf-8
26620 ;; fill-column: 79
26621 ;; add-log-time-zone-rule: t
26622 ;; End: