mm-decode.el (mm-display-external): Try to delete temporary files by using a 1-min...
[gnus] / lisp / ChangeLog
1 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-decode.el (mm-display-external): Try to delete temporary files by
4         using a 1-min. timer.
5
6 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
9         New internal variables.
10         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
11         (mm-display-external): Use it to delete temporary files instead of
12         using timers.
13
14 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
17
18 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
19
20         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
21         with cond for backwards compatability.
22
23 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * mm-decode.el (mm-display-external): Bind process-connection-type to
26         nil; don't delete a temp file immediately even if a viewer finishes,
27         since it may be a shell script, like xdg-open, that launches a real
28         viewer program belatedly.
29
30 2013-08-05  Dave Abrahams  <dave@boostpro.com>
31
32         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
33         that we can create nndoc groups that excerpt other groups.
34
35 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * gnus-delay.el (gnus-delay-article): Fix typo.
38
39         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
40         articles.
41
42         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
43         we can get spell-checking etc.
44
45 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
48         a single one used for encoding the whole text in a header.
49
50 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
53         doesn't work properly on XEmacs.
54
55 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
58         before sending.
59
60         * dgnushack.el (dgnushack-compile): Add a temporary check for
61         gnus-icalendar.
62
63         * mm-decode.el (mm-command-output): New face.
64         (mm-display-external): Use it.
65
66 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
67
68         * nnmbox.el (nnmbox-request-article): Don't change point.
69
70 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
73         Include `handle' parameter.
74
75 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
76
77         * gnus-icalendar.el: New file.
78
79 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
82
83         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
84         dummy roots, too.
85
86 2013-08-01  David Edmondson  <dme@dme.org>
87
88         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
89         out on ttys.
90
91 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
94         not empty.
95
96         * nnrss.el (nnrss-discover-feed): Indent.
97
98 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
101
102 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
105         dirty to ensure nnimap data being saved.
106
107 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
108
109         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
110         menu entry.
111
112         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
113         the current thread's total score instead of the current article's
114         score.
115
116         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
117         (gnus-sort-threads-recursively): Delete defcustom.
118         (gnus-sort-threads-recursive): Adapt accordingly.
119
120 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
121
122         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
123         (gnus-sort-threads-recursive): Use it.
124         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
125         again.  Now that determines how to sort subthreads.
126
127 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
128
129         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
130         (gnus-sort-threads): Use it.
131
132 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
133
134         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
135         punctuation characters follow parentheses (bug#14950).
136
137 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * gnus.el (gnus-continuum-version):
140         * gnus-msg.el (gnus-extended-version): Simplify.
141
142         * gnus.el (gnus-continuum-version-1): Remove.
143         * gnus-msg.el (gnus-bug): Revert.
144
145         Calculate gnus-version correctly on Cygwin.
146
147         * gnus.el (gnus-continuum-version): Do main calculations in integers.
148         (gnus-continuum-version-1): New function, return a string.
149
150         * gnus-msg.el (gnus-extended-version, gnus-bug):
151         Use gnus-continuum-version-1 instead of gnus-continuum-version.
152
153 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
154
155         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
156         (bug#13384).
157
158 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
161         that were only relevant in a development version a long time ago.
162
163 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
166         that the old Emacs 24s bundle.
167
168 2013-07-10  David Engster  <deng@randomsample.de>
169
170         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
171         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
172         fixes a bug in Emacs trunk where the 'unexist' marks were always
173         removed at startup because "Gnus v5.13" was considered smaller than "Ma
174         Gnus v0.03".
175
176 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
177
178         * gnus.el (gnus-summary-line-format): Reference
179         `gnus-user-date-format-alist' for the &user-date; format, not
180         `gnus-summary-user-date-format-alist'.
181
182 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
185         delete files (bug#13481).
186
187 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
188
189         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
190
191 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
192
193         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
194         display images.
195
196         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
197
198         * message.el (message-cancel-news): According to
199         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
200         preferred over "cmsg cancel" in the Subject.
201
202         * nnir.el (nnir-engines): Note that the group specs are regexps
203         (bug#13238).
204
205         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
206         gotten read-only text properties, ensure that those aren't heeded when
207         copying stuff over (bug#13434).
208
209         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
210         (bug#13762).
211
212 2013-07-05  David Kastrup  <dak@gnu.org>
213
214         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
215         authinfo file again (important for blank passwords).  This had been
216         broken with 2013-06-15 change.
217
218 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
221         Revert 2013-01-14 change.
222
223 2013-07-02  Daiki Ueno  <ueno@gnu.org>
224
225         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
226         of 'create-image' for XEmacs compatibility; check errors when decoding
227         image.  Reported by Uwe Brauer.
228
229 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
232         gnus-button-push revised at 2011-01-19.
233
234 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
237         now live in the lisp/net Emacs 24 repository.
238
239 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * eww.el (eww-update-header-line-format): Quote % characters.
242
243 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * eww.el (eww-process-text-input): Display passwords as asterisks.
246
247         * shr.el (shr-make-table-1): Protect against invalid column-spans.
248
249 2013-06-19  Tom Tromey  <tromey@redhat.com>
250
251         * eww.el (eww-top-url): Remove.
252         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
253         (eww-render): Set new variables.  Don't set eww-top-url.
254         (eww-handle-link): Handle "prev", "home", and "contents".
255         Downcase the rel text.
256         (eww-top-url): Choose best top URL.
257
258 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * eww.el: Rewrite to implement form elements "by hand" instead of
261         relying in widget.el.  Using widget.el leads to too many
262         user interface inconsistencies.
263         (eww-self-insert): Implement entering commands in text fields.
264         (eww-process-text-input): New function to make text input field editing
265         work.
266         (eww-submit): Rewrite to use the new-style form methods.
267         (eww-select-display): Display the correct selected item.
268         (eww-change-select): Implement changing the select value.
269         (eww-toggle-checkbox): Implement radio/checkboxes.
270         (eww-update-field): Fix compilation error.
271         (eww-tag-textarea): Implement <textarea>.
272
273         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
274         don't shadow mode-specific bindings.
275
276         * eww.el (eww-browse-url): Don't push stuff onto history if there's
277         nothing to push.
278
279         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
280
281 2013-06-19  Glenn Morris  <rgm@gnu.org>
282
283         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
284
285 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
288
289 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * shr.el (shr-make-table-1): Implement <td rowspan>.
292         (shr-table-horizontal-line): Allow nil as a value, and change the
293         default.
294         (shr-insert-table-ruler): Respect the nil value.
295
296 2013-06-18  Tom Tromey  <tromey@barimba>
297
298         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
299         New defvars.
300         (eww-open-file): New defun.
301         (eww-render): Initialize new variables.
302         (eww-display-html): Handle "link" and "a".
303         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
304         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
305         (eww-back-url): Rename from eww-previous-url.
306         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
307         defuns.
308
309 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * shr.el (shr-tag-table): Insert the images after the table, so that
312         they're not covered by the table colourisation, which often looked
313         awkward.
314         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
315         <dd>.
316         (shr-make-table-1): Implement <td colspan=> support.
317         (shr-insert-document): Use one less than window width if `shr-width' is
318         nil, since otherwise things may get one character too wide.
319
320 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * eww.el (eww-detect-charset): Improve regexp; move backward.
323
324 2013-06-18  Glenn Morris  <rgm@gnu.org>
325
326         * mm-decode.el (widget-convert-button): Autoload.
327
328         * sieve-manage.el (mm-enable-multibyte): Autoload.
329
330         * shr.el (libxml-parse-html-region): Declare.
331         (shr-render-buffer): Explicit error if no libxml2 support.
332
333 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         * auth-source.el (auth-source-current-line): New function.
336         (auth-source-netrc-parse-entries): When a data token is "machine",
337         assume we're in the wrong place and abort parsing the current line.
338
339 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
342         (eww-convert-widgets): Don't bug out if the first widget starts at the
343         beginning of the buffer.
344         (eww-convert-widgets): Fix last patch.
345         (eww-tag-input): Support <input type=image>.
346
347         * shr.el (shr-insert-table): Respect border-collapse: collapse.
348         (shr-tag-base): Protect against base specs that are degenerate.
349         (shr-ensure-paragraph): Don't delete empty lines that have text
350         properties, because these may be input fields.
351
352         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
353         we can navigate to them.
354
355         * shr.el (shr-colorize-region): Put the colours over the entire region.
356         (shr-inhibit-decoration): New variable.
357         (shr-add-font): Use it to inhibit text property decorations while doing
358         preliminary table renderings.  This speeds up typical Wikipedia page
359         renderings by 15%.
360         (shr-tag-span): Don't respect the <title>, because that overwrites the
361         help-echo from links inside the spans.
362         (shr-next-link): Use `help-echo' for navigation, so that we can
363         navigate to form elements, too.
364
365         * eww.el (eww-button): New face.
366         (eww-convert-widgets): Use it to make submit buttons more button-like.
367
368         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
369         that Gnus commands work.
370
371         * shr.el (shr-render-td): Support horizontal alignment.
372
373         * eww.el (eww-put-color): Removed.
374         (eww-colorize-region): Use `add-face-text-property'.
375
376         * shr.el (shr-add-font): Append face data, so that we get the correct
377         precedence: The innermost value (which is applied first) wins.
378         (shr-make-overlay): Obsolete function.
379
380         * mm-decode.el (mm-convert-shr-links): New function to convert
381         new-style shr URL links into widgets.
382         (mm-shr): Use it.
383
384         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
385         widget commands, since we're no longer using widgets for links.
386
387         * shr.el (shr-next-link): New command.
388         (shr-previous-link): New command.
389         (shr-urlify): Don't use `widget-convert', because that's slow.
390         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
391         because collecting the overlays and reapplying them when generating
392         tables is slow.
393         (shr-insert-table): Ditto.
394
395 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
398         * shr.el (browse-url): Require `url'.
399         * eww.el (url): Require format-spec.
400
401 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * eww.el (eww-display-html): Default to using the entire window width.
404         (eww-browse-url): Don't add a User-Agent header (twice), because that
405         makes Bing refuse connection.
406
407         * shr.el (shr-make-table): Cache the table rendering at the table
408         level, and not the <td> level.  This is a bit faster.
409
410         * eww.el (eww-render): Go to the correct ID when given URLs ending with
411         #id.
412
413         * shr.el (shr-tag-li): Don't require a new paragraph, since other
414         browsers don't.
415         (shr-expand-url): Respect #anchor links.
416         (shr-parse-base): Chop off the anchor before using.
417         (shr-descend): Respect display: none.
418         (shr-descend): Allow marking elements that have certain IDs.
419
420         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
421
422         * shr.el (shr-expand-url): Don't bug out on zero-length links.
423
424         * eww.el (eww-tag-textarea): Support <textarea>.
425
426 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
427
428         * shr.el (shr-dom-to-xml): Fixed function call.
429
430         * eww.el (eww): New group.
431         (eww-header-line-format): New custom variable.
432         (eww-current-title): New variable.
433         (eww-display-html): Update header and handle title tag.
434         (eww-update-header-line-format): New function.
435         (eww-tag-title): New function.
436
437         * shr.el (shr-dom-to-xml): New function.
438         (shr-tag-svg): Add support for the SVG tag.
439         (shr-bullet): New custom variable.
440         (shr-tag-li): Support custom bullet in unordered lists.
441
442 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * shr.el (shr-expand-url): Respect // URLs.
445
446         * eww.el (eww-tag-body): Override the shr body rendering so that we can
447         put a background colour onto the entire buffer.
448         (eww-render): When being redirected, use the redirect URL as the new
449         base URL.
450
451         * shr.el (shr-parse-base): Fix parsing error.
452
453         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
454
455         * shr.el (shr-parse-base): New function.
456         (shr-expand-url): Use it to expand relative URLs reliably.
457
458 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
459
460         * auth-source.el (auth-source-search-collection): Fix docstring.
461         (auth-source-netrc-parse): Refactor and improve netrc parser to support
462         single-quoted strings and multiline entries.
463         (auth-source-netrc-parse-next-interesting)
464         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
465         functions to support parser.
466
467 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * eww.el (eww-submit): Get submit button logic right when hitting RET
470         on non-submit buttons.
471
472         * shr.el: Remove shr-preliminary-table-render, since that can't really
473         be used for anything in practice.
474
475 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
476
477         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
478         (sieve-manage-quit).
479
480 2013-06-14  Glenn Morris  <rgm@gnu.org>
481
482         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
483
484 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
485
486         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
487         control the maximum size of photo ID image.
488         (mml2015-epg-key-image-to-string): Respect it.
489
490 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
493         instead of the final one so that we can more easily distinguish them.
494
495         * eww.el (eww-submit): Compute the submission URL correctly.
496
497 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
498
499         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
500         Use plist-get rather than CL's getf.
501         (sieve-manage-parse-capability): Avoid CL's remove-if.
502
503 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
504
505         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
506         (sieve-manage-quit).
507
508 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * shr.el (shr-expand-url): Expansion should chop off the bits after the
511         last slash.
512
513         * eww.el (eww-tag-select): Use the first value as the default value.
514
515 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
516
517         * eww.el (eww): Prepend urls with http:// if scheme is missing.
518         (eww-mode): Use `define-derived-mode'.
519         (eww-parse-headers): Parse headers from beginning of buffer so that
520         file:// links work.
521
522 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
525
526 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
529         to handle them at all.
530
531 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
534         work, too.
535         (eww-tag-select): Implement <select>.
536
537 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
538
539         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
540         stream managing functions by using open-protocol-stream to do most of
541         the work.  Has the nice benefit of enabling STARTTLS.
542         Wait for capabilities after STARTTLS: following RFC5804, the server
543         sends new capabilities after successfully establishing a TLS connection
544         with the client. The client should update the cached list of
545         capabilities, but we just ignore the answer for now.
546         (sieve-manage-network-p, sieve-manage-network-open)
547         (sieve-manage-starttls-p, sieve-manage-starttls-open)
548         (sieve-manage-forward, sieve-manage-streams)
549         (sieve-manage-stream-alist): Remove unneeded functions neither in the
550         API, nor called by any other function.
551         Enable Multibyte for SieveManage buffers: The parser won't properly
552         handle umlauts and line endings unless multibyte is turned on in the
553         process buffer.
554
555 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * eww.el (eww-tag-input): Support password fields.
558         (eww-submit): Support POST.
559
560 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * eww.el (eww-tag-form): Protect against degenerate forms.
563
564         * shr.el (shr-expand-url): Expand URLs that start with a slash
565         correctly.
566
567         * eww.el (eww-submit): Get submit button logic right.
568
569         * shr.el (shr-final-table-render): New variable to signal when we're
570         doing the final table rendering so that we can collect more data at
571         that point.
572
573         * eww.el (eww-submit): Make form submission work.
574         (eww-tag-input): Implement submit buttons.
575         (eww-click-radio): Implement radio and checkboxes.
576         (eww-submit): Handle hidden elements.
577
578         * shr.el (shr-descend): Allow other packages to override (or provide)
579         rendering of elements.
580         (shr-expand-url): Strip query strings from URLs before expanding them.
581
582         * eww.el: Don't require cl-lib.
583         (eww-tag-form): Start form support.
584
585         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
586
587         * eww.el: Start writing a new, tiny web browser.
588         (eww-previous-url): New command.
589         (eww-quit): New command.
590
591 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
592
593         * sieve.el: Put point at beginning of buffer when viewing a script.
594         (sieve-open-server): Respect the PORT parameter.  Show the correct port
595         number in sieve-buffer's header.  Fixed code to also work with a string
596         as port specifier. Properly close the connection on pressing 'q'.  Make
597         sieve-manage-quit close the connection and process buffer.  Also, remove
598         duplicate keybinding for 'q'.
599
600 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
601
602         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
603         make it easier to read.
604         (mm-pkcs7-enveloped-magic): Ditto.
605
606 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
607
608         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
609         before `image-type-available-p' to avoid loading the image libraries
610         needlessly.
611
612 2013-06-05  David Engster  <deng@randomsample.de>
613
614         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
615         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
616         to see whether the group was synced before.
617
618 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
619
620         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
621         when opening the connection.
622         Suggested by João Távora <joaotavora@gmail.com> in
623         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
624
625 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
628         assume Date header begins with "Date", that may be customized into
629         something like "X-Sent" using gnus-article-time-format.
630         (article-transform-date): Allow multi-line Date header.
631
632 2013-06-02  David Engster  <deng@randomsample.de>
633
634         * registry.el (initialize-instance, registry-lookup)
635         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
636         (registry-lookup-secondary-value, registry-search, registry-delete)
637         (registry-insert, registry-reindex, registry-size, registry-prune): Do
638         not wrap methods in `eval-and-compile'.  This breaks due to latest
639         changes in EIEIO (introduction of eieio-core.el).
640
641 2013-05-30  Glenn Morris  <rgm@gnu.org>
642
643         * nnmail.el (nnmail-fancy-expiry-target):
644         Also bind mail-dont-reply-to-names.
645
646         * spam-stat.el (spam-stat-save):
647         No need to tweak font-lock in temp buffers.
648
649         * shr.el (shr-put-image): Silence compiler.
650
651 2013-05-29  Glenn Morris  <rgm@gnu.org>
652
653         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
654
655         * gnus-group.el (gnus-sequence-of-unread-articles)
656         (gnus-summary-add-mark, gnus-mark-article-as-read)
657         (gnus-group-make-articles-read): Declare.
658
659         * gnus-sum.el (gnus-parameter-list-identifier)
660         (gnus-article-stop-animations, gnus-stop-downloads)
661         (gnus-article-only-boring-p, article-goto-body)
662         (gnus-flush-original-article-buffer, article-narrow-to-head)
663         (gnus-article-hidden-text-p, gnus-delete-wash-type)
664         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
665
666         * gnus.el: No need to eval-and-compile autoloads.
667
668         * gravatar.el (help-function-arglist): Autoload.
669
670         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
671
672         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
673
674         * spam.el: No need to load spam-report when compiling.
675         No need to eval-and-compile autoloads.
676         (spam-report-resend-to): Declare.
677         (spam-report-resend-register-routine): Require 'spam-report.
678
679 2013-05-24  Julien Danjou  <julien@danjou.info>
680
681         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
682         setup.
683
684 2013-05-23  Glenn Morris  <rgm@gnu.org>
685
686         * gnus-util.el (rmail-swap-buffers-maybe)
687         (rmail-maybe-set-message-counters, rmail-count-new-messages)
688         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
689         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
690
691         * mm-decode.el: No need to load term when compiling.
692         (term-mode, term-char-mode): Declare.
693
694         * mm-util.el: No need to load jka-compr when compiling.
695         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
696
697         * nnmaildir.el: Require is automatically eval-and-compile.
698         (nnmail): Require at run-time too.
699
700         * registry.el (registry-size): Move definition before use.
701
702 2013-05-22  Daiki Ueno  <ueno@gnu.org>
703
704         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
705         signed data to conform the standard.  (Bug#14232)
706
707 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
708
709         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
710         double angle quotation mark.
711
712 2013-05-20  Glenn Morris  <rgm@gnu.org>
713
714         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
715
716 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
717
718         * message.el (message-insert-formatted-citation-line): handle finding
719         first/lastname when more than 2 names appear.
720
721 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
722
723         * shr.el (shr-tag-span): New function.
724
725 2013-05-18  Glenn Morris  <rgm@gnu.org>
726
727         * message.el (message-mode): Use message-mode-abbrev-table,
728         with text-mode-abbrev-table as parent.  (Bug#14413)
729
730 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * message.el (message-expand-group): Decode group names.
733
734 2013-05-16  Julien Danjou  <julien@danjou.info>
735
736         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
737         app-icon.
738
739 2013-05-15  Glenn Morris  <rgm@gnu.org>
740
741         * shr-color.el (shr-color-visible-luminance-min)
742         (shr-color-visible-distance-min): Use shr-color group.
743
744 2013-05-11  Glenn Morris  <rgm@gnu.org>
745
746         * gnus-vm.el: Make it loadable without VM.
747         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
748         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
749
750 2013-05-09  Glenn Morris  <rgm@gnu.org>
751
752         * mml1991.el: Make it loadable.  (Bug#13456)
753
754         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
755         * gnus-async.el (gnus-async-post-fetch-function):
756         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
757         * gnus-html.el (gnus-html-image-cache-ttl):
758         * gnus-notifications.el (gnus-notifications-timeout):
759         * gnus-picon.el (gnus-picon-properties):
760         * gnus-util.el (gnus-completion-styles):
761         * gnus.el (gnus-other-frame-resume-function):
762         * message.el (message-user-organization-file)
763         (message-cite-reply-position):
764         * nnir.el (nnir-summary-line-format)
765         (nnir-retrieve-headers-override-function):
766         * shr-color.el (shr-color-visible-luminance-min):
767         * shr.el (shr-blocked-images):
768         * spam-report.el (spam-report-resend-to):
769         * spam.el (spam-summary-exit-behavior): Fix custom types.
770
771         * gnus-salt.el (gnus-selected-tree-face): Fix default.
772
773 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
776         because of let-binding help-xref-following.  (Bug#14356)
777
778 2013-05-06  Glenn Morris  <rgm@gnu.org>
779
780         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
781
782 2013-05-04  Andrew Cohen  <cohen@bu.edu>
783
784         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
785         entering into the registry.
786
787 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
788
789         * gnus.el: Ma Gnus v0.7 is released.
790
791 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
794         (Bug#14304)
795
796 2013-04-27  Glenn Morris  <rgm@gnu.org>
797
798         * gnus.el (gnus-list-debbugs):
799         Use require rather than autoload.  (Bug#14262)
800
801 2013-04-27  Julien Danjou  <julien@danjou.info>
802
803         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
804         port to "sieve" now that it has an official IANA port assigned.
805
806 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
809         Don't set the MAILHOST environment variable permanently (Bug#14271).
810
811 2013-04-26  Glenn Morris  <rgm@gnu.org>
812
813         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
814
815 2013-04-25  Andrew Cohen  <cohen@bu.edu>
816
817         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
818         string values of 'gcc-self. Thanks to Saroj Thirumalai.
819
820 2013-04-24  Andrew Cohen  <cohen@bu.edu>
821
822         * nnir.el (nnir-close-group): Make sure we are in the right group.
823
824         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
825         dependency table from all newly retrieved headers.
826
827 2013-04-16  David Edmondson  <dme@dme.org>
828
829         Support <img src="data:...">.
830
831         * shr.el (shr-image-from-data): New function.
832         (shr-tag-img): Use it.
833
834 2013-04-14  Andrew Cohen  <cohen@bu.edu>
835
836         * nnir.el (nnir-request-set-mark): Make sure we are in the right
837         group.
838
839 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
842         corresponding to any existing group (Bug#14166).
843
844 2013-04-10  Andrew Cohen  <cohen@bu.edu>
845
846         * nnir.el (number-sequence): No longer used.
847         (nnir-request-set-mark): New function.
848         (nnir-request-update-info): Improve marks updating.
849         (nnir-request-scan): Don't duplicate marks updating.
850         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
851         Use 'assq rather than 'assoc.  Quote anonymous function.
852         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
853         Use 'gnus-group-prefixed-p.
854         (gnus-summary-create-nnir-group): Make sure server for method is open.
855
856 2013-04-04  Andrew Cohen  <cohen@bu.edu>
857
858         * nnir.el (gnus-nnir-group-p): New function.
859         (nnir-possibly-change-group): Use it.
860
861         * gnus-msg.el (gnus-setup-message): Use it.
862
863 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * mml.el (mml-minibuffer-read-description): Use `default' insted of
866         `initial-input' for the argument name.
867         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
868
869 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
870
871         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
872         (used by MH-E).
873
874 2013-04-01  Andrew Cohen  <cohen@bu.edu>
875
876         * nnir.el (nnir-request-update-mark): Improve mark updating in original
877         group.
878
879         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
880         fix compilation.
881
882 2013-03-31  Andrew Cohen  <cohen@bu.edu>
883
884         * nnir.el (nnir-method-default-engines): And another typo.
885
886 2013-03-30  Andrew Cohen  <cohen@bu.edu>
887
888         * nnir.el (nnir-method-default-engines): Fix typo.
889
890 2013-03-29  Andrew Cohen  <cohen@bu.edu>
891
892         * nnir.el: Define 'number-sequence for xemacs.
893         (gnus-summary-create-nnir-group): New function to create an nnir group
894         from an nnir summary buffer based on the current query.
895         (nnir-request-create-group): Update to allow nnir group creation based
896         on the current query.
897
898 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * nndraft.el (nndraft-request-expire-articles):
901         Make expiry target always `delete'.
902
903 2013-03-27  Andrew Cohen  <cohen@bu.edu>
904
905         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
906         buffer use the posting-style and gcc of the original article group.
907         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
908
909         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
910         after other deffoos.
911
912 2013-03-25  Andrew Cohen  <cohen@bu.edu>
913
914         * nnir.el: Major rewrite.  Cleaner separation between searches and group
915         management.  Marks are now shown in nnir summary buffers.  Rudimentary
916         support for real (i.e. not ephemeral) nnir groups.
917         (gnus-summary-make-nnir-group): New function for initiating searches
918         from a summary buffer.
919
920 2013-03-18  Sam Steingold  <sds@gnu.org>
921
922         * message.el (message-bury): Minor cleanup.
923
924 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
925
926         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
927
928 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * nndir.el (nndir-request-list): Remove 2nd argument passed to
931         nnml-request-list.  (Bug#13873)
932         (nndir-request-newsgroups): Remove, unused.
933
934         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
935
936 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
937
938         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
939         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
940         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
941
942 2013-03-03  Ted Phelps  <phelps@gnusto.com>
943
944         * shr.el: Make all the overlays set the `evaporate' property so that
945         they're removed properly.
946
947 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
948
949         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
950         shell-quote-argument.
951
952 2013-02-22  David Engster  <deng@randomsample.de>
953
954         * gnus-registry.el (gnus-registry-save): Provide class name when
955         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
956         `condition-case' to stay compatible with older EIEIO versions which
957         only accept one argument.
958
959 2013-02-17  Daiki Ueno  <ueno@gnu.org>
960
961         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
962         (epg-user-id-validity): Autoload.
963         (mml2015-epg-check-user-id): New function.
964         (mml2015-epg-check-sub-key): New function split from
965         mml2015-epg-find-usable-key.
966         (mml2015-epg-find-usable-key): Accept context, name, usage, and
967         optional name-is-key-id, to handle the case when user-id is unusable.
968         Reported by Łukasz Stelmach <stlman@poczta.fm>.
969
970 2013-02-17  Glenn Morris  <rgm@gnu.org>
971
972         * shr.el (shr-put-image): Use image-multi-frame-p if available.
973
974 2013-02-16  Glenn Morris  <rgm@gnu.org>
975
976         * shr.el (shr-put-image): Only animate images that specify a delay.
977         This is consistent with the old image-animated-p behavior.
978
979 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
982         for XEmacs.
983
984 2013-02-13  Juri Linkov  <juri@jurta.org>
985
986         * gnus-art.el (gnus-article-mode-map):
987         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
988         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
989
990 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
991
992         * auth-source.el (auth-source-format-prompt): Don't get confused by
993         any "\" in replacement text.  (Bug#13637)
994
995 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
996
997         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
998         (gnus-backend-trace): Honour gnus-backend-trace.
999
1000         * mml.el (mml-insert-part): Insert closing tag.
1001
1002         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1003
1004 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1007         able to find the article, which can happen in debbugs groups,
1008         apparently.
1009
1010 2013-01-16  Glenn Morris  <rgm@gnu.org>
1011
1012         * smiley.el (smiley-style): Make the file loadable in batch mode.
1013
1014 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1015
1016         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1017         imap process running.
1018
1019 2013-01-14  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1022         Compare addresses against addresses, not against the full From field.
1023
1024 2013-01-13  Richard Stallman  <rms@gnu.org>
1025
1026         * message.el (message-forward-make-body-mime): New args BEG, END
1027         specify what part of FORWARD-BUFFER to use.  Do the work directly
1028         instead of calling `mml-insert-buffer'.
1029
1030 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1031
1032         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1033         cross-reference(s).
1034
1035         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1036         cross-reference(s).
1037
1038 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1039
1040         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1041         and point-max-marker.
1042         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1043
1044 2013-01-11  Julien Danjou  <julien@danjou.info>
1045
1046         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1047         max are almost equal. Also return the correct value for V which is
1048         already between 0 and 1.
1049
1050 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1051
1052         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1053         to mml2015-encrypt-to-self.
1054         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1055
1056 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1057
1058         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1059         mml-smime-epg-find-usable-secret-key.
1060
1061 2013-01-08  Glenn Morris  <rgm@gnu.org>
1062
1063         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1064
1065 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1066
1067         * mml-smime.el: Support signing by sender.
1068         Requested by Uwe Brauer.
1069         (mml-smime-sign-with-sender): New user option analogous
1070         to mml2015-sign-with-sender.
1071         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1072         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1073         mml2015.el.
1074
1075 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1078         isn't running, because Gnus will probably not know how to handle the
1079         Gcc header (bug#11941).
1080
1081         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1082         articles.
1083
1084 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1087         (nnfolder-generate-active-file): Make this function work with recursive
1088         folder names.
1089
1090 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1091
1092         * nntp.el (nntp-open-connection): Use HELP as the capability command
1093         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1094         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1095
1096 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1097
1098         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1099         place holder since this gives `Invalid face reference: nil' messages.
1100         Use the `default' face instead.  It has the same effect here, even
1101         though it is not no-op.
1102
1103         * gnus-util.el
1104         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1105
1106 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1109         non-string posting styles (bug#13285).
1110
1111 2012-12-27  Glenn Morris  <rgm@gnu.org>
1112
1113         * plstore.el (plstore-passphrase-callback-function):
1114         Use plstore-get-file.
1115
1116 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1117
1118         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1119         stderr.
1120
1121 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1124
1125         * gnus-compat.el (set-buffer-multibyte): Remove.
1126
1127 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1128
1129         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1130         temporary file to get PGP key image.  Pass no-show-photos when
1131         extracting image to avoid having it pop up twice.
1132
1133 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1136         eligible for treatment.
1137
1138         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1139         lines.  This makes summary commands with hidden threads work more
1140         reliably.
1141
1142         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1143         button to mark the hidden citations (bug#9395).
1144
1145 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1146
1147         * mml2015.el (mml2015-epg-signature-to-string): New function.
1148         (mml2015-epg-verify-result-to-string): New function.
1149         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1150         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1151         instead of epg-verify-result-to-string.
1152         (epg-signature-key-id, epg-signature-to-string): Autoload.
1153         (epg-verify-result-to-string): Remove autoload.
1154
1155 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1156
1157         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1158         ID image from GPG public key.
1159         (mml2015-epg-key-image-to-string): New function.
1160
1161 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1162
1163         * plstore.el (plstore-passphrase-callback-function): Fix error when
1164         error when plstore-cache-passphrase-for-symmetric-encryption is set
1165         (bug#13264).
1166
1167 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1170         buffer to the article buffer here, because that clobbers multiple
1171         article buffers.
1172
1173         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1174         buffer always points to the right summary buffer.
1175
1176 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1177
1178         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1179         the password (bug#12097).
1180
1181 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1182
1183         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1184         (bug#13263).
1185
1186         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1187         buffer exists before using it (bug#12475).
1188
1189         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1190         offline groups (bug#11937).
1191
1192         * message.el (message-yank-original): When using customize to set the
1193         value of `message-cite-style', the variable it set to a symbol that's
1194         the name of the variable, which must then be dereferenced (bug#12616).
1195
1196 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1197
1198         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1199         the `face' property with a list whose car is the face specified in the
1200         format string and whose cdr is (nil).
1201         * lisp/gnus-util.el
1202         (gnus-put-text-property-excluding-characters-with-faces):
1203         Change accordingly.
1204         (gnus-get-text-property-excluding-characters-with-faces): New function.
1205         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1206         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1207         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1208
1209 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1210
1211         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1212         login methods.
1213         (nnimap-login): Respect the `nnimap-authenticator' variable.
1214
1215         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1216         mark state when moving articles.  Otherwise unticked articles will get
1217         their ticks back after moving.
1218
1219 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1220
1221         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1222
1223         * message.el (message-ignored-news-headers): Always remove
1224         X-Message-SMTP-Method to avoid information leakage if the user
1225         mistakenly inserts the header into news messages.
1226
1227         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1228
1229         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1230         right than four characters, this command would move point to
1231         `point-max'.  Don't do that.
1232
1233         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1234         to nil to allow re-selecting groups that gain articles.
1235         (gnus-bug-group-download-format-alist): Update the URL.
1236
1237 2012-12-23  Andreas Schwab  <schwab@suse.de>
1238
1239         * shr.el (shr-tag-em): Render em as italic, not bold.
1240
1241 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1242
1243         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1244         for reuse.
1245         (gnus-open-server): Use it to add more tracing.
1246         (gnus-finish-retrieve-group-infos): Add backend tracing.
1247         (gnus-backend-trace): Also note the elapsed seconds.
1248
1249 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1250
1251         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1252         Set epa-file-encrypt-to from variable to avoid querying.
1253
1254 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1255
1256         * sieve-mode.el (sieve-font-lock-keywords):
1257         Keywords should be word delimited.  (Bug#13173)
1258
1259 2012-12-13  Andreas Schwab  <schwab@suse.de>
1260
1261         * tls.el (tls-program): Update customize type.
1262
1263 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1266         instead of <pre> to align message header.
1267
1268 2012-12-12  Sam Steingold  <sds@gnu.org>
1269
1270         * gnus.el (gnus-other-frame-resume-function): Add user option.
1271         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1272
1273 2012-12-06  Sam Steingold  <sds@gnu.org>
1274
1275         * gnus-start.el (gnus-before-resume-hook): Add.
1276         (gnus-1): Run it when Gnus is alive.
1277
1278 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1281         * gnus-art.el (article-unsplit-urls)
1282         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1283         * gnus-registry.el (gnus-registry-get-article-marks)
1284         * message.el (message-goto-body): Use it.
1285         (message-called-interactively-p): Remove.
1286
1287         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1288         (spam-stat-score-buffer): Use it.
1289
1290         * spam.el: Silence the warnings against BBDB functions when compiling.
1291
1292         * gnus-score.el (gnus-score-decode-text-parts):
1293         Use append+mapcar instead of the cl function mapcan.
1294
1295 2012-12-05  Sam Steingold  <sds@gnu.org>
1296
1297         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1298         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1299         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1300
1301 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gmm-utils.el (gmm-called-interactively-p): Revert.
1304         This seems to cause Emacs to get stuck!
1305         * gnus-art.el (article-unsplit-urls)
1306         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1307         * gnus-registry.el (gnus-registry-get-article-marks)
1308         * message.el (message-goto-body)
1309         (message-called-interactively-p): Revert.
1310
1311         * gmm-utils.el (gmm-called-interactively-p): New function.
1312         * gnus-art.el (article-unsplit-urls)
1313         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1314         * gnus-registry.el (gnus-registry-get-article-marks)
1315         * message.el (message-goto-body): Use it.
1316         (message-called-interactively-p): Remove.
1317
1318         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1319         * gnus-sync.el (gnus-sync-lesync-call)
1320         * message.el (message-read-from-minibuffer): Use it.
1321
1322 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * gmm-utils.el (gmm-flet): Remove.
1325         * gnus-sync.el (gnus-sync-lesync-call)
1326         * message.el (message-read-from-minibuffer): Don't use it.
1327
1328 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1329
1330         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1331
1332 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1335
1336         * gnus-sync.el (gnus-sync-lesync-call)
1337         * message.el (message-read-from-minibuffer): Use gmm-flet.
1338
1339         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1340
1341         * gnus-util.el (gnus-macroexpand-all): Remove.
1342
1343 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1344
1345         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1346         to TAB, not [tab].
1347         (gnus-summary-article-map): Likewise.
1348
1349         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1350         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1351
1352 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1353
1354         * time-date.el: Commentary fix.
1355
1356 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1357
1358         * color.el: Don't require cl.
1359         (color-complement): `caddr' -> `nth 2'.
1360
1361         * time-date.el (time-to-seconds): De-obsolete.
1362
1363 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * message.el (message-get-reply-headers):
1366         Make sure the reply goes to the author if it is a wide reply.
1367
1368 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1369
1370         * gnus-score.el (gnus-score-body):
1371         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1372         scoring by body.
1373
1374 2012-11-16  Glenn Morris  <rgm@gnu.org>
1375
1376         * gnus-diary.el (nndiary-request-create-group-functions)
1377         (nndiary-request-update-info-functions)
1378         (gnus-subscribe-newsgroup-functions)
1379         (nndiary-request-accept-article-functions):
1380         Use new names for hooks rather than obsolete aliases.
1381
1382 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1385
1386 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1389         in meta tag with the one the part specifies in its header.
1390
1391 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1392
1393         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1394         by default.
1395
1396 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1399         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1400
1401 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1404         and a runtime function for it, of which the XEmacs version takes only
1405         two arguments.
1406
1407 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1408
1409         * nndiary.el (nndiary-request-create-group-functions)
1410         (nndiary-request-update-info-functions)
1411         (nndiary-request-accept-article-functions):
1412         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1413         "-hooks" suffix.
1414
1415 2012-10-19  Julien Danjou  <julien@danjou.info>
1416
1417         * gnus-art.el: Require gnus-util because it uses
1418         `gnus-timer--function'.
1419
1420 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1421
1422         * starttls.el (starttls-extra-arguments): Doc fix.
1423
1424 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1427         it.
1428
1429 2012-10-06  Glenn Morris  <rgm@gnu.org>
1430
1431         * gnus-notifications.el (gnus-notifications):
1432         Add missing group :version tag.
1433         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1434         (gnus-gcc-post-body-encode-hook):
1435         * gnus-sync.el (gnus-sync-lesync-name)
1436         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1437
1438 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1439
1440         * color.el (color-hsl-to-rgb): Fix incorrect results for
1441         small and large hue values.  (Bug#12559)
1442
1443 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         New UIDL implementation.
1446
1447         * mail-source.el (mail-sources, mail-source-keyword-map):
1448         Add :leave as a pop3 keyword.
1449         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1450
1451         * pop3.el (pop3-leave-mail-on-server): Allow number.
1452         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1453         (pop3-movemail): Add UIDL support.
1454         (pop3-send-streaming-command): Take a list of mail numbers instead of
1455         the number of mails.
1456         (pop3-write-to-file): Add X-UIDL header.
1457         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1458         (pop3-uidl-add-xheader): New functions.
1459
1460         * message.el (message-ignored-resent-headers):
1461         Add X-Content-Length and X-UIDL headers.
1462
1463 2012-10-05  Glenn Morris  <rgm@gnu.org>
1464
1465         * color.el (color-name-to-rgb, color-rgb-to-hex)
1466         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1467         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1468         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1469         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1470
1471 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1474         a user about whether to delete temp files if once a user answered as n.
1475
1476 2012-09-25  Chong Yidong  <cyd@gnu.org>
1477
1478         * password-cache.el (password-read-and-add): Use a declare form to mark
1479         this function obsolete.
1480
1481 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * lpath.el: Bind mail-encode-mml for old Emacsen.
1484
1485 2012-09-17  Richard Stallman  <rms@gnu.org>
1486
1487         * message.el (message-in-body-p): Don't set mark or modify buffer.
1488
1489         * mml.el (mml-attach-file): Doc fix.
1490         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1491         Set mail-encode-mml when in Mail mode.
1492         Simplify code to set HEAD and move back to HEAD.
1493         (mml-insert-multipart, mml-insert-part):
1494         Set mail-encode-mml when in Mail mode.
1495
1496 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-util.el (gnus-timer--function): New function.
1499
1500         * gnus-art.el (gnus-article-stop-animations): Use it.
1501
1502 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1503
1504         Fix glitches caused by addition of psec to timers.
1505         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1506         rather than raw access to timer vector.
1507
1508 2012-09-11  Julien Danjou  <julien@danjou.info>
1509
1510         * gnus-notifications.el (gnus-notifications): Check for nil values in
1511         ignored addresses check.
1512
1513 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1514
1515         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1516
1517 2012-09-07  Chong Yidong  <cyd@gnu.org>
1518
1519         * gnus-util.el
1520         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1521
1522         * gnus-salt.el (gnus-tree-highlight-node):
1523         * gnus-sum.el (gnus-summary-highlight-line):
1524         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1525
1526 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1529
1530 2012-09-06  Juri Linkov  <juri@jurta.org>
1531
1532         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1533         scheme for buffer names to be more consistent with other group and
1534         article buffer names in Gnus.
1535
1536 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-util.el
1539         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1540
1541         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1542         Jenkner.
1543
1544         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1545
1546         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1547
1548         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1549
1550 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1553         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1554
1555         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1556         string-prefix-p in Emacs >=23.2.
1557
1558         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1559         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1560         instead of string-match-p.
1561         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1562
1563 2012-09-06  Kenichi Handa  <handa@gnu.org>
1564
1565         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1566         lowercase a..f.
1567
1568 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1569
1570         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1571
1572 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1573
1574         * nnimap.el (nnimap-request-move-article): Decode the group name when
1575         doing internal moves to avoid charset issues.
1576
1577         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1578         TIME is set.
1579
1580 2012-09-05  Juri Linkov  <juri@jurta.org>
1581
1582         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1583         than one group at a time (bug#11961).
1584
1585 2012-09-05  Julien Danjou  <julien@danjou.info>
1586
1587         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1588         this hide the real reason with a message giving absolutely no hint.
1589
1590 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1591
1592         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1593         to the backend (bug#11804).
1594
1595         * message.el (message-insert-newsgroups): Don't insert newsgroup
1596         duplicates (bug#12275).
1597
1598 2012-09-05  John Wiegley  <johnw@newartisans.com>
1599
1600         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1601         sieve rules.
1602
1603 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1604
1605         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1606         function.
1607
1608         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1609
1610         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1611
1612 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1613
1614         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1615         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1616         This should make nnmaildir more usable with offlineimap.
1617
1618 2012-09-05  Julien Danjou  <julien@danjou.info>
1619
1620         * nnimap.el (nnimap-request-list): Revert change that made listing
1621         synchronous.
1622         (nnimap-get-responses): Restore.
1623
1624 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1625
1626         * dgnushack.el: XEmacs 21.5 compilation fix.
1627
1628         * gnus-notifications.el (gnus-notifications-notify): Use it.
1629
1630         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1631         warnings on XEmacs.
1632
1633 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1634
1635         Better seeds for (random).
1636         * gnus-sync.el (gnus-sync-lesync-setup):
1637         * message.el (message-canlock-generate, message-unique-id):
1638         Change (random t) to (random), now that the latter is more random.
1639
1640 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1641
1642         * nnimap.el (nnimap-change-group): Document result value
1643
1644         * auth-source.el (auth-sources): Fix macos keychain access.
1645
1646         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1647         allow the backend `request-head' function to determine the group
1648         name on its own.
1649         (gnus-request-expire-articles): Filter out negative article numbers
1650         during expiry (Bug#11980).
1651
1652         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1653         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1654
1655         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1656         you've found the article when you haven't.
1657
1658         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1659         that nnimap-change-group can return t.
1660
1661 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1662
1663         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1664
1665 2012-08-30  Julien Danjou  <julien@danjou.info>
1666
1667         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1668         `gnus-notifications-timeout'.
1669         (gnus-notifications-timeout): Add.
1670         (gnus-notifications-action): New function.
1671         (gnus-notifications-notify): Add :action using
1672         `gnus-notifications-action'.
1673         (gnus-notifications-id-to-msg): New variable.
1674         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1675         notifications id to messages.
1676
1677 2012-08-30  Kenichi Handa  <handa@gnu.org>
1678
1679         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1680         once.
1681
1682 2012-08-29  Julien Danjou  <julien@danjou.info>
1683
1684         * gnus-notifications.el: New file.
1685         (gnus-notifications-notify): New function.
1686         (gnus-notifications): Use `gnus-notifications-notify'.
1687
1688 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1691         transfer encoding first; bind gnus-newsgroup-charset to the charset
1692         that the article specifies (Bug#12209).
1693
1694 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1697         (gnus-group-customize-done): Encode values posting-style holds.
1698
1699         * gnus-msg.el (gnus-summary-resend-message)
1700         (gnus-configure-posting-styles): Decode values posting-style group
1701         parameter holds.
1702
1703 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1706         `name' and `address' in Resent-From header.
1707
1708 2012-08-14  Chong Yidong  <cyd@gnu.org>
1709
1710         * gnus-art.el (article-display-face): Handle failure in
1711         gnus-create-image (Bug#11802).
1712
1713 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1714
1715         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1716         Use defsetf.
1717
1718 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1719
1720         * auth-source.el (auth-source-plstore-search)
1721         (auth-source-secrets-search): Ignore :require and :type in search spec.
1722
1723 2012-08-06  Julien Danjou  <julien@danjou.info>
1724
1725         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1726         `nnimap-request-move-article'.
1727
1728         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1729         Remove autoload, already handled by gnus.el.
1730
1731         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1732
1733         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1734         supported by nnimap actually. Reverts previous change.
1735
1736         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1737         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1738         to-buffer argument that is already supported.
1739
1740 2012-08-05  Julien Danjou  <julien@danjou.info>
1741
1742         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1743         Add autoload.
1744
1745 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * gnus.el (gnus-valid-select-methods): Fix custom type.
1748
1749 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1750
1751         * auth-source.el (auth-sources, auth-source-backend-parse)
1752         (auth-source-macos-keychain-search)
1753         (auth-source-macos-keychain-search-items)
1754         (auth-source-macos-keychain-result-append)
1755         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1756         auth-source.el through the /usr/bin/security utility.
1757         (auth-sources): Fix syntax error.
1758         (auth-source-macos-keychain-result-append): Fix variable name.
1759         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1760
1761 2012-07-27  Julien Danjou  <julien@danjou.info>
1762
1763         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1764         Emacs < 24.1
1765
1766 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * message.el (message-kill-address): Don't kill last newline.
1769         (message-skip-to-next-address): Don't move to the next header.
1770         (message-fill-field-address): Work properly.
1771
1772 2012-07-25  Julien Danjou  <julien@danjou.info>
1773
1774         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1775
1776 2012-07-24  Julien Danjou  <julien@danjou.info>
1777
1778         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1779
1780         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1781         (nntp-async-timer-handler): Remove, unused.
1782
1783         * nnimap.el (nnimap-get-responses): Remove, unused.
1784
1785         * nnheader.el (mail-header-set-extra): Remove, unused.
1786
1787         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1788         unused.
1789
1790         * mm-view.el (mm-view-sound-file): Remove, unused.
1791
1792         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1793         (mm-url-encode-multipart-form-data): Remove, unused.
1794
1795         * message.el (message-remove-signature, message-make-host-name)
1796         (message-fill-address): Remove, unused.
1797
1798         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1799         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1800         unused.
1801
1802         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1803         (gnus-xmas-call-region): Remove, unused.
1804
1805         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1806
1807         * gnus-util.el (gnus-extract-address-component-name)
1808         (gnus-extract-address-component-email, gnus-sortable-date)
1809         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1810         (gnus-process-live-p): Remove, unused.
1811
1812         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1813
1814         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1815         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1816         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1817         function.
1818
1819         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1820
1821         * gnus-score.el (gnus-summary-score-crossposting)
1822         (gnus-score-regexp-bad-p): Remove, unused.
1823
1824         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1825
1826         * gnus-range.el (gnus-sublist-p): Remove, unused.
1827
1828         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1829         unused.
1830
1831         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1832
1833         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1834         (gnus-request-associate-buffer): Remove, unused.
1835
1836         * gnus-group.el (gnus-group-set-method-info)
1837         (gnus-group-set-params-info): Remove, unused.
1838
1839         * gnus-fun.el (gnus-shell-command-to-string)
1840         (gnus-shell-command-on-region): Remove, unused.
1841
1842         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1843
1844         * gnus-art.el (gnus-article-text-type-exists-p)
1845         (article-translate-characters, gnus-article-hide-text-of-type)
1846         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1847         Remove, unused.
1848
1849 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1850
1851         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1852
1853 2012-07-21  Julien Danjou  <julien@danjou.info>
1854
1855         * message.el (message-dont-reply-to-names): Replace deprecated
1856         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1857         (message-get-reply-headers): Ditto.
1858
1859 2012-07-18  Julien Danjou  <julien@danjou.info>
1860
1861         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1862         `sieve-upload-and-kill'.
1863
1864         * sieve.el (sieve-bury-buffer): Remove function.
1865         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1866         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1867
1868 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1869
1870         * shr.el (shr-expand-url): Handle URL starting with `//'.
1871
1872 2012-07-13  Chong Yidong  <cyd@gnu.org>
1873
1874         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1875         instead of calling toggle-read-only with a (bogus) argument.
1876
1877 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1878
1879         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1880         of initial input when reading the author to restrict the summary to.
1881
1882 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mm-decode.el (mm-shr):
1885         Allow overriding charset by mm-charset-override-alist.
1886
1887 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-art.el (gnus-article-view-part):
1890         Toggle subparts of multipart/alternative part.
1891
1892 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1893
1894         * shr.el (shr-render-buffer): New command.
1895         (shr-visit-file): Use it.
1896
1897 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1900         Set no-byte-compile and no-update-autoloads.
1901
1902 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1905
1906 2012-06-25  Julien Danjou  <julien@danjou.info>
1907
1908         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1909         `nnimap-request-move-articles-find-limit' since we do not use it only
1910         for move operations.
1911         (nnimap-request-accept-article): Use
1912         `nnimap-request-articles-find-limit' to limit search by message-id.
1913
1914 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1915
1916         Support higher-resolution time stamps (Bug#9000).
1917
1918         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1919         VARLIST.  It's optional, for backward compatibility.
1920         (encode-time-value): New optional arg PICO.  New type 3.
1921         (time-to-seconds) [!float-time]: Support the new picoseconds
1922         component if it's used.
1923         (seconds-to-time, time-subtract, time-add):
1924         Support ps-resolution time stamps as well.
1925
1926 2012-06-19  Julien Danjou  <julien@danjou.info>
1927
1928         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1929
1930         * nnimap.el (nnimap-log-buffer): Check that
1931         `window-point-insertion-type' is boundp, since it's not available in
1932         XEmacs.
1933
1934 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1935
1936         * nnimap.el (nnimap-log-buffer): Add this, setting
1937         `window-point-insertion-type' in the buffer to t.
1938         (nnimap-log-command): Use nnimap-log-buffer.
1939
1940 2012-06-19  Julien Danjou  <julien@danjou.info>
1941
1942         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1943         argument to be able to limit the search.
1944         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1945         (nnimap-request-move-articles-find-limit): Add this to limit the search
1946         by Message-Id after a message move.
1947         (nnimap): Add defgroup.
1948
1949 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1950
1951         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1952
1953 2012-06-15  Julien Danjou  <julien@danjou.info>
1954
1955         * nnimap.el (nnimap-find-article-by-message-id): Use
1956         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1957         (nnimap-possibly-change-group): Add read-only argument.
1958         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1959         issuing EXAMINE manually.
1960         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1961         with read-only argument.
1962         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1963         cannot possibly change because we need to be sure that it's either
1964         read-write or read-only.
1965
1966 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1969         being bound to a lambda form.
1970
1971 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1972
1973         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1974         articles when fetch-old is non-nil (bug#11370).
1975
1976 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1977
1978         * gnus-picon.el (gnus-picon-properties): New defcustom.
1979         (gnus-picon-create-glyph): Use it.
1980
1981 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-group.el (gnus-group-get-new-news): Respect
1984         `gnus-group-use-permanent-levels', as documented (bug#11638).
1985
1986 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1987
1988         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1989         groups (bug#11641).
1990
1991 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1992
1993         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1994         is an integer to avoid later problems.
1995
1996 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1999         locales.
2000
2001         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2002         on a handle.
2003
2004         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2005         address as the default.
2006         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2007
2008         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2009         makes no sense to query the user about internal files.
2010
2011         * gnus-spec.el: Remove all the byte-compilation stuff, since
2012         benchmarking shows that it doesn't help when entering large summary
2013         buffers.
2014
2015         * gnus-xmas.el (gnus-xmas-define): Remove.
2016
2017         * gnus-util.el (gnus-byte-code): Remove.
2018
2019         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2020         grouplens stuff.
2021
2022 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2025         (bug#11514).
2026
2027 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2028
2029         * message.el (message-buffers): Return all buffers derived from Message
2030         to make `gnus-dired-attach' work with mu4e.
2031
2032 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2033
2034         * nntp.el: Stop the `letf' madness.
2035         (nntp--report-1): New var.
2036         (nntp-report): Merge nntp-report-1 into it.
2037         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2038         the nntp-report function.
2039
2040         * auth-source.el: Fix comment-style to follow the convention.
2041
2042 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2043
2044         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2045         (mm-dissect-singlepart): Don't guess the MIME type of
2046         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2047         set.
2048         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2049         toplevel MIME type is multipart/encrypted.
2050
2051 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2054         a string so that Gcc works (bug#11514).
2055
2056 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2057
2058         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2059         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2060
2061 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2062
2063         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2064         jumping to *Server* from a dedicated *Group* window.
2065         (gnus-configure-frame): CSE.
2066
2067         * gnus-registry.el: Minor style cleanup.
2068         (gnus-registry--set/remove-mark): New function, extracted from
2069         gnus-registry-install-shortcuts.
2070         (gnus-registry-install-shortcuts): Use it.
2071
2072 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * nnspool.el (news-path): Use eval-and-compile.
2075
2076 2012-05-24  Glenn Morris  <rgm@gnu.org>
2077
2078         * nnspool.el (news-directory, news-path, news-inews-program):
2079         Move here from paths.el.  Don't see a need for these to be autoloaded.
2080
2081         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2082         Merge in doc from paths.el version.  Don't see any need for this to be
2083         autoloaded, or for the warning about users not setting it.
2084
2085 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2086
2087         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2088         format.  In particular, add an optional argument and a docstring.
2089
2090         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2091
2092         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2093         current before calling `gnus-groups-to-gnus-format'.
2094         Note that this was already the case for `gnus-active-to-gnus-format'.
2095
2096 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2097
2098         Fix minor Y10k bug.
2099         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2100
2101 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2104         message once it's actually open.
2105
2106 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2107
2108         * gnus.el: Ma Gnus v0.5 is released.
2109
2110 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2111
2112         * auth-source.el (auth-source--aput-1, auth-source--aput)
2113         (auth-source--aget): New functions and macros.
2114         Use them instead of aput/aget.
2115
2116 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2117
2118         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2119
2120 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2121
2122         * plstore.el (plstore-called-interactively-p): New compat macro copied
2123         from message.el.
2124         (plstore-mode): Use it.
2125
2126 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2127
2128         * plstore.el: Revive the editing feature.
2129         (plstore-mode): New mode to edit plstore file.
2130         (plstore-mode-toggle-display, plstore-mode-original)
2131         (plstore-mode-decoded): New command.
2132         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2133         (plstore--insert-buffer, plstore--make): New function.
2134         (plstore-open, plstore-save): Simplify by using them.
2135
2136 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2139
2140 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2141
2142         * tls.el (open-tls-stream): Remove unused binding.
2143
2144 2012-04-16  Glenn Morris  <rgm@gnu.org>
2145
2146         * nndraft.el (nndraft-request-list): Fix declaration.
2147
2148 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * mm-decode.el (mm-dissect-buffer): Doc fix.
2151
2152         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2153         don't have a current group.
2154
2155         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2156         buffer if it doesn't exist.
2157
2158         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2159         given, mark the group as ephemeral with the current window conf.
2160
2161         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2162         buffer exists, which it doesn't if we haven't started Gnus.
2163         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2164
2165 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2168         type is.
2169
2170         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2171         `unexists' entries.
2172         (gnus-clean-old-newsrc): Fix last checkin.
2173
2174         * nnimap.el (nnimap-update-info): None of the articles below the active
2175         low-water mark exist.
2176
2177         * dgnushack.el: Get rid of XEmacs compilation warning.
2178
2179         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2180         would have gotten if we posted to the group, and use that to compare
2181         against the message we want to cancel (bug#10808).
2182
2183         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2184         on XEmacs.
2185
2186 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2187
2188         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2189         `scroll-margin'.
2190
2191 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2192
2193         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2194         citation prefix within a block of cited text should be considered part
2195         of that block *only* if it is a blank line.
2196
2197 2012-04-09  Chong Yidong  <cyd@gnu.org>
2198
2199         * binhex.el, hashcash.el, uudecode.el:
2200         Remove * characters from the front of variable docstrings.
2201
2202 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2205         before kinsoku-bol characters nor within kinsoku-eol characters.
2206
2207 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2210         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2211         (gnus-sync-read): Use mapc instead of mapcar.
2212
2213         * mm-archive.el: Require mm-decode for some macros.
2214         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2215         the byte compiler.
2216         (mm-archive-decoders): New function that returns the value of
2217         the mm-archive-decoders variable.
2218
2219         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2220         instead.
2221         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2222
2223         * nnimap.el (gnus-refer-thread-use-nnir):
2224         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2225
2226 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2229
2230 2012-03-12  Peter Münster  <pmrb@free.fr>
2231
2232         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2233         (gnus-demon-cancel): Ditto.
2234         (gnus-demon-run-callback): When function cannot be called due to low
2235         idleness, call it when idleness reaches the expected value, instead of
2236         waiting another timer period.
2237         (gnus-demon-init): Add `time' to arguments of call-back.
2238
2239 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2242
2243         * gnus.el: Register gnus-registry functions.
2244
2245         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2246         indent.
2247
2248         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2249         enabled before warping.
2250
2251 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2252
2253         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2254         registry about each article retrieved.
2255
2256         * gnus-int.el (gnus-select-group-with-message-id): New function.
2257         (gnus-try-warping-via-registry): Ditto.
2258         (gnus-warp-to-article): Fall back on the registry.
2259
2260 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2261
2262         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2263         inboxes.
2264
2265 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2268
2269 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2272         gnus-gcc-self-resent-messages may be a group parameter.
2273         (gnus-summary-resend-message): Don't encode encoded words in header
2274         when Gcc'ing resent message.
2275
2276 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * shr.el (shr-insert): Treat non-breaking space just like normal
2279         space.  This seems to produce more pleasing results.
2280         (shr-insert): Only insert a blank line if we're starting from an image.
2281         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2282         (shr-ensure-paragraph): Consider lines with white space to be blank.
2283
2284 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2285
2286         * Makefile.in: Respect DESTDIR.
2287
2288 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2289
2290         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2291         and gnus-gcc-post-body-encode-hook.
2292
2293 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2296         messages that don't exist.
2297
2298         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2299
2300 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2303         Remove.
2304
2305         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2306
2307         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2308
2309 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2312         have a group name.
2313
2314         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2315         a multibyte buffer (bug#7410).
2316         (article-wash-html): Parse the original article buffer to get the
2317         unencoded data (bug#7410).
2318
2319         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2320         .newsrc.el files.
2321
2322 2012-04-05  Bastien Guerry  <bzg@altern.org>
2323
2324         * color.el (color-lighten-name): Fix typo.
2325
2326 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2329         "#" to avoid having them interpreted as comments.
2330
2331 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * shr.el (shr-insert): Update the text state properly to avoid
2334         inserting spurious paragraph starts.
2335
2336 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * shr.el (shr-table-widths): Divide the extra width more fairly over
2339         the TDs (bug#10973).
2340         (shr-render-td): Don't delete too much padding.
2341         (shr-natural-width): Compute the natural width more correctly.
2342         (shr-insert): Allow the natural width to be computed for tables again.
2343         (shr-tag-table-1): Rework how the natural widths are computed by
2344         rendering the table a third time.
2345         (shr-natural-width): Removed.
2346         (shr-buffer-width): New function.
2347         (shr-expand-newlines): Use it.
2348
2349         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2350         using a `gnus-use-full-window' setup (bug#11013).
2351
2352 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2355         24.1 release.
2356
2357 2012-03-10  David Edmondson  <dme@dme.org>
2358
2359         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2360         'Forwarded Message' header and the start of the message.
2361
2362 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2363
2364         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2365         isn't running (bug#10897).
2366
2367 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2370         This is inconsistent with all the other stream functions, which leave
2371         the setting up to the higher levels (if so wanted) (bug#10931).
2372
2373 2012-02-28  Glenn Morris  <rgm@gnu.org>
2374
2375         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2376         mm-decode.el: Standardize possessive apostrophe usage.
2377
2378 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2381
2382 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2383
2384         * parse-time.el (parse-time-string): Allow extractor to return nil.
2385
2386 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2389
2390 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2393
2394 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2395
2396         * mm-decode.el (mm-shr): Remove "soft hyphens".
2397
2398         * nnimap.el (nnimap-request-list): Return the group names encoded as
2399         utf8.  Otherwise non-European group names don't work.
2400         (nnimap-request-newgroups): Ditto.
2401
2402         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2403         the default in `read-string' (bug#10757).
2404
2405         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2406         topics (bug#10843).
2407
2408         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2409         buffer.  Suggested by Herbert Valerio Riedel.
2410         (nnimap-request-move-article): Delete the message from the correct IMAP
2411         server.
2412
2413 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2414
2415         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2416         Reported by Peter Münster.
2417
2418 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2419
2420         * shr.el (shr-image-fetched): Make sure we really kill the right
2421         buffer.
2422
2423 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2424
2425         * gnus-start.el (gnus-1): Avoid duplicate entries.
2426
2427 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2428
2429         * imap.el: Remove.
2430
2431         * nntp.el (nntp-coding-system-for-read): Remove.
2432         (nntp-coding-system-for-write): Ditto.
2433         (nntp-open-connection): Just use `binary' directly.
2434
2435         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2436         Gnus 0.3.
2437
2438 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2439
2440         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2441         application/octet-stream parts really is.
2442
2443         * gnus-sum.el (gnus-propagate-marks): Remove.
2444
2445 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2446
2447         * shr.el (shr-rescale-image): Undo previous change; see
2448         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2449
2450 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2451
2452         * gnus.el: Ma Gnus v0.3 is released.
2453
2454 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-sum.el (gnus-summary-local-variables): Make
2457         `gnus-newsgroup-unexist' into a local variable.
2458
2459 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2460
2461         * registry.el (registry-usage-test, registry-persistence-test): Move to
2462         tests/gnustest-registry.el.
2463         (registry-make-testable-db, registry-match-test)
2464         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2465
2466         * gnus-registry.el (gnus-registry-misc-test)
2467         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2468
2469         * tests/gnustest-registry.el: New file with the registry and
2470         gnus-registry ERT tests.
2471
2472 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-msg.el (gnus-summary-resend-message): Make
2475         gnus-summary-resend-message-insert-gcc be last item in
2476         message-header-setup-hook.
2477
2478 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2481         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2482         Remove.
2483         (nnfolder-open-server): Don't use marks.
2484         (nnfolder-request-delete-group): Ditto.
2485         (nnfolder-request-rename-group): Ditto.
2486         (nnfolder-request-set-mark, nnfolder-request-marks)
2487         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2488         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2489
2490         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2491         (nnml-marks-modtime): Remove.
2492         (nnml-request-delete-group): Don't use marks.
2493         (nnml-request-rename-group): Ditto.
2494         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2495         (nnml-save-marks, nnml-open-marks): Remove.
2496
2497         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2498         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2499         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2500         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2501         (nntp-server-to-method-cache): Remove.
2502
2503         * shr.el (shr-rescale-image): Fix wrong merge.
2504
2505 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2506
2507         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2508         too-wide lines.
2509
2510 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nnimap.el (nnimap-record-commands): New variable.
2513         (nnimap-log-command): Use it.
2514         (nnimap-make-process-buffer): Add a space to the process buffer.
2515         (nnimap-transform-headers): Don't bug out on header lines containing
2516         stuff that look like IMAP length encodings.
2517
2518         * shr.el (shr-rescale-image): Allow viewing large images.
2519
2520 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2521
2522         * nnml.el (nnml-request-compact-group): Delete the marks file after
2523         compaction (bug#10800).
2524
2525         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2526         group exit.
2527
2528         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2529         QRESYNC/FETCH output.
2530
2531 2012-02-11  Glenn Morris  <rgm@gnu.org>
2532
2533         * sieve-manage.el (sieve-manage-default-stream):
2534         * shr.el (shr):
2535         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2536         (nnir-retrieve-headers-override-function)
2537         (nnir-imap-default-search-key, nnir-notmuch-program)
2538         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2539         (nnir-method-default-engines):
2540         * message.el (message-cite-reply-position):
2541         * gssapi.el (gssapi-program):
2542         * gravatar.el (gravatar):
2543         * gnus-sum.el (gnus-refer-thread-use-nnir):
2544         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2545         (gnus-registry-max-pruned-entries):
2546         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2547         * gnus-int.el (gnus-after-set-mark-hook)
2548         (gnus-before-update-mark-hook):
2549         * gnus-async.el (gnus-async-post-fetch-function):
2550         * auth-source.el (auth-source-cache-expiry):
2551         Add missing :version tags to new defcustoms and defgroups.
2552
2553 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2556         `gnus-newsgroup-unexist'.
2557
2558         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2559         marks.
2560         (gnus-article-special-mark-lists): Put the `unexist' in the special
2561         marks list instead.
2562
2563         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2564         articles in the list of articles to be selected.
2565
2566         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2567         articles.
2568         (nnimap-update-info): Keep track of unexisting articles.
2569         (nnimap-update-qresync-info): Ditto.
2570
2571 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2572
2573         * message.el (message-default-send-mail-function): Made into own
2574         function for reuse by emacsbug.el.
2575
2576 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2577
2578         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2579         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2580
2581 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2582
2583         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2584         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2585
2586         * gnus-compat.el: Define `timer-set-function'.
2587
2588         * mm-decode.el (mm-display-external): Output the text from the command
2589         in the buffer after the command finished.  This makes text-based
2590         commands behave better.
2591
2592 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2595
2596 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2599         23.1.
2600
2601 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2604
2605 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2606
2607         * message.el (smtpmail-smtp-user): Silence compiler warning.
2608
2609 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2612         SMTP user name.
2613
2614 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-sum.el (gnus-summary-show-thread):
2617         next-single-char-property-change may return nil in XEmacs.
2618         (gnus-summary-article-map): Fix typo.
2619
2620 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2623         running.
2624
2625         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2626
2627         * gnus.el (gnus-server-extend-method): Don't add an -address component
2628         if the method already has one (bug#9676).
2629
2630 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2633         of an initial-input for consistency (bug#10757).
2634
2635         * dgnushack.el: Fix XEmacs compilation warning.
2636
2637         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2638
2639         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2640
2641 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2642
2643         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2644         lines that are narrower than the window width.  Otherwise background
2645         "blocks" will look less readable.
2646
2647 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2648
2649         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2650         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2651         have newlines within the strings, and where the UID comes after the
2652         BODYSTRUCTURE element (bug#10537).
2653
2654         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2655         (bug#10732).
2656
2657         * shr.el (shr-insert-document): Add doc string.
2658         (shr-visit-file): Ditto.
2659         (shr-remove-trailing-whitespace): New function.
2660         (shr-insert-document): Use it to clean up trailing whitespace as the
2661         final step (bug#10714).
2662
2663 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2666         buffer if `gnus-kill-summary-on-exit' is nil.
2667
2668 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2671         when just reading a single group from "without" Gnus.
2672
2673 2012-02-06  Chong Yidong  <cyd@gnu.org>
2674
2675         * gnus-sum.el (gnus-summary-show-thread):
2676         next-single-char-property-change never returns nil (Bug#8657).
2677
2678 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2679
2680         * message.el (message-multi-smtp-send-mail): New function.
2681         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2682         header to implement multi-SMTP functionality.
2683
2684         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2685         (gnus-agentize): Don't set it.
2686         (gnus-agent-send-mail): Don't use it.
2687
2688         * gnus-sum.el (gnus-summary-widget-backward): New function and
2689         keystroke.
2690
2691         * gnus-compat.el: More the compat functions more compatible.
2692
2693         * shr.el (shr-put-image): Remove underlines from sliced images.
2694         (shr-zoom-image): Compute the region to be replaced more correctly.
2695
2696 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2699         (gnus-summary-resend-message-insert-gcc): New function.
2700         (gnus-summary-resend-message): Modify message-header-setup-hook and
2701         message-sent-hook to make it work for Gcc.
2702         (gnus-inews-do-gcc): Update the number of unread articles of groups
2703         that messages are Gcc'd to.
2704
2705         * message.el (message-resend): Run message-sent-hook to do Gcc.
2706
2707 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2708
2709         * lpath.el: Fix an XEmacs compilation warning.
2710
2711         * gnus-compat.el: Require `help-fns' to fix compilation error.
2712
2713         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2714         a higher level to silence compilation.
2715
2716         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2717         parameter to allow controlling the scaling.
2718
2719         * shr.el (shr-zoom-image): New command and keystroke.
2720         (shr-put-image): Take a `size' flag to say how to scale the image.
2721
2722         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2723         deletion unless already defined.
2724
2725         * gnus.el (gnus-compat): Require it.
2726
2727         * gnus-compat.el: New file.
2728
2729         * gnus-start.el (gnus-clean-old-newsrc): New function.
2730         (gnus-read-newsrc-file): Use it.
2731
2732         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2733         Use recursive deletion.
2734         (mm-dissect-archive): Add support for zip files.
2735
2736         * gnus-util.el (gnus-recursive-directory-files): New function.
2737
2738         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2739         (mm-archive-decoders): Add tgz support.
2740
2741         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2742         Otherwise inserting text into the Gnus buffer can look odd.
2743
2744         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2745
2746         * mm-archive.el (mm-archive-decoders): Add support for tar.
2747
2748         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2749
2750         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2751
2752 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2753
2754         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2755
2756         * mm-archive.el: New file.
2757
2758         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2759
2760         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2761
2762         * message.el (message-goto-*): Make all the `message-goto-*' commands
2763         push the mark before moving point.  This makes it easier to go back to
2764         where you came from after editing whatever you jumped to.
2765
2766 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2767
2768         * gnus.el: Ma Gnus v0.1 is released.
2769
2770 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2771
2772         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2773         without reconnecting.
2774         (nnimap-possibly-change-group): Ditto.
2775         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2776         connection has died before being called.
2777
2778 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2779
2780         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2781         an initial sync unless we're really doing one.
2782
2783         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2784         address parameter if one already exists (bug#9676).
2785
2786         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2787         not the prefix, as documented (bug#10689).
2788
2789 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2792         the "server".
2793
2794         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2795         the real error message with the useless "previously known to be down".
2796         Which isn't even correct.
2797
2798         * nntp.el (nntp-open-connection): Report the error message if the nntp
2799         server can't be reached.
2800
2801         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2802         groups we do a total scan for.
2803         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2804         doing that.
2805
2806 2012-01-31  Jim Meyering  <jim@meyering.net>
2807
2808         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2809         Correct a comment (insert "not") and hide nominally-doubled "to".
2810
2811 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus.el (gnus-version): Change name to "Ma Gnus".
2814
2815 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2816
2817         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2818         section in the manual.
2819
2820 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2821
2822         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2823         words.
2824         (rfc2047-encode-string): Ditto.
2825         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2826         understand folded filename="..." parameters, for instance.
2827
2828         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2829         the message for greater debuggability.
2830
2831 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2832
2833         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2834         instead of setting it locally, since the latter doesn't seem to have
2835         any effect (most of the time).
2836
2837 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2838
2839         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2840         function call.
2841
2842 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2843
2844         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2845         seconds, and make the repeat clause with HH:MM specs work as
2846         documented.
2847
2848 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2849
2850         * proto-stream.el (proto-stream-capability-open): Fall back on
2851         :end-of-command if :end-of-capability doesn't exist.
2852
2853 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2856         bound globally in old Emacsen and XEmacsen.
2857
2858 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2861         so that previous errors don't prohibit getting new news.
2862
2863         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2864
2865         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2866
2867 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2868
2869         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2870         buffer, not of the string which is its name.
2871
2872 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2873
2874         * proto-stream.el (proto-stream-capability-open): Wait for
2875         :end-of-capability, not :end-of-command.
2876
2877         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2878         non-server-marks groups.
2879         (gnus-group-make-articles-read): Ditto.
2880
2881         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2882         methods (bug#9676).
2883
2884         * gnus.el (gnus-method-ephemeral-p): New function.
2885
2886 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2889         left-to-right.
2890
2891 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2892
2893         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2894         warning.
2895
2896 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2897
2898         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2899         macroexpand the nnir things, since they haven't been defined yet, and
2900         nnir requires gnus-sum.
2901
2902 2012-01-24  Julien Danjou  <julien@danjou.info>
2903
2904         * color.el (color-rgb-to-hsl): Fix value computing.
2905         (color-hue-to-rgb): New function.
2906         (color-hsl-to-rgb): New function.
2907         (color-clamp, color-saturate-hsl, color-saturate-name)
2908         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2909         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2910
2911 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2914
2915 2012-01-19  Julien Danjou  <julien@danjou.info>
2916
2917         * color.el (color-name-to-rgb): Use the white color to find the max
2918         color component value and return correctly computed values.
2919         (color-name-to-rgb): Add missing float conversion for max value.
2920
2921 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2922
2923         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2924         logical server name in addition to the actual machine address.
2925
2926         * auth-source.el (auth-source-user-and-password): Add convenience
2927         wrapper to search by just host and optionally user.
2928
2929 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2932         after rendering.
2933
2934 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2935
2936         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2937         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2938         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2939
2940 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2943         (bug#9693).
2944         (gnus-summary-setup-buffer): Document return value (bug#9697).
2945
2946         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2947         since ido doesn't work on symbols (bug#9632).
2948
2949         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2950         when getting a single value as when getting all the values.  This means
2951         that atoms like `gcc-self' work cumulatively, like variable settings,
2952         instead of getting the value from the last matching clause.
2953         (gnus-group-find-parameter): Protect against the group buffer not
2954         existing (bug#9585).
2955
2956 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * gnus-start.el (gnus-activate-group): Document more parameters
2959         (bug#9694).
2960
2961         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2962         (bug#9692).
2963
2964         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2965         article was fetched, so that it can be expired later (bug#9958).
2966         (gnus-agent-summary-fetch-series): Add doc string.
2967         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2968         (bug#9517).
2969
2970         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2971         retrieval is happening.
2972
2973         * gnus.el (gnus-parameters): Doc fix.
2974
2975 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2976
2977         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2978         show the thread after expansion.
2979
2980 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-art.el (article-narrow-to-head): If the head is completely
2983         empty, narrow to the empty region (bug#9764).
2984
2985         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2986         read, and then mark them as unread only when the unread mark is used.
2987         This makes `C-- T k' actually work, even though it's confusing.
2988
2989         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2990         alive before we try to find its window.
2991
2992 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2993
2994         * mm-decode.el (mm-display-external): Use a longer timeout for the
2995         deletion to allow slow programs to display the file.
2996
2997 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3000         prompt to be less confusing.
3001
3002         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3003         argument to `message-reply'.  This broke `special-display-*' frame
3004         pop-uping (bug#10238).
3005
3006 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3009         systems, since these allegedly don't work there.
3010
3011 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3012
3013         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3014         live buffer.
3015
3016 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * nnir.el (nnir-retrieve-headers): Protect against the article not
3019         existing on the server (bug#10335).
3020
3021 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3022
3023         * gnus-agent.el (gnus-agent-load-local): Recompute
3024         gnus-agent-article-local on changing method.
3025
3026 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus.el (gnus-parameters): Note precedence.
3029
3030 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3031
3032         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3033         in the group buffer.
3034
3035 2012-01-04  Julien Danjou  <julien@danjou.info>
3036
3037         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3038         change.
3039
3040 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3043         too.
3044
3045         * nntp.el (nntp-retrieve-group-data-early): Use it.
3046
3047 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * nntp.el (nntp-retrieval-in-progress): New variable.
3050         (nntp-make-process-buffer): Make it buffer-local.
3051
3052         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3053         2010.
3054         (gnus-demon-init): Use it to compute the time if time is on the form
3055         "04:23".
3056
3057         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3058
3059         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3060         status in the correct buffer.
3061
3062 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3063
3064         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3065         when opening topics (bug#10407).
3066
3067 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3068
3069         * gnus-cus.el (gnus-score-customize):
3070         * gnus-sum.el (gnus-sort-gathered-threads):
3071         * message.el (message-shorten-references):
3072         * nnmairix.el (nnmairix-request-group):
3073         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3074
3075 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3076
3077         * gnus-agent.el (gnus-agent-regenerate-group):
3078         * gnus-int.el (gnus-retrieve-group-data-early):
3079         * mm-util.el (mm-codepage-ibm-list):
3080         * nndiary.el (Commentary, nndiary-get-new-mail):
3081         * nnir.el (nnir):
3082         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3083
3084 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * mm-view.el (mm-display-inline-fontify): Add comment.
3087
3088 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3089
3090         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3091         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3092
3093 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3094
3095         * gnus-art.el (gnus-split-methods):
3096         * gnus-msg.el (gnus-configure-posting-styles):
3097         * gnus-spec.el (gnus-parse-simple-format):
3098         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3099         * message.el (message-do-actions): Spelling fix.
3100
3101 2011-12-15  Juri Linkov  <juri@jurta.org>
3102
3103         * mm-decode.el (mm-inline-media-tests): Add missing
3104         `mm-handle-media-subtype'.
3105
3106 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3107
3108         * gnus-group.el (gnus-group-tool-bar):
3109         * gnus-sum.el (gnus-summary-tool-bar):
3110         * message.el (message-tool-bar):
3111         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3112
3113 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3114
3115         * plstore.el (plstore--insert-buffer): Spelling fix.
3116
3117 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3118
3119         * message.el (message-valid-fqdn-regexp): Update with newly approved
3120         top-level domain names ".tel" and ".asia".
3121
3122 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3125         unconditionally.
3126
3127 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3130         pop-to-buffer-same-window for old Emacsen.
3131
3132 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3133
3134         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3135
3136 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3137
3138         * netrc.el (netrc-credentials): Spelling fix.
3139
3140 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3141
3142         * gnus-fun.el (gnus-fun-ppm-change-string):
3143         * gnus-msg.el (gnus-inews-do-gcc):
3144         * gnus-sum.el (gnus-summary-find-for-reselect):
3145         * gnus.el (gnus-summary-cancelled):
3146         * message.el (message-cancel-hook, message-send-news):
3147         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3148         * nnir.el (nnir-run-hyrex):
3149         * nntp.el (nntp-with-open-group-function):
3150         * pgg.el (pgg-pending-timers): Spelling fix.
3151
3152 2011-12-04  Chong Yidong  <cyd@gnu.org>
3153
3154         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3155         change (Bug#10200).
3156
3157 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * compface.el (uncompface):
3160         * gnus-art.el (gnus-article-x-face-command): Update the header format
3161         of icon data for the most recent icontopbm program.
3162
3163 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-msg.el (gnus-inews-do-gcc):
3166         * message.el (message-send-mail):
3167         * mml.el (mml-generate-mime): Share the value of the buffer-local
3168         `message-options' variable between a draft buffer and temprary working
3169         buffers.
3170
3171 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3172
3173         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3174
3175 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3178         for Cygwin.
3179
3180 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3181
3182         * gnus-group.el (gnus-group-prepare-flat):
3183         * mm-bodies.el (mm-encode-body):
3184         * mml.el (mml-preview):
3185         * nnml.el (nnml-request-compact-group):
3186         * pop3.el (pop3-stream-type): Spelling fix.
3187
3188 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3189
3190         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3191
3192 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3193
3194         * color.el (color-rgb-to-hsl):
3195         * gmm-utils.el (gmm-tool-bar-style):
3196         * gnus-group.el (gnus-group-prepare-flat):
3197         * gnus-topic.el (gnus-topic-prepare-topic):
3198         * mm-decode.el (mm-discouraged-alternatives):
3199         * rfc2047.el (rfc2047-encode-1):
3200         * starttls.el: Spelling fix.
3201
3202 2011-11-24  Glenn Morris  <rgm@gnu.org>
3203
3204         * binhex.el (binhex-begin-line): Give it basic doc-string.
3205
3206         * starttls.el, tls.el: Fix case of "GnuTLS".
3207
3208 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3209
3210         * gnus-group.el (gnus-group-highlight): Fix typo.
3211
3212 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3213
3214         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3215         value of `delete-file', that returns nil for a local file but returns t
3216         for a remote file using ssh.
3217
3218 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3219
3220         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3221
3222 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3225         avoid later breakage.
3226
3227 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3230         article buffers' name.
3231
3232 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3235         by Paul Eggert's spellfixes two days ago.
3236
3237 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3240         doesn't have it.
3241
3242         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3243         buffer-local instead of binding them to avoid warnings.  Also demote
3244         errors (bug#10063).
3245         (font-lock-mode-hook): Shut up byte compiler.
3246
3247 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3248
3249         * mm-util.el (mm-charset-after):
3250         * nnir.el (nnir-run-hyrex):
3251         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3252         (ntlm-get-password-hashes, ntlm-md4hash):
3253         * smime.el: Fix typo.
3254
3255 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3256
3257         * gnus-agent.el (gnus-agent-expire-group-1):
3258         * nndiary.el (nndiary-last-occurence):
3259         * nnimap.el (nnimap-request-set-mark):
3260         * nnmairix.el (nnmairix-only-use-registry):
3261         * gnus-group.el (gnus-group-prepare-flat):
3262         * gnus-sum.el (gnus-decode-encoded-word-methods):
3263         * message.el (message-wash-subject):
3264         * nntp.el (nntp-retrieve-headers-with-xover):
3265         * smime.el (smime-certificate-directory): Spelling fix.
3266
3267 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3268
3269         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3270
3271         * color.el:
3272         * gnus-agent.el (gnus-agent-possibly-alter-active):
3273         * gnus-dired.el (gnus-dired-print):
3274         * mail-parse.el:
3275         * nnmairix.el (nnmairix-request-group):
3276         * shr.el (shr-image-displayer):
3277         * sieve-manage.el:
3278         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3279
3280 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3281
3282         * gnus-sum.el (gnus-auto-select-subject):
3283         * spam-report.el (spam-report-resend): Spelling fix.
3284
3285 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3286
3287         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3288         * gnus-art.el (gnus-default-article-saver):
3289         * gnus-srvr.el (gnus-server-copy-server):
3290         * gnus.el (gnus-sloppily-equal-method-parameters):
3291         * html2text.el (html2text-format-tag-list):
3292         * message.el (message-narrow-to-head):
3293         * nndiary.el:
3294         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3295         * sieve.el: Spelling fix.
3296
3297 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3298
3299         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3300         * gnus-sum.el (gnus-summary-make-menu-bar):
3301         * gnus-uu.el (gnus-uu-decode-postscript)
3302         (gnus-uu-decode-postscript-and-save):
3303         * mailcap.el (mailcap-print-command):
3304         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3305         Fix typos.
3306
3307 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3308
3309         * gnus-art.el (gnus-article-part-wrapper):
3310         * html2text.el (html2text-fix-paragraphs):
3311         * mm-decode.el (mm-image-fit-p):
3312         * rfc2047.el (rfc2047-encode-message-header):
3313         * shr-color.el (shr-color-visible-distance-min)
3314         (shr-color-relative-to-absolute, set-minimum-interval)
3315         (shr-color-visible): Fix typos.
3316
3317 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3318
3319         * gmm-utils.el (gmm-tool-bar-item):
3320         * gnus-art.el (gnus-treat-body-boundary):
3321         * gnus-diary.el (gnus-user-format-function-d):
3322         * gnus-start.el (gnus-get-unread-articles):
3323         * pgg-gpg.el (pgg-gpg-update-agent):
3324         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3325
3326 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3327
3328         * gnus-topic.el (gnus-group-prepare-topics):
3329         * gnus-uu.el (gnus-extract-view):
3330         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3331
3332 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         * spam.el: Move BBDB autoloads.
3335         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3336         BBDB 2 and 3.
3337         (spam-check-BBDB): Use it.
3338         (spam-enter-ham-BBDB): Use it.
3339
3340 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3341
3342         * smime.el (smime-draw-buffer): Spelling fix.
3343
3344 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3345
3346         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3347         for scanning exactly one level.
3348         * gnus-start.el (gnus-get-unread-articles): Ditto.
3349
3350 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3353         slightly clearer.
3354
3355 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3356
3357         * gnus-sync.el: More commentary about setup.
3358
3359 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * message.el (message-send-and-exit): Document `arg'.
3362
3363 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3364
3365         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3366
3367 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3368
3369         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3370
3371         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3372         we don't use `bound-and-true-p'.
3373
3374 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * gnus-util.el (gnus-bound-and-true-p): Remove.
3377         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3378         * nnir.el: Use it.
3379         * nnmairix.el: Use it.
3380
3381 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3382
3383         * gnus-sync.el: Improve docs about CouchDB admins.
3384
3385         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3386         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3387         for reasons unknown.
3388         * nnir.el: Use it.
3389         * nnmairix.el: Use it.
3390
3391         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3392         * nnir.el: Ditto.
3393         * nnmairix.el: Ditto.
3394
3395         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3396
3397 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3400         not needed.  Provide xmlplistread list function to produce XML plist
3401         output for non-Gnus LeSync clients.
3402
3403 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3404
3405         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3406
3407         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3408         and save against it.  Group subscriptions, read marks, other marks,
3409         subscription levels, topic names, and topic offsets (the group's
3410         position within the topic) are saved.  This is an experimental backend
3411         and may change significantly.  Load json.el from the gnus-fallback-lib
3412         if it's not available otherwise.
3413         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3414
3415 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3416
3417         * message.el (message-completion-function): Make sure
3418         message-tab-body-function is not attempted if one of
3419         message-completion-alist fails to find a completion (bug#9158).
3420
3421 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3422
3423         * mml.el (mml-quote-region): Quote <#secure> tag.
3424         (mml-generate-mime-1): Unquote <#secure> tag.
3425
3426 2011-10-20  Chong Yidong  <cyd@gnu.org>
3427
3428         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3429         calling a minor mode from Lisp with nil arg enables it, so we have to
3430         make the wording a bit ambiguous here).
3431
3432 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3433
3434         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3435         * nnir.el (nnir-mode): Use it.
3436         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3437         Use it.
3438
3439         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3440         * nnmairix.el (gnus-registry-enabled): Ditto.
3441
3442 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3443
3444         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3445         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3446         only while we need to find out if it should be t or nil.
3447         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3448         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3449         the registry is installed.  Set it to nil when it's unloaded.
3450         (gnus-registry-install-p): Provide user guidance for the initial value
3451         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3452         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3453         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3454         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3455         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3456         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3457         `gnus-registry-install'.
3458
3459 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3460
3461         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3462         previous change.
3463         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3464         primary key is marked as disabled.
3465
3466 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3467
3468         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3469         primary key is marked as disabled.
3470
3471 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3472
3473         * html2text.el (html2text-clean-anchor): Check for quotes around
3474         `href' value.
3475
3476 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3479         searching.  Drop `bbdb-cache'.
3480
3481 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * message.el (message-signed-or-encrypted-p): Exclude header when
3484         checking if there is signed or encrypted body in text/plain message.
3485
3486 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3487
3488         * html2text.el (html2text-get-attr): Correctly handle attribute values
3489         containing "=".
3490
3491 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3492
3493         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3494         handle bindings.
3495
3496 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-win.el (gnus-configure-windows): Protect against reading
3499         ephemeral groups outside of Gnus.
3500
3501 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * shr.el (shr-tag-img): Don't get images displayed in tables.
3504
3505 2011-10-03  Glenn Morris  <rgm@gnu.org>
3506
3507         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3508         the "maintainer" version of debbugs.gnu.org reports.
3509
3510 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3513         make asynchronous adjacent image insertion work better.
3514
3515 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3516
3517         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3518         documentation.
3519
3520 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3523         `gnus-asynchronous' isn't shadowed.
3524
3525 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3528
3529         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3530         (nnimap-insert-partial-structure): The charset parameter isn't
3531         case-sensitive.
3532
3533         * nnheader.el (nnheader-message-maybe): New function.
3534
3535         * shr.el (shr-tag-table): Render totally broken tables better.
3536
3537         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3538         computing the boundary.
3539
3540 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * pop3.el (pop3-number-of-responses): Remove.
3543         (pop3-wait-for-messages): Rewrite to take linear time instead of
3544         exponential time.
3545
3546 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3549         re-fetch images.
3550
3551         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3552         re-fetch images when hitting `g' in Gnus.
3553
3554 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3557         (mml-compute-boundary): Don't check collision if it is non-nil.
3558         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3559         before checking collision.
3560
3561 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * message.el (message-indent-citation): Really make sure there's a
3564         newline at the end.
3565
3566         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3567         Fix suggested by John Wiegley.
3568
3569         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3570
3571         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3572
3573         * message.el (message-default-send-rename-function): Break out into its
3574         own function.
3575
3576         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3577         doesn't work under XEmacs.
3578
3579         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3580         of "imaps" to word around Windows problems.
3581         (nnimap-open-connection-1): Use it.
3582
3583         * message.el (message-indent-citation): Revert last change which made
3584         `F' not work.
3585
3586 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3587
3588         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3589         terminal as well.
3590
3591 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3594         because it displays images using overlays that aren't easy to copy to
3595         the article buffer.
3596
3597 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3598
3599         * message.el (message-indent-citation): Fix empty line removal at the
3600         end of the citation.
3601
3602 2011-09-20  Julien Danjou  <julien@danjou.info>
3603
3604         * auth-source.el (auth-source-netrc-create): Use default value for
3605         password if specified.  Evaluate default.
3606         (auth-source-plstore-create): Ditto.
3607         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3608         value evaluation.
3609         (auth-source-netrc-create): Typo fix.
3610         (auth-source-plstore-create): Ditto.
3611
3612         * password-cache.el (password-cache-remove): Remove entries even if the
3613         value is nil, so that password with a nil value (negative caching) is
3614         possible to invalidate.
3615
3616         * auth-source.el (auth-source-format-cache-entry): New function.
3617
3618 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3621
3622 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3625
3626 2011-09-19  Julien Danjou  <julien@danjou.info>
3627
3628         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3629         which work with things that are not ASCII.
3630
3631 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3634
3635 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3638         message level.
3639
3640 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3643
3644 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3647
3648 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3651         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3652
3653 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3654
3655         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3656         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3657         articles.
3658
3659 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3660
3661         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3662         (message-mail-other-window, message-mail-other-frame)
3663         (message-news-other-window, message-news-other-frame):
3664         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3665         instead of setting buffer display varibles.
3666
3667 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3670
3671         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3672
3673 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3676         duplicates" to a higher level.
3677
3678         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3679         most egregious messages.
3680
3681 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682
3683         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3684
3685 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3686
3687         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3688         up the file (bug#9351).
3689
3690 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3693         it does with all other backends, but decode the names immediately after
3694         getting them.
3695
3696         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3697         decoding nnimap groups.
3698
3699         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3700         newsrc file.  It doesn't seem like an important optimization any more.
3701
3702 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3703
3704         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3705         overflows.
3706
3707 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3710         (gnus-interactive-exit): Extend to `quiet'.
3711
3712         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3713
3714         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3715         string.
3716
3717         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3718         renaming function arguments from `this'.
3719
3720         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3721
3722         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3723         has been renamed.
3724         (gnus-lrm-string-p): Include RLM and PDF, too.
3725
3726         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3727         (bug#9225).
3728
3729 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3730
3731         Add autoload cookies for functions used by sendmail.el.
3732         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3733
3734         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3735
3736 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-art.el (article-date-ut): Work properly even when there are
3739         things like Date header in the body; work for forwarded parts.
3740
3741 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3742
3743         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3744         original-article-buffer.
3745
3746 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3747
3748         * nnir.el (nnir-compose-result): Fix matching of server type.
3749         (nnir-run-swish++): Ditto.
3750         (nnir-run-namazu): Ditto.
3751         (nnir-run-notmuch): Ditto.
3752
3753 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3756         (bug#9405).
3757
3758         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3759         (bug#9421).
3760
3761         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3762         (bug#9425).
3763
3764         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3765         thing (bug#9426).
3766
3767 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3770         the error message.
3771
3772 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3773
3774         * message.el (message-setup-1): Return t (Bug#9392).
3775
3776 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3777
3778         * gnus-sum.el: When adding article headers to a summary buffer also
3779         update gnus-newsgroup-articles (bug#9386).
3780
3781 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * auth-source.el: Autoload help-mode.
3784
3785 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3788         names.
3789
3790 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3791
3792         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3793         mm-replace-in-string for compatibility issues.
3794         * mml2015.el (mml2015-epg-verify): Ditto.
3795
3796 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3799
3800         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3801
3802 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3805         continue on and do the clean-up phase (bug#9188).
3806
3807         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3808         just ignore groups that can't be opened instead of erroring out
3809         (bug#9225).
3810
3811         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3812         nil since some many people are fuddy-duddies.
3813
3814         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3815         images.
3816
3817         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3818         instead.
3819
3820         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3821
3822         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3823
3824         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3825         processing.
3826
3827         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3828         buffer to avoid warnings.
3829
3830 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3831
3832         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3833         specified to reduce precision.
3834
3835 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3838         bodystructures (bug#9314).
3839
3840 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3843         Make button keymap non-sticky after buttons.
3844
3845 2011-08-18  David Engster  <dengste@eml.cc>
3846
3847         * nnmairix.el (nnmairix-request-set-mark)
3848         (nnmairix-goto-original-article): Remove adding of article to registry,
3849         since `gnus-registry-add-group' isn't available anymore.
3850         (nnmairix-determine-original-group-from-registry):
3851         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3852         available anymore.
3853
3854 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3855
3856         * starttls.el (starttls-any-program-available): Define as obsolete
3857         function.
3858
3859 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3862         versions which Gnus use when appropriate.
3863
3864         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3865         a pretty destructive command.
3866
3867         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3868
3869 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * message.el (message-fix-before-sending): Make a different warning
3872         about NUL characters (bug#9270).
3873
3874         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3875         from custom (bug#9260).
3876
3877         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3878         things work in Emacs 22 and XEmacs, too.
3879
3880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3881         default From.
3882
3883         * gnus-spec.el (gnus-lrm-string-p): New macro.
3884         (gnus-lrm-string): New constant.
3885         (gnus-summary-line-format-spec): LRM-ify the from.
3886         (gnus-tilde-max-form): LRM-ify string chopping.
3887
3888         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3889
3890         * message.el (message-is-yours-p): Allow disabling canlock checking
3891         (bug#9295).
3892         (message-shoot-gnksa-feet): Add `canlock-verify'.
3893         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3894         message directory isn't writable (bug#9304).
3895
3896         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3897         non-world-readable.
3898
3899 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3902         articles.
3903
3904 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3905
3906         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3907         copy-list.
3908
3909 2011-08-12  Sam Steingold  <sds@gnu.org>
3910
3911         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3912         in the reverse order to avoid modifying the cache with `nreverse'.
3913         (gnus-all-score-files): Do not modify the value returned by
3914         `gnus-score-find-alist' because it lives in a cache variable.
3915         (gnus-current-home-score-file): No need to `nreverse' the return value
3916         of `gnus-score-find-alist', it is already in the correct order.
3917
3918 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3919
3920         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3921         type MESSAGE and subtype RFC822 is slightly different from those of
3922         type TEXT.
3923
3924 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3925
3926         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3927         This allows article-referral to work from an nnir group.
3928
3929 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3930
3931         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3932
3933 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * mml1991.el (mml1991-epg-find-usable-key)
3936         (mml1991-epg-find-usable-secret-key): New function.
3937         (mml1991-epg-sign): Check if signing key is usable.
3938         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3939
3940 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3941
3942         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3943         server-variables only.  This should fix a bug introduced with commit
3944         e1889675b7f4adf057833c5513c9374134c4e053.
3945         (nnir-run-query): 'nnir-search-engine should not be set from the global
3946         environment.
3947
3948 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3949
3950         * nnir.el (nnir-search-thread): Position point on referring article
3951         line.
3952         (nnir-warp-to-article): Clean up summary buffers.
3953
3954         * nnimap.el (nnimap-request-thread): Whitespace fix.
3955
3956 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3957
3958         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3959
3960 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * starttls.el (starttls-available-p): Rename from
3963         `starttls-any-program-available' and changed return convention.
3964
3965 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3966
3967         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3968         `unix-sync' unless it's defined.
3969
3970 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3971
3972         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3973         `aref' for XEmacs compatibiltiy.
3974
3975 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3978
3979 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3980
3981         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3982         closures, quote the form properly (bug#9194).
3983
3984 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3987         (gnus-summary-insert-new-articles): Protect against servers that are
3988         down.
3989
3990 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3991
3992         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3993         in mm handle if none is specified.
3994
3995 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3996
3997         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3998
3999 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4000
4001         * nnir.el (nnir-search-thread): New function to make an nnir group
4002         based on a thread query.
4003
4004         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4005         of nnir in thread referral.
4006         (gnus-summary-refer-thread): Use it.
4007
4008         * nnimap.el (nnimap-request-thread): Use it.
4009
4010 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * shr.el (shr-tag-comment): Ignore HTML comments.
4013
4014 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4015
4016         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4017         argument.
4018         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4019         Use `nnir-address' to handle server info rather than passing an arg.
4020
4021         * nnimap.el (nnimap-make-thread-query): New utility function to format
4022         an imap thread search query.
4023         (nnimap-request-thread): Use it.
4024
4025         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4026         right select-method if we are not going back to the group buffer.
4027
4028 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4031         enter invalid buffer configurations into the quit form (bug#9107).
4032         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4033         unplugged/plugged.
4034
4035         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4036         keep track of which ones are unread (bug#9061).
4037
4038         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4039         (bug#9055).
4040
4041         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4042         (bug#9041).
4043
4044         * gnus-html.el (mm-util): Require (bug#9073).
4045
4046         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4047         (gnus-summary-refer-thread): Use it to remove duplicates in the
4048         un-threaded view (bug#9053).
4049         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4050
4051 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4052
4053         * nnir.el (nnir-read-server-parm): Use default value from global
4054         variable.  Without this the default search engine parameters aren't
4055         used at all.
4056
4057 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * message.el (message-unique-id): Don't use the undocumented return
4060         value from (random t) (bug#9118).
4061
4062 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * message.el (message-auto-save-directory): If the ~/Mail directory
4065         doesn't exist, use ~ as the auto-save directory (bug#4432).
4066
4067         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4068         hasn't already been started.
4069
4070 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4073
4074         * message.el (message-reply): Work around mysterious bug where
4075         `message-mode' seems to overwrite the locally bound `subject' variable.
4076
4077 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4078
4079         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4080         correct group.
4081
4082         * gnus-int.el (gnus-request-thread): Add group argument.
4083
4084         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4085
4086 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4089
4090         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4091         renamed to `debbugs-gnu-*'.
4092
4093 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4094
4095         * plstore.el: Revert the editing feature since it is not urgent.
4096         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4097         (plstore-mode-decoded): Remove.
4098
4099 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100
4101         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4102         isn't very interesting any more, and it leaks potentially secret data.
4103         (gnus-debug): Remove.
4104
4105         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4106         use of :custom-show.
4107
4108 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4109
4110         * plstore.el: Add documentation.
4111         (plstore-mode): New mode to edit plstore file.
4112         (plstore-mode-toggle-display, plstore-mode-original)
4113         (plstore-mode-decoded): New command.
4114         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4115         (plstore--insert-buffer, plstore--make): New function.
4116         (plstore-open, plstore-save): Simplify by using them.
4117
4118 2011-07-06  Glenn Morris  <rgm@gnu.org>
4119
4120         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4121
4122 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4125         no longer is much used.
4126         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4127         Articles".
4128
4129 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4130
4131         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4132         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4133         `notmuch' backend.
4134
4135 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * mm-decode.el (mm-text-html-renderer): Doc fix.
4138
4139         * gnus-msg.el (gnus-bug): Fix the MML tag.
4140
4141         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4142
4143 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4144
4145         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4146         secondary methods if started with `gnus-no-server'.
4147
4148 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4149
4150         * message.el (message-return-action): Fix typo in docstring.
4151
4152 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4155         bug reports at once.
4156
4157         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4158
4159 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * nndraft.el: Require gnus-group.
4162         (nndraft-request-list): Declare.
4163
4164         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4165         no unread article unless it matches gnus-permanently-visible-groups.
4166
4167         * nndraft.el (nndraft-update-unread-articles): New function.
4168         (nndraft-request-associate-buffer): Use it to update the number of
4169         unread articles for the nndraft groups in the group buffer when saving
4170         or killing a draft message.
4171
4172 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4175         systems to binary before writing and reading the mbox files.
4176
4177         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4178         instead of trying to list them all (bug#8978).
4179
4180 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4181
4182         * pop3.el (pop3-open-server): Use :end-of-capability.
4183
4184 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4187         the id is always a number.
4188
4189         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4190
4191         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4192         debbugs mode, if possible.
4193
4194 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4195
4196         * auth-source.el (auth-source-token-passphrase-callback-function):
4197         Reindent.
4198         (epg-context-operation): Remove unnecessary autoload.
4199
4200 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * gnus.el (gnus-list-debbugs): New command.
4203
4204         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4205         mboxstat instead of the maintbox, since the stat seems to be fuller.
4206
4207         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4208         summary buffers.
4209
4210         * message.el (message-get-reply-headers): Delete all duplicates,
4211         instead of the first.
4212         (message-get-reply-headers): Ensure that we have progress while
4213         deleting duplicates.
4214
4215         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4216         gnus-posting-style value from the summary buffer to make it easier to
4217         make that a per-buffer conf.
4218
4219 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4220
4221         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4222         found by setting `shortcut' in 'query.
4223         (nnir-request-article): Use `shortcut' setting when requesting article
4224         by Message-ID.
4225
4226 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4227
4228         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4229         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4230         Bring the pseudo-headers back too.
4231
4232 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4233
4234         * auth-source.el (auth-source-token-passphrase-callback-function):
4235         Simplify and remove EPA dependency.
4236
4237 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4238
4239         * nnir.el (nnir-request-article): Fix error message text.
4240
4241 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4242
4243         * auth-source.el (plstore-delete): Autoload.
4244         (auth-source-plstore-search): Support delete operation.
4245         * plstore.el (plstore-delete): New function.
4246
4247 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4250         mark actually existing articles as unread rather than the ones that
4251         active asserts.
4252
4253 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4254
4255         * nntp.el (nntp-record-command):
4256         * gnus-util.el (gnus-message-with-timestamp-1):
4257         Use format-time-string rather than decoding time stamps by hand.
4258         This is simpler and insulates the code from potential changes to
4259         current-time format.
4260
4261 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4264
4265 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4266
4267         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4268         (plstore-save): Support public key encryption.
4269         (plstore--init-from-buffer): New function.
4270         (plstore-open): Use it; fix error when opening a non-existent file.
4271         (plstore-revert): Use plstore--init-from-buffer.
4272
4273 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4274
4275         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4276
4277 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4280         for old Emacsen.
4281
4282 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4283
4284         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4285         is not fully working.
4286
4287 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * dgnushack.el: Autoload sha1 on XEmacs.
4290
4291         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4292         quit window configuration.
4293
4294         * auth-source.el (epg-context-set-passphrase-callback):
4295         Remove duplicate autoload.
4296
4297 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4298
4299         * nnir.el (nnir-request-article): Allow requesting articles by
4300         Message-ID with nnimap.
4301
4302         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4303         current server.
4304
4305 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * auth-source.el: Autoload EPA/EPG functions.
4308         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4309         changed when EPA/EPG is not available.
4310         (auth-source-backend): Rename "arg" member to "data".
4311         (auth-source-backend-parse, auth-source-plstore-search)
4312         (auth-source-plstore-create): Use it.
4313
4314 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4315
4316         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4317         `gnus-refer-article-methods'.
4318
4319 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * auth-source.el: Require EPA and EPG.
4322         (auth-source-passphrase-alist): New variable.
4323         (auth-source-passphrase-callback-function)
4324         (auth-source-token-passphrase-callback-function): Callbacks for the
4325         netrc field encryption (GPG tokens).
4326         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4327         Symmetric encryption and decryption of the netrc GPG tokens.
4328         (auth-source-netrc-normalize): Use them, simplifying the closure.
4329
4330 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4333         is available.
4334
4335 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4338         non-nil, and `nnimap-split-methods' is nil, use the former.
4339
4340 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4341
4342         * plstore.el (plstore-revert): New function.
4343         (plstore-open): Use it; hide the buffer from user.
4344
4345 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4346
4347         * auth-source.el (auth-source-backend): New member "arg".
4348         (auth-source-backend-parse): Handle new backend 'plstore.
4349         * plstore.el: New file.
4350
4351 2011-06-30  Glenn Morris  <rgm@gnu.org>
4352
4353         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4354
4355 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4358         expiring articles to.
4359
4360         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4361         variations as ASCII (bug#5458).
4362
4363 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4366
4367 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * message.el (message-point-in-header-p): Tweak the function to default
4370         to saying that we're not in the headers if there is no separator at
4371         all.  This makes it possible to use the Message version of `M-q' in
4372         buffers with no headers (bug#7987).
4373         (message-point-in-header-p): Fix last checkin to work with an empty
4374         mail-header-separator, too.
4375
4376         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4377         again, save the choice via customize.
4378
4379 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4380
4381         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4382
4383         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4384         ended the connection, bail out before waiting infinitely on a new
4385         connection.
4386
4387 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4390         reports.
4391
4392         * gnus.el (gnus-bug-package): Use "gnus."
4393         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4394
4395 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * dgnushack.el: Make the timer warning go away on XEmacs.
4398
4399         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4400         animations going on at article exit time.
4401
4402         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4403         since removing it breaks people upgrading.
4404
4405         * shr.el (shr-put-image): Use the new interface for animating images.
4406         (shr-put-image): Animate for 60 seconds.
4407
4408         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4409         avoid compiler warnings.
4410
4411         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4412         error with `find-file-hooks' on Emacs 22.
4413         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4414         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4415         on all architectures.
4416
4417         * spam.el (spam-stat): Require in a normal fashion without binding
4418         `spam-stat-install-hooks' to avoid compilation warnings.
4419
4420         * spam-stat.el (spam-stat-install-hooks): Remove.
4421         (spam-stat-install-hooks): Don't run automatically.
4422
4423 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4424
4425         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4426         and keystroke.
4427
4428 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * auth-source.el (auth-source-netrc-cache): Move forward.
4431
4432 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * proto-stream.el (proto-stream-open-starttls): Use
4435         `gnutls-available-p' to see whether we have built-in support.
4436
4437         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4438         we already know.
4439         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4440         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4441
4442 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443
4444         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4445         %S format, since that looks odd.
4446         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4447         file, especially when saving.
4448
4449 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4450
4451         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4452         article found.
4453
4454 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4457         `auth-source-save-secrets' with a more sensitive alist that can be
4458         configured per file.  Experimental, so defaults to 'never.
4459         (auth-source-netrc-create): Use it.  Still experimental code.
4460         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4461         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4462
4463 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * auth-source.el (auth-source-save-secrets): New variable to control if
4466         secret tokens should be saved encrypted.
4467         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4468         to `auth-source-netrc-normalize'.
4469         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4470         on the EPA variables being defined.
4471         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4472         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4473         the lexical-let closure.
4474         (auth-source-netrc-create): Create "gpg:" tokens according to
4475         `auth-source-save-secrets'.
4476
4477 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-group.el (gnus-group-update-group): Add new argument
4480         `info-unchanged' that stops updating dribble buffer.
4481
4482         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4483         deletes lines matching to it in dribble buffer.
4484
4485         * gnus-agent.el (gnus-agent-fetch-group-1):
4486         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4487         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4488         * gnus-start.el (gnus-group-change-level):
4489         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4490
4491         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4492         if newsgroup info is not changed.
4493
4494         * gnus-group.el (gnus-group-get-new-news-this-group):
4495         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4496         Don't update dribble buffer.
4497
4498 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4501         remove entries with groups we ignore.
4502
4503 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4506         the underline comes at the bottom.
4507
4508 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4511         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4512         (gnus-registry-article-marks-to-names): Rename from
4513         `gnus-registry-user-format-function-M2'.
4514
4515 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4518         ephemeral group.
4519
4520 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * shr.el (shr-browse-image): Copy the URL if called interactively.
4523
4524 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4527         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4528         done, then unselected articles may be marked as read.
4529
4530         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4531         since not doing this seems to lead to a race condition in pop3-logon.
4532
4533         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4534         so that the call chain it correct when we call "upwards".
4535
4536         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4537         in read-only groups.
4538
4539         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4540
4541         * message.el (message-cite-reply-position): Doc string fix.
4542
4543         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4544         avoid regexp overflow.
4545         (nnimap-transform-split-mail): Ditto.
4546
4547         * pop3.el (pop3-retr): Error out if the server closes the connection.
4548
4549 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4550
4551         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4552         mm-with-unibyte-current-buffer.  The buffer should not contain any
4553         multibyte chars anyway at this stage.
4554
4555 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4558         at the end of lines.
4559
4560 2011-05-29  Julien Danjou  <julien@danjou.info>
4561
4562         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4563
4564 2011-05-27  Glenn Morris  <rgm@gnu.org>
4565
4566         * gnus-group.el (gnus-bug-group-download-format-alist):
4567         Use the "maintainer" version of debian reports as well.
4568
4569 2011-05-26  Glenn Morris  <rgm@gnu.org>
4570
4571         * gnus-group.el (gnus-bug-group-download-format-alist):
4572         Use the "maintainer" version of debbugs.gnu.org reports.
4573
4574 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4577
4578 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         * gnus-cus.el (gnus-agent-customize-category):
4581         * gnus-delay.el (gnus-delay-send-queue):
4582         * gnus.el (gnus-other-frame):
4583         Don't quote lambda expressions with `quote'.
4584
4585 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4586
4587         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4588         the thread moves us backwards and so we loop forever.
4589
4590 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4593         whitespace in base64 data lines.
4594
4595 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * gnus-registry.el (gnus-registry-user-format-function-M):
4598         Use `mapconcat'.
4599         (gnus-registry-user-format-function-M2): Use to see the full text of
4600         the marks.  Make "," the mark text separator.
4601
4602         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4603         authentication with auth-source.
4604
4605 2011-05-17  Glenn Morris  <rgm@gnu.org>
4606
4607         * gnus-group.el (gnus-import-other-newsrc-file):
4608         Use insert-file-contents.
4609
4610 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4613         1000 iterations.
4614
4615 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * nntp.el (nntp-open-connection): Check if process-type is available.
4618
4619 2011-05-16  Julien Danjou  <julien@danjou.info>
4620
4621         * shr.el (shr-tag-del): Add support for del tag.
4622
4623 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * gnus-html.el (gnus-html-put-image): Register a displayer.
4626
4627         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4628
4629 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * registry.el (prune-factor): New initialization parameter defaulting
4632         to 0.1.
4633         (registry-prune-hard): Use it.
4634
4635         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4636         0.1 expicitly.
4637
4638 2011-05-13  Glenn Morris  <rgm@gnu.org>
4639
4640         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4641         is bound, since this function requires sendmail.
4642
4643 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * registry.el (registry-usage-test): Disable pruning test.
4646
4647 2011-05-11  David Engster  <dengste@eml.cc>
4648
4649         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4650         Bind set-network-process-option for XEmacs.
4651
4652 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * registry.el (registry-prune-hard-candidates)
4655         (registry-prune-soft-candidates): Helper methods for registry pruning.
4656         (registry-prune): Use them.  Make the sort function optional.
4657
4658 2011-05-10  Jim Meyering  <meyering@redhat.com>
4659
4660         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4661
4662 2011-05-10  Julien Danjou  <julien@danjou.info>
4663
4664         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4665         symbol and not a list.
4666
4667 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * gnus-art.el (gnus-article-mode): Move binding of
4670         shr-put-image-function here from gnus-article-prepare-display.
4671
4672         * shr.el (shr-put-image-function): New variable.
4673         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4674         (shr-put-image): Return scaled image.
4675
4676         * gnus-art.el (gnus-shr-put-image): New function.
4677         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4678
4679         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4680         original ones, as deletable.
4681
4682 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4683
4684         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4685
4686 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * registry.el (registry-full): Add convenience method.  Fix logic.
4689         (registry-insert): Use it.  Fix logic here too.
4690
4691         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4692         `registry-prune' if `registry-full' returns t.
4693         (gnus-registry-handle-action)
4694         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4695         (gnus-registry-usage-test): Use it.
4696
4697 2011-05-07  Julien Danjou  <julien@danjou.info>
4698
4699         * shr.el (shr-link): Make shr-link inherit from link by default.
4700
4701 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4704
4705 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4706
4707         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4708         error out because the face is not a list.
4709
4710 2011-05-05  Glenn Morris  <rgm@gnu.org>
4711
4712         * proto-stream.el (gnutls-negotiate): Fix declarations.
4713
4714         * gnus-start.el (gnus-propagate-marks): Declare.
4715
4716 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * registry.el (registry-reindex): Fix percentage message.
4719
4720         * proto-stream.el (network-stream-open-starttls): Adjust to call
4721         `gnutls-negotiate' with :process and :hostname arguments.
4722
4723 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4724
4725         * shr.el: Add shr-link face for links.
4726         (shr-urlify): Use it.
4727
4728         * registry.el (registry-insert): Make error message more helpful.
4729
4730 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * gnus-html.el (gnus-html-schedule-image-fetching):
4733         Use url-queue-retrieve, if it exists.
4734
4735         * shr.el (shr-tag-img): Ditto.
4736
4737         * gnus.el: Autoload more gnus-agent functions.
4738
4739         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4740         agent if we haven't already (bug#8502).
4741
4742         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4743         into the Agent, too.
4744
4745         * gnus-agent.el (gnus-agent-store-article): New function.
4746
4747         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4748         and moved from that file for reuse.
4749
4750         * pop3.el (pop3-open-server): Error messages are "-ERR".
4751
4752 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4755         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4756
4757 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4758
4759         * gnus.el: No Gnus v0.17 is released.
4760
4761 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4762
4763         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4764         buffer has moved to a different frame.
4765
4766 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4769         to get the conversion from unibyte to multibyte buffers to work on
4770         Emacs 22.
4771
4772         * nntp.el (nntp-request-article): Slight clean-up.
4773
4774 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * shr.el (shr-strike-through): New face.
4777         (shr-tag-s): Use it to provide <s> support.
4778         (shr-tag-s): Remove duplicate definition.
4779
4780 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4783         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4784
4785 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4786
4787         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4788         `gnutls-negotiate'.
4789         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4790
4791 2011-04-23  Glenn Morris  <rgm@gnu.org>
4792
4793         * gnus-sum.el (gnus-extra-headers): Bump :version.
4794
4795 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * shr.el (shr-tag-sup): New function.
4798         (shr-tag-sub): Ditto.
4799
4800 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4801
4802         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4803         for the case where `gnus-registry-ignored-groups' is a list of lists,
4804         and don't call `gnus-parameter-registry-ignore' otherwise.
4805
4806 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * nnimap.el (nnimap-user): New backend variable.
4809         (nnimap-open-connection-1): Use it.
4810         (nnimap-credentials): Accept user parameter so it's explicit what user
4811         name is desired.
4812
4813         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4814         default.
4815
4816         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4817         not gnus-registry.el.
4818
4819         * gnus-registry.el: Mention in comments how to modify
4820         `gnus-extra-headers' for proper recipient tracking and that it may
4821         already have To and Cc recently, which it does as of this commit.
4822         (gnus-registry-ignored-groups): Remove defcustom.
4823         Explain why in comments.
4824         (gnus-registry-action): Fix data-header reference to use the extra
4825         headers.  Explain in package commentary how to add To and Cc headers to
4826         the gnus-extra-headers.
4827         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4828         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4829         parameter list or a string list in `gnus-registry-ignored-groups'.
4830         Fix logic error.
4831
4832 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * shr.el (shr-expand-url): Protect against null urls.
4835
4836 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * shr.el (shr-base): New binding.
4839         (shr-tag-base): Keep track of <base>.
4840         (shr-expand-url): New function used throughout.
4841
4842 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * gnus-registry.el
4845         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4846         (gnus-registry-ignored-groups): New variable.
4847         (gnus-registry-ignore-group-p): Use it.
4848         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4849         set the destination group to nil (same as delete) if it's ignored.
4850
4851 2011-04-20  David Engster  <dengste@eml.cc>
4852
4853         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4854
4855         * Makefile.in (test-nntp): New rule.
4856         (check): Add it.
4857         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4858
4859 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-registry.el (gnus-registry-action)
4862         (gnus-registry-fetch-header-fast):
4863         Don't use mail-header that looks an internal function of mailheader.el.
4864
4865 2011-04-19  Glenn Morris  <rgm@gnu.org>
4866
4867         * time-date.el (time-to-days): Remove unused local variables.
4868
4869 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * gnus-registry.el: Eliminate cl functions.
4872         (gnus-registry-sort-addresses): New function that replaces mapcan.
4873         (gnus-registry-action, gnus-registry-spool-action)
4874         (gnus-registry-split-fancy-with-parent)
4875         (gnus-registry-fetch-recipients-fast): Use it.
4876         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4877
4878         * registry.el (initialize-instance, registry-lookup)
4879         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4880         (registry-lookup-secondary-value, registry-search, registry-delete)
4881         (registry-insert, registry-reindex, registry-size, registry-prune):
4882         Use eval-and-compile.
4883
4884 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * registry.el (registry-reindex): New method to recreate the secondary
4887         registry indices.
4888
4889         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4890         tracked field changes.
4891         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4892         (gnus-registry-action, gnus-registry-spool-action)
4893         (gnus-registry-handle-action)
4894         (gnus-registry--split-fancy-with-parent-internal)
4895         (gnus-registry-split-fancy-with-parent)
4896         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4897         move, and delete actions, and for fancy splitting with parent.
4898         (gnus-registry-extract-addresses)
4899         (gnus-registry-fetch-recipients-fast)
4900         (gnus-registry-fetch-header-fast): Convenience functions.
4901         (gnus-registry-misc-test): ERT test of
4902         `gnus-registry-extract-addresses'.
4903
4904 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4907         Track by subject first, then sender.
4908
4909 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4910
4911         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4912
4913         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4914         Lisp.
4915
4916         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4917         (gnus-draft-send): Use it to avoid popping
4918         up frames from gnus-group-send-queue.
4919
4920 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * gnus-registry.el: Updated gnus-registry docs.
4923
4924 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4927         Fix logic bug.
4928         (gnus-registry-post-process-groups): Fix logging of no results and
4929         quote sender and subject.
4930
4931 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4934         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4935         gnutls-cli are too slow to be done opportunistically.
4936
4937         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4938         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4939         we had no early-data returned.
4940         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4941         two async commands to the same server at the same time.
4942
4943 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4944
4945         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4946
4947 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4950         "warning" level.
4951
4952         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4953         (mm-url-insert-file-contents): Don't set the package names.
4954
4955 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * gnus-registry.el (gnus-registry-action): Remove properties and
4958         simplify subject in `gnus-registry-handle-action'.
4959         (gnus-registry-spool-action): Get subject and sender from message if
4960         they are not passed in.
4961         (gnus-registry-handle-action): Remove properties and simplify subject
4962         consistently.
4963
4964 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * registry.el: Require CL before using defmacro*.
4967
4968 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (article-treat-date): Assume that
4971         gnus-article-date-headers may be a group parameter.
4972
4973 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4974
4975         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4976
4977         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4978         interactively so the newsrc file can contain foreign groups too.
4979         Useful for debugging but not much for users.
4980
4981 2011-04-07  David Engster  <dengste@eml.cc>
4982
4983         * registry.el (registry-usage-test): Only do
4984         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4985         lexical binding.
4986
4987 2011-04-07  David Engster  <dengste@eml.cc>
4988
4989         * Makefile.in (check, test-registry): New rules for test-suite.
4990
4991 2011-04-06  David Engster  <dengste@eml.cc>
4992
4993         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4994         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4995
4996 2011-04-06  David Engster  <dengste@eml.cc>
4997
4998         * registry.el (initialize-instance): Change :after to :AFTER to be
4999         compatible with old EIEIO version in XEmacs.
5000
5001 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * gnus-registry.el (gnus-registry-post-process-groups)
5004         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5005         and provide better messaging.
5006
5007 2011-04-06  David Engster  <dengste@eml.cc>
5008
5009         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5010         errors.
5011
5012         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5013         dgnushack-compile with error-on-warn enabled, and to signal an error if
5014         clean compilation failed.
5015         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5016         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5017
5018 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5019
5020         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5021         unconditionally anyway, discarding errors.
5022         (gnus-registry-delete-entries): New convenience function.
5023         (gnus-registry-import-eld): Import from old .eld registry.
5024
5025         * registry.el: Don't use ERT if it's not available.  Load it
5026         unconditionally anyway, discarding errors.
5027
5028         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5029         version from the Claudio Bley GnuTLS patch (extra optional parameters
5030         and host name).
5031
5032 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5035         fixup the parameters that can be customized by the user between
5036         save/read cycles.
5037         (gnus-registry-read): Use it.
5038         (gnus-registry-make-db): Use it.
5039         (gnus-registry-spool-action, gnus-registry-handle-action):
5040         Fix messaging.
5041         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5042         Map references to actual group names with sender and subject tracking.
5043         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5044         (gnus-registry-usage-test): Add subject lookup test.
5045
5046         * registry.el (registry-db, initialize-instance): Set up constructor
5047         instead of :initform arguments for the sake of older Emacsen.
5048         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5049         pre-lexbind merge bug.
5050         (registry-usage-test): Use it.
5051         (initialize-instance, registry-db): Move the non-function initforms
5052         back to the class definition.
5053
5054 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * registry.el: New library to manage gnus-registry-style data.
5057
5058         * gnus-registry.el: Use it (major rewrite).
5059
5060         * nnregistry.el: Use it.
5061
5062         * spam.el: Use it.
5063
5064 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5067         marks on non-selected articles.
5068
5069 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5070
5071         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5072         parameter to open-protocol-stream.
5073
5074 2011-04-01  Julien Danjou  <julien@danjou.info>
5075
5076         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5077         fundamental-mode.
5078
5079 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5082         servers.
5083
5084 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5087         made marks not propagate, again.
5088
5089 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5090
5091         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5092         Make this the default type.
5093         (proto-stream-open-plain): Rename from proto-stream-open-default.
5094         (open-protocol-stream, proto-stream-open-starttls)
5095         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5096         with `plain'.
5097
5098         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5099         value.
5100
5101         * nntp.el (nntp-open-connection-function): Document the fact that some
5102         values are not functions but are instead handled specially.
5103         Recognize nntp-open-plain-stream value.
5104         (nntp-open-connection): Recognize that value.
5105
5106 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5109         where it seems to be needed.
5110
5111 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5114         stuff.
5115
5116         * gnus-score.el (gnus-score-string): Fix calling convention of
5117         `gnus-simplify-buffer-fuzzy' after last patches.
5118
5119         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5120         server for articles we didn't get any headers for.  This is a sanity
5121         check.
5122
5123 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5124
5125         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5126         new CAPABILITY, use it.
5127
5128 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5131         downloading anything.
5132
5133         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5134
5135 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5136
5137         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5138         colors.
5139         (gnus-splash-svg-color-symbols): New function.
5140
5141 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5144         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5145         (gnus-simplify-subject-fuzzy): Use the local
5146         gnus-simplify-subject-fuzzy-regex instead of the global one.
5147         This makes using this variable in group parameters work.
5148
5149 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-registry.el (gnus-registry-unfollowed-groups):
5152         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5153         archive:sent-YYYY-MM-DD groups).
5154         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5155         tracking if there are more than `gnus-registry-max-track-groups'
5156         matches.
5157
5158 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5159
5160         * message.el (message--yank-original-internal): New function to do the
5161         insertion cleanly inside eval in `message-yank-original'.
5162         (message-yank-original): Use it.
5163
5164 2011-03-29  Julien Danjou  <julien@danjou.info>
5165
5166         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5167         local variables disabled rather than `normal-mode'.
5168
5169 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5170
5171         * imap.el (imap-shell-open, imap-process-connection-type):
5172         Use imap-process-connection-type for 'shell' streams as well as
5173         Kerberos, SSL, other subprocesses.
5174
5175 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5176
5177         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5178         with open-network-stream.
5179         (proto-stream-always-use-starttls): Option removed.
5180         (open-protocol-stream): Return a process object by default.  Provide a
5181         new parameter :return-list specifying a list-type return value, which
5182         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5183         :type `network' to `try-starttls', and `network-only' to `default'.
5184         Make `default' the default, for compatibility with open-network-stream.
5185         Handle the no-parameter case exactly as open-network-stream, with no
5186         additional stream processing.  Search plists using plist-get.
5187         Explicitly add :end-of-commend parameter if it is missing.
5188         (proto-stream-open-default): Rename from
5189         proto-stream-open-network-only.  Return 'default as the type.
5190         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5191         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5192         failed.  Always return a list with a (possibly dead) process as the
5193         first element, for compatibility with open-network-stream.
5194         (proto-stream-open-tls): Use plist-get.  Always return a list.
5195         (proto-stream-open-shell): Return `default' as connection type.
5196         (proto-stream-capability-open): Use plist-get.
5197         (proto-stream-eoc): Function deleted.
5198
5199         * nnimap.el (nnimap-stream, nnimap-open-connection)
5200         (nnimap-open-connection-1): Handle renaming of :type parameter for
5201         open-protocol-stream.
5202         (nnimap-open-connection-1): Pass a :return-list parameter
5203         open-protocol-stream to obtain a list return value.  Parse this list
5204         using plist-get.
5205
5206         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5207         for open-protocol-stream.  Accept open-protocol-stream return value
5208         that is a subprocess object instead of a list.  Handle the case of a
5209         dead returned process.
5210
5211 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5214
5215         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5216
5217 2011-03-21  Julien Danjou  <julien@danjou.info>
5218
5219         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5220         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5221         query.
5222         (mm-inline-text): Render normal text with fontification whenever
5223         possible.
5224
5225         * gnus-sum.el (gnus-summary-save-parts-1):
5226         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5227         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5228         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5229         Use `mm-handle-filename'.
5230
5231         * mm-util.el (mm-handle-filename): New function, return the filename of
5232         an handle.
5233
5234 2011-03-18  Julien Danjou  <julien@danjou.info>
5235
5236         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5237         (gnus-buffer-live-p): Check that buffer is not nil.
5238
5239 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5240
5241         * gnus.el: No Gnus v0.15 is released.
5242
5243 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244
5245         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5246         avoid warning on XEmacs.
5247
5248         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5249         on XEmacs.
5250
5251         * gnus-art.el: Require mouse, which the build bot seems to say is
5252         needed.
5253
5254         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5255
5256         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5257         XEmacs, since it doesn't have url-retrieve-synchronously.
5258
5259         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5260         since assoc-string doesn't exist in XEmacs.
5261
5262 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5263
5264         * gnus-group.el (gnus-group-list-ticked): New function.
5265         (gnus-group-make-menu-bar): Provide a menu entry for it.
5266         (gnus-group-list-map): Provide a binding for it.
5267
5268 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * shr.el (shr-visit-file): New command.
5271
5272         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5273
5274 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5275
5276         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5277         servers.
5278
5279 2011-03-16  Julien Danjou  <julien@danjou.info>
5280
5281         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5282         inline.
5283
5284         * gnus-art.el (article-hide-list-identifiers):
5285         Use gnus-group-get-list-identifiers.
5286
5287         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5288         (gnus-summary-remove-list-identifiers):
5289         Use gnus-group-get-list-identifiers to get regexp.
5290         (gnus-select-newsgroup, gnus-summary-insert-subject)
5291         (gnus-summary-insert-articles):
5292         Call gnus-summary-remove-list-identifiers unconditionally.
5293
5294 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295
5296         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5297         we're selecting a group with unread articles.
5298
5299         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5300
5301         * gssapi.el: New file separated out from imap.el to provide a general
5302         Kerberos 5 connection facility for Emacs.
5303
5304         * message.el (message-elide-ellipsis): Document the format spec
5305         ellipsis.
5306
5307 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * message.el (message-elide-region): Allow the ellipsis to say how many
5310         lines were removed.
5311
5312 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5315         window configurations containing buffers that are now dead.
5316
5317         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5318         parsing to avoid integer overflows.
5319         (nnimap-parse-flags): Simplify the last change.
5320         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5321         too large for 32-bit Emacsen.
5322
5323 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5324
5325         * auth-source.el (auth-source-netrc-create):
5326         * message.el (message-yank-original): Fix use of `case'.
5327
5328 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5329
5330         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5331         XEmacs, which was one character too wide.
5332
5333 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5334
5335         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5336         default number of articles to display.
5337         (gnus-articles-to-read): Use pretty names for prompt.
5338
5339 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * gnus-int.el (gnus-open-server): Ditto.
5342
5343         * gnus-start.el (gnus-activate-group): Give a backtrace if
5344         debug-on-quit is set and the user hits `C-g'.
5345         (gnus-read-active-file): Ditto.
5346
5347         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5348
5349 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5350
5351         * message.el (message-yank-original): Use cond instead of CL case.
5352
5353 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5354
5355         * auth-source.el (auth-source-netrc-create): Use usual format for the
5356         default in prompts.
5357
5358 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * lpath.el: Fbind read-char-choice for XEmacs.
5361
5362 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5363
5364         * auth-source.el (auth-source-netrc-create): Show the default in the
5365         prompt when prompting for token creation.
5366
5367 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * auth-source.el (auth-source-format-prompt): Always convert the value
5370         to a string to avoid evaluating non-string arguments.
5371         (auth-source-netrc-create): Offer default properly, not as initial
5372         content in `read-string'.
5373         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5374         of line to determine if we've been run before.  If so, don't run again,
5375         but print a trivial message to indicate the cache was hit instead.
5376
5377 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5378
5379         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5380         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5381         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5382         Gnus.
5383
5384 2011-03-11  Julien Danjou  <julien@danjou.info>
5385
5386         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5387         modified file".
5388
5389 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * auth-source.el (auth-source-read-char-choice): New function to read a
5392         character choice using `dropdown-list', `read-char-choice', or
5393         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5394         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5395         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5396         (auth-source-netrc-saver): Use it.
5397         (auth-source-pick-first-password): New convenience function.
5398
5399 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5402         parameter in the credentials.
5403         (nnimap-open-connection-1): Use it after a successful login.
5404         (nnimap-credentials): Add IMAP-specific user and password prompt.
5405
5406         * auth-source.el (auth-source-search): Add :require parameter, taking a
5407         list.  Document it and the :save-function return token.  Pass :require
5408         down.  Change the CREATED message from a warning to a debug statement.
5409         (auth-source-search-backends): Pass :require down.
5410         (auth-source-netrc-search): Pass :require down.
5411         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5412         Change save prompt to indicate all modifications saved here are
5413         deletions.
5414         (auth-source-netrc-create): Take user login name as default in user
5415         prompt.  Move all the save functionality to a lexically bound function
5416         under the :save-function token in the returned list.  Set up clearer
5417         default prompts for user, host, port, and secret.
5418         (auth-source-netrc-saver): New function, intended to be wrapped for
5419         :save-function.
5420
5421 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5424         lines to be spaces instead.
5425
5426 2011-03-07  Julien Danjou  <julien@danjou.info>
5427
5428         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5429         (sieve-sasl-auth): Check that auth-source-search did return something,
5430         or just return an empty string.
5431
5432 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5433
5434         * gnus.el (gnus-interactive): Use read-directory-name.
5435
5436         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5437         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5438         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5439         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5440         Likewise.
5441
5442         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5443
5444 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5447         onto the list of killed groups, too.  This makes killed nnimap groups,
5448         for instance, more reliably not reappear.
5449
5450         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5451         the parent.
5452
5453         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5454
5455         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5456         really have server-side marks.
5457
5458         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5459         since most backends do not usefully have server-side marks.
5460         (gnus-update-read-articles): Propagate marks to all backends that
5461         really have server-side marks.
5462
5463 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5464
5465         * message.el (message-cite-reply-position, message-cite-style):
5466         New variables.
5467         (message-yank-original): Use the new citation styles.
5468
5469 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5470
5471         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5472         buffer-local issue); don't mark it buffer-local when running under
5473         XEmacs.
5474
5475 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5476
5477         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5478         numbers too big to be `read'.
5479
5480 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * password-cache.el (password-in-cache-p): Add autoload.
5483
5484         * message.el (message-options): Make buffer-local two ways to attempt
5485         to fix a XEmacs bug.
5486
5487 2011-03-02  Julien Danjou  <julien@danjou.info>
5488
5489         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5490
5491 2011-03-01  Julien Danjou  <julien@danjou.info>
5492
5493         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5494         group.
5495         (article-hide-list-identifiers): Use list-identifier group parameter.
5496
5497 2011-02-28  Julien Danjou  <julien@danjou.info>
5498
5499         * sieve.el (sieve-buffer-script-name): New local variable to store
5500         sieve script name.
5501         (sieve-edit-script): Store sieve script name.
5502         (sieve-upload): Use sieve script name when uploading.
5503         (sieve-upload): Use substitute-command-keys.
5504         (sieve-edit-script): Use substitute-command-keys.
5505         (sieve-refresh-scriptlist): Use substitute-command-keys.
5506         (sieve-manage-mode-map): Define keymap properly.
5507         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5508         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5509         Remove commented code about cvs.
5510         (sieve-manage-quit): New function.
5511         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5512
5513 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5516
5517 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * auth-source.el (auth-source-search): Cache empty result sets.
5520
5521         * password-cache.el (password-in-cache-p): Convenience function to
5522         check if a key is in the cache, even if the value is nil.
5523
5524         * auth-source.el (auth-source-save-behavior): New variable to replace
5525         `auth-source-never-create'.
5526         (auth-source-netrc-create): Use it.
5527         (auth-source-never-save): Remove.
5528
5529 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5530
5531         * nnimap.el (nnimap-stream): Doc fix.
5532         (nnimap-open-connection-1): Reverse the order of the ports to that the
5533         prompted-for port is first.
5534
5535         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5536         retrieval by the no-group selection.
5537
5538         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5539         numerical parameters.
5540
5541 2011-02-25  Julien Danjou  <julien@danjou.info>
5542
5543         * gnus-gravatar.el: Use gnus-with-article-buffer.
5544
5545         * gnus-art.el (gnus-with-article-buffer): Check that the
5546         gnus-article-buffer is alive.
5547
5548 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * auth-source.el (auth-source-creation-prompts): New variable to manage
5551         creation-time prompts.
5552         (auth-source-search): Document it.
5553         (auth-source-format-prompt): Add utility function.
5554         (auth-source-netrc-create): Don't default the user name to
5555         user-login-name.  Use `auth-source-creation-prompts' and some default
5556         prompts for user, host, port, and password (the default generic prompt
5557         remains ugly).
5558         (auth-source-never-save): Add customizable option to never save info.
5559         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5560         mode excursion.
5561
5562 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5565         argument that XEmacs doesn't support.
5566
5567         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5568         compiled for Emacsen having no `libxml-parse-html-region' support.
5569
5570         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5571
5572         * lpath.el: Bind buffer-save-without-query for XEmacs.
5573
5574 2011-02-23  Julien Danjou  <julien@danjou.info>
5575
5576         * gnus-art.el (article-make-date-line): Ignore errors if time is
5577         invalid and not convertible.
5578         (article-make-date-line): Only add lapsed time if time is not nil.
5579
5580 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5583         `read-char-choice' for backwards compatibility.
5584         (auth-source-netrc-element-or-first): New function to DTRT for
5585         parameter extraction.
5586         (auth-source-netrc-create): Use it and fix multiple parameter print
5587         bug.  Use the default passed from above (given-default) or the
5588         built-in (user-login-name for :user).
5589
5590 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5591
5592         * gnus-start.el (gnus-dribble-read-file):
5593         Set buffer-save-without-query, since we always want to save the dribble
5594         file, probably.
5595
5596         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5597         nnimap.
5598
5599         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5600         -summary- since it's a user-visible variable.
5601
5602         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5603         first time you use the new Gnus.
5604
5605 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * auth-source.el: Don't load netrc.el.
5608         (auth-sources): Search ~/.netrc as well by default.
5609         (auth-source-debug): Add 'trivia option for extra output.
5610         (auth-source-do-trivia): Use it.
5611         (auth-source-search): Simplify logic to use
5612         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5613         appropriate.  Don't keep a running count at this level.  Layer :create
5614         and :delete options appropriately on the first and second passes.
5615         Don't track the backend with the search results.
5616         (auth-source-search-backends): New function to search a list of
5617         backends for a processed spec.
5618         (auth-source-netrc-parse): Cache all netrc files, making
5619         auth-source-netrc-cache an alist keyed by the file name and using the
5620         file mtime as the caching criterion.  Keep the obfuscated data secret
5621         with a lexical bind.
5622         (auth-source-netrc-search): Don't calculate the length of the results
5623         unnecessarily.
5624         (auth-source-search-backends): Fix bug.
5625         (auth-source-netrc-create): Rework prompts.
5626
5627 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5628
5629         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5630         Lower case names of search constraints.
5631         (nnir-run-query): Cache and reuse search constraints for all imap
5632         servers.
5633
5634 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5637         after exit.
5638         (gnus-setup-message): Define missing variable from last checkin.
5639
5640         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5641         value, show the raw article.
5642
5643 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5644
5645         * gnus.el: No Gnus v0.13 is released.
5646
5647 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5648
5649         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5650         auth-source now accepts numbers.
5651
5652         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5653         spec, too.
5654         (auth-source-ensure-strings): New function.
5655
5656         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5657         (gnus-article-setup-buffer): Always restart the date timer so that user
5658         changes to the frequency is respected.
5659
5660         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5661         port numbers, so make sure it gets that if nnimap-server-port is
5662         explicit.
5663
5664 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5665
5666         * nnimap.el (nnimap-inbox): Doc fix.
5667
5668 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5669
5670         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5671         Autoload.  Add optional arg FRAME, and pass it to color-values.
5672         (color-complement): Caller changed.  Doc fix.
5673         (color-gradient): Rewrite for better clarity and efficiency.
5674
5675 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5676
5677         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5678         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5679         color-lab-to-srgb.
5680
5681 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5682
5683         * color.el: First part of merge from hexrgb.el.
5684         (color-rgb-to-hex): Rename from color-rgb->hex.
5685         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5686         saturation to zero if the value is too small.
5687         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5688         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5689         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5690         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5691         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5692         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5693         (color-cie-de2000): Doc fix.
5694
5695 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5696
5697         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5698         given method as in the group name if we're using an extended method.
5699         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5700         command, if we're using that, instead of waiting for the beginning.
5701
5702         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5703         we're sure to get unique server names, and we don't output two async
5704         commands in the same buffer.  This fixes an NNTP hang for some users.
5705
5706 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5707
5708         * gnus.el: No Gnus v0.11 is released.
5709
5710 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5711
5712         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5713         summary buffer before reading going to the next buffer.  This avoids
5714         putting the point in the group buffer if you `C-g' the command.
5715
5716         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5717         cache (for now) to make ~/.authinfo.gpg files usable.
5718
5719         * nnfolder.el (copyright-update): Define for the compiler.
5720
5721         * auth-source.el (auth-source-search): Fix unbound variable.
5722
5723 2011-02-19  Glenn Morris  <rgm@gnu.org>
5724
5725         * gnus.el (gnus-meta): Doc fix.
5726
5727 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5728
5729         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5730         in case it's not yet loaded.
5731
5732 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5733
5734         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5735         line we're waiting for.
5736
5737 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5738
5739         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5740         face with line-width greater than zero will cause RET in gnus summary
5741         buffer to scroll down article page-wise because auto vscroll happens,
5742         it should be temporally disabled when doing a scroll-up.
5743
5744 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5745
5746         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5747         outputs from the server.
5748
5749 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5750
5751         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5752         later so that bbdb can hook in easier.
5753
5754 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5755
5756         * auth-source.el (auth-source-search): Don't try to create credentials
5757         if the caller doesn't want that.
5758         (auth-source-search): If we don't find a match, don't bug out on
5759         non-bound variables.
5760         (auth-source-search): Only ask a single backend to create the
5761         credentials.
5762
5763         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5764         logging.
5765         (nnimap-credentials): Protect against auth-source-search returning nil.
5766         (nnimap-request-list): Protect against not being able to open the
5767         server.
5768
5769 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5770
5771         * auth-source.el (auth-source-search): Do a two-phase search, one with
5772         no :create to get the responses from all backends.
5773
5774         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5775         when getting credentials.
5776
5777         * gnus-util.el (gnus-delete-duplicates): New function.
5778
5779 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5780
5781         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5782         a creation default, pass the whole port list down.  It will be
5783         completed.
5784
5785         * auth-source.el (auth-source-search): Updated docs to talk about
5786         multiple creation choices.
5787         (auth-source-netrc-create): Accept a list as a value (from the search
5788         parameters) and do completion on that list.  Keep a separate netrc line
5789         with the password obscured for showing the user.
5790
5791         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5792         first choice to `auth-source-search' so it will be used for entry
5793         creation instead of the server's Gnus-specific name.
5794         (nnimap-credentials): Rely on the auth-source library to select which
5795         port is actually wanted in the new netrc entry, so don't override
5796         `auth-source-creation-defaults'.
5797
5798         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5799         :protocol and accept a missing user, host, or port as a wildcard match.
5800         (auth-source-debug): Default to off.
5801
5802         (auth-source-netrc-search, auth-source-netrc-create)
5803         (auth-source-secrets-search, auth-source-secrets-create)
5804         (auth-source-user-or-password, auth-source-backend, auth-sources)
5805         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5806         instead of :protocol.
5807
5808         * nnimap.el (nnimap-credentials): Pass a port default to
5809         `auth-source-search' in case an entry needs to be created.
5810         (nnimap-open-connection-1): Use :port instead of :protocol.
5811
5812 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * auth-source.el: Bind load-path when loading EIEIO from
5815         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5816         21.4 doesn't support, to `require'.
5817         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5818         delete-dups that is not available in XEmacs 21.4.
5819
5820 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5821
5822         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5823         as EIEIO must also be loaded when auth-source.el is being
5824         byte-compiled.
5825
5826 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5827
5828         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5829
5830         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5831
5832         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5833
5834         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5835
5836         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5837
5838         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5839
5840         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5841
5842         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5843         necessary.
5844
5845 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5846
5847         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5848         nil means that nnimap doesn't get updated.
5849
5850 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5853         result when the user doesn't want to write to the file.
5854         (auth-source-netrc-search): Expect a synthetic result and proceed
5855         accordingly.
5856         (auth-source-cache-expiry): New variable to override
5857         `password-cache-expiry'.
5858         (auth-source-remember): Use it.
5859
5860         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5861         parameter.  Create entry if necessary by using :create t.
5862         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5863
5864 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5865
5866         * auth-source.el (auth-source-debug): Enable by default and don't
5867         mention the obsolete `auth-source-hide-passwords'.
5868         (auth-source-do-warn): New function to debug unconditionally.
5869         (auth-source-do-debug): Use it.
5870         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5871         and for Secrets API entries when the secrets.el library is not
5872         available.
5873
5874 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5875
5876         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5877         (gnus-summary-exit): Kill the correct article buffer on exit from a
5878         `C-d' group.
5879
5880         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5881         gnus-propagate-marks.
5882
5883         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5884         before killing the buffers so that a non-full window conf gets handled
5885         correctly.
5886         (gnus-summary-exit): Ditto.
5887         (gnus-summary-read-group-1): Ditto.
5888
5889         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5890         async code again so that we can debug it properly.
5891
5892         * message.el (message-reply): Take an optional switch-buffer parameter
5893         so that Gnus window confs are respected better.
5894
5895 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5898         `plist-get' to accept non-list parameters (XEmacs issue).
5899         Fix docstring.
5900         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5901         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5902         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5903         Login collection is "Login" and not "login".
5904
5905 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5906
5907         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5908         multiple headers.
5909
5910         * nnimap.el (nnimap-inhibit-logging): New variable.
5911         (nnimap-log-command): Don't log login commands.
5912
5913         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5914         to have more parameters.
5915
5916         * nnimap.el (nnimap-send-command): Mark the command time for each
5917         command, so that we don't get NOOPs stepping on our toes.
5918
5919         * gnus-art.el (article-date-ut): Get the date from the Date header on
5920         `t'.
5921
5922 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * auth-source.el (auth-source-search): Use copy-sequence instead of
5925         the cl.el copy-list.
5926
5927 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * imap.el: Bring it back (revert
5930         84d800cd31de3064f0ed39617d725709a2f8f42f).
5931
5932 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5933
5934         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5935         Improve prompt.
5936
5937 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5938
5939         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5940         washing status from the default format.  It isn't very informative.
5941
5942 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5943
5944         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5945         Fix Gcc processing on imap.
5946
5947 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * imap.el: Remove file.  All the functionality is in nnimap.el.
5950
5951 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5952
5953         * message.el (message-bury): Don't pop up a new window when selected
5954         window is dedicated.
5955
5956 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5957
5958         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5959
5960 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5961
5962         * sieve-manage.el: Autoload `auth-source-search'.
5963         (sieve-sasl-auth): Use it.
5964
5965 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * nnimap.el: Autoload `auth-source-forget+'.
5968         (nnimap-open-connection-1): Use it if the connection fails.
5969
5970         * auth-source.el: Require `password-cache'.
5971         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5972         obsolete.
5973         (auth-source-magic): Marker for `password-cache' keys.
5974         (auth-source-do-cache): Update docstring.
5975         (auth-source-search): Use and check cache.
5976         (auth-source-forget-all-cached, auth-source-remember)
5977         (auth-source-recall, auth-source-forget, auth-source-forget+)
5978         (auth-source-specmatchp): Caching support functions.
5979         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5980         Remove and obsolete.
5981         (auth-source-user-or-password): Remove caching to further discourage
5982         using it.  Always hide passwords.
5983
5984         * password-cache.el (password-cache-remove): Accept secrets that are
5985         not strings.
5986
5987 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5988
5989         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5990         code for now, since it doesn't work for all users.
5991
5992 2011-02-09  Julien Danjou  <julien@danjou.info>
5993
5994         * message.el (message-options): Make message-options really buffer
5995         local.
5996
5997 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * mail-source.el: Autoload `auth-source-search'.
6000         (mail-source-keyword-map): Note order matters.
6001         (mail-source-set-1): Get all the mail-source source values and
6002         defaults and search auth-source on those if needed.  This can all
6003         probably be simplified.
6004
6005         * nnimap.el: Autoload `auth-source-search'.
6006         (nnimap-credentials): Use it.
6007         (nnimap-open-connection-1): Ask for the virtual server and physical
6008         address in one shot.
6009
6010         * nntp.el: Autoload `auth-source-search'.
6011         (nntp-send-authinfo): Use it.  Note TODO.
6012
6013 2011-02-08  Julien Danjou  <julien@danjou.info>
6014
6015         * shr.el (shr-tag-body): Add support for text attribute in body
6016         markups.
6017
6018         * message.el (message-options): Make message-options a local variable.
6019
6020 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * auth-source.el (auth-source-secrets-search)
6023         (auth-source-user-or-password): Use `append' instead of `nconc'.
6024         (auth-source-user-or-password): Build return list better and protect
6025         against nil :secret.
6026
6027 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6028
6029         * nnimap.el (nnimap-update-info): Refactor slightly.
6030         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6031         (nnimap-update-info): Clean up slightly.
6032         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6033         characters.
6034         (nnimap-process-quirk): Rename function to avoid collision.
6035         (nnimap-update-info): Fix macrology bug-out.
6036         (nnimap-update-info): Simplify split history test.
6037
6038 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6039
6040         * auth-source.el (top): Require 'eieio unconditionally.
6041         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6042         (auth-source-secrets-search): Limit search when `max' is greater than
6043         number of results.
6044
6045 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6046
6047         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6048         part not returning any data.
6049
6050         * proto-stream.el (open-protocol-stream): Document the return value.
6051
6052 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6053
6054         * auth-source.el (auth-source-secrets-search): Add examples.
6055
6056 2011-02-06  Julien Danjou  <julien@danjou.info>
6057
6058         * message.el (message-setup-1): Handle message-generate-headers-first
6059         set to t.
6060
6061 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6062
6063         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6064         API with a string "secrets:collection-name" and with 'default.
6065         (auth-source-backend-parse): Parse "secrets:collection-name" and
6066         'default.  Recurse on parses instead of repeating code.  Use the
6067         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6068         message when ignoring a source.
6069         (auth-source-search): List ignored search keys at the top level.
6070         (auth-source-netrc-create): Use `case' instead of `cond'.
6071         (auth-source-secrets-search): Created with TODOs.
6072         (auth-source-secrets-create): Created with TODOs.
6073         (auth-source-retrieve, auth-source-create, auth-source-delete)
6074         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6075         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6076         (auth-source-user-or-password-sftp)
6077         (auth-source-user-or-password-smtp): Remove.
6078         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6079         around `auth-source-search'.  Not tested thoroughly.
6080
6081 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * auth-source.el: Bring in assoc and eioeio libraries.
6084         (secrets-enabled): New variable to track the status of the Secrets API.
6085         (auth-source-backend): New EIOEIO class to represent a backend.
6086         (auth-source-creation-defaults): New variable to set prompt defaults
6087         during token creation (see the `auth-source-search' docstring for
6088         details).
6089         (auth-sources): Simplify to allow a simple string as a netrc backend
6090         spec.
6091         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6092         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6093         (auth-source-search): Main auth-source API entry point.
6094         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6095         (auth-source-search-collection): Helper function for searching.
6096         (auth-source-netrc-parse, auth-source-netrc-normalize)
6097         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6098         Supports search, create, and delete.
6099         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6100         backend stubs.
6101         (auth-source-user-or-password): Call `auth-source-search' but it's not
6102         ready yet.
6103
6104 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6105
6106         * message.el (message-setup-1): Remove the read-only stuff, since it
6107         doesn't work under XEmacs, for some reason.
6108
6109         * gnus-sum.el (gnus-user-date): Rename back from
6110         gnus-summary-user-date since user code refers to it.
6111
6112         * shr.el (shr-render-td): Store the actual background color used.
6113
6114         * message.el (message-setup-1): Don't bind the constant
6115         -forbidden-properties.
6116         (message-setup-1): Revert previous change, since it needs to bind the
6117         props to insert them.
6118         (message-resend): Allow removing the read-only separator line.
6119
6120 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6121
6122         * nnimap.el (nnimap-request-accept-article): Give an error message if
6123         the APPEND wasn't successful.
6124
6125 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6126
6127         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6128         that have no groups.
6129
6130 2011-02-03  Julien Danjou  <julien@danjou.info>
6131
6132         * gnus-draft.el: Remove progn around gnus-draft-setup.
6133
6134 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6135
6136         * gnus-start.el (gnus-read-active-for-groups): This function is never
6137         called with a nil `infos', so clean that up.
6138         (gnus-get-unread-articles): Request active files from primary/secondary
6139         methods that have no groups (yet).
6140
6141 2011-02-03  Julien Danjou  <julien@danjou.info>
6142
6143         * message.el (message-setup-1): Always generate References first.
6144         (message-mail): Return the return value of message-setup, not always t.
6145         (message-setup-1): Insert mail-header-separator with read-only and
6146         intangible properties set.
6147
6148         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6149         user-date in docstring.
6150
6151         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6152
6153         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6154         docstring.
6155
6156         * gnus.el (gnus-user-date-format-alist): Change default value.
6157         Use defcustom, with type and group. Move from gnus-util.el.
6158         Rename to gnus-summary-user-date-format-alist.
6159
6160 2011-02-03  Glenn Morris  <rgm@gnu.org>
6161
6162         * nnimap.el (gnus-fetch-headers): Declare.
6163
6164         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6165
6166 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6167
6168         * message.el (message-forward-make-body-digest-plain)
6169         (message-followup, message-reply): Clean up things noted by Stefan.
6170
6171         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6172         gnus-article-update-date-headers is nil.
6173         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6174         it didn't really work with defcustom.
6175         (article-update-date-lapsed): Make sure the window start doesn't move,
6176         either.
6177
6178 2011-02-01  Julien Danjou  <julien@danjou.info>
6179
6180         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6181         format.
6182
6183         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6184         standard in Emacs nowadays.
6185
6186         * color.el (color-gradient): Add a color-gradient function.
6187
6188 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6189
6190         * message.el (message-expand-name): Don't trust the return value of
6191         bbdb-complete-name.
6192         (message-check-news-header-syntax): Remove unused var `start'.
6193         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6194         (message-inhibit-body-encoding): Move to before first use.
6195         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6196         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6197         (Organization, Message-ID, Date, mh-previous-window-config):
6198         Defvar the vars using dynamic scoping.
6199
6200 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6201
6202         * shr.el (shr-render-td): Only do colors at the final rendering.
6203         Should be slightly faster.
6204         (shr-insert-table): Fix up TD background colors when doing the
6205         vertical padding.
6206
6207         * gnus-art.el (article-date-ut): Protect against articles with no Date
6208         header.
6209         (article-update-date-lapsed): Don't use current-column to find the
6210         horizontal position.  It's fragile in the presence of \003 characters.
6211
6212         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6213
6214 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6215
6216         * gnus-art.el (article-transform-date): Rewrite to still work when
6217         there are several rfc2822 parts.
6218         (article-transform-date): Fix infinite recursion.
6219         (article-date-ut): Replace infinitely many Date headers with a single
6220         one when called interactively.
6221
6222         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6223         secure manner.
6224
6225         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6226         move around by not using save-window-excursion.  It seems to work...
6227
6228 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-art.el (article-make-date-line): Work for user-defined format.
6231
6232 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6233
6234         * nntp.el (nntp-retrieve-group-data-early)
6235         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6236         fetching functions.
6237
6238         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6239         thoroughly for all backends that have no known groups.  This should
6240         allow new nnml methods to retrieve mail.
6241
6242         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6243         that Gnus doesn't know exists again.
6244
6245         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6246         (gnus-treat-date-ut): Ditto.
6247         (gnus-article-update-date-header): Rename.
6248         (gnus-treat-date-local): Remove.
6249         (gnus-treat-date-english): Remove.
6250         (gnus-treat-date-lapsed): Remove.
6251         (gnus-treat-date-combined-lapsed): Remove.
6252         (gnus-treat-date-original): Remove.
6253         (gnus-treat-date-iso8601): Remove.
6254         (gnus-treat-date-user-defined): Remove.
6255         (gnus-article-date-headers): New variable to control all the date
6256         header options.
6257         (article-date-ut): Rewrite to allow using the new way to format date
6258         headers(s).
6259
6260 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6261
6262         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6263         method.
6264         (nnmail-article-group): A better test for fanciness.
6265
6266         * nnimap.el (nnimap-request-head): Protect against not finding the
6267         article by Message-ID.
6268
6269 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6272         keep point at the "same place".
6273
6274 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6275
6276         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6277         data if the group is inactive.
6278
6279 2011-01-28  Julien Danjou  <julien@danjou.info>
6280
6281         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6282         (gnus-all-windows-visible-p): Remove old compatibility code.
6283         (gnus-window-top-edge): Add docstring.
6284
6285         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6286
6287 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6288
6289         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6290         older request-update-info.
6291
6292         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6293
6294 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6295
6296         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6297         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6298
6299 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6300
6301         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6302         groups.  This makes the nndraft:queue group pop up if it's not already
6303         there.
6304
6305         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6306         messages" logic, which was reversed.
6307
6308         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6309         the "same place" even if point is on the line being replaced.
6310         (article-update-date-lapsed): Allow updating both the combined lapsed
6311         and the lapsed headers.
6312         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6313         (article-make-date-line): Limit the number of segments dynamically to
6314         avoid too-long lines.
6315
6316 2011-01-27  Julien Danjou  <julien@danjou.info>
6317
6318         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6319         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6320
6321 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6324         Use plist-get instead of the cl function getf.
6325
6326 2011-01-27  Glenn Morris  <rgm@gnu.org>
6327
6328         * gnus-util.el (float-time): Get rid of compiler warning, again.
6329
6330 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6331
6332         * shr.el (shr-put-color): Special-case background colors: Do put them
6333         at the blank parts at the front of the lines.
6334
6335         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6336         exit hook to nix out all data on readedness on group exit.
6337
6338         * gnus-util.el (float-time): If float-time is bound, always use it on
6339         all Emacsen.  It's unclear why the subrp check was there.
6340         (time-date): Require to make some autoload issues on XEmacs go away.
6341
6342         * shr.el (shr-put-color): Don't do the box padding in tables, since
6343         they're already padded.
6344
6345 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6346
6347         * gnus-art.el (gnus-article-next-page): When the last line of the
6348         article is displayed, scroll down once more instead of going to the
6349         next article at once.
6350         (article-lapsed-string): Refactor out and allow specifying how many
6351         segments you want.
6352         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6353         (gnus-article-update-lapsed-header): New variable.
6354
6355         * shr.el: Revert change that made headings use different-sized faces.
6356         The Emacs display engine isn't advanced enough that, for instance,
6357         tables can comfortably use differently-sized faces.
6358
6359 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6360
6361         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6362         used.
6363         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6364         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6365         we're using an encrypted connection.
6366
6367         * proto-stream.el: Alter the interface functions to also return the
6368         actual stream type used: network or tls.
6369
6370 2011-01-25  Julien Danjou  <julien@danjou.info>
6371
6372         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6373         (mm-display-javascript-inline): New function.
6374
6375         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6376         viewing function.
6377
6378 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * shr.el (shr-expand-newlines): Fix variable name.
6381
6382 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6383
6384         * shr.el (shr-expand-newlines): Make nested boxes work.
6385
6386 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6387
6388         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6389         backgrounds.
6390         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6391         in a more sensible manner.
6392
6393 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6394
6395         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6396         if EPG is loaded.
6397
6398 2011-01-24  Julien Danjou  <julien@danjou.info>
6399
6400         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6401         tags.
6402
6403 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6404
6405         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6406         commands.
6407
6408         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6409         in the article buffer.
6410         (gnus-gravatar-insert): Use blank space from the current buffer to
6411         avoid breaking text properties.  This makes X-Sent updating work again.
6412
6413         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6414
6415 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6416
6417         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6418         fix the bug in url-http.el instead.
6419
6420         * shr.el (shr-image-fetched): Ditto.
6421
6422         * shr.el (shr-image-fetched): Avoid having point move in the article
6423         buffer.
6424
6425         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6426         buffer after being called.  It's apparently being killed by url.el, and
6427         killing it made point move to end-of-buffer in a random buffer.
6428
6429         * shr.el (shr-image-fetched): Ditto.
6430
6431 2011-01-23  Julien Danjou  <julien@danjou.info>
6432
6433         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6434
6435         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6436         text/x-org.
6437
6438 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6439
6440         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6441         (i.e., nnimap) returning nil as the article number.
6442
6443 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6444
6445         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6446         "DelSp" parameter in RFC3676.
6447
6448 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6449
6450         * message.el (message-check-recipients): Display the encoded version of
6451         the bogus address if they differ.
6452
6453         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6454         after sending.
6455
6456         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6457
6458         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6459
6460         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6461         group buffer after sending the queue.
6462
6463         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6464
6465 2011-01-22  Julien Danjou  <julien@danjou.info>
6466
6467         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6468
6469 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6470
6471         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6472         nested related parts.
6473
6474         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6475         unexpired articles.  This fixes the regression that led expiry marks to
6476         disappear from nnfolder groups.
6477
6478 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6479
6480         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6481         Don't confuse the "ret" of "retrograde" with RET.
6482
6483 2011-01-21  Julien Danjou  <julien@danjou.info>
6484
6485         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6486         than mm-insert-inline.
6487
6488 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6491         Widen article buffer.
6492
6493 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6494
6495         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6496         the temp buffer.
6497         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6498
6499 2011-01-20  Julien Danjou  <julien@danjou.info>
6500
6501         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6502
6503         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6504         than mm-insert-inline to insert inline part: this respect
6505         mm-inline-media-tests displayers.
6506
6507         * mm-view.el (mm-display-shell-script-inline): New function.
6508
6509         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6510
6511         * mm-uu.el (mm-uu-type-alist): Add org block.
6512         (mm-uu-org-src-code-block-extract): New function.
6513
6514         * mm-view.el (mm-display-org-inline): New function.
6515
6516         * mm-decode.el (mm-automatic-display): Add text/org.
6517
6518         * mailcap.el (mailcap-mime-extensions): Add .org.
6519
6520 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6523         gnus-article-add-buttons.
6524
6525 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6526
6527         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6528         From header with a date and "nobody" as the sender.
6529
6530 2011-01-19  Julien Danjou  <julien@danjou.info>
6531
6532         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6533         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6534         if you have the same regexp several times.
6535         (gnus-button-push): Fix matching when regexp is symbol.
6536
6537 2011-01-15  Glenn Morris  <rgm@gnu.org>
6538
6539         * message.el (message-mail): A compose-mail function should
6540         accept headers as strings.
6541
6542 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6543
6544         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6545         Add :vert-only tags.
6546         (message-mail): New arg RETURN-ACTION.
6547         (message-return-action): New var.
6548         (message-bury): Use it.
6549         (message-mode): Make it buffer-local.
6550         (message-send-and-exit): Always call message-bury.
6551
6552         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6553         message-mail.
6554
6555 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * nnimap.el (nnimap-convert-partial-article): Protect against
6558         zero-length body parts.
6559
6560         * mm-decode.el (mm-preferred-alternative-precedence):
6561         Discourage showing empty parts.
6562
6563         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6564         and stuff if the backend didn't return the article number.  This fixes
6565         an Exchange-related nnimap bug.
6566
6567         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6568         group window, because it does the wrong thing when a separate frame
6569         displays the group buffer.
6570
6571         * proto-stream.el (open-protocol-stream): Protect against the low-level
6572         transport functions returning nil.
6573
6574 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6575
6576         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6577         (mml2015-epg-find-usable-secret-key): New function.
6578         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6579         mml2015-epg-find-usable-key (Bug#7797).
6580         (mml2015-epg-encrypt): Ditto.
6581
6582 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * dgnushack.el (rot13-string): Fix the way to get the argument.
6585
6586 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6589
6590 2011-01-03  Glenn Morris  <rgm@gnu.org>
6591
6592         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6593
6594         * sieve.el (sieve-open-server): Give a more explicit error if
6595         sieve-manage-open returns nil.  (Bug#7720)
6596
6597 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6598
6599         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6600
6601 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6604         This avoids sending passwords in plain text over non-encrypted
6605         channels.
6606
6607         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6608
6609         * nnimap.el (nnimap-login): Refactored out into own function, and
6610         implement CRAM-MD5.
6611         (nnimap-wait-for-line): Refactored out.
6612
6613         * mm-view.el (mml-smime): Require.
6614
6615 2010-12-20  David Engster  <deng@eml.cc>
6616
6617         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6618         use EPG to decrypt S/MIME messages instead of openssl.
6619
6620 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6623
6624         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6625         status is the group clearly is unreachable.
6626
6627         * auth-source.el (auth-source-create): Add the optional second
6628         parameter to `local-variable-p' to be compatible with XEmacs.
6629
6630 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6631
6632         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6633         work when using a compressed nnml folder.
6634
6635 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6638         backends after sanitising on entry, because this never makes sense:
6639         If the articles have gone missing, then the data no longer exists on
6640         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6641         overwrite anything anyway.
6642
6643         * shr.el (shr-insert-document): Bind shr-width dynamically to
6644         window-width if it's nil.
6645
6646 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6647
6648         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6649         with the meaning of using the full emacs window width for rendering.
6650
6651 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6652
6653         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6654         case when sender is not given.
6655
6656 2010-12-23  Julien Danjou  <julien@danjou.info>
6657
6658         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6659         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6660         the addresses, otherwise we might misplaced the gravatar.
6661
6662 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6663
6664         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6665         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6666         obsolete in Emacs.
6667
6668 2010-12-20  Julien Danjou  <julien@danjou.info>
6669
6670         * gnus-util.el (gnus-rescale-image): Revert last change.
6671
6672 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6673
6674         * binhex.el: Improve commentary (Bug#7482).
6675
6676 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * gnus-group.el (gnus-group-delete-articles): New command.
6679
6680 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6681
6682         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6683
6684 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6685
6686         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6687         here, since it's up to the backends to do CRLF removal if their
6688         protocol has it.
6689
6690         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6691
6692 2010-12-17  Julien Danjou  <julien@danjou.info>
6693
6694         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6695         they are from file.  Can also scale up.
6696
6697 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6698
6699         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6700         Restore gnus-use-agent.
6701         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6702
6703         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6704
6705 2010-12-17  Julien Danjou  <julien@danjou.info>
6706
6707         * gravatar.el (gravatar-retrieve-synchronously): New function.
6708         (gravatar-get-data): Make more robust.
6709
6710 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6713
6714 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6717         to really consider the last line.
6718
6719 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6720
6721         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6722         list of recipient keys, or use symmetric encryption if not a list.
6723         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6724         EPA override, replacing the call to `netrc-store-data'.
6725
6726 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6727
6728         * gnus-srvr.el: Avoid passing nil regexp argument to
6729         delete-matching-lines.
6730
6731 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6734         fetching stops when Gnus exits.
6735
6736         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6737         function.
6738         (nnfolder-request-expire-articles): Save all the buffers after doing
6739         expiry.
6740
6741         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6742         the last article", since that led to serious performance regressions
6743         when expiring nnml groups.
6744
6745 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6746
6747         * nnir.el: Improve customizations.
6748
6749 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6752
6753         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6754         group has been killed.
6755         (gnus-group-yank-group): Ditto.
6756
6757         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6758
6759         * nnimap.el (nnimap-request-update-group-status): New function.
6760
6761         * gnus-int.el (gnus-request-update-group-status): New interface
6762         function.
6763
6764         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6765         copying read-ness to the backends.
6766
6767         * nnimap.el (nnimap-quirk): New function.
6768         (nnimap-retrieve-group-data-early): Use it.
6769         (nnimap-quirks): New alist.
6770
6771 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6774         don't delete it within indentation.
6775
6776 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6777
6778         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6779         previous line.
6780
6781 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6784         QRESYNC command by deleting a superfluous space which broke Cyrus
6785         servers.  This change will break other servers that are buggy the other
6786         way around.
6787
6788 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6789
6790         * spam.el: Reindent and fix long lines.
6791         (spam-copy-or-move-routine): Exclude invalid move destinations.
6792
6793 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6794
6795         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6796         installed the registry.
6797
6798 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6801
6802 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6805         groupname doesn't contain "gmane".
6806
6807 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6810         and netrc-bound-and-true-p bindings.
6811         (netrc-parse): Cache the netrc contents.
6812
6813         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6814         (gnus-1): Don't create the nndrafts group twice.
6815         (gnus-setup-news): There's no need to read the active file here, since
6816         that's done again later on a per-backend basis.
6817         (gnus-start-draft-setup): Make sure that the new group is started out
6818         empty.
6819
6820         * gnus-agent.el (gnus-agentize): Don't create the queue group
6821         automatically on startup.  It'll be created later, if needed.
6822
6823         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6824         of automatically subscribed groups.
6825         (gnus-auto-subscribed-categories): New variable.
6826         (gnus-matches-options-n): Use it.
6827         (gnus-default-subscribed-newsgroups): Remove unused variable.
6828         (gnus-start-draft-setup): Message a bit less.
6829
6830 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6831
6832         * nnir.el (nnir-run-imap): Return article list in order of increasing
6833         UID.
6834
6835 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * gnus-sum.el (gnus-summary-enter-digest-group):
6838         Mention gnus-auto-select-on-ephemeral-exit.
6839
6840         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6841         convention of the network-only option.
6842
6843 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * proto-stream.el (proto-stream-open-network-only): New function to
6846         have a way to specify non-STARTTLS upgrade connections.
6847
6848 2010-12-10  Julien Danjou  <julien@danjou.info>
6849
6850         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6851         email address is nil.
6852
6853         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6854
6855 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6856
6857         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6858         deletion.
6859         (nnir-run-imap): Only need to parse list once.
6860
6861 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * shr.el (shr-tag-script): Ignore <script>.
6864         (shr-tag-label): Add <label> support.
6865
6866 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6869
6870         * shr.el (shr-image-displayer): Work for images lined side by side.
6871
6872 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6873
6874         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6875         parameter, since XEmacs doesn't accept t as a parameter.
6876
6877 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6878
6879         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6880         ids.
6881         (nnir-run-gmane): Simplify groupspec formatting.
6882         (nnir-request-expire-articles): New function.
6883
6884 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6887         overflow, possibly.
6888
6889         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6890         (shr-render-td): Handle td style="" better.
6891         (shr-tag-table): Use the color from the style sheet.
6892         (shr-render-td): Make sure we copy over all the overlays, too.
6893
6894 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6895
6896         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6897         (nnir-request-article): Improve article retrieval.
6898
6899 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * mm-util.el (mm-extra-numeric-entities): New variable.
6902
6903         * mm-url.el (mm-url-decode-entities):
6904         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6905
6906         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6907
6908 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6909
6910         * message.el: Use completion-at-point.
6911         (message-completion-function): New fun, extracted from message-tab.
6912         (message-mode): Use it for completion-at-point-functions.
6913         (message-tab): Use it and completion-at-point.
6914
6915 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6918         character if a non-breakable character follows.
6919
6920 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6923         any stream.
6924
6925         * shr.el (shr-tag-font): Colorize the region.
6926         (shr-tag-body): Ditto.
6927         (shr-tag-font): Actually let the styles be inherited instead of
6928         overwriting them.
6929         (shr-tag-font): Get the background color right.
6930         (shr-tag-style): Ignore all <style> tags for the moment.
6931
6932         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6933         a Message-ID to avoid having nnimap depend on gnus-sum.
6934
6935         * shr.el (shr-descend): Only colorize something if we have a node that
6936         sets colors.
6937
6938 2010-12-06  Julien Danjou  <julien@danjou.info>
6939
6940         * shr.el (shr-render-td): Render td content with shr-descend, so style
6941         will be applied to <td> too.
6942         (shr-colorize-region): Colorize region even if we only have a background.
6943         (shr-tag-body): Fix color and background color inheritance.
6944         Do not recolorize after shr-generic.
6945         (shr-tag-font): Let shr-generic colorize via inheritance.
6946
6947 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6950
6951 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6952
6953         * nnir.el (nnir-request-move-article): Remove obsolete code.
6954
6955 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6958
6959 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-sum.el (gnus-summary-respool-article): The completion function
6962         expects a list instead of an alist.
6963
6964         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6965         string as the parameter.
6966
6967         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6968
6969         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6970         styles.
6971         (shr-colorize-region): New function.
6972         (shr-insert-background-overlay): Remove.
6973         (shr-render-td): Background setting should be taken care of on a higher
6974         level.
6975         (shr-tag-body): Use post-hoc colorizations.
6976         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6977         (shr-put-color-1): Don't overwrite old colors.
6978         (shr-colorize-region): When the background color isn't explicit, use
6979         a fixed background.
6980
6981         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6982         nnmail variables.
6983
6984 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6985
6986         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6987         unless necessary.
6988
6989 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6990
6991         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6992         server.
6993
6994 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6995
6996         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6997         so that TAB works.
6998
6999         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7000         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7001
7002         * shr.el (shr-urlify): Show the URL before the title to avoid
7003         misleading URLs.
7004
7005 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7006
7007         * shr.el (shr-urlify): Display the title in <a> tags.
7008
7009 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7010
7011         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7012
7013 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7014
7015         * nnir.el: Rearrange code to allow macros to be autoloaded by
7016         gnus-sum.el.
7017         (nnir-retrieve-headers-override-function): Make this variable
7018         customizable.
7019         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7020
7021         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7022         from nnir.el.
7023
7024 2010-12-03  Julien Danjou  <julien@danjou.info>
7025
7026         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7027
7028 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7031         allow optional argument `environment'.
7032
7033 2010-12-03  Glenn Morris  <rgm@gnu.org>
7034
7035         * mm-extern.el (message-goto-body): Update declaration.
7036
7037 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-util.el (gnus-macroexpand-all): New function.
7040
7041         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7042         instead of macroexpand-all that is unavailable in XEmacs.
7043
7044 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7045
7046         * nnir.el (nnir-summary-line-format): New variable.
7047         (nnir-mode): Use it.
7048         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7049         (nnir-article-ids): Reimplement as defsubst.
7050         (nnir-retrieve-headers): Don't mangle the subject header.
7051         (nnir-run-imap): Use 100 as RSV score.
7052         (nnir-run-find-grep): Fix for full server searching.
7053         (nnir-run-gmane): Better restriction to gmane groups.
7054
7055         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7056         summary buffers.
7057
7058 2010-12-02  Julien Danjou  <julien@danjou.info>
7059
7060         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7061
7062         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7063
7064         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7065         support.
7066
7067 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7068
7069         * nnir.el: Update to handle the registry better.
7070         (autoload): Silence byte-compiler.
7071         (nnir-open-server): Add a hook for nnir groups.
7072         (nnir-request-move-article): Don't mangle the header.  Better to use
7073         formatting variables (which will be added in the future).
7074         (nnir-registry-action): Update the registry using the original article
7075         group name.
7076         (nnir-mode): Install nnir-specific hooks for updating the registry.
7077
7078         * gnus-sum.el
7079         (gnus-article-original-subject,gnus-newsgroup-original-name):
7080         Remove obsolete variables.
7081         (gnus-summary-move-article): Remove use of obsolete variables.
7082         (gnus-summary-local-variables): Make move and delete hooks local to
7083         summary buffers.
7084
7085 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * rtree.el: New file.
7088
7089 2010-12-01  Julien Danjou  <julien@danjou.info>
7090
7091         * message.el (message-user-organization): Do not use
7092         gnus-local-organization.
7093
7094         * gnus.el: Remove gnus-local-organization.
7095
7096         * gnus-msg.el: Remove nastygram thing.
7097
7098 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7101         funcall.
7102
7103 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7106         names.
7107
7108         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7109         characters.
7110
7111         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7112         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7113         Suggested by Štěpán Němec <stepnem@gmail.com>.
7114         (gnus-gravatar-transform-address): Use mail-extract-address-components
7115         that supports non-ASCII names rather than mail-header-parse-addresses.
7116
7117 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * proto-stream.el (open-protocol-stream): All starttls connections are
7120         handled by the network handler.
7121
7122 2010-11-30  Julien Danjou  <julien@danjou.info>
7123
7124         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7125         (nnimap-open-connection-1): Fix PREAUTH.
7126
7127         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7128
7129 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7132         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7133         (shr-insert): Use them.
7134         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7135
7136 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7137
7138         * nnir.el (nnir-request-move-article): Bail out if original group
7139         doesn't support article moves.
7140         (nnir-get-active): Improve active list retrieval.
7141
7142 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7145
7146 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7147
7148         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7149         seem to accept strings-with-numbers as port numbers.
7150
7151 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7152
7153         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7154         change the registry.
7155
7156 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7159         delete-dups that is not available in XEmacs 21.4.
7160
7161         * mm-util.el (mm-delete-duplicates): Add comment.
7162
7163 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7164
7165         * nnir.el (nnir-ignored-newsgroups): New variable.
7166         (nnir-get-active): Use it.
7167
7168 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7169
7170         * proto-stream.el (proto-stream-open-network): Add some comments.
7171
7172         * nntp.el (nntp-open-connection): Provide a :success condition.
7173
7174         * nnimap.el (nnimap-open-connection-1): Ditto.
7175
7176         * proto-stream.el (proto-stream-open-network): See what the response to
7177         the STARTTLS command is.
7178
7179         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7180         backwards compatibility).
7181         (nnimap-open-connection-1): Really respect nnimap-server-port.
7182
7183         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7184         TLS upgrades we don't really care about the identity of the peer.
7185         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7186         that what we've checked for.
7187         (proto-stream-always-use-starttls): Only default to t if
7188         open-gnutls-stream exists.
7189         (proto-stream-open-network): If STARTTLS failed, then just open a
7190         normal connection.
7191         (proto-stream-open-network): Wait until the greeting before doing
7192         STARTTLS.
7193
7194         * nntp.el (nntp-open-connection): Report what the connection error is.
7195
7196         * proto-stream.el (open-protocol-stream): Rename from
7197         open-proto-stream.
7198
7199 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * nnimap.el (nnimap-stream): Change default to `undecided'.
7202         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7203         first, and then network.
7204         (nnimap-open-connection-1): Respect nnimap-server-port.
7205         (nnimap-open-connection): Be more backwards-compatible.
7206
7207         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7208         (proto-stream-open-starttls): De-duplicate the starttls code.
7209         (proto-stream-open-starttls): Folded back into the main function.
7210         (proto-stream-open-network): Fix typo in the gnutls path.
7211         (proto-stream-command): Refactor out.
7212
7213         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7214
7215         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7216         starttls.el STARTTLS.
7217
7218         * color.el (color-lab->srgb): Fix function call name.
7219
7220         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7221         if we're using tls.el.
7222         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7223         built in, then don't try to establish a STARTTLS connection.
7224
7225         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7226         servers.
7227
7228         * proto-stream.el (open-proto-stream): Use network, not stream.
7229         (open-proto-stream): Add a way to specify what the end of a command is.
7230
7231         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7232         connections types.
7233         (nntp-open-network-stream): Remove.
7234         (nntp-open-ssl-stream): Remove.
7235         (nntp-open-tls-stream): Remove.
7236         (nntp-ssl-program): Remove.
7237
7238         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7239
7240 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7241
7242         * nnir.el: Fix typos.
7243         (nnir-retrieve-headers-override-function): Rename variable to reflect
7244         new semantics.
7245         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7246         macros.
7247         (nnir-request-article, nnir-request-move-article): Use them.
7248         (nnir-categorize): New function.
7249         (nnir-run-query): Use it.
7250         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7251         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7252         sorted.
7253         (nnir-group-full-name): Use gnus-group-full-name instead.
7254         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7255         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7256
7257 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7260
7261         * proto-stream.el: New library to provide protocol-specific
7262         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7263         protocols.
7264         (open-proto-stream): Complete the documentation.
7265         (proto-stream-open-network): Fix some typos.
7266
7267         * nnimap.el (nnimap-open-connection): Use it.
7268
7269 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7270
7271         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7272         negotiation.
7273
7274 2010-11-26  Julien Danjou  <julien@danjou.info>
7275
7276         * color.el: Rename various rgb functions to srgb.
7277
7278 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7281         names.
7282
7283 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * shr.el (shr-insert): Revert last change.
7286         (shr-find-fill-point): Never leave point being at bol;
7287         relax the kinsoku limitation when rendering tables.
7288
7289 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7290
7291         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7292         results from -accept-article.
7293
7294         * shr-color.el: Require cl when compiling.
7295
7296         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7297         checkin.
7298
7299         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7300
7301         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7302
7303         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7304         'add and 'delete to set backend marks.
7305
7306         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7307
7308         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7309
7310         * nntp.el (nntp-request-set-mark): Use it.
7311
7312         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7313
7314         * nnml.el (nnml-request-set-mark): Ditto.
7315
7316         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7317         introduces regressions in article selection.
7318         (nnimap-find-uid-response): New function.
7319         (nnimap-request-accept-article): Use the UID returned, if any.
7320         (nnimap-request-move-article): Use the UID returned, if any.
7321         (nnimap-get-groups): Reimplement to work with folded lines.
7322         (nnimap-find-uid-response): The UID is the last element in the list.
7323         (nnimap-request-set-mark): Extend syntax with 'set.
7324
7325         * nnml.el (nnml-request-set-mark): Ditto.
7326
7327         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7328
7329         * nntp.el (nntp-request-set-mark): Ditto.
7330
7331 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * message.el (message-called-interactively-p): A temporary macro.
7334         (message-goto-body): Use it temporarily.
7335
7336 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7339         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7340         (nnimap-last-response-string): Fix last unfolding fix.
7341
7342 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * shr.el (shr-insert): Fix the way to fold lines.
7345
7346 2010-11-25  Julien Danjou  <julien@danjou.info>
7347
7348         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7349
7350         * color.el: Rename from color-lab.el
7351         (color-rgb->hex): Add.
7352         (color-complement): Add.
7353         (color-complement-hex): Add.
7354
7355         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7356
7357 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7358
7359         * shr-color.el (shr-color-visible): Don't bug out if the color names
7360         don't exist.
7361
7362 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7365         assuming that article displaying or another mml-preview may be
7366         interrupted for an error or for the like.
7367
7368         * shr.el (shr-get-background): Fix argument name.
7369
7370 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7373
7374         * gnus-sum.el (gnus-summary-include-articles): New function.
7375
7376         * message.el (message-goto-body): called-interactively-p needs a
7377         parameter, so use `any'.
7378
7379         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7380         clear marks before moving, since they're synced from the Gnus side
7381         first.
7382
7383         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7384         (gnus-summary-move-article): Copy over all marks before moving, so that
7385         IMAP doesn't think a new article has arrived.
7386
7387 2010-11-24  Julien Danjou  <julien@danjou.info>
7388
7389         * shr.el (shr-insert-background-overlay): Fix typo.
7390         (shr-render-td): Copy the background before rendering.
7391
7392         * shr-color.el (shr-color-visible): Fix docstring.
7393
7394         * shr.el (shr-tag-table): Add bgcolor support.
7395         (shr-render-td): Add bgcolor support.
7396         (shr-get-background): Add.
7397         (shr-insert-foreground-overlay): Use shr-get-background.
7398
7399         * message.el (message-goto-body): Use called-interactively-p.
7400         (message-in-body-p): message-goto-body returns point.
7401
7402 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7405         Fixes something or other in Emacs 23, and is backwards compatible.
7406
7407         * message.el (message-goto-body): Remove the <#secure special-casing,
7408         which is too special.
7409
7410         * shr.el (shr-parse-style): Drop !important from styles.
7411
7412 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7413
7414         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7415         this function to return incorrect results when calling it with an
7416         explicit article argument different from
7417         (gnus-summary-article-number).
7418
7419 2010-11-24  Julien Danjou  <julien@danjou.info>
7420
7421         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7422         (shr-tag-body): Add background support.
7423         (shr-descend): Add background support.
7424         (shr-tag-title): Add.
7425
7426         * shr-color.el (shr-color-visible): Really return original background
7427         if fixed.
7428
7429 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * shr.el (shr-color-check): Protect against non-existent color names.
7432
7433 2010-11-24  Julien Danjou  <julien@danjou.info>
7434
7435         * color-lab.el: Require 'cl when compiling.
7436
7437         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7438
7439         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7440         matched part.
7441
7442         * color-lab.el: Fix all expt calls to use float type.
7443
7444 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7447         expression to shr-color-check as is.
7448
7449         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7450
7451         * color-lab.el: Add coding cookie.
7452         (float-pi): Use eval-and-compile.
7453
7454         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7455         compiled for Emacsen having no `libxml-parse-html-region' support.
7456
7457 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * shr.el (shr-insert-color-overlay): Split stuff like
7460         "#444444 !important" to find the real color.
7461         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7462         parse <font color="red"> entries.
7463
7464 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7465
7466         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7467         point when parsing headers.
7468
7469         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7470         is positioned properly when parsing headers.
7471
7472 2010-11-23  Julien Danjou  <julien@danjou.info>
7473
7474         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7475
7476         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7477
7478         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7479
7480         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7481         Use shr-color-hue-to-rgb.
7482         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7483
7484 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * shr.el (shr-color->hexadecimal): Autoload.
7487         (shr-descend): Add color to all tags.
7488
7489 2010-11-22  Julien Danjou  <julien@danjou.info>
7490
7491         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7492         shr-color->hexadecimal.
7493
7494         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7495         RGB() or HSL() color representation.
7496
7497         * shr.el (shr-tag-font): Add.
7498         (shr-tag-color-check): New function to get better colors.
7499         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7500         tag-span.
7501
7502         * shr-color.el: New file.
7503
7504         * color-lab.el: New file.
7505
7506         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7507
7508 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7509
7510         * nnir.el: Fix typo in comments.
7511         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7512         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7513
7514 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7517
7518         * nnimap.el (nnimap-get-capabilities): Refactor out.
7519         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7520
7521 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7522
7523         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7524         appearing when `mm-uu-hide-markers' is nil.
7525
7526 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * nnimap.el (nnimap-unselect-group): Make into its own function.
7529         (nnimap-request-rename-group): Unselect group before renaming.
7530         This had gotten lost somewhere.
7531         (nnimap-request-accept-article): Keep track of examined groups, and
7532         unselect the group before APPENDing to read-only groups.
7533         (nnimap-request-move-article): Clear flags before moving so that they
7534         can be re-set later.
7535
7536 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7539         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7540
7541 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-art.el (gnus-mime-display-single):
7544         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7545         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7546         parameter.
7547
7548 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7551         (shr-table-vertical-line): New variable.
7552         (shr-insert-table): Use it.
7553
7554 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-html.el (gnus-html-wash-images): Don't display images if
7557         gnus-inhibit-images is non-nil; register displayer for cid images.
7558         (gnus-html-display-image): Work for cid image.
7559         (gnus-html-insert-image): Allow arguments.
7560         (gnus-html-put-image): Inhibit read-only.
7561         (gnus-html-prefetch-images): Don't prefetch images if
7562         gnus-inhibit-images is non-nil.
7563
7564 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * shr.el (shr-put-image): Break lines when inserting big pictures.
7567
7568 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7569
7570         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7571         sender, thanks Katsumi Yamaoka.
7572
7573 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7574
7575         * nnir.el (nnir-run-imap): Reverse the article list for each group
7576         rather than the whole list.
7577
7578 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * shr.el (shr-image-displayer): Protect function against non-existent
7581         image source.
7582
7583         * gnus-art.el (gnus-inhibit-images): New user option.
7584         (gnus-mime-display-single): Don't display image if it is non-nil.
7585
7586         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7587         gnus-inhibit-images.
7588
7589         * shr.el (shr-image-displayer): New function.
7590         (shr-tag-img): Use it.
7591
7592 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7593
7594         * mml2015.el (mml2015-epg-sign): Use From header.
7595
7596 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7599
7600         * gnus-util.el (gnus-find-text-property-region): Return markers.
7601
7602         * shr.el (shr-tag-img): Put a displayer in the text property.
7603
7604         * gnus-util.el (gnus-find-text-property-region): New utility function.
7605
7606         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7607         (gnus-html-show-images): Remove.
7608
7609         * gnus-art.el (gnus-article-show-images): New, more general function.
7610
7611         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7612         image url text properties.
7613
7614         * shr.el: Ditto.
7615
7616         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7617         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7618
7619 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7622         work for two or more articles.
7623
7624 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7627         divide an image that's in an html article to two or more when washing
7628         non-ASCII characters in alt text of it.
7629
7630 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7633         smime-decrypt-region using function argument.
7634         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7635
7636         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7637
7638         * smime.el (smime-decrypt-region): Catch it.
7639
7640 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7641
7642         * smime.el (smime-mode-map): Move initialization into declaration.
7643         (gnus-run-mode-hooks): Don't autoload.
7644         (smime-mode): Use define-derived-mode.
7645
7646 2010-11-11  Glenn Morris  <rgm@gnu.org>
7647
7648         * smime.el (from): Restrict declaration to XEmacs.
7649
7650         * nnir.el (gnus-group-topic-name): Autoload.
7651
7652 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * shr.el (shr-insert): Don't break long line if it is because of
7655         kinsoku-bol characters in the line end.
7656
7657 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7658
7659         * nnir.el (nnir-request-move-article): Fix to provide original group
7660         and subject.
7661         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7662         been retrieved.
7663
7664         * gnus-sum.el (gnus-summary-move-article): Use original group and
7665         subject for virtual articles such as those in an nnir summary buffer.
7666
7667 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7670         least 21.5).
7671
7672         * smime.el (from): Declare it again for XEmacs.
7673
7674 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7675
7676         * message.el (message-resend): Don't disable encoding unless it's
7677         already encoded.
7678
7679         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7680         low-numbered articles.
7681
7682 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * rfc2047.el (rfc2047-syntax-table): Simplify.
7685
7686         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7687
7688         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7689         set-char-table-range for XEmacs.
7690
7691 2010-11-10  Glenn Morris  <rgm@gnu.org>
7692
7693         * time-date.el (time-to-seconds): Always an alias on Emacs,
7694         never a real function.
7695         (with-no-warnings): Remove compat stub, now unused.
7696         (time-less-p): Doc fix.
7697         (time-to-number-of-days): Simplify.
7698
7699         * smime.el (from): Remove unused declaration.
7700
7701         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7702         (gnus-float-time): On Emacs, always an alias.
7703
7704         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7705         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7706
7707 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * dgnushack.el: Don't use ignore-errors in the top level form since it
7710         is unavailable in XEmacs even if cl is loaded.
7711
7712         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7713
7714 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * shr.el (browse-url-mailto): Autoload.
7717
7718         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7719
7720         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7721         regexp doesn't need quoting.
7722
7723 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7724
7725         * message.el (message-subject-trailing-was-ask-regexp)
7726         (message-subject-trailing-was-regexp): Match was: in addition to was.
7727
7728 2010-11-09  Glenn Morris  <rgm@gnu.org>
7729
7730         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7731         (nnbabyl-check-mbox): Use point-at-bol.
7732
7733 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7736
7737         * message.el (message-mailto): New function.
7738         (message-mailto): Should accept other parameters.
7739         (message-mailto): Remove since it duplicates browse-url-mailto
7740         functionality.
7741
7742 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7745         methods.
7746         (gnus-read-active-file): Ditto.
7747
7748         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7749         ": " from the prompt.
7750         (gnus-group-make-group): Ditto.
7751
7752 2010-11-07  Glenn Morris  <rgm@gnu.org>
7753
7754         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7755         (gnus-bookmark-kill-line): Use point-at-eol.
7756
7757 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7760         asterisks in From header.
7761
7762 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7765         string to avoid making the From headers syntactically invalid.
7766
7767         * message.el (message-send-mail): Don't insert courtesy messages if the
7768         message already has List-Post and List-ID messages.
7769
7770 2010-11-06  Glenn Morris  <rgm@gnu.org>
7771
7772         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7773         `condition', `type', `length' a prefix.
7774         (gnus-treat-predicate): Update for above name changes.
7775
7776 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7777
7778         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7779         binding.  Handled by `gnus-summary-refer-thread' instead.
7780         (nnir-warp-to-article): New backend function.
7781
7782         * nnimap.el (nnimap-request-thread): Force dependency updating.
7783
7784         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7785         (gnus-summary-refer-thread): Rework to improve thread-referral.
7786
7787         * gnus-int.el (gnus-warp-to-article): New function.
7788
7789         * gnus-sum.el (gnus-summary-article-map): Bind it.
7790
7791 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7792
7793         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7794         gnus-summary-refer-thread.
7795
7796         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7797         headers.
7798         (gnus-summary-limit-include-thread): Prevent articles in thread from
7799         being cut in gnus-cut-threads.
7800         (gnus-summary-refer-thread): Limit retrieved headers to those in
7801         thread.
7802
7803 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * message.el (message-send-mail): Use the value of
7806         message-courtesy-message from the message buffer.
7807
7808         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7809
7810         * shr.el (shr-browse-url): Implement mailto: URLs.
7811
7812         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7813         "raw".
7814
7815         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7816         if it's already selected.
7817
7818         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7819
7820 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7823         to measure the length and truncate alt text.
7824
7825 2010-11-03  Glenn Morris  <rgm@gnu.org>
7826
7827         * nndiary.el (nndiary-generate-nov-databases-1)
7828         (nndiary-generate-active-info): Rename dynamic variable `files' to
7829         something less generic.
7830
7831 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7832
7833         * nnir.el (nnir-request-move-article): Call the underlying backend to
7834         move articles from nnir.
7835
7836 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7839
7840 2010-11-02  Julien Danjou  <julien@danjou.info>
7841
7842         * nnir.el: Remove wais support.
7843
7844 2010-11-02  Glenn Morris  <rgm@gnu.org>
7845
7846         * gnus-html.el: Reorder requirements to quieten compiler.
7847
7848 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7851         properly for XEmacs as well.
7852         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7853         (gnus-article-natural-long-line-p): Use window-width rather than
7854         frame-width.
7855
7856 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7857
7858         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7859         (nnir-read-parms): Don't modify query.
7860         (nnir-run-query): Add ability to search topic on current line.
7861         (nnir-get-active): Clean up.
7862
7863 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7866         degenerate articles.
7867
7868         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7869         (gnus-print-buffer): Just print the buffer as is, without any copying
7870         to a buffer and then re-highlighting.
7871
7872         * nnimap.el (nnimap-request-group): Store the new updated info.
7873         (nnimap-request-group): Select the group when we don't know whether it
7874         exists or not.
7875
7876         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7877         groups.
7878
7879         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7880         groups.
7881
7882         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7883         groups.
7884
7885         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7886         long-lines case by only filling the long lines.
7887
7888         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7889         (bug #7311).
7890
7891 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * shr.el: No need to declare `declare-function' since shr.el is for
7894         only Emacsen that provide `libxml-parse-html-region'.
7895
7896         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7897         effective only in a file it is referred to.
7898
7899 2010-11-01  Glenn Morris  <rgm@gnu.org>
7900
7901         * mm-util.el (gnus-completing-read): Autoload.
7902         (mm-read-coding-system): Simplify Emacs definition.
7903
7904         * nnmail.el (gnus-activate-group):
7905         * nnimap.el (gnutls-negotiate):
7906         * nntp.el (netrc-parse): Fix declarations.
7907
7908 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7911         string-match-p in Emacs >=23.
7912
7913         * gnus-msg.el (gnus-configure-posting-styles):
7914         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7915
7916 2010-11-01  Glenn Morris  <rgm@gnu.org>
7917
7918         * nnir.el (declare-function): Add compat stub.
7919         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7920         (nnir-run-gmane): Require 'mm-url.
7921
7922         * mm-util.el (mm-string-to-multibyte): Simplify.
7923
7924         * shr.el (declare-function): Add compat stub.
7925         (url-cache-create-filename): Declare.
7926         (mm-disable-multibyte, widget-convert-button): Autoload.
7927
7928         * smime.el (ldap-search): Declare.
7929         (smime-cert-by-ldap-1): Require ldap on Emacs.
7930
7931         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7932         (nnimap-keepalive): Use gnus-float-time.
7933
7934         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7935         (mail-source-delete-crash-box): Use gnus-float-time.
7936
7937         * gnus-dired.el (gnus-completing-read): Autoload.
7938
7939         * mm-view.el (gnus-rescale-image): Autoload.
7940
7941         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7942
7943         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7944
7945         * sieve-manage.el: Require 'cl when compiling.
7946
7947         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7948         (gnus-iswitchb-completing-read): Require iswitchb.
7949         (gnus-select-frame-set-input-focus): Silence compiler.
7950
7951 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * message.el (message-subject-trailing-was-query): Change default to t,
7954         since I think that's what most people want.
7955
7956         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7957         appending for easier debugging.
7958         (nnimap-wait-for-connection): Take a regexp.
7959         (nnimap-request-accept-article): Wait for the continuation line before
7960         sending anything unless we're streaming.
7961
7962         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7963         leave the header washing to take place.
7964
7965 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7966
7967         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7968         regular expression match and replace in posting styles.
7969
7970 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7971
7972         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7973         an entire server.
7974         (nnir-get-active): New function.
7975         (nnir-run-imap): Use it.
7976         (nnir-run-gmane): Who knew, gmane search returns an article score!
7977
7978         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7979         server on the current line with nnir.
7980
7981 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7984         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7985         left edge.
7986         (gnus-article-foldable-buffer): Skip past the prefix when determining
7987         raggedness.
7988
7989         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7990         the raw article, and change `C-u g' to show the article without doing
7991         treatments.
7992
7993         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7994         on to `gnus-treat-article'.
7995         (gnus-inhibit-article-treatments): New variable.
7996
7997         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7998
7999         * gnus-art.el (gnus-treatment-function-alist): Have
8000         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8001         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8002         sections.
8003
8004         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8005         parameter.
8006         (gnus-article-fill-cited-long-lines): New function.
8007         (gnus-article-fill-cited-article): Allow filling only long sections.
8008
8009         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8010         and non-punctuation (like after the apostrophe in "'We").
8011
8012         * gnus-sum.el (gnus-summary-select-article): Make sure
8013         gnus-original-article-buffer is alive.
8014
8015         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8016         reflect the order they're in in the digest.
8017
8018         * gnus.el (gnus-group-startup-message): Move point to the start of the
8019         buffer.
8020
8021         * nnimap.el (nnimap-capability): New function.
8022         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8023         is set.
8024
8025 2010-10-31  David Engster  <dengste@eml.cc>
8026
8027         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8028         conform with changes to gnus-completing-read.
8029
8030 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8033
8034 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8035
8036         * nnir.el: Move defvar, defcustom around to keep file organized
8037         and keep byte-compiler quiet.
8038         (nnir-read-parms): Accept search-engine as arg.
8039         (nnir-run-query): Pass search-engine as arg.
8040         (nnir-search-engine): Remove.
8041
8042 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * shr.el (shr-generic): The text nodes should be text, not :text.
8045
8046         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8047         later in the file.
8048
8049 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8050
8051         * nnir.el: General clean up.  Allow searching with multiple engines.
8052         Allow separate extra-parameters for each engine.
8053         Batch queries when possible.
8054         (nnir-imap-default-search-key,nnir-method-default-engines):
8055         Add customize interface.
8056         (nnir-run-gmane): New engine.
8057         (nnir-engines): Use it.  Qualify all prompts with engine name.
8058         (nnir-search-engine): Remove global variable.
8059         (nnir-run-hyrex): Restore for now.
8060         (nnir-extra-parms,nnir-search-history): New variables.
8061         (gnus-group-make-nnir-group): Use them.
8062         (nnir-group-server): Remove in favor of gnus-group-server.
8063         (nnir-request-group): Avoid searching twice.
8064         (nnir-sort-groups-by-server): New function.
8065
8066 2010-10-30  Julien Danjou  <julien@danjou.info>
8067
8068         * gnus-group.el: Remove gnus-group-fetch-control.
8069
8070         * gnus-start.el (gnus-find-new-newsgroups):
8071         Remove gnus-check-first-time-used.
8072
8073         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8074
8075 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8076
8077         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8078         set on groups that don't have \* permanentflags.
8079
8080 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8083         control the background color.
8084         (shr-tag-img): Ignore very small web bug type images.
8085         (shr-put-image): Add help-echo alt texts to the images.
8086         (shr-tag-video): Show the video poster image.
8087
8088 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * shr.el (shr-table-depth): New variable.
8091         (shr-tag-table-1): Only insert the images after the top-level table.
8092
8093         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8094
8095         * gnus-util.el (gnus-list-memq-of-list): New function.
8096
8097         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8098         selected.
8099         (nnimap-unsplittable-articles): New slot.
8100         (nnimap-new-articles): Use it.
8101
8102 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8103
8104         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8105         move to the previous line on `M-g'.
8106
8107 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8110         *-request-group, which seems unnecessary.
8111
8112         * nnimap.el (nnimap-quote-specials): Function copied over from
8113         imap.el.
8114         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8115         they support that.  Suggested by Tom Regner.
8116
8117 2010-10-29  Julien Danjou  <julien@danjou.info>
8118
8119         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8120         defalias.
8121         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8122
8123         * gnus.el: Remove `gnus-nntp-service' variable.
8124         (gnus-secondary-servers): Make obsolete.
8125         (gnus-nntp-server): Make obsolete.
8126
8127         * gnus-start.el (gnus-1): Remove x-splash calls.
8128
8129         * gnus-ems.el (gnus-x-splash): Remove.
8130
8131         * gnus.el (gnus-group-startup-message): Simplify/update code.
8132
8133         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8134         definition.
8135
8136         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8137         capability before doing anything.
8138         (gnus-group-insert-group-line): Remove useless
8139         gnus-group-remove-excess-properties.
8140
8141 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8144
8145 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8148         config after reselecting.
8149
8150 2010-10-28  Julien Danjou  <julien@danjou.info>
8151
8152         * shr.el (shr-put-image): Use point even if only inserting text.
8153         (shr-put-image): Save excursion when inserting alt text on non-graphic
8154         display, so the behavior is the same when we are on a graphic display.
8155
8156         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8157
8158 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8161         (gnus-mime-copy-part): Check coding system, not charset.
8162         (gnus-mime-view-part-externally): Never remove part.
8163         (gnus-mime-view-part-internally): Don't remove part here.
8164         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8165         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8166         multipart/alternative.
8167
8168         * mm-decode.el (mm-display-part): Take optional arg `force'.
8169
8170 2010-10-26  Julien Danjou  <julien@danjou.info>
8171
8172         * gnus-group.el (gnus-group-default-list-level): Add this function to
8173         compute the default list level.
8174         (gnus-group-default-list-level): Add possibility to use a function.
8175
8176 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8179
8180         * gnus-group.el (gnus-group-completing-read)
8181         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8182         gnus-replace-in-string.
8183
8184 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * shr.el (shr-tag-div): Add.
8187
8188         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8189
8190 2010-10-25  Julien Danjou  <julien@danjou.info>
8191
8192         * gnus-util.el: Remove `gnus-with-local-quit'.
8193
8194         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8195
8196 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8199         the original article buffer.
8200
8201 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * nnimap.el (nnimap-request-head): New function.
8204         (nnimap-request-move-article): Try to be slightly faster by not
8205         requesting the entire message when moving.
8206         (nnimap-transform-headers): Don't bug out on bodiless articles.
8207         (nnimap-send-command): Have no outstanding messages if the IMAP server
8208         doesn't support streaming.
8209         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8210
8211 2010-10-24  Julien Danjou  <julien@danjou.info>
8212
8213         * message.el (message-default-headers): Fix type.
8214
8215 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8218         prefetching images.
8219
8220         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8221         backend for unknown groups.  This is mainly useful for nnimap groups.
8222
8223         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8224         group isn't covered by the agent.
8225
8226 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8227
8228         * nnir.el (nnir-method-default-engines): New variable.
8229         (nnir-run-query): Use it.
8230         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8231         (gnus-summary-nnir-goto-thread): Change group if needed.
8232
8233         * gnus-group.el (gnus-group-group-map): Add key binding for
8234         gnus-group-make-nnir-group.
8235
8236 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8237
8238         * shr.el (shr-tag-object): Add.
8239
8240         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8241         original article buffer live.
8242         (gnus-summary-select-article-buffer):
8243         Mention gnus-widen-article-buffer.
8244
8245 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8246
8247         * shr.el (shr-tag-strong): Add.
8248
8249 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8252         group names.  They mess up the group buffer badly.
8253
8254         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8255
8256         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8257         instead of the summary one.
8258
8259 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * mml.el (mml-preview): Work properly when editing article.
8262
8263         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8264         gnus-have-read-active-file if it's already been in.
8265
8266 2010-10-22  Tom Tromey  <tromey@redhat.com>
8267
8268         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8269         gnus-group-completing-read.
8270
8271 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * message.el (message-mode-map): Don't bind M-; to comment region, to
8274         allow the global comment-dwim to work.
8275
8276 2010-10-21  Julien Danjou  <julien@danjou.info>
8277
8278         * message.el (message-setup-1): Allow message-default-headers to be a
8279         function.
8280
8281 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * shr.el (shr-tag-table): Simplify.
8284
8285 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8288         to avoid trying to snarf invalid stuff.
8289
8290         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8291
8292         * gnus.el (gnus-message-archive-group): Quote value.
8293         (gnus-message-archive-group): Mark as changed.
8294
8295         * shr.el (shr-add-font): Don't put the font properties on the newline
8296         or the indentation.
8297
8298         * message.el (message-fix-before-sending): Change options when sending
8299         non-printable characters.
8300
8301         * gnus.el (gnus-message-archive-method): Change the default to
8302         monthly outgoing groups.
8303
8304         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8305         that have gotten new numbers.
8306
8307         * nnimap.el (nnimap-request-replace-article): New function.
8308
8309 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8312         (nnrss-request-article): Don't use special html washing code.
8313
8314 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * shr.el (shr-tag-table): Remove useless nconc.
8317
8318 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8319
8320         * gnus-art.el (article-wash-html): Simplify and remove the charset
8321         stuff.  Use the normal html rendering code instead of the special html
8322         washing code.
8323
8324         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8325         `gnus-w3m' symbols.
8326         (mm-text-html-washer-alist): Remove.
8327
8328         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8329         (mm-inline-media-tests): Remove use.
8330         (mm-text-html-renderer): Change default to the `shr' symbol.
8331
8332         * mm-view.el (mm-inline-text-html): Remove use.
8333
8334         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8335         `gnus-blocked-images' to be a function.
8336         (gnus-article-wash-function): Remove.
8337
8338 2010-10-20  Julien Danjou  <julien@danjou.info>
8339
8340         * spam.el (spam-list-of-processors): Mark as obsolete.
8341
8342         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8343         (nnimap-insert-partial-structure): Fix boundary detection.
8344
8345 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8346
8347         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8348         run file-truename on remote files.  This can be expensive and even
8349         prevent one from editing drafts if some unrelated buffer has a stale
8350         connection.
8351
8352 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8355         kinsoku-eol regardless of shr-kinsoku-shorten.
8356         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8357         (shr-tag-table): Support caption, thead, and tfoot.
8358
8359 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8362         lines.
8363         (shr-save-contents): New command and keystroke.
8364
8365         * nndoc.el (nndoc-type-alist): Add git support.
8366         (nndoc-git-type-p): New function.
8367         (nndoc-transform-git-article): Ditto.
8368         (nndoc-transform-git-headers): Ditto.
8369         (nndoc-transform-git-headers): Generate Subject headers.
8370
8371         * shr.el (shr-parse-style): New function.
8372         (shr-tag-span): Ditto.
8373
8374         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8375         to `G G' to avoid collisions.
8376
8377 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * shr.el: Load kinsoku if necessary.
8380         (shr-kinsoku-shorten): New internal variable.
8381         (shr-find-fill-point): Make kinsoku shorten text line if
8382         shr-kinsoku-shorten is bound to non-nil.
8383         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8384         shr-indentation too when testing if table is wider than frame width.
8385         (shr-insert-table): Use `string-width' instead of `length' to measure
8386         text width.
8387         (shr-insert-table-ruler): Make sure indentation is done at bol.
8388
8389 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8390
8391         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8392         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8393         undecoded network data.
8394
8395 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8396
8397         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8398         name in the mode line spec so that the mode line menu works
8399         (bug #2431).
8400
8401         * message.el (message-get-reply-headers): If we're fed `to-address',
8402         then always use that.
8403
8404         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8405         aren't so wide as to need to switch off the edit menu.
8406
8407         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8408         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8409
8410         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8411         `M-g'.
8412         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8413         the permanent marks.
8414
8415 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8416
8417         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8418         Splitting according to references/in-reply-to obeys the ignore-groups
8419         variable, while splitting by sender and subject do not.
8420
8421 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8424         alist, so that we can look for non-Unicode chars.
8425         (article-translate-strings): Allow both character and string maps.
8426
8427 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * shr.el (shr-insert): Don't insert space behind a wide character
8430         categorized as kinsoku-bol, or between characters both categorized as
8431         nospace.
8432
8433 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8434
8435         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8436         headers to gnus-newsgroup-headers.
8437
8438 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * shr.el (shr-tag-img): Don't align images -- since we're not
8441         rescaling, this often leads to ugly displays.
8442
8443 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8444
8445         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8446         duplicates.
8447
8448 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8449
8450         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8451         call.
8452
8453 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * gnus.el: Autoload gnus-html-show-images.
8456
8457         * nnimap.el: Use nnheader-message throughout.
8458
8459         * shr.el (shr-tag-img): Ignore images with no data.
8460
8461 2010-10-15  Julien Danjou  <julien@danjou.info>
8462
8463         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8464         a possibility to disable format=flow encoding when using hard newlines.
8465
8466 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * shr.el (shr-insert): Remove space inserted before or after a
8469         breakable character or at the beginning or the end of a line.
8470         (shr-find-fill-point): Do kinsoku; find the second best point or give
8471         it up if there's no breakable point.
8472
8473 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * nnimap.el (nnimap-open-connection): Message when opening connection
8476         for debugging purposes.
8477
8478         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8479         on every setup buffer call to allow this to change from article to
8480         article.
8481
8482         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8483         buffers where we have a wide table.
8484
8485 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8486
8487         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8488         uses *-request-thread.
8489
8490 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8493         incantation, which is no longer valid.
8494
8495 2010-10-14  Julien Danjou  <julien@danjou.info>
8496
8497         * shr.el: Fix defcustom type (char -> character).
8498
8499 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8502         programs.
8503
8504 2010-10-14  Julien Danjou  <julien@danjou.info>
8505
8506         * shr.el (shr-tag-a): Use url-link as widget type.
8507
8508         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8509         `gnus-group-get-icon'.
8510
8511 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8514         This should make server editing work better.
8515
8516         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8517
8518         * tls.el (tls-program): Remove spurious %s from openssl.
8519
8520         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8521         (nnimap-parse-flags): Fix regexp.
8522
8523         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8524         probably work for CJVK text, too.
8525
8526         * nnimap.el (nnimap-extend-tls-programs): Remove.
8527         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8528
8529         * tls.el (tls-starttls-switches): Remove starttls hack.
8530         (open-tls-stream): Ditto.
8531         (tls-find-starttls-argument): Ditto.
8532
8533 2010-10-13  Julien Danjou  <julien@danjou.info>
8534
8535         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8536         responses.
8537
8538 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8541
8542         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8543         anything in Emacs.
8544
8545         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8546
8547 2010-10-13  Julien Danjou  <julien@danjou.info>
8548
8549         * shr.el (shr-width): Make shr-width a defcustom with default to
8550         fill-column.
8551         (shr-tag-img): Use shr-width rather than fill-column.
8552
8553 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * dgnushack.el (byte-optimize-apply):
8556         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8557
8558         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8559         position when (X-)Faces exist.
8560         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8561         avatars when called interactively.
8562
8563 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8566         gnus-article-x-face-too-ugly is bound.
8567
8568 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8571
8572         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8573         mailbox that doesn't exist.
8574
8575 2010-10-12  Julien Danjou  <julien@danjou.info>
8576
8577         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8578         (shr-get-image-data): Encode URL properly when fetching from cache.
8579         (shr-tag-img): Use aligned-to spaces to align correctly images.
8580
8581         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8582         before inserting the Gravatar.
8583
8584         * shr.el (shr-tag-img): Add align attribute support for <img>.
8585
8586 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-gravatar.el (gnus-art): Require.
8589
8590         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8591         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8592         Remove long obsoleted functions.
8593
8594 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8597
8598         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8599
8600         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8601         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8602         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8603         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8604         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8605         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8606         * sieve-manage.el, smime.el, spam.el:
8607         Fix comment for declare-function.
8608
8609 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * nnimap.el (nnimap-request-rename-group): Select group read-only
8612         before renaming it.
8613
8614         * shr.el (shr-insert): Fix up the white space only regexp.
8615
8616         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8617         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8618
8619         * shr.el (shr-current-column): New function.
8620         (shr-find-fill-point): New function.
8621
8622 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8623
8624         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8625         numbers.
8626
8627 2010-10-11  Julien Danjou  <julien@danjou.info>
8628
8629         * shr.el (shr-hr-line): Add.
8630         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8631         display hr lines.
8632         (shr-max-columns): Do not change state to nil if we just inserting
8633         spaces.
8634
8635 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8638         select the last group.
8639
8640 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8641
8642         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8643
8644 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8645
8646         * dig.el (dig-mode-map): Declare and define in one step.
8647
8648 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649
8650         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8651         for Gnus.
8652         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8653         (nnimap-update-qresync-info): Mark \Seen articles as read.
8654
8655         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8656         non-variable, too.
8657
8658         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8659         available.
8660         (nnimap-update-info): Rely more on the current active than the param
8661         active to avoid marking articles as read too much.
8662
8663         * auth-source.el (auth-source-create): Use (user-login-name) for the
8664         user name default.
8665
8666         * nnimap.el (nnimap-update-info): If the server doesn't return any
8667         useful info, just use the previous info.
8668         (nnimap-update-info): Prefer old info over start-article.
8669         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8670
8671 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8672
8673         * nnir.el (autoload): Clean up autoloads.
8674         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8675         Use key rather than value.
8676         (nnir-imap-search-other): New variable.
8677         (nnir-read-parm): Use it.
8678         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8679         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8680
8681 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8682
8683         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8684         the process, too.
8685
8686 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * spam.el (gnus-summary-mode-map): Bind to "$".
8689         Suggested by Russ Allbery.
8690
8691         * shr.el: Rework the way things are indented by <li> slightly.
8692
8693         * gnus.el (gnus-group-set-parameter): Fix typo.
8694
8695         * nnimap.el: Start implementing QRESYNC support.
8696
8697 2010-10-09  Julien Danjou  <julien@danjou.info>
8698
8699         * nnir.el (nnir-engines): Fix too many arguments.
8700
8701 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8704         group is the "last", so that the backends like nnfolder actually save
8705         their folders.
8706
8707         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8708         try to use that for the tls stream.
8709         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8710         UIDVALIDITY and find out which groups are read-only and not.
8711         (nnimap-get-flags): Use the same marks parsing code as the rest of
8712         nnimap.
8713
8714 2010-10-09  Julien Danjou  <julien@danjou.info>
8715
8716         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8717
8718         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8719         retrieving gravatars.
8720
8721         * shr.el (shr-table-corner): Add.
8722         (shr-table-line): Add.
8723         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8724
8725 2010-10-08  Julien Danjou  <julien@danjou.info>
8726
8727         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8728
8729 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8732
8733         * gnus-sum.el (gnus-mark-article-as-unread)
8734         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8735         (gnus-summary-set-bookmark): Use it.
8736
8737         * gnus-msg.el (gnus-setup-message): Use it.
8738
8739         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8740
8741         * gnus.el (gnus-group-remove-parameter): Use it.
8742
8743         * gnus-group.el (gnus-group-make-web-group): Use it.
8744
8745         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8746
8747         * nnregistry.el: Update docs to mention manual.
8748
8749         * gnus-registry.el: Update docs to mention nnregistry.el.
8750         (gnus-registry-initialize): Don't install nnregistry refer method
8751         automatically.
8752         (gnus-registry-install-nnregistry): Remove it.
8753
8754 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755
8756         * shr.el (shr-insert): Don't insert double spaces.
8757
8758 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-gravatar.el (gnus-treat-from-gravatar)
8761         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8762         called interactively.
8763
8764         * gnus-art.el (gnus-mime-view-part-externally)
8765         (gnus-mime-view-part-internally): Make predicate function passed to
8766         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8767         of a mime type.
8768
8769         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8770
8771 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * shr.el (require): Require cl when compiling.
8774         (shr-tag-hr): New function.
8775
8776         * nnimap.el (nnimap-update-info): Remove double setting of high.
8777         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8778         This makes nnimap work properly on Courier again.
8779
8780         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8781         the variable for backwards compatibility.
8782
8783         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8784         the file name before using to avoid setting mm-default-directory to
8785         nil.
8786
8787         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8788         bidning gnus-agent variables.
8789
8790         * shr.el (shr-render-td): Use a cache for the table rendering function
8791         to avoid getting an exponential rendering behavior in nested tables.
8792         (shr-insert): Rework the line-breaking algorithm.
8793         (shr-insert): Don't leave trailing spaces.
8794         (shr-insert-table): Also insert empty TDs.
8795         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8796
8797 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8798
8799         * gnus-sum.el (gnus-number): Rename from `number'.
8800         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8801         (gnus-summary-limit-children): Update uses correspondingly.
8802
8803 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8806         (gnus-gravatar-transform-address): Don't show avatars of people of
8807         which mail addresses match gnus-gravatar-too-ugly.
8808
8809 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * shr.el (shr-table-widths): Expand TD elements to fill available
8812         space.
8813
8814 2010-10-07  Julien Danjou  <julien@danjou.info>
8815
8816         * nnimap.el (nnimap-request-rename-group): Add this method.
8817
8818 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8821         name from XEmacs' function-arglist.
8822
8823         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8824         gravatar under XEmacs.
8825
8826 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8827
8828         * auth-source.el: Update docs with TODO items.
8829
8830         * gnus-sync.el: Update docs to explain state and plans.
8831
8832         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8833         Hooks for mark updates.
8834         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8835
8836         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8837         hooks with arguments, which is needed for mark update hooks.
8838
8839 2010-10-06  Julien Danjou  <julien@danjou.info>
8840
8841         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8842         was matched.
8843
8844         * sieve-manage.el: Update example in `Commentary'.
8845
8846         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8847
8848         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8849         not 2000.
8850         (sieve-manage-authenticate): Re-add function.
8851
8852 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * shr.el (shr-insert): Get 'space transition right.
8855         (shr-render-td): Only delete space at the end of the TD.
8856
8857         * nnimap.el (nnimap-open-connection): Prepare to support
8858         open-gnutls-stream.
8859
8860         * shr.el: Rearrange function order to be more logical.
8861
8862 2010-10-06  Julien Danjou  <julien@danjou.info>
8863
8864         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8865         (nnrss-discover-feed): Remove 404 URL in docstring.
8866
8867         * nnir.el: Fix Swish-E URL.
8868         Fix Namazu URL.
8869
8870         * message.el (message-change-subject): Remove 404 URL in a comment.
8871
8872 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8875         called interactively.
8876
8877         * gnus-util.el (gnus-remove-if): Allow hash table.
8878         (gnus-remove-if-not): New function.
8879
8880         * gnus-art.el (gnus-mime-view-part-as-type):
8881         * gnus-score.el (gnus-summary-score-effect):
8882         * gnus-sum.el (gnus-read-move-group-name):
8883         Replace remove-if-not with gnus-remove-if-not.
8884
8885         * gnus-group.el (gnus-group-completing-read):
8886         Regard collection as a hash table if it is not a list.
8887
8888 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8889
8890         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8891
8892         * shr.el: Document the table-rendering algorithm.
8893
8894 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8897         for Emacsen having no `libxml-parse-html-region' support.
8898
8899 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8902         invalid URLs.
8903
8904         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8905         line-broken.
8906         (shr-tag-img): Ignore image fetching errors.
8907         (shr-overlays-in-region): Compute overlay positions correctly.
8908
8909         * mm-decode.el (mm-shr): Require shr.
8910
8911         * gnus-art.el (gnus-blocked-images): Move variable here.
8912
8913         * shr.el (shr-insert-table): Bind free variable.
8914
8915         * mm-decode.el (mm-shr): Bind shr-content-function.
8916
8917         * shr.el (shr-content-function): New variable.
8918
8919         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8920         added for symmetry.
8921
8922         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8923
8924         * gnus-group.el (gnus-group-make-group): Doc fix.
8925
8926         * nnimap.el (nnimap-request-newgroups): Return success.
8927
8928         * shr.el (shr-find-elements): New function.
8929         (shr-tag-table): Put all the images after the table.
8930         (shr-tag-table): Really inhibit images inside the table.
8931         (shr-collect-overlays): Copy over overlays from the TD elements to the
8932         main document.
8933
8934         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8935         gnus-blocked-images.
8936
8937 2010-10-05  Julien Danjou  <julien@danjou.info>
8938
8939         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8940
8941         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8942         (gnus-html-maximum-image-size): Add this function.
8943         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8944
8945         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8946         server-value of the capability is nil.
8947
8948 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * shr.el (shr-tag-em): Add <EM> tag.
8951
8952 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8953
8954         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8955         customizable.
8956
8957         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8958         handing broken links to browse-url.
8959
8960 2010-10-05  Julien Danjou  <julien@danjou.info>
8961
8962         * gnus-util.el (gnus-emacs-completing-read)
8963         (gnus-iswitchb-completing-read): Use autoload rather than require.
8964
8965 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8968         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8969         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8970         iswitchb-temp-buflist for XEmacs.
8971
8972         * gnus-util.el (gnus-completing-read-function): Exclude
8973         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8974         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8975         XEmacs.
8976
8977         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8978         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8979
8980         * gnus-html.el: Don't require help-fns under XEmacs.
8981         (gnus-html-schedule-image-fetching): Work for XEmacs.
8982
8983         * mm-decode.el (mm-shr): Decode contents by charset.
8984
8985 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8988         unknown.
8989
8990         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8991         (shr-get-image-data): Ensure against the cache file missing.
8992
8993         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8994         for data.
8995
8996         * spam-report.el (spam-report-url-ping-plain): Don't query about
8997         killing the process.
8998
8999         * shr.el (shr-render-td): Protect against too-wide text.
9000
9001 2010-10-04  Julien Danjou  <julien@danjou.info>
9002
9003         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9004         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9005
9006         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9007         retrieved.
9008
9009 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * shr.el (browse-url): Require.
9012         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9013         lines.
9014         (shr-show-alt-text, shr-browse-image): New commands.
9015         (shr-browse-url, shr-copy-url): New commands.
9016
9017         * gnus-sum.el (gnus-widen-article-window): New variable.
9018         (gnus-summary-select-article-buffer): Use it.
9019
9020         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9021         without @ signs.
9022
9023 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9024
9025         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9026
9027 2010-10-04  Julien Danjou  <julien@danjou.info>
9028
9029         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9030         for XEmacs.
9031
9032 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9033
9034         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9035
9036         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9037         (nnimap-close-server): Implement.
9038
9039         * dgnushack.el (iswitchb): Require to shut up the compiler.
9040
9041         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9042         (shr-insert): Tweak line breaking.
9043         (shr-insert): Handle <pre> better.
9044         (shr-tag-li): Get <li> indentation right.
9045         (shr-tag-li): Get <li> indentation even righter.
9046         (shr-tag-blockquote): Ensure paragraph start.
9047         (shr-make-table): Tweak table generation.
9048         (shr-make-table): Fix typo.
9049
9050         * shr.el: Implement table rendering.
9051
9052 2010-10-04  Julien Danjou  <julien@danjou.info>
9053
9054         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9055
9056 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * shr.el (shr-insert): Use string anchors instead of line anchors.
9059
9060 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * shr.el: Add headings.
9063         (shr-ensure-paragraph): Actually work.
9064         (shr-tag-li): Make <ul> prettier.
9065         (shr-insert): Get white space at the beginning/end of elements right.
9066         (shr-tag-p): Collapse subsequent <p>s.
9067         (shr-ensure-paragraph): Don't insert double line feeds after blank
9068         lines.
9069         (shr-insert): \t is also space.
9070         (shr-tag-s): Fix "s" tag name function.
9071         (shr-tag-s): Fix face prop name.
9072
9073 2010-10-03  Julien Danjou  <julien@danjou.info>
9074
9075         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9076
9077         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9078         gnus-window-inside-pixel-edges.
9079
9080         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9081         gnus-ems.
9082
9083         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9084
9085         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9086         function.
9087
9088         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9089         resize choice.
9090
9091 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9094         beginning of the buffer.
9095
9096         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9097         article buffer again.
9098
9099         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9100
9101         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9102         when it's at the start of the buffer.
9103
9104         * shr.el (shr-tag-blockquote): Convert name.
9105         (shr-rescale-image): Use the right image-size variant.
9106
9107         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9108         buffer isn't shown, then select the current article first instead of
9109         bugging out.
9110         (gnus-summary-select-article-buffer): Show both the article and summary
9111         buffers again.
9112
9113         * shr.el (shr-fontize-cont): Protect against regions with no text.
9114         Rename tag functions to shr-tag-* for enhanced security.
9115         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9116
9117 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9118
9119         * shr.el (shr-insert):
9120         * pop3.el (pop3-movemail):
9121         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9122         loaded.
9123
9124 2010-10-03  Glenn Morris  <rgm@gnu.org>
9125
9126         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9127
9128         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9129
9130         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9131
9132         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9133
9134         * gnus-util.el (gnus-make-local-hook): Simplify.
9135
9136 2010-10-02  Julien Danjou  <julien@danjou.info>
9137
9138         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9139         (gnus-ido-completing-read): New function.
9140         (gnus-emacs-completing-read): New function.
9141         (gnus-completing-read): Use gnus-completing-read-function.
9142         Add gnus-completing-read-function.
9143
9144 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * shr.el (shr-insert-document): Autoload.
9147         (shr-img): Be silent.
9148         (shr-insert): Add a newline after every picture before text.
9149         (shr-add-font): Use overlays for combining faces.
9150         (shr-insert): Pass upwards the text start point.
9151
9152         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9153         possible.
9154         (mm-shr): New function.
9155
9156 2010-10-02  Julien Danjou  <julien@danjou.info>
9157
9158         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9159         should go backward.
9160
9161 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9162
9163         * shr.el (shr): Fix typo in provide call.
9164
9165 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9166
9167         * shr.el: New file.
9168
9169         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9170
9171         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9172         completing read.
9173
9174 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9177         we're being queried about.  Suggested by Dan Jacobson.
9178
9179         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9180         Suggested by Jason Eisner.
9181
9182         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9183         table, too.  Suggested by Stefan Wiens.
9184         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9185         the table unnecessary.  Suggested by Stefan Wiens.
9186
9187         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9188         longer needed, and probably doesn't work either, as pointed out by
9189         Stefan Wiens.
9190         (gnus-summary-exit): Remove call to the clearing function.
9191         (gnus-summary-exit-no-update): Ditto.
9192
9193         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9194         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9195         Reported by Stefan Monnier.
9196         (gnus-summary-save-in-rmail): Ditto.
9197
9198         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9199         article buffer, instead of both the article buffer and the summary
9200         buffer.  Sort of suggested by Dan Jacobson.
9201
9202         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9203
9204         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9205         Suggested by Dan Jacobson.
9206
9207         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9208         documentation clearer.
9209
9210         * message.el (message-shorten-references): Comment on the number "21".
9211         Suggested by Stefan Monnier.
9212
9213         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9214         Suggested by Dan Jacobson.
9215
9216         * gnus.el (gnus-large-newsgroup):
9217         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9218
9219         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9220         externalize attachments.  Bug reported by Steve Wen.
9221
9222         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9223         really message anything to the user.
9224
9225         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9226         directly.
9227
9228         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9229         messages in empty groups.
9230
9231 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9232
9233         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9234         non-UIDNEXT group.
9235
9236 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9239         not the value from the collection.
9240
9241         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9242         values.  This sometimes happens on some groups that have no info.
9243         (nnimap-request-newgroups): New function.
9244
9245 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9246
9247         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9248         check into `gnus-registry-initialize'.
9249         (gnus-registry-initialize): Ditto.
9250         Fix and extend header docs.
9251
9252 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9255         regexp backtrace overflows.
9256
9257         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9258         for starttls that tls.el implements; i.e. openssl.
9259
9260         * tls.el (tls-starttls-switches): Give up on using starttls with
9261         gnutls-cli.
9262         (tls-program): Add --insecure to be consistent with the defaults from
9263         openssl s_client.  Now all three commands are insecure.
9264
9265 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * lpath.el: Bind completion-styles-alist for XEmacs.
9268
9269         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9270         (gravatar-create-image): New function that's an alias to
9271         gnus-xmas-create-image, gnus-create-image, or create-image.
9272         (gravatar-data->image): Use it.
9273
9274 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9275
9276         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9277         install the nnregistry refer method.
9278         (gnus-registry-install-hooks): Use it.
9279         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9280         unfollowed groups.
9281
9282 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9283
9284         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9285         expanding threads.
9286
9287 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * nnir.el: Use the server names without suffixes (bug #7009).
9290
9291         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9292         unencrypted to STARTTLS, if possible.
9293
9294 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9295
9296         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9297         headers before superseding.
9298
9299 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * nnrss.el (nnrss-use-local): Add documentation.
9302
9303         * nnimap.el (nnimap-extend-tls-programs): New function.
9304         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9305         (nnimap-wait-for-connection): Accept the greeting from the stupid
9306         output from openssl s_client -starttls, too.
9307
9308         * tls.el (tls-starttls-switches): New variable.
9309         (tls-find-starttls-argument): Use it.
9310         (open-tls-stream): Ditto.
9311
9312         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9313         (netrc-machine): Ditto.
9314
9315         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9316         article number.
9317         (nnimap-split-fancy): New variable.
9318         (nnimap-split-incoming-mail): Use it.
9319
9320         * nntp.el (nntp-server-list-active-group): Document.
9321
9322         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9323         SELECT to get the message-id.
9324
9325         * mail-source.el (mail-sources): Remove webmail support.
9326         (defvar): Ditto.
9327         (mail-source-fetcher-alist): Ditto.
9328         (mail-source-fetch-webmail): Remove.
9329
9330         * webmail.el: Remove -- doesn't seem relevant any more.
9331
9332         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9333
9334         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9335         the \r.
9336
9337 2010-09-30  Julien Danjou  <julien@danjou.info>
9338
9339         * gnus-agent.el (gnus-agent-add-group): Fix call to
9340         gnus-completing-read.
9341
9342 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * nndoc.el (nndoc-retrieve-groups): New function.
9345
9346         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9347         `default', use nnmail-split-methods.
9348         (nnimap-request-article): Downcase the NILs so that they are nil.
9349
9350         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9351         symbol.
9352
9353         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9354         code, since if the user has requested network, that's what they ought
9355         to get.
9356         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9357         (nnimap-split-rule): Mark as obsolete.
9358
9359         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9360         New variable.
9361
9362         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9363         correct slot, too.
9364
9365 2010-09-29  Julien Danjou  <julien@danjou.info>
9366
9367         * gnus.el (gnus-local-domain): Declare variable obsolete.
9368
9369         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9370         Fix history computing.
9371         (gnus-ido-completing-read): Require ido.
9372
9373 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9376         build Gnus.
9377
9378         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9379         when interpreting the structures.
9380         (nnimap-request-accept-article): Add \r\n to the lines to make this
9381         work with Cyrus.
9382
9383         * nndraft.el (nndraft-request-expire-articles): Use the group name
9384         instead if "nndraft".  Fix found by Nils Ackermann.
9385
9386 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9387
9388         * nnregistry.el: Add.
9389
9390 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9391
9392         * nnmail.el (group, group-art-list, group-art):
9393         Remove unneeded directives.
9394
9395 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9398         (mm-mime-charset):
9399         * rfc2047.el (rfc2047-syntax-table):
9400         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9401
9402         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9403         rather than `insert-file-contents' and `eval-region'.
9404
9405         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9406         construction.
9407
9408         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9409
9410         * time-date.el: No need to require cl for Emacs 21.
9411
9412 2010-09-29  Julien Danjou  <julien@danjou.info>
9413
9414         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9415         replacement of `gnus-gravatar-relief' to mimic
9416         `gnus-faces-properties-alist'.
9417         Add :version property.
9418
9419 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * mail-source.el (mail-source-report-new-mail):
9422         * message.el (message-default-mail-headers):
9423         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9424
9425         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9426
9427 2010-09-28  Julien Danjou  <julien@danjou.info>
9428
9429         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9430         mail-address contains the same string as real-name.
9431
9432         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9433         non-blank in header, otherwise it'll get stripped.
9434
9435         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9436         real-name, and then for mail address rather than doing : or , search.
9437
9438 2010-09-27  Julien Danjou  <julien@danjou.info>
9439
9440         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9441         right completing-read function.
9442         (gnus-use-ido): New variable
9443         (gnus-completing-read-with-default): Remove.
9444         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9445         (gnus-agent-add-group):
9446         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9447         * mm-view.el (mm-view-pkcs7-decrypt):
9448         * mm-util.el (mm-codepage-setup):
9449         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9450         * mml-smime.el (mml-smime-openssl-sign-query):
9451         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9452         (mml-insert-multipart):
9453         * gnus-msg.el (gnus-summary-yank-message):
9454         * gnus-int.el (gnus-start-news-server):
9455         * mm-decode.el (mm-interactively-view-part):
9456         * gnus-dired.el (gnus-dired-attach):
9457         * gnus.el (gnus-read-method):
9458         * gnus-bookmark.el (gnus-bookmark-jump):
9459         * gnus-art.el (gnus-mime-view-part-as-type)
9460         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9461         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9462         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9463         * nnmairix.el (nnmairix-create-server-and-default-group)
9464         (nnmairix-update-groups, nnmairix-get-server)
9465         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9466         (nnmairix-get-group-from-file-path):
9467         * nnrss.el (nnrss-find-rss-via-syndic8):
9468         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9469         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9470         (gnus-group-browse-foreign-server):
9471         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9472         (gnus-summary-execute-command, gnus-summary-respool-article)
9473         (gnus-read-move-group-name):
9474         * gnus-score.el (gnus-summary-increase-score)
9475         (gnus-summary-score-effect):
9476         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9477
9478 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9481         x-focus-frame.
9482
9483         * nnimap.el (auth-source-forget-user-or-password)
9484         (auth-source-user-or-password): Autoload.
9485
9486         * message.el (message-from-style, message-interactive)
9487         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9488         (message-yank-prefix, message-indentation-spaces, message-signature)
9489         (message-signature-file): Add comment.
9490
9491 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9494         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9495         new articles.
9496
9497         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9498         parts.
9499         (nnimap-request-article): Work with the t setting, too.
9500
9501         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9502         that you don't get flashes of other buffers.
9503         (gnus-summary-show-complete-article): Intern before setting.
9504
9505 2010-09-27  David Engster  <dengste@eml.cc>
9506
9507         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9508         well as HEADERS.
9509         (nnmairix-retrieve-headers): Provide new argument for the above.
9510
9511 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * gnus-sum.el (gnus-summary-move-article): Don't alter
9514         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9515         group.
9516
9517         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9518
9519         * message.el (message-cite-prefix-regexp): Revert my last edit.
9520
9521         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9522         variable instead of the Gnus variable.
9523
9524         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9525
9526         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9527
9528         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9529         since some servers don't like it.
9530         (nnimap-open-connection): Forget credentials if the server says the
9531         password was wrong.
9532         (nnimap-parse-line): Protect against invalid data.
9533
9534         * gnus-sum.el (gnus-summary-move-article): Add comment.
9535         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9536         nothing alters it while scanning for new messages.
9537
9538         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9539         which may or may not help.
9540         (nnimap-open-connection): If we're doing a stream connection, and then
9541         discover we're on a STARTTLS-capable server, then open a STARTTLS
9542         connection instead.
9543
9544 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * nnimap.el (utf7): Require.
9547
9548         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9549         prefix.
9550
9551 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9552
9553         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9554
9555 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * nnimap.el (nnimap-request-accept-article): Message the error on
9558         error.
9559
9560 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9563
9564 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * nndoc.el (nndoc-request-list): Return success always.
9567
9568         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9569         `fetch-old' -- we only want to fetch the articles we've requested.
9570         The rest are in the agent, probably.
9571         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9572         disappeared server" to something low.  It's not important.
9573
9574         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9575         arrived before the FETCH data.
9576
9577         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9578         target here, because we don't know the Gnus name of the group.
9579
9580         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9581         for the correct group.
9582
9583         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9584
9585         * gnus.el (gnus): Give a final warning after startup.
9586
9587         * gnus-util.el (gnus-action-message-log): New variable.
9588         (gnus-message): Use it.
9589         (gnus-final-warning): New function.
9590
9591         * nnimap.el (nnimap-open-connection): Record the greeting.
9592         (nnimap): Add greeting.
9593
9594 2010-09-26  Julien Danjou  <julien@danjou.info>
9595
9596         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9597         arguments.
9598         (gnus-html-wash-images): Fix spec computing to include start/end.
9599
9600         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9601
9602 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9605         deletion.
9606         (nnimap-retrieve-headers): Don't select the group, because that's
9607         already done by nnimap-possibly-change-group.
9608
9609         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9610         (gnus-picon-transform-address): Use it.
9611
9612         * mail-source.el (mail-source-value): Revert previous patch.
9613
9614         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9615         on failure.
9616         (nnimap-open-connection): Look up both virtual and physical server name
9617         credentials.
9618
9619         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9620
9621 2009-02-07  Dave Love  <fx@gnu.org>
9622
9623         * tls.el (open-tls-stream): Don't query killing process.
9624
9625 2009-02-08  Dave Love  <fx@gnu.org>
9626
9627         * gnus-win.el (gnus-window-to-buffer-helper)
9628         (gnus-all-windows-visible-p): Function needn't be a symbol.
9629
9630         * mail-source.el (mail-source-value): Function needn't be a symbol.
9631
9632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * message.el (message-cite-prefix-regexp): Remove } from the cite
9635         prefix.
9636
9637         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9638         highlight again, so that the highlight is correct.
9639
9640         * gnus-picon.el (gnus-picon): Remove again.
9641         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9642
9643         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9644         doing the header highlightling, so that the background color of the
9645         picon is correct.
9646
9647         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9648         (gnus-picon): Ditto.
9649         (gnus-picon): Reinstate.  The background color for picons is white.
9650         (gnus-picon-insert-glyph): Make the background white.
9651
9652         * nnml.el (nnml-open-nov): Don't return dead buffers.
9653
9654         * auth-source.el (auth-source-create): Query the user for whether to
9655         store the credentials.
9656
9657         * netrc.el (netrc-store-data): New function.
9658
9659         * auth-source.el (auth-source-user-or-password): Use the existing auth
9660         sources, if any, for creation.
9661
9662         * gnus.el (gnus-group-fast-parameter): Return the last matching
9663         parameter instead of the first matching parameter.
9664
9665 2010-09-26  Julien Danjou  <julien@danjou.info>
9666
9667         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9668
9669 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9670
9671         * mml2015.el (mml2015-use): Remove gpg support.
9672
9673         * mml1991.el (mml1991-function-alist): Remove gpg function.
9674         (mml1991-gpg-sign): Remove.
9675
9676 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9677
9678         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9679         (gnus-browse-unsubscribe-current-group): Document it.
9680         (gnus-browse-unsubscribe-group): Use it.
9681
9682 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9685         address to the To list for easier response.
9686
9687         * gnus.el (gnus-play-startup-jingle): Remove.
9688         (gnus-splash): Don't play jingle.
9689         (gnus): Silence gnus-load message.
9690
9691         * gnus-art.el (gnus-treat-play-sounds): Remove.
9692
9693         * gnus.el (gnus-play-jingle): Remove audio support.
9694
9695         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9696
9697         * earcon.el: Remove -- no users.
9698
9699         * gnus-audio.el: Remove -- no users of this package.
9700
9701         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9702
9703         * gnus-start.el (gnus-setup-news): Remove nocem support.
9704
9705         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9706
9707         * gnus.el (gnus-use-nocem): Remove.
9708
9709         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9710         Remove.
9711
9712         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9713         uses NoCeM any more.
9714
9715         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9716         (gnus-button-ctan-handler): Ditto.
9717         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9718         (gnus-button-ctan-directory-regexp): Ditto.
9719         (gnus-button-handle-ctan): Ditto.
9720         (gnus-button-tex-level): Ditto.
9721         (gnus-button-alist): Remove CTAN stuff.
9722
9723 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9726         nnimap-streaming test.
9727
9728         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9729         servers twice.
9730
9731         * nnimap.el (nnimap-open-connection): Add more error reporting when
9732         nnimap fails early.
9733
9734         * nnheader.el (nnheader-get-report-string): New function.
9735         (nnheader-get-report): Use it.
9736
9737         * gnus-int.el (gnus-check-server): Say what the error was when opening
9738         failed.
9739
9740         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9741         using streaming.
9742
9743 2010-09-25  Julien Danjou  <julien@danjou.info>
9744
9745         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9746         gnus-window-inside-pixel-edges.
9747
9748 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9751
9752         * mm-decode.el (mm-save-part): Allow saving to other directories the
9753         normal Emacs way.
9754
9755         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9756         Suggested by Jay Berkenbilt.
9757
9758         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9759         there isn't a single byte.
9760
9761         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9762         just do it.  It doesn't really seem to matter what the user responds
9763         here, I think, so it's just a confusing question.
9764
9765         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9766         non-streaming case.
9767
9768         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9769         (gnus-article-encrypt-body): Use it.
9770
9771         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9772         keystroke.
9773
9774         * nnimap.el (nnimap-find-wanted-parts-1):
9775         Use gnus-fetch-partial-articles.
9776
9777         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9778
9779         * nnimap.el (nnimap-insert-partial-structure): New function.
9780         (nnimap-get-partial-article): New function.
9781         (nnimap-request-article): Use it.
9782         (nnimap-wait-for-response): Return whether the wait was successful.
9783         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9784         retrieval wasn't successful.
9785         (nnimap-retrieve-group-data-early): Allow throttling servers.
9786         (nnimap-streaming): New variable.
9787         (nnimap-fetch-partial-articles): Remove.
9788
9789         * mm-decode.el (mm-with-part): Protect against killed buffers.
9790
9791         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9792         for prettier summary display.
9793
9794 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9795
9796         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9797
9798 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9801         apparently third-party libraries depend on it.
9802
9803         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9804         before starting negotiation.
9805
9806         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9807         privacy reasons.
9808         (gnus-treat-mail-gravatar): Ditto.
9809
9810         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9811         buffer when inserting images.  Inserting text into the headers, for
9812         instance, can make them invalid.
9813
9814 2010-09-25  Julien Danjou  <julien@danjou.info>
9815
9816         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9817         variables.
9818
9819         * nnheader.el: Remove useless variables news-reply-yank-from and
9820         news-reply-yank-message-id.
9821
9822         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9823         variables.
9824
9825         * mml1991.el: Remove useless mml1991-verbose.
9826
9827         * gnus.el: Remove useless variable gnus-use-generic-from.
9828         Remove obsolete variable gnus-topic-indentation.
9829
9830         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9831
9832         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9833
9834         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9835
9836         * gnus-group.el: Remove useless gnus-group-icon-cache.
9837         Remove useless gnus-ephemeral-group-server.
9838
9839         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9840
9841         * mml2015.el: Remove useless mml2015-verbose.
9842
9843         * mml-smime.el: Remove useless mml-smime-verbose.
9844
9845         * gnus.el: Remove useless gnus-local-domain.
9846
9847         * gnus-gravatar.el (gnus-gravatar-transform-address):
9848         Use gnus-gravatar-size.
9849
9850         * gnus-art.el: Remove useless gnus-treat-translate.
9851
9852 2010-09-24  Julien Danjou  <julien@danjou.info>
9853
9854         * gnus-sum.el: Add support for Gravatars.
9855
9856         * gnus-art.el: Add support for Gravatars.
9857
9858         * gnus-gravatar.el: Add this file.
9859
9860         * gravatar.el: Add this file.
9861
9862 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9865
9866         * gnus-group.el (gnus-group-fetch-faq): Remove.
9867
9868         * gnus.el (gnus-group-faq-directory): Remove.
9869
9870         * gnus-group.el (gnus-group-fetch-charter): Remove.
9871
9872         * gnus.el (gnus-group-charter-alist): Remove.
9873
9874         * gnus-group.el (gnus-group-archive-directory): Remove.
9875         (gnus-group-recent-archive-directory): Ditto.
9876         (gnus-group-make-archive-group): Remove.
9877
9878         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9879
9880         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9881         use the same article number for all the cached articles.
9882
9883         * nnimap.el (nnimap-command): Register the last command time so
9884         that we can use it for idling NOOPs.
9885         (nnimap-open-connection): Start the keeplive timer.
9886         (nnimap-make-process-buffer): Store all the process buffers.
9887         (nnimap-keepalive): New function.
9888
9889         * starttls.el (starttls-open-stream): Add autoload cookie.
9890
9891 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9892
9893         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9894         handling.
9895
9896 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9899         its data structures.
9900
9901         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9902         instead of the cl.el copy-list.
9903         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9904         equalp.
9905
9906 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9909         and tool-bar-local-item-from-menu.
9910
9911         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9912         mode-line-highlight face for Emacs.
9913
9914         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9915         loading gnus-sum.elc; fix comment for canlock-verify.
9916         (gnus-article-jump-to-part): Use read-number.
9917         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9918         Remove Emacs pre-21 compatible code for help-echo.
9919         (gnus-article-next-page-1): No need to adjust the number of lines.
9920         (gnus-article-describe-bindings): Always use help-buffer.
9921
9922         * gnus-audio.el (gnus-audio-inline-sound):
9923         * gnus-cus.el (gnus-custom-mode):
9924         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9925
9926         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9927
9928         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9929         compatible code.
9930
9931 2010-09-24  Glenn Morris  <rgm@gnu.org>
9932
9933         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9934         visiting the fcc file in rmail-mode.
9935
9936         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9937
9938 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * nnir.el: Silence the byte compiler.
9941
9942         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9943         alias to browse-url-url-encode-chars if any.
9944         (gnus-html-encode-url): Use it.
9945
9946 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * gnus-start.el (gnus-use-backend-marks): New variable.
9949         (gnus-get-unread-articles-in-group): Use it.
9950
9951         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9952         makeover.
9953
9954 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9955
9956         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9957
9958 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9961         Remove.
9962         (gnus-setup-news-hook):
9963         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9964
9965         * gnus-int.el (gnus-request-update-info): Protect against backends not
9966         having the function.
9967
9968         * nnimap.el (nnimap-stream): Mention starttls.
9969         (nnimap-open-connection): Add starttls support.
9970
9971 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9972
9973         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9974
9975 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9978         BODYSTRUCTUREs.
9979         (nnimap-transform-headers): Unfold quoted {42} headers.
9980
9981         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9982         the info.
9983         (gnus-get-unread-articles): Only call updatep on backends that support
9984         it.
9985
9986         * nnweb.el (nnweb-request-update-info): NOOP.
9987
9988         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9989
9990         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9991         since it only deals with marks.
9992
9993         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9994         gnus-request-marks, and make a new gnus-request-update-info.
9995
9996         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9997         the active instead of the high number, which is usually too low.
9998
9999 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10000
10001         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10002         * encrypt.el: Remove.
10003
10004 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10007         server in symbolic form.
10008
10009         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10010
10011 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012
10013         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10014         (nnimap-update-info): Fix up code slightly.
10015
10016         * gnus-int.el (gnus-open-server): Add tracing for performance
10017         debugging.
10018
10019         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10020         (gnus-group-insert-group-line): Pass the real group name so that it
10021         gets the right data.
10022
10023         * gnus-start.el (gnus-get-unread-articles): Don't have
10024         `gnus-get-unread-articles-in-group' update info, since that can be
10025         really slow and doesn't seem to be needed?
10026
10027 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10028
10029         * time-date.el (date-to-time): Try using parse-time-string first before
10030         using the slower timezone-make-date-arpa-standard.
10031
10032 2010-09-22  Julien Danjou  <julien@danjou.info>
10033
10034         * gnus-group.el (gnus-group-insert-group-line):
10035         Call gnus-group-highlight-line.
10036         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10037         default hook list.
10038         (gnus-group-update-eval-form): Add new function.
10039         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10040         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10041
10042 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10043
10044         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10045         immediate, then expire all articles.
10046         (nnimap-update-info): Fix off-by-one errors.
10047         (nnimap-flags-to-marks): Would return no marks lists for group with no
10048         flags.  Instead return the other data.
10049
10050 2010-09-22  Julien Danjou  <julien@danjou.info>
10051
10052         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10053         Only return an icon.
10054         (gnus-group-insert-group-line): Compute icon to return.
10055
10056         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10057         (gnus-html-image-fetched): Only cache if
10058         gnus-html-image-automatic-caching is set.
10059         (gnus-html-image-fetched): Check for errors.
10060
10061 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10064         once per method on `g'.  This ensures that backends like nnfolder don't
10065         open all their folders.
10066
10067         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10068         (nnimap-request-list): Nix out group in the correct buffer.
10069         (nnimap-parse-flags): Implement by using `read' instead of
10070         hand-parsing.
10071         (nnimap-flags-to-marks): Pass on permanent-flags.
10072         (nnimap-make-process-buffer): Record the server name.
10073         (nnimap-parse-flags): Fix typo.
10074         (nnimap-request-scan): Run split on the server in general, not just a
10075         single group.
10076
10077         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10078         parameter, and propagate this downwards.
10079
10080         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10081         since EXAMINE changes it on the server.
10082
10083         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10084         this command might take a while.
10085
10086 2010-09-22  Julien Danjou  <julien@danjou.info>
10087
10088         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10089         harmful if you have 2 images side-by-side, they can't be properly
10090         update on text deletion.  Using text-property is safer here.
10091         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10092         data.
10093
10094 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * nnimap.el (nnimap-expunge-inbox): Remove.
10097         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10098         (nnimap-expunge): Flip default to t.
10099
10100         * gnus.el (gnus-method-to-server): Don't push things to the cache
10101         unless it's unique.
10102         (gnus-server-to-method): Ditto.
10103
10104 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10105
10106         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10107
10108 2010-09-22  Julien Danjou  <julien@danjou.info>
10109
10110         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10111         get the start of data.
10112         (gnus-html-encode-url): Add this function to encode special chars in
10113         URL.
10114         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10115         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10116
10117         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10118         default.
10119         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10120
10121         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10122         images alt-text.
10123         (gnus-html-put-image): Put alt-text as help-echo.
10124
10125 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10128         * mm-util.el (mm-decompress-buffer):
10129         * nnir.el (nnir-run-find-grep):
10130         * pop3.el (pop3-list): Use 3rd arg of split-string.
10131
10132         * time-date.el (format-seconds): Comment fix.
10133
10134         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10135         and byte-optimize-form-code-walker.
10136         (dgnushack-make-auto-load): Don't advise make-autoload.
10137
10138         * lpath.el: Remove Emacs 21 stuff.
10139
10140 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141
10142         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10143         outside the active range.  Suggested by Dan Christensen.
10144
10145         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10146         slightly later to avoid double-getting it.
10147
10148         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10149         previous patch.
10150
10151         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10152
10153 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10154
10155         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10156
10157 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158
10159         * gnus-int.el (gnus-open-server): Give a better error message in the
10160         "go offline" case.
10161
10162         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10163         marks for nnimap, which is seldom the right thing to do.
10164
10165         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10166         (gnus-same-method-different-name): New function.
10167
10168         * nnimap.el (parse-time): Require.
10169
10170         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10171         method in the presence of many similar methods.
10172
10173         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10174
10175         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10176         nnml-inhibit-expiry.
10177
10178         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10179         find out whether methods are equal.
10180
10181         * nnimap.el (nnimap-find-expired-articles): New function.
10182         (nnimap-process-expiry-targets): New function.
10183         (nnimap-request-move-article): Request the article before looking at
10184         what the Message-ID is.  Fix found by Andrew Cohen.
10185         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10186
10187         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10188         for oldness in addition to being a predicate.
10189
10190         * nnimap.el (nnimap-request-group): When we have zero articles, return
10191         the right data to Gnus.
10192         (nnimap-request-expire-articles): Only delete articles immediately if
10193         the target is 'delete.
10194
10195         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10196         method, this would bug out.
10197
10198         * gnus-group.el (gnus-group-expunge-group): Rename from
10199         gnus-group-nnimap-expunge, and implemented as a normal interface
10200         function.
10201
10202         * gnus-int.el (gnus-request-expunge-group): New function.
10203
10204         * nnimap.el (nnimap-request-create-group): Implement.
10205         (nnimap-request-expunge-group): New function.
10206
10207 2010-09-21  Julien Danjou  <julien@danjou.info>
10208
10209         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10210         (gnus-html-cache-expired): Add new function.
10211         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10212         wethever we should display image for fetch it.
10213         Compute alt-text earlier to pass it to the fetching function too.
10214         (gnus-html-schedule-image-fetching): Change function argument to only
10215         get one image at a time, not a list.
10216         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10217         cache.
10218         (gnus-html-get-image-data): New function to retrieve image data from
10219         cache.
10220         (gnus-html-put-image): Change buffer argument to use image data rather
10221         than file, and place image above region rather than inserting a new
10222         one.  Do not take alt-text as argument, since it's useless now: we place
10223         the image above alt-text.
10224         (gnus-html-prune-cache): Remove.
10225         (gnus-html-show-images): Start to fetch image when we find one, do not
10226         push into a temporary list.
10227         (gnus-html-prefetch-images): Only fetch image if they have expired.
10228         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10229         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10230
10231 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10234
10235 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10238         spec inser "*" if the group isn't active instead of 0.
10239
10240         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10241         opening the server.
10242         (nnimap-request-delete-group): Implement group deletion.
10243         (nnimap-transform-headers): Return the size of the entire message in
10244         the Bytes header, not just the size of the first part.
10245         (nnimap-request-move-article): When moving an article from nnimap,
10246         request the article first so the accepting form has an article to
10247         accept.  Reported by Dan Christensen.
10248         (nnimap-command): Make sure that the error message doesn't error out.
10249
10250 2010-09-20  David Edmondson  <dme@dme.org>
10251
10252         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10253         we haven't requested anything.
10254
10255 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10256
10257         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10258         "".  Fix found by Andrew Cohen.
10259
10260         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10261         instead of -encode-string.
10262
10263 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10266
10267         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10268         by mm-subst-char-in-string.
10269
10270 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10273         waiting for the connection string.
10274
10275         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10276         arriving.
10277
10278         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10279         bogus characters.  This allows selecting certain Gmail groups.
10280
10281         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10282         (nnimap-fetch-partial-articles): New variable.
10283         (nnimap-open-connection): When looking for credentials, also use the
10284         nnimap-server-port.
10285         (nnimap-request-article): Return the group/article number, so that Gnus
10286         `^' works as expected.
10287         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10288
10289         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10290         comments.
10291         (gnus-methods-sloppily-equal): New function.
10292         (gnus): When using the development version of Gnus, load the gnus-load
10293         file.
10294
10295         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10296         `gnus-open-server' on each method before trying to scan them etc.
10297         This ensures that all the backend parameters are set correctly.
10298
10299         * nnimap.el (nnimap-authenticator): New variable.
10300         (nnimap-open-connection): Allow anonymous login.
10301         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10302         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10303
10304         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10305         patch, found by Knut Anders Hatlen.
10306
10307 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10308
10309         * gnus-agent.el (gnus-agent-batch-confirmation)
10310         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10311         to gnus-message.
10312         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10313         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10314         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10315         * gnus-int.el (gnus-open-server): Likewise.
10316         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10317         (gnus-score-check-syntax): Likewise.
10318         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10319         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10320         Likewise.
10321         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10322
10323 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10326         calling conventions so that prefetch doesn't bug out.
10327
10328 2010-09-19  Julien Danjou  <julien@danjou.info>
10329
10330         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10331         rather than `subst-char-in-region' in order to be able to replace ASCII
10332         char by UTF-8 ones.
10333
10334         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10335         than curl.
10336         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10337         the right URL and ALT text on images.
10338         (gnus-html-wash-tags): Fix tag case.
10339         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10340         (gnus-article-html): Add -o display_ins_del=2 option.
10341         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10342
10343 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10346         the extra mail headers, which sometimes seem to happen for unknown
10347         reasons.
10348
10349         * mail-parse.el (mail-header-encode-parameter): Define as
10350         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10351         (or most, perhaps?) mail readers don't understand the latter, but do
10352         understand the former.
10353
10354         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10355         to nil, so that no methods are automatically agentized.  I think this
10356         is probably what most users want.
10357
10358         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10359         from url-retrieve, for instance about invalid URLs.
10360
10361         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10362         groups that have no articles.
10363         (nnimap-request-article): Check that we really got an article when we
10364         requested one.
10365
10366         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10367         doesn't exist.
10368
10369         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10370         nntp buffer so the agent can save it.
10371         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10372         that CRLF doesn't get translated to \n.
10373         (nnimap-open-connection): Don't make 'shell commands only send \n.
10374
10375 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10376
10377         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10378         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10379         Update var name.
10380         (nnml-generate-nov-file): Use dolist.
10381         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10382         Use with-current-buffer.
10383
10384 2010-09-18  Julien Danjou  <julien@danjou.info>
10385
10386         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10387         parallel.
10388
10389 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10392         the range update right.
10393         (nnimap-request-group): Don't make `M-g' bug out on group with no
10394         marks.
10395         (nnoo): Require, so that other packages can require nnimap.
10396         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10397         command we're looking for.  This helps when the server sends more
10398         responses after we've gotten everything we expected.
10399         (nnimap): Add a `newlinep' field to keep track of end-of-line
10400         conventions.
10401         Don't send CRLF to things that don't want it.
10402         (nnimap-request-accept-article): Ditto.
10403
10404 2010-09-18  Julien Danjou  <julien@danjou.info>
10405
10406         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10407         than curl to retrieve images.
10408
10409 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10412         the marks.
10413         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10414         (nnimap-wait-for-connection): New function.
10415         (nnimap-open-connection): If we have PREAUTH, don't query for login
10416         credentials.
10417         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10418         when doing a partial update.
10419
10420 2010-09-18  Julien Danjou  <julien@danjou.info>
10421
10422         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10423         tags.
10424
10425 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426
10427         * nnimap.el (nnimap-credentials): New function.
10428         (nnimap-open-connection): Use the new function to look for credentials
10429         also on the numeric equivalents of "imap" and "imaps".
10430
10431         * gnus-start.el (gnus-activate-group): Send the info to
10432         gnus-request-group.
10433
10434         * nnimap.el (nnimap-request-group): Have the "check" version of the
10435         function parse flags and update the info, so that a `M-g' get a total
10436         resync of all flags from the group.
10437
10438         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10439         to allow backends to alter the info on group selection.  Also alter all
10440         the backend -request-group functions to take the parameter.
10441
10442         * nnimap.el (nnimap-store-info): New function.
10443         (nnimap-update-info): Store the info for later usage.
10444         (nnimap-request-group): Use the stored info for the dont-check case, so
10445         that we don't retrieve all marks when we enter a group.
10446
10447         * nnimap.el: Use deffoo instead of defun for interface functions.
10448
10449         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10450         update the group info.  This makes the nndraft groups, for instance, go
10451         back to their old behavior.
10452
10453         * gnus-sum.el (gnus-select-newsgroup): Indent.
10454
10455         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10456         in.
10457         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10458         nothing.
10459
10460         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10461         from methods that are denied.
10462
10463         * gnus-int.el (gnus-method-denied-p): New function.
10464
10465         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10466         store the password instead of netrc.
10467         (nnimap-open-connection): Don't error out when we can't make a
10468         connections.
10469
10470         * auth-source.el (auth-source-create): In the password prompt, say what
10471         we're querying for.  Also prompt for user name if that hasn't been
10472         given.
10473
10474         * nnimap.el (nnimap-with-process-buffer): Remove.
10475
10476 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10479         method when we're reading from the agent.
10480
10481         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10482
10483         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10484         that's probably most useful for users.
10485
10486         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10487         "failed" all the time.
10488
10489         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10490         ...)) with (with-current-buffer ... ).
10491
10492         * nntp.el (nntp-open-server): Return whether the open was successful or
10493         not.
10494
10495         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10496         select an unread unseen article first.
10497
10498         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10499         /etc/services, supply some sensible port defaults.
10500
10501         * dgnushack.el: Define netrc-credentials.
10502
10503 2010-09-17  Julien Danjou  <julien@danjou.info>
10504
10505         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10506
10507 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10508
10509         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10510         doesn't have any parameters.
10511
10512 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10515         only upcased checks.
10516
10517         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10518
10519         * nnimap.el (nnimap-open-shell-stream): New function.
10520         (nnimap-open-connection): Use it.
10521         (nnimap-transform-headers): Get the number of lines in each message.
10522         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10523         number of lines.
10524         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10525         problem.
10526
10527         * utf7.el (utf7-encode): Autoload.
10528
10529         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10530         to allow the mail splitting to not return a default group.  This is
10531         useful for nnimap, which will leave unmatched mail in the inbox.
10532
10533         * nnimap.el: Rewritten.
10534
10535         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10536         nnimap usage.
10537
10538         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10539         if the move is internal, so that nnimap can do fast internal moves.
10540
10541         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10542         data.
10543         (gnus-read-active-for-groups): Support finishing the early retrieval of
10544         data.
10545
10546         * gnus-range.el (gnus-range-nconcat): New function.
10547
10548         * gnus-int.el (gnus-finish-retrieve-group-infos)
10549         (gnus-retrieve-group-data-early): New functions.
10550
10551 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10552
10553         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10554         (nnrss-retrieve-groups):
10555         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10556         (pop3-quit): Use with-current-buffer.
10557
10558 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10561         instead of nnheader-accept-process-output.
10562
10563         * dgnushack.el (dgnushack-compile): Add comment.
10564
10565         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10566
10567         * gnus-html.el (gnus-html-schedule-image-fetching)
10568         (gnus-html-prefetch-images): Replace process-kill-without-query by
10569         gnus-set-process-query-on-exit-flag.
10570
10571 2010-09-16  Romain Francoise  <romain@orebokech.com>
10572
10573         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10574
10575 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576
10577         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10578         parameter to unintern is mandatory-ish in Emacs 24.
10579
10580         * gnus-html.el (gnus-html-schedule-image-fetching)
10581         (gnus-html-prefetch-images): Check for curl before using it.
10582
10583         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10584         depend on curl, which isn't essential.
10585
10586         * imap.el: Revert back to version
10587         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10588         seem problematic.
10589
10590 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10591
10592         * gnus-registry.el (gnus-registry-install-shortcuts):
10593         Explicitly pass `obarray' to `unintern' to avoid a warning.
10594
10595 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10598         change.
10599
10600         * nnrss.el (nnrss-request-list): Remove this function and related
10601         functions, including the moreover stuff.
10602
10603 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * nnrss.el (nnrss-retrieve-groups): New function.
10606
10607 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10608
10609         * .dir-locals.el: Add no-byte-compile cookie.
10610
10611 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * time-date.el (format-seconds): Comment fix.
10614
10615         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10616         for back end that doesn't support request-scan.
10617
10618 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619
10620         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10621         then do request scans from the backends.
10622
10623         * netrc.el (netrc-credentials): New conveniency function.
10624
10625         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10626         avoid running a hook per line, since this takes a lot of time,
10627         profiling shows.
10628         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10629         directly if gnus-visual-p is true.
10630
10631 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10634         groups; replace mapcar with dolist which is a bit faster; pass groups
10635         info to gnus-read-active-file-1.
10636         (gnus-read-active-file-1): Scan only specified groups if the new
10637         optional arg `infos' is given.
10638
10639 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640
10641         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10642
10643         * pop3.el (pop3-movemail): Remove.
10644         (pop3-streaming-movemail): Rename to pop3-movemail.
10645
10646         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10647         don't restrict end-tag searches to the end of the line.
10648
10649 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10652         articles of every unchecked group to t, which means unknown since the
10653         server has never been opened.
10654
10655 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * gnus-html.el (gnus-html-show-alt-text): New command.
10658         (gnus-html-browse-image): Ditto.
10659         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10660         to browse the image directly.
10661         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10662         better.
10663
10664         * gnus-async.el (gnus-async-article-callback):
10665         Call `gnus-html-prefetch-images' unconditionally.
10666
10667         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10668         before feeding URLs to curl.
10669
10670 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10673         internal images as deletable by `W D D'.
10674
10675         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10676         (gnus-async-article-callback): Fix typo.
10677
10678 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10681         current line to work around bugs in the output from w3m.
10682
10683         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10684         for groups that want that.
10685
10686         * nntp.el (nntp-wait-for-string): Supply a timeout for
10687         accept-process-output to ensure progress.
10688
10689         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10690         level to get unread articles from, then use that for foreign groups,
10691         too.
10692
10693         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10694         confuses the rest of the function.
10695
10696         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10697         for the methods that support -retrieve-groups, too.
10698
10699         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10700
10701 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10704         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10705
10706         * pop3.el: Require cl when compiling.
10707         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10708
10709 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10712         that aren't going to be activated.
10713         (gnus-get-unread-articles): Fix up the last commit.
10714
10715         * gnus-html.el (gnus-article-html): Allow calling without specifying
10716         the handle.  In that case, dissect the buffer first.
10717
10718         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10719
10720         * nnimap.el (nnimap-open-connection): Revert the change that would look
10721         into authinfo for imaps instead of imap.
10722
10723         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10724         say that you don't want to call gnus-request-group with don-check, but
10725         do check the reponse.  This is for virtual groups only.
10726         (gnus-get-unread-articles): Count the archive groups as secondary, so
10727         that they're activated the same way as before.
10728
10729         * imap.el (imap-message-map): Removed optional buffer parameter, since
10730         no callers use it.
10731         (imap-message-get): Ditto.
10732         (imap-message-put): Ditto.
10733         (imap-mailbox-map): Ditto.
10734         (imap-mailbox-put): Ditto.
10735         (imap-mailbox-get): Ditto.
10736         (imap-mailbox-get): Revert last change for this function.
10737
10738         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10739         case-insensitively.
10740         (nnimap-debug): Remove.
10741
10742         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10743         callers to use `imap-fetch' instead.  According to the comments, this
10744         should be safe, since all other IMAP clients use the 1:* syntax.
10745         (imap-enable-exchange-bug-workaround): Remove.
10746         (imap-debug): Remove -- doesn't seem very useful.
10747
10748         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10749         mail from a file, and the file doesn't exist.
10750
10751         * imap.el (imap-log): New convenience function used throughout instead
10752         of repeating the same code all over the place.
10753
10754         * pop3.el (pop3-streaming-movemail): Return t for success.
10755
10756         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10757         .authinfo if we're using ssl connection.
10758
10759         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10760         already have if we're in a main Gnus `g' run.
10761
10762         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10763
10764 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10767
10768         * nnmh.el (nnmh-request-list-1): Bind `file'.
10769
10770         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10771         alias to set-process-query-on-exit-flag or process-kill-without-query.
10772         (pop3-open-server): Use it.
10773
10774 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10777         box to the Incoming file.  Fixes mistake in previous checkin.
10778
10779         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10780         request loop (for debugging purposes) removed.
10781
10782         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10783         culprit is more visible.
10784         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10785         (nnml-add-incremental-nov): New functions to do "incremental" nov
10786         updates, where we just append to the end of the existing nov files
10787         without reading/writing them in full.
10788
10789         * mail-source.el (mail-source-delete-crash-box): Really only check the
10790         incoming files once in a while.
10791
10792         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10793
10794         * mail-source.el (mail-source-delete-crash-box): Only check the
10795         incoming files for deletion once per day to save a lot of file
10796         accesses.
10797
10798         * pop3.el (pop3-logon): Fix up unbound variable typo.
10799
10800         * mail-source.el (pop3-streaming-movemail): Autoload.
10801
10802         * pop3.el (pop3-streaming-movemail):
10803         Respect pop3-leave-mail-on-server.
10804
10805         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10806         retrieval.
10807
10808         * pop3.el (pop3-process-filter): Remove unused function.
10809         (pop3-streaming-movemail, pop3-send-streaming-command)
10810         (pop3-wait-for-messages, pop3-write-to-file)
10811         (pop3-number-of-responses): New functions for streaming pop3
10812         retrieval.
10813
10814         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10815         come from no known methods.
10816         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10817         list.
10818
10819         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10820         message sizes.
10821         (pop3-movemail): Use erase-buffer instead of looping and deleting
10822         regions, which seems rather odd.
10823
10824         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10825         file once per `g' run.
10826
10827         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10828         directories.  This makes the draft queue directory work.
10829
10830         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10831         data from the backends, so that we only request the list of groups from
10832         each method once.  This should speed things up considerably.
10833
10834         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10835         detect that it's not implemented.
10836
10837         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10838         we actually do recurse down into the tree, but don't stat all leaf
10839         nodes.
10840
10841         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10842         then say so instead of bugging out.
10843
10844         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10845         files exist before trying to read them.
10846
10847         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10848         around <pre_int>.
10849
10850         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10851
10852         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10853
10854 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855
10856         * mm-util.el (mm-image-load-path): Just return the image directories,
10857         not all directories in the path in addition to the image directories.
10858         (mm-image-load-path): Maintain a cache of the image directories so that
10859         the `g' command in Gnus doesn't have to stat dozens of directories each
10860         time.
10861
10862         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10863         (gnus-html-wash-tags): Add a new `i' command to insert images.
10864         (gnus-html-insert-image): New command and keystroke.
10865         (gnus-html-redisplay-with-images): New command and keystroke.
10866         (gnus-html-show-images): Rename command.
10867         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10868         spacers.
10869         (gnus-html-wash-tags): Decode entities at the end, so that entities
10870         inside the tags don't mess up the rest of the "parsing".
10871
10872         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10873         so that nnimap methods aren't agentized by default.  There's apparently
10874         many problems related to agent/imap behavior.
10875
10876         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10877
10878         * gnus-html.el: Doc fix.
10879
10880 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10883         specifier-spec-list for Emacs 21.
10884
10885         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10886         glyph-width and glyph-height instead of display-graphic-p and
10887         image-size; make avoidance of displaying small images work for XEmacs.
10888
10889         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10890         for XEmacs.
10891
10892         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10893         of symbol that holds plist data.
10894         (gnus-process-plist): Remove plist of process after getting it.
10895
10896 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * message.el (message-generate-hashcash): Change default to
10899         'opportunistic if hashcash is installed.
10900
10901         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10902         (gnus-html-put-image): Only call image-size once, since it's somewhat
10903         time-consuming on remote X servers.
10904
10905 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10908         type on data, not a file name.
10909
10910         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10911         window-pixel-edges for Emacs 21.
10912
10913         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10914         decoded contents.
10915         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10916
10917 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10918
10919         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10920         group line format, since it isn't very interesting.
10921
10922         * gnus-agent.el (gnus-agent-short-article),
10923         (gnus-agent-long-article): Increase values for these two variables,
10924         since most people are likely to have more network connection and
10925         storage than before.
10926
10927         * gnus.el (gnus-refer-article-method): Change default to 'current.
10928         When referring an article, the common behavior is to refer it from the
10929         current select method, not the native select method.  The chances of
10930         the native select method having the message in question is rather slim
10931         these days.
10932
10933         * gnus-sum.el (gnus-auto-select-subject): Change default to
10934         `unseen-or-unread'.  I think it's likely that most people want to
10935         select an unseen article over a previously seen, but unread one.
10936
10937         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10938         means that in the article buffer none of the minor mode elements will
10939         be shown, usually, and this is not desirable in most cases.
10940
10941         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10942         that commands like `d' (and the like) go to the next line in the
10943         buffer, instead of the next unread article.  I think this is the
10944         behavior that is most natural for most users.
10945         (gnus-single-article-buffer): Change default to nil, so that people can
10946         have as many article buffers open as they have summary buffer.  I think
10947         this is the most natural way for the groups to behave.
10948
10949         * message.el (message-generate-new-buffers): Change default to
10950         `unsent', so that all new message buffers start their names with the
10951         string "*unsent", and it's easier to find the buffers if you move from
10952         them.
10953
10954 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10957         small.  They're probably tracking images.
10958         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10959         (gnus-html-rescale-image): Yet another try at getting the image sizing
10960         right.
10961
10962         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10963         nntp-marks-file-name is nil.
10964
10965 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10966
10967         * gnus-html.el (gnus-html-wash-tags)
10968         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10969         Better logging.
10970
10971 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972
10973         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10974
10975         * gnus-html.el (gnus-html-wash-tags): Check the value of
10976         gnus-blocked-images in the summary buffer.
10977
10978 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10979
10980         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10981
10982 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10985         like "a", it seems like.
10986         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10987         since it needs to be picked from the correct buffer.
10988
10989         * nnwfm.el: Remove.
10990
10991         * nnlistserv.el: Remove.
10992
10993 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10996         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10997
10998 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * nnkiboze.el: Remove.
11001
11002         * nndb.el: Remove.
11003
11004         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11005         alt text.
11006         (gnus-html-rescale-image): Try to get the rescaling logic right for
11007         images that are just wide and not tall.
11008
11009         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11010         overshadow variable bindings.
11011
11012 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * gnus-html.el (gnus-html-wash-tags)
11015         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11016         Add extra logging.
11017
11018 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11019
11020         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11021         (gnus-max-image-proportion): New variable.
11022         (gnus-html-rescale-image): New function.
11023         (gnus-html-put-image): Rescale images.
11024
11025 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11026
11027         Fix up some byte-compiler warnings.
11028         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11029         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11030         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11031         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11032         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11033         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11034         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11035
11036 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-html.el (gnus-article-html): Decode contents by charset.
11039
11040 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11043         (gnus-html-frame-width, gnus-blocked-images):
11044         * message.el (message-prune-recipient-rules): Add custom version.
11045         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11046
11047         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11048         functions.
11049
11050         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11051         gnus-process-get.
11052
11053 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11054
11055         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11056         instead of lsub directly.
11057
11058 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * nnwarchive.el: Remove.
11061
11062         * gnus-soup.el: Remove.
11063
11064         * nnsoup.el: Remove.
11065
11066         * nnultimate.el: Remove.
11067
11068         * gnus-html.el (gnus-blocked-images): New variable.
11069
11070         * message.el (message-prune-recipients): New function.
11071         (message-prune-recipient-rules): New variable.
11072
11073         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11074         guess whether a long line is natural text or not.
11075
11076         * gnus-html.el (gnus-html-schedule-image-fetching):
11077         Use gnus-process-plist and friends for compatibility.
11078
11079 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11080
11081         * gnus-html.el: Require packages that define macros used in this file.
11082         (gnus-article-mouse-face): Declare to silence byte-compiler.
11083         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11084         process-get.
11085         (gnus-html-put-image): Use plist-get to avoid getf.
11086         (gnus-html-prefetch-images): Use with-current-buffer.
11087
11088 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-ems.el: Provide compatibility functions for
11091         gnus-set-process-plist.
11092
11093         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11094         header-line-format for XEmacs 21.4.
11095
11096         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11097         * gnus.el (gnus-valid-select-methods):
11098         * message.el (message-send-mail-partially-limit):
11099         * mm-decode.el (mm-text-html-renderer):
11100         * mml.el (mml-insert-mime-headers-always):
11101         * smiley.el (smiley-regexp-alist): Bump custom version.
11102
11103 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104
11105         * gnus-html.el: Require mm-url.
11106         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11107         with the url to `url'.
11108         (gnus-html-wash-tags): Support cid: URLs/images.
11109
11110 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11113         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11114         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11115
11116         * gnus-move.el: Remove file, since it doesn't really work.
11117
11118         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11119         UTF-8.  This seems to fix problems with some German web feeds.
11120
11121         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11122         at the top so that the proper colors are applied.
11123
11124         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11125         don't have dots in their names.
11126
11127         * gnus-art.el (gnus-article-view-part): Doc fix.
11128
11129         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11130         XEmacs-compatible.
11131         (gnus-html-put-image): Don't do images on non-graphic displays.
11132
11133         * nnslashdot.el: Remove this unused backend.
11134
11135         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11136         actions.
11137         (gnus-undo-register-1): Revert last change.
11138
11139         * gnus-group.el (gnus-group-completing-read): Protect against not
11140         having completion-styles bound.
11141
11142         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11143         make broken recipients happier.
11144
11145         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11146
11147         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11148         point parameter.
11149
11150         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11151
11152         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11153         completion-styles for group selection.
11154
11155 2009-02-04  Andreas Schwab  <schwab@suse.de>
11156
11157         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11158         headers and regexp-quote the match if necessary.
11159
11160 2009-03-24  Miles Bader  <miles@gnu.org>
11161
11162         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11163         the blinking smiley.
11164
11165 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11166
11167         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11168         blink smiley.
11169
11170 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11173         where the dribbel file lives exists.
11174
11175         * message.el (message-send-mail-partially-limit): Change the default to
11176         nil, since most people don't want this.
11177
11178         * mm-url.el (mm-url-decode-entities): Also decode entities like
11179         &#x3212.
11180
11181 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11182
11183         * gnus-sum.el (gnus-summary-idna-message):
11184         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11185         Hyperlink urls in docstrings with URL `...'.
11186
11187 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11188
11189         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11190         functions.
11191
11192 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11195         say what the mouseover text should be.
11196
11197         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11198         version of the mm-w3m-safe-url-regexp variable to only download images
11199         in the groups where we want that to happen.
11200
11201         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11202
11203         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11204         easier debugging.
11205         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11206         big pictures in the article buffer.
11207
11208         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11209         gnus-article-html.
11210         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11211         w3m.
11212
11213         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11214
11215 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11218         which doesn't exist.
11219
11220         * message.el (message-inhibit-ecomplete): New variable to allow some
11221         function to inhibit ecomplete address storage.
11222         (message-resend): Disable ecomplete message storage when resending
11223         messages.
11224
11225         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11226
11227 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11230         Save excursion while copying, moving, and deleting articles in order to
11231         prevent the cursor from jumping to unforeseen place.
11232
11233 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * lpath.el: No need to bind bookmark-current-buffer,
11236         bookmark-yank-point and bookmark-make-record-function.
11237
11238 2010-08-17  Glenn Morris  <rgm@gnu.org>
11239
11240         * gnus-sync.el: Require gnus components whose functions are used.
11241
11242         * gnus-art.el (bookmark-make-record-function):
11243         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11244         Declare for compiler.
11245
11246         * mm-url.el (mml-compute-boundary): Autoload.
11247
11248 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11251
11252 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11253
11254         Typo fix "hoo4a" -> "hook".
11255
11256         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11257
11258 2010-08-14  Glenn Morris  <rgm@gnu.org>
11259
11260         * gnus-sync.el (gnus-sync): Fix defgroup version.
11261
11262 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11263
11264         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11265
11266         * gnus-sync.el: Fix docs.
11267         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11268         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11269
11270 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11271
11272         Optimizations for gnus-sync.el.
11273
11274         * gnus-sync.el: Add docs about gnus-sync-backend
11275         possibilities.
11276         (gnus-sync-save): Remove unnecessary message.
11277         (gnus-sync-read): Optimize and show what groups were skipped.
11278
11279 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         Minor bug fixes for gnus-sync.el.
11282
11283         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11284         Don't read the sync on get-new-news.
11285
11286         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11287         quiet.
11288
11289         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11290         (fix typo).
11291
11292 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11293
11294         Make saving and restoring of hidden threads work with overlays.
11295         Patch applied by Ted Zlatanov.
11296
11297         * gnus-sum.el (gnus-hidden-threads-configuration)
11298         (gnus-restore-hidden-threads-configuration): Update to deal with text
11299         properties, rather than searching for a magic character.
11300
11301 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         New gnus-sync.el library for synchronization of marks.
11304
11305         * gnus-sync.el: New library for synchronization of marks.
11306
11307         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11308         renamed from `gnus-registry-grep-in-list'.
11309
11310         * gnus-registry.el (gnus-registry-follow-group-p):
11311         Use `gnus-grep-in-list'.
11312
11313         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11314
11315 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11318         determining charset of text fails.
11319
11320 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * nnmail.el (nnmail-get-new-mail-1): Revert.
11323
11324         * nnml.el (nnml-active-number): Make sure names of newly created groups
11325         in nnml-group-alist are encoded.
11326
11327 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11330         containing non-ASCII characters in active file for nnml back end.
11331
11332 2010-07-24  David Engster  <dengste@eml.cc>
11333
11334         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11335         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11336
11337 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11338
11339         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11340         tag (Bug#6654).
11341
11342 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11345         the article buffer, not the summary buffer.
11346
11347 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11350         Emacs 23 as well.
11351
11352 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11355         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11356
11357 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11358
11359         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11360         Patch applied by Karl Fogel.
11361
11362         * gnus-sum.el (gnus-summary-bookmark-make-record):
11363         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11364
11365 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11366
11367         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11368         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11369         C-w still not working correctly from Article buffers; Thierry's
11370         patch to fix that will be applied after this.
11371
11372         * gnus-art.el (bookmark-make-record-function): New local variable.
11373
11374         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11375         article buffer.
11376         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11377
11378 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11379
11380         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11381         on changes in bookmark.el.
11382
11383 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11386         `no-log' instead of message not to log prompt string.
11387
11388 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11389
11390         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11391         the *other* type of HTML form submission.
11392
11393 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11394
11395         * auth-source.el (auth-source-pick): If choice does not contain a
11396         questioned keyword, set the check to t.
11397
11398 2010-06-12  Romain Francoise  <romain@orebokech.com>
11399
11400         * gnus-util.el (gnus-date-get-time): Move up before first use.
11401
11402 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11405         (gnus-article-edit-part): Bind it to make last part that is substituted
11406         or deleted visible.
11407         (gnus-mime-display-single): Buttonize part of which id equals to
11408         gnus-mime-buttonized-part-id.
11409
11410 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11411
11412         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11413         (gnus-dd-mmm): Use gnus-date-get-time.
11414         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11415         simplify logic.
11416         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11417         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11418
11419 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11420
11421         * auth-source.el (top): Autoload `secrets-list-collections',
11422         `secrets-create-item', `secrets-delete-item'.
11423         (auth-sources): Fix tag string.
11424         (auth-get-source, auth-source-retrieve, auth-source-create)
11425         (auth-source-delete): New defuns.
11426         (auth-source-pick): Rewrite in order to avoid 2 passes.
11427         (auth-source-forget-user-or-password): New parameter USERNAME.
11428         (auth-source-user-or-password): New parameters CREATE-MISSING and
11429         DELETE-EXISTING.  Retrieve password interactively, if needed.
11430
11431 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11432
11433         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11434         deleting unused directories when gnus-expert-user is t.
11435
11436 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11439         for each temp file when gnus-article-browse-delete-temp is ask.
11440
11441 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11442
11443         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11444         Replace Lisp calls to delete-backward-char by calls to delete-char.
11445
11446 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11447
11448         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11449
11450 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11451
11452         * password-cache.el (password-cache-remove): Fix docstring.
11453
11454 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11457         article unless decoding article to be saved.
11458
11459 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11462         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11463         generated within the mm-with-unibyte-current-buffer macro.
11464
11465 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11468         to nil when we're in a mml-preview buffer and no group is selected.
11469
11470 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11471
11472         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11473         when catching the `C-g'.  Reported by "Leo".
11474
11475 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * message.el (message-forward-make-body-plain)
11478         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11479         multibyte-string-p.
11480
11481         * lpath.el: Revert.
11482
11483 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * message.el (message-forward-make-body-mml): Assume original message
11486         is multibyte string; error on unibyte.
11487         (message-forward-make-body-plain): Ditto; don't add excessive newline
11488         in body end.
11489
11490         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11491
11492 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11493
11494         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11495         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11496
11497 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * mm-extern.el (mm-extern-url): Don't use
11500         mm-with-unibyte-current-buffer.
11501         (mm-extern-cache-contents): Use with-current-buffer instead of
11502         save-excursion + set-buffer.
11503
11504 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * mm-util.el (mm-emacs-mule): Remove.
11507
11508 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11509
11510         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11511         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11512         change.
11513
11514 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11517         bind the default value of enable-multibyte-characters to nil.
11518
11519 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * message.el (message-forward-make-body-plain)
11522         (message-forward-make-body-mml):
11523         Don't use mm-with-unibyte-current-buffer.
11524
11525 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11526
11527         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11528
11529 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11530
11531         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11532         (Bug#5592).
11533
11534 2010-05-07  Julien Danjou  <julien@danjou.info>
11535
11536         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11537         it to mm-pipe-part.
11538
11539         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11540         it is given.
11541
11542 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * binhex.el (binhex-decode-region-internal):
11545         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11546         (dns-query):
11547         * nnweb.el (nnweb-gmane-search):
11548         * pgg-parse.el (pgg-parse-armor):
11549         * pgg.el (pgg-verify-region):
11550         * sha1.el (sha1-string-external):
11551         * uudecode.el (uudecode-decode-region-internal):
11552         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11553         XEmacs.
11554
11555         * gnus-art.el (gnus-article-browse-html-parts):
11556         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11557         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11558         make-temp-file.
11559
11560         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11561         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11562         compiling.
11563
11564         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11565         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11566         XEmacs when compiling.
11567
11568         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11569         gnus-pick-mode-off-hook for XEmacs when compiling.
11570         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11571         gnus-binary-mode-off-hook for XEmacs when compiling.
11572
11573         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11574         Return nil if char-charset is not available.
11575
11576         * imap.el (imap-disable-multibyte)
11577         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11578         macros.
11579
11580         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11581         instead of encode-coding-string.
11582
11583         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11584         'xemacs) instead of mm-emacs-mule to switch function definitions.
11585         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11586
11587         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11588         bind temporary-file-directory for XEmacs;
11589         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11590         timer-set-function for XEmacs 21.4 and SXEmacs;
11591         bind timer-list for XEmacs 21.4 and SXEmacs;
11592         fbind char-charset and find-charset-region for non-Mule XEmacs;
11593         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11594         encode-coding-region and encode-coding-string for XEmacs having no
11595         file-coding feature.
11596
11597 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11598
11599         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11600
11601 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11604         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11605
11606 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11607
11608         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11609         alias `jka-compr-delete-temp-file' no longer exists.
11610
11611 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11612
11613         Use define-minor-mode in Gnus where applicable.
11614         * mml.el (mml-mode): Use define-minor-mode.
11615         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11616         (gnus-undo-mode): Use define-minor-mode.
11617         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11618         (gnus-dead-summary-mode): Use define-minor-mode.
11619         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11620         Initialize in declaration.
11621         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11622         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11623         (gnus-mailing-list-mode): Use define-minor-mode.
11624         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11625         (gnus-draft-mode): Use define-minor-mode.
11626         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11627         (gnus-dired-mode): Use define-minor-mode.
11628
11629 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11630
11631         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11632         handles on recursive mml-to-mime translation and check them for
11633         boundary delimiter collisions.  Reported by Greg Troxel.
11634
11635 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11638
11639 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11640
11641         * mm-util.el (mm-find-buffer-file-coding-system):
11642         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11643
11644 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11645
11646         * message.el (message-generate-headers): Record insertion of optional
11647         headers as well.  Otherwise the check to prevent repeated insertion of
11648         optional headers is a no-op.
11649
11650 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11651
11652         * smime.el: Don't mention CVS.
11653
11654         * nnrss.el (nnrss-fetch): Don't mention CVS.
11655
11656         * nnir.el: Don't mention CVS.
11657
11658 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11659
11660         * gnus-sum.el (gnus-summary-bookmark-make-record):
11661         Add `location' field.
11662
11663 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * lpath.el: Fbind bookmark-default-handler,
11666         bookmark-get-bookmark-record, bookmark-make-record-default,
11667         bookmark-prop-get for Emacs <23 and XEmacs.
11668
11669 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11670
11671         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11672         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11673         Use with-current-buffer to silence the byte-compiler.
11674         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11675         bother to require `gnus'.
11676         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11677
11678 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11679
11680         * gnus-sum.el (gnus-summary-bookmark-make-record)
11681         (gnus-summary-bookmark-jump): New functions.
11682         (gnus-summary-mode): Setup bookmark support.
11683
11684 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11685
11686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11687         if set.
11688
11689 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11692         gnus-article-browse-html-save-cid-image; make it work recursively for
11693         forwarded messages as well.
11694         (gnus-article-browse-html-parts): Work when prefix arg is given.
11695         (gnus-article-browse-html-article): Doc fix.
11696
11697 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11698
11699         * message.el (message-default-mail-headers):
11700         (message-default-headers): Carry the value mail-default-headers over
11701         into message-default-mail-headers, rather than message-default-headers.
11702
11703 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11704
11705         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11706         charset.
11707
11708         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11709         charset into the <meta> tag when the article is encoded to utf-8.
11710
11711 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * gnus-art.el (gnus-article-browse-delete-temp-files):
11714         Delete directories as well.
11715         (gnus-article-browse-html-parts): Work for images that do not specify
11716         file names; delete temp directory when quitting; insert header at the
11717         right place; use file: scheme for image files.
11718
11719 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11720
11721         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11722         (gnus-article-browse-html-parts): Use it to make temporary cid image
11723         files in addition to html file so that browser may display them.
11724
11725 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11728
11729 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11730
11731         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11732
11733 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11734
11735         * auth-source.el (auth-sources): Change default to be simpler.
11736         Explain about Secret Service API sources.  Improve Customize options.
11737         (auth-source-pick): Change to accept any number of search parameters.
11738         Implement fallbacks iteratively, not recursively.  Add scoring on the
11739         second pass and sort by score.  Call Secret Service API when needed.
11740         (auth-source-user-or-password): Use it.  Call Secret Service API
11741         directly when needed to get the user name and the password.
11742
11743 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11744
11745         * message.el (message-interactive): Doc fix.
11746         (message-qmail-inject-args): Reflow.
11747         (message-kill-to-signature): Fix typo in docstring.
11748
11749         * smiley.el (smiley-buffer): Fix typo in docstring.
11750
11751 2010-03-24  Glenn Morris  <rgm@gnu.org>
11752
11753         * mail-source.el (gnus-message): Declare.
11754         (mail-source-delete-old-incoming): Require gnus-util.
11755
11756 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11759
11760         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11761
11762         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11763         password-cache's default if it is not bound.
11764         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11765         password-cache-expiry's default if it is not bound.
11766
11767         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11768         available in Emacs 21.
11769
11770         * lpath.el: Suppress compiler warnings for:
11771         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11772         XEmacs;
11773         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11774         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11775         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11776
11777 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11778
11779         * auth-source.el (auth-sources): Fix up definition so extra parameters
11780         are always inline.
11781
11782 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11783
11784         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11785         wasn't updated after mismatch.  Clear cached mailbox info correctly
11786         when uidvalidity changes.
11787         (nnimap-group-prefixed-name): New function to avoid some code
11788         duplication.
11789         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11790         (nnimap-request-group): Use it.
11791         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11792         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11793         with many imap folders.  This is done by caching the group status from
11794         the imap server persistently in a group parameter `imap-status'.  (This
11795         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11796         but not persistently, so every Gnus startup was still very slow.)
11797
11798 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11799
11800         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11801         delete the extra newline.  Otherwise editing of :string and :number
11802         types don't work.
11803
11804 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11805
11806         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11807         secrets.el dependency.
11808         (auth-sources): Add optional user name.  Add secrets.el configuration
11809         choice (unused right now).
11810
11811 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * gnus-sum.el (gnus-summary-make-menu-bar):
11814         Let `gnus-registry-install-shortcuts' fill in the functions.
11815
11816         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11817         warnings.
11818         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11819         (gnus-registry-install-shortcuts): Populate and use it in a
11820         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11821
11822 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11823
11824         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11825         In-place substitutions for the group name encoding/decoding.
11826         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11827         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11828         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11829         (nnimap-update-unseen, nnimap-request-list)
11830         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11831         (nnimap-request-set-mark, nnimap-split-to-groups)
11832         (nnimap-split-articles, nnimap-request-newgroups)
11833         (nnimap-request-create-group, nnimap-request-accept-article)
11834         (nnimap-request-delete-group, nnimap-request-rename-group)
11835         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11836         `encoded-mbx' for consistency.
11837         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11838         variable `imap-current-mailbox'.
11839
11840         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11841         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11842
11843 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11844
11845         * pop3.el (pop3-display-message-size-flag): Display message size byte
11846         counts during POP3 download.
11847         (pop3-movemail): Use it.
11848         (pop3-list): Implement listing of available messages.
11849
11850 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11851
11852         * nnir.el (nnir-get-article-nov-override-function): New function to
11853         override the normal NOV retrieval.
11854         (nnir-retrieve-headers): Use it.
11855
11856 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11857
11858         * auth-source.el (netrc-machine-user-or-password): Autoload.
11859
11860 2010-03-19  Glenn Morris  <rgm@gnu.org>
11861
11862         Stop message.el from loading about 40 libraries it doesn't always need.
11863         The general approach is to autoload rather than require, and to
11864         require in the specific functions rather than the file.  (Bug#5642)
11865
11866         * gmm-utils.el: Don't require wid-edit.
11867         (widget-create-child-value, widget-convert, widget-default-get):
11868         Autoload.
11869
11870         * gnus-util.el: Don't require time-date, netrc.
11871         (message-fetch-field, gnus-group-name-decode): Declare rather than
11872         autoloading.
11873         (gnus-fetch-field): Require message.
11874         (gnus-decode-newsgroups): Require gnus-group.
11875
11876         * ietf-drums.el: Don't require time-date.
11877
11878         * message.el: Don't require hashcash, canlock, ecomplete.
11879         Do require mail-utils.  Require nnheader only when compiling.
11880         (smtpmail-default-smtp-server): Remove declaration.
11881         (message-send-mail-function): Check smtpmail-default-smtp-server
11882         is bound rather than requiring smtpmail.
11883         (message-auto-save-directory, message-insert-signature):
11884         Use expand-file-name rather than nnheader-concat.
11885         (nnheader-insert-file-contents): Autoload.
11886         (hashcash-wait-async): Declare.
11887         (message-send-mail): Only call gnus-setup-posting-charset if
11888         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11889         (message-send-mail-with-sendmail): Require sendmail.
11890         (canlock-password, canlock-password-for-verify): Declare.
11891         (message-canlock-password): Require canlock.
11892         (nnheader-get-report): Autoload.
11893         (gnus-setup-posting-charset): Declare.
11894         (message-send-news): Require gnus-msg.
11895         (message-make-references, message-make-in-reply-to): Use mail-header-id
11896         rather than the alias mail-header-message-id.
11897         (ecomplete-add-item, ecomplete-save): Declare.
11898         (message-put-addresses-in-ecomplete): Require ecomplete.
11899         (ecomplete-display-matches): Autoload.
11900
11901         * mm-decode.el: Don't require mailcap, gnus-util.
11902         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11903         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11904         Autoload.
11905         (mailcap-mime-extensions): Declare.
11906
11907         * mm-encode.el: Don't require mailcap.
11908         (mailcap-extension-to-mime): Autoload.
11909
11910         * mml-sec.el: Don't require password-cache.
11911
11912         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11913         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11914         (mml-minibuffer-read-type): Require mailcap.
11915         (mml-preview): Require gnus-msg.
11916
11917         * mml1991.el: Require password-cache.
11918         (password-cache-expiry): Remove declaration.
11919
11920         * mml2015.el: Require password-cache.
11921         (password-cache-expiry): Remove declaration.
11922
11923         * nneething.el (mailcap): Require mailcap.
11924
11925         * nnheader.el (declare-function): Add compatibility stub.
11926         (message-remove-header): Declare rather than autoload.
11927         (nnheader-replace-header): Require message.
11928
11929         * nnimap.el (declare-function): Add compatibility stub.
11930         (netrc-parse, netrc-machine-user-or-password): Declare.
11931         (nnimap-open-connection): Require netrc.
11932
11933         * nntp.el (declare-function): Add compatibility stub.
11934         (netrc-parse, netrc-machine, netrc-get): Declare.
11935         (nntp-send-authinfo): Require netrc.
11936
11937         * rfc2047.el: Don't require qp.
11938         (quoted-printable-encode-region, quoted-printable-decode-string):
11939         Autoload.
11940
11941         * sieve-mode.el: Don't require easymenu.
11942         (easy-menu-add-item): Autoload it.
11943
11944         * spam-stat.el (time-to-number-of-days): Autoload it.
11945
11946 2010-03-19  Glenn Morris  <rgm@gnu.org>
11947
11948         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11949
11950 2010-03-18  Glenn Morris  <rgm@gnu.org>
11951
11952         * hashcash.el (declare-function): Remove duplicate definition.
11953
11954 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11955
11956         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11957         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11958         value if any backslash escapes).
11959
11960 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11963         if it is available.  (bug#5647)
11964
11965         * lpath.el: Suppress compiler warning for coding-system-from-name for
11966         Emacs 21 and XEmacs.
11967
11968 2010-03-14  Juri Linkov  <juri@jurta.org>
11969
11970         * hmac-def.el:
11971         * hmac-md5.el:
11972         * netrc.el: Fix keywords.
11973
11974 2010-02-26  Glenn Morris  <rgm@gnu.org>
11975
11976         * message.el (message-send-mail-function): Change the default, so that
11977         it inherits from a customized send-mail-function.  (Bug#5643)
11978
11979 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11980
11981         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11982         shell-command-to-string signals an error (bug#5299).
11983
11984 2010-02-24  Glenn Morris  <rgm@gnu.org>
11985
11986         * message.el (message-smtpmail-send-it)
11987         (message-send-mail-with-mailclient): Doc fixes.
11988
11989 2010-02-16  Glenn Morris  <rgm@gnu.org>
11990
11991         * message.el (message-default-mail-headers): Change the default value
11992         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11993
11994 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11997         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11998
11999 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12000
12001         * time-date.el (date-to-time): Doc fix (Bug#5408).
12002
12003 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12004
12005         * message.el (message-mail): Just pass yank-action on to message-setup.
12006         (message-setup): Handle (FUN . ARGS) form of yank-action.
12007         (message-with-reply-buffer, message-widen-reply)
12008         (message-yank-original): Handle non-buffer values of
12009         message-reply-buffer (Bug#4080).
12010         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12011
12012 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12013
12014         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12015         Fix typo in docstring.
12016
12017 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12018
12019         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12020         response.
12021
12022 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12025
12026         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12027
12028         * message.el (message-check-news-header-syntax): Protect against a
12029         string that `rfc822-addresses' returns when parsing fails.
12030
12031 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12034         (gnus-previous-char-property-change): New functions.
12035
12036         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12037
12038 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12039
12040         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12041         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12042
12043 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12044
12045         * message.el (message-exchange-point-and-mark): Rework last change to
12046         avoid using optional arg of exchange-point-and-mark, for backward
12047         compatibility.
12048
12049 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12050
12051         * message.el (message-exchange-point-and-mark):
12052         Call exchange-point-and-mark with an argument rather than setting
12053         mark-active by hand (Bug#5175).
12054
12055 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * nntp.el (nntp-service-to-port): Work for service expressed with
12058         numeric string; replace [:digit:] with [0-9] for XEmacs.
12059
12060 2009-12-17  Glenn Morris  <rgm@gnu.org>
12061
12062         * gnus-group.el (gnus-bug-group-download-format-alist):
12063         Change emacs entry to debbugs.gnu.org.  Bump :version.
12064
12065 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12068
12069 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * message.el (message-info): Explain why we use `Info-goto-node'.
12072
12073 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12076
12077 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12078
12079         * message.el (message-completion-in-region): New compatibility function.
12080         (message-expand-group): Use it.
12081
12082 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12085         with no unread article should be listed if the 2nd arg `predicate' is
12086         given.
12087
12088 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12091
12092 2009-11-29  Juri Linkov  <juri@jurta.org>
12093
12094         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12095         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12096         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12097
12098 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12099
12100         * sha1.el (sha1-string-external): default-directory "/" in case
12101         otherwise non-existent.  process-connection-type pipe for touch of
12102         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12103
12104 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12105
12106         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12107         it's comms related and sgml-mode.el has "comm" on that basis too.
12108
12109 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12112         containing tspecial characters if they have been already quoted.
12113
12114 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12115
12116         * dns-mode.el (auto-mode-alist): Purecopy string.
12117
12118 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12119
12120         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12121
12122 2009-10-24  Glenn Morris  <rgm@gnu.org>
12123
12124         * gnus-art.el (help-xref-stack-item): Define for compiler.
12125
12126 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12127
12128         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12129
12130 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12133
12134 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12137         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12138
12139 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12142         (gnus-overlays-in): New alias to overlays-in.
12143
12144         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12145         gnus-overlay-get, and gnus-delete-overlay.
12146         (gnus-summary-show-thread): Make it work as well for systems in which
12147         next-single-char-property-change is not available.
12148         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12149
12150         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12151         (gnus-overlay-get): New alias to extent-property.
12152         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12153
12154         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12155         SXEmacs.
12156
12157         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12158         SXEmacs.
12159
12160 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12163
12164 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12165
12166         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12167         and XEmacs that don't have `remove-overlays'.
12168
12169 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12170
12171         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12172         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12173         selective display.  Use overlays instead.
12174
12175 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12176
12177         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12178
12179 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12180
12181         * spam-stat.el (spam-stat-load): Fix typo in message.
12182
12183 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12184
12185         * dig.el (dig-invoke): Fix typo in docstring.
12186         (query-dig): Reflow docstring.
12187
12188 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12189
12190         * gnus-art.el (gnus-article-encrypt-body):
12191         * message.el (message-check-recipients):
12192         * mm-util.el (mm-codepage-setup):
12193         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12194         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12195
12196 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12197
12198         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12199         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12200         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12201         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12202         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12203
12204 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12205
12206         * dig.el: Add "Keywords: comm", as per net-utils.el.
12207
12208 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12209
12210         * dig.el (dig-mode): Use define-derived-mode.
12211
12212 2009-09-19  Glenn Morris  <rgm@gnu.org>
12213
12214         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12215
12216 2009-09-18  Glenn Morris  <rgm@gnu.org>
12217
12218         * gnus-diary.el (gnus-diary-check-message):
12219         * message.el (message-insert-formatted-citation-line):
12220         * nnbabyl.el (top-level):
12221         * nndiary.el (nndiary-schedule):
12222         Fix typos in condition-case handlers.
12223
12224 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12227         configuration that provides the sole article window in a frame;
12228         position point correctly after deleting a part.
12229
12230 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12231
12232         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12233         (spam-resolve-registrations-routine): Use it to unregister articles
12234         that change status.
12235
12236 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12239         with XEmacs.
12240         (parse-time-string-chars): Use it.
12241
12242 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12243
12244         * imap.el (imap-interactive-login): Better messages.
12245         (imap-open): Fix bug with renamed buffer on reconnect.
12246         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12247         for easier debugging and cleaner code.  On successful (guessed based on
12248         server capabilities) secondary authentication, set imap-state
12249         correctly.
12250         (imap-last-authenticator): Define imap-last-authenticator as a variable
12251         to avoid warnings.
12252
12253 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * nnrss.el (nnrss-request-article): Remove binding of
12256         default-enable-multibyte-characters that has gotten needless by
12257         the 2007-07-13 change in rfc2047-encode-message-header.
12258
12259         * mml.el (mml-insert-multipart): Error on the message header.
12260         (mml-insert-part): Error on the message header; position point at
12261         the end of a MIME tag.
12262
12263 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * time-date.el (autoload): Expand define-obsolete-function-alias into
12266         defalias and make-obsolete for old Emacsen that Gnus supports.
12267         (with-no-warnings): Define it for old Emacsen.
12268         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12269         is available.
12270         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12271         float-time is available; suppress compile warning for time-to-seconds.
12272
12273         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12274         (gnus-float-time): Alias to float-time if it exists.
12275
12276         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12277         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12278         float-time is available; suppress compile warning for time-to-seconds.
12279
12280         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12281         XEmacs.
12282
12283 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12284
12285         * imap.el (imap-message-map): Docstring fix.
12286
12287 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12290         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12291         Add the optional argument `encoding' that overrides the default.
12292
12293         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12294         mm-encode-buffer.
12295
12296 2009-09-04  Glenn Morris  <rgm@gnu.org>
12297
12298         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12299         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12300         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12301         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12302         * mm-util.el (mm-with-unibyte-current-buffer)
12303         (mm-find-buffer-file-coding-system):
12304         * yenc.el (yenc-decode-region): Use default-value rather than
12305         default-enable-multibyte-characters.
12306
12307 2009-09-03  Glenn Morris  <rgm@gnu.org>
12308
12309         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12310         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12311         than default-enable-multibyte-characters.
12312
12313 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12314
12315         * gnus-art.el (gnus-article-read-summary-keys):
12316         Fix gnus-buffer-configuration's value temporarily used.
12317
12318 2009-09-02  Glenn Morris  <rgm@gnu.org>
12319
12320         * gnus-util.el (gnus-float-time): New function.
12321         * gnus-delay.el (gnus-delay-article):
12322         * gnus-sum.el (gnus-thread-latest-date):
12323         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12324         * nnspool.el (nnspool-request-newgroups):
12325         Use gnus-float-time rather than time-to-seconds.
12326         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12327
12328         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12329         (gnus-header-subject-face, gnus-header-newsgroups-face)
12330         (gnus-header-name-face, gnus-header-content-face):
12331         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12332         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12333         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12334         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12335         (gnus-cite-face-11):
12336         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12337         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12338         (gnus-server-closed-face, gnus-server-denied-face)
12339         (gnus-server-offline-face):
12340         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12341         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12342         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12343         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12344         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12345         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12346         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12347         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12348         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12349         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12350         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12351         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12352         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12353         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12354         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12355         (gnus-summary-high-undownloaded-face)
12356         (gnus-summary-low-undownloaded-face)
12357         (gnus-summary-normal-undownloaded-face)
12358         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12359         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12360         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12361         (gnus-splash-face):
12362         * message.el (message-header-to-face, message-header-cc-face)
12363         (message-header-subject-face, message-header-newsgroups-face)
12364         (message-header-other-face, message-header-name-face)
12365         (message-header-xheader-face, message-separator-face)
12366         (message-cited-text-face, message-mml-face):
12367         * sieve-mode.el (sieve-control-commands-face)
12368         (sieve-action-commands-face, sieve-test-commands-face)
12369         (sieve-tagged-arguments-face):
12370         * spam.el (spam-face):
12371         Mark face aliases with "-face" in the name as obsolete.
12372
12373 2009-09-01  Glenn Morris  <rgm@gnu.org>
12374
12375         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12376         than goto-line.
12377
12378 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12381         Don't move point if the command is invoked inside the message header.
12382
12383 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12384
12385         * imap.el (imap-send-command): Simplify.
12386         (imap-wait-for-tag): point-max -> buffer-size.
12387
12388 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12389
12390         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12391         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12392         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12393         * nnir.el (nnir-swish-e-index-file):
12394         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12395         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12396         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12397         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12398         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12399         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12400
12401 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12404         Don't save excursion.
12405
12406 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12407
12408         * nnheader.el (nnheader-find-file-noselect):
12409         * mm-util.el (mm-insert-file-contents):
12410         Use (default-value 'major-mode) instead of default-major-mode.
12411
12412 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12413
12414         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12415
12416 2009-08-26  Glenn Morris  <rgm@gnu.org>
12417
12418         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12419         than placing in files.el.
12420
12421 2009-08-25  Glenn Morris  <rgm@gnu.org>
12422
12423         * nnir.el (top-level): Don't require cl at run-time.
12424         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12425         Replace cl-function substitute with gnus-replace-in-string.
12426         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12427         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12428         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12429         simplified expansions.
12430
12431 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12432
12433         * dig.el (dig): Add autoload cookie.
12434
12435 2009-08-22  Glenn Morris  <rgm@gnu.org>
12436
12437         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12438         goto-line.
12439
12440 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12441
12442         * parse-time.el (parse-time-string-chars): Save match data.
12443
12444 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12445
12446         * parse-time.el (parse-time-string-chars): Compute using character
12447         classes, to handle non-ascii characters (Bug#3190).
12448
12449 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12452
12453         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12454         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12455         (gnus-mm-display-part, gnus-mime-display-single)
12456         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12457         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12458
12459         * gnus-sum.el
12460         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12461         (gnus-summary-move-article): Add expirable mark to articles copied or
12462         moved to group that has auto-expire turned on if the option is non-nil.
12463
12464 2009-07-24  Glenn Morris  <rgm@gnu.org>
12465
12466         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12467         Fix typo.  (Bug#3903)
12468
12469 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12472         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12473         that should not be used for draft articles.
12474         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12475         that has no concern in minor mode keys.
12476         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12477         Abolish.
12478
12479 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12482         article without making inquiry to a user for unknown encoding.
12483
12484         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12485         (nnmaildir--scan): Assume i-node and device number that file-attributes
12486         returns might be cons-cell.
12487
12488         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12489
12490         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12491
12492 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12493
12494         * auth-source.el: Remove docs now in auth.texi.  Don't use
12495         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12496         `auth-source-hide-passwords' and use them.
12497
12498 2009-07-15  Glenn Morris  <rgm@gnu.org>
12499
12500         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12501
12502 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12505         excessive whitespace from the default values of title and description.
12506
12507 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12510         mail-fetch-field to fetch Content-Description header in order to
12511         exclude newlines.
12512
12513 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12514
12515         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12516         format used by GnuPG 2.0.11.
12517
12518 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12521         to deleted part.
12522
12523 2009-05-30  David Engster  <dengste@eml.cc>
12524
12525         * nnmairix.el: Remove old documentation in the commentary block.
12526         (nnmairix-request-group): Do not update active file for nnml back ends.
12527         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12528         end so that overview files are ignored.
12529         (nnmairix-update-groups): Make updating the groups more robust by using
12530         marks.
12531         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12532         with dollar characters in message-id.
12533
12534 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12537         2008-12-25 in dns.el.
12538
12539 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12540
12541         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12542         could happen if the text is only composed of spaces and/or tabs.
12543
12544 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12545
12546         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12547         when sending a queued message to avoid extra mml tags.
12548
12549 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12552
12553 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12556         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12557         rmail-toggle-header for XEmacs;
12558         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12559
12560 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-dired.el: Remove autoload for gnus-setup-message.
12563         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12564         displaying Gnus logo; always use compose-mail.
12565
12566 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12569
12570 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12573         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12574         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12575         available.
12576         (gnus-nocem-epg-verify): New function.
12577
12578 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12581
12582 2009-02-15  Glenn Morris  <rgm@gnu.org>
12583
12584         * gnus-util.el (rmail-insert-rmail-file-header)
12585         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12586         autoloads.
12587         (rmail-default-rmail-file): Remove unnecessary declaration.
12588         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12589
12590 2009-02-14  Glenn Morris  <rgm@gnu.org>
12591
12592         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12593         variable (only used in gnus-util, which declares it anyway).
12594         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12595         which was only needed by gnus-art (changed to not use it any more).
12596         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12597         only used in gnus-util, which autoloads it itself.
12598         (rmail-update-summary): Fix autoload.
12599
12600         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12601         rather than rmail-output-to-rmail-file.
12602
12603 2009-02-07  Glenn Morris  <rgm@gnu.org>
12604
12605         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12606         autoload of function that no longer exists.
12607         (rmail-toggle-header): Declare.
12608         (message-forward-rmail-make-body): Handle mbox Rmail.
12609
12610 2009-01-31  Glenn Morris  <rgm@gnu.org>
12611
12612         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12613         2009-01-09 change.
12614
12615 2009-01-31  Dave Love  <fx@gnu.org>
12616
12617         * imap.el (imap-fetch-safe): Bind debug-on-error.
12618         (imap-debug): Add imap-fetch-safe.
12619
12620 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12621
12622         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12623         (auth-source-forget-all-cached): New convenience function.
12624         (auth-source-user-or-password): Accept list of modes or a single mode.
12625
12626         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12627         auth-source modes.
12628
12629         * netrc.el (netrc-machine-user-or-password): Use list of
12630         auth-source modes.
12631
12632         * nnimap.el (nnimap-open-connection): Use list of
12633         auth-source modes.
12634
12635         * nntp.el (nntp-send-authinfo): Use list of
12636         auth-source modes.
12637
12638 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12639
12640         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12641         now.
12642
12643 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12646         coding system in XEmacs; add a workaround for XEmacs.
12647
12648         * lpath.el: Fbind coding-system-aliasee.
12649
12650 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12653         of current-language-environment.
12654
12655 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12658         available at runtime.
12659
12660 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12663
12664 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12665
12666         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12667         the greatest positive fixnum value doesn't work under an XEmacs with
12668         bignum support; use the most-positive-fixnum constant instead,
12669         available since Emacs 21.1 with cl and XEmacs 21.1.
12670
12671 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12674         XEmacs gets not to work.
12675
12676 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * mm-util.el (mm-coding-system-priorities): Allow the value like
12679         "Japanese (UTF-8)" of current-language-environment.
12680
12681 2009-01-09  Glenn Morris  <rgm@gnu.org>
12682
12683         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12684         with last-command-event.
12685
12686 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12689         in the doc string.
12690
12691         * message.el (message-fix-before-sending): Amend comment.
12692
12693 2009-01-08  Dave Love  <fx@gnu.org>
12694
12695         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12696
12697 2009-01-07  David Engster  <dengste@eml.cc>
12698
12699         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12700         simplified server definitions by converting it via
12701         gnus-server-to-method.
12702
12703 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12706         parameter's operands.
12707
12708 2009-01-06  David Engster  <dengste@eml.cc>
12709
12710         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12711         primary select method (for gnus-group-mark-article-as-read).
12712
12713 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12714
12715         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12716         `(gnus)Face', not `(gnus)X-Face'.
12717
12718 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * mm-util.el (mm-ucs-to-char): New function.
12721
12722         * mm-url.el (mm-url-decode-entities): Use it.
12723
12724         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12725         unicode-to-char.
12726
12727 2009-01-05  Dave Love  <fx@gnu.org>
12728
12729         * time-date.el: Require cl for `declare'.
12730
12731 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12732
12733         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12734         Dave Love.
12735
12736 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * message.el (message-fix-before-sending): Add `eight-bit' to
12739         illegible-text check.
12740
12741 2009-01-03  Michael Olson  <mwolson@gnu.org>
12742
12743         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12744         `headers' is nil.  This can occur if the IMAP server does not have
12745         permissions to read messages from a folder, but can write new messages
12746         to the folder.
12747         (nnimap-request-article-part): Do not insert `data' if it is nil.
12748
12749         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12750         characters which will confuse `read', so skip past them.
12751
12752 2009-01-01  Dave Love  <fx@gnu.org>
12753
12754         * imap.el (imap-string-to-integer): Fix typo.
12755         (imap-fetch-safe): New function.
12756         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12757
12758         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12759
12760         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12761         (imap-parse-greeting): Fix doc strings.
12762         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12763         (imap-parse-flag-list): Make messages unique.
12764         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12765
12766         * nnimap.el: Fix author email.
12767         (nnimap-split-rule): Add FIXME comment.
12768         (nnimap-debug): Fix doc string.
12769
12770 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12773
12774 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12777         nslookup if resolv.conf isn't available.
12778         (dns-query): Rename from query-dns.
12779         (dns-query-cached): Rename from query-dns-cached.
12780
12781 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12784         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12785         to check if those variables exist (first appeared in Emacs 18.50).
12786
12787 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mm-util.el (mm-line-number-at-pos): New function.
12790
12791         * spam-report.el (spam-report-process-queue): Use it.
12792
12793 2008-12-24  David Engster  <dengste@eml.cc>
12794
12795         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12796         parameters that haven't existed as variables as buffer-local variables.
12797
12798 2008-12-23  Dave Love  <fx@gnu.org>
12799
12800         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12801         cadar.
12802
12803         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12804         imap-starttls-p.
12805         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12806
12807 2008-12-22  Dave Love  <fx@gnu.org>
12808
12809         * imap.el: Fix author email.  Doc fixes.
12810         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12811         reply.
12812
12813 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * spam-report.el (spam-report-gmane-max-requests): New constant.
12816         (spam-report-gmane-wait): New variable.
12817         (spam-report-gmane-ham, spam-report-gmane-spam)
12818         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12819         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12820         the server.
12821
12822         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12823         Add explanations.
12824
12825         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12826         nnheader-accept-process-output and nnheader-read-timeout if available.
12827         (pop3-movemail): Use it.
12828
12829         * message.el (message-check-news-body-syntax): Fix signature check if
12830         there's an attachment.
12831
12832 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * mm-util.el: Add comments to the mm- emulating functions.
12835
12836 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12839         Reported by Stephen Berman <stephen.berman@gmx.net>.
12840
12841 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * mm-util.el (mm-substring-no-properties): New function.
12844         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12845         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12846         (mm-string-to-multibyte): Doc fix.
12847
12848         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12849
12850 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * mml.el (mml-attach-file): Strip text properties from file name.
12853         (Bug#1574)
12854
12855 2008-12-16  Glenn Morris  <rgm@gnu.org>
12856
12857         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12858
12859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12862         knows since the charset specified might be a bogus alias that
12863         mm-charset-synonym-alist provides.
12864
12865 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12868         "ISO_8859-1".
12869
12870         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12871
12872 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * mm-util.el (mm-charset-eval-alist):
12875         Define it before mm-charset-to-coding-system.
12876         (mm-charset-to-coding-system): Add optional argument `silent';
12877         define it before mm-charset-override-alist.
12878         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12879         default value if it can be used in Emacs currently running;
12880         silence mm-charset-to-coding-system.
12881
12882 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12885         `allow-override' which says whether to use `mm-charset-override-alist'.
12886         (rfc2047-decode-encoded-words): Use it.
12887
12888         * mm-util.el (mm-charset-override-alist): Fix custom type;
12889         add `(gb2312 . gbk)' to choices.
12890
12891 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12894         fast.
12895
12896         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12897
12898         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12899
12900 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12901
12902         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12903         on links.
12904
12905         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12906
12907 2008-12-03  Lute Kamstra  <lute@gnu.org>
12908
12909         * sha1.el: Remove leading * from docstrings of defcustoms,
12910         deffaces, defconsts and defuns.
12911
12912 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12915         users' addresses that don't have domain parts.
12916         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12917         rather than message-narrow-to-head since there will be the message
12918         header separator.
12919
12920 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12921
12922         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12923         since the result is inserted in a unibyte buffer anyway.
12924         (nnimap-demule-use-string-to-multibyte): Remove.
12925         (nnimap-demule): Alias it to mm-string-to-multibyte.
12926
12927 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12930         variable for debugging bug#464 and bug#1174.
12931         (nnimap-demule): Use it.
12932
12933 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12936         score calculation correctly.
12937
12938 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12939
12940         * message.el (message-send-mail): Just set the buffer to unibyte
12941         rather than use mm-with-unibyte-current-buffer which does a lot more.
12942         (message-send-mail-partially): Don't bother with
12943         mm-with-unibyte-current-buffer since it's already been made unibyte by
12944         message-send-mail.
12945
12946 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12947
12948         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12949
12950 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12951
12952         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12953
12954 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12957         require itself and to remove `with-no-warnings'.
12958
12959 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12960
12961         * starttls.el (starttls-any-program-available): Get the name of the
12962         available TLS layer program.
12963         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12964         well as the host name in the "opening" message.
12965
12966         * auth-source.el (auth-source-cache, auth-source-do-cache)
12967         (auth-source-user-or-password): Cache passwords and logins by default,
12968         allow override with `auth-source-do-cache'.
12969         (auth-source-forget-user-or-password): Allow users to remove cache
12970         entries if needed.
12971
12972 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12973
12974         * md4.el (md4-buffer): Fix typo in docstring.
12975         (md4, md4-64): Doc fixes.
12976         (md4-pack-int32): Reflow docstring.
12977
12978 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12979
12980         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12981         condition-case to only the forward-sexp call.
12982
12983 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12984
12985         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12986         quotes contained.  Make it more robust regardless by an extra
12987         condition-case wrapper.
12988
12989 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12992
12993 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * nnml.el (nnml-request-expire-articles): Check if the function set to
12996         `nnmail-expiry-target' returns the symbol `delete'.
12997
12998         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12999
13000         * nnmail.el (nnmail-expiry-target): Fix custom type.
13001
13002 2008-10-02  Glenn Morris  <rgm@gnu.org>
13003
13004         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13005         Silence compiler warning.
13006
13007 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13008
13009         * tls.el (open-tls-stream): Show the actual command being
13010         executed, instead of the format string.
13011
13012 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * lpath.el: Fbind codepage-setup for Emacs 23.
13015
13016 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13017
13018         * mml.el (mml-menu): Don't assume mml2015 is bound.
13019
13020 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13023         exists.
13024
13025 2008-09-27  Glenn Morris  <rgm@gnu.org>
13026
13027         * gnus-util.el (mail-header-remove-comments): Autoload it.
13028
13029 2008-09-27  Andreas Schwab  <schwab@suse.de>
13030
13031         * gnus-util.el (gnus-split-references): Strip comments.
13032         (gnus-parent-id): Likewise.
13033
13034 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * message.el (message-confirm-send): Fix version.
13037
13038 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * message.el (message-idna-to-ascii-rhs-1): Use
13041         mail-extract-address-components rather than mail-header-parse-addresses
13042         that is an alias by default to ietf-drums-parse-addresses that does not
13043         support non-ASCII names in headers' contents.
13044
13045 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13046
13047         * message.el (message-confirm-send): Fix variable documentation to
13048         avoid the "y/n" wording.
13049
13050 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13051
13052         * message.el (message-set-auto-save-file-name): Save to a different
13053         filename so multiple messages (especially drafts) can be recovered.
13054
13055 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * message.el (message-confirm-send): Add appropriate version.
13058
13059 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13060
13061         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13062         defvar.
13063
13064 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13065
13066         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13067         (mm-pkcs7-enveloped-magic): Ditto.
13068
13069 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13070
13071         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13072         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13073
13074 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13077         default, it's better.
13078
13079 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13080
13081         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13082         summary line gnus-number property and ignore them (with a warning
13083         message).
13084
13085 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13088         macro caddr in the interactive form since it won't be expanded.
13089
13090 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13093         `charset'; fix name of function called recursively.
13094         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13095
13096 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13099         (gnus-mime-set-charset-parameters): New function.
13100         (gnus-mime-view-part-as-charset): Use it to correctly display part
13101         specifying wrong charset.
13102
13103 2008-09-08  David Engster  <dengste@eml.cc>
13104
13105         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13106         in completing-read for back end server.
13107
13108 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13109
13110         * message.el (message-confirm-send): New variable to confirm sending a
13111         message.
13112         (message-send): Use it.
13113
13114 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13117
13118 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13121
13122 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13123
13124         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13125         prevent tracking too many groups.
13126         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13127         Use it.
13128
13129 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13130
13131         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13132         moving point to the bottom of the window in order to avoid recentering.
13133
13134 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13137
13138         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13139         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13140         (gnus-article-beginning-of-window): Fix calculation.
13141
13142 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-msg.el (gnus-summary-supersede-article)
13145         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13146         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13147         message header.
13148
13149 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13150
13151         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13152         pending output coming after the status change.
13153
13154 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13155
13156         * message.el:
13157         * gnus-start.el:
13158         * gnus-registry.el: Remove VMS support.
13159
13160 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13163         macro.
13164         (rfc2104-hash): Use it.
13165
13166 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13169         (gnus-summary-sort-by-most-recent-date): New commands.
13170         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13171         and menu entries.
13172
13173 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13176         don't redisplay article for raw contents; remove plural articles stuff.
13177
13178         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13179         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13180         on gnus-summary-save-article; display results properly.
13181
13182 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * lpath.el: No need to fbind ns-focus-frame.
13185
13186 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13189
13190 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-art.el (gnus-summary-save-in-pipe):
13193         Consider gnus-save-all-headers.
13194
13195 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13196
13197         * gnus-util.el (ns-focus-frame): Remove declaration.
13198         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13199         like x.
13200
13201 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13202
13203         * rfc2104.el (rfc2104-zero): Delete defconst.
13204         (rfc2104-hex-alist): Likewise.
13205         (rfc2104-hex-to-int): Delete func.
13206         (rfc2104-hexstring-to-bitstring): Likewise.
13207         (rfc2104-nybbles): New defconst.
13208         (rfc2104-hash): Rewrite for speed.
13209
13210 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * tls.el (open-tls-stream): Make it work with the 2nd argument
13213         BUFFER that is a string but does not exist as a buffer object, as
13214         mentioned in the doc-string.
13215
13216 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13219         SXEmacs.
13220
13221 2008-07-16  Glenn Morris  <rgm@gnu.org>
13222
13223         * gnus-util.el (ns-focus-frame): Declare for compiler.
13224
13225 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13228         set as a group parameter.
13229         (gnus-summary-save-in-pipe): Work when it is called independently.
13230         (gnus-summary-pipe-to-muttprint): Don't modify
13231         gnus-summary-pipe-output-default-command.
13232
13233 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13234
13235         * message.el (message-send-mail-with-sendmail):
13236         Display the error message.
13237
13238 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-art.el (gnus-default-article-saver):
13241         Add gnus-summary-save-in-pipe to choices.
13242         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13243         gnus-summary-pipe-output-default-command as the default command.
13244         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13245         instead of gnus-last-shell-command.
13246
13247         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13248         New user option.
13249         (gnus-summary-muttprint-program): Mention the value will be changed.
13250         (gnus-summary-save-article): Force showing of all headers.
13251         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13252
13253 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13254
13255         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13256
13257 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13258
13259         * nnimap.el (nnimap-id):
13260         * sieve-manage.el (sieve-manage-open): Doc fixes.
13261
13262 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13263
13264         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13265         if available.
13266
13267 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13268
13269         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13270
13271         * nnkiboze.el (nnkiboze-generate-group):
13272         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13273
13274         * nnmairix.el: Require CL.
13275
13276 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * dgnushack.el: Autoload get-display-table and put-display-table for
13279         XEmacs 21.5.
13280
13281         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13282         21.4 and SXEmacs.
13283
13284 2008-06-15  David Engster  <dengste@eml.cc>
13285
13286         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13287
13288 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13289
13290         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13291         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13292         runtime choice under XEmacs.
13293
13294         * gnus-sum.el (gnus-summary-set-display-table):
13295         Use `gnus-put-display-table', `gnus-get-display-table',
13296         `gnus-set-display-table' for the display table, instead of `aset'.
13297
13298         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13299         Use `gnus-put-display-table', `gnus-get-display-table',
13300         `gnus-set-display-table' for the display table.
13301
13302 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * nnmairix.el: Add autoloads.
13305
13306 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * nnmairix.el (nnmairix-delete-recreate-group)
13309         (nnmairix-update-and-clear-marks): Fix error messages.
13310
13311 2008-06-14  David Engster  <dengste@eml.cc>
13312
13313         * nnmairix.el: Upgrade to version 0.6.
13314         (nnmairix-group-toggle-propmarks-this-group)
13315         (nnmairix-group-toggle-readmarks-this-group)
13316         (nnmairix-group-delete-recreate-this-group)
13317         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13318         (nnmairix-remove-tick-mark-original-article): New commands.
13319         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13320         (nnmairix-propagate-marks-to-nnmairix-groups)
13321         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13322         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13323         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13324         functions needed for marks propagation and manipulation of read marks.
13325         (nnmairix-update-groups): New function.
13326         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13327         (nnmairix-determine-original-group-from-registry)
13328         (nnmairix-determine-original-group-from-path)
13329         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13330         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13331         New helper functions.
13332         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13333         keystrokes for new commands.
13334         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13335         (nnmairix-request-group): Check allow-fast group parameter.
13336         (nnmairix-request-create-group): Set allow-fast group parameter if
13337         nnmairix-allowfast-default is set.
13338         (nnmairix-close-group): Propagate marks upon closing if needed.
13339         (nnmairix-group-toggle-threads-this-group): Use new.
13340         nnmairix-group-toggle-parameter helper function.
13341         (nnmairix-search): Better check for empty search result.
13342         (nnmairix-goto-original-article): Use new helper functions for
13343         determining original article.
13344         (nnmairix-show-original-article): Make sure message-id is in brackets.
13345         (nnmairix-call-mairix-binary): Change variable name.
13346         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13347         helper function.
13348         (nnmairix-widget-toggle-activate): Fix doc string.
13349
13350 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * nnir.el: Require edmacro when compiling with XEmacs.
13353         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13354         available in Emacs 21.
13355
13356 2008-06-11  Glenn Morris  <rgm@gnu.org>
13357
13358         * gnus-util.el (x-focus-frame):
13359         * gnus.el (image-size):
13360         * mm-decode.el (image-size): Declare.
13361
13362         * gnus-picon.el (declare-function): Add compat definition.
13363         (image-size): Declare.
13364
13365         * gnus-group.el (tool-bar-map):
13366         * gnus-sum.el (tool-bar-map): Define for compiler.
13367
13368         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13369
13370         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13371
13372         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13373         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13374         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13375         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13376         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13377         * sieve-manage.el, spam-report.el, spam.el:
13378         Remove unnecessary eval-and-compile of autoloads.
13379
13380 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13381
13382         * auth-source.el: Precise Tramp doc.
13383
13384 2008-06-07  Glenn Morris  <rgm@gnu.org>
13385
13386         * nnmairix.el: Remove unnecessary eval-when-compile.
13387
13388 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * lpath.el: Fbind propertize for XEmacs 21.4.
13391
13392 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * nnir.el: Move here from ../contrib.
13395
13396 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13397
13398         * gnus-util.el (gnus-read-shell-command): New function.
13399         * mm-decode.el (mm-pipe-part):
13400         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13401
13402 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13405
13406 2008-06-03  Glenn Morris  <rgm@gnu.org>
13407
13408         * pop3.el (nnheader-accept-process-output): Autoload it.
13409
13410 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13413         are not 2-digit hexadecimal characters that follow `%'s.
13414
13415 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * message.el (message-bogus-recipient-p): Fix type in doc string.
13418         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13419         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13420         Improve custom options.
13421         (message-bogus-recipient-p): Adjust accordingly.
13422
13423 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13424
13425         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13426         long-form month and day names.
13427
13428 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * dgnushack.el: Autoload debug, eudc-expand-inline and
13431         pgg-snarf-keys-region for XEmacs.
13432
13433         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13434
13435         * nnmairix.el: Require edmacro when compiling with XEmacs.
13436
13437 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13440         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13441
13442 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13443
13444         * auth-source.el: Add more docs.
13445
13446         * netrc.el (netrc-machine): Always match if the port is not given.
13447
13448 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449
13450         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13451         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13452         retrieval faster in some cases, but might make CPU usage larger.
13453         If this has any bad side effects, we might revert this change.
13454
13455         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13456         seems to make mail retrieval much, much faster.
13457         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13458         unconditionally.
13459
13460         * gnus-draft.el (gnus-group-send-queue):
13461         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13462
13463 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13466
13467         * message.el (message-bogus-address-regexp): Fix and improve custom
13468         type.
13469         (message-setup-hook): Add message-check-recipients as custom option.
13470
13471 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * message.el (message-cite-function): Remove bogus autoload which crept
13474         in during merge from v5-10.
13475
13476 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13479
13480         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13481
13482         * auth-source.el: Preliminary Tramp docs.
13483         (auth-sources): Change the default auth-sources to use
13484         EPA .gpg files.
13485
13486 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13487
13488         * nntp.el: Autoload `auth-source-user-or-password'.
13489         (nntp-send-authinfo): Use it.
13490
13491         * nnimap.el: Autoload `auth-source-user-or-password'.
13492         (nnimap-open-connection): Use it.
13493
13494         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13495         for the gnus-message function.
13496         (auth-source-user-or-password): Use it.
13497
13498 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13499
13500         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13501         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13502         (rfc2104-hash): Use it.
13503
13504 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13505
13506         * gnus-art.el (gnus-article-toggle-truncate-lines):
13507         Don't use `iff' in docstring.
13508
13509 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13510
13511         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13512
13513         * gnus-util.el (gnus-extract-address-component-name)
13514         (gnus-extract-address-component-email): Convenience functions around
13515         `gnus-extract-address-components'.
13516
13517         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13518         Use `gnus-extract-address-component-email' to fix bug of comparing full
13519         sender name to `user-mail-address'.
13520
13521 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13522
13523         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13524         catch/throw to optimize.
13525         (gnus-registry-find-keywords): Just use member to find a keyword.
13526
13527 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13528
13529         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13530         is current before calling gnus-server-prepare.
13531         (gnus-server-setup-buffer, gnus-server-update-server)
13532         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13533
13534 2008-05-04  Juri Linkov  <juri@jurta.org>
13535
13536         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13537         (mailcap-file-default-commands): Use mailcap-replace-in-string
13538         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13539         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13540
13541 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13542
13543         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13544
13545 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13546
13547         * gnus.el: Bump version to 0.11.
13548
13549 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13550
13551         * gnus.el: No Gnus v0.10 is released.
13552
13553 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13556         hooks.
13557         (gnus-update-read-articles): Speed up non-marks-using users.
13558         (gnus-use-marks): Define gnus-use-marks.
13559         (gnus-propagate-marks): Rename variable to something more sensible.
13560
13561 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13562
13563         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13564         (gmm-image-load-path-for-library): Fix typos in docstrings.
13565         (gmm-message): Reflow docstring.
13566
13567 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13568
13569         * mail-source.el (mail-source-set-1, mail-source-bind):
13570         Move auth-source code out of the macro to clean it up and fix bugs.
13571
13572 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13575         by sender if it's equal to user-mail-address, it's likely to be
13576         useless.
13577
13578         * mail-source.el (mail-source-bind): Don't use user or password if they
13579         are not bound.  Unintern them if they are nil.  Don't use server unless
13580         it's bound, and default it to empty string otherwise.
13581
13582 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13583
13584         * mail-source.el: Load auth-source.el.
13585         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13586         get user name or password, if auth-sources is set up.
13587
13588         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13589         strategy of splitting with parent.
13590         (gnus-registry-split-fancy-with-parent)
13591         (gnus-registry-post-process-groups): Use it and fix prior
13592         bug (returning a list as the split result).
13593
13594         * auth-source.el (auth-sources): Remove server parameter.
13595         (auth-source-pick, auth-source-user-or-password)
13596         (auth-source-user-or-password-imap)
13597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13598         (auth-source-user-or-password-sftp)
13599         (auth-source-user-or-password-smtp): Remove server parameter.
13600
13601 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13602
13603         * smime.el (smime-sign-region, smime-encrypt-region)
13604         (smime-decrypt-region):
13605         Remove redundant calls to `generate-new-buffer-name'.
13606
13607 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13608
13609         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13610         Don't use QP for message/rfc822.
13611         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13612
13613 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13614
13615         * sieve-manage.el (sieve-string-bytes): Remove.
13616         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13617         correct byte-length only if the process's coding-system is the same as
13618         the one used internally by Emacs to represent strings.
13619
13620 2008-04-22  Juri Linkov  <juri@jurta.org>
13621
13622         * mailcap.el (mailcap-file-default-commands): New function.
13623
13624 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * message.el (message-signature-separator, message-cite-function):
13627         Change custom version.
13628
13629 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13630
13631         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13632         commands.
13633         (tls-checktrust): Ditto.
13634
13635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * mm-decode.el (mm-display-external): Make temp file read-only.
13638
13639 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13642         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13643         `C-c C-f d'.
13644
13645 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13646
13647         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13648
13649 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gnus.el: Bump version to 0.9.
13652
13653 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * gnus.el: No Gnus v0.8 is released.
13656
13657 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13658
13659         * mail-source.el (mail-source-value):
13660         Prefer fboundp to functionp so it works with macros as well.
13661
13662 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13663
13664         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13665         Fix last change in case the element is not even a symbol.
13666
13667 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13670         Prefer fboundp to functionp so it works with macros as well.
13671
13672 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13673
13674         * auth-source.el: Add docs.
13675         (auth-sources): Modify format to support server.
13676         (auth-source-pick, auth-source-user-or-password)
13677         (auth-source-user-or-password-imap)
13678         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13679         (auth-source-user-or-password-sftp)
13680         (auth-source-user-or-password-smtp): Add server parameter.
13681
13682 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13683
13684         * gnus-registry.el: Initialize the registry when gnus-registry-install
13685         is t.
13686
13687 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * compface.el (uncompface): Make buffer unibyte.
13690
13691 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13692
13693         * mail-source.el (mail-source-value):
13694         Prefer fboundp to functionp so it works with macros as well.
13695
13696 2008-04-05  Glenn Morris  <rgm@gnu.org>
13697
13698         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13699
13700 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13701
13702         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13703         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13704
13705         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13706         multibyteness after rather than before erasing it.
13707
13708         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13709         mm-with-multibyte.
13710         (gnus-request-article-this-buffer): Make sure the proper decoding is
13711         used if gnus-original-article-buffer happens to be unibyte.
13712
13713         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13714         default-enable-multibyte-characters.
13715
13716         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13717         default-enable-multibyte-characters.
13718
13719         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13720
13721         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13722
13723 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13724
13725         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13726         Fix last change in case the element is not even a symbol.
13727
13728 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13729
13730         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13731         (imap-message-copyuid-1): Use it.
13732         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13733         J. Williams in
13734         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13735
13736         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13737         imap-enable-exchange-bug-workaround.
13738         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13739
13740 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13741
13742         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13743         a 100 byte status-checks into a 2-3MB transfer for each group.
13744         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13745         to enable bug workaround or not.
13746         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13747
13748 2008-03-31  Glenn Morris  <rgm@gnu.org>
13749
13750         * message.el (mml2015-use): Declare for compiler.
13751         (message-info): Require mml2015 when appropriate.
13752
13753 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13756         whitespace.
13757
13758 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13759
13760         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13761         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13762         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13763         (nntp-service-to-port): New function.
13764         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13765         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13766         (nntp-open-netcat-stream): New function.
13767         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13768
13769 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13770
13771         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13772
13773 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13774
13775         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13776
13777 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13778
13779         * dns.el (dns-write): Use set-buffer-multibyte.
13780
13781 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13782
13783         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13784
13785 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * message.el (message-signature-separator): Change default.
13788         Improve custom type.
13789         (message-cite-function): Change default to
13790         message-cite-original-without-signature.
13791
13792         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13793         toggle.
13794
13795         * message.el (message-check-news-body-syntax): Fix signature check.
13796         (message-setup-1): Mark buffer as unmodified _after_ running
13797         message-setup-hook and handling message-alternative-emails.
13798         (message-shorten-references): Be more strict when building list of
13799         valid references to comply with GNKSA.
13800
13801         * gnus-group.el (gnus-read-ephemeral-bug-group)
13802         (gnus-read-ephemeral-debian-bug-group)
13803         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13804
13805         * message.el (message-info): Don't use booleanp which isn't supported
13806         in Emacs 21 and XEmacs.
13807
13808 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13811         gnus-group-gmane-group-download-format.
13812         (gnus-group-read-ephemeral-gmane-group): Rename from
13813         gnus-group-read-ephemeral-gmane-group.
13814         (gnus-read-ephemeral-gmane-group-url): Rename from
13815         gnus-group-read-ephemeral-gmane-group-url.
13816         (gnus-bug-group-download-format-alist): New variable.
13817         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13818         (gnus-read-ephemeral-emacs-bug-group): New commands.
13819
13820 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13821
13822         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13823         (gnus-visible-headers): Improve custom type.
13824
13825 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * mml.el (mml-menu): Add workarounds for XEmacs.
13828
13829         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13830         X-Boundary header.
13831
13832         * message.el (message-simplify-recipients): Fix previous commit.
13833
13834 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13835
13836         * mm-util.el (mm-set-buffer-multibyte): New function.
13837         * mm-decode.el (mm-copy-to-buffer): Use it.
13838
13839         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13840         Prefer fboundp to functionp so it works with macros as well.
13841
13842 2008-03-19  Glenn Morris  <rgm@gnu.org>
13843
13844         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13845         Accidentally removed in the sync process with Emacs.
13846
13847 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * message.el (message-alter-recipients-discard-bogus-full-name):
13850         New function.
13851         (message-alter-recipients-function): New variable.
13852         (message-get-reply-headers): Use it.
13853         (message-replace-header): New helper function.
13854         (message-recipients-without-full-name): New variable.
13855         (message-simplify-recipients): New command.
13856
13857         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13858
13859         * message.el (message-info): Handle EasyPG manual.
13860
13861         * mml.el (mml-menu): Add entry for EasyPG.
13862
13863 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13864
13865         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13866         parameter.
13867
13868         * message.el (message-disassociate-draft): Specify drafts group name
13869         fully.
13870
13871 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13872
13873         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13874         Eliminate unnecessary duplicates from the match list.
13875
13876 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13879
13880         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13881
13882         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13883         args of `how-many' of which the XEmacs version doesn't take; declare
13884         Info-index-next as function.
13885
13886 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * gnus-score.el (gnus-score-headers): Fix handling of
13889         gnus-inhibit-slow-scoring.
13890
13891         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13892         string.
13893         (gnus-button-url-regexp): Improve handling of parenthesis.
13894         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13895         (gnus-button-handle-info-keystrokes): Handle index entries.
13896
13897 2008-03-15  Glenn Morris  <rgm@gnu.org>
13898
13899         * parse-time.el (parse-time-string): Simplify.
13900
13901 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13904         Incoming* files.
13905
13906 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13907
13908         * auth-source.el (auth-sources): Rename from auth-source-choices.
13909         (auth-source-pick): Use it.
13910
13911 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13912
13913         * binhex.el (binhex-decode-region-internal):
13914         * uudecode.el (uudecode-decode-region-internal):
13915         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13916         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13917         setting default-enable-multibyte-characters.
13918
13919 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13920
13921         * auth-source.el (auth-source-protocols)
13922         (auth-source-protocols-customize, auth-source-choices): Add and
13923         modified variable customizations and defaults.
13924         (auth-source-pick, auth-source-user-or-password)
13925         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13926         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13927         (auth-source-user-or-password-sftp)
13928         (auth-source-user-or-password-smtp): Use new variables and provide an
13929         interface to netrc.el.
13930
13931 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13934         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13935         Make sure the nntp port to specify is a string.
13936
13937 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13938
13939         * nntp.el: Use with-current-buffer.
13940         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13941         dubious mm-with-unibyte-current-buffer.
13942         (nntp-with-open-group-function): New function extracted from
13943         nntp-with-open-group macro.
13944         (nntp-with-open-group): Use the function, so it's easier to debug.
13945         Add indentation and debugging info.
13946         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13947         Recommend the use of the netcat alternatives.
13948
13949         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13950         Avoid mm-string-as-multibyte as well.
13951
13952         * nnweb.el (nnweb-insert-html):
13953         Remove use of nnheader-string-as-multibyte.
13954
13955         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13956         (nnheader-string-as-multibyte): Remove.
13957
13958         * mm-view.el: Use inhibit-read-only.
13959         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13960         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13961         or unibyte-string.
13962
13963         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13964         (mm-uu-yenc-extract): Use with-current-buffer.
13965
13966         * gnus-soup.el (gnus-soup-send-packet): Don't use
13967         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13968
13969         * nnmh.el: Use with-current-buffer.
13970         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13971         mm-string-as-multibyte on the output of mm-encode-coding-string.
13972
13973         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13974         (nnimap-request-move-article): Use with-current-buffer.
13975
13976         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13977         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13978         conversion uses string-make-unibyte rather than string-as-unibyte.
13979
13980         * gnus-msg.el: Use with-current-buffer.
13981
13982         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13983
13984 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13985
13986         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13987         string for caching if it is 'PIN.
13988
13989 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * lpath.el: Consider the case without Emacs/W3.
13992
13993 2008-03-08  Glenn Morris  <rgm@gnu.org>
13994
13995         * time-date.el (date-to-time, time-subtract, time-add)
13996         (safe-date-to-time): Doc fixes.
13997
13998 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * mail-source.el (mail-source-delete-old-incoming-confirm):
14001         Change default to nil.
14002         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14003
14004 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * lpath.el: Rearrange.
14007
14008         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14009         (gnus-article-goto-prev-page): Work for articles having ^L's.
14010
14011         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14012
14013         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14014
14015 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14016
14017         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14018         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14019         (gnus-bookmark-jump): Adjust some variable names.
14020
14021 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14022
14023         * auth-source.el: New package.
14024         (auth-source-choices): Add customization entry point variable.
14025
14026         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14027         bug.
14028
14029 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14032         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14033         (gnus-registry-install-shortcuts): Rename from
14034         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14035         the `gnus-registry-mark-map' keymap dynamically from
14036         `gnus-registry-marks'.  The generated functions update the summary line
14037         when a registry mark is added or deleted, and will call
14038         `gnus-registry-install-p' (see the comments in the code).
14039         (gnus-registry-user-format-function-M): Use concat intelligently.
14040
14041         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14042         the registry mark functions.
14043
14044 2008-03-05  Glenn Morris  <rgm@gnu.org>
14045
14046         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14047         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14048         gnus-art.
14049         (top-level): No need to load own source when compiling.
14050
14051 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14054         Suggested by <chris.anderton@zetnet.co.uk>.
14055
14056 2008-03-04  Glenn Morris  <rgm@gnu.org>
14057
14058         * gnus-sum.el (top-level): No need to require gnus when compiling,
14059         since unconditionally required near start of file.
14060         (gnus-summary-display-while-building): Move definition before use.
14061
14062 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14063
14064         * gnus-registry.el (gnus-registry-user-format-function-M):
14065         Add formatting function.
14066
14067 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14068
14069         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14070         with plists.
14071         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14072         Use new format.
14073
14074 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14077         `where-is-internal' that returns a range of key sequences.
14078
14079 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14080
14081         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14082
14083         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14084         (gnus-summary-jump-to-group): Consider windows on other displayed
14085         frames as well.  Similar changes might be needed elsewhere, but that's
14086         the one I've bumped into during my use.
14087
14088         * nndoc.el (nndoc-oe-dbx-type-p):
14089         * gnus-msg.el (gnus-debug):
14090         * gnus-group.el (gnus-update-group-mark-positions):
14091         Use mm-string-to-multibyte.
14092
14093 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14096         doesn't handle NotDashEscaped.
14097
14098         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14099         (mml-dnd-attach-options): Fix typo in custom choice.
14100
14101         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14102         Change nndoc-article-type to mbox.
14103         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14104
14105         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14106         to nil, instead of html2text.
14107
14108         * imap.el (imap-debug): Add `imap-ping-server'.
14109
14110         * gnus-bookmark.el: Add FIXMEs.
14111
14112         * message.el (message-form-letter-separator)
14113         (message-send-form-letter-delay): New variables.
14114         (message-send-form-letter): Use them.  New command to send form
14115         letters.  Requested by Uwe Siart.
14116         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14117
14118 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * Update copyright years.
14121
14122 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         Sync from EMACS_22_BASE.
14125
14126         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14127
14128 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14129
14130         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14131         empty author.
14132
14133 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * gnus-registry.el (gnus-registry-marks): Add variable for
14136         customization of marks and their appearance.
14137         (gnus-registry-read-mark): Use it.
14138         (gnus-registry-do-marks): Add utility function to loop through
14139         `gnus-registry-marks'.
14140         (gnus-registry-install-shortcuts-and-menus): Add function to install
14141         shortcuts and menus.
14142         (gnus-registry-initialize): Use it.
14143         (gnus-registry-default-mark): Clarify documentation.
14144
14145 2008-02-29  Glenn Morris  <rgm@gnu.org>
14146
14147         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14148         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14149         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14150         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14151         Change defcustom :version from 23.0 to 23.1.
14152
14153 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14154
14155         * gnus-registry.el (gnus-registry-follow-group-p)
14156         (gnus-registry-post-process-groups): Add functions to aid registry
14157         splitting and improve logging.  Clarify behavior in function
14158         documentation.
14159         (gnus-registry-split-fancy-with-parent): Use them.
14160
14161 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14162
14163         * gnus-art.el: Use with-current-buffer.
14164
14165 2008-02-27  David Engster  <dengste@eml.cc>
14166
14167         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14168         Express real group name in the response.
14169
14170 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14173         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14174         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14175         autoload gnus-registry-fetch-group when compiling.
14176         (nnmairix-request-group-with-article-number-correction):
14177         Remove unreferenced argument passed to nnmairix-call-backend.
14178
14179 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14182         (mm-uu-extract): Improve face for low color ttys.
14183         Reported by Sascha Wilde.
14184
14185 2008-02-27  Glenn Morris  <rgm@gnu.org>
14186
14187         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14188         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14189         variables to defconsts.  Convert comments to doc-strings.
14190         (nnmairix-last-server, nnmairix-current-server): Convert from free
14191         variables to defvars.  Convert comments to doc-strings.
14192         (gnus-registry-fetch-group): Autoload.
14193         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14194         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14195         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14196         caddr.
14197         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14198         nnmairix-request-group-with-article-number-correction call.
14199         (nnmairix-fast, nnmairix-group): New, less general names, for free
14200         variables passed from nnmairix-request-group to
14201         nnmairix-request-group-with-article-number-correction.  Declare.
14202         (nnmairix-request-group-with-article-number-correction):
14203         Use nnmairix-fast, nnmairix-group rather than fast, group.
14204
14205 2008-02-26  David Engster  <dengste@eml.cc>
14206
14207         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14208         version 0.5.
14209
14210 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14213         instead of making an extra function call.  Don't add the current group
14214         to articles only when they have the group.  Use
14215         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14216         Reported by David <de_bb@arcor.de>.
14217
14218 2008-02-24  Miles Bader  <miles@gnu.org>
14219
14220         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14221         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14222         (mm-find-mime-charset-region):
14223         * mm-bodies.el (mm-encode-body):
14224         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14225
14226 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14229         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14230
14231 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * mail-source.el (mail-source-delete-incoming): Change default.
14234         Supplement doc string.
14235
14236         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14237
14238 2008-02-14  Glenn Morris  <rgm@gnu.org>
14239
14240         * time-date.el (format-seconds): New function.
14241
14242 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * nnmail.el (nnmail-message-id-cache-file): Derive from
14245         `gnus-home-directory'.
14246
14247 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14250         Document negative prefix.
14251
14252         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14253
14254 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255
14256         * message.el (message-unsent-separator): Add the Exim bounce
14257         separator.
14258
14259 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14260
14261         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14262         list.
14263         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14264         recipient/signer list.
14265
14266 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * Makefile.in (datarootdir): Define.
14269         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14270         name that might contain whitespace.
14271
14272 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14275         fbound (Emacs 23 unicode), signal an error.
14276
14277 2008-02-08  Glenn Morris  <rgm@gnu.org>
14278
14279         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14280
14281 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14282
14283         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14284         ports to the calls to `netrc-machine-user-or-password' in addition to
14285         "imap" and "imaps".
14286
14287 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14288
14289         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14290
14291         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14292
14293 2008-02-01  Kenichi Handa  <handa@m17n.org>
14294
14295         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14296         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14297         (rfc2104-hash): Convert the result of concat to unibyte string.
14298
14299 2008-02-01  Dave Love  <fx@gnu.org>
14300
14301         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14302         coding-system-for-read.
14303         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14304
14305 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14306
14307         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14308         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14309         <hanche@math.ntnu.no>.
14310
14311 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14314
14315         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14316
14317 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14318
14319         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14320         * message.el (message-beginning-of-line): Use featurep instead of bound
14321         tests in order to resolve conditionals at compile time.
14322
14323 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14324
14325         * mail-source.el (mail-sources): Add `group' choice.
14326
14327         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14328         parameter `in-group' to control into which group the articles go.
14329         Add treatment of `group' mail-source.
14330
14331 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14334
14335         * mm-decode.el (mm-dissect-buffer): Decode description.
14336
14337         * mml.el (mml-to-mime): Encode message header first.
14338
14339 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14342         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14343
14344         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14345         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14346
14347 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14348
14349         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14350
14351 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14354         prefix keys.
14355         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14356         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14357         gnus-xmas.el.
14358
14359         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14360         (gnus-xmas-article-describe-bindings): New function.
14361         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14362         gnus-xmas-article-describe-bindings.
14363
14364         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14365
14366 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14367
14368         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14369         Add new variables for article mark management.
14370         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14371         list of extra data entries which, when present, will indicate that the
14372         article ID should not be trimmed from the registry.
14373         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14374         functions.
14375         (gnus-registry-read-mark): New function to read a mark name from the
14376         user.
14377         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14378         (gnus-registry-set-article-mark-internal): New functions to add and
14379         remove marks.
14380         (gnus-registry-get-article-marks): New function to show the marks for
14381         an article, or retrieve them for further use.
14382
14383 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14386         keys when no argument is given.
14387
14388 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * imap.el (imap-ping-server): New variable.
14391         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14392         (imap-ping-server): Minor doc string fixes.
14393
14394 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14395
14396         * imap.el (imap-ping-server): New function.
14397         (imap-opened): Call imap-ping-server.
14398
14399 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * gnus-sum.el (gnus-article-sort-by-random)
14402         (gnus-thread-sort-by-random): Fix doc strings.
14403         Reported by jidanni@jidanni.org.
14404
14405 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-art.el (gnus-article-describe-bindings): New function.
14408         (gnus-article-read-summary-keys): Use it.
14409         (gnus-article-mode-map): Bind `C-h b' to it.
14410
14411 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14414         XEmacs.
14415         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14416         Protect against non-character events.
14417
14418         * lpath.el: Fbind map-keymap for Emacs 21.
14419
14420 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14423         New command.
14424         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14425         instead of END.  Change name of the temp file.
14426         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14427         customizable.
14428
14429 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14432         bind `S W' to gnus-article-wide-reply-with-original; set default
14433         binding to gnus-article-read-summary-send-keys.
14434         (gnus-article-read-summary-keys): Fix the order of keys; display
14435         continuation keys correctly in the echo area; describe bindings
14436         correctly when keys end with `C-h'.
14437         (gnus-article-read-summary-send-keys): New function.
14438         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14439         Work for gnus-article-read-summary-send-keys; display continuation keys
14440         correctly in the echo area.
14441         (gnus-article-reply-with-original): Ignore prefix argument.
14442         (gnus-article-wide-reply-with-original): New function.
14443
14444         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14445         Emacs 21.
14446
14447 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14450         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14451
14452 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14455         (gnus-group-read-ephemeral-gmane-group): New command.
14456
14457 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14458
14459         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14460
14461 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * message.el (message-send-mail-function): Increase custom version.
14464
14465         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14466         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14467
14468 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14471         for the cases where imap-authenticate is called with a nil buffer
14472         parameter.
14473
14474 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14477         html parts correctly; support forwarded messages.
14478         (gnus-article-browse-html-article): Remove work buffers.
14479
14480         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14481         compiling.
14482         (netrc-bound-and-true-p): New macro.
14483         (netrc-parse): Use it instead of bound-and-true-p that is not available
14484         in XEmacs 21.4.
14485
14486 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * gnus-registry.el (gnus-registry-mark-article)
14489         (gnus-registry-article-marks): Add functionality to mark articles
14490         through the Gnus registry.
14491
14492         * encrypt.el: Clarify documentation for the new pgg method.
14493         (encrypt-file-alist): Add PGG option.
14494         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14495         functionality.  Abstract password key and messaging to external
14496         functions.
14497         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14498         (encrypt-message-method-and-cipher): Add new convenience external
14499         functions.
14500         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14501         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14502
14503         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14504         (netrc-parse): Use encrypt-file-alist to determine if
14505         encrypt-find-model or encrypt-insert-file-contents should be used.
14506
14507         * encrypt.el: Clarify documentation.  Load password-cache or
14508         password, whichever one is found first, instead of autoloading.
14509
14510 2007-12-19  Glenn Morris  <rgm@gnu.org>
14511
14512         * mml.el (message-options-set, message-narrow-to-head)
14513         (message-in-body-p, message-mail-p, message-encode-message-body):
14514         Autoload.
14515         (message-remove-header, message-narrow-to-headers-or-head)
14516         (message-subscribed-p, message-make-mail-followup-to)
14517         (message-position-on-field, message-news-p)
14518         (message-options-set-recipient, message-generate-headers)
14519         (message-sort-headers): Declare as functions.
14520
14521 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14524         convention in doc string.
14525
14526 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14529         title to html parts.
14530         (gnus-article-browse-html-article): Pass message header to it.
14531
14532         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14533
14534 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14537         or password compatible with XEmacs.
14538
14539 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14542         format document.
14543         (gnus-mime-delete-part): Don't write description line if empty.
14544         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14545
14546 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14547
14548         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14549         (gnus-summary-mark-read-and-unread-as-read)
14550         (gnus-summary-mark-current-read-and-unread-as-read)
14551         (gnus-summary-mark-unread-as-ticked): Doc fix.
14552         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14553
14554 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14557         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14558
14559 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14560
14561         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14562         yes-or-no-p.
14563
14564 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-decode.el (mm-add-meta-html-tag): New function.
14567         (mm-save-part-to-file, mm-pipe-part): Use it.
14568
14569         * gnus-art.el (gnus-article-browse-delete-temp-files):
14570         Use gnus-y-or-n-p instead of y-or-n-p.
14571         (gnus-article-browse-html-parts): Work with message/external-body; use
14572         mm-add-meta-html-tag.
14573
14574 2007-12-11  Glenn Morris  <rgm@gnu.org>
14575
14576         * gnus-cache.el: Require gnus-sum not just when compiling.
14577
14578         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14579
14580         * gnus-int.el (gnus-server-opened, gnus-status-message):
14581         Move definitions before use.
14582
14583         * mm-decode.el: Require gnus-util.
14584         (mm-remove-part): Only call delete-annotation on XEmacs.
14585
14586         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14587
14588         * nnmail.el: Require gnus-int.
14589
14590         * spam.el: Move `require's before `eval-when-compile's.
14591
14592         * gnus-ems.el (gnus-alive-p):
14593         * gnus-fun.el (message-goto-eoh):
14594         * gnus-util.el (gnus-group-name-decode):
14595         * mail-source.el (gnus-compress-sequence):
14596         * message.el (Info-goto-node, format-spec):
14597         * mm-bodies.el (message-options-get):
14598         * mm-decode.el (mm-view-pkcs7):
14599         * mm-util.el (gmm-write-region):
14600         * mml-smime.el (mml-compute-boundary)
14601         (gnus-completing-read-with-default):
14602         * mml.el (widget-button-press, gnus-make-hashtable):
14603         * mml1991.el (mm-decode-content-transfer-encoding)
14604         (mm-encode-content-transfer-encoding)
14605         (message-options-get, message-options-set):
14606         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14607         * nnfolder.el (gnus-request-group):
14608         * nnheader.el (ietf-drums-unfold-fws):
14609         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14610         * smime.el (gnus-run-mode-hooks):
14611         * spam-stat.el (gnus-message): Autoload.
14612
14613         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14614         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14615         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14616         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14617         Add declare-function compatibility definition.
14618
14619         * gnus-cache.el (nnvirtual-find-group-art):
14620         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14621         (gnus-add-image, gnus-add-wash-type):
14622         * gnus-group.el (nnkiboze-score-file):
14623         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14624         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14625         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14626         (message-tokenize-header, gnus-get-buffer-create)
14627         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14628         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14629         * gnus.el (gnus-group-decoded-name):
14630         * mail-source.el (imap-capability):
14631         * mm-bodies.el (message-options-set):
14632         * mm-decode.el (gnus-configure-windows):
14633         * mm-extern.el (message-goto-body):
14634         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14635         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14636         (epg-sub-key-validity, message-options-set):
14637         * mml.el (widget-event-point, gnus-configure-windows):
14638         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14639         * mml2015.el (epg-check-configuration, epg-configuration)
14640         (message-options-set):
14641         * nndb.el (nndb-request-article):
14642         * nnfolder.el (gnus-request-create-group):
14643         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14644         * nnmaildir.el (gnus-group-mark-article-read):
14645         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14646         * rfc1843.el (message-fetch-field):
14647         * spam.el (gnus-extract-address-components):
14648         Declare as functions.
14649
14650 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14653
14654         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14655
14656         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14657         bind show-trailing-whitespace for XEmacs.
14658
14659 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14660
14661         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14662         new no-op macro for backward compatibility.
14663
14664         * imap.el (imap-string-to-integer): New function.
14665
14666 2007-12-09  Glenn Morris  <rgm@gnu.org>
14667
14668         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14669
14670         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14671         * message.el, mm-view.el, sieve-manage.el, smime.el:
14672         Add declare-function compatibility definition.
14673
14674         * gnus-art.el (w3-region, w3m-region, Info-menu):
14675         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14676         * gnus-sum.el (gnus-get-predicate):
14677         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14678         * message.el (mail-abbrev-in-expansion-header-p):
14679         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14680         (w3m-detect-meta-charset, w3m-region):
14681         * sieve-manage.el (password-read, password-cache-add)
14682         (password-cache-remove):
14683         * smime.el (password-read-and-add): Declare as functions.
14684
14685 2007-12-08  David Kastrup  <dak@gnu.org>
14686
14687         * gnus-sum.el (gnus-summary-simplify-subject-query):
14688         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14689         `message'.
14690
14691 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14694         it to bind idna-program, installation-directory, defined-colors, and
14695         face-attribute for XEmacs of the version that compiles defcustom forms.
14696
14697 2007-12-07  Glenn Morris  <rgm@gnu.org>
14698
14699         * gnus-art.el (article-make-date-line): Revert previous change.
14700
14701 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14704
14705 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14706
14707         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14708         Call gnus-add-to-range ranges only once with a prepared article-list.
14709
14710 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14711
14712         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14713         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14714         group names with backslashes.
14715         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14716
14717 2007-12-06  Deepak Goel  <deego3@gmail.com>
14718
14719         * gnus-art.el (article-make-date-line):
14720         * gnus-start.el (gnus-load):
14721         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14722
14723 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (gnus-use-idna):
14726         * gnus-start.el (gnus-site-init-file):
14727         * message.el (message-use-idna):
14728         * mm-uu.el (mm-uu-hide-markers):
14729         * smiley.el (smiley-style): Revert changes that suppress warnings.
14730
14731 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14734         specify charset to html source.
14735         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14736
14737 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14740         idna-program in order to suppress byte compile warning issued by XEmacs
14741         that came to byte compile the default value section of defcustom forms
14742         recently.
14743
14744         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14745         value of installation-directory.
14746
14747         * message.el (message-use-idna): Don't directly refer to the value of
14748         idna-program.
14749
14750         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14751
14752         * smiley.el (smiley-style): Don't directly call face-attribute.
14753
14754 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14757
14758         * gnus-dired.el: Reduce Gnus dependencies.
14759         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14760         Don't require.  Use autoloads instead.
14761         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14762         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14763         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14764         (gnus-dired-mode): Adjust doc string.
14765         (gnus-dired-mail-mode): New variable.
14766         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14767         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14768         (gnus-dired-mail-buffers): New function.  Return mail or message
14769         composition buffers.
14770         (gnus-dired-attach): Use it.
14771         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14772         NO-DECODE.
14773         (gnus-dired-print): Use `gnus-print-buffer' depending on
14774         `gnus-dired-mail-mode'.
14775
14776 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * rfc2047.el (rfc2047-encoded-word-regexp)
14779         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14780         explaining what regexp patterns are for.
14781
14782 2007-12-04  Glenn Morris  <rgm@gnu.org>
14783
14784         * password.el: Move to password-cache.el.
14785
14786         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14787         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14788         * mml-smime.el (password-read, password-cache-add)
14789         (password-cache-remove):
14790         No need to autoload, since mml-sec requires password.
14791
14792         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14793         * message.el (gnus-extract-address-components):
14794         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14795
14796         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14797         password.
14798
14799 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * mailcap.el: Reduce dependencies.
14802         (mail-header-parse-content-type): Autoload.
14803         (mailcap-delete-duplicates): New alias.
14804         (mailcap-mime-info): Add optional argument NO-DECODE.
14805         (mailcap-mime-types): Use mailcap-delete-duplicates.
14806
14807         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14808
14809 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14810
14811         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14812         (imap-parse-status): Upcase status-att for servers that sends them
14813         lower-case (e.g., MS Exchange 2007).
14814
14815 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14818         function.
14819
14820         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14821         (gnus-uu-yenc-article): New function.
14822
14823         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14824
14825         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14826
14827 2007-12-02  Glenn Morris  <rgm@gnu.org>
14828
14829         * binhex.el (binhex): New custom group.
14830         (binhex-decoder-program, binhex-decoder-switches)
14831         (binhex-use-external): Move to the binhex custom group.
14832
14833         * uudecode.el (uudecode): New custom group.
14834         (uudecode-decoder-program, uudecode-decoder-switches)
14835         (uudecode-use-external): Move to the uudecode custom group.
14836
14837         * netrc.el (top-level): Don't load `encrypt' features.
14838         (netrc-parse): Don't use encrypt.
14839         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14840
14841         * encrypt.el: Remove file.
14842
14843 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14846         matches on patches.
14847
14848         * gnus-art.el (gnus-article-browse-html-article):
14849         Mention `mm-text-html-renderer' in the doc string.
14850
14851         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14852         string.  Add comments.
14853
14854         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14855         if rhs is ASCII.
14856
14857 2007-12-01  Glenn Morris  <rgm@gnu.org>
14858
14859         * mail-source.el (top-level): Require format-spec before
14860         eval-when-compile.
14861
14862 2007-11-30  Glenn Morris  <rgm@gnu.org>
14863
14864         * encrypt.el: Require password, rather than autoloading password-read.
14865
14866 2007-11-29  Glenn Morris  <rgm@gnu.org>
14867
14868         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14869         (sasl-make-client, sasl-next-step, sasl-step-data)
14870         (sasl-step-set-data): Declare as functions.
14871
14872 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14873
14874         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14875
14876 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14877
14878         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14879         certs should be verified and what is to be done in the event of a
14880         verification failure.
14881
14882         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14883         caller can indicate whether the cache should be disregarded for this
14884         call.  This way the result of the call is reproducible at all times and
14885         can be considered a canonical server name for the supplied method.
14886         (gnus-agent-method-p): Canonicalize server names by pushing their
14887         method through `gnus-method-to-server' using the no-cache argument.
14888
14889         * gnus-srvr.el (gnus-server-insert-server-line):
14890         Call `gnus-method-to-server' with `no-cache' argument.
14891
14892         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14893         gnus-agent-possibly-synchronize-flags as this should be called when the
14894         server is actually being opened.
14895         (gnus-agent-possibly-synchronize-flags)
14896         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14897         flags file of an agentized server to the latter function.
14898
14899         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14900         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14901         after a connection has been established successfully.
14902
14903 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-art.el (article-display-face): Force to display face if called
14906         interactively; check if gnus-article-x-face-too-ugly matches author.
14907         (article-display-x-face): Display face even if From header is missing
14908         as article-display-face does.
14909
14910 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14911
14912         * hashcash.el (message-narrow-to-headers-or-head)
14913         (message-fetch-field, message-goto-eoh)
14914         (message-narrow-to-headers): Declare as functions.
14915
14916 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14917
14918         * mail-source.el (mail-sources): Default to fetch from file for
14919         compatibility with default of nnmail-spool-file.
14920
14921 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14924         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14925         to look for encoded word that should be encoded again.
14926         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14927         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14928         encoding pattern.
14929         (rfc2047-decode-region): Switch strict regexp and loose one according
14930         to rfc2047-allow-irregular-q-encoded-words.
14931
14932 2007-11-25  Romain Francoise  <romain@orebokech.com>
14933
14934         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14935
14936 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * tls.el (tls-program): Provide more custom choices from
14939         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14940         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14941
14942 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14945         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14946
14947         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14948         `nnmail-spool-file'.
14949
14950         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14951         `nnmail-spool-file'.
14952
14953         * gnus-move.el (gnus-change-server): Ditto.
14954
14955         * gnus-kill.el (gnus-batch-score): Ditto.
14956
14957         * gnus-cache.el (gnus-jog-cache): Ditto.
14958
14959         * gnus-msg.el (gnus-summary-reply):
14960         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14961
14962 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14965         version.  Minor improvement to doc strings.
14966         (tls-program): Add comment.
14967
14968 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14969
14970         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14971         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14972         mismatch between the hostname provided in the certificate and the name
14973         of the host connnecting to.
14974         (open-tls-stream): Use them.  Check certificates against trusted root
14975         certificates.
14976
14977 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-cache.el (gnus-cache-generate-nov-databases):
14980         Use nnml-generate-nov-databases-directory instead of
14981         nnml-generate-nov-databases-1.
14982
14983 2007-11-24  Glenn Morris  <rgm@gnu.org>
14984
14985         * message.el (message-tool-bar-retro): Update for rename
14986         mail_send.xpm->mail-send.xpm.
14987
14988 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14989
14990         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14991         `smime-ldap-search' for Emacs 22 and up.
14992
14993 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14994
14995         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14996
14997         * message.el (message-send-mail-function): Fix error convention.
14998         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14999         (message-widen-reply, message-send-mail, message-talkative-question)
15000         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15001         (message-clone-locals, message-send-news): Use with-current-buffer.
15002         (message-insert-or-toggle-importance): Remove unused var `valid'.
15003         (message-make-references): Remove unused var `new-references'.
15004         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15005
15006 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15007
15008         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15009         (spam-split-symbolic-return-positive): Reflow docstring.
15010         (spam-backends, spam-summary-exit-behavior)
15011         (spam-mark-ham-unread-before-move-from-spam-group)
15012         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15013         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15014         (spam-clear-cache, spam-backend-check, spam-install-backend)
15015         (spam-install-statistical-backend, spam-list-of-processors)
15016         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15017         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15018         (spam-check-crm114, spam-initialize, spam-unload-hook):
15019         Fix typos in docstrings.
15020
15021 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15024         been checked if they have never been read and those group levels are
15025         higher than the one that a user specified.
15026
15027 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15030         foreign groups unless a group level is specified by a user.
15031         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15032
15033 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * message.el (message-send-mail-function): Require sendmail.
15036
15037 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * message.el (message-send-mail-function): Check for smtpmail too.
15040
15041         * utf7.el (utf7-encode, utf7-decode): Use coding system
15042         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15043
15044         * message.el (message-send-mail-function): New function.
15045         (message-send-mail-function): Set default using
15046         message-send-mail-function.  Adjust doc string.
15047         (message-send-mail-with-mailclient): New function.
15048
15049 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15050
15051         * smime.el (from):
15052         * rfc2047.el (message-posting-charset):
15053         * qp.el (mm-use-ultra-safe-encoding):
15054         * pop3.el (parse-time-months):
15055         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15056         * nnml.el (files):
15057         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15058         (jka-compr-compression-info-list, ange-ftp-path-format)
15059         (efs-path-regexp):
15060         * nndiary.el (files):
15061         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15062         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15063         (epg-digest-algorithm-alist, inhibit-redisplay)
15064         (password-cache-expiry):
15065         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15066         (pgg-output-buffer, password-cache-expiry):
15067         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15068         (efs-path-regexp):
15069         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15070         (inhibit-redisplay):
15071         * mm-uu.el (file-name, start-point, end-point, entry)
15072         (gnus-newsgroup-name, gnus-newsgroup-charset):
15073         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15074         (latin-unity-ucs-list):
15075         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15076         (mm-uu-binhex-decode-function):
15077         * message.el (gnus-message-group-art, gnus-list-identifiers)
15078         (rmail-enable-mime-composing, gnus-local-organization)
15079         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15080         (gnus-read-active-file, facemenu-add-face-function)
15081         (facemenu-remove-face-function, gnus-article-decoded-p)
15082         (tool-bar-mode):
15083         * mail-source.el (display-time-mail-function):
15084         * gnus-util.el (nnmail-pathname-coding-system)
15085         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15086         (gnus-original-article-buffer, gnus-user-agent)
15087         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15088         (xemacs-codename, sxemacs-codename, emacs-program-version):
15089         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15090         * gnus-start.el (gnus-agent-covered-methods)
15091         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15092         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15093         (gnus-newsgroup-headers, gnus-group-list-mode)
15094         (gnus-group-mark-positions, gnus-newsgroup-data)
15095         (gnus-newsgroup-unreads, nnoo-state-alist)
15096         (gnus-current-select-method, mail-sources)
15097         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15098         (nnmail-spool-file, gnus-cache-active-hashtb):
15099         * gnus-mh.el (mh-lib-progs):
15100         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15101         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15102         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15103         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15104         (gnus-group-buffer):
15105         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15106         (font-lock-set-defaults):
15107         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15108         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15109         (gnus-summary-post-menu, total-parts, type, condition, length):
15110         * gnus-agent.el (gnus-agent-read-agentview):
15111         * flow-fill.el (show-trailing-whitespace):
15112         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15113         eval-and-compile wrappers for byte compiler pacifiers.
15114
15115         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15116         (mm-display-inline-fontify): Check for featurep 'xemacs not
15117         extent-list.
15118
15119         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15120         itimer-list.
15121         (mm-create-image-xemacs): Only do something for XEmacs.
15122         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15123
15124         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15125
15126         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15127         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15128
15129 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15130
15131         * nnimap.el (nnimap-split-download-body):
15132         * gnus-demon.el (gnus-demon):
15133         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15134
15135 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15138         New macros.
15139         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15140         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15141         copy data from unibyte buffer to multibyte current buffer.
15142         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15143         to copy data from unibyte current buffer to multibyte buffer.
15144         (nntp-make-process-buffer): Make process buffer unibyte.
15145
15146         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15147
15148 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15149
15150         * pop3.el (pop3-open-server): Accept and process data more robustly at
15151         connection start to avoid spurious "POP SSL connection failed" errors.
15152
15153 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15156         read group names.
15157
15158 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15161
15162 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15165         (nnmail-save-active): Use a unibyte buffer when saving active file,
15166         which may contain non-ASCII group names.
15167
15168         * nnml.el (nnml-request-group): Decode group names in messages.
15169
15170 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * message.el (message-citation-line-function)
15173         (message-insert-formatted-citation-line): Fix spelling of
15174         `message-insert-formated-citation-line'.
15175
15176 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15179
15180 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15183         nnmail-pathname-coding-system.
15184
15185         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15186         that a user enters; decode group names in messages.
15187
15188         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15189
15190 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15193
15194         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15195
15196         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15197         risky local variable.
15198
15199         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15200
15201 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15202
15203         * encrypt.el: Improve documentation to fix function name typo.
15204         Reported by Daiki Ueno <ueno@unixuser.org>.
15205
15206 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15209         even if the point is not in the last page of an article.
15210         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15211         back to the previous page.
15212
15213 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15216
15217 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15220
15221 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15222
15223         * message.el (message-check-news-body-syntax):
15224         Avoid mm-string-as-multibyte.
15225         (message-hide-headers): Don't assume (point-min)==1.
15226
15227 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * message.el (message-remove-blank-cited-lines): Fix if remove is
15230         given.
15231         (message-bogus-address-regexp): New variable.
15232         (message-bogus-recipient-p): New function.
15233         (message-check-recipients): New command.
15234         (message-syntax-checks): Add `bogus-recipient'.
15235         (message-fix-before-sending): Add `bogus-recipient'.
15236
15237         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15238         (gnus-treat-body-boundary): Don't test window-system.
15239
15240 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15241
15242         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15243
15244 2007-10-28  Miles Bader  <miles@gnu.org>
15245
15246         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15247         at compile-time too.
15248
15249 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-msg.el (gnus-message-setup-hook):
15252         Add `message-remove-blank-cited-lines' to options.
15253
15254 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15255
15256         * message.el (message-remove-blank-cited-lines): New function.
15257         Suggested by Karl Plästerer.
15258
15259 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15262         mapc.
15263
15264         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15265         (top-level): Use mapc to set functions to be traced for debugging.
15266
15267         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15268         called for effect with while loop.
15269
15270         * message.el (message-talkative-question): Replace mapcar called for
15271         effect with mapc.
15272
15273         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15274         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15275         called for effect with dolist.
15276
15277         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15278
15279         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15280         gnus-extra-headers and nnmail-extra-headers.
15281
15282         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15283         called for effect with dolist.
15284         (top-level): Use mapc to set functions to be traced for debugging.
15285
15286         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15287         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15288         dolist.
15289
15290         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15291         Replace mapcar called for effect with mapc.
15292         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15293         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15294         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15295         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15296
15297         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15298         remove-if that's a cl function.
15299
15300         * webmail.el (webmail-debug): Replace mapcar called for effect with
15301         dolist.
15302
15303         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15304         with mapc.
15305
15306 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15309         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15310         with while loop.
15311
15312         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15313         functions from article-* functions.
15314         (gnus-multi-decode-header): Replace mapcar called for effect with
15315         dolist.
15316
15317         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15318         (gnus-bookmark-show-details): Replace mapcar called for effect with
15319         while loop.
15320
15321         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15322         called for effect with while loop.
15323
15324         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15325         with dolist.
15326
15327         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15328         Replace mapcar called for effect with dolist.
15329
15330         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15331
15332         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15333         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15334         Replace mapcar called for effect with dolist.
15335         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15336         mapc.
15337
15338         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15339         Replace mapcar called for effect with dolist.
15340         (gnus-topic-list): Replace mapcar called for effect with mapc.
15341
15342         * gnus.el: Use mapc instead of mapcar to add autoloads.
15343
15344 2007-10-23  Richard Stallman  <rms@gnu.org>
15345
15346         * gnus-group.el (gnus-group-highlight): Mark as risky.
15347
15348 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus.el (gnus-server-to-method): Return method found first in
15351         gnus-newsrc-alist.
15352
15353         * gnus-art.el (gnus-article-highlight-signature)
15354         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15355         button overlay without the front stickiness.
15356
15357 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15358
15359         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15360         overview buffer needed a catch to receive its throw.
15361         (gnus-agent-flush-cache): Declare as interactive to make this function
15362         easier to use.
15363
15364 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15367         `next-line'.
15368
15369 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15372         exclude address matching message-dont-reply-to-names.
15373
15374 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-util.el (gnus-string<): New function.
15377
15378         * gnus-sum.el (gnus-article-sort-by-author)
15379         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15380
15381 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15384         the frame-focus tag is set in gnus-buffer-configuration.
15385
15386 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15389         the front stickiness.
15390
15391 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15394         url pattern; remove duplicate one.
15395         (gnus-article-extend-url-button): New function.
15396         (gnus-article-add-buttons): Use it.
15397         (gnus-button-push): Use concatenated url that it makes.
15398
15399 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15400
15401         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15402
15403 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15404
15405         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15406         Don't hardcode point-min==1.
15407
15408 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15411         Fix comment about "iso8859-1".
15412
15413 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15414
15415         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15416         ones returned from the verify-function.
15417
15418         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15419         Call mml2015-extract-cleartext-signature if extraction failed.
15420
15421 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15422
15423         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15424         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15425         failed.
15426
15427 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15428
15429         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15430
15431 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15434         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15435         recommends to use EasyPG instead of PGG.
15436
15437         * pgg.el: Revert to revision 6.23.2.16.
15438
15439         * pgg-def.el: Revert to revision 6.6.2.14.
15440
15441         * pgg-gpg.el: Revert to revision 6.23.2.34.
15442
15443 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15446         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15447         thread for both the null and zero (kill/expire thread) universal prefix
15448         cases.
15449         (gnus-summary-expire-thread): Add new function to expire a thread,
15450         using gnus-summary-kill-thread.
15451         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15452         shortcuts for gnus-summary-expire-thread.
15453         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15454         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15455
15456 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15459         extras value, so an extras entry can be deleted.
15460         (gnus-registry-delete-extra-entry): Use it.
15461         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15462         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15463         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15464         storage through the gnus-registry, and provide an appropriate API for
15465         it.
15466
15467 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15470         Suggested by Leo <sdl.web@gmail.com>.
15471
15472         * gnus.el: Do.
15473
15474 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15477         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15478
15479         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15480
15481         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15482         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15483
15484 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15487         newline.
15488         (nnmbox-request-accept-article): Don't change article in source buffer;
15489         narrow to header to use message-fetch-field rather than
15490         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15491         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15492         as delimiters; make sure article ends with newline.
15493         (nnmbox-delete-mail): Correct last position of article to be deleted;
15494         ignore X-Gnus-Newsgroup header in article body.
15495         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15496         positions; make sure article ends with newline.
15497
15498         * message.el (message-display-abbrev): Don't infloop when a user
15499         inserts SPC in the beginning of header.
15500
15501         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15502         coding-system-for-read and coding-system-for-write for XEmacs having no
15503         file-coding feature.
15504
15505         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15506
15507 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15510         list of groups not followed by default.  Fix type to be regexp.
15511         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15512
15513 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15514
15515         * hmac-def.el (define-hmac-function): Switch from old-style to
15516         new-style backquotes.
15517
15518         * md4.el (md4-make-step): Likewise.
15519
15520 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15523         raw-text coding system when saving .newsrc file, which may contain
15524         non-ASCII group names.
15525
15526 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * gnus-cus.el (gnus-score-extra): New widget.
15529         (gnus-score-extra-convert): New function.
15530         (gnus-score-customize): Use it for Extra.
15531
15532 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15533
15534         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15535         (mml2015-mailcrypt-clear-verify): Use it.
15536         (mml2015-gpg-clear-verify): Use it.
15537         (mml2015-pgg-clear-verify): Use it.
15538         (mml2015-epg-clear-verify): Replace the current part with the output
15539         from GnuPG; don't extract the plaintext by itself.
15540
15541         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15542         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15543         mml2015-clear-verify-function; don't touch the armor headers or
15544         dash-escaped text here.
15545
15546 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15549         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15550         parts, or application/octet-stream as a last resort.
15551         (gnus-mime-view-part-as-type): Don't toggle display.
15552         (gnus-mime-view-part-as-charset): Don't turn off display before
15553         querying charset.
15554
15555         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15556         stuff to undisplayer function in Emacs.
15557         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15558
15559         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15560         text/calendar parts.
15561
15562 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15565         decoding text/calendar parts.
15566
15567         * message.el (message-forward-make-body-mime): Always mark body as
15568         having no illegible text; remove signed-or-encrypted argument.
15569         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15570
15571         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15572         (mml-generate-mime-1): Don't encode body if it is specified to be in
15573         raw form; don't make buffer be unibyte when inserting multibyte string.
15574
15575 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15576
15577         * sha1.el: Fix up comment style.
15578         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15579         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15580
15581         * hex-util.el: Fix up comment style.
15582         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15583
15584         * gnus-salt.el: Use with-current-buffer.
15585         (gnus-pick-setup-message): Fix long-standing typo.
15586
15587 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * imap.el (imap-logout-timeout): New variable.
15590         (imap-logout, imap-logout-wait): New functions.
15591         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15592
15593         * nnimap.el (nnimap-logout-timeout): New server variable.
15594         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15595         nnimap-logout-timeout.
15596
15597         * gnus-art.el (gnus-article-summary-command-nosave)
15598         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15599
15600 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus.el (gnus-maximum-newsgroup): New variable.
15603
15604         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15605         according to gnus-maximum-newsgroup.
15606
15607         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15608         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15609         Limit the range of articles according to gnus-maximum-newsgroup.
15610
15611 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15612
15613         * gnus-art.el (gnus-sticky-article): Fix problems described in
15614         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15615         Don't perform gnus-configure-windows here; reuse existing sticky
15616         article buffer.
15617
15618         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15619         it doesn't exist in gnus-article-mode.
15620
15621 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15624         (gnus-agent-decoded-group-name): New function.
15625         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15626         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15627
15628 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15629
15630         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15631         Add binding for gnus-sticky-article.
15632         (gnus-summary-exit): Don't kill sticky article buffers.
15633
15634         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15635         article buffer.
15636         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15637         (gnus-kill-sticky-article-buffers): New commands.
15638
15639 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * nntp.el (nntp-xref-number-is-evil): New server variable.
15642         (nntp-find-group-and-number): If it is non-nil, don't trust article
15643         numbers in the Xref header.
15644
15645 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * gnus-agent.el (gnus-agent-read-group): New function.
15648         (gnus-agent-flush-group, gnus-agent-expire-group)
15649         (gnus-agent-regenerate-group): Use it.
15650         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15651         nnmail-pathname-coding-system.
15652
15653 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15656
15657         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15658         that are unread as unread, and also as selected so that information of
15659         marks having been changed by a user may be updated when exiting group.
15660
15661 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15664
15665 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15668         calculated ignoring signature parts to gnus-treat-article.
15669
15670 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15673         a point here in order to keep the window start.
15674         (gnus-insert-mime-security-button): Make a button overlay without the
15675         front stickiness.
15676         (gnus-mime-display-security): Goto the end of a button.
15677
15678         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15679
15680 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15683         group-name-at-point.
15684         (gnus-group-completing-read): New function that offers decoded
15685         non-ASCII group names for completion.
15686         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15687         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15688         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15689         (gnus-group-fetch-control): Use it.
15690         (gnus-fetch-group): Use group-name-at-point for the initial value
15691         rather than the default value; use gnus-alive-p.
15692
15693         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15694         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15695         (gnus-summary-post-news): Use gnus-group-completing-read.
15696
15697         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15698         (gnus-read-move-group-name): Decode group name for completion.
15699
15700 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15701
15702         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15703         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15704         Yamaoka slightly modified the code).
15705
15706 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15709         (nnmail-split-incoming): Bind it.
15710
15711         * nnml.el (nnml-group-name-charset): New function.
15712         (nnml-decoded-group-name): Use it; don't decode group name if
15713         nnmail-group-names-not-encoded-p is non-nil.
15714         (nnml-encoded-group-name): New function.
15715         (nnml-group-pathname): Inline nnml-decoded-group-name.
15716         (nnml-request-expire-articles): Decode group name in message.
15717         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15718         nnmail-pathname-coding-system.
15719         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15720         not decoded ones according to nnmail-group-names-not-encoded-p.
15721         (nnml-generate-active-info): Use nnml-encoded-group-name.
15722
15723 2007-08-08  Glenn Morris  <rgm@gnu.org>
15724
15725         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15726         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15727         doc-strings and comments.
15728
15729 2007-07-25  Glenn Morris  <rgm@gnu.org>
15730
15731         * Relicense all FSF files to GPLv3 or later.
15732
15733 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-sum.el (gnus-summary-move-article):
15736         Make gnus-summary-respool-article work.
15737
15738 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15741         string.
15742
15743 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15744
15745         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15746         that should be ignored when comparing distant RSS articles with local
15747         ones.
15748         (nnrss-make-hash-index): New function.  Create a hash index according
15749         to the ignored fields.
15750         (nnrss-check-group): Use it.
15751
15752 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15755
15756         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15757
15758         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15759         the new optional argument ENCODED is non-nil.
15760         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15761         coding system for encoding group name.
15762         (gnus-group-make-rss-group): Pass un-encoded group name to
15763         gnus-group-make-group.
15764         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15765         encoded.
15766
15767         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15768         Encode group name to which articles are moved or copied.
15769         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15770         coding system for encoding Newsgroup, Followup-To and Xref headers.
15771
15772         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15773         marks; use nnheader-file-coding-system to write a file.
15774         (nnagent-retrieve-headers): Bind file-name-coding-system to
15775         nnmail-pathname-coding-system.
15776
15777         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15778
15779         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15780         (nnml-request-article, nnml-request-create-group)
15781         (nnml-request-rename-group, nnml-find-id)
15782         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15783         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15784         (nnml-save-marks): Use nnml-group-pathname instead of
15785         nnmail-group-pathname.
15786
15787         (nnml-request-create-group, nnml-request-expire-articles)
15788         (nnml-request-move-article, nnml-request-delete-group)
15789         (nnml-deletable-article-p, nnml-possibly-create-directory)
15790         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15791         (nnml-open-marks): Bind file-name-coding-system to
15792         nnmail-pathname-coding-system.
15793
15794         (nnml-request-article): Pass server argument to nnml-find-group-number.
15795         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15796         Pass server argument to nnml-possibly-create-directory.
15797         (nnml-request-accept-article): Pass server argument to
15798         nnml-active-number and nnml-save-mail.
15799         (nnml-find-group-number): Pass server argument to nnml-find-id.
15800         (nnml-request-update-info): Pass server argument to
15801         nnml-marks-changed-p.
15802
15803         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15804         (nnml-save-mail, nnml-active-number): Add server argument.
15805
15806         (nnml-request-delete-group): Warn if group is missing.
15807         (nnml-get-nov-buffer): Decode group name.
15808         (nnml-generate-active-info): Encode group name.
15809         (nnml-open-marks): Decode group name in messages.
15810
15811 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15814         if it is not specified.
15815         (gnus-article-pipe-part, gnus-article-save-part)
15816         (gnus-article-interactively-view-part, gnus-article-copy-part)
15817         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15818         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15819         (gnus-article-replace-part, gnus-article-delete-part)
15820         (gnus-article-view-part-as-type): Pass raw prefix argument to
15821         gnus-article-part-wrapper.
15822
15823 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-agent.el (gnus-agent-save-active):
15826         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15827
15828         * gnus-cache.el (gnus-cache-save-buffers)
15829         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15830         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15831         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15832         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15833         (gnus-cache-generate-active, gnus-cache-rename-group)
15834         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15835         (gnus-cache-update-overview-total-fetched-for):
15836         Bind file-name-coding-system to nnmail-pathname-coding-system.
15837         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15838         New variables.
15839         (gnus-cache-decoded-group-name): New function.
15840         (gnus-cache-file-name): Use it.
15841         (gnus-cache-generate-active): Use non-decoded group name for active.
15842
15843         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15844         right place.
15845         (gnus-write-active-file): Don't break non-ASCII group names.
15846
15847         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15848         nnmail-pathname-coding-system.
15849
15850         * lpath.el: Bind default-file-name-coding-system,
15851         file-name-coding-system and language-info-alist for XEmacs.
15852
15853         * gnus-uu.el (gnus-uu-decode-save): Typo.
15854
15855 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15858
15859 2007-07-14  David Kastrup  <dak@gnu.org>
15860
15861         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15862         finishing actions if we did not edit the article.
15863
15864 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15867         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15868         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15869         (gnus-agent-flush-group, gnus-agent-flush-cache)
15870         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15871         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15872         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15873         (gnus-agent-regenerate-group)
15874         (gnus-agent-update-files-total-fetched-for)
15875         (gnus-agent-update-view-total-fetched-for):
15876         Bind file-name-coding-system to nnmail-pathname-coding-system.
15877         (gnus-agent-group-pathname): Don't encode file names by
15878         nnmail-pathname-coding-system.
15879         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15880         coding-system-for-write instead of buffer-file-coding-system to
15881         gnus-agent-file-coding-system.
15882
15883         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15884         Decode group name.
15885
15886         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15887
15888         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15889         (gnus-read-newsrc-el-file): Make group names unibyte.
15890
15891         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15892         nnmail-pathname-coding-system.
15893
15894         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15895         (nnrss-request-delete-group): Bind file-name-coding-system to
15896         nnmail-pathname-coding-system.
15897         (nnrss-read-server-data, nnrss-read-group-data):
15898         Bind file-name-coding-system correctly.
15899         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15900
15901         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15902         (nntp-server-to-method-cache): New variable.
15903         (nntp-group-pathname): New function that decodes non-ASCII group names.
15904         (nntp-possibly-create-directory, nntp-marks-changed-p)
15905         (nntp-save-marks, nntp-open-marks): Use it.
15906         (nntp-possibly-create-directory, nntp-open-marks):
15907         Bind file-name-coding-system to nnmail-pathname-coding-system.
15908         (nntp-open-marks): Decode group names when bootstrapping marks.
15909
15910         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15911         Newsgroups and Followup-To headers.
15912
15913 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15916         (gnus-server-closed-face, gnus-server-denied-face)
15917         (gnus-server-offline-face): Remove variable.
15918         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15919
15920         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15921         of modifying message-stack directly for XEmacs.
15922
15923         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15924         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15925         if the coding-system argument is nil for XEmacs.
15926
15927         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15928         mm-charset-override-alist.
15929
15930         * rfc2047.el: Don't require base64; require rfc2045 for the function
15931         rfc2045-encode-string.
15932         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15933         to quote the parameter value.
15934
15935 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15938         form in gnus-group-name-charset-method-alist.
15939
15940         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15941         overrides the default layout edit-form.
15942
15943         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15944
15945         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15946
15947 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15950         as unfetched articles.
15951
15952 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15955
15956 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15959         original back end that keeps marks in the local system.
15960
15961 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15964         arg of pop-to-buffer for XEmacs.
15965         (gnus-article-read-summary-keys): Ditto; don't restore window
15966         configuration if summary command ends up with neither article buffer
15967         nor summary buffer; describe bindings if summary keys end with C-h.
15968
15969 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * message.el (message-fix-before-sending): Skip raw message part to be
15972         forwarded while checking illegible text.
15973         (message-forward-make-body-mime, message-forward-make-body):
15974         Mark signed or encrypted raw message as having no illegible text.
15975
15976 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15979         (gnus-message-with-timestamp-1): New macro.
15980         (gnus-message-with-timestamp): New function.
15981         (gnus-message): Use them.
15982
15983         * nnheader.el (nnheader-message): Use them.
15984
15985 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15986
15987         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15988         .newsrc.eld file.
15989
15990 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-agent.el (gnus-agent-fetch-headers)
15993         (gnus-agent-retrieve-headers):
15994         Bind gnus-decode-encoded-address-function to identity.
15995
15996         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15997         available also when the server returns simply a dot.
15998
15999         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16000
16001 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16004
16005 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus-ems.el (gnus-x-splash): Make it work.
16008
16009         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16010         from being used.
16011
16012         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16013
16014 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16017         4th and the 5th arguments.
16018
16019         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16020         the front stickiness.
16021         (gnus-article-summary-command-nosave): Correct the order of the
16022         arguments passed to pop-to-buffer.
16023         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16024         summary command ends up with the article buffer.
16025
16026         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16027         the same faces.
16028
16029 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16030
16031         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16032
16033 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16034
16035         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16036         * gnus-sum.el (gnus-summary-highlight):
16037         * pgg.el (pgg-sign-region, pgg-sign):
16038         * mail-source.el (mail-source-delete-old-incoming-confirm):
16039         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16040
16041 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-art.el (gnus-mime-view-part-externally)
16044         (gnus-mime-view-part-internally): Fix predicate function passed to
16045         completing-read.
16046
16047         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16048
16049         * gnus.el (gnus-update-message-archive-method): Add :version.
16050
16051 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus.el (gnus-update-message-archive-method): New variable.
16054
16055         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16056         according to gnus-message-archive-method if
16057         gnus-update-message-archive-method is non-nil.
16058
16059 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16062         Suggested by Loic Dachary <loic@dachary.org>.
16063         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16064
16065 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * message.el (message-pop-to-buffer): Add switch-function argument.
16068         (message-mail): Pass switch-function argument to it.
16069
16070 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16071
16072         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16073         Improve doc string.
16074
16075 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16078         (gnus-header-content):
16079         * gnus-cite.el (gnus-cite-10):
16080         * gnus-srvr.el (gnus-server-closed):
16081         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16082         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16083         (gnus-group-mail-3-empty, gnus-group-mail-low)
16084         (gnus-group-mail-low-empty, gnus-splash):
16085         * message.el (message-header-to, message-header-cc)
16086         (message-header-subject, message-header-other, message-header-name)
16087         (message-header-xheader, message-separator, message-cited-text)
16088         (message-mml): Lighten colors of faces used for dark background.
16089
16090 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16091
16092         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16093         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16094
16095 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * message.el (message-narrow-to-headers-or-head):
16098         Ignore mail-header-separator in the body.
16099
16100 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16103         same as window size.
16104
16105 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16106
16107         * message.el (message-font-lock-keywords): Use message-header-xheader
16108         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16109         ahead of the anything pattern, to get it recognized.
16110
16111 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16114         spam.el loads uses it in the compiled defadvice form.
16115
16116 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16117
16118         * gnus-sum.el (gnus-articles-to-read)
16119         (gnus-summary-insert-old-articles): Don't truncate group name for
16120         `read-string'.
16121
16122         * gnus-util.el (gnus-limit-string): Delete this function.
16123
16124         * gnus-sum.el (gnus-simplify-subject-fully):
16125         Use `truncate-string-to-width' instead.
16126
16127 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16128
16129         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16130         Tell if, on summary exit, the next group has to be selected.
16131         (gnus-summary-exit): Use it.
16132
16133 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16136         non-break space.
16137
16138 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16141         Check if group is not a directory.
16142         (nnfolder-request-expire-articles): Don't delete articles if the target
16143         group is not available.
16144
16145         * nnml.el (nnml-request-create-group): Properly check if group is not a
16146         file.
16147         (nnml-request-expire-articles): Don't delete articles if the target
16148         group is not available.
16149
16150         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16151         Don't quote characters that are within parentheses.
16152
16153 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16156         (gnus-handle-ephemeral-exit): Select article according to it.
16157
16158 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * message.el (message-insert-formated-citation-line): Remove newline.
16161         (message-citation-line-format): Add final \n here so that the user can
16162         avoid a blank line.
16163
16164 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16165
16166         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16167         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16168         Update lanl/arXiv support.
16169
16170 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * gnus.el: Bump version number.
16173
16174 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16175
16176         * gnus.el (gnus-version-number): Bump version.
16177
16178 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16179
16180         * gnus.el: No Gnus v0.6 is released.
16181
16182 2007-04-27  Didier Verna  <didier@xemacs.org>
16183
16184         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16185         * gmm-utils.el (gmm-regexp-concat): ... here.
16186         * message.el: Don't require 'gnus-util.
16187         (message-dont-reply-to-names): Handle name change above.
16188         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16189
16190 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16193         since the initial value varies according to the system.
16194
16195 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16198
16199 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16200
16201         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16202
16203 2007-04-24  Didier Verna  <didier@xemacs.org>
16204
16205         Improve the type of gnus-ignored-from-addresses.
16206         * gnus-util.el (gnus-orify-regexp): New function.
16207         * message.el (gnus-util): Require it.
16208         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16209         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16210         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16211
16212 2007-04-24  Didier Verna  <didier@xemacs.org>
16213
16214         * gnus-sum.el:
16215         * gnus-utils.el: Fix some trailing whitespaces.
16216
16217 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16220         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16221         article's Message-ID; refer parent article in summary buffer.
16222
16223         * message.el (message-bounce): Call mime-to-mml.
16224
16225         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16226         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16227         optimize and/or forms properly.
16228
16229 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16232         URL.
16233
16234 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16237
16238 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16241         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16242         displayed of multipart/alternative part if it is invoked from summary
16243         buffer.
16244
16245         * mm-view.el (mm-inline-text-html-render-with-w3m)
16246         (mm-inline-text-html-render-with-w3m-standalone)
16247         (mm-inline-render-with-function): Use mail-parse-charset by default.
16248
16249 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16250
16251         * parse-time.el (parse-time-string-chars): Check if CHAR
16252         is less than the length of parse-time-syntax.
16253
16254 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16257         from gnus-newsgroup-processable.
16258
16259 2007-04-16  Didier Verna  <didier@xemacs.org>
16260
16261         * gnus-msg.el (gnus-configure-posting-styles):
16262         Handle message-signature-directory properly with :file syntax.
16263         Reported by "Leo".
16264
16265 2007-04-11  Didier Verna  <didier@xemacs.org>
16266
16267         New user option: message-signature-directory.
16268         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16269         * message.el (message-insert-signature): Ditto.
16270         * message.el (message-signature-file): Doc update.
16271         * message.el (message-signature-directory): New.
16272
16273 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-msg.el (gnus-inews-yank-articles):
16276         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16277
16278 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * message.el (message-yank-original): Make sure cited text ends with
16281         newline; don't exchange point and mark.
16282
16283 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16284
16285         * tls.el (open-tls-stream): Properly handle case where there
16286         is no associated buffer.
16287
16288 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16289
16290         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16291         message-yank-original, make sure (< mark TEXT point).
16292
16293 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * message.el (message-fill-column): New variable.
16296         (message-mode): Use it.  Add comment on a possible new hook.
16297
16298         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16299         (nnmail-get-new-mail): Reformat.
16300
16301         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16302
16303         * gmm-utils.el: Fix Commentary.
16304         (gmm-tool-bar-from-list): Fix typo in doc string.
16305
16306 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16307
16308         * message.el (message-yank-original): Don't switch point and mark
16309         unnecessarily to put point and mark as documented.
16310
16311 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16314         from the message heads.
16315
16316 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16317
16318         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16319         article buffer does not have a window.  This may not be the best
16320         solution but is certainly better than setting the start of the null,
16321         that is the current, window.
16322
16323 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16326         (gnus-draft-setup): Run it.
16327
16328         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16329         gnus-score-fast-scoring.  Allow regexp.
16330         (gnus-score-headers): Use it.
16331
16332         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16333         XEmacs.
16334
16335         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16336         string.
16337         (gnus-button-alist): Also catch `<f1> k ...'.
16338         (gnus-treat-display-x-face): Fix doc string.
16339
16340 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16341
16342         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16343         evaluation of gnus-extended-version to ensure correct generation of the
16344         User-Agent header when message-generate-headers-first is used.
16345
16346 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16347
16348         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16349         hashcash-path is nil.  Don't call callback with incorrect number of
16350         parameters if val is 0.
16351
16352 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16353
16354         * message.el (message-required-news-headers):
16355         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16356
16357 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16358
16359         * tls.el (open-tls-stream): In handshake-waiting loop,
16360         don't wait more if there is output available to process.
16361
16362 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16363
16364         * tls.el (tls-program): Doc fix.
16365
16366 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * message.el (message-generate-new-buffers): Change the meaning of the
16369         nil value; add `standard' to the choices; treat t as `unique'; improve
16370         doc string.
16371         (gnus-select-frame-set-input-focus): Autoload.
16372         (message-buffer-name): Search for the existing message buffer if
16373         message-generate-new-buffers is nil or `standard'; treat the value t of
16374         message-generate-new-buffers as `unique'.
16375         (message-pop-to-buffer): Raise the frame already displaying the message
16376         buffer; clear the echo area after querying.
16377         (message-setup): Pass the `continue' argument to compose-mail.
16378         (message-mail): Prefer `switch-function' if it is given; search for the
16379         existing message buffer if the `continue' argument is non-nil; pass
16380         continue and switch-function arguments to compose-mail by way of
16381         message-setup.
16382         (message-mail-other-window): Adjust argument of message-setup.
16383         (message-mail-other-frame): Ditto.
16384
16385 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16388         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16389         to turn font-lock on when turning gnus-message-citation-mode on.
16390
16391 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16392
16393         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16394         (mml-smime-function-alist): New variable; add epg as the backend.
16395         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16396         mml-smime- functions instead.
16397         * mm-view.el: Require smime.
16398
16399 2007-03-05  Didier Verna  <didier@xemacs.org>
16400
16401         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16402         instead of just inheritance for posting styles.
16403         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16404
16405 2007-02-24  Chris Moore  <dooglus@gmail.com>
16406
16407         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16408         * pgg-pgp.el (pgg-pgp-encrypt-region):
16409         * pgg-gpg.el (pgg-gpg-encrypt-region):
16410         Check pgg-encrypt-for-me if no other recipients.
16411
16412 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16413
16414         * tls.el (tls-certtool-program): Fix custom type.
16415
16416 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16419         and point-at-eol instead of line-(beginning|end)-position.
16420
16421         * assistant.el (assistant-parse-buffer): Ditto.
16422
16423         * netrc.el (netrc-parse-services): Ditto.
16424
16425 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16426
16427         * mml2015.el (mml2015-epg-find-usable-key): New function.
16428         (mml2015-epg-sign): Use it.
16429         (mml2015-epg-encrypt): Use it.
16430
16431 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * message.el (message-make-in-reply-to): Quote name containing
16434         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16435         if there are special characters.  Reported by NAKAJI Hiroyuki
16436         <nakaji@jp.freebsd.org>.
16437
16438 2007-02-27  Didier Verna  <didier@xemacs.org>
16439
16440         Include the group parameters as well as the topic ones in the
16441         inheritance filter process.
16442         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16443         argument GROUP-PARAMS-LIST.
16444         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16445
16446 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * nntp.el (nntp-never-echoes-commands)
16449         (nntp-open-connection-functions-never-echo-commands): New variables.
16450         (nntp-send-command): Use them.
16451
16452 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16453
16454         * mml2015.el (mml2015-epg-verify): Simplify.
16455
16456 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * mml.el (mml-content-disposition-alist): New user option.
16459         (mml-content-disposition): New function.
16460         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16461         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16462
16463 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16464
16465         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16466         verification.
16467
16468 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16469
16470         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16471         articles posted in the last 24 hours.
16472
16473 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16474
16475         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16476
16477 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16478
16479         * nntp.el (nntp-send-command): Don't wait for echoes when
16480         nntp-open-ssl-stream is used.
16481
16482 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16485         (gnus-message-add-citation-keywords)
16486         (gnus-message-remove-citation-keywords): Remove.
16487         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16488         directly, make the variables in font-lock-defaults buffer-local, add
16489         gnus-message-citation-keywords to them and then update the value of
16490         font-lock-keywords.
16491
16492 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * message.el (message-cite-original-1): Don't call
16495         gnus-article-highlight-citation.
16496
16497         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16498         citations; fix line count.
16499
16500 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16503         (gnus-message-add-citation-keywords)
16504         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16505         versions of font-lock-add-keywords and font-lock-remove-keywords to
16506         work with XEmacs correctly.
16507
16508 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-cite.el (gnus-cite-face-list): Set the values of
16511         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16512         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16513         (gnus-message-cite-prefix-regexp): New variable.
16514         (gnus-message-search-citation-line): Use it; protect against long
16515         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16516         the 0th match data for Emacs.
16517         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16518         (gnus-message-add-citation-keywords): Append keywords rather than
16519         prepending; emulate font-lock-add-keywords if it is not available.
16520         (gnus-message-remove-citation-keywords):
16521         Emulate font-lock-remove-keywords if it is not available.
16522
16523         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16524
16525         * message.el (message-cite-prefix-regexp): Set the value of
16526         gnus-message-cite-prefix-regexp.
16527
16528 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16529
16530         * nnweb.el (nnweb-google-parse-1): Update parser.
16531
16532 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16533
16534         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16535
16536 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16537
16538         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16539         regexp.
16540
16541 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16544         string-to-multibyte.
16545         (uudecode-decode-region-internal): Use it.
16546
16547         * lpath.el: Fbind string-as-multibyte for XEmacs.
16548
16549 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16552         Fix custom choice.
16553
16554         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16555
16556 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16557
16558         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16559
16560         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16561         `write-region' to respect `mm-inhibit-file-name-handlers'.
16562
16563 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16564
16565         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16566         Use gnus-home-directory instead of "~/" or "$HOME".
16567
16568 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16569
16570         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16571         to mention filename.
16572         Add comments at beginning regarding usage.
16573         (encrypt-write-file-contents): Change interactive so a string is
16574         acceptable.  If the file has no associated model, show an error instead
16575         of a nonsense prompt.
16576
16577 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16578
16579         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16580         Thanks to Yoshihiko Yamada for kind notification of this typo.
16581
16582 2007-01-12  Kenichi Handa  <handa@m17n.org>
16583
16584         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16585         multibyte buffer.
16586
16587 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * gnus-score.el (gnus-score-fast-scoring): New variable.
16590         (gnus-score-headers): Use it.
16591
16592         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16593
16594         * message.el (message-cite-original-1):
16595         Call gnus-article-highlight-citation if requested.
16596         (message-make-from): Allow name and address as optional arguments.
16597
16598         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16599
16600         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16601         bugs to doc string.
16602         (gnus-button-alist): Add mid\\|message-id.
16603         (gnus-button-fetch-group): Extend for use in
16604         `browse-url-browser-function'.
16605         (gnus-button-url-regexp): Try to catch paired parentheses like in
16606         Wikipedia URLs.
16607
16608         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16609         Suggested by Simon Krahnke <overlord@gmx.li>.
16610
16611 2007-01-13  Romain Francoise  <romain@orebokech.com>
16612
16613         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16614         Update copyright.
16615
16616 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16617
16618         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16619
16620 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16621
16622         * gnus-registry.el (gnus-registry-unfollowed-groups)
16623         (gnus-registry-split-fancy-with-parent): Fix documentation.
16624
16625 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16626
16627         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16628         from nnweb groups.
16629
16630 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16631
16632         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16633         Xref urls.  Erase buffer before requesting head.
16634
16635         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16636
16637 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16638
16639         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16640         customizable.
16641
16642 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16643
16644         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16645         no signing key is found.
16646         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16647         no encrypting and/or signing key is found.
16648
16649 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16652
16653 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16654
16655         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16656         headers read from disk with the ones newly found in the current search.
16657         This should no longer cause problems, because the article numbers in
16658         Gmane's `nov.php' output are ignored since the previous change.
16659
16660 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16661
16662         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16663
16664 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16667         replace-regexp-in-string; bind url-version; fbind display-images-p and
16668         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16669         find-face and set-itimer-function for Emacs; bind itimer-list for
16670         Emacs.
16671
16672         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16673
16674 2007-01-01  Romain Francoise  <romain@orebokech.com>
16675
16676         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16677
16678 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16679
16680         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16681         `define-minor-mode' macro definition expanded properly.
16682         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16683         exclude it there.
16684
16685         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16686         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16687         `fboundp' test.
16688         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16689         This is OK to autoload in (S)XEmacs now.
16690
16691 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16694         keystroke.
16695         (gnus-summary-limit-to-singletons): Fix typo.
16696
16697         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16698         else fails.
16699
16700 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16701
16702         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16703         docstring.
16704
16705         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16706         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16707         (gnus-summary-insert-dormant-articles): Fix typo in message.
16708
16709 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16712         nil for XEmacs.
16713         (gnus-message-citation-mode): Don't autoload in XEmacs.
16714
16715         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16716
16717 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16718
16719         * nnimap.el (nnimap-expunge-search-string):
16720         Mention nnimap-search-uids-not-since-is-evil in docstring.
16721
16722 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * spam.el: Revert to make-obsolete-variable because
16725         define-obsolete-variable-alias is not supported in Emacs 21.
16726
16727         * spam.el (spam-ifile-path, spam-ifile-database-path)
16728         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16729         make-obsolete-variable.
16730         (spam-bsfilter-path, spam-bsfilter-program)
16731         (spam-spamassassin-path, spam-spamassassin-program)
16732         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16733         Don't use "path" inappropriately.
16734         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16735         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16736         variable names.
16737
16738 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16739
16740         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16741         summary buffer.
16742
16743         * password.el (password-cache-remove): Use clear-string to burn
16744         password, if available.
16745
16746 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16749
16750         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16751
16752         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16753         (gnus-message-highlight-citation): Move defcustom here from
16754         gnus-cite.el.
16755         (gnus-message-citation-mode): Autoload.
16756
16757         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16758         checks to make it compile with XEmacs.
16759         (gnus-message-citation-mode): New minor mode.
16760         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16761         (gnus-message-highlight-citation): New variables.
16762         (gnus-message-search-citation-line)
16763         (gnus-message-add-citation-keywords)
16764         (gnus-message-remove-citation-keywords)
16765         (turn-on-gnus-message-citation-mode)
16766         (turn-off-gnus-message-citation-mode): New functions.
16767
16768 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16769
16770         * gnus-cite.el: Enable highlighting of different citation levels in
16771         message-mode.
16772
16773 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16774
16775         * message.el (message-make-fqdn): Fix comment.
16776         (message-bogus-system-names): Add ".local".
16777
16778         * spam.el (spam-ifile-path, spam-ifile-program)
16779         (spam-ifile-database-path, spam-ifile-database)
16780         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16781         Don't use "path" inappropriately.
16782         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16783         strings.
16784         (spam-check-ifile, spam-ifile-register-with-ifile)
16785         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16786         Use new variable names.
16787
16788         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16789         (gnus-treat-display-smileys): Simplify using
16790         gnus-image-type-available-p.
16791
16792         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16793         available.
16794
16795         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16796         Use `display-images-p' if available.
16797
16798 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16801         one after turning on the buffer's multibyteness instead of decoding
16802         them directly in the unibyte buffer that causes unexpected conversion
16803         in Emacs 23 (unicode).
16804
16805 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16806
16807         * message.el (message-generate-hashcash): Fix custom type.
16808
16809 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16812
16813 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16816         disconnect icons.  Add help text.
16817
16818 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16819
16820         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16821         negated to be consistent with the others we handle.
16822
16823 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16824
16825         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16826         version of gnus-summary-buffer to something, so that we can use two
16827         article buffers at the same time.
16828
16829 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16832         trigger all the extra headers.
16833         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16834         sorting.
16835
16836 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16837
16838         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16839         solid groups.
16840
16841 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16842
16843         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16844
16845 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16846
16847         * legacy-gnus-agent.el: Add Copyright notice.
16848
16849 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16850
16851         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16852
16853 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16854
16855         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16856
16857         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16858         to make it work reliably in CVS Emacs.
16859         (gnus-summary-limit-strange-charsets-predicate)
16860         (gnus-summary-limit-to-predicate): New functions.
16861
16862 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16863
16864         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16865         specifying array size.
16866         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16867         array if it is too small.
16868         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16869         (gnus-sort-threads-loop): New function.
16870
16871 2006-12-06  Chris Moore  <dooglus@gmail.com>
16872
16873         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16874         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16875
16876 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16877
16878         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16879         options.
16880
16881 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16882
16883         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16884         DOS-ing the recipient.
16885
16886         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16887         the headers when creating the mapping to avoid mismappings.
16888         (nnweb-gmane-create-mapping): Always nix out old mapping.
16889
16890 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16893         and mm-verify-option to never.
16894
16895 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * message.el (message-signed-or-encrypted-p): New function.
16898         (message-forward-make-body): Use it.
16899
16900         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16901         Replace encode-coding-string with mm-encode-coding-string.
16902
16903 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * nneething.el (nneething-decode-file-name):
16906         Replace decode-coding-string with mm-decode-coding-string.
16907
16908         * gnus-int.el (gnus-open-server): Say failed server's name.
16909
16910 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16911
16912         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16913         strings to a single string.  Quote `errors-file-name'.
16914         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16915         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16916         Adjust calls.  Use `shell-quote-argument'.
16917
16918 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16919
16920         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16921         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16922
16923         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16924         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16925         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16926         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16927         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16928         (gnus-subscribe-newsgroup, gnus-1):
16929         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16930         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16931         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16932         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16933
16934 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16935
16936         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16937         keystroke.
16938         (gnus-summary-limit-to-bodies): Implement headersp.
16939
16940 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16941
16942         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16943
16944 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16947
16948 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16949
16950         * message.el (message-generate-hashcash): Expand range of values to
16951         include `opportunistic'.
16952         (message-send-mail): Use it.
16953
16954 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16955
16956         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16957         and comment it.
16958
16959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16960
16961 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * gnus-util.el (gnus-extract-address-components): Improve comment.
16964
16965 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-util.el (gnus-extract-address-components): Work with address in
16968         which the name portion contains @.
16969
16970         * lpath.el: Fbind custom-autoload.
16971
16972 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16973
16974         * gnus.el (gnus-start): Move custom group up.
16975         (gnus-select-method): Don't autoload, but make it available for
16976         `customize-variable'.
16977         (gnus-getenv-nntpserver): Don't autoload.
16978
16979 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16980
16981         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16982
16983 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * message.el (message-sendmail-extra-arguments): New variable.
16986         (message-send-mail-with-sendmail): Use it.
16987
16988 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16991         mm-with-unibyte-current-buffer to make string unibyte.
16992
16993         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16994         mm-string-as-multibyte.
16995
16996 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16997
16998         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16999         Reported by Werner Koch <wk@gnupg.org>.
17000
17001 2006-11-14  Daiki Ueno  <ueno@p360>
17002
17003         * mml2015.el: Autoload epa-select-keys when compiling.
17004
17005 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17006
17007         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17008         message-options.
17009         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17010
17011 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17012
17013         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17014         EasyPG (< 0.0.6).
17015         (mml2015-always-trust): New user option.
17016         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17017         prompt.
17018
17019 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * nntp.el (nntp-authinfo-force): New variable.
17022         (nntp-send-authinfo): Use it.
17023
17024 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17025
17026         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17027         decode encoded words.  Improve prompt.  Add comment about forwarding.
17028         (message-replacement-char): Move up.
17029
17030 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17031
17032         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17033         instead of gnus-intersection because arguments of gnus-sorted-nunion
17034         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17035
17036 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17039         (message-simplify-subject-functions):
17040         Enable message-strip-subject-encoded-words by default.
17041
17042 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17043
17044         * message.el (message-strip-subject-encoded-words): New function.
17045         (message-simplify-subject-functions): New variable.
17046         (message-simplify-subject): Use it.  Fix typo in doc string.
17047         Support message-strip-subject-encoded-words.
17048
17049 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17050
17051         * gnus-diary.el (gnus-diary-delay-format-function):
17052         * nndiary.el (nndiary-reminders):
17053         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17054
17055 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17056
17057         * gnus-art.el (article-hide-boring-headers): Fetch date from
17058         gnus-original-article-buffer to avoid problems with localized date
17059         strings.
17060
17061 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17064
17065 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17068         New variables.
17069         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17070         (mm-charset-synonym-alist): Move some entries to
17071         mm-codepage-iso-8859-list.
17072         (mm-charset-synonym-alist, mm-charset-override-alist):
17073         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17074
17075 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17078
17079 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17080
17081         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17082         with Emacs 21 and XEmacs.
17083
17084 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17085
17086         * spam.el (spam-parse-address): New function for better parsing,
17087         catching errors, etc.
17088         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17089
17090 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17091
17092         * mm-view.el: Add interactive arg to html2text autoload.
17093
17094 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17097
17098 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17101         New variables.
17102         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17103         (mm-charset-synonym-alist): Move some entries to
17104         mm-codepage-iso-8859-list.
17105
17106         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17107
17108 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17109
17110         * message.el (message-citation-line-format)
17111         (message-insert-formated-citation-line): Fix implementation of %E, %N
17112         and %n according to the doc string.
17113
17114 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17115
17116         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17117         Use car-safe to avoid bad parses.
17118
17119 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17122         names.
17123
17124         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17125
17126 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17129         header.
17130
17131         * message.el (message-draft-headers): Add Date.
17132         (message-headers-to-generate): Fix typo in docstring.
17133
17134         * nndraft.el (nndraft-required-headers): New variable.
17135         (nndraft-generate-headers): Use it.
17136
17137         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17138
17139 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17140
17141         * gnus-registry.el (gnus-registry-wash-for-keywords)
17142         (gnus-registry-find-keywords): New functions to allow easy searching of
17143         articles that are in the registry.
17144
17145 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17148         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17149         Reported by Damien Elmes <damien@repose.cx>.
17150
17151 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * gnus.el (gnus-mime): Remove unused custom group.
17154
17155 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17156
17157         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17158         "blank line" when searching for end of armor headers.
17159
17160 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * gmm-utils.el (gmm-write-region): Fix variable name.
17163
17164 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * gmm-utils.el (gmm-write-region): New function based on compatibility
17167         code from `mm-make-temp-file'.
17168
17169         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17170
17171         * nnmaildir.el (nnmaildir--update-nov)
17172         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17173         Use `gmm-write-region'.
17174
17175 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17178         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17179
17180         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17181
17182         * message.el (message-replacement-char): New variable.
17183         (message-fix-before-sending): Use it.
17184         (message-simplify-subject): New function to remove duplicate code.
17185         (message-reply, message-followup): Use it.
17186
17187         * gnus-sum.el (gnus-summary-make-menu-bar):
17188         Clarify gnus-summary-limit-to-articles.
17189
17190 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * gnus-util.el (gnus-with-local-quit): New macro.
17193
17194         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17195
17196 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17199         ignore non-string data.
17200
17201 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17202
17203         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17204         non-string data (needs to be done in the registry too).
17205
17206 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17207
17208         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17209         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17210         (gnus-registry-split-fancy-with-parent)
17211         (gnus-registry-fetch-simplified-message-subject-fast)
17212         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17213         Remove text properties on ingress into the registry and when it's saved.
17214         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17215         registry from entries with no groups.
17216
17217 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17218
17219         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17220         function to remove string properties.
17221
17222 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gmm-utils.el (gmm): Adjust custom version.
17225
17226         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17227         Adjust custom version.
17228
17229         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17230
17231 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * gnus-art.el (gnus-insert-prev-page-button)
17234         (gnus-insert-next-page-button): Simplify.  Reformat.
17235
17236 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17237
17238         * gnus-art.el (gnus-insert-prev-page-button)
17239         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17240
17241 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17242
17243         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17244
17245 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17246
17247         * gnus-art.el (gnus-insert-mime-button)
17248         (gnus-insert-mime-security-button):
17249         Apply gnus-article-button-face to MIME and security buttons.
17250
17251 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17254         readable.
17255
17256 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17259
17260 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17261
17262         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17263         `browse-url-of-file' instead of `browse-url'.
17264
17265 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17266
17267         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17268         regexp.  Articles containing quotation were cut prematurely.
17269
17270 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * message.el (message-cite-original-1): Use nobody by default for the
17273         value of From header.
17274         (message-reply): Ditto.
17275
17276 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17277
17278         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17279         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17280         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17281
17282 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17283
17284         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17285         mails in the doc string.  Add some URLs in comment.
17286         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17287
17288 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17291         backslashes handling and the way to find boundaries of quoted strings.
17292
17293 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17294
17295         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17296         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17297         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17298         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17299
17300 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17303         doc string.
17304         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17305
17306 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * lpath.el: Fbind epg-check-configuration.
17309
17310 2006-09-06  Simon Josefsson  <jas@extundo.com>
17311
17312         * mml2015.el (mml2015-use): Doc fix, mention epg.
17313
17314 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17315
17316         * mml2015.el (mml2015-use): Default to epg, if available.
17317
17318 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17319
17320         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17321         message-sender.
17322         (mml1991-epg-encrypt): Ditto.
17323         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17324         message-sender.
17325         (mml2015-epg-encrypt): Ditto.
17326
17327 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17328
17329         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17330         several common directories.
17331
17332 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17333
17334         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17335         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17336
17337 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * gnus-art.el (article-decode-encoded-words): Make it fast.
17340
17341 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17344
17345         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17346         in quoted string into `\'.
17347
17348 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17351         Use standard-syntax-table.
17352
17353 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * gnus-art.el (gnus-decode-address-function): New variable.
17356         (article-decode-encoded-words): Use it to decode headers which are
17357         assumed to contain addresses.
17358         (gnus-mime-delete-part): Remove useless `or'.
17359
17360         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17361         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17362         (gnus-nov-parse-line): Use it to decode From header.
17363         (gnus-get-newsgroup-headers): Ditto.
17364         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17365
17366         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17367         (mail-decode-encoded-address-string): New alias.
17368
17369         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17370         New function.
17371         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17372         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17373         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17374         (rfc2047-decode-string): Ditto.
17375         (rfc2047-decode-address-region): New function.
17376         (rfc2047-decode-address-string): New function.
17377
17378 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * message.el (message-caesar-buffer-body): Allow rotating headers.
17381
17382         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17383
17384         * message.el (message-insert-formated-citation-line): Fix %f.
17385         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17386
17387 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17390         (gnus-bookmark-mouse-available-p): New macro.
17391         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17392         (gnus-bookmark-bmenu-show-infos): Use it.
17393         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17394         (gnus-bookmark-bmenu-hide-infos): Ditto.
17395         (gnus-bookmark-remove-properties): New function.
17396         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17397         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17398         (gnus-bookmark-write-file): Bind coding-system-for-write.
17399         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17400         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17401         group before selecting it.
17402         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17403         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17404         quit-window if it is not available; use gnus-mouse-2 and bind it to
17405         gnus-bookmark-bmenu-select-by-mouse.
17406         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17407         (gnus-bookmark-bmenu-select-by-mouse): New function.
17408
17409 2006-08-13  Romain Francoise  <romain@orebokech.com>
17410
17411         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17412         space.
17413
17414 2006-08-10  Romain Francoise  <romain@orebokech.com>
17415
17416         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17417         (dns-mode-soa-auto-increment-serial): New user option.
17418         (dns-mode-soa-maybe-increment-serial): New function.
17419         (dns-mode): Add the latter to `write-contents-functions'.
17420
17421 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * compface.el (uncompface): Use binary rather than raw-text-unix.
17424
17425 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * compface.el (uncompface): Make sure the eol conversion doesn't take
17428         place when communicating with the external programs.
17429         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17430
17431 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17434
17435 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17436
17437         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17438         Make it more robust by parsing author and date independently.
17439
17440 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17443
17444 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17445
17446         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17447         first matching secret key.
17448         (mml2015-epg-encrypt): Ditto.
17449
17450         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17451         first matching secret key.
17452         (mml1991-epg-encrypt): Ditto.
17453
17454         * mml2015.el (mml2015-encrypt-to-self): New user option.
17455         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17456         mml2015-epg-encrypt-to-self is set.
17457
17458         * mml1991.el (mml1991-encrypt-to-self): New variable.
17459         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17460         mml1991-epg-encrypt-to-self is set.
17461
17462         * mml2015.el (mml2015-signers): New user option.
17463         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17464         (mml2015-epg-encrypt): Allow to select signing keys.
17465
17466         * mml1991.el (mml1991-signers): New variable.
17467         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17468         (mml1991-epg-encrypt): Allow to select signing keys.
17469
17470 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * nnheader.el (nnheader-insert-head): Make it work even if the file
17473         uses CRLF for the line-break code.
17474
17475 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17476
17477         * mml2015.el: Require mml-sec instead of password.
17478         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17479         (mml2015-cache-passphrase): Inherit the default value from
17480         mml-secure-cache-passphrase.
17481         (mml2015-passphrase-cache-expiry): Inherit the default value from
17482         mml-secure-passphrase-cache-expiry.
17483
17484         * mml1991.el: Require mml-sec instead of password.
17485         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17486         (mml1991-cache-passphrase): Inherit the default value from
17487         mml-secure-cache-passphrase.
17488         (mml1991-passphrase-cache-expiry): Inherit the default value from
17489         mml-secure-passphrase-cache-expiry.
17490
17491         * mml-sec.el: Require password.
17492         (mml-secure-verbose): New user option.
17493         (mml-secure-cache-passphrase): New user option.
17494         (mml-secure-passphrase-cache-expiry): New user option.
17495
17496 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17497             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17498
17499         * pgg-def.el (pgg-truncate-key-identifier):
17500         Truncate the key ID to 8 letters from the end.
17501
17502 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17503
17504         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17505         workaround for the url package included with Emacs.
17506
17507         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17508
17509 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17512         correctly.  This fixes a bug caused by the 2006-05-12 change.
17513
17514 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17515
17516         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17517         some information about the error when saying that the `bogus' mail
17518         group will be used.
17519
17520 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17521
17522         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17523         string.
17524
17525 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17526
17527         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17528
17529 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17530
17531         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17532
17533 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17534
17535         * mml1991.el (mml1991-function-alist): Add epg.
17536         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17537         (mml1991-epg-encrypt): New functions.
17538
17539 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17540
17541         * mml2015.el (mml2015-verbose): New variable.
17542         (mml2015-cache-passphrase): Ditto.
17543         (mml2015-passphrase-cache-expiry): Ditto.
17544         (mml2015-function-alist): Add epg.
17545         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17546         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17547         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17548         New functions.
17549
17550 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17551
17552         * message.el (message-cite-original-1): Preserve region when removing
17553         quoted text due to X-No-Archive in order to avoid bogus attribution
17554         when citing multiple messages.
17555
17556 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17557
17558         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17559         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17560
17561 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17562
17563         * gnus-diary.el (gnus-user-format-function-d)
17564         (gnus-user-format-function-D): Autoload.
17565
17566         * imap.el (Commentary): Fix typo.
17567
17568         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17569         2006-04-22 contribution.
17570
17571 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17572
17573         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17574         It didn't really fix the bogosity I'm seeing with solid web groups.
17575
17576 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17577
17578         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17579         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17580         created using server names.  If we use the feature without declaring
17581         it, Gnus does not properly manage server and group state.
17582
17583         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17584         bound.
17585
17586 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17587
17588         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17589         looking up the method using GROUP's prefix before inventing a new one.
17590         It is used on killed/unknown groups in various places where returning
17591         an all-new method isn't expected by the caller.
17592
17593         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17594         and match semantics of gnus-group-real-prefix.
17595
17596 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17597
17598         * nnmail.el (nnmail-broken-references-mailers): New variable.
17599         (nnmail-ignore-broken-references): New function generalizing
17600         nnmail-fix-eudora-headers.
17601         (nnmail-fix-eudora-headers): Now obsolete.
17602
17603         * gnus-art.el (gnus-button-handle-custom):
17604         Support `customize-apropos*'.
17605
17606 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607
17608         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17609
17610         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17611         articles.
17612
17613 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * message.el (message-cite-reply-above): New variable.
17616         (message-yank-original): Use it.
17617
17618 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17621
17622 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17625         as read.
17626
17627         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17628
17629 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17630
17631         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17632         (gnus-bookmark-default-file): Use gnus-directory.
17633         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17634         Remove "*" in doc string.
17635         (gnus-bookmark-write-file): Simplify.
17636         (gnus-bookmark-maybe-sort-alist): Use `when'.
17637         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17638         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17639         Add FIXME about Emacs 21 and XEmacs compatibility.
17640         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17641         compatibility.
17642         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17643         compatibility.
17644         (gnus-bookmark-menu-heading): Fix version.
17645
17646 2006-06-19  Bastien Guerry  <bzg@altern.org>
17647
17648         * gnus-bookmark.el: New file.
17649
17650 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * message.el (message-syntax-checks): Doc fix.
17653
17654 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17655
17656         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17657         unsubscribed groups as if they were killed ones.  It causes duplicate
17658         entries in gnus-newsrc-alist.
17659
17660 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * message.el (message-syntax-checks): Doc fix.
17663         (message-send-mail): Add check for continuation headers.
17664         (message-check-news-header-syntax): Fix regexp used to check for
17665         continuation headers.
17666
17667 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17670
17671 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17674
17675 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17678         default-truncate-lines.
17679
17680 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17683         to fill the utf-8 entry.
17684
17685         * lpath.el: Fbind unicode-precedence-list.
17686
17687 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17688
17689         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17690
17691 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17692
17693         * gnus-agent.el (directory-files-and-attributes): Move all the way
17694         forward (the third and final move).
17695         (gnus-agent-read-agentview): Trap reconstruction errors due to
17696         nonexistent directory.  Handle by returning nil.
17697
17698 2006-05-30  Didier Verna  <didier@xemacs.org>
17699
17700         * message.el (message-dont-reply-to-names): Update the custom type.
17701         * message.el (message-dont-reply-to-names): New defsubst: potentially
17702         convert a list of regexps into a single one.
17703         * message.el (message-get-reply-headers): Use it.
17704         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17705
17706 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * gnus-agent.el (directory-files-and-attributes): Move forward.
17709
17710 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * gnus-ml.el (gnus-mailing-list-subscribe)
17713         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17714         (gnus-mailing-list-message): Fix doc strings.
17715
17716 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17717
17718         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17719         of doing it manually.
17720
17721 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17722
17723         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17724         comment.
17725
17726 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17727
17728         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17729         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17730         (gnus-agent-read-local): All symbols allocated in my-obarray.
17731         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17732         (gnus-agent-regenerate-group): Check numeric names to see if they are
17733         messages or groups.
17734         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17735         better way of do this...)
17736
17737         * gnus-cache.el (gnus-agent-total-fetched-for):
17738         Ignore 'dummy.group' (there should be a better way of do this...)
17739
17740 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17741
17742         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17743         (gnus-saved-headers): Ditto.
17744         (gnus-default-article-saver): Mention functions may have properties.
17745         (gnus-article-save): Override gnus-save-all-headers and
17746         gnus-saved-headers by :headers property which saver function may have.
17747         (gnus-summary-save-in-file): Add :headers property.
17748         (gnus-summary-write-to-file): Ditto.
17749
17750         * gnus-sum.el (gnus-summary-save-article): Bind
17751         gnus-prompt-before-saving to t when saving many articles in a file;
17752         always show all headers.
17753
17754         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17755
17756 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17757
17758         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17759         marks.
17760
17761         * message.el (message-indent-citation): Add optional arguments to allow
17762         using it outside of message buffers.
17763
17764         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17765         (gnus-article-treat-unfold-headers): Use it.
17766         (gnus-article-truncate-lines): New variable.
17767         (gnus-article-mode): Use it.
17768         (gnus-article-toggle-truncate-lines): New function.
17769
17770         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17771         Add gnus-article-toggle-truncate-lines.
17772
17773         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17774         coding system in XEmacs, use binary.
17775
17776 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17779         after-load-alist.
17780
17781         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17782         this function should save decoded articles.
17783         (gnus-summary-write-to-file): Use property to specify this function
17784         should save decoded articles and specify gnus-summary-save-in-file
17785         should be used to save articles other than the first one when saving
17786         many articles.
17787         (gnus-summary-save-body-in-file): Use property to specify this
17788         function should save decoded articles.
17789         (gnus-summary-write-body-to-file): Use property to specify this
17790         function should save decoded articles and specify
17791         gnus-summary-save-body-in-file should be used to save articles other
17792         than the first one when saving many articles.
17793
17794         * gnus-sum.el (gnus-summary-save-article): Simplify.
17795
17796 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * gnus-art.el (gnus-default-article-saver):
17799         Add gnus-summary-write-body-to-file.
17800         (gnus-article-save-coding-system): Don't use coding system object
17801         in XEmacs.
17802         (gnus-read-save-file-name): Add optional `dir-var' argument which
17803         specifies directory in which files are saved; work even if optional
17804         `variable' argument is not specified.
17805         (gnus-summary-write-to-file): Read file name.
17806         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17807         (gnus-summary-write-body-to-file): New function.
17808
17809         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17810         (gnus-summary-local-variables): Add it.
17811         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17812         (gnus-summary-save-article): Remove optional `decode' argument;
17813         determine whether to decode articles by the value of
17814         gnus-default-article-saver; when saving many files using
17815         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17816         it first and use gnus-summary-save-in-file or
17817         gnus-summary-save-body-in-file thereafter unless
17818         gnus-prompt-before-saving is always; move point to article which
17819         will be saved.
17820         (gnus-summary-save-article-file): Revert.
17821         (gnus-summary-write-article-file): Revert.
17822         (gnus-summary-save-article-body-file): Revert.
17823         (gnus-summary-write-article-body-file): New function.
17824
17825 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * gnus-art.el (gnus-default-article-saver): Doc fix.
17828         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17829         from gnus-summary-save-article-coding-system, and default to a
17830         certain coding system.
17831         (gnus-output-to-file): Add coding cookie and encode text according
17832         to gnus-article-save-coding-system; don't use mm-append-to-file.
17833
17834         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17835         gnus-art.el and rename to gnus-article-save-coding-system.
17836         (gnus-summary-save-article): Require gnus-art; don't show all
17837         headers if it decodes articles; don't add coding cookie here;
17838         don't bind mm-text-coding-system-for-write.
17839         (gnus-summary-save-article-file): Save decoded articles.
17840         (gnus-summary-write-article-file): When saving many files, use
17841         gnus-summary-write-to-file first and gnus-summary-save-in-file
17842         thereafter unless gnus-prompt-before-saving is always.
17843         (gnus-summary-save-article-body-file): Save decoded articles.
17844
17845         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17846
17847 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17848
17849         * nnrss.el (nnrss-check-group): Bind hash-index.
17850
17851 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17852
17853         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17854         its hash index.  Store this hash in `nnrss-group-data'.
17855         (nnrss-read-group-data): Update accordingly.
17856
17857 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17858
17859         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17860         entry.
17861
17862         * gnus-sum.el (gnus-summary-make-menu-bar):
17863         Add gnus-article-browse-html-article.
17864
17865 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17866
17867         * gnus-sum.el (gnus-summary-mime-map):
17868         Add gnus-article-browse-html-article.
17869
17870         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17871
17872 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17873
17874         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17875         suitable coding systems in customize.
17876
17877 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17878
17879         * mail-source.el (mail-sources): Fix custom type.
17880
17881 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17882
17883         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17884         (gnus-summary-expire-articles-now): Shorten prompt.
17885
17886         * gmm-utils.el (wid-edit): Require.
17887         (defun-gmm): Rename from `gmm-defun-compat'.
17888         (gmm-image-search-load-path): Use it.
17889         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17890
17891 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-sum.el (gnus-summary-save-article-coding-system):
17894         New variable.
17895         (gnus-summary-save-article): Add optional `decode' argument.
17896         If it is set and gnus-summary-save-article-coding-system is non-nil,
17897         save decoded article.
17898         (gnus-summary-write-article-file): Save decoded article if
17899         gnus-summary-save-article-coding-system is non-nil.
17900
17901         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17902         type.
17903
17904 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17907
17908 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17911         first to test gnus-single-article-buffer which may be buffer-local.
17912
17913         * gnus-sum.el (gnus-summary-setup-buffer):
17914         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17915         group; make gnus-article-buffer, gnus-article-current, and
17916         gnus-original-article-buffer always buffer-local.
17917         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17918         group.
17919         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17920
17921 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17922
17923         * nnml.el (nnml-request-compact-group): Compressed files might not
17924         have .gz extension.
17925
17926 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17927
17928         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17929         (mm-copy-to-buffer): Use with-current-buffer.
17930         (mm-display-part): Simplify.
17931         (mm-inlinable-p): Add optional arg `type'.
17932
17933 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17934
17935         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17936         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17937         Try harder to show the attachment internally or externally using
17938         gnus-mime-view-part-as-type.
17939
17940 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * message.el (message-from-style, message-signature-separator)
17943         (message-user-organization-file, message-send-mail-function)
17944         (message-citation-line-function, message-yank-prefix)
17945         (message-indent-citation-function, message-signature)
17946         (message-signature-file, message-signature-insert-empty-line):
17947         Remove autoloads.
17948
17949         * gnus-art.el (gnus-buttonized-mime-types):
17950         Remove "multipart/signed".  Revert 2006-04-26 change.
17951
17952 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17953
17954         * gnus.el (gnus-version-number): Bump version.
17955
17956 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17957
17958         * gnus.el: No Gnus v0.5 is released.
17959
17960 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17961
17962         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17963         fetching articles by message-id.
17964
17965 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17966
17967         * message.el (hashcash): Require hashcash as normal.
17968
17969         * ecomplete.el (ecomplete-highlight-match-line):
17970         Use point-at-eol.
17971         (ecomplete-highlight-match-line): Use `highlight', because that
17972         face exists in both Emacs and XEmacs.
17973
17974         * message.el (message-display-abbrev): Use point-at-bol.
17975
17976         * mail-source.el: Don't require timer/timer-funcs.
17977
17978         * gnus-async.el: Ditto.
17979
17980         * password.el: Ditto.
17981
17982         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17983
17984         * mm-url.el: Ditto.
17985
17986         * gnus-xmas.el: Don't require timer-funcs.
17987
17988         * mm-util.el: Require timer/timer-funcs.
17989
17990 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17991
17992         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17993         Close.
17994
17995 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17998         unibyte after clear-decrypt function runs.
17999
18000         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18001         returns as a unibyte string.
18002
18003 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * lpath.el: Revert.
18006
18007         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18008         (pgg-gpg-process-sentinel): Revert.
18009
18010         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18011         (pgg-pgp-lookup-key): Revert.
18012
18013         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18014         (pgg-pgp5-lookup-key): Revert.
18015
18016         * pgg.el (pgg-fetch-key): Revert.
18017
18018 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * lpath.el: Fbind string-as-multibyte for XEmacs.
18021
18022         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18023         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18024         (mml1991-pgg-encrypt): Ditto.
18025
18026         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18027         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18028         a multibyte buffer.
18029
18030         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18031         (pgg-pgp-lookup-key): Ditto.
18032
18033         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18034         (pgg-pgp5-lookup-key): Ditto.
18035
18036         * pgg.el (pgg-fetch-key): Ditto.
18037
18038 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18039
18040         * message.el (message-user-organization-file): Check several
18041         locations of the organization file.
18042
18043         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18044         Add gnus-article-view-part-as-type.
18045
18046         * gnus-art.el (gnus-article-view-part-as-type): New function.
18047
18048         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18049         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18050
18051         * mml.el: Simplify autoload.
18052         (mml-mode): defvar dnd-protocol-alist instead of using
18053         symbol-value.
18054         (mml-default-directory): New variable.
18055         (mml-minibuffer-read-file): Use it.
18056         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18057
18058         * message.el (message-citation-line-format): New variable.
18059         (message-insert-formated-citation-line): New function.
18060         (message-citation-line-function):
18061         Add `message-insert-formated-citation-line' to custom type.
18062
18063         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18064         to doc string.
18065
18066         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18067         depending on mm-verify-option.
18068
18069 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18072         binding pgg-* variables; reimplement the section which prevents
18073         MIME header from being signed.
18074         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18075         pgg-text-mode; remove a blank line at the top of body.
18076
18077         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18078         lines at the top of body; use gnus-newsgroup-charset if there's no
18079         Charset header.
18080
18081 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * message.el (message-self-insert-commands): Doc fix.
18084
18085         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18086         (mm-uu-pgp-encrypted-test): Ditto.
18087         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18088         between header and body; return application/pgp-encrypted handle
18089         if decryption failed; decode decrypted body by charset.
18090
18091         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18092         element match to application/pgp-*.
18093
18094 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18095
18096         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18097         HTML.
18098
18099 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18100
18101         * mail-source.el (mail-source-call-script): Message the error
18102         string.
18103
18104 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18105
18106         * gnus-util.el (gnus-byte-compile): Use it.
18107
18108 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18109
18110         * gnus-util.el (kill-empty-logs): New function.
18111
18112 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18113
18114         * message.el (message-mail-alias-type): Doc fix.
18115         (message-mail-alias-type-p): New function.
18116         (message-send): Use it.
18117         (message-mode): Ditto.
18118         (message-strip-forbidden-properties): Ditto.
18119
18120         * ecomplete.el (ecomplete-database-file-coding-system):
18121         New variable.
18122         (ecomplete-save): Use it.
18123         (ecomplete-setup): Use it.
18124
18125 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * message.el (message-self-insert-commands): New variable.
18128         (message-strip-forbidden-properties): Use it.
18129
18130 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18131
18132         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18133         that doesn't make XEmacs choke.
18134
18135 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18136
18137         * gnus-util.el (gnus-replace-in-string):
18138         Prefer replace-regexp-in-string over of replace-in-string.
18139
18140 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * gnus-util.el (gnus-select-frame-set-input-focus):
18143         Use select-frame-set-input-focus if it is available in XEmacs; use
18144         definition defined in Emacs 22 for old Emacsen.
18145
18146         * dgnushack.el: Autoload unmorse-region for XEmacs.
18147
18148         * lpath.el: Bind cursor-in-non-selected-windows and
18149         select-frame-set-input-focus for XEmacs.
18150
18151 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18154
18155 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18156
18157         * gnus-registry.el (gnus-registry-cache-save): Remove text
18158         properties when saving via the temp buffer.
18159
18160 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18161
18162         * message.el (message-generate-hashcash): Honor custom type.
18163
18164 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18165
18166         * message.el (message-generate-hashcash): Default to non-nil when
18167         hashcash is found.
18168
18169         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18170         (gnus-refer-thread-limit): Increase default to 500.
18171
18172         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18173
18174         * flow-fill.el (fill-flowed): Allow delete-space.
18175
18176 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18177
18178         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18179         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18180         Remove autoloads.
18181
18182 2006-04-18  Simon Josefsson  <jas@extundo.com>
18183
18184         * message.el (message-generate-hashcash): Default to.
18185
18186 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18189         concatenating segments rather than before concatenating them.
18190
18191 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18192
18193         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18194
18195 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18196
18197         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18198
18199         * message.el (message-forward-make-body-plain):
18200         Allow message-forward-ignored-headers to be a list.
18201         (message-remove-ignored-headers): Factor out into function.
18202         (message-forward-make-body-mml): Use it.
18203
18204         * imap.el (imap-quote-specials): New function.
18205         (imap-login-auth): Quote specials.
18206
18207         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18208         (rfc2231-parse-string): Allow concatanation of parameters that
18209         aren't contiguous.  The test case is
18210           (mail-header-parse-content-type "message/external-body;
18211             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18212             access-type=LOCAL-FILE;
18213             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18214
18215 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18216
18217         * nntp.el (nntp-accept-process-output): Return the value of
18218         `nnheader-accept-process-output'.
18219
18220 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18221
18222         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18223         (gnus-button-alist): Recognize more diff formats.
18224         (gnus-button-patch): Strip directory.
18225
18226 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18229         Emacs 22 when setting focus.
18230
18231 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18232
18233         * gnus-art.el (gnus-article-treat-types): Do treatment of
18234         text/x-verbatim parts.
18235         (gnus-button-patch): New command.
18236
18237         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18238         addresses that contain invalid characters.
18239
18240 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18241
18242         * message.el (message-put-addresses-in-ecomplete):
18243         Use gnus-replace-in-string.
18244         (message-is-yours-p): Use the more correct
18245         mail-header-parse-address instead of
18246         mail-extract-address-components.
18247         (message-put-addresses-in-ecomplete): Fix typo.
18248
18249         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18250         keystroke.
18251
18252         * gnus-art.el (gnus-treatment-function-alist): Change order of
18253         newsgroups/generic header folding to avoid double-folding.
18254
18255         * message.el (message-hidden-headers): Add X-Draft-From.
18256
18257         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18258         New command.
18259         (gnus-summary-repeat-search-article-backward): New command.
18260
18261         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18262         groups in the parent topic.
18263
18264 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18265
18266         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18267         (spam-extra-header-to-number): Return the CRM114 number as a
18268         number instead of a string.
18269
18270 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18271
18272         * gnus-art.el (gnus-face-properties-alist): Move here from
18273         gnus-fun.
18274
18275         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18276
18277 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * message.el (message-strip-forbidden-properties): Only display on
18280         self-insert-command.
18281
18282         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18283         reindent.
18284         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18285
18286 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18287
18288         * smiley.el (smiley-style): Fix typo.
18289
18290 2006-03-23  Kenichi Handa  <handa@m17n.org>
18291
18292         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18293         instead of set-buffer-multibyte.
18294
18295 2006-03-23  Kenichi Handa  <handa@m17n.org>
18296
18297         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18298         buffer and then decode the buffer text if necessary.
18299         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18300         first, and after mm-encode-body, change the buffer to unibyte.
18301
18302 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18303
18304         * hashcash.el (hashcash-insert-payment-async-2):
18305         Use message-goto-eoh instead of doing it manually.
18306         (mail-add-payment): Use message-narrow-to-header instead of trying
18307         to do the same itself.
18308
18309         * message.el (message-hidden-headers): Add Face.
18310
18311         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18312         reparenting code.
18313         (gnus-summary-reparent-children): Refactored out code.
18314         (gnus-summary-thread-map): New keystroke.
18315         (gnus-summary-reparent-children): Make into command.
18316
18317         * smiley.el (smiley-style): Default to `medium' if using a large
18318         font.
18319
18320         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18321         does it itself.
18322
18323         * message.el (message-point-in-header-p): Simplify definition.
18324
18325 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18326
18327         * nnagent.el (nnagent-request-set-mark): Silence log file
18328         writing.
18329         (nnagent-request-set-mark): Use write-region instead of
18330         append-to-file.
18331
18332         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18333         strange select method.
18334
18335         * ecomplete.el (ecomplete-display-matches): Get highlightling
18336         right.
18337         (ecomplete-display-matches): Use literals.
18338         (ecomplete-display-matches): Disable message logging.
18339
18340         * message.el (message-display-abbrev): Small optimization.
18341
18342         * ecomplete.el (ecomplete-display-matches): Allow automatic
18343         display.
18344
18345         * message.el (message-strip-forbidden-properties):
18346         Display abbrevs.
18347         (message-display-abbrev): Get automatic display right.
18348
18349         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18350         keystrokes.
18351
18352 2006-04-13  Romain Francoise  <romain@orebokech.com>
18353
18354         TODO: Backport to v5-10!
18355
18356         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18357         Move here (and rename) from gnus-registry.el.
18358
18359         * gnus-registry.el: Require gnus-util.
18360         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18361
18362 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18363
18364         * gnus-group.el (gnus-group-catchup-current):
18365         Change if-then-else-if-then-else into cond.
18366         (gnus-group-catchup): Indent.
18367         (group-name-at-point): New function.
18368         (gnus-fetch-group): Provide default from thing at point.
18369
18370 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18371
18372         * message.el (message-display-abbrev): Fix regexp.
18373
18374         * ecomplete.el (ecomplete-highlight-match-line):
18375         Reimplement choosing.
18376         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18377         dead variables.
18378
18379         * message.el (message-newline-and-indent): Remove debugging.
18380         (message-display-abbrev): Use new implementation.
18381
18382 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18383
18384         * gnus-art.el (gnus-article-mode):
18385         Set cursor-in-non-selected-windows to nil.
18386
18387         * smiley.el: Revert previous change.
18388         (smiley-data-directory): defvar it before using it in the
18389         defcustom of `smiley-style'.
18390
18391 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18392
18393         * message.el (message-newline-and-indent): New function.
18394
18395         * ecomplete.el: Implement more bits.
18396
18397         * message.el (message-put-addresses-in-ecomplete): Clean up the
18398         string.
18399
18400         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18401
18402         * gnus-sum.el (gnus-summary-save-parts):
18403         Bind gnus-summary-save-parts-counter and use it to make unique file
18404         names.
18405
18406         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18407
18408         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18409         parameter to say whether to actually parse the individual
18410         addresses.
18411
18412         * message.el (message-put-addresses-in-ecomplete): New function.
18413         (ecomplete): Require.
18414         (message-mail-alias-type): Add ecomplete as an option.
18415
18416 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18417
18418         * flow-fill.el (fill-flowed): Remove trailing space from blank
18419         quoted lines.
18420
18421 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18422
18423         * smiley.el (smiley-style): Move definition later to avoid a
18424         compilation warning.
18425
18426 2006-04-12  Kenichi Handa  <handa@m17n.org>
18427
18428         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18429         buffer and then decode the buffer text if necessary.
18430         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18431         first, and after mm-encode-body, change the buffer to unibyte.
18432         Use mm-disable-multibyte instead of set-buffer-multibyte.
18433
18434 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18437         Content-Type header instead of Content-Disposition header.
18438         (gnus-mime-inline-part): Ditto.
18439         (gnus-mime-view-part-as-charset): Ignore charset that the part
18440         specifies.
18441
18442         * mm-decode.el (mm-display-part): Work with external parts and
18443         usual parts similarly.
18444
18445         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18446         instead of gnus-display-mime.
18447
18448         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18449         instead of with-temp-buffer.
18450
18451         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18452         tag to summarized topics part in order to encode non-ASCII text.
18453
18454 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18455
18456         * smiley.el (smiley-style): New variable.
18457         (smiley-directory): New function.
18458         (smiley-data-directory): Derive from `smiley-style' using
18459         `smiley-directory'.
18460         (smiley-regexp-alist): Add new entries.
18461
18462         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18463         (gnus-article-browse-delete-temp): Add :version.
18464
18465 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18466
18467         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18468         the sieve region.
18469
18470 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * gnus.el (gnus-version-number): Bump version.
18473
18474 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18475
18476         * gnus.el: No Gnus v0.4 is released.
18477
18478 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18479
18480         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18481         layout.
18482
18483         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18484         unknown charset.
18485
18486         * message.el (message-header-synonyms): Add Original-To to the
18487         default.
18488
18489         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18490         optional parameter.
18491
18492 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-fun.el (gnus): Require it for gnus-directory.
18495
18496 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18499
18500 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18501
18502         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18503
18504 2006-04-05  Simon Josefsson  <jas@extundo.com>
18505
18506         * password.el (password-reset): New function.
18507
18508 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18509
18510         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18511         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18512
18513 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18514
18515         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18516         Some whitespace was matched into the url, which broke browsing hits
18517         > 100 when mm-url-use-external was nil.
18518
18519 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18522         Check gnus-extra-headers for 'Newsgroups.
18523
18524         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18525         bound.
18526
18527 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18528
18529         * pgg-gpg.el: Clean up process buffers every time gpg processes
18530         complete.
18531
18532 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18533
18534         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18535         doc string.
18536
18537 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18538
18539         * pgg-gpg.el (pgg-gpg-process-filter)
18540         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18541
18542         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18543         lines, temporary fix.
18544
18545 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18548
18549 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18550
18551         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18552         default-enable-multibyte-characters.  This reverts the change from
18553         revision 6.17 which is no longer necessary because the passphrase
18554         is sent separately now.  GnuPG messages are unreadable under
18555         multibyte locales with default-enable-multibyte-characters set to
18556         nil.
18557
18558 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18559
18560         * message.el (message-tool-bar-gnome): Move "spell".
18561
18562 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18565         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18566         instead.
18567
18568 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18569
18570         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18571         Improve newsgroups handling for NNTP overviews which don't include
18572         Newsgroups.
18573
18574 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18575
18576         * message.el (message-resend): Bind message-generate-hashcash to nil.
18577
18578 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18579
18580         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18581         when searching for already-paid recipients.
18582
18583 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18584
18585         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18586         passphrases when it is not needed.
18587         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18588         passphrase stuff from gpg, should only be necessary when you use
18589         gpg with a smartcard.
18590
18591 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * mml.el (mml-insert-mime): Ignore cached contents of
18594         message/external-body part.
18595
18596         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18597         (mm-insert-part): Ditto.
18598
18599 2006-03-23  Simon Josefsson  <jas@extundo.com>
18600
18601         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18602         Reiner.
18603         (pgg-gpg-use-agent-p): Use it again.
18604
18605 2006-03-23  Simon Josefsson  <jas@extundo.com>
18606
18607         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18608         older emacsen.
18609         (pgg-gpg-use-agent-p): Don't use it.
18610
18611 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18614         if we can.
18615
18616 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18617
18618         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18619         (pgg-gpg-update-agent): New function.
18620         (pgg-gpg-use-agent-p): New function.
18621         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18622         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18623         (pgg-gpg-sign-region): Use it.
18624
18625 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18628         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18629
18630 2006-03-21  Simon Josefsson  <jas@extundo.com>
18631
18632         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18633         <wilde@sha-bang.de>.
18634         (pgg-gpg-use-agent): New variable.
18635         (pgg-gpg-process-region): Use it.
18636         (pgg-gpg-encrypt-region): Likewise.
18637         (pgg-gpg-encrypt-symmetric-region): Likewise.
18638         (pgg-gpg-decrypt-region): Likewise.
18639         (pgg-gpg-sign-region): Likewise.
18640         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18641
18642 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18643
18644         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18645
18646         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18647         Add comment on version.
18648
18649 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * smiley.el: Add missing test smiley.
18652
18653 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * mm-decode.el (mm-with-part): New macro.
18656         (mm-get-part): Use it; work with message/external-body as well.
18657         (mm-save-part): Treat name and filename equally.
18658
18659         * mm-extern.el (mm-extern-cache-contents): New function.
18660         (mm-inline-external-body): Use it; force the part to be displayed;
18661         move undisplayer added to the cached handle to the parent.
18662
18663         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18664         (gnus-mime-view-part-as-type): Work with message/external-body.
18665
18666         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18667
18668 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18669
18670         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18671         images in image-load-path.  [Sync with image.el, revision 1.60, in
18672         Emacs.]
18673
18674 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18677         path rather than symbol.  Always return list of directories.
18678         Guarantee that image directory comes first.  [Sync with image.el,
18679         revision 1.59, in Emacs.]
18680
18681         * message.el (message-make-tool-bar): Adjust to new API of
18682         `gmm-image-load-path-for-library'.
18683
18684         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18685
18686         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18687
18688 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18689
18690         * gnus-art.el (gnus-article-only-boring-p):
18691         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18692         intangible text.
18693         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18694
18695 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18696
18697         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18698         Use `defun' instead of `gmm-defun-compat'.
18699
18700 2006-03-14  Simon Josefsson  <jas@extundo.com>
18701
18702         * message.el (message-unique-id): Don't use message-number-base36
18703         if (user-uid) is a float.
18704         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18705
18706 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18709
18710         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18711         empty line between a part and a message part.
18712
18713 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * smiley.el: Add more test smileys.
18716         (smiley-data-directory, smiley-regexp-alist)
18717         (gnus-smiley-file-types): Fix doc strings.
18718         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18719         adding new elements.
18720         (smiley-mouse-map): Unused code.  Make it a comment.
18721
18722 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18725         scan latest NoCeM messages instead of old ones.
18726         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18727         delimiters that are recently used.
18728         (gnus-nocem-load-cache): Add autoload cookie.
18729
18730         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18731
18732         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18733         level which is larger than gnus-use-nocem is specified.
18734
18735         * gnus-group.el (gnus-group-get-new-news): Ditto.
18736
18737 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * gnus-util.el (gnus-tool-bar-update): New function.
18740
18741         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18742         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18743
18744         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18745
18746         * gnus-group.el (gnus-group-redraw-when-idle)
18747         (gnus-group-redraw-check): Remove.
18748         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18749
18750 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18753         if optional last element is specified in splits (FIELD VALUE...).
18754
18755 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18756
18757         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18758         to gmm-image-load-path-for-library.  Call with no-error argument.
18759         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18760
18761         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18762
18763         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18764
18765         * gmm-utils.el (gmm-image-load-path): Remove alias.
18766
18767 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * gmm-utils.el (gmm-image-load-path): Add alias.
18770
18771         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18772         nnml-generate-nov-databases-1.
18773         (nnml-generate-nov-databases): Use it.
18774         (nnml-generate-nov-databases-directory): Document no-active
18775         argument.
18776
18777         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18778         directory if path is t.  Add no-error.
18779
18780         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18781         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18782
18783         * gnus-art.el (gnus-article-browse-delete-temp-files):
18784         Simplify resetting gnus-article-browse-html-temp-list.
18785
18786         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18787         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18788         Add example to docstring.  Rename local variables.  Move error
18789         checks to default case in cond and simplify.
18790
18791 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18794         handle is multipart when calling it recursively.
18795         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18796
18797 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18798
18799         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18800         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18801
18802 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18805         is loaded.
18806
18807         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18808         loaded.
18809
18810 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18813         to "Emacs 23 (unicode)" in doc string.
18814
18815         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18816         "Emacs 23 (unicode)" in comment.
18817
18818 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18821
18822         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18823         characters 160 through 255 in Emacs 23.
18824
18825 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18826
18827         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18828         gnus-article-browse-html-temp.
18829         (gnus-article-browse-delete-temp): Make it customizable.
18830         Add `file'.  Adjust doc string.
18831         (gnus-article-browse-delete-temp-files): Add argument.
18832         Allow query for each file.  Adjust doc string.
18833         (gnus-article-browse-html-parts):
18834         Add `gnus-article-browse-delete-temp-files' to
18835         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18836
18837 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18838
18839         * gnus-art.el (gnus-article-browse-html-temp)
18840         (gnus-article-browse-delete-temp): New variables.
18841         (gnus-article-browse-delete-temp-files): New function.
18842         (gnus-article-browse-html-parts): Use it.
18843
18844 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18847
18848         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18849         string.
18850
18851         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18852         gnus-summary-insert-new-articles when unplugged.
18853         Remove gnus-summary-search-article-forward.
18854
18855         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18856         display-visual-class instead of display-color-cells.
18857
18858 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * dgnushack.el: Autoload customize-group for XEmacs.
18861
18862         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18863         message/* containing non-ASCII text properly.
18864
18865 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * message.el: Require gmm-utils, remove autoloads.
18868         (message-tool-bar): Set default based on
18869         gmm-tool-bar-style.
18870         (message-tool-bar-gnome): Add gmm-customize-mode.
18871
18872         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18873         gmm-tool-bar-style.
18874         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18875
18876         * gnus-group.el (gnus-group-tool-bar): Set default based on
18877         gmm-tool-bar-style.
18878         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18879
18880         * gmm-utils.el (gmm-image-directory): Rename variable from
18881         gmm-image-load-path.
18882         (gmm-image-load-path): Use gmm-image-directory.
18883         (gmm-customize-mode): New function.
18884         (gmm-tool-bar-style): New variable.
18885
18886         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18887         gnus-group-redraw-line-number.
18888         (gnus-group-redraw-check): Simplify.
18889         (gnus-group-tool-bar-update): Remove redraw check.
18890         (gnus-group-make-tool-bar): Add redraw check.
18891
18892 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18893
18894         * gnus-art.el (gnus-button): Add missing parentheses.
18895
18896 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18897
18898         * lpath.el: Fbind line-number-at-pos.
18899
18900 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18903
18904 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18905
18906         * gnus-art.el (gnus-button): New face.
18907         (gnus-article-button-face): Use it.
18908
18909         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18910         Add gnus-summary-next-page.  Re-order.
18911
18912         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18913         next-node are now included.
18914         (gnus-group-redraw-line-number): New internal variable.
18915         (gnus-group-redraw-check): Helper function for updating the tool
18916         bar.
18917         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18918
18919         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18920
18921         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18922         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18923         Use it to match format of Spamassassin 3.0 and later.
18924         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18925         (spam-check-bogofilter)
18926         (spam-bogofilter-register-with-bogofilter): Fix args of
18927         `gnus-error' calls.
18928
18929 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18932         unnecessary interaction when sending queued mails.
18933         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18934
18935 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18938         first or last are nil.
18939
18940 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18941
18942         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18943
18944 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18947
18948 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18949
18950         * dns.el (query-dns): Protect more against buggy tcp output.
18951
18952 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18955         nov.php.
18956
18957 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18958
18959         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18960         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18961         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18962         output on the server side.
18963         (nnweb-google-create-mapping): Update regexps and add some
18964         progress indication.
18965
18966 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18967
18968         * gnus-group.el (gnus-group-tool-bar-gnome):
18969         Fix gnus-agent-toggle-plugged.  Re-order icons.
18970         (gnus-group-tool-bar-gnome):
18971         Add gnus-group-{prev,next}-unread-group.
18972         (gnus-group-tool-bar-gnome): Re-order icons.
18973
18974         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18975         Move gnus-summary-insert-new-articles.
18976
18977         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18978         Fix comments.
18979
18980         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18981         also available in Emacs 21.3.
18982
18983         * message.el (message-fix-before-sending): Change "Emacs 22" to
18984         "Emacs 23 (unicode)" in comment.
18985
18986         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18987         "Emacs 23 (unicode)" in comment.
18988
18989         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18990         comment.
18991         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18992
18993         * mm-view.el (mm-fill-flowed): Add :version.
18994
18995 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18998         and load-path.
18999
19000 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * message.el: Autoload gmm-image-load-path.
19003         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19004         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19005         consitency.
19006
19007         * gmm-utils.el (gmm-image-load-path): Also search in
19008         "../etc/images".  Don't set gmm-image-load-path if we don't find
19009         the image.
19010
19011 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * gmm-utils.el (gmm-image-load-path): Don't make
19014         `gmm-image-load-path' include subdirectories which the second arg
19015         `image' might specify.
19016
19017         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19018         subdirectory to icon file names.
19019
19020         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19021
19022 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19023
19024         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19025         gmm-image-load-path calls.
19026
19027         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19028
19029         * message.el (message-make-tool-bar): Ditto.
19030
19031         * mml.el (mml-preview): Add comment concerning tool bar icons.
19032
19033         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19034         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19035
19036         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19037         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19038
19039         * message.el (message-tool-bar-gnome): Use new icon names.
19040         (message-make-tool-bar): Use `gmm-image-load-path'.
19041
19042         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19043         New functions from MH-E.
19044         (gmm-image-load-path): New variable from MH-E.
19045         (gmm-image-load-path): New function from MH-E.  Add arguments
19046         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19047         *-image-load-path-called-flag.
19048
19049 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19050
19051         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19052
19053 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19054
19055         * nnimap.el (nnimap-request-move-article): Change folder back to
19056         source group before deleting.
19057
19058 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19061
19062         * gnus-art.el (mm-url-insert-file-contents-external):
19063         Autoload mm-url.
19064
19065         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19066
19067 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19068
19069         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19070         coding system which mm-charset-to-coding-system returns for a
19071         given charset is valid.
19072
19073 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19074
19075         * html2text.el (html2text-remove-tag-list):
19076         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19077
19078 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19079
19080         * gnus-cus.el: Revert 2005-10-17 change.
19081
19082 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus-art.el (article-strip-banner):
19085         Call article-really-strip-banner only when the regexp match is made.
19086
19087 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-art.el (article-strip-banner):
19090         Use gnus-extract-address-components instead of
19091         mail-header-parse-addresses to make it work with non-ASCII text;
19092         remove mail-encode-encoded-word-string.
19093
19094         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19095         values which are surrounded with \"...\"; make it never cause a
19096         Lisp error; give up parsing of parameters if it failed in
19097         extracting type.
19098
19099 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19100
19101         * smime.el (smime-cert-by-ldap-1): Fix bug where
19102         `smime-ldap-search' returns results without userCertificates.
19103
19104 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19107
19108 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * spam.el (spam-check-spamassassin-headers): Adapt format for
19111         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19112         <ari@mbf.ocn.ne.jp>.
19113         (spam-list-of-processors): Add spam-use-gmane.
19114
19115 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19118         make-temp-file; make it work with XEmacs as well.
19119
19120         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19121         mm-make-temp-file.
19122
19123         * mm-decode.el (mm-display-external): Use the 3rd arg of
19124         mm-make-temp-file.
19125         (mm-create-image-xemacs): Ditto.
19126
19127 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19130         with message-narrow-to-headers.
19131         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19132         (gnus-draft-check-draft-articles): New function.
19133         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19134
19135 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * gnus-art.el (gnus-article-browse-html-parts):
19138         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19139         Don't use suffix argument for mm-make-temp-file for Emacs 21
19140         compatibility.  Remove useless `format'.
19141
19142 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19143
19144         * nnweb.el (nnweb-google-wash-article): Update regexps.
19145         (nnweb-group-alist): Use defvoo instead of defvar.
19146
19147 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19150         re-loading nn* modules.
19151
19152 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19155         for `tool-bar-mode' and don't check it's default-value.
19156
19157         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19158
19159         * message.el (message-make-tool-bar): Ditto.
19160
19161         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19162         `substring'.  Shorten tmp-file name.
19163
19164         * gnus.el: Remove bogus comment.
19165
19166 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19167
19168         * gnus-art.el (gnus-article-browse-html-parts): New function.
19169         (gnus-article-browse-html-article): New function for viewing html
19170         articles with a browser.
19171
19172 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19173
19174         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19175         in elisp.
19176         (pgg-gpg-encrypt-symmetric-region): Ditto.
19177         (pgg-gpg-sign-region): Ditto.
19178
19179         * pgg-def.el (pgg-text-mode): New variable.
19180
19181         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19182         (mml2015-pgg-encrypt): Ditto.
19183
19184         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19185         (mml1991-pgg-encrypt): Ditto.
19186
19187 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19188
19189         * nnfolder.el (nnfolder-insert-newsgroup-line):
19190         Use message-make-date instead of current-time-string.
19191
19192         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19193         to gnus-decoded which mm-uu might set.
19194
19195 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19198         don't decode quoted parameters; remove misimported Emacs code.
19199         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19200         (rfc2231-decode-encoded-string): Don't use split-string which
19201         behaves differently according to Emacs version; use
19202         mm-decode-coding-region to convert charset to coding-system.
19203         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19204         (rfc2231-encode-string): Remove misimported Emacs code.
19205
19206 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19207
19208         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19209         when calling mail-header-parse-content-type.
19210         (article-de-quoted-unreadable): Ditto.
19211         (article-de-base64-unreadable): Ditto.
19212         (article-wash-html): Ditto.
19213
19214         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19215         calling mail-header-parse-content-type and
19216         mail-header-parse-content-disposition.
19217         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19218         mail-header-parse-content-type.
19219
19220         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19221         insert charset and format parameters; encode description after
19222         inserting it to buffer.
19223         (mml-insert-parameter): Fold lines properly even if a parameter is
19224         segmented into two or more lines; change the max column to 76.
19225
19226         * rfc1843.el (rfc1843-decode-article-body): Don't use
19227         ignore-errors when calling mail-header-parse-content-type.
19228
19229         * rfc2231.el (rfc2231-parse-string): Return at least type if
19230         possible; don't cause an error even if it fails in parsing of
19231         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19232         (rfc2231-encode-string): Don't break lines at the beginning, leave
19233         it to mml-insert-parameter.
19234
19235         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19236         calling mail-header-parse-content-type.
19237
19238 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19239
19240         * spam-report.el (spam-report-gmane-use-article-number):
19241         Improve doc string.
19242         (spam-report-gmane-internal): Check if a suitable header was found
19243         in the article.
19244
19245 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19246
19247         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19248         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19249
19250 2006-02-05  Romain Francoise  <romain@orebokech.com>
19251
19252         Update copyright notices of all files in the gnus directory.
19253
19254 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19255
19256         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19257
19258 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19261         segmented lines of parameter value to cope with Thunderbird 1.5
19262         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19263         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19264         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19265
19266 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19267
19268         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19269         parts.
19270
19271 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19272
19273         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19274         there's only one active file for all servers.
19275         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19276         solid groups.  Gnus might have used a FAST request to select the group.
19277         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19278         and nnweb-search redundantly in the active file.
19279         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19280         (nnweb-request-create-group): Don't use ARGS.
19281         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19282         initializations.  Let nnoo do the work.
19283
19284 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19285
19286         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19287         Say the part has been decoded.
19288
19289         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19290
19291 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19292
19293         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19294         mailcap-viewer-test-cache when there's no 'test clause, since that
19295         will invert the meaning of a "nil" test previously determined by
19296         mailcap-mailcap-entry-passes-test.
19297
19298 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19299
19300         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19301         compiling.
19302
19303         * gnus-sum.el: Ditto.
19304
19305         * message.el: Don't bind tool-bar-map when compiling.
19306
19307 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19308
19309         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19310
19311 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19312
19313         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19314         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19315         current Google Groups.
19316
19317 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19320         and tool-bar-mode.
19321
19322         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19323         and tool-bar-mode.
19324
19325         * message.el (message-tool-bar-update): Simplify.
19326         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19327
19328         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19329         gnus-summary-buffer.
19330         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19331         gnus-summary-reply.
19332
19333         * gmm-utils.el (gmm): Add :version.
19334
19335 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * Makefile.in (clean): New rule.
19338         (distclean): Use it.
19339
19340 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19341
19342         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19343         Don't autoload.
19344
19345 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * gmm-utils.el (gmm-verbose): Add :group.
19348
19349 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * message.el: Change some comments WRT tool-bars.
19352
19353         * gnus-sum.el (gnus-summary-tool-bar)
19354         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19355         (gnus-summary-tool-bar-zap-list): New variables.
19356         (gnus-summary-make-tool-bar): Complete rewrite using
19357         `gmm-tool-bar-from-list'.
19358
19359         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19360         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19361         New variables.
19362         (gnus-group-make-tool-bar): Complete rewrite using
19363         `gmm-tool-bar-from-list'.
19364         (gnus-group-tool-bar-update): New function.
19365
19366         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19367
19368 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19371         is dissected into a single part of which the type is the same as
19372         the given one; decode charset.
19373
19374 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19375
19376         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19377         into alists as symbol not string, since that's what
19378         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19379         look for.
19380
19381 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19382
19383         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19384         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19385
19386         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19387
19388 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19391         (gnus-xmas-mime-security-button-menu): New function.
19392
19393         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19394         (gnus-mime-security-button-menu): New definition.
19395         (gnus-mime-security-button-map): Use them.
19396         (gnus-mime-security-button-menu): New function.
19397         (gnus-insert-mime-security-button): Addition to help echo.
19398         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19399         (gnus-mime-security-pipe-part): New functions.
19400
19401         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19402         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19403
19404         * mm-decode.el (mm-handle-set-disposition): Remove.
19405         (mm-handle-set-description): Remove.
19406
19407 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19410         (mm-w3m-standalone-supports-m17n-p): New function.
19411         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19412         w3m usage.
19413
19414         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19415         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19416
19417 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19418
19419         * message.el (message-tool-bar-zap-list):
19420         Use gmm-tool-bar-zap-list as custom type.
19421         (message-tool-bar-update): New function.
19422         (message-tool-bar, message-tool-bar-gnome)
19423         (message-tool-bar-retro): Add message-tool-bar-update.
19424         (message-tool-bar-gnome): Add flyspell-buffer.
19425
19426         * gnus-util.el (gnus-error): Describe `args'.
19427
19428         * gmm-utils.el (gmm-error): Describe `args'.
19429         (gmm-tool-bar-zap-list): New widget.
19430         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19431
19432 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19435         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19436         the number of recursive calls.
19437
19438         * mm-decode.el (mm-handle-set-disposition): New macro.
19439         (mm-handle-set-description): New macro.
19440
19441 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19444         encoding.
19445
19446 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19447
19448         * message.el (message-tool-bar-zap-list, message-tool-bar)
19449         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19450         (message-tool-bar-local-item-from-menu): Remove.
19451         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19452         (message-make-tool-bar): New function.
19453         (message-mode): Use `message-make-tool-bar'.
19454
19455         * gmm-utils.el: New file.
19456         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19457         (gmm-lazy): New widget copied from `nnmail.el'.
19458         (gmm-tool-bar-from-list): New function for creating customizable
19459         tool bars.
19460         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19461         output.
19462         (gmm): Add :prefix to defgroup.
19463
19464 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19465
19466         * gmm-utils.el (gmm-widget-p): New function.
19467
19468 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19469
19470         * mml.el (mml-attach-file): Describe `description' in doc string.
19471         (mml-menu): Add Emacs MIME manual and PGG manual.
19472
19473 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19474
19475         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19476
19477 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19478
19479         * nntp.el (nntp-end-of-line): Doc fix.
19480
19481 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19482
19483         * imap.el (imap-open): Handle case where buffer is a buffer
19484         object.
19485
19486 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19487
19488         * gnus-delay.el (gnus-delay): Don't autoload.
19489         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19490         to be re-loaded when customizing the `gnus-delay' group.
19491
19492 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19493
19494         * message.el (message-insert-citation-line): Use newlines.
19495
19496 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19497
19498         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19499         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19500         these routines, so the passphrase can be managed externally and
19501         passed in to the system.
19502         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19503         pgg-add-passphrase-to-cache function.
19504
19505         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19506         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19507         these routines, so the passphrase can be managed externally and
19508         passed in to the system.
19509         (pgg-pgp5-sign-region): Use new name of
19510         pgg-add-passphrase-to-cache function.
19511
19512 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19513
19514         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19515         part of the decoded armor to find the key-identifier.
19516         (pgg-gpg-lookup-key-owner): New function to return the
19517         human-readable identifier of a key owner.
19518         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19519         itself.
19520         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19521         the key value) if we have a key and can match it against a secret
19522         key.  Also, added a note pointing out fact that the prompt only
19523         indicates the first matching key.
19524
19525         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19526         pgg-decrypt-region.
19527         (pgg-add-passphrase-to-cache): Rename from
19528         `pgg-add-passphrase-cache' to reduce confusion (all callers
19529         changed).
19530         (pgg-remove-passphrase-from-cache): Rename from
19531         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19532         changed).
19533         (pgg-read-passphrase, pgg-add-passphrase-cache)
19534         (pgg-remove-passphrase-cache): Add informative docstrings.
19535         (pgg-decrypt): Convey provided passphrase in subordinate call to
19536         pgg-decrypt-region.
19537
19538 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19539
19540         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19541         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19542         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19543         'passphrase' argument, so the passphrase can be managed externally
19544         and then passed in to the system.
19545
19546         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19547         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19548         so the passphrase cache can be used reliably with identifiers
19549         besides a pgp packet's key id.
19550
19551         * pgg-gpg.el (pgg-gpg-encrypt-region)
19552         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19553         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19554         these routines, so the passphrase can be managed externally and
19555         passed in to the system.
19556
19557         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19558         'notruncate' argument, so the passphrase cache can be used
19559         reliably with identifiers besides a pgp packet's key id.
19560
19561 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19562
19563         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19564         symmetric encryption.
19565         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19566         encrypted session key.
19567         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19568         message ask for the passphrase in a proper way.
19569
19570         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19571         New user commands for symmetric encryption.
19572
19573 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19576
19577         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19578
19579 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19580
19581         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19582
19583 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * mm-decode.el (mm-inlined-types): Add application/pgp.
19586         (mm-automatic-display): Ditto.
19587
19588         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19589         part as text.
19590
19591 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * nnrss.el: Update copyright.
19594         (nnrss-opml-import): Query whether to subscribe to each entry.
19595
19596         * gnus-art.el:
19597         * gnus-sum.el:
19598         * gnus-xmas.el:
19599         * messagexmas.el:
19600         * mm-uu.el:
19601         * mm-view.el: Update copyright.
19602
19603 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19604
19605         * message.el (message-info): New function.
19606         (message-mode-menu): Add it.
19607         Update copyright.
19608
19609         * ChangeLog: Fix and update copyright.
19610
19611 2006-01-13  Romain Francoise  <romain@orebokech.com>
19612
19613         * message.el (message-forward-subject-name-subject): Prefer the
19614         address to 'nowhere' if the sender has no name.
19615         Fix typo.  Update copyright year.
19616
19617 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * gnus-art.el (article-wash-html):
19620         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19621         (gnus-article-wash-html-with-w3m-standalone): New function.
19622
19623         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19624         mm-inline-text-html-render-with-w3m-standalone.
19625         (mm-text-html-washer-alist): Map w3m-standalone to
19626         gnus-article-wash-html-with-w3m-standalone.
19627         (mm-inline-text-html-render-with-w3m-standalone): New function.
19628
19629 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19630
19631         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19632         Improve LaTeX.
19633
19634 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19637         (nnrss-request-article): Render text/plain parts as HTML.
19638
19639         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19640         the buffer.
19641
19642 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19643
19644         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19645         custom definition of `gnus-posting-styles'.
19646
19647         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19648         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19649
19650 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19653         Use nntp for bug archive.
19654
19655 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19658         parts.
19659         (nnrss-normalize-date): New function converts ISO 8601 date into
19660         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19661         (nnrss-check-group): Use it.
19662
19663 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19666
19667         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19668         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19669         (nnrss-insert-w3): Ditto.
19670
19671 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19674         the articles to be forwarded including the case where neither a
19675         number of articles nor a region is specified.
19676
19677 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19678
19679         * nnrss.el (nnrss-request-article): Fix last change; fill
19680         text/plain parts.
19681
19682 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19685         in text/plain part.
19686         (nnrss-check-group): Don't add excessive newline to dc:subject.
19687
19688 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19689
19690         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19691         article.
19692
19693 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19694
19695         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19696         (nnml-use-compressed-files, nnml-save-mail): Support other
19697         comression programs such as bzip2.
19698
19699 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19700
19701         * dns.el (query-dns): Make sure we check the buffer size before
19702         removing tcp headers.
19703
19704 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19707         remove MIME buttons associated with multipart/alternative parts.
19708         (gnus-mime-display-alternative): Tag buttons using `article-type'
19709         text property.
19710
19711         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19712         associated with multipart/alternative parts.
19713
19714         * gnus-art.el (gnus-signature-separator): Fix custom type.
19715
19716         * mm-decode.el (mm-inlined-types): Fix custom type.
19717         (mm-keep-viewer-alive-types): Ditto.
19718         (mm-automatic-display): Ditto.
19719         (mm-attachment-override-types): Ditto.
19720         (mm-inline-override-types): Ditto.
19721         (mm-automatic-external-display): Ditto.
19722
19723 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * spam-report.el (spam-report-user-mail-address)
19726         (spam-report-user-agent): New variables.
19727         (spam-report-url-ping-plain): Use spam-report-user-agent.
19728
19729 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19730
19731         * gnus-art.el (gnus-button-handle-custom): Do not just use
19732         `customize-apropos' for any "M-x customize-*" button but the
19733         function called for.  Accept both the function name and its
19734         argument in order to achieve this.
19735         (gnus-button-alist): Remove support for "custom:" URL's.
19736         Pass function name to `gnus-button-handle-custom' in case of "M-x
19737         customize-*" buttons.
19738
19739 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19742         multipart/alternative and add xref to mm-discouraged-alternatives
19743         in doc string.
19744
19745         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19746         gnus-buttonized-mime-types in doc string.
19747
19748 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19749
19750         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19751         Suggest image/.* in the doc string.
19752
19753 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19754
19755         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19756         message-marks (Debian bug #342521).
19757
19758 2005-12-12  Simon Josefsson  <jas@extundo.com>
19759
19760         * password.el (password-read-from-cache): Add.
19761         (password-read): Use it.
19762
19763 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * rfc2047.el (rfc2047-charset-to-coding-system):
19766         Recognize us-ascii as a MIME charset.
19767
19768         * mm-bodies.el (mm-decode-content-transfer-encoding):
19769         Protect against the case where the 2nd arg TYPE is nil.
19770
19771 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19772
19773         * pop3.el (pop3-stream-type): Fix custom version.
19774
19775         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19776
19777 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19778
19779         * mm-decode.el (mm-display-external): Add missing cdr.
19780
19781 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19784         RFC1524) if it is in mailcap or add a suffix according to
19785         mailcap-mime-extensions when generating a temp filename; postpone
19786         deleting a temp file for 2 seconds for some wrappers, shell
19787         scripts, and so on, which might exit right after having started a
19788         viewer command as a background job.
19789
19790 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19791
19792         * nntp.el (nntp-marks-directory): Fix custom group.
19793
19794         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19795         steps when < 10.
19796
19797         * gnus-start.el (gnus-no-server-1):
19798         Mention `gnus-level-default-subscribed' in doc string.
19799
19800 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19801
19802         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19803         parens.
19804
19805 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * gnus-xmas.el (gnus-use-toolbar): Revert.
19808         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19809         gnus-use-toolbar is default.
19810
19811         * messagexmas.el (message-use-toolbar): Revert.
19812         (message-setup-toolbar): Use global default-toolbar if
19813         message-use-toolbar is default.
19814
19815 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19818         according to default-toolbar-visible-p.
19819
19820         * messagexmas.el (message-use-toolbar): Ditto.
19821
19822 2005-11-26  Dave Love  <fx@gnu.org>
19823
19824         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19825         (tls-program, tls-success): Provide openssl alternative.
19826
19827         * starttls.el: Doc fixes.
19828         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19829         SERVICE to PORT.
19830
19831         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19832         port null or service name.
19833         (starttls-negotiate): Autoload.
19834
19835 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * message.el (message-kill-to-signature): Fix interactive spec.
19838
19839 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * pop3.el (pop3-open-server): Recognize a string as a service name.
19842
19843 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19844
19845         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19846
19847 2005-11-23  Dave Love  <fx@gnu.org>
19848
19849         Add pop3s, pop3/starttls.
19850
19851         * pop3.el (pop3-authentication-scheme): Clarify doc.
19852         (open-tls-stream, starttls-open-stream): Autoload.
19853         (pop3-stream-type): New.
19854         (pop3-open-server): Use it.
19855
19856         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19857         for POP.
19858         (mail-source-keyword-map): Add :stream for POP.
19859         (mail-source-fetch-pop): Use pop3-stream-type.
19860
19861 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19862
19863         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19864         of current-time-string.
19865
19866 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19867
19868         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19869         date header.
19870
19871 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19872
19873         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19874         it can seriously impact performance as it bypasses the agent's
19875         local caches.
19876
19877 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19878
19879         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19880         must be explicitly online rather than "not explicitly offline" for
19881         its flags to be synchronized.
19882
19883         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19884         that gnus-uu-unmark-thread will function correctly.
19885
19886         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19887         1024K is instead displayed as 1M.
19888
19889 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19890
19891         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19892
19893 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19894
19895         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19896
19897 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19898
19899         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19900         error message to display actual error condition.
19901         (gnus-agent-save-local): Avoid saving symbols that are bound to
19902         nil as they simply result in a warning message in
19903         gnus-agent-read-local.
19904
19905 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19908         rather than make-variable-buffer-local for file-precious-flag.
19909
19910 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19911
19912         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19913         for duplicates which are removed.  The invalid sort check then
19914         triggers a rescan after the sort as sorting may have moved
19915         duplicate entries such that they can be cheaply detected.
19916
19917 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19920
19921 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19922
19923         * gnus-agent.el (gnus-agent-article-alist-save-format):
19924         Change internal variable to a custom variable.  Change default value
19925         from compressed(2) to uncompressed(1).
19926         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19927         support for uncompressed agentview files.  Taken together, reading
19928         the agentview file should now be 6-7 times faster.
19929
19930 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19931
19932         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19933         as a buffer-local variable.  This avoids creating truncated
19934         dribble files as a result of a hang up, eg.
19935
19936 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19937
19938         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19939         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19940         XEmacs.
19941
19942 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * gnus-start.el (gnus-start-draft-setup):
19945         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19946
19947         * gnus.el (gnus-splash): Change custom group.
19948         (gnus-group-get-parameter, gnus-group-parameter-value):
19949         Describe allow-list argument.
19950
19951         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19952         string.
19953
19954 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19955
19956         * gnus-art.el (gnus-default-article-saver): Add user-defined
19957         `function' to custom type.
19958
19959 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19960
19961         * imap.el (imap-open): Handle case where buffer is a buffer
19962         object.
19963
19964 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19965
19966         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19967         long lines.
19968         (gnus-cache-delete-group): Wrap doc strings.
19969
19970         * gnus-agent.el (gnus-agent-rename-group)
19971         (gnus-agent-delete-group): Wrap doc strings.
19972
19973 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19974
19975         * messagexmas.el (message-use-toolbar): Change the valid values
19976         into default, top, bottom, left, and right.
19977         (message-toolbar-thickness): New variable.
19978         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19979         well.
19980         (message-setup-toolbar): Make it work.
19981
19982         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19983         (gnus-use-toolbar): Change the valid values into default, top,
19984         bottom, left, and right.
19985         (gnus-toolbar-thickness): New variable.
19986         (gnus-xmas-setup-toolbar): New function.
19987         (gnus-xmas-setup-group-toolbar): Use it.
19988         (gnus-xmas-setup-summary-toolbar): Use it.
19989
19990 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19991
19992         * gnus-start.el (gnus-1): Add "native" to
19993         gnus-predefined-server-alist.
19994
19995         * gnus.el (gnus-method-to-server): Don't add "native" to the
19996         lists here, because that leads to problems when
19997         gnus-select-method is bound.
19998
19999 2005-11-09  Simon Josefsson  <jas@extundo.com>
20000
20001         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20002         use (not sort-by-date) instead.
20003
20004 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20005
20006         * gnus-delay.el (gnus-delay-group): Don't autoload.
20007         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20008         to be re-loaded when customizing the `gnus-delay' group.
20009
20010 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20011
20012         * message.el: Revert last changes.
20013         (message-insert-citation-line): Use newlines.
20014
20015 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20016
20017         * message.el (message-courtesy-message)
20018         (message-mark-insert-begin, message-mark-insert-end)
20019         (message-elide-ellipsis, message-cancel-message)
20020         (message-add-header, message-change-subject)
20021         (message-cross-post-followup-to-header)
20022         (message-cross-post-insert-note, message-reduce-to-to-cc)
20023         (message-widen-reply, message-delete-not-region)
20024         (message-kill-to-signature, message-insert-signature)
20025         (message-insert-importance-high, message-insert-importance-low)
20026         (message-insert-or-toggle-importance)
20027         (message-insert-disposition-notification-to)
20028         (message-indent-citation, message-yank-original)
20029         (message-cite-original-without-signature, message-cite-original)
20030         (message-insert-citation-line, message-position-on-field)
20031         (message-fix-before-sending, message-send-mail-partially)
20032         (message-send-mail, message-send-mail-with-sendmail)
20033         (message-send-mail-with-qmail, message-send-news)
20034         (message-check-news-header-syntax, message-generate-headers)
20035         (message-insert-courtesy-copy, message-fill-address)
20036         (message-fill-header, message-shorten-references)
20037         (message-setup-1, message-cancel-news)
20038         (message-forward-make-body-plain, message-forward-make-body-mime)
20039         (message-forward-make-body-mml, message-encode-message-body)
20040         (message-forward-make-body-digest-plain)
20041         (message-forward-make-body-digest-mime)
20042         (message-use-alternative-email-as-from): Insert `hard-newline'
20043         instead of ordinary newlines.
20044
20045 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * message.el (message-generate-headers): Downcase the argument
20048         given to message-check-element.
20049
20050 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20051
20052         * nntp.el (nntp-authinfo-rejected): New error condition.
20053         (nntp-wait-for): Use new error condition to signal authentication
20054         error.
20055         (nntp-retrieve-data): Rethrow new error condition to break out of
20056         recursive call to nntp-send-authinfo.
20057
20058 2005-11-08  Romain Francoise  <romain@orebokech.com>
20059
20060         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20061         (gnus-summary-exit-map): Bind to `Z p'.
20062         (gnus-summary-make-menu-bar): Add menu item.
20063
20064 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20065
20066         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20067         (gnus-treat-*): Add `first' in all doc strings.
20068
20069         * gnus-group.el (gnus-group-compact-group): Fix typo.
20070
20071 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20072
20073         * gnus.el (gnus-parameters-case-fold-search): New variable.
20074         (gnus-parameters-get-parameter): Use it.
20075
20076         * gnus-score.el (gnus-home-score-file): Doc fix.
20077
20078 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20079
20080         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20081
20082 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20083
20084         * mm-util.el (mm-special-display-p): New function.
20085
20086         * mml.el (mml-preview): Use it; doc fix.
20087
20088 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20089
20090         * imap.el (imap-open): Handle case where buffer is a buffer object.
20091
20092 2005-10-29  Romain Francoise  <romain@orebokech.com>
20093
20094         * message.el (message-fix-before-sending): Fix comment.
20095
20096 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20097
20098         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20099
20100 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20101
20102         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20103         Used in gnus-score.el.
20104
20105 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20106
20107         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20108
20109 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20110
20111         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20112         whitespace removed in revision 7.8.  Use concatenated string to
20113         protect trailing whitespace.
20114
20115 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20116
20117         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20118         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20119         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20120         Courier IMAP ("some version from 2004").  Mostly based on similar
20121         code in the same function.
20122
20123 2005-10-26  Didier Verna  <didier@xemacs.org>
20124
20125         * gnus-group.el (gnus-group-compact-group): Invalidate original
20126         article buffer.
20127         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20128         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20129         NOV database and in article itself.
20130         Invalidate article backlog.
20131
20132 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20133
20134         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20135
20136 2005-10-26  Simon Josefsson  <jas@extundo.com>
20137
20138         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20139         part of 2004-07-25 change.
20140
20141 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20142
20143         * message.el (message-display-completion-list): New function.
20144         (message-expand-group): Use it; make sure the Completions buffer
20145         is modifiable.
20146 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20147
20148         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20149         user-mail-name is an empty string.
20150
20151 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20152
20153         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20154         depending on gnus-score-decay-constant.
20155
20156         * encrypt.el (encrypt-insert-file-contents)
20157         (encrypt-write-file-contents): Don't use `gnus-message'.
20158
20159         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20160         arguments.
20161         (mm-uu-type-alist): Add message-marks and insert-marks.
20162         Pass arguments to mm-uu-verbatim-marks-extract.
20163         (mm-uu-hide-markers): New variable.
20164         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20165
20166         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20167         (gnus-convert-image-to-face-command): Use "convert" by default to
20168         allow other input image formats.
20169         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20170         accordingly.
20171
20172 2005-10-23  Simon Josefsson  <jas@extundo.com>
20173
20174         * imap.el (imap-gssapi-program): Align command line parameters
20175         with latest GNU SASL.
20176         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20177
20178 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20179
20180         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20181         HTML.
20182         (nnslashdot-request-article): Ditto.
20183
20184         * lpath.el (featurep): Add nobreak-char-display.
20185
20186 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20187
20188         * mail-source.el (mail-source-fetch-pop): Require pop3.
20189         (mail-source-check-pop): Ditto.
20190
20191 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20194         errors.
20195
20196 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20197
20198         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20199         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20200
20201         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20202
20203         * mm-bodies.el (mm-decode-string):
20204         Call `mm-charset-to-coding-system' with allow-override argument.
20205
20206 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20209         (rfc2047-charset-to-coding-system): New function.
20210         (rfc2047-decode-encoded-words): New function.
20211         (rfc2047-decode-region): Use them.
20212         (rfc2047-decode-cte): Remove.
20213         (rfc2047-parse-and-decode): Remove.
20214         (rfc2047-decode): Remove.
20215
20216 2005-10-15  Kenichi Handa  <handa@m17n.org>
20217
20218         * rfc2047.el (rfc2047-decode-cte): New function.
20219         (rfc2047-decode-region): Change the way to decode successive
20220         encoded-words: decode B- or Q-encoding in each encoded-word,
20221         concatenate them, and decode it as charset.
20222
20223 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * lpath.el: Fbind codepage-setup for XEmacs.
20226
20227 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20228
20229         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20230         widget-move-and-invoke.
20231         (gnus-custom-mode): Use gnus-custom-map.
20232
20233 2005-10-15  Bill Wohler  <wohler@newt.com>
20234
20235         * message.el (message-tool-bar-map): Rename image file from
20236         mail_send to mail/send.
20237
20238 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20239
20240         * message.el (message-expand-group): Pass the common
20241         prefix substring of completion to `display-completion-list'.
20242
20243 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20244
20245         * mml-sec.el (mml-secure-method): New internal variable.
20246         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20247         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20248         New functions using mml-secure-method.
20249
20250         * mml.el (mml-mode-map): Add key bindings for those functions.
20251         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20252         Harder <harder@myrealbox.com>.
20253         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20254         Goto end of message if point is the headers of the message.
20255
20256         * message.el (message-in-body-p): New function.
20257
20258         * assistant.el: Autoload gnus-util and netrc.
20259
20260         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20261         Use `mm-charset-override-alist' only when decoding.
20262
20263         * mm-bodies.el (mm-decode-body):
20264         Call `mm-charset-to-coding-system' with allow-override argument.
20265
20266         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20267         `filename' from Content-Disposition if Content-Type doesn't
20268         provide `name'.
20269         (gnus-mime-view-part-as-type): Set default instead of
20270         initial-input.
20271
20272 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20273
20274         * format-spec.el (format-spec): Propagate text properties of % spec.
20275
20276 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20277
20278         * gnus-art.el (gnus-treat-predicate): Add `first'.
20279
20280 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20281
20282         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20283         (mm-charset-override-alist): New variable.
20284         (mm-charset-to-coding-system): Use it.
20285         (mm-codepage-setup): New helper function.
20286         (mm-charset-eval-alist): New variable.
20287         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20288         Warn about unknown charsets.
20289
20290         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20291
20292 2005-10-04  David Hansen  <david.hansen@gmx.net>
20293
20294         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20295         (nnrss-check-group): Ditto.
20296
20297 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20298
20299         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20300         Rename x-gnus-verbatim to x-verbatim.
20301         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20302
20303         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20304         x-verbatim.
20305
20306         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20307
20308         * gnus-util.el (gnus-remove-duplicates): Remove.
20309
20310         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20311         instead of gnus-remove-duplicates.
20312
20313         * message.el (message-remove-duplicates): Remove.
20314         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20315         message-remove-duplicates.
20316
20317         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20318         available, else use implementation from `delete-dups'.
20319
20320         * message.el (message-insert-expires): New function.
20321         (message-mode-map): Add key binding.
20322         (message-mode-field-menu): Add menu entry.
20323         (message-mode): Document it.
20324         (message-make-expires-date): Use `message-make-date'.
20325
20326 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20327
20328         * message.el (message-make-expires-date): New function.
20329
20330 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * Makefile.in (list-installed-shadows): New entry.
20333         (install): Use it.
20334         (remove-installed-shadows): New entry.
20335
20336         * dgnushack.el (dgnushack-default-load-path): New variable.
20337         (dgnushack-find-lisp-shadows): New function.
20338         (dgnushack-remove-lisp-shadows): New function.
20339
20340 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20341
20342         * Makefile.in (install-el-elc): New entry.
20343         (install): Use it so that .el files are necessarily installed.
20344
20345 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20346
20347         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20348
20349 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20350
20351         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20352         function rather than the diff-mode.el package.
20353         (mm-display-external): Use with-current-buffer.
20354         (mm-viewer-completion-map, mm-viewer-completion-map):
20355         Move initialization inside declaration.
20356
20357 2005-09-29  Simon Josefsson  <jas@extundo.com>
20358
20359         * spam.el: Load hashcash when compiling, to avoid warnings.
20360         Don't autoload mail-check-payment.
20361         (spam-check-hashcash): Define unconditionally, since hashcash.el
20362         is part of Gnus now.  Ignore errors from payment checking.
20363
20364 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20365
20366         * message.el (message-bold-region, message-unbold-region):
20367         Rename from `bold-region' and `unbold-region'.
20368
20369         * message.el: Remove useless autoloads.
20370
20371 2005-09-28  Simon Josefsson  <jas@extundo.com>
20372
20373         * message.el (message-use-idna): Default to t.
20374         (message-use-idna): Test whether encoding works too.  Doc fix.
20375
20376 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20377
20378         * nntp.el (nntp-warn-about-losing-connection): Remove.
20379
20380 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20381
20382         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20383         customizable.  Change default value.
20384         (mm-uu-diff-groups-regexp): Change default value.
20385         (mm-uu-type-alist): Add doc string.
20386         (mm-uu-configure): Add doc string.  Make it interactive.
20387         (mm-uu-tex-groups-regexp): New variable.
20388         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20389         (mm-uu-type-alist): Add LaTeX documents.
20390         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20391         of "text/verbatim".
20392         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20393
20394         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20395         instead of "text/verbatim".
20396
20397         * message.el (message-mark-inserted-region)
20398         (message-mark-insert-file): Use slrn style marks when called with
20399         prefix argument.
20400
20401 2005-09-27  Simon Josefsson  <jas@extundo.com>
20402
20403         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20404
20405 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20406
20407         * message.el (message-remove-duplicates): New function.
20408         Implementation borrowed from `gnus-remove-duplicates'.
20409         (message-idna-to-ascii-rhs): Also encode idna addresses in
20410         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20411         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20412         only ask about the same idna domain once per header and also tell
20413         in what header to replace the idna domain.
20414
20415         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20416         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20417         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20418         a header is decoded and not just the last one.
20419
20420 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20423         has been decoded.
20424
20425         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20426         (mm-insert-part): Don't modify text if it has been decoded.
20427
20428         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20429         decoded.
20430
20431         * mm-view.el (mm-inline-text): Don't strip text props unless
20432         decoding enriched or richtext parts.
20433
20434 2005-09-25  Romain Francoise  <romain@orebokech.com>
20435
20436         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20437         * gnus-start.el (gnus-subscribe-interactively):
20438         * gnus-uu.el (gnus-uu-grab-articles):
20439         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20440         space.
20441
20442 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20443
20444         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20445         * mm-view.el (mm-view-pkcs7-decrypt):
20446         * gnus-sum.el (gnus-summary-limit-to-extra)
20447         (gnus-summary-respool-article, gnus-read-move-group-name):
20448         * gnus-score.el (gnus-summary-increase-score):
20449         * gnus-util.el (gnus-completing-read-with-default):
20450         * gnus-art.el (gnus-read-save-file-name)
20451         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20452         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20453         * message.el (message-check-news-header-syntax):
20454         Follow convention for reading with the minibuffer.
20455
20456 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20457
20458         * spam-report.el (spam-report-url-ping-plain):
20459         Use gnus-extended-version as User-Agent.
20460
20461         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20462         default value is nil.
20463
20464         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20465         (mm-uu-verbatim-marks-extract): New function.
20466         (mm-uu-extract): New face.
20467         (mm-uu-copy-to-buffer): Use it.
20468
20469         * spam-report.el (spam-report-gmane-ham): Rename from
20470         `spam-report-gmane-unspam'.
20471         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20472         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20473
20474         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20475         Autoload.
20476         (spam-report-gmane-unregister-routine):
20477         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20478
20479 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20480
20481         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20482         (spam-report-gmane-unregister-routine): Add support for gmane
20483         unregistration.
20484
20485         * spam-report.el (spam-report-gmane-unspam)
20486         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20487         (spam-report-gmane): Change to take a single article and do unspam
20488         registration.
20489
20490 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20491
20492         * mm-url.el (mm-url-decode-entities): Fix regexp.
20493
20494 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20495
20496         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20497         default to nil, to be able to use Gnus at all.  If the default
20498         switches to something else, then the function should be fixed not
20499         be exceedingly slow.
20500
20501 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20502
20503         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20504         fail hard.
20505
20506         * spam-report.el: Add better Keywords line.
20507
20508         * spam.el: Add Maintainer and better Keywords line.
20509
20510 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20511
20512         * gnus-art.el (gnus-article-replace-part)
20513         (gnus-mime-replace-part): New functions.
20514         (gnus-mime-action-alist, gnus-mime-button-commands)
20515         (gnus-mime-save-part-and-strip): Add file argument.
20516         (gnus-article-part-wrapper): Add interactive argument.
20517
20518         * gnus-sum.el (gnus-summary-mime-map):
20519         Add `gnus-article-replace-part'.
20520
20521 2005-09-19  Didier Verna  <didier@xemacs.org>
20522
20523         The nnml compaction feature:
20524         * nnml.el (nnml-request-compact-group): New function.
20525         * nnml.el (nnml-request-compact): New function.
20526         * gnus-int.el (gnus-request-compact-group): New function.
20527         * gnus-int.el (gnus-request-compact): New function.
20528         * gnus-group.el (gnus-group-compact-group): New function.
20529         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20530         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20531         * gnus-srvr.el (gnus-server-compact-server): New function.
20532         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20533         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20534
20535 2005-09-18  Deepak Goel  <deego@gnufans.org>
20536
20537         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20538         format spec.
20539
20540 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20541
20542         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20543
20544 2005-09-15  Romain Francoise  <romain@orebokech.com>
20545
20546         * message.el (message-fill-paragraph): Clarify docstring.
20547
20548 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * gnus-art.el (gnus-mime-display-part): Protect against broken
20551         MIME messages.
20552
20553 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20556         before parsing header.
20557
20558 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20559
20560         * html2text.el (html2text-replace-list): Add new entities.
20561
20562 2005-09-11  Romain Francoise  <romain@orebokech.com>
20563
20564         * message.el (message-alternative-emails): Improve docstring.
20565         (message-setup-1): Call `message-use-alternative-email-as-from'
20566         after `message-setup-hook' to give it precedence over posting
20567         styles, etc.
20568         (message-use-alternative-email-as-from): Add docstring.
20569         Remove the original From header if present.
20570
20571         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20572         (nnml-save-mail): Use it.
20573
20574         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20575         articles.  Add new argument `silent'.
20576         (gnus-uu-mark-all): Report the total number of marked articles.
20577
20578 2005-09-10  Romain Francoise  <romain@orebokech.com>
20579
20580         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20581         (gnus-uu-mark-series): Likewise.
20582
20583 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * spam-report.el (spam-report-gmane): Fix generation of spam
20586         report URL.
20587
20588 2005-09-10  Simon Josefsson  <jas@extundo.com>
20589
20590         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20591         t, based on discussion on the ding list with Robert Epprecht
20592         <epprecht@solnet.ch>.
20593
20594 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20595
20596         * spam-report.el (spam-report-gmane): Make it work without
20597         X-Report-Spam header.  Gmane now only provides Archived-At.
20598         This is only used if `spam-report-gmane-use-article-number' is nil.
20599         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20600
20601         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20602         make `gnus-summary-sort-by-recipient' work with threading.
20603
20604         * nnweb.el (nnweb-google-wash-article): Print a message if article
20605         is not available.
20606
20607 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20608
20609         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20610         change.  Decode text/* parts content before displaying.
20611
20612 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20613
20614         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20615
20616 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20619
20620         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20621         url-package-name, url-package-version,
20622         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20623         w3m-display-inline-images, and w3m-minor-mode-map.
20624
20625 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20626
20627         * message.el (message-tab-body-function): Fix mismatched custom type.
20628
20629         * gnus.el (gnus-group-change-level-function): Ditto.
20630
20631         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20632
20633         * gnus-art.el (gnus-signature-limit)
20634         (gnus-article-mime-part-function): Ditto.
20635
20636 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * mml.el (mml-mode): Silence the byte compiler.
20639
20640         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20641         using `(sit-for 0)' before moving the point to the specified part;
20642         skip unbuttonized parts.
20643         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20644         return to the summary window if gnus-auto-select-part is non-nil.
20645
20646 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20647
20648         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20649         New variables.
20650         (mml-dnd-attach-file, mml-mode): Use them.
20651
20652         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20653         Make fetching article by MID work again for Google Groups.
20654         Add FIXME concerning gnus-group-make-web-group.
20655
20656         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20657         Don't depend on Gnus by using mail-extract-address-components if
20658         gnus-extract-address-components is not bound.
20659
20660 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20661
20662         * gnus-art.el (gnus-mime-display-security): Don't display the
20663         signature, but only the signed part.
20664
20665 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20668
20669         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20670         list, not listp.
20671
20672 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20673
20674         * mm-encode.el (mm-encode-content-transfer-encoding):
20675         Likewise when encoding.
20676
20677         * mm-bodies.el (mm-decode-content-transfer-encoding):
20678         De-canonicalize CRLF for all text content types, not just
20679         text/plain.
20680
20681 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20682
20683         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20684         valid article; point arrow and cursor at the MIME button.
20685
20686 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20689         Suggested by Dan Christensen <jdc@uwo.ca>.
20690
20691         * mm-decode.el (mm-save-part): Enable change of prompt.
20692
20693 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20694
20695         * gnus-msg.el (gnus-inews-add-send-actions):
20696         Make `message-post-method' lambda parameter ARG `&optional'.
20697
20698 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20699
20700         * gnus-sum.el (gnus-summary-mime-map):
20701         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20702         gnus-article-jump-to-part.
20703
20704         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20705         (gnus-article-edit-part): Use it.
20706         (gnus-article-part-wrapper): Add no-handle argument.
20707         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20708         New functions.
20709
20710 2005-08-29  Romain Francoise  <romain@orebokech.com>
20711
20712         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20713         docstring.
20714         (gnus-face-from-file): Likewise.
20715
20716 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20717
20718         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20719         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20720         non-nil.
20721         (gnus-auto-select-part): New variable.
20722         (gnus-article-jump-to-part): New function.
20723         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20724         (gnus-mime-delete-part): Allow selecting specified part after
20725         deleting or stripping parts.
20726         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20727         part if argument is bogus.
20728
20729 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20730
20731         * gnus-art.el (w3m-minor-mode-map):
20732         * gnus-spec.el (gnus-newsrc-file-version):
20733         * gnus-util.el (nnmail-active-file-coding-system)
20734         (gnus-original-article-buffer, gnus-user-agent):
20735         * gnus.el (gnus-ham-process-destinations)
20736         (gnus-parameter-ham-marks-alist)
20737         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20738         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20739         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20740         * mm-decode.el (gnus-current-window-configuration):
20741         * mm-extern.el (gnus-article-mime-handles):
20742         * mm-url.el (url-current-object, url-package-name)
20743         (url-package-version):
20744         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20745         (smime-keys, w3m-cid-retrieve-function-alist)
20746         (w3m-current-buffer, w3m-display-inline-images)
20747         (w3m-minor-mode-map):
20748         * mml-smime.el (gnus-extract-address-components):
20749         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20750         (gnus-newsrc-hashtb, message-default-charset)
20751         (message-deletable-headers, message-options)
20752         (message-posting-charset, message-required-mail-headers)
20753         (message-required-news-headers):
20754         * mml1991.el (mc-pgp-always-sign):
20755         * mml2015.el (mc-pgp-always-sign):
20756         * nnheader.el (nnmail-extra-headers):
20757         * rfc1843.el (gnus-decode-encoded-word-function)
20758         (gnus-decode-header-function, gnus-newsgroup-name):
20759         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20760
20761 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20762
20763         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20764         the end of the date treatments.
20765
20766 2005-08-15  Simon Josefsson  <jas@extundo.com>
20767
20768         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20769         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20770         Capello and Romain Francoise.
20771         (pgg-fetch-key-function): Remove, not used?
20772         (pgg-insert-url-with-w3): Require url, to get
20773         url-insert-file-contents regardless of where it is defined.
20774
20775 2005-08-13  Romain Francoise  <romain@orebokech.com>
20776
20777         * message.el (message-cite-original-1): New function.
20778         (message-cite-original): Use it.
20779         (message-cite-original-without-signature): Ditto.
20780
20781 2005-08-08  Romain Francoise  <romain@orebokech.com>
20782
20783         * message.el (message-yank-empty-prefix): New variable.
20784         (message-indent-citation): Use it.
20785         (message-cite-original-without-signature): Respect X-No-Archive.
20786
20787 2005-08-08  Simon Josefsson  <jas@extundo.com>
20788
20789         * pgg.el: Autoload url-insert-file-contents instead of loading
20790         w3/url.
20791         (pgg-insert-url-with-w3): Don't load url here.
20792
20793 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20794
20795         * message.el (message-kill-to-signature): Don't insert newline at
20796         bol.
20797         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20798
20799 2005-08-06  Romain Francoise  <romain@orebokech.com>
20800
20801         * message.el (message-user-fqdn): Fix typo in docstring.
20802
20803 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20804
20805         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20806
20807         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20808
20809 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * mm-bodies.el (mm-encode-body): Use coding system rather than
20812         charset to encode text.
20813
20814         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20815         number of charsets if utf-8 is available (XEmacs).
20816
20817 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20818
20819         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20820         taken from `gnus-button-mid-or-mail-regexp'.
20821         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20822         (gnus-button-alist): Improve regexp for domain part of the MIDs
20823         for news:localpart@domain buttons.
20824         (gnus-button-ctan-directory-regexp): Update.
20825
20826 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * sieve-manage.el (sieve-manage-interactive-login):
20829         Use make-local-variable rather than make-variable-buffer-local.
20830         (sieve-manage-open): Ditto.
20831         (sieve-manage-authenticate): Ditto.
20832
20833         * mml.el (mml-generate-mime-1): Make the content type default to
20834         text/plain if the filename is not specified.
20835
20836 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20839         instead of insert-buffer.
20840
20841         * message.el (message-yank-original): Ditto; set the mark at the
20842         end of the yanked message.
20843
20844 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20847         lines to scroll rather than to stop it.
20848
20849         * mml.el (mml-generate-default-type): Add doc string.
20850         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20851         default to application/octet-stream when determining the content
20852         type if it is not specified for the part or the mml contents; add
20853         a comment about mml-generate-default-type.
20854
20855 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20856
20857         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20858         make it default to application/octet-stream when determining the
20859         content type if it is not specified for the external contents.
20860
20861 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20864         segmented parameter but also other parameters might be there.
20865
20866 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * mm-decode.el (mm-display-external): Delete temp file, directory
20869         and buffer immediately if the external process is exited.
20870
20871 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20872
20873         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20874         fewer lines than that of scroll-margin.
20875         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20876
20877 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20878
20879         * gnus-art.el (gnus-article-next-page): Revert.
20880         (gnus-article-beginning-of-window): New macro.
20881         (gnus-article-next-page-1): Use it.
20882         (gnus-article-prev-page): Ditto.
20883         (gnus-article-edit-part): Use insert-buffer-substring instead of
20884         insert-buffer.
20885         (gnus-article-edit-exit): Ditto.
20886
20887         * gnus-util.el (gnus-beginning-of-window): Remove.
20888         (gnus-end-of-window): Remove.
20889
20890         * lpath.el: Don't bind header-line-format and scroll-margin.
20891
20892 2005-07-25  Simon Josefsson  <jas@extundo.com>
20893
20894         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20895         to have the url package without w3.  Reported by Daiki Ueno
20896         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20897
20898 2005-07-20  Didier Verna  <didier@xemacs.org>
20899
20900         * gnus-diary.el: Remove the description comment (nndiary is now
20901         properly documented in the Gnus manual).
20902         Fix the spelling of "Back End".
20903         * nndiary.el: Ditto.
20904         Fix the copyright notice.
20905
20906 2005-07-18  Romain Francoise  <romain@orebokech.com>
20907
20908         * gnus-sum.el (gnus-summary-to-prefix)
20909         (gnus-summary-newsgroup-prefix): New variables.
20910         (gnus-summary-from-or-to-or-newsgroups): Use them.
20911
20912 2005-07-17  Romain Francoise  <romain@orebokech.com>
20913
20914         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20915         space as it's generally not especially interesting to the user.
20916
20917 2005-07-16  Romain Francoise  <romain@orebokech.com>
20918
20919         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20920         nil to avoid prompting and file modification if one of the
20921         messages at the top of the nnfolder file contains a copyright
20922         notice.
20923         Update copyright notice.
20924
20925         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20926         instead of `current-time-string' as the latter creates a time
20927         string that is not RFC 2822 compliant (it lacks the zone).
20928         Update copyright notice.
20929
20930 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20931
20932         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20933         for text/rtf.  Display default in prompt.  Pass default for M-n.
20934
20935         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20936
20937 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20938
20939         * gnus-msg.el (gnus-button-mailto):
20940         Remove save-selected-window-window hackery because it relies on
20941         save-selected-window internals.
20942
20943 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20944
20945         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20946         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20947         (gnus-article-prev-page): Ditto.
20948
20949         * gnus-util.el (gnus-beginning-of-window): New function.
20950         (gnus-end-of-window): New function.
20951
20952         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20953
20954 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20955
20956         * gnus-score.el (gnus-score-edit-all-score):
20957         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20958         gnus-message.
20959
20960 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20961
20962         * gnus-msg.el (gnus-button-mailto):
20963         Remove save-selected-window-window hackery because it relies on
20964         save-selected-window internals.
20965
20966 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20967
20968         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20969         add-minor-mode.
20970         (gnus-binary-mode): Ditto.
20971
20972         * gnus-topic.el (gnus-topic-mode): Ditto.
20973
20974 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20975
20976         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20977         (gnus-article-prev-page): Take scroll-margin into consideration.
20978
20979 2005-07-04  Lute Kamstra  <lute@gnu.org>
20980
20981         Update FSF's address in GPL notices.
20982
20983 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20984
20985         * gnus.el (gnus-exit):
20986         * gnus-group.el (gnus-group-icons):
20987         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20988
20989         * gnus-nocem.el (gnus-nocem):
20990         * message.el (message-various, message-buffers, message-sending)
20991         (message-interface, message-forwarding, message-insertion)
20992         (message-headers, message-news, message-mail):
20993         * pgg-gpg.el (pgg-gpg):
20994         * pgg-parse.el (pgg-parse):
20995         * pgg-pgp.el (pgg-pgp):
20996         * pgg-pgp5.el (pgg-pgp5):
20997         * pop3.el (pop3): Finish `defgroup' description with period.
20998
20999 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * gnus-art.el (article-display-face): Improve the efficiency.
21002         (article-display-x-face): Ditto; remove gray x-face stuff.
21003
21004 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * gnus-art.el (article-display-face): Correct the position in
21007         which Faces are inserted.
21008
21009 2005-06-29  Didier Verna  <didier@xemacs.org>
21010
21011         * gnus-art.el (article-display-face): Display faces in correct
21012         order.
21013
21014 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21015
21016         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21017         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21018         (gnus-nocem-check-article): Fetch the Type header.
21019         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21020         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21021         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21022         make sure gnus-nocem-hashtb is initialized.
21023         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21024         (gnus-nocem-unwanted-article-p): Ditto.
21025
21026         * pgg.el (pgg-verify): Return the verification result.
21027
21028 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21029
21030         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21031         is ascii.
21032
21033 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21034
21035         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21036         `show-nonbreak-escape'.
21037
21038 2005-06-23  Lute Kamstra  <lute@gnu.org>
21039
21040         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21041
21042         * dig.el (dig-mode):
21043         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21044
21045 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21046
21047         * nnimap.el (nnimap-split-download-body): Fix spellings.
21048
21049 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21050
21051         * gnus-art.el (gnus-article-encrypt-body):
21052         * gnus-cus.el (gnus-score-customize):
21053         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21054         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21055
21056 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21057
21058         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21059         header by looking for magic "MII" at the beginning.
21060
21061 2005-06-16  Miles Bader  <miles@gnu.org>
21062
21063         * gnus-xmas.el (gnus-xmas-group-startup-message):
21064         Use renamed gnus-splash face.
21065
21066         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21067         (assistant-field-face): New backward-compatibility alias for renamed
21068         face.
21069         (assistant-render-text): Use renamed assistant-field face.
21070
21071         * spam.el (spam): Remove "-face" suffix from face name.
21072         (spam-face): New backward-compatibility alias for renamed face.
21073         (spam-face, spam-initialize): Use renamed spam face.
21074
21075         * message.el (message-header-to, message-header-cc)
21076         (message-header-subject, message-header-newsgroups)
21077         (message-header-other, message-header-name)
21078         (message-header-xheader, message-separator, message-cited-text)
21079         (message-mml): Remove "-face" suffix from face names.
21080         (message-header-to-face, message-header-cc-face)
21081         (message-header-subject-face, message-header-newsgroups-face)
21082         (message-header-other-face, message-header-name-face)
21083         (message-header-xheader-face, message-separator-face)
21084         (message-cited-text-face, message-mml-face):
21085         New backward-compatibility aliases for renamed faces.
21086         (message-font-lock-keywords): Use renamed message faces.
21087
21088         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21089         (sieve-test-commands, sieve-tagged-arguments):
21090         Remove "-face" suffix from face names.
21091         (sieve-control-commands-face, sieve-action-commands-face)
21092         (sieve-test-commands-face, sieve-tagged-arguments-face):
21093         New backward-compatibility aliases for renamed faces.
21094         (sieve-control-commands-face, sieve-action-commands-face)
21095         (sieve-test-commands-face, sieve-tagged-arguments-face):
21096         Use renamed sieve faces.
21097
21098         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21099         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21100         (gnus-group-news-3-empty, gnus-group-news-4)
21101         (gnus-group-news-4-empty, gnus-group-news-5)
21102         (gnus-group-news-5-empty, gnus-group-news-6)
21103         (gnus-group-news-6-empty, gnus-group-news-low)
21104         (gnus-group-news-low-empty, gnus-group-mail-1)
21105         (gnus-group-mail-1-empty, gnus-group-mail-2)
21106         (gnus-group-mail-2-empty, gnus-group-mail-3)
21107         (gnus-group-mail-3-empty, gnus-group-mail-low)
21108         (gnus-group-mail-low-empty, gnus-summary-selected)
21109         (gnus-summary-cancelled, gnus-summary-high-ticked)
21110         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21111         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21112         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21113         (gnus-summary-low-undownloaded)
21114         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21115         (gnus-summary-low-unread, gnus-summary-normal-unread)
21116         (gnus-summary-high-read, gnus-summary-low-read)
21117         (gnus-summary-normal-read, gnus-splash):
21118         Remove "-face" suffix from face names.
21119         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21120         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21121         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21122         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21123         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21124         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21125         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21126         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21127         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21128         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21129         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21130         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21131         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21132         (gnus-summary-normal-ticked-face)
21133         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21134         (gnus-summary-normal-ancient-face)
21135         (gnus-summary-high-undownloaded-face)
21136         (gnus-summary-low-undownloaded-face)
21137         (gnus-summary-normal-undownloaded-face)
21138         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21139         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21140         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21141         (gnus-splash-face):
21142         New backward-compatibility aliases for renamed faces.
21143         (gnus-group-startup-message): Use renamed gnus faces.
21144
21145         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21146         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21147         (gnus-server-agent): Remove "-face" suffix from face names.
21148         (gnus-server-agent-face, gnus-server-opened-face)
21149         (gnus-server-closed-face, gnus-server-denied-face)
21150         (gnus-server-offline-face):
21151         New backward-compatibility aliases for renamed faces.
21152         (gnus-server-agent-face, gnus-server-opened-face)
21153         (gnus-server-closed-face, gnus-server-denied-face)
21154         (gnus-server-offline-face): Use renamed gnus faces.
21155
21156         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21157         Remove "-face" suffix from face names.
21158         (gnus-picon-xbm-face, gnus-picon-face):
21159         New backward-compatibility aliases for renamed faces.
21160
21161         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21162         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21163         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21164         (gnus-cite-11): Remove "-face" suffix from face names.
21165         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21166         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21167         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21168         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21169         New backward-compatibility aliases for renamed faces.
21170         (gnus-cite-attribution-face, gnus-cite-face-list)
21171         (gnus-article-boring-faces): Use renamed gnus faces.
21172
21173         * gnus-art.el (gnus-signature, gnus-header-from)
21174         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21175         (gnus-header-content): Remove "-face" suffix from face names.
21176         (gnus-signature-face, gnus-header-from-face)
21177         (gnus-header-subject-face, gnus-header-newsgroups-face)
21178         (gnus-header-name-face, gnus-header-content-face):
21179         New backward-compatibility aliases for renamed faces.
21180         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21181
21182         * gnus-sum.el (gnus-summary-selected-face)
21183         (gnus-summary-highlight): Use renamed gnus faces.
21184         * gnus-group.el (gnus-group-highlight): Likewise.
21185
21186 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21187
21188         * gnus-sieve.el (gnus-sieve-article-add-rule):
21189         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21190         * spam-stat.el (spam-stat-buffer-change-to-spam)
21191         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21192
21193         * message.el (message-is-yours-p):
21194         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21195
21196 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21197
21198         * mm-view.el (mm-inline-text): Withdraw the last change.
21199
21200 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21201
21202         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21203         executing enriched-decode.
21204
21205 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21206
21207         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21208         charset of tar files.
21209
21210 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21211
21212         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21213
21214 2005-06-04  Lute Kamstra  <lute@gnu.org>
21215
21216         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21217         information is never recorded.
21218
21219 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21220
21221         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21222
21223 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21224
21225         * pop3.el (pop3-apop): Run md5 in the binary mode.
21226
21227         * starttls.el (starttls-set-process-query-on-exit-flag):
21228         Use eval-and-compile.
21229
21230 2005-05-31  Simon Josefsson  <jas@extundo.com>
21231
21232         * smime.el (smime-replace-in-string): Define.
21233         (smime-cert-by-ldap-1): Use it.
21234
21235 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * gnus-art.el (article-display-x-face): Replace
21238         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21239
21240         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21241         set-process-query-on-exit-flag or process-kill-without-query.
21242
21243         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21244         loop instead of replace-regexp.
21245
21246         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21247         instead of process-kill-without-query if it is available.
21248
21249         * lpath.el: Fbind ldap-search-entries.
21250
21251         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21252         instead of find-file-hooks if it is available.
21253
21254         * mml1991.el: Bind pgg-default-user-id when compiling.
21255
21256         * mml2015.el: Bind pgg-default-user-id when compiling.
21257
21258         * nndraft.el (nndraft-request-associate-buffer):
21259         Use write-contents-functions instead of write-contents-hooks if it is
21260         available.
21261
21262         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21263         instead of find-file-hooks if it is available.
21264
21265         * nntp.el (nntp-open-connection): Replace
21266         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21267         (nntp-open-ssl-stream): Ditto.
21268         (nntp-open-tls-stream): Ditto.
21269
21270         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21271         set-process-query-on-exit-flag or process-kill-without-query.
21272         (starttls-open-stream-gnutls): Use it instead of
21273         process-kill-without-query.
21274         (starttls-open-stream): Ditto.
21275
21276 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21277
21278         * smime.el (smime-cert-by-ldap-1): Don't use
21279         replace-regexp-in-string.
21280
21281 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21282
21283         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21284
21285         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21286         in PEM format.  Adjust to the XEmacs compatibility.
21287
21288 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21289
21290         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21291         by `string-to-number'.
21292         * gnus-agent.el (gnus-agent-regenerate-group)
21293         (gnus-agent-fetch-articles): Ditto.
21294         * gnus-art.el (gnus-button-fetch-group): Ditto.
21295         * gnus-cache.el (gnus-cache-generate-active)
21296         (gnus-cache-articles-in-group): Ditto.
21297         * gnus-group.el (gnus-group-set-current-level)
21298         (gnus-group-insert-group-line): Ditto.
21299         * gnus-score.el (gnus-score-set-expunge-below)
21300         (gnus-score-set-mark-below, gnus-summary-score-effect)
21301         (gnus-summary-score-entry): Ditto.
21302         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21303         (gnus-soup-pack): Ditto.
21304         * gnus-spec.el (gnus-xmas-format): Ditto.
21305         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21306         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21307         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21308         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21309         * nndb.el (nndb-get-remote-expire-response): Ditto.
21310         * nndiary.el (nndiary-parse-schedule-value)
21311         (nndiary-string-to-number, nndiary-request-replace-article)
21312         (nndiary-request-article): Ditto.
21313         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21314         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21315         * nneething.el (nneething-make-head): Ditto.
21316         * nnfolder.el (nnfolder-request-article)
21317         (nnfolder-retrieve-headers): Ditto.
21318         * nnheader.el (nnheader-file-to-number): Ditto.
21319         * nnkiboze.el (nnkiboze-request-article): Ditto.
21320         * nnmail.el (nnmail-process-unix-mail-format)
21321         (nnmail-process-babyl-mail-format): Ditto.
21322         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21323         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21324         (nnmh-request-create-group, nnmh-request-list-1)
21325         (nnmh-request-group, nnmh-request-article): Ditto.
21326         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21327         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21328         * nnsoup.el (nnsoup-make-active): Ditto.
21329         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21330         * nntp.el (nntp-find-group-and-number)
21331         (nntp-retrieve-headers-with-xover): Ditto.
21332         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21333         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21334         (pgg-format-key-identifier): Ditto.
21335         * pop3.el (pop3-last, pop3-stat): Ditto.
21336         * qp.el (quoted-printable-decode-region): Ditto.
21337
21338         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21339         of concat.
21340
21341 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21342
21343         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21344
21345         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21346
21347         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21348
21349         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21350
21351         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21352
21353         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21354
21355         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21356         (gnus-carpal-mode): Ditto.
21357
21358         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21359         (gnus-browse-mode): Ditto.
21360
21361         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21362
21363         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21364
21365 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21366
21367         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21368
21369 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * gnus-util.el (gnus-run-mode-hooks): New function.
21372
21373         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21374
21375         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21376         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21377
21378 2005-05-27  Lute Kamstra  <lute@gnu.org>
21379
21380         * dns-mode.el (dns-mode): Specify customization group.
21381
21382 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21383
21384         * gnus-agent.el (gnus-agent-make-mode-line-string):
21385         Use mode-line-highlight as mouse-face.
21386
21387 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21388
21389         * canlock.el (canlock): Change the parent group to news.
21390
21391         * deuglify.el (gnus-outlook-deuglify): Add :group.
21392
21393         * dig.el (dig): Add :group.
21394
21395         * dns-mode.el (dns-mode): Add :group.
21396
21397         * encrypt.el (encrypt): Add :group.
21398
21399         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21400         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21401         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21402         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21403         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21404
21405         * gnus-diary.el (gnus-diary): Add :group.
21406
21407         * gnus.el (gnus-group-news-1-face): Add :group.
21408         (gnus-group-news-1-empty-face): Ditto.
21409         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21410         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21411         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21412         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21413         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21414         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21415         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21416         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21417         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21418         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21419         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21420         (gnus-summary-high-ticked-face): Ditto.
21421         (gnus-summary-low-ticked-face): Ditto.
21422         (gnus-summary-normal-ticked-face): Ditto.
21423         (gnus-summary-high-ancient-face): Ditto.
21424         (gnus-summary-low-ancient-face): Ditto.
21425         (gnus-summary-normal-ancient-face): Ditto.
21426         (gnus-summary-high-undownloaded-face): Ditto.
21427         (gnus-summary-low-undownloaded-face): Ditto.
21428         (gnus-summary-normal-undownloaded-face): Ditto.
21429         (gnus-summary-high-unread-face): Ditto.
21430         (gnus-summary-low-unread-face): Ditto.
21431         (gnus-summary-normal-unread-face): Ditto.
21432         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21433         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21434
21435         * hashcash.el (hashcash): New custom group.
21436         (hashcash-default-payment): Add :group.
21437         (hashcash-payment-alist): Ditto.
21438         (hashcash-default-accept-payment): Ditto.
21439         (hashcash-accept-resources): Ditto.
21440         (hashcash-path): Ditto.
21441         (hashcash-extra-generate-parameters): Ditto.
21442         (hashcash-double-spend-database): Ditto.
21443         (hashcash-in-news): Ditto.
21444
21445         * message.el (message-minibuffer-local-map): Add :group.
21446
21447         * netrc.el (netrc): Add :group.
21448
21449         * sieve-manage.el (sieve-manage-log): Add :group.
21450         (sieve-manage-default-user): Diito.
21451         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21452         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21453         (sieve-manage-authenticators): Ditto.
21454         (sieve-manage-authenticator-alist): Ditto.
21455         (sieve-manage-default-port): Ditto.
21456
21457         * sieve-mode.el (sieve-control-commands-face): Add :group.
21458         (sieve-action-commands-face): Ditto.
21459         (sieve-test-commands-face): Ditto.
21460         (sieve-tagged-arguments-face): Ditto.
21461
21462         * smime.el (smime): Add :group.
21463
21464         * spam-report.el (spam-report): Add :group.
21465
21466         * spam.el (spam, spam-face): Add :group.
21467
21468 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21469
21470         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21471         return \n.\n.\n at the end of articles.  Protect against that.
21472         (nntp-with-open-group): Allow debugging.
21473
21474         * nnheader.el (mail-header-set-extra): Make into a function
21475         because I just could't understand how to quote the list properly.
21476
21477         * dns.el (query-dns-cached): New function.
21478
21479 2005-05-26  Lute Kamstra  <lute@gnu.org>
21480
21481         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21482
21483 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21484
21485         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21486
21487         * gnus-art.el: Don't autoload mail-extract-address-components.
21488
21489         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21490         eval-and-compile to evaluate it.
21491
21492         * hashcash.el: Don't autoload executable-find.
21493
21494         * nndb.el: Don't declare the nndb back end two or more times; don't
21495         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21496
21497         * nntp.el: Autoload format-spec instead of format; use
21498         eval-and-compile to evaluate autoload forms.
21499
21500 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21501
21502         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21503
21504 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21505
21506         * gnus.el (gnus-version-number): Bump version.
21507
21508 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21509
21510         * gnus.el: No Gnus v0.3 is released.
21511
21512 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21513
21514         * lpath.el (featurep): Bind show-nonbreak-escape.
21515
21516 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21517
21518         * gnus-art.el (gnus-article-edit-part): Disable undo.
21519
21520 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21523         gnus-article-date-lapsed-new-header is t if date timer is active;
21524         skip headers in which the original date value is empty.
21525         (gnus-article-save-original-date): Redefine it as a macro.
21526         (gnus-display-mime): Use it.
21527
21528 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * gnus-art.el (article-date-ut): Support converting date in
21531         forwarded parts as well.
21532         (gnus-article-save-original-date): New function.
21533         (gnus-display-mime): Use it.
21534
21535 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21536
21537         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21538         enclosure element of <item>.
21539
21540 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21541
21542         * message.el (message-kill-buffer-query): Rename from
21543         `message-kill-buffer-query-if-modified'.  Add :version.
21544
21545 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21548         window layout.
21549
21550 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * mml.el: Autoload dnd when compiling.
21553
21554 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21555
21556         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21557         x-dnd-*.
21558
21559 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21560
21561         * qp.el (quoted-printable-encode-region): Save excursion.
21562
21563 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21564
21565         * message.el (message-kill-buffer-query-if-modified): Add new variable
21566         so the user can kill a modified message buffer quickly.
21567         (message-kill-buffer): Use it.
21568
21569 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21570
21571         * lpath.el: Fbind display-time-event-handler; don't fbind
21572         string-to-multibyte.
21573
21574         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21575
21576 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21579         contained in text because xml.el decodes entities) with LFs.
21580
21581 2005-04-11  Lute Kamstra  <lute@gnu.org>
21582
21583         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21584         differently.
21585
21586 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21587
21588         * mm-util.el (mm-detect-coding-region): Typo.
21589
21590 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21591
21592         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21593
21594 2005-04-06  Deepak Goel  <deego@gnufans.org>
21595
21596         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21597         user-function allow user modifications of the scores.
21598         (spam-stat-score-buffer-user): New function, to allow
21599         user-computed modifications to the score.
21600         (spam-stat-score-buffer-user-functions): List of additional
21601         scoring functions.
21602         (spam-stat-error-holder): Global temporary error holder.
21603         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21604         variable.
21605
21606 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21607
21608         * gnus-registry.el (gnus-registry-clean-empty-function)
21609         (gnus-registry-trim, gnus-registry-fetch-groups)
21610         (gnus-registry-delete-group): Groups that match
21611         `gnus-registry-ignored-groups' are removed from the registry
21612         entries, not just ignored for splitting.  This helps clean up the
21613         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21614         to get all the groups a message ID is in.
21615
21616         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21617         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21618         (spam-stat-score-buffer-user-functions): Add :number custom type.
21619
21620 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21623         argument in XEmacs.
21624
21625         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21626         (nnrss-request-group): Decode group name first.
21627         (nnrss-request-article): Make a text/plain article if mml-to-mime
21628         failed.
21629         (nnrss-get-encoding): Return a compatible encoding according to
21630         nnrss-compatible-encoding-alist.
21631         (nnrss-find-el): Use consp instead of listp.
21632         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21633
21634 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21635
21636         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21637         which Emacs 20 doesn't support.
21638         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21639
21640 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21641
21642         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21643         silence the byte compiler inside the defun.
21644
21645         * gnus-demon.el (parse-time-string): Add autoload.
21646
21647         * gnus-delay.el (parse-time-string): Add autoload.
21648
21649         * gnus-art.el (parse-time-string): Add autoload.
21650
21651         * nnultimate.el (parse-time): Require for `parse-time-string'.
21652
21653 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21654
21655         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21656
21657         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21658
21659         * smime.el (smime-ldap-host-list): Add :version.
21660
21661 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21664         pass it to `gnus-browse-read-group'.
21665         (gnus-browse-read-group): Add NUMBER argument and pass it to
21666         `gnus-group-read-ephemeral-group'.
21667
21668         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21669         argument and pass it to `gnus-group-read-group'.
21670
21671 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21672
21673         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21674         mm-xemacs-find-mime-charset-1 if we have the mule feature
21675         available at runtime.
21676
21677 2005-03-25  Werner Lemberg  <wl@gnu.org>
21678
21679         * nnmaildir.el: Replace `illegal' with `invalid'.
21680
21681 2005-03-23  Lute Kamstra  <lute@gnu.org>
21682
21683         * time-date.el: Add comment on time value formats.
21684         Don't require parse-time.
21685         (with-decoded-time-value): New macro.
21686         (encode-time-value): New function.
21687         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21688         (days-to-time): Return a valid time value when arg is huge.
21689         (time-since): Use time-subtract.
21690         (time-to-number-of-days): Use time-to-seconds.
21691
21692 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21693
21694         * gnus-start.el (gnus-display-time-event-handler):
21695         Check display-time-timer at runtime rather than only at load time
21696         in case display-time-mode is turned off in the mean time.
21697
21698 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21699
21700         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21701         used.
21702
21703         * nneething.el (nneething-map-file-directory): Derive from
21704         `gnus-directory'.
21705
21706         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21707         the To/Cc button.
21708
21709 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21710
21711         * nnmaildir.el (nnmaildir-request-accept-article):
21712         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21713
21714 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21715
21716         * gnus-async.el: Require timer-funcs at compile time when in
21717         XEmacs for `run-with-idle-timer'.
21718
21719 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21720
21721         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21722         autoloaded function.
21723
21724 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21725
21726         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21727
21728 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21729
21730         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21731
21732 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21733
21734         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21735         Add gnus-expert-user to default.
21736
21737 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21738
21739         * nnimap.el (nnimap-open-server): Ditto.
21740
21741         * imap.el (imap-authenticate): Fix typo.
21742
21743 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21744
21745         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21746         buffer (since IMAP server might return FETCH response out of
21747         order, and the nntp buffer must be sorted).
21748
21749 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21750
21751         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21752         comparison on string.
21753
21754         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21755         (gnus-agent-score): Rename category keywords to match gnus-cus.
21756         (gnus-agent-summary-fetch-series): Modify to protect against
21757         gnus-agent-summary-fetch-group clearing processable flags.
21758         (gnus-agent-synchronize-group-flags): Update live group buffer as
21759         synchronization may occur due to the user toggle the plugged
21760         status.
21761         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21762         successfully downloaded.
21763         (gnus-agent-expire-group-1): Avoid using markers when the overview
21764         is in ascending order; greatly improves performance.
21765         (gnus-agent-regenerate-group):
21766         Use gnus-agent-synchronize-group-flags to reset read status in both
21767         gnus and server.
21768         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21769
21770 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21771
21772         * message.el: Don't autoload former message-utils variables.
21773         (message-strip-subject-trailing-was): Change doc string.
21774
21775         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21776         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21777         (nnweb-google-search): Add "hl=en" here.
21778         (nnweb-google-parse-1, nnweb-google-create-mapping):
21779         Don't hardcode URL.
21780
21781 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21782
21783         * message.el (message-get-reply-headers, message-followup):
21784         Mention related variables `message-use-followup-to' and
21785         `message-use-mail-followup-to', in the information buffer.
21786
21787         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21788         of broken groups(-beta).google.com.
21789
21790 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21791
21792         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21793         parameter to invoked gnus-request-move-article; remove the
21794         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21795         all at once instead of once per article.
21796         (gnus-summary-remove-process-mark): Accept a list of articles as
21797         well as a single article for processing.
21798
21799         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21800         parameter.
21801
21802         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21803
21804         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21805
21806         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21807         parameter.
21808
21809         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21810         parameter.
21811
21812         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21813         parameter and remove the gnus-sum-hint-move-is-internal variable.
21814
21815         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21816         parameter.
21817
21818         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21819         parameter.
21820
21821         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21822         parameter.
21823
21824         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21825
21826         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21827         parameter.
21828
21829         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21830         parameter.
21831
21832 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21833
21834         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21835         a more conservative way.
21836
21837 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21838
21839         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21840         buffer, so it moves the window's cursor.
21841
21842 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21843
21844         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21845         `mm-dissect-multipart' and receive the from field as an (optional)
21846         argument from `mm-dissect-multipart'.
21847         (mm-dissect-multipart): Receive the from field as an argument and
21848         pass it on when we call `mm-dissect-buffer' on MIME parts.
21849         Fixes verification/decryption of signed/encrypted MIME parts.
21850
21851 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21852
21853         * gnus-sum.el (gnus-summary-move-article):
21854         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21855         whatever it calls (right now, only nnimap-request-move article
21856         respects it).
21857
21858         * nnimap.el (nnimap-request-move-article):
21859         When gnus-sum-hint-move-is-internal is set, don't do the extra
21860         nnimap-request-article.
21861
21862 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21863
21864         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21865
21866         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21867         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21868
21869         * gnus-sum.el (gnus-summary-caesar-message):
21870         Apply `gnus-treat-article' after rotation.
21871
21872         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21873         doc string.
21874
21875 2005-02-22  Simon Josefsson  <jas@extundo.com>
21876
21877         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21878         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21879         <arne@arnested.dk>.
21880         (encrypt): Add password-cache and password-cache-expiry as group
21881         members.
21882
21883 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21884
21885         * smime.el (smime-ldap-host-list): Doc fix.
21886         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21887         cache) password.
21888         (smime-sign-region): Use it.
21889         (smime-decrypt-region): Use it.
21890         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21891         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21892         fails.
21893         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21894         certificate from DER to PEM format rather than calling openssl.
21895
21896         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21897
21898         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21899         for signing/encryption.
21900
21901         * mml.el (mml-parse-1): Use them.
21902
21903 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21904
21905         * nnrss.el (nnrss-verbose): Remove.
21906         (nnrss-request-group): Use `nnheader-message' instead.
21907
21908 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21909
21910         * nnrss.el (nnrss-verbose): New variable.
21911         (nnrss-request-group): Make it say nnrss is requesting a group.
21912
21913 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21914
21915         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21916         Handle news URL with given port correctly.
21917
21918 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21919
21920         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21921         containing special characters.
21922
21923         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21924
21925         * mml.el (mime-to-mml): Ditto.
21926
21927         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21928         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21929         (rfc2047-decode-region): Quote decoded words containing special
21930         characters when rfc2047-quote-decoded-words-containing-tspecials
21931         is non-nil.
21932
21933 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21934
21935         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21936
21937         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21938
21939 2005-02-15  Simon Josefsson  <jas@extundo.com>
21940
21941         * nnimap.el (nnimap-debug): Doc fix.
21942
21943         * imap.el (imap-debug): Doc fix.
21944
21945 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21946
21947         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21948
21949 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21950
21951         * gnus.el (spam-contents): Improve docs for spam-contents
21952         parameter in its variable incarnation.
21953
21954 2005-02-14  Simon Josefsson  <jas@extundo.com>
21955
21956         * smime-ldap.el: Use require instead of load-library for ldap.
21957         (smime-ldap-search): Indent.
21958         (smime-ldap-search-internal): Shorten line.
21959
21960         * smime.el (smime-cert-by-dns): Add doc-string.
21961         (smime-cert-by-ldap-1): Indent.
21962
21963         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21964         mml-smime-get-dns-ldap.
21965         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21966
21967 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21968
21969         * smime.el: Require smime-ldap.
21970         (smime-ldap-host-list): New variable.
21971         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21972
21973         * mml-smime.el (mml-smime-encrypt-query): New function.
21974         (mml-smime-encrypt-query): Use it.
21975
21976         * smime-ldap.el: New file.
21977
21978 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21979
21980         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21981
21982 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21983
21984         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21985         argument in doc string.  Make query for type more clear.
21986
21987 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21988
21989         * gnus.el (gnus-group-startup-message): Search for gnus images in
21990         etc/images/gnus.
21991         * mm-util.el (mm-image-load-path): Likewise.
21992         * smiley.el (smiley-data-directory): Search for smilies in
21993         etc/images/smilies.
21994
21995 2005-02-09  Kim F. Storm  <storm@cua.dk>
21996
21997         Change Emacs release version from 21.4 to 22.1 throughout.
21998         Change Emacs development version from 21.3.50 to 22.0.50.
21999
22000 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22001
22002         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22003
22004         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22005         non-Mule XEmacs as well.
22006         (mm-decompress-buffer): Signal an error intentionally if it does
22007         not decompress compressed data because auto-compression-mode is
22008         disabled.
22009
22010 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22011
22012         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22013         an ID in the registry even if it has no groups.
22014
22015 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22016
22017         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22018         merge it into mm-decompress-buffer.
22019         (gnus-mime-copy-part): Use the MIME part charset, the value which
22020         a user specified or gnus-newsgroup-charset for decoding, like
22021         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22022         save-buffer what was used.  Suggested by Kevin Ryde
22023         <user42@zip.com.au>.
22024         (gnus-mime-inline-part): Allow the name parameter as well as the
22025         filename parameter; force decompressing of compressed data; always
22026         display contents being not decoded as unibyte.
22027
22028         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22029         as well as the filename parameter.
22030
22031         * mm-util.el (mm-decompress-buffer):
22032         Merge gnus-mime-jka-compr-maybe-uncompress.
22033         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22034         of compressed data.
22035
22036 2005-02-08  Simon Josefsson  <jas@extundo.com>
22037
22038         * imap.el (imap-log): Doc fix.
22039
22040 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22043         the coding cookies; decompress compressed parts.
22044
22045         * mml.el (mml-generate-mime-1): Add the charset parameter according
22046         to the value which a user specified manually or the coding cookie.
22047
22048         * mm-util.el (mm-string-to-multibyte): New function.
22049         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22050         (mm-coding-system-to-mime-charset): New function.
22051         (mm-decompress-buffer): New function.
22052         (mm-find-buffer-file-coding-system): New function.
22053
22054         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22055         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22056         parts.
22057
22058 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22059
22060         * mm-view.el (mm-display-inline-fontify): Decode a part according
22061         to the charset parameter.
22062
22063 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22064
22065         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22066         prefix arg is neither nil nor a number, as info specifies.
22067
22068 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22069
22070         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22071         timestamps.
22072
22073 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22074
22075         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22076         groups error checking and notify user.
22077
22078 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22079
22080         * message.el (message-send-mail-function): Check existence of
22081         sendmail-program first before using default value
22082         `message-send-mail-with-sendmail'.  Otherwise use more generic
22083         `smtpmail-send-it'.
22084
22085 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22086
22087         * nntp.el (nntp-request-update-info): Always return nil.
22088
22089 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22090
22091         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22092
22093 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22094
22095         * message.el (message-beginning-of-line): Change the behavior when
22096         invoked between BOL and : so that it first moves backward.
22097
22098 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22099
22100         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22101         article buffer when editing of the article is discarded.
22102         (gnus-article-prepare): Revert.
22103
22104 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus-art.el (gnus-article-prepare):
22107         Remove message-strip-forbidden-properties from the local hook.
22108
22109 2005-01-27  Simon Josefsson  <jas@extundo.com>
22110
22111         * password.el (password-cache-add): Only start one timer per key.
22112         Reported by Derek Atkins <warlord@MIT.EDU>.
22113
22114 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22115
22116         * run-at-time.el: Remove.  It is no longer needed as
22117         timer-funcs.el in the xemacs-base package has a working version of
22118         `run-at-time'.
22119
22120         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22121
22122         * password.el: Require timer-funcs instead of run-at-time in
22123         XEmacs.
22124         Remove `password-run-at-time' macro.
22125         (password-cache-add): Use `run-at-time' instead of
22126         `password-run-at-time'.
22127
22128         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22129         Remove `nnheader-cancel-function-timers' alias,
22130         `cancel-function-timers' exists in XEmacs in timer-funcs.
22131
22132         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22133         for `run-with-idle-timer'.
22134
22135         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22136         for `run-at-time'.
22137
22138         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22139         for `with-timeout'.
22140
22141         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22142         the same as for XEmacs 21.4.
22143         No need to ignore `run-with-idle-timer', this function exists in
22144         XEmacs now in timer-funcs.el in the xemacs-base package.
22145         (dgnushack-compile): No need to delete
22146         run-at-time.el from the list of files to compile because it
22147         doesn't exist anymore.
22148
22149 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22150
22151         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22152         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22153
22154 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22155
22156         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22157         sensitively.
22158
22159 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22160
22161         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22162
22163 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22164
22165         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22166         which will be inserted according to the multibyteness of a buffer
22167         rather than the type of contents.  Suggested by ARISAWA Akihiro
22168         <ari@mbf.ocn.ne.jp>.
22169
22170         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22171         of string which old xml.el may return rather than a string.
22172
22173 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22176
22177 2005-01-16  Simon Josefsson  <jas@extundo.com>
22178
22179         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22180         idn/idna.el isn't available.
22181         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22182         <michael@waxrat.com>.
22183
22184         * hashcash.el: Remove non-FSF copyright header.
22185
22186         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22187         (hashcash-generate-payment): Use it.
22188         (hashcash-generate-payment-async): Use it.
22189
22190 2005-01-15  Simon Josefsson  <jas@extundo.com>
22191
22192         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22193         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22194
22195         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22196         gnus-summary-idna-message.
22197         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22198         (gnus-summary-idna-message): New function.
22199
22200 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22201
22202         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22203         gnus-novice-user.
22204
22205 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22206
22207         * nnrss.el (nnrss-request-delete-group): Delete entries in
22208         nnrss-group-alist as well.
22209         (nnrss-save-server-data): Insert newline.
22210
22211 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22212
22213         * gnus.el (gnus-user-agent): Use list of symbols instead of
22214         symbols.  Display full version number for (S)XEmacs.
22215         Optionally display (S)XEmacs codename.
22216
22217         * gnus-util.el (gnus-emacs-version): Update for new
22218         `gnus-user-agent'.
22219
22220         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22221         Gnus version.
22222
22223 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22224
22225         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22226         which is unreadable in some setups.
22227
22228 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22229
22230         * gnus-spec.el (gnus-update-format-specifications): Flush the
22231         group format spec cache if it doesn't support decoded group names.
22232
22233 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22234
22235         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22236         Allow to apply decay on score files matching a regexp.
22237
22238 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22239
22240         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22241         compatibility in %g and %c.
22242
22243 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22244
22245         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22246         name for only %g and %c.
22247         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22248         of gnus-tmp-group to decoded group name.
22249         (gnus-group-make-rss-group): Exclude `/'s from group names.
22250
22251 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * nnrss.el (nnrss-get-encoding): Fix regexp.
22254
22255 2004-12-27  Simon Josefsson  <jas@extundo.com>
22256
22257         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22258         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22259         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22260
22261 2004-12-17  Kim F. Storm  <storm@cua.dk>
22262
22263         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22264
22265         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22266
22267 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22268
22269         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22270
22271 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22272
22273         * nnrss.el: Require rfc2047 and mml.
22274         (nnrss-file-coding-system): New variable.
22275         (nnrss-format-string): Redefine it as an inline function.
22276         (nnrss-decode-group-name): New function.
22277         (nnrss-string-as-multibyte): Remove.
22278         (nnrss-retrieve-headers): Decode group name; don't use
22279         nnrss-format-string.
22280         (nnrss-request-group): Decode group name.
22281         (nnrss-request-article): Decode group name; allow a Message-ID as
22282         well as an article number; don't use nnrss-format-string; encode a
22283         Message-ID string which may contain non-ASCII characters; use
22284         mml-to-mime to compose a MIME article.
22285         (nnrss-request-expire-articles): Decode group name.
22286         (nnrss-request-delete-group): Decode group name.
22287         (nnrss-fetch): Clarify error message.
22288         (nnrss-read-server-data): Use insert-file-contents instead of load;
22289         bind file-name-coding-system; use multibyte buffer.
22290         (nnrss-save-server-data): Bind coding-system-for-write to the
22291         value of nnrss-file-coding-system; bind file-name-coding-system;
22292         add coding cookie.
22293         (nnrss-read-group-data): Use insert-file-contents instead of load;
22294         bind file-name-coding-system; use multibyte buffer.
22295         (nnrss-save-group-data): Bind coding-system-for-write to the
22296         value of nnrss-file-coding-system; bind file-name-coding-system.
22297         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22298         make it work with non-ASCII text.
22299         (nnrss-find-el): Make it work with old xml.el as well.
22300
22301 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22302
22303         * nnrss.el (nnrss-get-encoding): New function.
22304         (nnrss-fetch): Use unibyte buffer initially; bind
22305         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22306         decode contents according to the encoding attribute.
22307         (nnrss-save-group-data): Add coding cookie.
22308         (nnrss-mime-encode-string): New function.
22309         (nnrss-check-group): Use it to encode subject and author.
22310
22311 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22312
22313         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22314         imaginary variable.
22315
22316 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22317
22318         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22319         correctly even if there are wide characters.
22320
22321 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22322
22323         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22324         downcased symbol names; make a new cache instead of reusing
22325         bbdb-hashtable.
22326
22327 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22330         concatenating segments rather than before concatenating them.
22331         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22332
22333         * message.el (message-get-reply-headers): Bind `extra'.
22334
22335 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22336
22337         * message.el (message-extra-wide-headers): New variable.
22338         (message-get-reply-headers): Use it.
22339
22340 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22341
22342         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22343         (gnus-agent-group-pathname): Ditto.
22344
22345         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22346
22347         * gnus-group.el (gnus-group-make-group): Decode group name.
22348         (gnus-group-make-rss-group): Register the group data after opening
22349         the nnrss group.
22350
22351 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22352
22353         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22354         by expiry now get marked as read.
22355
22356 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22359
22360 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22361
22362         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22363         unify Latin characters in XEmacs.
22364         (mm-find-mime-charset-region): Use it.
22365
22366 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * gnus-util.el (gnus-delete-directory): New function.
22369
22370         * gnus-agent.el (gnus-agent-delete-group): Use it.
22371
22372         * gnus-cache.el (gnus-cache-delete-group): Use it.
22373
22374 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22375
22376         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22377         names.
22378
22379 2004-12-16  Simon Josefsson  <jas@extundo.com>
22380
22381         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22382
22383 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22386
22387         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22388         (gnus-group-set-current-level): Decode group name.
22389
22390 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22391
22392         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22393         failed.
22394
22395 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22396
22397         * gnus-group.el (gnus-group-delete-group): Decode group name.
22398         (gnus-group-make-rss-group): Encode group name.
22399         (gnus-group-catchup-current): Decode group name.
22400         (gnus-group-kill-group): Decode group name.
22401
22402 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22403
22404         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22405
22406 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22407
22408         * gnus-group.el (gnus-group-make-rss-group):
22409         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22410
22411         * gnus-start.el (gnus-setup-news): Honor user's setting to
22412         gnus-message-archive-method.  Suggested by Lute Kamstra
22413         <lute@gnu.org>.
22414
22415 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22416
22417         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22418         global counterparts of the buffer-local variables.
22419
22420 2004-11-16  Romain Francoise  <romain@orebokech.com>
22421
22422         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22423         counterparts of the buffer-local variables.
22424
22425 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22426
22427         * message.el (message-forbidden-properties): Fix typo in doc
22428         string.
22429
22430 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22431
22432         * gnus-util.el (gnus-replace-in-string): Add doc string.
22433
22434         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22435         to avoid problems when splitting mails with many recipients.
22436
22437 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22438
22439         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22440         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22441
22442 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22443
22444         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22445         if there is no hashtable in memory or file modification time is
22446         newer than cached timestamp.
22447
22448 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22449
22450         * gnus-sum.el (gnus-summary-limit-to-recipient):
22451         Implement not-matching option.
22452
22453 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22454
22455         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22456         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22457         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22458         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22459         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22460         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22461
22462 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * message.el (message-forward-make-body-mml): Remove headers
22465         according to message-forward-ignored-headers if a message is decoded.
22466
22467 2004-12-02  Romain Francoise  <romain@orebokech.com>
22468
22469         * message.el (message-forward-make-body-plain): Always remove
22470         headers according to message-forward-ignored-headers.
22471
22472 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22473
22474         * spam.el (spam-summary-prepare-exit): Remove the
22475         gnus-summary-limit pop for now, it has problems with ham marks for
22476         me.
22477
22478 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22479
22480         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22481         correctly.
22482
22483 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22484
22485         * format-spec.el (format-spec): Message the char.
22486
22487 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22488
22489         * gnus-art.el (gnus-split-methods): Reformat comments.
22490
22491         * spam.el (spam-summary-prepare-exit): Remove article limits
22492         before exiting the summary buffer.
22493
22494 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22495
22496         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22497         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22498
22499         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22500         order to silence the byte compiler.
22501
22502         * spam.el: Fix the way to silence the byte compiler, which
22503         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22504         bbdb-search-simple, spam-BBDB-register-routine,
22505         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22506         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22507         spam-stat-buffer-is-spam, spam-stat-load,
22508         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22509         spam-stat-save and spam-stat-split-fancy.
22510
22511 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22514         which may confuse users.
22515         (canlock-password-for-verify): Ditto.
22516
22517         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22518
22519         * gnus-art.el (gnus-emphasis-alist): Ditto.
22520
22521         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22522
22523         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22524
22525         * gnus-start.el (gnus-save-killed-list): Ditto.
22526
22527         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22528         (gnus-sum-thread-tree-root): Ditto.
22529         (gnus-sum-thread-tree-false-root): Ditto.
22530         (gnus-sum-thread-tree-single-indent): Ditto.
22531
22532         * message.el (message-courtesy-message): Ditto.
22533         (message-archive-note): Ditto.
22534         (message-subscribed-address-file): Ditto.
22535         (message-user-fqdn): Ditto.
22536
22537         * spam-report.el (spam-report-gmane-regex): Ditto.
22538
22539         * spam.el (spam-blackhole-good-server-regex): Ditto.
22540
22541 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22542
22543         * mml.el (mml-preview): Widen the message buffer before copying
22544         the contents to the preview buffer; sort headers before previewing.
22545
22546         * message.el (message-hidden-headers): Fix the way to avoid a bug
22547         in the `repeat' widget in Emacs 21.3 or earlier.
22548
22549 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22550
22551         * message.el (message-hidden-headers): Default to "^References:".
22552         Improve customization type.  Suggested by Reiner Steib
22553         <Reiner.Steib@gmx.de>.
22554
22555 2004-11-25  Romain Francoise  <romain@orebokech.com>
22556
22557         * message.el (message-strip-forbidden-properties): Remove check for
22558         obsolete `message-hidden' text property, hidden headers are not
22559         accessible in the buffer anymore.
22560
22561 2004-11-22  Romain Francoise  <romain@orebokech.com>
22562
22563         * message.el (message-header-format-alist): Add `From' in list
22564         so that it can be sorted.
22565         (message-fix-before-sending): Widen and sort headers before
22566         sending.
22567         (message-hide-headers): Use narrowing to hide headers by moving
22568         them to the top of the buffer and narrowing to the region
22569         underneath.
22570
22571 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22572
22573         * message.el (message-strip-forbidden-properties):
22574         Bind buffer-read-only (etc) to nil.
22575
22576 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22577
22578         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22579         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22580
22581 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22582
22583         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22584
22585 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22586
22587         * dns.el (query-dns): Use sit-for to time instead of
22588         accept-process-output, since that doesn't seem to work on udp
22589         sockets.
22590
22591 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22592
22593         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22594
22595 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22596
22597         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22598         doc string.  Improve doc string.
22599
22600 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22601
22602         * nntp.el (nntp-request-update-info): Return nil if
22603         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22604         may not call gnus-activate-group which uselessly issues the GROUP
22605         commands for all nntp groups and wastes time.  Reported by Romain
22606         Francoise <romain@orebokech.com>.
22607
22608         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22609
22610 2004-11-15  Simon Josefsson  <jas@extundo.com>
22611
22612         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22613         headers separately.
22614         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22615         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22616
22617 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22618
22619         * gnus-start.el (gnus-convert-old-newsrc):
22620         Assign legacy-gnus-agent to 5.10.7.
22621
22622 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22623
22624         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22625         start of the lines.
22626
22627 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22628
22629         * hashcash.el (hashcash-default-payment): Change default to 20.
22630         (hashcash-default-accept-payment): Change default to 20.
22631         (hashcash-process-alist): New variable.
22632         (hashcash-generate-payment-async): Add.
22633         (hashcash-already-paid-p): Add.
22634         (hashcash-insert-payment): Don't generate payments twice.
22635         (hashcash-insert-payment-async): Add.
22636         (hashcash-insert-payment-async-2): Add.
22637         (hashcash-cancel-async): Add.
22638         (hashcash-wait-async): Add.
22639         (hashcash-processes-running-p): Add.
22640         (hashcash-wait-or-cancel): Add.
22641         (mail-add-payment): New optional argument.  Conditionally start
22642         asynchronous calculation.
22643         (mail-add-payment-async): Add.
22644
22645         * message.el (message-send-mail): Wait for asynchronous hashcash
22646         results.  Don't clobber existing X-Hashcash headers.
22647         (message-setup-1): Call mail-add-payment-async when
22648         message-generate-hashcash is non-nil.
22649
22650 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22651
22652         * message.el (message-use-alternative-email-as-from): Examine the
22653         From header as well; use message-make-from in order to include a
22654         user's full name.
22655
22656 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22657
22658         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22659         default; improve customization type.
22660         (gnus-emphasis-custom-with-format): New macro.
22661         (gnus-emphasis-custom-value-to-external): New function.
22662         (gnus-emphasis-custom-value-to-internal): New function.
22663
22664 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22665
22666         * dns.el (query-dns): Resolve reverse addresses.
22667
22668 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22669
22670         * gnus-group.el (gnus-group-get-new-news): Use it.
22671
22672         * gnus-start.el (gnus-check-reasonable-setup): New function.
22673
22674 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22675
22676         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22677         "Args out of range" error.  Reported by Arnaud Giersch
22678         <arnaud.giersch@free.fr>.
22679
22680 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22681
22682         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22683
22684 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22685
22686         * spam.el (spam group): Add :version.
22687
22688         * pgg-def.el (pgg group): Add :version.
22689
22690 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22691
22692         * gnus-art.el (gnus-article-edit-article): Don't associate the
22693         article buffer with a draft file.  This is a temporary measure
22694         against the 2004-08-22 change to gnus-article-edit-mode.
22695
22696 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22697
22698         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22699         (html2text-format-tags): Remove unused variable `attr'.
22700
22701 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22702
22703         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22704
22705         * tls.el (tls-process-connection-type, tls-success)
22706         (tls-certtool-program): Add :version.
22707
22708         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22709         (starttls-extra-arguments, starttls-process-connection-type)
22710         (starttls-connect, starttls-failure, starttls-success): Add :version.
22711
22712         * spam-stat.el (spam-stat): Add :version.
22713
22714         * sieve.el (sieve): Add :version.
22715
22716         * sha1.el (sha1): Add :version.
22717         (sha1-use-external): Remove redundant version.
22718
22719         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22720         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22721         (nnmail-split-fancy-match-partial-words)
22722         (nnmail-split-lowercase-expanded): Add :version.
22723
22724         * nndiary.el (nndiary): Add :version.
22725
22726         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22727
22728         * mml-sec.el (mml-default-sign-method)
22729         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22730         Add :version.
22731
22732         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22733
22734         * mm-url.el (mm-url-use-external, mm-url-program)
22735         (mm-url-arguments): Add :version.
22736
22737         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22738         (mm-attachment-file-modes, mm-decrypt-option)
22739         (mm-w3m-safe-url-regexp): Add :version.
22740
22741         * message.el (message-cite-prefix-regexp)
22742         (message-sendmail-envelope-from, message-minibuffer-local-map)
22743         (message-user-fqdn, message-completion-alist): Add :version.
22744
22745         * gnus-win.el (gnus-configure-windows-hook)
22746         (gnus-use-frames-on-any-display): Add :version.
22747
22748         * gnus-art.el (gnus-article-address-banner-alist)
22749         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22750         (gnus-treat-from-picon, gnus-treat-mail-picon)
22751         (gnus-treat-x-pgp-sig): Add :version.
22752
22753         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22754         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22755         (gnus-summary-article-delete-hook)
22756         (gnus-summary-display-while-building): Add :version.
22757
22758         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22759         (gnus-get-top-new-news-hook): Add :version.
22760
22761         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22762         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22763
22764         * gnus-registry.el (gnus-registry): Add :version.
22765
22766         * gnus-spec.el (gnus-use-correct-string-widths)
22767         (gnus-make-format-preserve-properties): Add :version.
22768
22769         * gnus.el (gnus-group-charter-alist)
22770         (gnus-group-fetch-control-use-browse-url)
22771         (gnus-install-group-spam-parameters): Add :version.
22772
22773         * gnus-diary.el (gnus-diary): Add :version.
22774
22775         * gnus-delay.el (gnus-delay): Add :version.
22776
22777         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22778         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22779         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22780         Add :version.
22781
22782         * gnus-agent.el (gnus-agent-max-fetch-size)
22783         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22784         (gnus-agent-prompt-send-queue): Add :version.
22785
22786         * deuglify.el (gnus-outlook-deuglify): Add :version.
22787
22788         * html2text.el: Beautify code.  Improve doc strings.
22789         Some checkdoc cleanup.
22790         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22791
22792 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22793
22794         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22795
22796 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22797
22798         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22799         when package is loaded.
22800
22801         * spam.el (spam-summary-score-preferred-header): Add global preference
22802         for people who want to override the default SpamAssassin over
22803         Bogofilter preference (when both are set).
22804         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22805         (spam-user-format-function-S):
22806         Check spam-summary-score-preferred-header.
22807         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22808         (spam-user-format-function-S): Format the score correctly.
22809
22810 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22811
22812         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22813         signature file.  Suggested by Manoj Srivastava
22814         <srivasta@golden-gryphon.com>.
22815
22816         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22817         iso-2022-jp even in the Japanese language environment.
22818         Suggested by Jason Rumney <jasonr@gnu.org>.
22819
22820 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22821
22822         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22823         use the same characters as the dummy marks; make it free from
22824         getting affected by the language environment.
22825         (gnus-summary-read-group-1): Update mark positions only when the
22826         format spec is updated.
22827
22828         * gnus-spec.el (gnus-update-format-specifications): Return a list
22829         of updated types.
22830
22831 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22832
22833         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22834         of boundp to check if display-warning is available.
22835
22836 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22837
22838         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22839
22840 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * nnspool.el (nnspool-spool-directory): Use news-path if the
22843         news-directory variable is not bound.
22844
22845         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22846         function instead of display-warning if it is not available.
22847
22848 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22849
22850         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22851         v5-10: Use `point-at-bol'.
22852
22853 2004-10-26  Simon Josefsson  <jas@extundo.com>
22854
22855         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22856         <chenggao@gmail.com>.
22857
22858 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22859
22860         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22861         instead.
22862
22863 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22864
22865         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22866         to remove a server from the nnimap-server-buffer-alist.
22867         (nnimap-open-connection, nnimap-close-server): Use it.
22868
22869         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22870
22871 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22872
22873         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22874         running the major-mode function.
22875
22876 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22877
22878         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22879         dummy marks in the right way.
22880
22881 2004-10-18  David Edmondson  <dme@dme.org>
22882
22883         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22884         excessively.
22885
22886 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22887
22888         * gnus-util.el (gnus-split-references): Accept a nil references
22889         string and go on blissfully.
22890
22891         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22892         cases where the references string is non-nil but has no references.
22893
22894         * encrypt.el: Add autoload tags.
22895
22896         * spam.el (spam-resolve-registrations-routine): Remove article
22897         from unregistration list too.  Reported by David Hanak
22898         <dhanak@isis.vanderbilt.edu>
22899
22900 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22901
22902         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22903         nil.  Change custom type.
22904
22905 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22906
22907         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22908
22909         * gnus-sum.el (gnus-summary-move-article): Use it.
22910
22911 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22912
22913         * encrypt.el: Add autoload cookies.
22914
22915         * spam.el (spam-backend-article-list-property)
22916         (spam-backend-get-article-todo-list)
22917         (spam-backend-put-article-todo-list)
22918         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22919         Resolve registrations separately.
22920         (spam-register-routine): Format comments.
22921         (spam-unregister-routine, spam-register-routine): Always call with
22922         specific-articles, no default list.
22923         (spam-summary-prepare-exit): Use the spam-classifications function.
22924
22925         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22926         gnus-encrypt.el.
22927
22928         * encrypt.el: Copied from gnus-encrypt.el.
22929
22930         * gnus-encrypt.el: Commented that it's obsolete.
22931
22932 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22933
22934         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22935         (gnus-score-save): Use it.
22936
22937         * message.el (message-bury): Use `window-dedicated-p'.
22938
22939 2004-10-15  Simon Josefsson  <jas@extundo.com>
22940
22941         * pop3.el (top-level): Don't require nnheader.
22942         (pop3-read-timeout): Add.
22943         (pop3-accept-process-output): Add.
22944         (pop3-read-response, pop3-retr): Use it.
22945
22946 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22947
22948         * spam.el (spam-register-routine): Move comment.
22949         (spam-verify-bogofilter): Use 'unknown for the initial
22950         spam-bogofilter-valid state, not 'never.
22951
22952         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22953         for netrc-machine.
22954
22955         * nnimap.el (nnimap-open-connection):
22956         Use netrc-machine-user-or-password.
22957
22958 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22959
22960         * gnus-registry.el (gnus-registry-unload-hook):
22961         Set as a variable with add-hook.
22962
22963         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22964         of news-path.
22965
22966         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22967
22968         * spam.el: Delete duplicate `provide'.
22969         (spam-unload-hook): Set as a variable with add-hook.
22970
22971 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22972
22973         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22974         in the doc string.
22975
22976         * message.el (message-ignored-news-headers)
22977         (message-ignored-supersedes-headers)
22978         (message-ignored-resent-headers)
22979         (message-forward-ignored-headers): Improve custom type.
22980
22981 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * message.el (message-tokenize-header): Fix 2004-09-06 change
22984         which used point-min in the wrong place.
22985
22986 2004-10-12  Simon Josefsson  <jas@extundo.com>
22987
22988         * tls.el (tls-certtool-program): New variable.
22989         (tls-certificate-information): New function, based on
22990         ssl-certificate-information.
22991
22992 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22993
22994         * compface.el: Move the version of ELisp-based uncompface program
22995         to the contrib directory because of the copyright problem.
22996
22997 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22998
22999         * message.el (message-kill-buffer): Raise the current frame.
23000
23001 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23002
23003         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23004
23005         * gnus.el (message-y-or-n-p): Autoload.
23006
23007         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23008         (pop3-password-required, pop3-authentication-scheme)
23009         (pop3-leave-mail-on-server): Make customizable.
23010         (pop3): New custom group.
23011         (pop3-retr): Remove `sleep-for' statements.
23012         Suggested by Dave Love <fx@gnu.org>.
23013
23014         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23015         Windows/DOS.
23016
23017         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23018         (imap-parse-body): Fix incorrect use of `assert'.
23019         Suggested by Dave Love <fx@gnu.org>.
23020
23021         * mml.el (mml-minibuffer-read-disposition): Require match.
23022         Suggested by Dave Love <fx@gnu.org>.
23023
23024 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23025
23026         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23027         doc string.
23028
23029 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23030
23031         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23032
23033 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23034
23035         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23036         instead of calling `mm-insert-inline', to decode text/* parts
23037         before displaying them.
23038
23039 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * mm-uu.el (mm-uu-text-plain-type): New variable.
23042         (mm-uu-pgp-signed-extract-1): Use it.
23043         (mm-uu-pgp-encrypted-extract-1): Use it.
23044         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23045         bind mm-uu-text-plain-type with that value.
23046         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23047         mm-uu-dissect.
23048
23049 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23050
23051         * gnus-group.el (gnus-update-group-mark-positions):
23052         * gnus-sum.el (gnus-update-summary-mark-positions):
23053         * message.el (message-check-news-body-syntax):
23054         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23055         of string-as-multibyte.
23056
23057 2004-10-05  Juri Linkov  <juri@jurta.org>
23058
23059         * gnus-group.el (gnus-update-group-mark-positions):
23060         * gnus-sum.el (gnus-update-summary-mark-positions):
23061         * message.el (message-check-news-body-syntax):
23062         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23063         8-bit unibyte values to a multibyte string for search functions.
23064
23065 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23066
23067         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23068         (mm-uu-dissect-text-parts): New function.
23069
23070         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23071         dissect text parts.
23072
23073         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23074         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23075
23076         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23077
23078         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23079         Use gnus-current-topics instead of gnus-current-topic.
23080
23081 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23082
23083         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23084
23085 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23086
23087         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23088         where appropriate.
23089
23090         * nnml.el (nnml-generate-active-info): do.
23091
23092         * nndiary.el (nndiary-generate-active-info): do.
23093
23094         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23095         (gnus-topic-move): do.
23096
23097         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23098         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23099
23100         * gnus-srvr.el (gnus-server-prepare)
23101         (gnus-server-open-all-servers): do.
23102
23103         * gnus-msg.el (gnus-summary-cancel-article)
23104         (gnus-summary-resend-message)
23105         (gnus-summary-mail-crosspost-complaint): do.
23106
23107         * gnus-move.el (gnus-change-server): do.
23108
23109         * gnus-group.el (gnus-group-unmark-all-groups)
23110         (gnus-group-set-current-level): do.
23111
23112 2004-10-04  Simon Josefsson  <jas@extundo.com>
23113
23114         * message.el (message-generate-hashcash): Doc fix.
23115
23116 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23117
23118         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23119         avoid infinite recursion via gnus-get-function.
23120
23121 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23122
23123         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23124
23125         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23126
23127         * nnmail.el (nnmail-split-history): do.
23128
23129         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23130         (nnml-request-delete-group): do.
23131
23132         * nnslashdot.el (nnslashdot-read-groups): do.
23133
23134         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23135         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23136
23137         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23138         (nnspool-sift-nov-with-sed): Use last.
23139         (nnspool-retrieve-headers-with-nov): Use mapc.
23140         (nnspool-request-newgroups): Use dolist.
23141         (nnspool-request-group): Use last.
23142
23143         * nntp.el (nntp-read-server-type): Use dolist.
23144
23145         * nnvirtual.el (nnvirtual-create-mapping)
23146         (nnvirtual-update-read-and-marked): Use dolist.
23147         (nnvirtual-convert-headers): Simplify.
23148
23149 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23150
23151         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23152         Add support for sync'ing tick marks.
23153
23154 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23157         there's no visible header.
23158
23159 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23160
23161         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23162         When necessary, pass full group name to gnus-request-set-marks.
23163
23164 2004-10-01  Simon Josefsson  <jas@extundo.com>
23165
23166         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23167         acroread.
23168
23169 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23170
23171         * spam-report.el (spam-report-gmane): Fix interactive.
23172
23173         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23174
23175         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23176         when writing file.
23177         (gnus-agent-synchronize-flags): Don't default to being
23178         interactive.
23179
23180 2004-09-30  Simon Josefsson  <jas@extundo.com>
23181
23182         * message.el (message-generate-hashcash): Add.
23183         (message-send-mail): Use it, call mail-add-payment.
23184
23185 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23186
23187         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23188
23189 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23190
23191         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23192         gnus-requst-update-info with explicit code to sync the in-memory
23193         info read flags with the marks being sync'd to the backend.
23194
23195         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23196
23197 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23198
23199         * spam.el (spam-verify-bogofilter): Add new function.
23200         (spam-check-bogofilter)
23201         (spam-bogofilter-register-with-bogofilter): Use it.
23202         (spam-verify-bogofilter): Add small fixes.
23203
23204 2004-09-28  Simon Josefsson  <jas@extundo.com>
23205
23206         * hashcash.el (hashcash-generate-payment): Revert.
23207
23208 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23209
23210         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23211         Use gnus-extract-references instead of gnus-split-references.
23212
23213         * gnus-util.el (gnus-extract-references): Add new function, analogous
23214         to gnus-split-references but extracts only the message-ID without
23215         anything extra.
23216
23217         * hashcash.el (hashcash-generate-payment)
23218         (hashcash-check-payment): Do the right thing if hashcash-path is
23219         nil (because the hashcash program could not be found).
23220
23221         * spam.el (spam-use-hashcash): Remove comment.
23222
23223 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23224
23225         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23226         (gnus-cache-enter-article, gnus-cache-remove-article)
23227         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23228
23229         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23230
23231         * gnus-art.el (article-hide-boring-headers)
23232         (article-translate-strings, article-display-face)
23233         (gnus-article-mime-match-handle-first)
23234         (gnus-article-highlight-headers)
23235         (gnus-article-add-buttons-to-head): do.
23236
23237 2004-09-27  Simon Josefsson  <jas@extundo.com>
23238
23239         * hashcash.el: New version, from
23240         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23241         ../contrib/.
23242
23243 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23244
23245         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23246
23247 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23248
23249         * gnus-dup.el (gnus-dup-open): Use mapc.
23250         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23251
23252         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23253         Reported by Stefan Wiens <s.wi@gmx.net>.
23254
23255         * gnus.el (gnus-shutdown): Use dolist.
23256
23257         * gnus-undo.el (gnus-undo): Use mapc.
23258
23259         * nnrss.el (nnrss-generate-active): do.
23260
23261         * message.el (message-cite-original-without-signature)
23262         (message-cite-original): Use mapc.
23263         (message-do-actions, message-make-forward-subject): Use dolist.
23264
23265 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23266
23267         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23268         deletion to remove entire duplicate line.  Fixes merged article
23269         number bug.
23270
23271 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23272
23273         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23274         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23275         first ask if you want to open a server and then, even when you
23276         responded with no, asking if you want to synchronize the server's
23277         flags.
23278         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23279         multi-line expressions.
23280         (gnus-agent-synchronize-group-flags): New internal function.
23281         Updates marks in memory (in the info structure) AND in the
23282         backend.
23283
23284         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23285
23286         * nnagent.el (nnagent-request-set-mark):
23287         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23288         method, to ensure that synchronization updates marks in the
23289         backend and in the info (in memory) structure.
23290
23291 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23292
23293         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23294         convention fully; don't miss the root article of a thread; make
23295         the X-Draft-From header with correct article numbers.
23296
23297 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23298
23299         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23300         unless plugged.  Disable the agent so that an open failure causes
23301         an error.
23302
23303         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23304         Revert 2004-09-21 change.  The backend must be opened while
23305         synchronizing flags even when the backend stores the flags
23306         locally.
23307
23308 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23309
23310         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23311         in `header' match.  Reported by Svend Tollak Munkejord.
23312
23313         * message.el (message-cite-original): Fix use of
23314         `message-cite-articles-with-x-no-archive'.
23315
23316 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23319         (gnus-window-to-buffer): Ditto.
23320
23321         * mml.el (mml-preview-buffer): New variable.
23322         (mml-preview): Manage window layout with gnus-buffer-configuration.
23323
23324         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23325         X-Draft-From header even if those articles aren't quoted.
23326
23327 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23328
23329         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23330         (gnus-request-set-mark, gnus-request-update-mark): Use new
23331         g-s-t-u-l-m to decide to use backend even when unplugged.
23332
23333 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23336         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23337
23338 2004-09-20  Simon Josefsson  <jas@extundo.com>
23339
23340         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23341         "utf-16-le".
23342
23343 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23344
23345         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23346
23347 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23348
23349         * uudecode.el (uudecode-use-external): Add :version.
23350
23351         * smime.el (smime-CA-file, smime-encrypt-cipher)
23352         (smime-dns-server): Add :version.
23353
23354         * smiley.el (gnus-smiley-file-types): Add :version.
23355
23356         * sha1.el (sha1-use-external): Add :version.
23357
23358         * pgg-def.el (pgg-query-keyserver): Add :version.
23359
23360         * nnmail.el (nnmail-fancy-expiry-targets)
23361         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23362         Add :version.
23363
23364         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23365         (nnimap-retrieve-groups-asynchronous): Add :version.
23366         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23367
23368         * mml.el (mml-content-disposition-parameters)
23369         (mml-insert-mime-headers-always): Add :version.
23370
23371         * mm-util.el (mm-coding-system-priorities): Add :version.
23372
23373         * mm-decode.el (mm-inline-text-html-with-images)
23374         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23375         (mm-verify-option): Add :version.
23376         (mm-text-html-renderer): Change :version.
23377
23378         * message.el (message-fcc-externalize-attachments)
23379         (message-required-headers, message-draft-headers)
23380         (message-subject-trailing-was-query)
23381         (message-subject-trailing-was-ask-regexp)
23382         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23383         (message-mark-insert-end, message-archive-header)
23384         (message-archive-note, message-cross-post-default)
23385         (message-cross-post-note, message-followup-to-note)
23386         (message-cross-post-note-function, message-use-mail-followup-to)
23387         (message-subscribed-address-functions)
23388         (message-subscribed-address-file, message-subscribed-addresses)
23389         (message-subscribed-regexps, message-allow-no-recipients)
23390         (message-yank-cited-prefix, message-signature-insert-empty-line)
23391         (message-hidden-headers, message-hierarchical-addresses)
23392         (message-mail-user-agent, message-use-idna)
23393         (message-valid-fqdn-regexp)
23394         (message-strip-special-text-properties, message-header-synonyms)
23395         (message-beginning-of-line, message-tab-body-function): Add :version.
23396         (message-insert-canlock, message-wide-reply-confirm-recipients):
23397         Change :version.
23398
23399         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23400         and :version.
23401         (mail-source-delete-old-incoming-confirm)
23402         (mail-source-movemail-program): Add :version.
23403
23404         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23405         (gnus-agent-cache, gnus-agent): Change :version.
23406
23407         * gnus-util.el (gnus-use-byte-compile): Change :version.
23408
23409         * gnus-sum.el (gnus-summary-make-false-root-always)
23410         (gnus-summary-default-high-score)
23411         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23412         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23413         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23414         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23415         (gnus-sum-thread-tree-single-indent)
23416         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23417         (gnus-sum-thread-tree-leaf-with-other)
23418         (gnus-sum-thread-tree-single-leaf): Add :version.
23419         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23420         (gnus-article-loose-mime): Change :version.
23421
23422         * gnus-start.el (gnus-backup-startup-file)
23423         (gnus-save-startup-file-via-temp-buffer): Add :version.
23424
23425         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23426         (gnus-server-offline-face): Add :version.
23427
23428         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23429
23430         * gnus-msg.el (gnus-gcc-externalize-attachments)
23431         (gnus-debug-files, gnus-debug-exclude-variables)
23432         (gnus-discouraged-post-methods): Change :version.
23433         (gnus-confirm-mail-reply-to-news)
23434         (gnus-confirm-treat-mail-like-news): Add :version.
23435
23436         * gnus-int.el (gnus-server-unopen-status): Add :version.
23437
23438         * gnus-group.el (gnus-group-jump-to-group-prompt)
23439         (gnus-large-ephemeral-newsgroup)
23440         (gnus-fetch-old-ephemeral-headers): Add :version.
23441
23442         * gnus-fun.el (gnus-x-face-directory)
23443         (gnus-convert-pbm-to-x-face-command)
23444         (gnus-convert-image-to-x-face-command)
23445         (gnus-convert-image-to-face-command): Add :version.
23446
23447         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23448
23449         * gnus-cite.el (gnus-cite-blank-line-after-header)
23450         (gnus-article-boring-faces): Add :version.
23451
23452         * gnus-art.el (gnus-buttonized-mime-types)
23453         (gnus-inhibit-mime-unbuttonizing)
23454         (gnus-treat-display-face)
23455         (gnus-treat-body-boundary): Change :version.
23456         (gnus-body-boundary-delimiter, gnus-picon-databases)
23457         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23458         (gnus-treat-date-english, gnus-treat-fold-headers)
23459         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23460         (gnus-treat-mail-picon, gnus-treat-wash-html)
23461         (gnus-article-encrypt-protocol)
23462         (gnus-use-idna, gnus-article-over-scroll)
23463         (gnus-mime-display-multipart-alternative-as-mixed)
23464         (gnus-mime-display-multipart-related-as-mixed)
23465         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23466         (gnus-ctan-url, gnus-button-ctan-handler)
23467         (gnus-button-handle-ctan-bogus-regexp)
23468         (gnus-button-ctan-directory-regexp)
23469         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23470         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23471         (gnus-button-man-level, gnus-button-emacs-level)
23472         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23473
23474         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23475         (gnus-agent-go-online): Change :version.
23476         (gnus-agent-expire-unagentized-dirs)
23477         (gnus-agent-auto-agentize-methods): Add :version.
23478
23479         * flow-fill.el (fill-flowed-display-column)
23480         (fill-flowed-encode-column): Add :version.
23481
23482         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23483         (gnus-outlook-deuglify-unwrap-max)
23484         (gnus-outlook-deuglify-cite-marks)
23485         (gnus-outlook-deuglify-unwrap-stop-chars)
23486         (gnus-outlook-deuglify-no-wrap-chars)
23487         (gnus-outlook-deuglify-attrib-cut-regexp)
23488         (gnus-outlook-deuglify-attrib-verb-regexp)
23489         (gnus-outlook-deuglify-attrib-end-regexp)
23490         (gnus-outlook-display-hook): Add :version.
23491
23492         * binhex.el (binhex-use-external): Add :version.
23493
23494 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23495
23496         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23497         and `invisible'.
23498
23499 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23500
23501         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23502         in gnus-registry-trim.
23503
23504 2004-09-13  Simon Josefsson  <jas@extundo.com>
23505
23506         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23507
23508         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23509
23510         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23511         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23512         <yamaoka@jpl.org>.
23513         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23514         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23515         <yamaoka@jpl.org>.
23516
23517         * sieve.el (sieve-manage-mode): Ditto.
23518
23519 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23520
23521         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23522
23523 2004-09-11  Simon Josefsson  <jas@extundo.com>
23524
23525         * dns-mode.el: Add.
23526
23527         * mm-view.el (mm-display-dns-inline): Add.
23528
23529         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23530         (mm-automatic-display): Ditto.
23531
23532         * mailcap.el (mailcap-mime-data): Add text/dns.
23533         (mailcap-mime-extensions): Map .soa to text/dns.
23534
23535 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23536
23537         * gnus-art.el (article-decode-mime-words, article-babel)
23538         (gnus-article-highlight-signature, gnus-article-add-buttons)
23539         (gnus-signature-toggle): Remove unnecessary bindings of
23540         `inhibit-read-only' inherited from v5.10 merge.
23541
23542 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23543
23544         * nntp.el (nntp): New customization group.
23545         (nntp-authinfo-file): Add customization group.
23546
23547         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23548
23549         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23550
23551         * gnus.el (to-address, to-list, subscribed)
23552         (large-newsgroup-initial): Ditto.
23553
23554         * flow-fill.el (fill-flowed-display-column)
23555         (fill-flowed-encode-column): Ditto.
23556
23557 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23558
23559         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23560         Use point-min rather than 1.
23561         (message-send-mail): Use buffer-size rather than point-max.
23562
23563         * gnus-sum.el (gnus-summary-search-article-forward):
23564         Signal a specific `search-failed' rather than a generic `error'.
23565
23566         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23567         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23568         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23569
23570 2004-09-10  Simon Josefsson  <jas@extundo.com>
23571
23572         * nndb.el (require): Remove tcp and duplicate cl.
23573
23574 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23575
23576         * gnus-agent.el (directory-files-and-attributes): Move forward.
23577
23578 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23579
23580         * gnus-agent.el (directory-files-and-attributes):
23581         Optionally defined to support XEmacs.
23582
23583 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23584
23585         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23586         to avoid run-time CL dependencies.
23587         (gnus-agent-unfetch-articles): New function.
23588         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23589         article numbers even when local .overview file is missing.
23590         (gnus-agent-read-article-number): New function.  Only accepts
23591         27-bit article numbers.
23592         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23593         Use gnus-agent-read-article-number.
23594         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23595         from backend while recognizing that article numbers in .overview
23596         must be valid.
23597         (gnus-agent-update-files-total-fetched-for):
23598         Use directory-files-and-attributes to improve performance.
23599         * gnus-int.el (gnus-request-move-article):
23600         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23601         improve performance.
23602
23603         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23604         some users confused by references to .newsrc when they only have a
23605         .newsrc.eld file.
23606         (gnus-convert-mark-converter-prompt)
23607         (gnus-convert-converter-needs-prompt): Fix use of property list.
23608         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23609         New function.  Used internally to only display 'gnus converting
23610         files' message when actually necessary.
23611
23612         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23613         methods now autoloaded.
23614
23615 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23618         identifiers.
23619
23620 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23621
23622         * gnus-picon.el: Fix indentation and closing parenthesis.
23623
23624 2004-09-01  Simon Josefsson  <jas@extundo.com>
23625
23626         * message.el (message-canlock-generate): Require sha1, not
23627         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23628         to require within a function.  Sadly, if sha1.el isn't loaded, the
23629         let binding in m-c-g will hide the defcustom definition, which is
23630         bad.)
23631
23632         * canlock.el: Require sha1, not sha1-el.
23633
23634         * message.el: Don't autoload sha1 (there is a autoload cookie in
23635         sha1.el).
23636
23637         * sha1-el.el: Rename to sha1.el.
23638
23639 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23640
23641         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23642
23643 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23644
23645         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23646
23647 2004-08-30  Kim F. Storm  <storm@cua.dk>
23648
23649         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23650
23651         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23652         Add :group 'nnimap.
23653
23654 2004-08-30  Andreas Schwab  <schwab@suse.de>
23655
23656         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23657         ?* and ?\;.
23658
23659         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23660         and ?\' to symbol instead of whitespace.
23661
23662 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23665
23666         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23667         instead of re-search-forward.
23668
23669         * gnus-uu.el (gnus-uu-save-article): Ditto.
23670         (gnus-uu-post-encode-uuencode): Ditto.
23671
23672         * html2text.el (html2text-clean-list-items): Ditto.
23673         (html2text-clean-dtdd): Ditto.
23674         (html2text-format-tags): Ditto.
23675
23676         * message.el (message-send-mail-with-sendmail): Fix regexp.
23677         (message-fill-field-general): Use search-forward instead of
23678         re-search-forward.
23679         (unbold-region): Ditto.
23680
23681         * nnrss.el (nnrss-request-article): Ditto.
23682
23683         * nnslashdot.el (nnslashdot-request-article): Ditto.
23684
23685         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23686
23687         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23688         "Unrecognized menu descriptor" error in XEmacs.
23689
23690 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23691
23692         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23693         parent article of a sparse article in the thread hashtb.
23694
23695 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23696
23697         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23698         (nnmail-expand-newtext): Lowercase expanded entries if
23699         nnmail-split-lowercase-expanded is non-nil.
23700
23701 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23704
23705         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23706         of gnus-tmp-news-method into string under XEmacs.  It will be
23707         passed to gnus-correct-length which takes only a string argument.
23708
23709 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23710
23711         * gnus-util.el (gnus-bind-print-variables): New macro.
23712         (gnus-prin1): Use it.
23713         (gnus-prin1-to-string): Use it.
23714         (gnus-pp): New function.
23715         (gnus-pp-to-string): New function.
23716
23717         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23718         Replace pp-to-string with gnus-pp-to-string.
23719         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23720         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23721         * gnus-msg.el (gnus-debug): Ditto.
23722         * gnus-score.el (gnus-score-save): Ditto.
23723         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23724         gnus-pp-to-string.
23725         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23726         with gnus-pp.
23727         * score-mode.el (gnus-score-pretty-print): Ditto.
23728         * webmail.el (webmail-debug): Ditto.
23729
23730 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23731
23732         * gnus-art.el (article-display-face, article-display-x-face):
23733         Use buffer-read-only.
23734
23735 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23736
23737         * gnus-art.el (article-hide-list-identifiers):
23738         Bind inhibit-read-only as t.
23739
23740 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23741
23742         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23743
23744 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23745
23746         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23747         (gnus-narrow-to-page): Don't assume point-min == 1.
23748         (gnus-article-edit-mode): Derive from message-mode.
23749
23750         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23751         point-min == 1.
23752
23753         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23754         Disable incorrect use of `assert'.
23755
23756         * message.el (message-mode): Set comment-start-skip.
23757
23758
23759 2004-08-22  Sam Steingold  <sds@gnu.org>
23760
23761         * pop3.el (pop3-leave-mail-on-server): New user variable.
23762         (pop3-movemail): Delete mail only when it is nil.
23763
23764 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23765
23766         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23767
23768         * mml.el (mml-preview): Use `pop-to-buffer'.
23769
23770         * message.el (message-goto-mail-followup-to): Insert after "To".
23771         (message-carefully-insert-headers): Add comment.
23772
23773         * gnus.el: Remove unused variable `gnus-article-check-size'.
23774
23775         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23776
23777         * gnus-art.el (gnus-button-alist):
23778         Improve `gnus-button-handle-library' entry.
23779
23780 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23781
23782         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23783         Use downcase, since XEmacs capitalizes error messages differently.
23784
23785 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23786
23787         * nntp.el: Add (require 'gnus) due to reference to
23788         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23789
23790 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23791
23792         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23793         Bind `mm-fill-flowed'.
23794
23795         * mm-decode.el (mm-dissect-singlepart): Check it.
23796
23797 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23798
23799         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23800         'imap' for netrc parsing.
23801
23802 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23803
23804         * mailcap.el (mailcap-mime-data): Mark as risky.
23805
23806 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23807
23808         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23809         may be included in the encoded word.
23810         (rfc2047-encode): Don't append a space if the encoded word
23811         includes close parenthesis.
23812
23813 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23814
23815         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23816         of text within parentheses.
23817
23818 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23819
23820         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23821         (gnus-encrypt-write-file-contents): Make the password key the file
23822         name PLUS the cipher, not just the cipher.  Also remove failed
23823         passwords from the cache.
23824
23825 2004-08-06  Simon Josefsson  <jas@extundo.com>
23826
23827         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23828         Doc fix.
23829
23830 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23831
23832         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23833         LWSP.
23834
23835 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23836
23837         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23838         Try to append in-reply-to: data to the references: header.
23839
23840         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23841         (netrc-parse): Use gnus-encrypt.el functions.
23842
23843         * gnus-encrypt.el: Add new file for encryption support; currently
23844         does only a few GPG ciphers and an internal XOR cipher.
23845
23846         * password.el: Add comments on using password-read-and-add.
23847         (password-read-and-add): Add function to read and add the
23848         password to the cache at once.
23849
23850 2004-07-28  Simon Josefsson  <jas@extundo.com>
23851
23852         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23853         parameter (but don't use it, for now).
23854
23855         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23856         instead of hard coding to nil.
23857
23858 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23859
23860         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23861         as mm-inline-image-xemacs does.
23862
23863 2004-07-26  Simon Josefsson  <jas@extundo.com>
23864
23865         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23866         Revert part of 2004-07-17 change below.
23867
23868 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23869
23870         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23871         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23872
23873 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23874
23875         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23876         quotes that actually start with ">" at the beginning of the
23877         lines.
23878
23879 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * rfc2047.el (rfc2047-encode-region): Fix last change.
23882         (rfc2047-encode-parameter): Remove useless concat.
23883
23884 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23885
23886         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23887         encode special characters; fix some kind of misconfigured headers;
23888         signal a real error if debug-on-quit or debug-on-error is non-nil.
23889         (rfc2047-encode-max-chars): New variable.
23890         (rfc2047-encode-1): Use it.
23891         (rfc2047-encode-parameter): New function.
23892
23893         * mml.el (mml-insert-parameter): Remove an excessive space.
23894
23895 2004-07-17  Simon Josefsson  <jas@extundo.com>
23896
23897         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23898         Kai Grossjohann <kai@emptydomain.de>.
23899         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23900         (gnus-group-make-menu-bar): Ditto.
23901
23902         * gnus-util.el (gnus-group-server): Add.
23903
23904 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23905
23906         * message.el (message-clone-locals): Clone sendmail and smtp
23907         variables.
23908
23909 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23910
23911         * rfc2047.el (rfc2047-encode-region): Fix last change.
23912
23913 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23916         characters as non-special.
23917
23918 2004-07-09  Simon Josefsson  <jas@extundo.com>
23919
23920         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23921         Users will lose all flag changes made while unplugged with
23922         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23923         good default.  See numerous reports on ding mailing list.
23924
23925 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23926
23927         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23928         add generate-head-function and generate-article-function to the
23929         rfc822-forward entry.
23930         (nndoc-rfc822-forward-generate-article): New function.
23931         (nndoc-rfc822-forward-generate-head): New function.
23932
23933         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23934
23935 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23936
23937         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23938         respect display group parameter and gnus-summary-expunge-below.
23939         (gnus-articles-to-read): Remove unused reference to display group
23940         parameter.
23941
23942 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23943
23944         * nnheader.el (nnheader-uniquify-message-id): New experimental
23945         variable.
23946         (nnheader-nov-read-message-id): Use it.
23947
23948         * spam-report.el (spam-report-gmane): Add interactive.
23949
23950 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23951
23952         * mm-encode.el (mm-content-transfer-encoding-defaults):
23953         Use qp-or-base64 for the application/* types.
23954
23955 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23956
23957         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23958
23959 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23960
23961         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23962         trim value.
23963
23964 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23965
23966         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23967         New macro and function.
23968         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23969
23970 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23971
23972         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23973         after-load-alist.
23974
23975 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23976
23977         * gnus-group.el (gnus-group-get-new-news-this-group):
23978         Don't update info that isn't there.
23979
23980 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23981
23982         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23983         entry.
23984
23985 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23986
23987         * mm-view.el (mm-inline-render-with-function): Use multibyte
23988         buffer; decode html source by charset.
23989
23990         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23991
23992         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23993         Mule-UCS is loaded under XEmacs.
23994         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23995
23996 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23997
23998         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23999
24000 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24001
24002         * mm-util.el (mm-coding-system-p): Return a coding-system.
24003         (mm-mime-mule-charset-alist): Use shift_jis instead of
24004         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24005         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24006         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24007         instead of japanese-shift-jis and iso-latin-1 respectively in
24008         order to share the default value with both Emacs and XEmacs-mule.
24009         (mm-mule-charset-to-mime-charset):
24010         Make mm-coding-system-priorities effective.
24011         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24012         while predicating of candidates upon the priorities.
24013
24014 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24015
24016         * gnus-sum.el (gnus-summary-make-menu-bar):
24017         Add gnus-uu-invert-processable.
24018
24019         * gnus.el: Autoload gnus-uu-invert-processable.
24020
24021 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24022
24023         * mm-util.el (mm-with-multibyte-buffer): New macro.
24024
24025         * rfc2047.el (rfc2047-encode-string): Use it.
24026         (rfc2047-encode-region): Move point to the end of the region after
24027         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24028
24029 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24030
24031         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24032         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24033
24034 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24035
24036         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24037         (gnus-cite-parse): Ignore quoted envelope From_.
24038         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24039
24040 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24041
24042         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24043         invalid addresses.
24044
24045 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24046
24047         * spam.el: Change section markers, revise TODO list.
24048         (spam-backends): Make new master list of all installed backends.
24049         (spam-summary-exit-behavior): Add new variable to determine how
24050         messages moves are done at summary exit.
24051         (spam-move-spam-nonspam-groups-only)
24052         (spam-process-ham-in-nonham-groups)
24053         (spam-process-ham-in-spam-groups): Remove variables, the
24054         spam-summary-exit-behavior variable should be used to manage this
24055         behavior.
24056         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24057         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24058         and spam-old-spam-articles.
24059         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24060         Add empty variables, placeholders for the backends they represent.
24061         (spam-set-difference): Move, unchanged.
24062         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24063         unless the user has a processor variable.
24064         (spam-classifications, spam-classification-valid-p)
24065         (spam-backend-properties, spam-backend-property-valid-p)
24066         (spam-backend-function-type-valid-p)
24067         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24068         (spam-report-articles-gmane, spam-report-articles-resend):
24069         Remove functions, they are not needed.
24070         (spam-install-backend-super, spam-backend-list)
24071         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24072         (spam-backend-function, spam-backend-ham-registration-function)
24073         (spam-backend-spam-registration-function)
24074         (spam-backend-ham-unregistration-function)
24075         (spam-backend-spam-unregistration-function)
24076         (spam-backend-statistical-p, spam-backend-mover-p)
24077         (spam-install-backend-alias, spam-install-checkonly-backend)
24078         (spam-install-mover-backend, spam-install-nocheck-backend)
24079         (spam-install-backend, spam-install-statistical-backend)
24080         (spam-install-statistical-checkonly-backend): Add backend installation
24081         support.
24082         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24083         (spam-group-processor-p): Use the new backend code and respect the
24084         summary exit behavior.
24085         (spam-mark-spam-as-expired-and-move-routine): Remove.
24086         (spam-summary-prepare): Change to use the new spam-old-articles
24087         variable.
24088         (spam-copy-or-move-routine, spam-copy-spam-routine)
24089         (spam-move-spam-routine, spam-copy-ham-routine)
24090         (spam-move-ham-routine): Add code to copy/move ham or spam.
24091         (spam-fetch-field-fast): Improve doc and code, plus allow the
24092         'number request.
24093         (spam-list-of-checks, spam-list-of-statistical-checks):
24094         Remove variables.
24095         (spam-split, spam-find-spam): Use the new backend code.
24096         (spam-registration-functions): Remove variable.
24097         (spam-unregister-routine): Add convenience wrapper.
24098         (spam-log-undo-registration, spam-register-routine)
24099         (spam-log-processing-to-registry)
24100         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24101         where possible.
24102         (spam-check-gmane-xref, spam-check-regex-headers)
24103         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24104         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24105         (spam-check-bogofilter-headers, spam-check-spamoracle)
24106         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24107         (spam-check-crm114-headers): Use the spam-split-group that
24108         spam-split prepares, no need to determine it every time.
24109
24110         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24111         to the nnheader-parse-naked-head call.
24112
24113         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24114
24115         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24116         the nnheader-nov-read-message-id call.
24117
24118 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24119
24120         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24121         gnus-activate-group twice.  Suggested by Markus Peter
24122         <warp@spin.de>.
24123
24124 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24125
24126         * gnus-art.el (gnus-article-time-format): Exchange the order of
24127         day and month in the default value; fix customization type.
24128         (article-date-ut): Use add-text-properties.
24129         (article-make-date-line): Use message-make-date instead of
24130         current-time-string.
24131
24132         * message.el (message-fetch-field): Don't use set-text-properties.
24133         (message-make-date): Simplify.
24134
24135         * messagexmas.el (message-xmas-make-date): New function.
24136         (message-xmas-redefine): Defalias message-make-date to it.
24137
24138 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24139
24140         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24141         (rfc2047-encode-region): Treat text within parentheses as special;
24142         show the original text when error has occurred.
24143
24144         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24145         already-computed method to gnus-activate-group.
24146
24147         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24148         same select-methods identical Lisp objects.
24149
24150         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24151         object when modifying the info.
24152
24153 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24154
24155         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24156         gnus-opened-servers since it has never been opened with the new
24157         configuration yet.
24158
24159 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24160
24161         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24162         arg to nnheader-generate-fake-message-id.
24163
24164 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24165
24166         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24167         number and build a fake message ID localized to a group and
24168         article number (so it's repeatable from that point on).
24169         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24170         ID format.
24171
24172         * gnus-sum.el (gnus-get-newsgroup-headers):
24173         Call nnheader-generate-fake-message-id with the article number.
24174
24175 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24176
24177         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24178         end-of-buffer.
24179
24180 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24181
24182         * message.el (message-ignored-supersedes-headers): Add Approved.
24183
24184 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24185
24186         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24187         goto-char.
24188         (rfc2047-encode): Fold the line before encoding.
24189
24190 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24191
24192         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24193         folding -- not all headers can be folded, and this should be done
24194         by the message composition mode.  Probably.  I think.
24195
24196 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24197
24198         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24199         fast.
24200
24201         * gnus-ems.el (gnus-remove-image): Don't use
24202         message-text-with-property; remove only the image found first.
24203
24204         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24205         found first.
24206
24207 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24208
24209         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24210
24211 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24212
24213         * message.el (message-text-with-property): Make it fast and accept
24214         optional arguments.
24215         (message-strip-forbidden-properties): Use it.
24216         (message-fix-before-sending): Follow the m-t-w-p change.
24217
24218         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24219
24220 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * gnus-art.el (article-hide-headers): Don't change the buffer
24223         mistakenly when performing mml-preview even if
24224         gnus-single-article-buffer is nil.
24225
24226 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24227
24228         * message.el (message-expand-name-databases): New user option.
24229         (message-expand-name): Use it.
24230
24231 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24232
24233         * spam.el (spam-report-articles-resend)
24234         (spam-report-resend-register-routine): Allow ham reporting.
24235         (spam-report-resend-register-ham-routine): Add wrapper.
24236         (spam-registration-functions): Add ham resending functions.
24237         (spam-list-of-processors): Add ham resend processor.
24238
24239         * gnus.el (ham-resend-to): Add new group parameter.
24240         (spam-process): Add ham resend option.
24241
24242         * spam-report.el (spam-report-resend): Allow reporting ham.
24243         (spam-report-resend-ham): Add wrapper.
24244
24245 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24246
24247         * message.el (message-cite-articles-with-x-no-archive):
24248         New variable.
24249         (message-cite-original): Use it.
24250
24251 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24252
24253         * message.el (message-cite-original): Respect X-No-Archive.
24254
24255 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24256
24257         * gnus-art.el (article-hide-headers): Refer to the values for
24258         gnus-ignored-headers and gnus-visible-headers in the summary
24259         buffer since a user may have set them as group parameters.
24260
24261 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * assistant.el (assistant-node-name): Add convenience function.
24264         (assistant-render-text, assistant-render-node): Add error handling,
24265         plus handle multiple next nodes.
24266         (assistant-find-next-node): Comment out for now.
24267         (assistant-find-next-nodes): Add function, returns list of next
24268         nodes.
24269
24270 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24271
24272         * mail-source.el (mail-source-directory): Fix doc-string.
24273
24274 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24275
24276         * assistant.el (assistant-render-text, assistant-eval): Add :set
24277         widget type, which is different because it takes and returns a
24278         list.  Much hilarity ensues.
24279
24280 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24281
24282         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24283
24284         * gnus-group.el (gnus-group-get-new-news-this-group):
24285         Add doc-string.
24286
24287         * gnus-start.el (gnus-activate-group): Add doc-string.
24288
24289 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24290
24291         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24292
24293 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24294
24295         * assistant.el (assistant-render-text): Try to add a :set
24296         widget, more to come.
24297
24298         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24299         strings.
24300         (spam-report-articles-resend)
24301         (spam-register-routine): Do registration iff any articles warrant
24302         it.
24303         (spam-summary-prepare-exit): Change log message for nil group
24304         destinations.
24305
24306 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24307
24308         * spam.el (spam-report-resend-register-routine):
24309         Allow spam-report-resend-to to be a group parameter or a global value.
24310
24311 2004-05-26  Simon Josefsson  <jas@extundo.com>
24312
24313         * starttls.el: Merge with my GNUTLS based starttls.el.
24314         (starttls-gnutls-program, starttls-use-gnutls)
24315         (starttls-extra-arguments, starttls-process-connection-type)
24316         (starttls-connect, starttls-failure, starttls-success):
24317         New variables.
24318         (starttls-program, starttls-extra-args): Doc fix.
24319         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24320         New functions.
24321         (starttls-negotiate, starttls-open-stream):
24322         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24323         function if it is set.
24324
24325 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24326
24327         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24328         structured fields.
24329
24330 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24331
24332         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24333
24334 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24335
24336         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24337         Add variable.
24338         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24339         assigning the spam-mark to new messages.
24340
24341 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24342
24343         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24344
24345 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24346
24347         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24348
24349         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24350         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24351         default.
24352
24353 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24354
24355         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24356         correct data.
24357
24358 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24359
24360         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24361         (spam-group-processor-p): Fix function.
24362         (spam-group-processor-multiple-p)
24363         (spam-group-spam-processor-report-gmane-p)
24364         (spam-group-spam-processor-report-resend-p)
24365         (spam-group-spam-processor-bogofilter-p)
24366         (spam-group-spam-processor-blacklist-p)
24367         (spam-group-spam-processor-ifile-p)
24368         (spam-group-ham-processor-ifile-p)
24369         (spam-group-spam-processor-spamoracle-p)
24370         (spam-group-spam-processor-crm114-p)
24371         (spam-group-ham-processor-bogofilter-p)
24372         (spam-group-spam-processor-stat-p)
24373         (spam-group-ham-processor-stat-p)
24374         (spam-group-ham-processor-whitelist-p)
24375         (spam-group-ham-processor-BBDB-p)
24376         (spam-group-ham-processor-spamoracle-p)
24377         (spam-group-ham-processor-copy-p): Remove functions with some
24378         prejudice against unneeded code.
24379         (spam-report-articles-resend)
24380         (spam-report-resend-register-routine): Allow the group/topic
24381         spam-resend-to value to override spam-report-resend-to.
24382         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24383         properly now.
24384
24385         * gnus.el (spam-resend-to): Add group/topic parameter.
24386         (spam-process): Move the OBSOLETE processors to the end of the
24387         choices.
24388
24389 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24390
24391         * spam-report.el (spam-report-resend-to, spam-report-resend):
24392         Start with resend-to set to nil, and then ask the user if necessary.
24393         (spam-report-resend): spam-report-resend takes a list of articles, not
24394         separate article numbers.
24395
24396 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24397
24398         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24399         addition to emacs-w3m.
24400
24401 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24402
24403         * assistant.el (assistant-authinfo-data): New function.
24404         (assistant-eval): Eval for entire assistant.
24405
24406         * netrc.el (netrc-services-file): New variable.
24407         (netrc-parse-services): New function.
24408         (netrc-find-service-name): New function.
24409         (netrc-find-service-number): New function.
24410         (netrc-port-equal): New function.
24411         (netrc-machine): Use it.
24412
24413         * nnimap.el (nnimap-open-connection): Use netrc.
24414
24415         * gnus-util.el (gnus-netrc-get): Remove aliases.
24416
24417         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24418
24419         * assistant.el (wid-edit): Fix compilation.
24420
24421         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24422
24423 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24424
24425         * gnus-util.el (gnus-set-file-modes): New function.  (small
24426         patch).
24427
24428 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24429
24430         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24431
24432         * assistant.el (assistant-render-node): Fix up rendering and
24433         read-only text.
24434         (assistant-render-node): Reset.
24435         (assistant-make-read-only): Not sticky.
24436
24437 2004-05-20  Danny Siu  <dsiu@adobe.com>
24438
24439         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24440         centered even when gnus-auto-center-summary is t.
24441
24442 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24443
24444         * dns.el (dns-get-txt-answer): New function.
24445         (dns-read-txt): Ditto.
24446         (query-dns): Use it.
24447
24448 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24449
24450         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24451         active for foreign groups even if the group level is higher than
24452         the specified value.
24453
24454 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24455
24456         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24457         non-active groups.
24458
24459         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24460
24461 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24462
24463         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24464
24465 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24466
24467         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24468         (spam-crm114-header, spam-crm114-spam-switch)
24469         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24470         (spam-crm114-positive-spam-header)
24471         (spam-crm114-database-directory, spam-list-of-processors)
24472         (spam-group-spam-processor-crm114-p)
24473         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24474         (spam-generic-score, spam-list-of-checks)
24475         (spam-list-of-statistical-checks, spam-registration-functions)
24476         (spam-check-crm114-headers, spam-crm114-score)
24477         (spam-check-crm114, spam-crm114-register-with-crm114)
24478         (spam-crm114-register-spam-routine)
24479         (spam-crm114-unregister-spam-routine)
24480         (spam-crm114-register-ham-routine)
24481         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24482
24483 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24484
24485         * gnus.el: Add spam-use-crm114.
24486
24487         * spam.el (spam-list-of-processors, spam-registration-functions):
24488         Add spam-use-resend.
24489         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24490         (spam-report-articles-gmane): Add doc fix.
24491         (spam-report-articles-resend, spam-report-resend-register-routine):
24492         Add wrappers around spam-report-resend-to.
24493
24494         * spam-report.el (spam-report-resend-to, spam-report-resend):
24495         Add support for resending spam.
24496         (spam-report-gmane): Fix line length >80.
24497
24498         * gnus.el (spam-process): Add spam-use-resend.
24499
24500 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24501
24502         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24503         number of processed spam messages.
24504         (spam-ham-copy-or-move-routine): Return the number of processed
24505         ham messages.
24506         (spam-summary-prepare-exit): Use the above values to decide
24507         whether status messages shouled be displayed.
24508
24509 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24510
24511         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24512         `rfc2047-encoding-function-alist' in order to avoid conflicting
24513         with the old version.
24514         (rfc2047-encode-region): Concatenate words containing non-ASCII
24515         characters in structured fields; don't encode space-delimited
24516         ASCII words even in unstructured fields; don't break words at
24517         char-category boundaries.
24518         (rfc2047-encode-1): New function.
24519         (rfc2047-encode): Use it; encode text so that it occupies the
24520         maximum width within 76-column; work correctly on Q encoding for
24521         iso-2022-* charsets.
24522         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24523         sure not to break a line just after the header name.
24524         (rfc2047-b-encode-region): Remove.
24525         (rfc2047-b-encode-string): New function.
24526         (rfc2047-q-encode-region): Remove.
24527         (rfc2047-q-encode-string): New function.
24528
24529         * mm-util.el (mm-replace-in-string): New function.
24530
24531 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24532
24533         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24534         Really get it right.
24535         (gnus-inews-make-draft): Really.
24536
24537 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24538
24539         * nnmh.el (nnmh-request-list-1): Don't check the link count
24540         before descending.  (small patch)
24541
24542 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24543
24544         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24545         stuff.
24546
24547         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24548         Match on real group name.
24549
24550         * gnus-art.el (gnus-signature-limit): Doc fix.
24551
24552         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24553
24554         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24555
24556 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24557
24558         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24559         isn't a string.
24560
24561 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24562
24563         * gnus-draft.el (gnus-draft-send):
24564         Bind rfc2047-encode-encoded-words.
24565
24566         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24567         (rfc2047-encodable-p): Say that =? needs encoding.
24568         (rfc2047-encode-encoded-words): New variable.
24569
24570         * gnus-group.el (gnus-group-select-group): Doc fix.
24571
24572         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24573
24574         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24575         to nil.
24576
24577         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24578
24579         * nnheader.el (nnheader-get-lines-and-char): New function.
24580
24581 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24582
24583         * gnus-msg.el (gnus-summary-followup-with-original):
24584         Document yanking of region when active.
24585
24586 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24587
24588         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24589         groups if the group level is higher than the specified value.
24590
24591 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24592
24593         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24594         (gnus-group-jump-to-group): Add prefix argument using
24595         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24596         non-active group.
24597
24598         * compface.el (uncompface): Be verbose when changing
24599         `uncompface-use-external'.
24600
24601         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24602         handle manual section.
24603
24604 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24605
24606         * gnus-art.el (gnus-button-alist): Revert previous change.
24607
24608 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24609
24610         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24611
24612 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24613
24614         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24615         whether backend can accept message.
24616
24617         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24618
24619 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24620
24621         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24622         Avoid creating directory when nntp-marks-is-evil is true.
24623         Reported by Reiner Steib.
24624
24625 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24626
24627         * gnus-picon.el (gnus-picon-insert-glyph):
24628         Add optional `nostring' argument.
24629
24630 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24631
24632         * gnus-picon.el (gnus-picon-style): New variable.
24633         (gnus-picon-transform-address): Support `gnus-picon-style'.
24634
24635 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24636
24637         * message.el (message-fill-field): Return point.
24638         (message-generate-headers): Go to end of field.
24639
24640         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24641         stuff for non-living groups.
24642
24643 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24644
24645         * gnus-art.el (gnus-article-followup-with-original)
24646         (gnus-article-reply-with-original): gnus-mark-active-p ->
24647         gnus-region-active-p.
24648
24649 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24650
24651         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24652         only when there is spam or ham to be processed.
24653
24654 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24655
24656         * mail-source.el (mail-source-delete-crash-box): Refactor.
24657         (mail-source-fetch): Use it.
24658         (mail-source-fetch-file): Ditto.
24659         (mail-source-fetch-directory): Run postscript in loop.
24660         (mail-source-fetch-pop): Delete.
24661         (mail-source-fetch-maildir): Ditto.
24662         (mail-source-fetch-imap): Ditto.
24663
24664         * imap.el (imap-authenticators): Comment out sasl.
24665
24666         * message.el (message-skip-to-next-address): New function.
24667         (message-fill-header-address): Refactor.
24668         (message-fill-address): Use it.
24669         (message-delete-address): Use it.
24670         (message-fill-header-general): Refactor.
24671         (message-fill-field-address): Rename.
24672         (message-narrow-to-field): Find the start of the header.
24673         (message-header-format-alist): Don't pre-fill.
24674         (message-fill-header): Remove.
24675         (message-insert-header): New function.
24676         (message-shorten-references): Use it.
24677
24678         * rfc2047.el (rfc2047-field-value): Strip props.
24679
24680         * mail-parse.el (mail-header-make-address): New alias.
24681
24682         * ietf-drums.el (ietf-drums-make-address): New function.
24683
24684         * imap.el: Add compiler directives.
24685
24686         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24687
24688         * gnus-art.el (article-decode-idna-rhs): Don't use
24689         message-idna-inside-rhs-p.
24690
24691 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24692
24693         * message.el (message-idna-inside-rhs-p): Remove.
24694         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24695
24696         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24697         false positives.
24698
24699 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24700
24701         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24702
24703 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24704
24705         * nneething.el (nneething-file-name): Don't create spurious
24706         files.
24707
24708         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24709         (gnus-inews-do-gcc): Remove sleep.
24710
24711         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24712         part under point.
24713
24714         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24715         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24716
24717 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24718
24719         * spam.el (spam-summary-prepare-exit): Fix (length).
24720
24721 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24722
24723         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24724         as expired without moving it" message when there are spam
24725         messages left.
24726
24727 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24728
24729         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24730         header is not nil.
24731
24732 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24733
24734         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24735         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24736         (nntp-marks-changed-p): New arg SERVER.
24737         (nntp-request-update-info): Adjust caller.
24738
24739 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24740
24741         * nntp.el (nntp-save-marks): Pass missing arg.
24742
24743 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24744
24745         * nntp.el: Support marks.
24746         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24747         (nntp-marks-modtime, nntp-marks-directory): New variables.
24748         (nntp-request-set-mark, nntp-request-update-info)
24749         (nntp-possibly-create-directory, nntp-marks-changed-p)
24750         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24751         New functions.
24752
24753 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24754
24755         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24756         (gnus-xmas-redefine): Rename.
24757
24758         * gnus-score.el (gnus-score-insert-help):
24759         Use gnus-select-lowest-window.
24760
24761         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24762         appt-select-lowest-window and rename to gnus-select-lowest-window.
24763
24764         * gnus.el: do.
24765
24766 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24767
24768         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24769         encodings of MIME-encoded words, in order to improve
24770         interoperability with several broken MUAs.
24771
24772 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24773
24774         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24775         tags, only when charsets are not specified in headers.
24776         (mm-inline-text-html-render-with-w3m): Ditto.
24777
24778         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24779         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24780
24781 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24782
24783         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24784         instead of MIME-decoded from fields when checking
24785         `gnus-article-address-banner-alist'.
24786
24787 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24788
24789         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24790         description rather than subject.
24791
24792 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24793
24794         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24795
24796 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24797
24798         * gnus.el (gnus-version-number): Bump.
24799
24800 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24801
24802         * gnus.el: No Gnus v0.2 is released.
24803
24804 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24805
24806         * gnus-agent.el (gnus-agent-read-agentview):
24807         Inline gnus-uncompress-range.
24808
24809 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24810
24811         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24812         `exec-installed-p'.
24813
24814 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24815
24816         * gnus.el (spam-process, spam-autodetect-methods):
24817         Add bsfilter and bsfilter-headers.
24818
24819         * spam.el (spam-bsfilter): New customize group.
24820         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24821         (spam-bsfilter-header, spam-bsfilter-probability-header)
24822         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24823         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24824         (spam-bsfilter-database-directory): New options.
24825         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24826         (spam-list-of-statistical-checks, spam-registration-functions):
24827         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24828         (spam-bsfilter-score): New command.
24829         (spam-check-bsfilter-headers, spam-check-bsfilter)
24830         (spam-bsfilter-register-with-bsfilter)
24831         (spam-bsfilter-register-spam-routine)
24832         (spam-bsfilter-unregister-spam-routine)
24833         (spam-bsfilter-register-ham-routine)
24834         (spam-bsfilter-unregister-ham-routine): New functions.
24835         (spam-generic-score): Support bsfilter; Accept an optional argument
24836         to recalcurate spam score even if scoring header has already been
24837         added.
24838         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24839         optional argument to recalcurate spam score even if scoring header
24840         has already been added.
24841
24842 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24843
24844         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24845         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24846         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24847         link is missing.
24848
24849 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24850
24851         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24852         (html2text-get-attr): Rewrite.
24853
24854         * message.el (message-setup-1): Remove redundant put-text-property
24855         on mail-header-separator.
24856
24857 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24858
24859         * gnus-registry.el (gnus-registry-cache-whitespace)
24860         (gnus-registry-action, gnus-registry-spool-action)
24861         (gnus-registry-split-fancy-with-parent): Change message levels
24862         from 5 to 3 or 7, as needed.
24863
24864         * spam.el (spam-summary-prepare-exit)
24865         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24866         (spam-split, spam-find-spam, spam-log-undo-registration)
24867         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24868         level from 5 to 6.
24869
24870 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24871
24872         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24873         2004-03-04 change).
24874
24875 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24876
24877         * sieve-manage.el (sieve-manage-open):
24878         * nnweb.el (nnweb-insert-html):
24879         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24880         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24881         * nnspool.el (nnspool-request-group):
24882         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24883         * nnml.el (nnml-request-update-info):
24884         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24885         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24886         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24887         (nnimap-request-set-mark):
24888         * nnfolder.el (nnfolder-request-update-info):
24889         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24890         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24891         * gnus-uu.el (gnus-uu-find-articles-matching):
24892         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24893         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24894         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24895         * gnus-nocem.el (gnus-nocem-scan-groups):
24896         * gnus-int.el (gnus-start-news-server):
24897         * gnus-group.el (gnus-group-make-kiboze-group)
24898         (gnus-group-browse-foreign-server):
24899         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24900         Use mapc when appropriate.
24901
24902 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24903             Adam Sjøgren  <asjo@koldfront.dk>
24904             Wes Hardaker  <wes@hardakers.net>
24905             Michael Shields  <shields@msrl.com>
24906
24907         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24908         may need for spam sorting and scoring.
24909         (spam-user-format-function-S): Add user format function suitable for
24910         general use.
24911         (spam-article-sort-by-spam-status): Add sorting function for summary
24912         sorting.
24913         (spam-extra-header-to-number): Add function to get a score from a
24914         header.
24915         (spam-summary-score): Add function to get a numeric score from the
24916         headers.
24917         (spam-generic-score): Fix function doc, was in wrong place.
24918         (spam-initialize): Take symbols when it's run, and install the
24919         extra headers that spam-necessary-extra-headers thinks we need.
24920
24921 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24922
24923         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24924         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24925
24926 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24927
24928         * gnus-sum.el (gnus-set-global-variables)
24929         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24930         (gnus-article-get-xrefs, gnus-summary-best-group)
24931         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24932         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24933         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24934         Use with-current-buffer.
24935
24936 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24937
24938         * spam.el (spam-summary-prepare-exit): Simplify logic.
24939         (spam-fetch-article-header): Read the article header if it's not
24940         available.
24941         (spam-list-articles): Simplify logic.
24942         (spam-filelist-register-routine): Fix bug with unregister-list.
24943
24944         * gnus-registry.el: Fix comments at beginning.
24945
24946 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24947
24948         * message.el (message-cater-to-broken-inn): Remove.
24949         (message-shorten-references): Make sure the total folded length of
24950         References is shorter than 998 characters to cater to a bug in INN
24951         2.3.  Also, don't pretend that references aren't folded -- this
24952         hasn't worked for a while.
24953
24954 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24955
24956         * gnus-agent.el (gnus-agentize):
24957         gnus-agent-send-mail-real-function no longer set to current value
24958         of message-send-mail-function but rather a lambda that calls
24959         message-send-mail-function.  The change makes the agent real-time
24960         responsive to user changes to message-send-mail-function.
24961
24962 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24963
24964         * legacy-gnus-agent.el
24965         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24966         help from Florian Weimer <fw@deneb.enyo.de>
24967
24968 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24969
24970         * nnmail.el (nnmail-cache-insert): Revert last change.
24971
24972 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24973
24974         * nnmail.el (nnmail-cache-insert): Always check whether
24975         nnmail-cache-ignore-groups matches a group name.
24976
24977 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24978
24979         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24980         (spam-find-spam, spam-log-processing-to-registry)
24981         (spam-log-registered-p, spam-log-unregistration-needed-p)
24982         (spam-log-undo-registration): Use gnus-message instead of
24983         gnus-error, none of these errors are fatal.
24984
24985         * gnus-registry.el (gnus-registry-clean-empty-function)
24986         (gnus-registry-clean-empty): Remove only empty entries without
24987         extra data.
24988
24989 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24990
24991         * spam-stat.el (spam-stat-buffer-change-to-spam)
24992         (spam-stat-buffer-change-to-non-spam): Change (error) to
24993         (gnus-message 8) invocation.
24994
24995 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24996
24997         * nntp.el (nntp-via-netcat-command): New variable.
24998         (nntp-via-netcat-switches): New variable.
24999         (nntp-open-via-rlogin-and-netcat): New function.
25000         (nntp-open-connection-function): Doc fix.
25001         (nntp-telnet-command): Doc fix.
25002         (nntp-end-of-line): Doc fix.
25003         (nntp-via-rlogin-command): Doc fix.
25004         (nntp-via-user-name): Doc fix.
25005         (nntp-via-address): Doc fix.
25006
25007 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25008
25009         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25010         error in Emacs 21.1.
25011
25012 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25013
25014         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25015
25016 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25017
25018         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25019         (gnus-agent-with-refreshed-group): New macro.
25020         (gnus-agent-rename-group): New function.
25021         (gnus-agent-delete-group): New function.
25022         (gnus-agent-save-group-info): Use gnus-command-method when
25023         `method' parameter is nil.  Don't write nil entries into the
25024         active file.
25025         (gnus-agent-get-group-info): New function.
25026         (gnus-agent-fetch-articles):
25027         Use gnus-agent-update-files-total-fetched-for to increment disk space
25028         used.
25029         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25030         Use gnus-agent-update-view-total-fetched-for to increment disk space
25031         used.
25032         (gnus-agent-get-local): Add optional parameters to avoid calling
25033         gnus-group-real-name and gnus-find-method-for-group.
25034         (gnus-agent-set-local): Delete stored entry if either min, or max,
25035         are nil.
25036         (gnus-agent-fetch-session): Reworded error/quit messages.
25037         On quit, use gnus-agent-regenerate-group to record existance of any
25038         articles fetched to disk before the quit occurred.
25039         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25040         gnus-agent-update-view-total-fetched-for, and
25041         gnus-agent-update-files-total-fetched-for to decrement disk space
25042         used.
25043         (gnus-agent-retrieve-headers):
25044         Use gnus-agent-update-view-total-fetched-for to increment disk space
25045         used.
25046         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25047         with gnus-agent-update-files-total-fetched-for to decrement disk
25048         space and fresh group buffer.
25049         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25050         (gnus-agent-need-update-total-fetched-for): New variable.
25051         (gnus-agent-update-files-total-fetched-for): New function.
25052         (gnus-agent-update-view-total-fetched-for): New function.
25053         (gnus-agent-total-fetched-for): New function.
25054
25055         * gnus-cache.el (gnus-cache-save-buffers):
25056         Use gnus-cache-update-overview-total-fetched-for to change disk space
25057         used by this group.
25058         (gnus-cache-possibly-enter-article):
25059         Use gnus-cache-update-file-total-fetched-for to increment disk space
25060         used by this group.
25061         (gnus-cache-possibly-remove-article):
25062         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25063         used by this group.
25064         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25065         (gnus-cache-rename-group): New function.
25066         (gnus-cache-delete-group): New function.
25067         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25068         (gnus-cache-need-update-total-fetched-for): New variable.
25069         (gnus-cache-with-refreshed-group): New macro.
25070         (gnus-cache-update-file-total-fetched-for): New function.
25071         (gnus-cache-update-overview-total-fetched-for): New function.
25072         (gnus-cache-rename-group-total-fetched-for): New function.
25073         (gnus-cache-delete-group-total-fetched-for): New function.
25074         (gnus-cache-total-fetched-for): New function.
25075
25076         * gnus-group.el: Require gnus-sum and autoload functions to
25077         resolve warnings when gnus-group.el compiled alone.
25078         (gnus-group-line-format): Documented new %F.
25079         (size of Fetched data) group line format; identifies disk space
25080         used by agent and cache.
25081         (gnus-group-line-format-alist): Defined new F format.
25082         (gnus-total-fetched-for): New function.
25083         (gnus-group-delete-group): No longer update
25084         gnus-cache-active-altered as gnus-request-delete-group now keeps
25085         the cache in sync.
25086         (gnus-group-list-active): Let the agent store a server's active
25087         list if currently plugged.
25088
25089         * gnus-int.el (gnus-request-delete-group):
25090         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25091         local disk in sync with the server.
25092         (gnus-request-rename-group):
25093         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25094         local disk in sync with the server.
25095
25096         * gnus-start.el (gnus-get-unread-articles):
25097         Cosmetic simplification to logic.
25098
25099         * gnus-util.el (gnus-rename-file): New function.
25100
25101 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25102
25103         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25104
25105 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25106
25107         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25108         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25109
25110 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25111
25112         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25113         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25114
25115 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25116
25117         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25118
25119 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25120
25121         * spam.el (spam-set-difference): Add function to replace
25122         gnus-set-difference in spam.el.
25123         (spam-summary-prepare-exit): Use spam-set-difference.
25124
25125 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25126
25127         * gnus-registry.el (gnus-registry-cache-file): Update to use
25128         gnus-dribble-directory OR gnus-home-directory OR ~.
25129         (gnus-registry-split-fancy-with-parent): Fix doc.
25130
25131 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25132
25133         * message.el (message-exchange-point-and-mark):
25134         Use message-mark-active-p.  Suggested by Jesper Harder
25135         <harder@ifa.au.dk>.
25136
25137 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25138
25139         * message.el (message-exchange-point-and-mark): Don't activate
25140         region if it was inactive.  Suggested by Hiroshi Fujishima
25141         <pooh@nature.tsukuba.ac.jp>.
25142
25143 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25144
25145         * gnus-art.el (article-display-face): Display Faces in the same
25146         order as X-Faces.
25147
25148 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25149
25150         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25151
25152 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25153
25154         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25155         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25156         (gnus-article-mime-hierarchy): Remove.
25157         (gnus-article-mime-hierarchy-next): Remove.
25158         (gnus-article-mode): Revert 2004-03-19 change.
25159         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25160         (gnus-insert-mime-button): Revert 2004-03-19 change.
25161         (gnus-mime-accumulate-hierarchy): Remove.
25162         (gnus-mime-enter-multipart): Remove.
25163         (gnus-mime-leave-multipart): Remove.
25164         (gnus-mime-display-part): Revert 2004-03-19 change.
25165         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25166
25167         * mml.el (mml-preview): Revert 2004-03-19 change.
25168
25169 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25170
25171         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25172
25173 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25174
25175         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25176         t while entering a file name using the mm-with-multibyte macro.
25177         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25178
25179         * mm-util.el (mm-with-multibyte): New macro.
25180
25181 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25182
25183         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25184         New user option.
25185         (gnus-mime-multipart-functions): Doc and customization fix.
25186         (gnus-article-mime-hierarchy): New variable.
25187         (gnus-article-mime-hierarchy-next): New variable.
25188         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25189         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25190         gnus-article-mime-hierarchy-next to nil.
25191         (gnus-insert-mime-button): Show hierarchy numbers.
25192         (gnus-mime-accumulate-hierarchy): New function.
25193         (gnus-mime-enter-multipart): New function.
25194         (gnus-mime-leave-multipart): New function.
25195         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25196         (gnus-mime-display-alternative): Show hierarchy numbers.
25197
25198         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25199         gnus-article-mime-hierarchy-next to nil.
25200
25201 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25202
25203         * dns.el: Don't require gnus-xmas.
25204
25205 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25206
25207         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25208         inline PGP.
25209         (mml-menu): Disable mml-quote-region if mark is inactive.
25210
25211 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25212
25213         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25214         when the group's active is not available.
25215
25216 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25217
25218         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25219         error.
25220
25221 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25222
25223         * imap.el (imap-store-password): New variable.
25224         (imap-interactive-login): Use it.
25225         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25226
25227 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25228
25229         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25230         window-start and hscroll to summary window.
25231
25232 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25233
25234         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25235         conversion message to newsrc-dribble when an actual conversion is
25236         performed.
25237
25238 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25239
25240         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25241
25242 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25243
25244         * mm-decode.el (mm-complicated-handles): New function reviving
25245         former definition of mm-multiple-handles.
25246
25247         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25248         (gnus-mime-delete-part): Use it.
25249
25250 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25251
25252         * gnus-agent.el (gnus-agent-read-local):
25253         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25254         avoid the implicit assumption that they will always be equal.
25255         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25256         coding-system-for-write, as the with-temp-file macro first prints
25257         to a buffer then saves the buffer.
25258
25259 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25260
25261         * gnus-art.el (gnus-article-edit-part): New function.
25262         (gnus-mime-save-part-and-strip): Use it; do query instead of
25263         signaling an error; don't use mm-multiple-handles.
25264         (gnus-mime-delete-part): Ditto.
25265
25266 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25267
25268         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25269         old file versions.
25270         (gnus-group-prepare-hook): Remove function that converted list
25271         form of gnus-agent-expire-days to group properties.
25272
25273         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25274         (gnus-request-accept-article): Re-indented.
25275
25276         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25277         converters to handle old agent file formats.  Add logic for a
25278         "backup before upgrading warning".
25279         (gnus-convert-mark-converter-prompt): Developers can mark
25280         functions as needing (default), or not needing,
25281         gnus-convert-old-newsrc's "backup before upgrading warning".
25282         (gnus-convert-converter-needs-prompt): Tests whether the user
25283         should be protected from potentially irreversable changes by the
25284         function.
25285
25286         * legacy-gnus-agent.el: New.  Provides converters that are only
25287         loaded when gnus-convert-old-newsrc needs to call them.
25288
25289 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25290
25291         * mail-source.el (mail-source-touch-pop): Doc fix.
25292
25293         * message.el (message-smtpmail-send-it): Doc fix.
25294
25295 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25296
25297         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25298
25299         * nnmail.el (nnmail-split-fancy): do.
25300
25301         * gnus-kill.el (gnus-kill, gnus-execute): do.
25302
25303 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25304
25305         * gnus-sum.el (gnus-widget-reversible-match)
25306         (gnus-widget-reversible-to-internal)
25307         (gnus-widget-reversible-to-external): New functions.
25308         (gnus-widget-reversible): New widget.
25309         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25310
25311 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25312
25313         * gnus-sum.el (gnus-thread-sort-functions)
25314         (gnus-article-sort-functions): Document `(not F)' items.
25315
25316 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25317
25318         * spam.el (spam-use-gmane-xref): Add new backend.
25319         (spam-gmane-xref-spam-group): Add variable to control the name of the
25320         Gmane spam group.
25321         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25322         (spam-regex-headers-spam, spam-regex-headers-ham)
25323         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25324         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25325         backends and checks.
25326         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25327
25328         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25329         an autodetect method.
25330
25331 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25332
25333         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25334         articles are being added to a group.
25335         (gnus-request-replace-article): Inform the agent that articles
25336         need to be uncached as the cached contents are no longer valid.
25337
25338 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25339
25340         * binhex.el: Don't autoload executable-find.
25341
25342         * canlock.el: Don't autoload mail-fetch-field.
25343
25344         * dgnushack.el: Autoload c-mode for XEmacs.
25345
25346         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25347
25348         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25349         rmail-dont-reply-to and rmail-output.
25350
25351         * gnus-score.el: Don't autoload ffap-string-at-point.
25352
25353         * gnus-setup.el: Don't autoload sc-cite-original.
25354
25355         * imap.el: Don't autoload base64-decode-string,
25356         base64-encode-string and md5.
25357
25358         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25359         and rmail-msg-restore-non-pruned-header.
25360
25361         * mm-decode.el: Don't autoload executable-find.
25362
25363         * mm-url.el: Don't autoload executable-find.
25364
25365         * mm-view.el: Don't autoload diff-mode.
25366
25367         * nndb.el: Don't autoload news-reply-mode, news-setup,
25368         cancel-timer and telnet.
25369
25370         * password.el: Don't autoload run-at-time for Emacs.
25371
25372         * sha1-el.el: Don't autoload executable-find.
25373
25374         * sieve-mode.el: Don't autoload c-mode.
25375
25376         * uudecode.el: Don't autoload executable-find.
25377
25378 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25379
25380         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25381         (gnus-agent-possibly-alter-active): Avoid null in numeric
25382         comparison.
25383         (gnus-agent-set-local): Refuse to save null in local object table.
25384         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25385         list of articles that will be marked as unread.
25386
25387 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25388
25389         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25390
25391 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25392
25393         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25394         language tags.
25395
25396 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25397
25398         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25399         Don't bind "obarray".
25400
25401         * gnus-sum.el (gnus-thread-sort-functions):
25402         Add `gnus-thread-sort-by-most-recent-number' and
25403         `gnus-thread-sort-by-most-recent-date'.
25404         Reported by Kai Grossjohann <kai@emptydomain.de>.
25405
25406 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25407
25408         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25409
25410 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25411
25412         * gnus-cus.el (gnus-agent-customize-category):
25413         Remove ignore-errors macro reference that required cl to be loaded at
25414         run-time.
25415
25416         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25417         single-interval range of the form (min . max).  Previously the
25418         range had to look like ((min . max)).  Likewise, return
25419         (min . max) rather than ((min . max)).
25420         (gnus-range-map): Use gnus-range-normalize to accept
25421         single-interval range.
25422
25423         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25424         the cache, but not the agent, now appear with their usual face.
25425
25426         * dgnushack.el (loaddir): New variable that is bound to the
25427         directory containing the dgnushack.el file. Use loaddir, rather
25428         than srcdir, to update load-path. Change lets dgnushack compile
25429         code in directories other than GNUS/lisp.
25430
25431 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25432
25433         * lpath.el: Don't bind w3m-safe-url-regexp.
25434
25435         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25436         w3m-safe-url-regexp variable buffer-local.
25437
25438         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25439
25440 2004-02-27  Simon Josefsson  <jas@extundo.com>
25441
25442         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25443         gnus-group-real-prefix.
25444         (gnus-summary-move-article): Use it, instead of
25445         gnus-group-real-prefix.
25446
25447 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25448
25449         * lpath.el: Bind w3m-safe-url-regexp.
25450
25451         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25452         w3m-safe-url-regexp variable buffer-local and set it as the value
25453         of mm-w3m-safe-url-regexp.
25454
25455         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25456
25457         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25458         parsing gnus-posting-styles when the message is not for replying.
25459
25460         * dgnushack.el: Autoload sgml-mode for XEmacs.
25461
25462         * nnrss.el (nnrss-opml-export):
25463         Use mm-set-buffer-file-coding-system instead of
25464         set-buffer-file-coding-system.
25465
25466 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25467
25468         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25469         of checkdoc.el).
25470         * nnrss.el: do.
25471         * gnus-mlspl.el: do.
25472         * gnus-ml.el: do.
25473         * gnus-srvr.el: do.
25474
25475         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25476
25477 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25478
25479         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25480         Corrections to custom-manual links.
25481
25482         * gnus-art.el (gnus-article): Ditto.
25483
25484         * mm-decode.el (mime-display, mime-security): Ditto.
25485
25486 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25487
25488         * flow-fill.el: Typo.
25489
25490 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25491
25492         * spam-wash.el: New file.
25493
25494 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25495
25496         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25497
25498 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25499
25500         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25501         to be run with new-articles as LIST1, not LIST2.
25502         (spam-registration-functions): Add spam-use-ham-copy as a nil
25503         registration backend.
25504
25505 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25506
25507         * spam-stat.el (spam-stat-washing-hook): New option.
25508         (spam-stat-buffer-words): Use it.
25509         (spam-stat-process-directory, spam-stat-test-directory):
25510         Use insert-file-contents-literally.
25511         (spam-stat-coding-system): New variable.
25512         (spam-stat-load, spam-stat-save): Use it.
25513
25514 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25515
25516         * spam-report.el (spam-report-plug-agent):
25517         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25518
25519 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25520
25521         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25522         Allow / in mailto URLs.
25523
25524 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25525
25526         * spam-report.el (spam-report-process-queue): Fix interactive use.
25527         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25528         (spam-report-unplug-agent): Doc fixes.
25529         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25530         (spam-report-agentize, spam-report-deagentize): Autoload.
25531
25532 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25533
25534         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25535
25536         * message.el (message-setup-fill-variables): Add mml tags to
25537         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25538         <ajk@iu.edu>.
25539         (message-mode): Don't modify paragraph-separate there.
25540
25541 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25542
25543         * compface.el (uncompface-use-external): Default to undecided.
25544         (uncompface-use-external-threshold): New variable.
25545         (uncompface-float-time): New macro.
25546         (uncompface): Determine whether to use the external decoder if
25547         uncompface-use-external is undecided.
25548
25549 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25550
25551         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25552         after images.
25553
25554         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25555
25556 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25557
25558         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25559
25560         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25561
25562         * gnus-sum.el (gnus-summary-limit-to-age)
25563         (gnus-summary-limit-children): do.
25564
25565         * gnus-int.el (gnus-request-scan): do.
25566
25567         * gnus-group.el (gnus-group-suspend): do.
25568
25569         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25570
25571         * gnus-cite.el (gnus-cite-parse-attributions): do.
25572
25573         * gnus-agent.el (gnus-summary-set-agent-mark)
25574         (gnus-agent-regenerate-group): do.
25575
25576         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25577
25578         * binhex.el (binhex-decode-region-internal): do.
25579
25580 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25581
25582         * gnus-fun.el (gnus-face-properties-alist): New user option.
25583         (gnus-display-x-face-in-from): Use it.
25584
25585         * gnus-art.el (article-display-face): Ditto.
25586
25587         * compface.el (uncompface-use-external): Default to nil.
25588
25589 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25590
25591         * nntp.el (nntp-erase-buffer): New function.
25592         (nntp-retrieve-data, nntp-send-command)
25593         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25594         (nntp-possibly-change-group): Use it.
25595
25596         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25597         Use with-current-buffer.
25598
25599 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25600
25601         * compface.el: Merge the ELisp-based uncompface program.
25602         (compface): New customization group.
25603         (uncompface-use-external): New user option.
25604         (uncompface): Call uncompface-internal if uncompface-use-external
25605         is nil.
25606         (uncompface-internal): New function.  Note that there are also
25607         some other functions and variables added for this function.
25608
25609 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25610
25611         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25612         if necessary.
25613
25614 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25615
25616         * spam-report.el (spam-report-unplug-agent)
25617         (spam-report-plug-agent, spam-report-deagentize)
25618         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25619         Add support for the Agent in spam-report: when unplugged, report to a
25620         file; when plugged, submit all the requests.
25621
25622         * spam.el (spam-register-routine): Fix message about
25623         registration.
25624
25625 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25626
25627         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25628         dependencies.
25629         (rfc2047-encode): Use it.
25630
25631         * gnus-art.el (gnus-button-marker-list): Move before first
25632         reference.
25633
25634         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25635         (imap-parse-body): Fix format string mismatch.
25636
25637         * gnus-score.el (gnus-summary-increase-score): do.
25638
25639         * nnrss.el (nnrss-close): New function.
25640
25641 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25642
25643         * nnrss.el (nnrss-make-filename): New function.
25644         (nnrss-request-delete-group, nnrss-read-server-data)
25645         (nnrss-save-server-data, nnrss-read-group-data)
25646         (nnrss-save-group-data): Use it.
25647         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25648         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25649         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25650
25651 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25652
25653         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25654
25655 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25656
25657         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25658         files.
25659
25660         * message.el (message-generate-headers-first): Don't quote nil
25661         and t in docstrings.
25662
25663         * imap.el (imap-id): do.
25664
25665         * gnus-agent.el (gnus-agent-consider-all-articles)
25666         (gnus-agent-queue-mail): do.
25667
25668 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25669
25670         * spam-report.el (spam-report-process-queue): New function.
25671         Process requests from `spam-report-requests-file'.
25672         (spam-report-process-queue): Doc fix.
25673
25674 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25675
25676         * spam.el (spam-register-routine)
25677         (spam-log-processing-to-registry, spam-log-registered-p)
25678         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25679         Change "check" to "spam-check" for semi-clarity.
25680
25681 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25682
25683         * pop3.el: Require nnheader.
25684
25685         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25686
25687         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25688
25689         * gnus-picon.el: Require cl.
25690
25691         * gnus-fun.el: Require gnus-ems and gnus-util.
25692
25693         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25694
25695         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25696
25697         * gnus-art.el (gnus-article-edit-mode): Define before first
25698         reference.
25699
25700 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25701
25702         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25703         (gnus-uu-post-encoded): Use point-at-bol.
25704
25705         * gnus-topic.el (gnus-group-active-topic-p): do.
25706
25707         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25708
25709         * gnus-group.el (gnus-group-kill-region): do.
25710
25711         * gnus-art.el (article-date-ut): do.
25712
25713         * message.el (message-fetch-field): Remove redundant
25714         case-fold-search binding.
25715         (message-narrow-to-field): Simplify.
25716
25717 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25718
25719         * spam.el (spam-directory): Derive from `gnus-directory'.
25720
25721         * spam-report.el (spam-report-url-to-file)
25722         (spam-report-requests-file): New function and variable for offline
25723         reporting.
25724         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25725         and user defined function.
25726         (spam-report-url-ping-mm-url): Remove doubled slash.
25727
25728 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25729
25730         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25731
25732 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25733
25734         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25735         Fix format string mismatch.
25736
25737         * sieve.el (sieve-deactivate-all): do.
25738
25739         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25740
25741         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25742
25743         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25744
25745         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25746
25747 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25748
25749         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25750         the list of checks.
25751
25752 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25753
25754         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25755         padding.
25756
25757 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25758
25759         * mm-view.el (mm-fill-flowed): New variable.
25760         (mm-inline-text): Use it.
25761
25762 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25763
25764         * spam.el (spam-spamassassin-register-ham-routine)
25765         (spam-spamassassin-register-spam-routine): Fix function names.
25766
25767 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * gnus.el (gnus-tmp-grouplens): Remove.
25770         (gnus-summary-line-format): Remove grouplens.
25771
25772         * gnus-group.el (gnus-group-line-format): Ditto.
25773
25774         * gnus-spec.el (gnus-format-specs): Ditto.
25775         (gnus-update-format-specifications): Flush the group format spec
25776         cache if there's the grouplens stuff.
25777         (gnus-parse-simple-format): Replace %l with the empty string.
25778
25779 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25780
25781         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25782         omission.
25783
25784 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25785
25786         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25787         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25788
25789 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25790
25791         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25792         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25793         New macros and functions.
25794         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25795         Handle > NLINK_MAX messages.
25796         * nnmaildir.el (nnmaildir-request-set-mark):
25797         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25798
25799 2004-01-25  Alex Schroeder  <alex@gnu.org>
25800
25801         * spam-stat.el (spam-stat-process-directory-age): New option.
25802         (spam-stat-process-directory): Use it.
25803
25804 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25805
25806         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25807         (spam-stat-save): Accept prefix argument.
25808
25809 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25810
25811         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25812         links" error.
25813
25814 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25815
25816         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25817         the rest of the and/or forms.
25818
25819 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25820
25821         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25822         compatibility with old .newsrc.eld files.
25823
25824         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25825
25826         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25827
25828         * gnus-start.el (gnus-1): do.
25829
25830         * gnus-group.el (gnus-group-line-format-alist): do.
25831
25832         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25833
25834         * gnus-gl.el: Remove.
25835
25836 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25837
25838         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25839         marks consisting of a single range {for example, (3 . 5)} rather
25840         than a list of a single range { ((3 . 5)) }.
25841
25842 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25843
25844         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25845         Use with-current-buffer.
25846         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25847         avoid consing a string.
25848
25849         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25850         Remove obsolete entries for big5 and gb2312.
25851
25852 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25853
25854         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25855         uncompressed list.
25856
25857 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25858
25859         * spam-stat.el (spam-stat-strip-xref): New function.
25860         (spam-stat-process-directory): Use it.
25861
25862         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25863         here -- it's done in message-fetch-field.
25864
25865 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25866
25867         * gnus-agent.el (gnus-agent-queue-mail)
25868         (gnus-agent-prompt-send-queue): New variables.
25869         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25870         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25871         "nndraft:queue" along to gnus-draft-send.
25872         Use gnus-agent-prompt-send-queue.
25873         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25874         is "nndraft:queue".  Suggested by Gaute Strokkenes
25875         <gs234@srcf.ucam.org>
25876
25877         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25878         (agent-enable-undownloaded-faces): Add.
25879         (gnus-agent-cat-groups): Use eval-and-compile, not
25880         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25881         method of gnus-agent-cat-groups even when the buffer has been
25882         evaled.
25883         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25884         delete gnus-agent-save-active-1.
25885         (gnus-agent-save-groups): Delete.  Identical to
25886         gnus-agent-save-active.
25887         (gnus-agent-write-active): No longer adjust agent's copy of active
25888         file as agent's adjustments are now stored in their own
25889         file.  Remove optional parameter.
25890         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25891         servers.  Add use of min/max range limits from server's local
25892         file.
25893         (gnus-agent-save-alist): Remove unused optional argument.
25894         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25895         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25896         (gnus-agent-set-local): A per-server file that keeps min/max range
25897         limits for articles known to the agent.  Provides a fast mechanism
25898         for altering many active ranges.
25899         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25900         active file (local makes it unnecessary).
25901         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25902
25903         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25904         (agent-enable-undownloaded-faces): Add.
25905
25906         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25907         disable it when sending to "nndraft:queue".
25908         (gnus-group-send-queue): Add safety check to avoid sending queue
25909         when unplugged.
25910
25911         * gnus-group.el (gnus-group-catchup): Use new
25912         gnus-sequence-of-unread-articles, not
25913         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25914         numbers of articles.  Use gnus-range-map to avoid having to
25915         uncompress the unread list.
25916         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25917         Fix invalid ange-ftp reference.
25918
25919         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25920         (gnus-sorted-range-intersection): Intersection of two ranges
25921         without requiring that they first be uncompressed.
25922
25923         * gnus-start.el (gnus-activate-group): Unless blocked by the
25924         caller, possibly expand the active range to include both cached
25925         and agentized articles.
25926         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25927         multiple version-dependent converters.
25928         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25929         gnus-agent-save-active.
25930         (gnus-save-newsrc-file): Save dirty agent range limits.
25931
25932         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25933         gnus-agent-possibly-alter-active.
25934         (gnus-adjust-marked-articles): Faster handling of simple lists.
25935
25936 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25937
25938         * spam-stat.el (spam-stat-test-directory): New optional argument
25939         displays a list of files detected.  Suggested by Andrew Cohen
25940         <cohen@andy.bu.edu>.
25941         (spam-stat-buffer-words-with-scores): Don't narrow and change
25942         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25943
25944 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25945
25946         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25947         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25948         (spam-spamassassin-arguments)
25949         (spam-spamassassin-spam-flag-header)
25950         (spam-spamassassin-positive-spam-flag-header)
25951         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25952         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25953         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25954         (spam-list-of-processors, spam-list-of-checks)
25955         (spam-list-of-statistical-checks, spam-registration-functions)
25956         (spam-check-spamassassin-headers, spam-check-spamassassin)
25957         (spam-spamassassin-score)
25958         (spam-spamassassin-register-with-sa-learn)
25959         (spam-spamassassin-register-spam-routine)
25960         (spam-spamassassin-register-ham-routine)
25961         (spam-assassin-register-spam-routine)
25962         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25963         (spam-bogofilter-score): Fix to show article before scoring.
25964
25965 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25966
25967         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25968         default scoring function.
25969         (spam-generic-score): Call spam-spamassassin-score if
25970         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25971         spam-bogofilter-score otherwise.
25972
25973         * gnus.el (spam-process, spam-autodetect-methods):
25974         Add spamassassin and spamassassin-headers.
25975
25976 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25977
25978         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25979         Suppress unnecessary messages.
25980
25981 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25982
25983         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25984         make-hash-table.
25985
25986 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25987
25988         * canlock.el (base64-encode-string): Don't autoload it.
25989
25990 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25991
25992         * run-at-time.el: Remove useless (require 'itimer),
25993         eval-and-compile and (featurep 'xemacs).
25994
25995 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25996
25997         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25998         GROUP is a virtual group.
25999
26000 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26001
26002         * gnus.el: Autoload `message-y-or-n-p'.
26003
26004 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26005
26006         * pgg-parse.el: Remove unnecessary (require 'custom).
26007
26008         * pgg-def.el: do.
26009
26010         * nnmail.el: do.
26011
26012         * gnus-undo.el: do.
26013
26014         * gnus-picon.el: do.
26015
26016         * gnus-util.el: do.
26017
26018 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26019
26020         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26021
26022 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26023
26024         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26025         handle, as well as a list.
26026
26027         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26028         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26029         (mm-w3m-cid-retrieve): Simplify.
26030
26031 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26032
26033         * message.el (message-kill-to-signature): Allow prefix arg to
26034         specify number of lines to keep before signature.
26035
26036 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26037
26038         * message.el (message-kill-to-signature): Change docstring.
26039
26040 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26041
26042         * canlock.el: Always require sha1-el.
26043         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26044
26045         * message.el: Autoload sha1 only when compiling.
26046
26047         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26048         eudc-expand-inline for XEmacs.
26049
26050 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26051
26052         * message.el (message-canlock-generate): Require sha1-el.
26053
26054 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26055
26056         * message.el (message-expand-name): Silence the byte compiler.
26057
26058         * lpath.el: Add detect-coding-system.
26059
26060         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26061         cus-edit.
26062
26063 2004-01-13  Simon Josefsson  <jas@extundo.com>
26064
26065         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26066         Invoke gnus-score-mode.
26067         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26068
26069         * gnus-range.el (gnus-compress-sequence): Doc fix.
26070         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26071
26072 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26073
26074         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26075
26076 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26077
26078         * spam.el (spam-get-article-as-string): Update to use
26079         gnus-request-article-this-buffer, much simpler.
26080         (spam-get-article-as-buffer): Remove.
26081
26082 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26083
26084         * message.el (message-expand-name): Use EUDC if the user uses that.
26085
26086 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26087
26088         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26089         character for the encoding to avoid consing a string.
26090
26091         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26092         unnecessarily.
26093
26094         * mm-util.el (mm-replace-chars-in-string): Remove.
26095
26096         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26097         of mm-replace-chars-in-string.
26098
26099 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26100
26101         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26102
26103         * mm-util.el (mm-subst-char-in-string): Support inplace.
26104
26105         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26106         a new string in every iteration.  Use shy groups.
26107
26108 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26109
26110         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26111         * gnus-soup.el (gnus-soup-group-brew):
26112         * gnus-msg.el (gnus-put-message):
26113         * gnus-move.el (gnus-group-move-group-to-server):
26114         * gnus-kill.el (gnus-batch-score):
26115         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26116         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26117         (gnus-group-update-group, gnus-group-read-group)
26118         (gnus-group-make-group, gnus-group-make-help-group)
26119         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26120         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26121         (gnus-group-sort-by-unread, gnus-group-catchup)
26122         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26123         (gnus-group-yank-group, gnus-group-set-info)
26124         (gnus-group-list-groups):
26125         * gnus.el (gnus-generate-new-group-name):
26126         * gnus-delay.el (gnus-delay-send-queue):
26127         * nnvirtual.el (nnvirtual-catchup-group):
26128         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26129         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26130         (gnus-group-prepare-topics, gnus-topic-check-topology):
26131         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26132         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26133         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26134         (gnus-group-make-articles-read):
26135         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26136         (gnus-group-change-level, gnus-kill-newsgroup)
26137         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26138         (gnus-get-unread-articles, gnus-make-articles-unread)
26139         (gnus-make-ascending-articles-unread): Use accessor
26140         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26141         to get group information for improved readability.
26142
26143
26144 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26145
26146         * gnus-art.el (article-decode-mime-words, article-babel)
26147         (gnus-article-highlight-signature, gnus-article-add-buttons)
26148         (gnus-signature-toggle): Use gnus-with-article-buffer.
26149
26150         * gnus-art.el (gnus-article-highlight-headers)
26151         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26152
26153         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26154         (gnus-article-set-globals, gnus-request-article-this-buffer)
26155         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26156         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26157         (gnus-mime-display-alternative): Use with-current-buffer.
26158
26159 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26160
26161         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26162         also under 80 char limit, and call gnus-error if needed.
26163         (spam-fetch-article-header): Fix - it was a
26164         buffer-local variable (gnus-newsgroup-data).
26165         (spam-find-spam): Use spam-generate-fake-headers, forget about
26166         spam-insert-fake-headers.
26167         (spam-insert-fake-headers): Remove.
26168
26169 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26170
26171         * deuglify.el (gnus-article-outlook-unwrap-lines)
26172         (gnus-outlook-rearrange-article)
26173         (gnus-outlook-repair-attribution-outlook)
26174         (gnus-outlook-repair-attribution-block)
26175         (gnus-outlook-repair-attribution-other): Remove redundant
26176         save-excursion.
26177
26178 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26179
26180         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26181         (spam-fetch-field-subject-fast)
26182         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26183         (spam-fetch-article-header): Add functions to deal with Gnus
26184         internals for fast retrieval of article header data.
26185         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26186
26187 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26188
26189         * pop3.el (pop3-md5): Remove.
26190         (pop3-apop): Replace pop3-md5 with md5.
26191
26192         * mm-bodies.el: base64 is always built-in.
26193
26194         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26195         Use with-current-buffer.
26196
26197 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26198
26199         * canlock.el (canlock-insert-header): Remove excessive grouping in
26200         regexp.
26201
26202         * gnus-sum.el (gnus-summary-read-document): Ditto.
26203
26204         * gnus-uu.el (gnus-uu-part-number): Ditto.
26205
26206         * html2text.el (html2text-remove-tags): Ditto.
26207         (html2text-format-tags): Ditto.
26208         (html2text-format-single-elements): Ditto.
26209
26210         * mml.el (mml-parse-1): Ditto.
26211
26212 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26213
26214         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26215
26216         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26217
26218         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26219
26220         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26221
26222 2003-11-15  Simon Josefsson  <jas@extundo.com>
26223
26224         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26225         (pgg-gpg-lookup-key): Use regexp match instead of
26226         split-string (split-string is different between emacs 21.2 and
26227         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26228
26229 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26230
26231         * gnus-art.el (gnus-mime-view-all-parts)
26232         (gnus-article-part-wrapper, gnus-article-view-part):
26233         Use with-current-buffer.
26234
26235 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26236
26237         * spam.el (spam-disable-spam-split-during-ham-respool)
26238         (spam-spamoracle-database, spam-cache-lookups)
26239         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26240         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26241         (spam-group-ham-marks, spam-group-spam-marks)
26242         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26243         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26244         also add spam-use-blackholes to the statistical checks.
26245         (spam-fetch-field-fast): Add interface to fetching fields, may
26246         become a macro.
26247         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26248         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26249         (spam-insert-fake-headers): Fake an article when needed.
26250         (spam-find-spam): Fake article when possible.
26251         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26252         (spam-check-bogofilter-headers): Use message-fetch-field instead
26253         of nnmail-fetch-field.
26254
26255 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26256
26257         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26258
26259 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26260
26261         * spam.el (spam-split): Do not require spam-use-CHECK to be
26262         enabled if that check is passed to spam-split explicitly; also
26263         fix so 'spam doesn't get converted to spam-split-group when
26264         spam-split-symbolic-return is t.
26265         (spam-find-spam): Find registrations of the article and use those
26266         instead of re-running spam-split to find the spam/ham
26267         classification of the article.
26268         (spam-log-processing-to-registry, spam-log-registered-p)
26269         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26270         Use gnus-error instead of gnus-message.
26271         (spam-log-registration-type): Add function to determine the
26272         classification of a message based on registry entries; will
26273         return nil if both 'spam and 'ham are found.
26274         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26275         a reasonably fast local cache without the loading errors.
26276         (spam-cache-lookups): Set to t by default.
26277         (spam-find-spam): Don't try to guess spam-cache-lookups.
26278         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26279         spam-caches entry.
26280         (spam-filelist-build-cache, spam-filelist-check-cache):
26281         Fix caching of whitelist/blacklist entries.
26282         (spam-check-whitelist, spam-check-blacklist):
26283         Invoke spam-from-listed-p with a type, not a cache variable.
26284         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26285
26286 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26287
26288         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26289
26290         * nnmail.el (nnmail-split-fancy): do.
26291
26292         * mml.el (mml-parse): do.
26293
26294         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26295         (gnus-score-adaptive): do.
26296
26297 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26298
26299         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26300         (gnus-mime-button-map): Don't set keymap parent.
26301         (gnus-button-ctan-directory-regexp): Use shy grouping.
26302         (gnus-prev-page-map): Don't set keymap parent.
26303         (gnus-prev-page-map): Remove duplicated one.
26304         (gnus-next-page-map): Don't set keymap parent.
26305         (gnus-mime-security-button-map): Ditto.
26306
26307         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26308         version number.
26309
26310         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26311
26312 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26313
26314         * canlock.el (canlock-sha1-function): Remove.
26315         (canlock-sha1-function-for-verify): Remove.
26316         (canlock-openssl-program): Remove.
26317         (canlock-openssl-args): Remove.
26318         (canlock-ignore-errors): Remove.
26319         (canlock-sha1-with-openssl): Remove.
26320         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26321         (canlock-verify): Don't use canlock-ignore-errors.
26322
26323         * sha1-el.el (sha1-string-external): Make it can return a string
26324         in binary form.
26325         (sha1-region-external): Ditto.
26326         (sha1-string-internal): Ditto.
26327         (sha1-region-internal): Ditto.
26328         (sha1-region): Ditto.
26329         (sha1-string): Ditto.
26330         (sha1): Ditto.
26331
26332 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26333
26334         * spam.el (spam-report-articles-gmane): New command.
26335
26336 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26337
26338         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26339
26340         * run-at-time.el (run-at-time-saved): Remove.
26341         (run-at-time): Doc fix.
26342
26343 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26344
26345         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26346         (gnus-summary-limit-map): Add it.
26347         (gnus-summary-make-menu-bar): do.
26348
26349 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26350
26351         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26352         Make attempt at some caching support (done for BBDB only now).
26353         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26354         addresses to be checked.
26355         (spam-clear-cache-BBDB): Add function, to be invoked by
26356         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26357         (spam-check-BBDB): Check and use the caches, if
26358         spam-cache-lookups is on, remove superfluous (provide).
26359
26360 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26361
26362         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26363
26364 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26365
26366         * run-at-time.el (run-at-time-saved): Move to after the definition
26367         of `run-at-time'.
26368
26369         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26370
26371 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26372
26373         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26374         mm-w3m-local-map-property.
26375
26376         * mm-view.el (mm-w3m-mode-map): Remove.
26377         (mm-w3m-local-map-property): Remove.
26378         (mm-inline-text-html-render-with-w3m): Don't use
26379         mm-w3m-local-map-property.
26380
26381 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26382
26383         * run-at-time.el: New file.
26384
26385         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26386         under Emacs.
26387
26388         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26389         of gnus-set-text-properties.
26390
26391         * gnus-uu.el (gnus-uu-save-article): Ditto.
26392
26393         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26394
26395         * gnus-cite.el (gnus-cite-parse): Ditto.
26396
26397         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26398         of gnus-.
26399
26400         * gnus-xmas.el (run-at-time): Require run-at-time.
26401
26402         * gnus.el: Change calls to nnheader-run-at-time and
26403         password-run-at-time throughout to use run-at-time directly.
26404
26405         * password.el: Remove definition of run-at-time.
26406
26407         * nnheaderxm.el: Remove definition of run-at-time.
26408
26409 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26410
26411         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26412         in prompt.
26413
26414 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26415
26416         * messagexmas.el (message-xmas-redefine): Alias
26417         `message-make-caesar-translation-table' to
26418         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26419         version.
26420
26421         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26422         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26423         `gnus-xmas-set-text-properties'.
26424         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26425         `gnus-xmas-completing-read'.
26426         (gnus-xmas-completing-read): Removed.
26427         (gnus-xmas-open-network-stream): Removed.
26428
26429         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26430         XEmacs version.
26431
26432         * dns.el (dns-make-network-process): Use `open-network-stream'
26433         instead of `gnus-xmas-open-network-stream'.
26434
26435         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26436
26437         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26438
26439 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26440
26441         * gnus-art.el (gnus-mime-display-alternative)
26442         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26443         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26444         Don't use gnus-local-map-property.
26445
26446         * gnus-util.el (gnus-local-map-property): Remove.
26447
26448         * mm-view.el (mm-view-pkcs7-decrypt):
26449         Replace gnus-completing-read-maybe-default with completing-read.
26450
26451         * gnus-util.el (gnus-completing-read): do.
26452         (gnus-completing-read-maybe-default): Remove.
26453
26454 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26455
26456         * password.el: Only autoload `run-at-time' if not XEmacs.
26457         Only autoload the itimer functions if XEmacs.
26458
26459 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26460
26461         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26462         XEmacsen.
26463
26464         * dgnushack.el: Autoload executable-find for XEmacs.
26465
26466 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26467
26468         * gnus-art.el (gnus-read-string): Remove.
26469         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26470         read-string.
26471
26472 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26473
26474         * netrc.el: Autoload password-read.
26475         (netrc): Add configuration group.
26476         (netrc-encoding-method, netrc-openssl-path):
26477         Add variables for encoding and decoding of files with symmetric
26478         ciphers.
26479         (netrc-encode): Add assistant function to encode a file with
26480         netrc-encoding-method.
26481         (netrc-parse): Add interactive parameter, added optional
26482         decoding if netrc-encoding-method is non-nil but otherwise
26483         behavior is standard.
26484         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26485         Do s/encode/encrypt/ everywhere.
26486
26487         * spam.el: Remove executable-find autoload.
26488
26489 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26490
26491         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26492
26493         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26494
26495 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26496
26497         * gnus-art.el (gnus-treat-ansi-sequences)
26498         (article-treat-ansi-sequences): New variable and function.
26499         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26500
26501         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26502         Use it.
26503
26504 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26505
26506         * mm-util.el (mm-quote-arg): Remove.
26507
26508         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26509         shell-quote-argument.
26510
26511         * gnus-uu.el (gnus-uu-command): do.
26512
26513         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26514
26515         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26516         with make-char.
26517
26518         * mm-util.el (mm-make-char): Remove.
26519
26520         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26521         add-minor-mode.
26522
26523         * gnus-undo.el (gnus-undo-mode): do.
26524
26525         * gnus-topic.el (gnus-topic-mode): do.
26526
26527         * gnus-sum.el (gnus-dead-summary-mode): do.
26528
26529         * gnus-start.el (gnus-slave-mode): do.
26530
26531         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26532
26533         * gnus-ml.el (gnus-mailing-list-mode): do.
26534
26535         * gnus-gl.el (gnus-grouplens-mode): do.
26536
26537         * gnus-draft.el (gnus-draft-mode): do.
26538
26539         * gnus-dired.el (gnus-dired-mode): do.
26540
26541         * gnus-ems.el (gnus-add-minor-mode): Remove.
26542
26543         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26544         Replace gnus-char-width with char-width.
26545
26546         * gnus-ems.el (gnus-char-width): Remove.
26547
26548         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26549         Replace gnus-char-width with char-width.
26550
26551         * gnus-ems.el (gnus-char-width): Remove.
26552
26553         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26554         definition.
26555         Remove Emacs 20 hash table compatibility code.
26556
26557         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26558         20 compatibility code.
26559
26560         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26561
26562         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26563
26564         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26565         Replace with point-at-{eol,bol}.
26566
26567         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26568
26569         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26570
26571         * flow-fill.el (fill-flowed-point-at-bol)
26572         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26573
26574         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26575         Replace with point-at-{eol,bol} throughout all files.
26576
26577 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26578
26579         * ntlm.el (ntlm-string-as-unibyte): New macro.
26580         (ntlm-build-auth-response): Use it.
26581
26582         Remove Emacs 20 stuff:
26583         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26584         (butlast, mapc, remove): Remove the compiler macros.
26585         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26586         of delq and copy-sequence.
26587         * gnus-art.el (popup-menu): Remove the compiler macro.
26588         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26589         Emacs 20.
26590
26591 2004-01-05  Simon Josefsson  <jas@extundo.com>
26592
26593         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26594         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26595         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26596         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26597         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26598         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26599         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26600         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26601         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26602         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26603         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26604         string-xor into ntlm-string-xor.
26605         Suggested by Jesper Harder <harder@myrealbox.com>.
26606
26607         * ntlm.el: Don't include poem.
26608
26609         * md4.el (print-int32, print-string-hexa): Remove.
26610         Suggested by Jesper Harder <harder@myrealbox.com>.
26611
26612         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26613
26614         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26615         probably breaks emacs with DL patch, but do we care? Is anyone
26616         still using the DL stuff?)
26617
26618         * sieve-manage.el: Use the password package.
26619         (sieve-manage-read-passwd): Remove.
26620         (sieve-manage-interactive-login): Use password.  Re-add
26621         condition-case around loop.
26622
26623         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26624         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26625         Use the password package.
26626
26627 2003-02-19  Simon Josefsson  <jas@extundo.com>
26628
26629         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26630         token.
26631
26632 2002-08-07  Simon Josefsson  <jas@extundo.com>
26633
26634         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26635         (sieve-manage-authenticators):
26636         (sieve-manage-authenticator-alist): Add some SASL mechs.
26637         (sieve-sasl-auth): New function.
26638         (sieve-manage-cram-md5-auth):
26639         (sieve-manage-plain-auth): Rewrite using SASL library.
26640         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26641         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26642         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26643         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26644
26645 2004-01-05  Simon Josefsson  <jas@extundo.com>
26646
26647         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26648         New files.
26649
26650 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26651
26652         * gnus-group.el (gnus-no-groups-message): Update.
26653
26654         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26655
26656 2003-11-09  Simon Josefsson  <jas@extundo.com>
26657
26658         * imap.el: Support for ID IMAP extension (RFC 2971).
26659         (imap-local-variables): Add imap-id.
26660         (imap-id): New variable.
26661         (imap-id): New function.
26662         (imap-parse-response): Parse untagged ID response.
26663         * nnimap.el (nnimap-id): New variable.
26664         (nnimap-open-connection): Use it.
26665
26666 2003-12-28  Simon Josefsson  <jas@extundo.com>
26667
26668         * gnus-score.el (gnus-score-edit-all-score): New.
26669         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26670
26671 2004-01-04  Simon Josefsson  <jas@extundo.com>
26672
26673         * password.el: Add.
26674
26675 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26676
26677         * dns.el (dns-query-types): Fix typo.
26678         (dns-query-types): New function.
26679         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26680         PTR and SOA replies, see RFC 1035.
26681
26682 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26683
26684         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26685
26686         * Move to Changelog.2.
26687
26688 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26689
26690         * gnus.el (gnus-version-number): Bump version.
26691
26692 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26693
26694         * gnus.el: No Gnus v0.1 is released.
26695
26696 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26697
26698         * gnus.el: No Gnus v0.0 is released.
26699
26700 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26701
26702         * gnus.el (gnus-version-number): Bump.
26703         (gnus-version): No.
26704
26705 See ChangeLog.2 for earlier changes.
26706
26707   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26708
26709   This file is part of GNU Emacs.
26710
26711   GNU Emacs is free software: you can redistribute it and/or modify
26712   it under the terms of the GNU General Public License as published by
26713   the Free Software Foundation, either version 3 of the License, or
26714   (at your option) any later version.
26715
26716   GNU Emacs is distributed in the hope that it will be useful,
26717   but WITHOUT ANY WARRANTY; without even the implied warranty of
26718   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26719   GNU General Public License for more details.
26720
26721   You should have received a copy of the GNU General Public License
26722   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26723
26724 ;; Local Variables:
26725 ;; coding: utf-8
26726 ;; fill-column: 79
26727 ;; add-log-time-zone-rule: t
26728 ;; End: