76f251b422cbbe6711de2aede3fa542c89b8f3db
[gnus] / lisp / ChangeLog
1 2013-09-13  Glenn Morris  <rgm@gnu.org>
2
3         * mml2015.el (gnus-create-image): Autoload it.
4
5         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
6
7         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
8         (image-size): Declare.
9
10 2013-09-12  Glenn Morris  <rgm@gnu.org>
11
12         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
13         Avoid using `find', which i) might not be defined at runtime;
14         ii) does not work, since its default test is eql, not equal.
15         (gnus-mime-action-alist): Declare.
16
17 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18
19         * score-mode.el (gnus-score-mode-map): Move initialization
20         into declaration.
21         (gnus-score-mode): Use define-derived-mode.
22         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
23         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
24         into declaration.
25         (gnus-kill-file-mode): Use define-derived-mode.
26         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
27         Use derived-mode-p.
28         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
29         (gnus-group-setup-buffer, gnus-group-name-at-point)
30         (gnus-group-make-web-group, gnus-group-enter-directory)
31         (gnus-group-suspend): Use derived-mode-p.
32         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
33         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
34         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
35         (gnus-article-setup-buffer, gnus-article-prepare)
36         (gnus-article-prepare-display, gnus-sticky-article)
37         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
38         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
39         (gnus-article-read-summary-keys): Use derived-mode-p.
40
41 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
44
45 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
48         shift_jis from the default value set for Japanese users.
49
50 2013-08-13  Glenn Morris  <rgm@gnu.org>
51
52         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
53
54         * gnus.el (gnus-valid-select-methods): Fix type.
55
56         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
57
58 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * mm-decode.el (mm-display-external): Run a timer for the temp files
61         deletion after a viewer exits; add a deletion timer for the needsterm
62         case, too.
63
64         * mm-decode.el (mm-display-external): Try to delete temporary files by
65         using a 1-min. timer.
66
67 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
70         New internal variables.
71         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
72         (mm-display-external): Use it to delete temporary files instead of
73         using timers.
74
75 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
78
79 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
80
81         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
82         with cond for backwards compatability.
83
84 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * mm-decode.el (mm-display-external): Bind process-connection-type to
87         nil; don't delete a temp file immediately even if a viewer finishes,
88         since it may be a shell script, like xdg-open, that launches a real
89         viewer program belatedly.
90
91 2013-08-05  Dave Abrahams  <dave@boostpro.com>
92
93         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
94         that we can create nndoc groups that excerpt other groups.
95
96 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-delay.el (gnus-delay-article): Fix typo.
99
100         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
101         articles.
102
103         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
104         we can get spell-checking etc.
105
106 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
109         a single one used for encoding the whole text in a header.
110
111 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
114         doesn't work properly on XEmacs.
115
116 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
119         before sending.
120
121         * dgnushack.el (dgnushack-compile): Add a temporary check for
122         gnus-icalendar.
123
124         * mm-decode.el (mm-command-output): New face.
125         (mm-display-external): Use it.
126
127 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
128
129         * nnmbox.el (nnmbox-request-article): Don't change point.
130
131 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
134         Include `handle' parameter.
135
136 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
137
138         * gnus-icalendar.el: New file.
139
140 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
143
144         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
145         dummy roots, too.
146
147 2013-08-01  David Edmondson  <dme@dme.org>
148
149         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
150         out on ttys.
151
152 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
155         not empty.
156
157         * nnrss.el (nnrss-discover-feed): Indent.
158
159 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
162
163 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
166         dirty to ensure nnimap data being saved.
167
168 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
169
170         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
171         menu entry.
172
173         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
174         the current thread's total score instead of the current article's
175         score.
176
177         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
178         (gnus-sort-threads-recursively): Delete defcustom.
179         (gnus-sort-threads-recursive): Adapt accordingly.
180
181 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
182
183         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
184         (gnus-sort-threads-recursive): Use it.
185         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
186         again.  Now that determines how to sort subthreads.
187
188 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
189
190         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
191         (gnus-sort-threads): Use it.
192
193 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
194
195         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
196         punctuation characters follow parentheses (bug#14950).
197
198 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus.el (gnus-continuum-version):
201         * gnus-msg.el (gnus-extended-version): Simplify.
202
203         * gnus.el (gnus-continuum-version-1): Remove.
204         * gnus-msg.el (gnus-bug): Revert.
205
206         Calculate gnus-version correctly on Cygwin.
207
208         * gnus.el (gnus-continuum-version): Do main calculations in integers.
209         (gnus-continuum-version-1): New function, return a string.
210
211         * gnus-msg.el (gnus-extended-version, gnus-bug):
212         Use gnus-continuum-version-1 instead of gnus-continuum-version.
213
214 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
215
216         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
217         (bug#13384).
218
219 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
222         that were only relevant in a development version a long time ago.
223
224 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
227         that the old Emacs 24s bundle.
228
229 2013-07-10  David Engster  <deng@randomsample.de>
230
231         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
232         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
233         fixes a bug in Emacs trunk where the 'unexist' marks were always
234         removed at startup because "Gnus v5.13" was considered smaller than "Ma
235         Gnus v0.03".
236
237 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
238
239         * gnus.el (gnus-summary-line-format): Reference
240         `gnus-user-date-format-alist' for the &user-date; format, not
241         `gnus-summary-user-date-format-alist'.
242
243 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
246         delete files (bug#13481).
247
248 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
249
250         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
251
252 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
255         display images.
256
257         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
258
259         * message.el (message-cancel-news): According to
260         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
261         preferred over "cmsg cancel" in the Subject.
262
263         * nnir.el (nnir-engines): Note that the group specs are regexps
264         (bug#13238).
265
266         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
267         gotten read-only text properties, ensure that those aren't heeded when
268         copying stuff over (bug#13434).
269
270         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
271         (bug#13762).
272
273 2013-07-05  David Kastrup  <dak@gnu.org>
274
275         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
276         authinfo file again (important for blank passwords).  This had been
277         broken with 2013-06-15 change.
278
279 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
282         Revert 2013-01-14 change.
283
284 2013-07-02  Daiki Ueno  <ueno@gnu.org>
285
286         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
287         of 'create-image' for XEmacs compatibility; check errors when decoding
288         image.  Reported by Uwe Brauer.
289
290 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
293         gnus-button-push revised at 2011-01-19.
294
295 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
298         now live in the lisp/net Emacs 24 repository.
299
300 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * eww.el (eww-update-header-line-format): Quote % characters.
303
304 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * eww.el (eww-process-text-input): Display passwords as asterisks.
307
308         * shr.el (shr-make-table-1): Protect against invalid column-spans.
309
310 2013-06-19  Tom Tromey  <tromey@redhat.com>
311
312         * eww.el (eww-top-url): Remove.
313         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
314         (eww-render): Set new variables.  Don't set eww-top-url.
315         (eww-handle-link): Handle "prev", "home", and "contents".
316         Downcase the rel text.
317         (eww-top-url): Choose best top URL.
318
319 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * eww.el: Rewrite to implement form elements "by hand" instead of
322         relying in widget.el.  Using widget.el leads to too many
323         user interface inconsistencies.
324         (eww-self-insert): Implement entering commands in text fields.
325         (eww-process-text-input): New function to make text input field editing
326         work.
327         (eww-submit): Rewrite to use the new-style form methods.
328         (eww-select-display): Display the correct selected item.
329         (eww-change-select): Implement changing the select value.
330         (eww-toggle-checkbox): Implement radio/checkboxes.
331         (eww-update-field): Fix compilation error.
332         (eww-tag-textarea): Implement <textarea>.
333
334         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
335         don't shadow mode-specific bindings.
336
337         * eww.el (eww-browse-url): Don't push stuff onto history if there's
338         nothing to push.
339
340         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
341
342 2013-06-19  Glenn Morris  <rgm@gnu.org>
343
344         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
345
346 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
349
350 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * shr.el (shr-make-table-1): Implement <td rowspan>.
353         (shr-table-horizontal-line): Allow nil as a value, and change the
354         default.
355         (shr-insert-table-ruler): Respect the nil value.
356
357 2013-06-18  Tom Tromey  <tromey@barimba>
358
359         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
360         New defvars.
361         (eww-open-file): New defun.
362         (eww-render): Initialize new variables.
363         (eww-display-html): Handle "link" and "a".
364         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
365         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
366         (eww-back-url): Rename from eww-previous-url.
367         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
368         defuns.
369
370 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * shr.el (shr-tag-table): Insert the images after the table, so that
373         they're not covered by the table colourisation, which often looked
374         awkward.
375         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
376         <dd>.
377         (shr-make-table-1): Implement <td colspan=> support.
378         (shr-insert-document): Use one less than window width if `shr-width' is
379         nil, since otherwise things may get one character too wide.
380
381 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * eww.el (eww-detect-charset): Improve regexp; move backward.
384
385 2013-06-18  Glenn Morris  <rgm@gnu.org>
386
387         * mm-decode.el (widget-convert-button): Autoload.
388
389         * sieve-manage.el (mm-enable-multibyte): Autoload.
390
391         * shr.el (libxml-parse-html-region): Declare.
392         (shr-render-buffer): Explicit error if no libxml2 support.
393
394 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * auth-source.el (auth-source-current-line): New function.
397         (auth-source-netrc-parse-entries): When a data token is "machine",
398         assume we're in the wrong place and abort parsing the current line.
399
400 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401
402         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
403         (eww-convert-widgets): Don't bug out if the first widget starts at the
404         beginning of the buffer.
405         (eww-convert-widgets): Fix last patch.
406         (eww-tag-input): Support <input type=image>.
407
408         * shr.el (shr-insert-table): Respect border-collapse: collapse.
409         (shr-tag-base): Protect against base specs that are degenerate.
410         (shr-ensure-paragraph): Don't delete empty lines that have text
411         properties, because these may be input fields.
412
413         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
414         we can navigate to them.
415
416         * shr.el (shr-colorize-region): Put the colours over the entire region.
417         (shr-inhibit-decoration): New variable.
418         (shr-add-font): Use it to inhibit text property decorations while doing
419         preliminary table renderings.  This speeds up typical Wikipedia page
420         renderings by 15%.
421         (shr-tag-span): Don't respect the <title>, because that overwrites the
422         help-echo from links inside the spans.
423         (shr-next-link): Use `help-echo' for navigation, so that we can
424         navigate to form elements, too.
425
426         * eww.el (eww-button): New face.
427         (eww-convert-widgets): Use it to make submit buttons more button-like.
428
429         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
430         that Gnus commands work.
431
432         * shr.el (shr-render-td): Support horizontal alignment.
433
434         * eww.el (eww-put-color): Removed.
435         (eww-colorize-region): Use `add-face-text-property'.
436
437         * shr.el (shr-add-font): Append face data, so that we get the correct
438         precedence: The innermost value (which is applied first) wins.
439         (shr-make-overlay): Obsolete function.
440
441         * mm-decode.el (mm-convert-shr-links): New function to convert
442         new-style shr URL links into widgets.
443         (mm-shr): Use it.
444
445         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
446         widget commands, since we're no longer using widgets for links.
447
448         * shr.el (shr-next-link): New command.
449         (shr-previous-link): New command.
450         (shr-urlify): Don't use `widget-convert', because that's slow.
451         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
452         because collecting the overlays and reapplying them when generating
453         tables is slow.
454         (shr-insert-table): Ditto.
455
456 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
457
458         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
459         * shr.el (browse-url): Require `url'.
460         * eww.el (url): Require format-spec.
461
462 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * eww.el (eww-display-html): Default to using the entire window width.
465         (eww-browse-url): Don't add a User-Agent header (twice), because that
466         makes Bing refuse connection.
467
468         * shr.el (shr-make-table): Cache the table rendering at the table
469         level, and not the <td> level.  This is a bit faster.
470
471         * eww.el (eww-render): Go to the correct ID when given URLs ending with
472         #id.
473
474         * shr.el (shr-tag-li): Don't require a new paragraph, since other
475         browsers don't.
476         (shr-expand-url): Respect #anchor links.
477         (shr-parse-base): Chop off the anchor before using.
478         (shr-descend): Respect display: none.
479         (shr-descend): Allow marking elements that have certain IDs.
480
481         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
482
483         * shr.el (shr-expand-url): Don't bug out on zero-length links.
484
485         * eww.el (eww-tag-textarea): Support <textarea>.
486
487 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
488
489         * shr.el (shr-dom-to-xml): Fixed function call.
490
491         * eww.el (eww): New group.
492         (eww-header-line-format): New custom variable.
493         (eww-current-title): New variable.
494         (eww-display-html): Update header and handle title tag.
495         (eww-update-header-line-format): New function.
496         (eww-tag-title): New function.
497
498         * shr.el (shr-dom-to-xml): New function.
499         (shr-tag-svg): Add support for the SVG tag.
500         (shr-bullet): New custom variable.
501         (shr-tag-li): Support custom bullet in unordered lists.
502
503 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * shr.el (shr-expand-url): Respect // URLs.
506
507         * eww.el (eww-tag-body): Override the shr body rendering so that we can
508         put a background colour onto the entire buffer.
509         (eww-render): When being redirected, use the redirect URL as the new
510         base URL.
511
512         * shr.el (shr-parse-base): Fix parsing error.
513
514         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
515
516         * shr.el (shr-parse-base): New function.
517         (shr-expand-url): Use it to expand relative URLs reliably.
518
519 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * auth-source.el (auth-source-search-collection): Fix docstring.
522         (auth-source-netrc-parse): Refactor and improve netrc parser to support
523         single-quoted strings and multiline entries.
524         (auth-source-netrc-parse-next-interesting)
525         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
526         functions to support parser.
527
528 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * eww.el (eww-submit): Get submit button logic right when hitting RET
531         on non-submit buttons.
532
533         * shr.el: Remove shr-preliminary-table-render, since that can't really
534         be used for anything in practice.
535
536 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
537
538         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
539         (sieve-manage-quit).
540
541 2013-06-14  Glenn Morris  <rgm@gnu.org>
542
543         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
544
545 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
546
547         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
548         control the maximum size of photo ID image.
549         (mml2015-epg-key-image-to-string): Respect it.
550
551 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
554         instead of the final one so that we can more easily distinguish them.
555
556         * eww.el (eww-submit): Compute the submission URL correctly.
557
558 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
559
560         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
561         Use plist-get rather than CL's getf.
562         (sieve-manage-parse-capability): Avoid CL's remove-if.
563
564 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
565
566         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
567         (sieve-manage-quit).
568
569 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * shr.el (shr-expand-url): Expansion should chop off the bits after the
572         last slash.
573
574         * eww.el (eww-tag-select): Use the first value as the default value.
575
576 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
577
578         * eww.el (eww): Prepend urls with http:// if scheme is missing.
579         (eww-mode): Use `define-derived-mode'.
580         (eww-parse-headers): Parse headers from beginning of buffer so that
581         file:// links work.
582
583 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
586
587 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
590         to handle them at all.
591
592 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
595         work, too.
596         (eww-tag-select): Implement <select>.
597
598 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
599
600         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
601         stream managing functions by using open-protocol-stream to do most of
602         the work.  Has the nice benefit of enabling STARTTLS.
603         Wait for capabilities after STARTTLS: following RFC5804, the server
604         sends new capabilities after successfully establishing a TLS connection
605         with the client. The client should update the cached list of
606         capabilities, but we just ignore the answer for now.
607         (sieve-manage-network-p, sieve-manage-network-open)
608         (sieve-manage-starttls-p, sieve-manage-starttls-open)
609         (sieve-manage-forward, sieve-manage-streams)
610         (sieve-manage-stream-alist): Remove unneeded functions neither in the
611         API, nor called by any other function.
612         Enable Multibyte for SieveManage buffers: The parser won't properly
613         handle umlauts and line endings unless multibyte is turned on in the
614         process buffer.
615
616 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * eww.el (eww-tag-input): Support password fields.
619         (eww-submit): Support POST.
620
621 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * eww.el (eww-tag-form): Protect against degenerate forms.
624
625         * shr.el (shr-expand-url): Expand URLs that start with a slash
626         correctly.
627
628         * eww.el (eww-submit): Get submit button logic right.
629
630         * shr.el (shr-final-table-render): New variable to signal when we're
631         doing the final table rendering so that we can collect more data at
632         that point.
633
634         * eww.el (eww-submit): Make form submission work.
635         (eww-tag-input): Implement submit buttons.
636         (eww-click-radio): Implement radio and checkboxes.
637         (eww-submit): Handle hidden elements.
638
639         * shr.el (shr-descend): Allow other packages to override (or provide)
640         rendering of elements.
641         (shr-expand-url): Strip query strings from URLs before expanding them.
642
643         * eww.el: Don't require cl-lib.
644         (eww-tag-form): Start form support.
645
646         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
647
648         * eww.el: Start writing a new, tiny web browser.
649         (eww-previous-url): New command.
650         (eww-quit): New command.
651
652 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
653
654         * sieve.el: Put point at beginning of buffer when viewing a script.
655         (sieve-open-server): Respect the PORT parameter.  Show the correct port
656         number in sieve-buffer's header.  Fixed code to also work with a string
657         as port specifier. Properly close the connection on pressing 'q'.  Make
658         sieve-manage-quit close the connection and process buffer.  Also, remove
659         duplicate keybinding for 'q'.
660
661 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
662
663         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
664         make it easier to read.
665         (mm-pkcs7-enveloped-magic): Ditto.
666
667 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
670         before `image-type-available-p' to avoid loading the image libraries
671         needlessly.
672
673 2013-06-05  David Engster  <deng@randomsample.de>
674
675         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
676         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
677         to see whether the group was synced before.
678
679 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
680
681         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
682         when opening the connection.
683         Suggested by João Távora <joaotavora@gmail.com> in
684         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
685
686 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
689         assume Date header begins with "Date", that may be customized into
690         something like "X-Sent" using gnus-article-time-format.
691         (article-transform-date): Allow multi-line Date header.
692
693 2013-06-02  David Engster  <deng@randomsample.de>
694
695         * registry.el (initialize-instance, registry-lookup)
696         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
697         (registry-lookup-secondary-value, registry-search, registry-delete)
698         (registry-insert, registry-reindex, registry-size, registry-prune): Do
699         not wrap methods in `eval-and-compile'.  This breaks due to latest
700         changes in EIEIO (introduction of eieio-core.el).
701
702 2013-05-30  Glenn Morris  <rgm@gnu.org>
703
704         * nnmail.el (nnmail-fancy-expiry-target):
705         Also bind mail-dont-reply-to-names.
706
707         * spam-stat.el (spam-stat-save):
708         No need to tweak font-lock in temp buffers.
709
710         * shr.el (shr-put-image): Silence compiler.
711
712 2013-05-29  Glenn Morris  <rgm@gnu.org>
713
714         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
715
716         * gnus-group.el (gnus-sequence-of-unread-articles)
717         (gnus-summary-add-mark, gnus-mark-article-as-read)
718         (gnus-group-make-articles-read): Declare.
719
720         * gnus-sum.el (gnus-parameter-list-identifier)
721         (gnus-article-stop-animations, gnus-stop-downloads)
722         (gnus-article-only-boring-p, article-goto-body)
723         (gnus-flush-original-article-buffer, article-narrow-to-head)
724         (gnus-article-hidden-text-p, gnus-delete-wash-type)
725         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
726
727         * gnus.el: No need to eval-and-compile autoloads.
728
729         * gravatar.el (help-function-arglist): Autoload.
730
731         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
732
733         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
734
735         * spam.el: No need to load spam-report when compiling.
736         No need to eval-and-compile autoloads.
737         (spam-report-resend-to): Declare.
738         (spam-report-resend-register-routine): Require 'spam-report.
739
740 2013-05-24  Julien Danjou  <julien@danjou.info>
741
742         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
743         setup.
744
745 2013-05-23  Glenn Morris  <rgm@gnu.org>
746
747         * gnus-util.el (rmail-swap-buffers-maybe)
748         (rmail-maybe-set-message-counters, rmail-count-new-messages)
749         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
750         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
751
752         * mm-decode.el: No need to load term when compiling.
753         (term-mode, term-char-mode): Declare.
754
755         * mm-util.el: No need to load jka-compr when compiling.
756         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
757
758         * nnmaildir.el: Require is automatically eval-and-compile.
759         (nnmail): Require at run-time too.
760
761         * registry.el (registry-size): Move definition before use.
762
763 2013-05-22  Daiki Ueno  <ueno@gnu.org>
764
765         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
766         signed data to conform the standard.  (Bug#14232)
767
768 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
769
770         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
771         double angle quotation mark.
772
773 2013-05-20  Glenn Morris  <rgm@gnu.org>
774
775         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
776
777 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
778
779         * message.el (message-insert-formatted-citation-line): handle finding
780         first/lastname when more than 2 names appear.
781
782 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
783
784         * shr.el (shr-tag-span): New function.
785
786 2013-05-18  Glenn Morris  <rgm@gnu.org>
787
788         * message.el (message-mode): Use message-mode-abbrev-table,
789         with text-mode-abbrev-table as parent.  (Bug#14413)
790
791 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * message.el (message-expand-group): Decode group names.
794
795 2013-05-16  Julien Danjou  <julien@danjou.info>
796
797         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
798         app-icon.
799
800 2013-05-15  Glenn Morris  <rgm@gnu.org>
801
802         * shr-color.el (shr-color-visible-luminance-min)
803         (shr-color-visible-distance-min): Use shr-color group.
804
805 2013-05-11  Glenn Morris  <rgm@gnu.org>
806
807         * gnus-vm.el: Make it loadable without VM.
808         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
809         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
810
811 2013-05-09  Glenn Morris  <rgm@gnu.org>
812
813         * mml1991.el: Make it loadable.  (Bug#13456)
814
815         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
816         * gnus-async.el (gnus-async-post-fetch-function):
817         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
818         * gnus-html.el (gnus-html-image-cache-ttl):
819         * gnus-notifications.el (gnus-notifications-timeout):
820         * gnus-picon.el (gnus-picon-properties):
821         * gnus-util.el (gnus-completion-styles):
822         * gnus.el (gnus-other-frame-resume-function):
823         * message.el (message-user-organization-file)
824         (message-cite-reply-position):
825         * nnir.el (nnir-summary-line-format)
826         (nnir-retrieve-headers-override-function):
827         * shr-color.el (shr-color-visible-luminance-min):
828         * shr.el (shr-blocked-images):
829         * spam-report.el (spam-report-resend-to):
830         * spam.el (spam-summary-exit-behavior): Fix custom types.
831
832         * gnus-salt.el (gnus-selected-tree-face): Fix default.
833
834 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
837         because of let-binding help-xref-following.  (Bug#14356)
838
839 2013-05-06  Glenn Morris  <rgm@gnu.org>
840
841         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
842
843 2013-05-04  Andrew Cohen  <cohen@bu.edu>
844
845         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
846         entering into the registry.
847
848 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
849
850         * gnus.el: Ma Gnus v0.7 is released.
851
852 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
855         (Bug#14304)
856
857 2013-04-27  Glenn Morris  <rgm@gnu.org>
858
859         * gnus.el (gnus-list-debbugs):
860         Use require rather than autoload.  (Bug#14262)
861
862 2013-04-27  Julien Danjou  <julien@danjou.info>
863
864         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
865         port to "sieve" now that it has an official IANA port assigned.
866
867 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
870         Don't set the MAILHOST environment variable permanently (Bug#14271).
871
872 2013-04-26  Glenn Morris  <rgm@gnu.org>
873
874         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
875
876 2013-04-25  Andrew Cohen  <cohen@bu.edu>
877
878         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
879         string values of 'gcc-self. Thanks to Saroj Thirumalai.
880
881 2013-04-24  Andrew Cohen  <cohen@bu.edu>
882
883         * nnir.el (nnir-close-group): Make sure we are in the right group.
884
885         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
886         dependency table from all newly retrieved headers.
887
888 2013-04-16  David Edmondson  <dme@dme.org>
889
890         Support <img src="data:...">.
891
892         * shr.el (shr-image-from-data): New function.
893         (shr-tag-img): Use it.
894
895 2013-04-14  Andrew Cohen  <cohen@bu.edu>
896
897         * nnir.el (nnir-request-set-mark): Make sure we are in the right
898         group.
899
900 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
903         corresponding to any existing group (Bug#14166).
904
905 2013-04-10  Andrew Cohen  <cohen@bu.edu>
906
907         * nnir.el (number-sequence): No longer used.
908         (nnir-request-set-mark): New function.
909         (nnir-request-update-info): Improve marks updating.
910         (nnir-request-scan): Don't duplicate marks updating.
911         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
912         Use 'assq rather than 'assoc.  Quote anonymous function.
913         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
914         Use 'gnus-group-prefixed-p.
915         (gnus-summary-create-nnir-group): Make sure server for method is open.
916
917 2013-04-04  Andrew Cohen  <cohen@bu.edu>
918
919         * nnir.el (gnus-nnir-group-p): New function.
920         (nnir-possibly-change-group): Use it.
921
922         * gnus-msg.el (gnus-setup-message): Use it.
923
924 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * mml.el (mml-minibuffer-read-description): Use `default' insted of
927         `initial-input' for the argument name.
928         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
929
930 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
931
932         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
933         (used by MH-E).
934
935 2013-04-01  Andrew Cohen  <cohen@bu.edu>
936
937         * nnir.el (nnir-request-update-mark): Improve mark updating in original
938         group.
939
940         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
941         fix compilation.
942
943 2013-03-31  Andrew Cohen  <cohen@bu.edu>
944
945         * nnir.el (nnir-method-default-engines): And another typo.
946
947 2013-03-30  Andrew Cohen  <cohen@bu.edu>
948
949         * nnir.el (nnir-method-default-engines): Fix typo.
950
951 2013-03-29  Andrew Cohen  <cohen@bu.edu>
952
953         * nnir.el: Define 'number-sequence for xemacs.
954         (gnus-summary-create-nnir-group): New function to create an nnir group
955         from an nnir summary buffer based on the current query.
956         (nnir-request-create-group): Update to allow nnir group creation based
957         on the current query.
958
959 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * nndraft.el (nndraft-request-expire-articles):
962         Make expiry target always `delete'.
963
964 2013-03-27  Andrew Cohen  <cohen@bu.edu>
965
966         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
967         buffer use the posting-style and gcc of the original article group.
968         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
969
970         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
971         after other deffoos.
972
973 2013-03-25  Andrew Cohen  <cohen@bu.edu>
974
975         * nnir.el: Major rewrite.  Cleaner separation between searches and group
976         management.  Marks are now shown in nnir summary buffers.  Rudimentary
977         support for real (i.e. not ephemeral) nnir groups.
978         (gnus-summary-make-nnir-group): New function for initiating searches
979         from a summary buffer.
980
981 2013-03-18  Sam Steingold  <sds@gnu.org>
982
983         * message.el (message-bury): Minor cleanup.
984
985 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
986
987         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
988
989 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * nndir.el (nndir-request-list): Remove 2nd argument passed to
992         nnml-request-list.  (Bug#13873)
993         (nndir-request-newsgroups): Remove, unused.
994
995         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
996
997 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
998
999         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1000         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1001         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1002
1003 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1004
1005         * shr.el: Make all the overlays set the `evaporate' property so that
1006         they're removed properly.
1007
1008 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1009
1010         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
1011         shell-quote-argument.
1012
1013 2013-02-22  David Engster  <deng@randomsample.de>
1014
1015         * gnus-registry.el (gnus-registry-save): Provide class name when
1016         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1017         `condition-case' to stay compatible with older EIEIO versions which
1018         only accept one argument.
1019
1020 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1021
1022         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1023         (epg-user-id-validity): Autoload.
1024         (mml2015-epg-check-user-id): New function.
1025         (mml2015-epg-check-sub-key): New function split from
1026         mml2015-epg-find-usable-key.
1027         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1028         optional name-is-key-id, to handle the case when user-id is unusable.
1029         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1030
1031 2013-02-17  Glenn Morris  <rgm@gnu.org>
1032
1033         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1034
1035 2013-02-16  Glenn Morris  <rgm@gnu.org>
1036
1037         * shr.el (shr-put-image): Only animate images that specify a delay.
1038         This is consistent with the old image-animated-p behavior.
1039
1040 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1043         for XEmacs.
1044
1045 2013-02-13  Juri Linkov  <juri@jurta.org>
1046
1047         * gnus-art.el (gnus-article-mode-map):
1048         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1049         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1050
1051 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1052
1053         * auth-source.el (auth-source-format-prompt): Don't get confused by
1054         any "\" in replacement text.  (Bug#13637)
1055
1056 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1057
1058         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1059         (gnus-backend-trace): Honour gnus-backend-trace.
1060
1061         * mml.el (mml-insert-part): Insert closing tag.
1062
1063         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1064
1065 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1068         able to find the article, which can happen in debbugs groups,
1069         apparently.
1070
1071 2013-01-16  Glenn Morris  <rgm@gnu.org>
1072
1073         * smiley.el (smiley-style): Make the file loadable in batch mode.
1074
1075 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1076
1077         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1078         imap process running.
1079
1080 2013-01-14  Julien Danjou  <julien@danjou.info>
1081
1082         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1083         Compare addresses against addresses, not against the full From field.
1084
1085 2013-01-13  Richard Stallman  <rms@gnu.org>
1086
1087         * message.el (message-forward-make-body-mime): New args BEG, END
1088         specify what part of FORWARD-BUFFER to use.  Do the work directly
1089         instead of calling `mml-insert-buffer'.
1090
1091 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1092
1093         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1094         cross-reference(s).
1095
1096         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1097         cross-reference(s).
1098
1099 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1100
1101         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1102         and point-max-marker.
1103         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1104
1105 2013-01-11  Julien Danjou  <julien@danjou.info>
1106
1107         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1108         max are almost equal. Also return the correct value for V which is
1109         already between 0 and 1.
1110
1111 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1112
1113         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1114         to mml2015-encrypt-to-self.
1115         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1116
1117 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1118
1119         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1120         mml-smime-epg-find-usable-secret-key.
1121
1122 2013-01-08  Glenn Morris  <rgm@gnu.org>
1123
1124         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1125
1126 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1127
1128         * mml-smime.el: Support signing by sender.
1129         Requested by Uwe Brauer.
1130         (mml-smime-sign-with-sender): New user option analogous
1131         to mml2015-sign-with-sender.
1132         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1133         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1134         mml2015.el.
1135
1136 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1139         isn't running, because Gnus will probably not know how to handle the
1140         Gcc header (bug#11941).
1141
1142         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1143         articles.
1144
1145 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1148         (nnfolder-generate-active-file): Make this function work with recursive
1149         folder names.
1150
1151 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1152
1153         * nntp.el (nntp-open-connection): Use HELP as the capability command
1154         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1155         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1156
1157 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1158
1159         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1160         place holder since this gives `Invalid face reference: nil' messages.
1161         Use the `default' face instead.  It has the same effect here, even
1162         though it is not no-op.
1163
1164         * gnus-util.el
1165         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1166
1167 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1170         non-string posting styles (bug#13285).
1171
1172 2012-12-27  Glenn Morris  <rgm@gnu.org>
1173
1174         * plstore.el (plstore-passphrase-callback-function):
1175         Use plstore-get-file.
1176
1177 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1178
1179         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1180         stderr.
1181
1182 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1185
1186         * gnus-compat.el (set-buffer-multibyte): Remove.
1187
1188 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1189
1190         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1191         temporary file to get PGP key image.  Pass no-show-photos when
1192         extracting image to avoid having it pop up twice.
1193
1194 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1197         eligible for treatment.
1198
1199         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1200         lines.  This makes summary commands with hidden threads work more
1201         reliably.
1202
1203         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1204         button to mark the hidden citations (bug#9395).
1205
1206 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1207
1208         * mml2015.el (mml2015-epg-signature-to-string): New function.
1209         (mml2015-epg-verify-result-to-string): New function.
1210         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1211         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1212         instead of epg-verify-result-to-string.
1213         (epg-signature-key-id, epg-signature-to-string): Autoload.
1214         (epg-verify-result-to-string): Remove autoload.
1215
1216 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1217
1218         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1219         ID image from GPG public key.
1220         (mml2015-epg-key-image-to-string): New function.
1221
1222 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1223
1224         * plstore.el (plstore-passphrase-callback-function): Fix error when
1225         error when plstore-cache-passphrase-for-symmetric-encryption is set
1226         (bug#13264).
1227
1228 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1231         buffer to the article buffer here, because that clobbers multiple
1232         article buffers.
1233
1234         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1235         buffer always points to the right summary buffer.
1236
1237 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1238
1239         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1240         the password (bug#12097).
1241
1242 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1243
1244         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1245         (bug#13263).
1246
1247         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1248         buffer exists before using it (bug#12475).
1249
1250         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1251         offline groups (bug#11937).
1252
1253         * message.el (message-yank-original): When using customize to set the
1254         value of `message-cite-style', the variable it set to a symbol that's
1255         the name of the variable, which must then be dereferenced (bug#12616).
1256
1257 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1258
1259         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1260         the `face' property with a list whose car is the face specified in the
1261         format string and whose cdr is (nil).
1262         * lisp/gnus-util.el
1263         (gnus-put-text-property-excluding-characters-with-faces):
1264         Change accordingly.
1265         (gnus-get-text-property-excluding-characters-with-faces): New function.
1266         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1267         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1268         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1269
1270 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1271
1272         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1273         login methods.
1274         (nnimap-login): Respect the `nnimap-authenticator' variable.
1275
1276         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1277         mark state when moving articles.  Otherwise unticked articles will get
1278         their ticks back after moving.
1279
1280 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1283
1284         * message.el (message-ignored-news-headers): Always remove
1285         X-Message-SMTP-Method to avoid information leakage if the user
1286         mistakenly inserts the header into news messages.
1287
1288         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1289
1290         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1291         right than four characters, this command would move point to
1292         `point-max'.  Don't do that.
1293
1294         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1295         to nil to allow re-selecting groups that gain articles.
1296         (gnus-bug-group-download-format-alist): Update the URL.
1297
1298 2012-12-23  Andreas Schwab  <schwab@suse.de>
1299
1300         * shr.el (shr-tag-em): Render em as italic, not bold.
1301
1302 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1303
1304         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1305         for reuse.
1306         (gnus-open-server): Use it to add more tracing.
1307         (gnus-finish-retrieve-group-infos): Add backend tracing.
1308         (gnus-backend-trace): Also note the elapsed seconds.
1309
1310 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1311
1312         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1313         Set epa-file-encrypt-to from variable to avoid querying.
1314
1315 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1316
1317         * sieve-mode.el (sieve-font-lock-keywords):
1318         Keywords should be word delimited.  (Bug#13173)
1319
1320 2012-12-13  Andreas Schwab  <schwab@suse.de>
1321
1322         * tls.el (tls-program): Update customize type.
1323
1324 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1327         instead of <pre> to align message header.
1328
1329 2012-12-12  Sam Steingold  <sds@gnu.org>
1330
1331         * gnus.el (gnus-other-frame-resume-function): Add user option.
1332         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1333
1334 2012-12-06  Sam Steingold  <sds@gnu.org>
1335
1336         * gnus-start.el (gnus-before-resume-hook): Add.
1337         (gnus-1): Run it when Gnus is alive.
1338
1339 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1342         * gnus-art.el (article-unsplit-urls)
1343         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1344         * gnus-registry.el (gnus-registry-get-article-marks)
1345         * message.el (message-goto-body): Use it.
1346         (message-called-interactively-p): Remove.
1347
1348         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1349         (spam-stat-score-buffer): Use it.
1350
1351         * spam.el: Silence the warnings against BBDB functions when compiling.
1352
1353         * gnus-score.el (gnus-score-decode-text-parts):
1354         Use append+mapcar instead of the cl function mapcan.
1355
1356 2012-12-05  Sam Steingold  <sds@gnu.org>
1357
1358         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1359         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1360         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1361
1362 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * gmm-utils.el (gmm-called-interactively-p): Revert.
1365         This seems to cause Emacs to get stuck!
1366         * gnus-art.el (article-unsplit-urls)
1367         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1368         * gnus-registry.el (gnus-registry-get-article-marks)
1369         * message.el (message-goto-body)
1370         (message-called-interactively-p): Revert.
1371
1372         * gmm-utils.el (gmm-called-interactively-p): New function.
1373         * gnus-art.el (article-unsplit-urls)
1374         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1375         * gnus-registry.el (gnus-registry-get-article-marks)
1376         * message.el (message-goto-body): Use it.
1377         (message-called-interactively-p): Remove.
1378
1379         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1380         * gnus-sync.el (gnus-sync-lesync-call)
1381         * message.el (message-read-from-minibuffer): Use it.
1382
1383 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gmm-utils.el (gmm-flet): Remove.
1386         * gnus-sync.el (gnus-sync-lesync-call)
1387         * message.el (message-read-from-minibuffer): Don't use it.
1388
1389 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1392
1393 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1396
1397         * gnus-sync.el (gnus-sync-lesync-call)
1398         * message.el (message-read-from-minibuffer): Use gmm-flet.
1399
1400         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1401
1402         * gnus-util.el (gnus-macroexpand-all): Remove.
1403
1404 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1405
1406         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1407         to TAB, not [tab].
1408         (gnus-summary-article-map): Likewise.
1409
1410         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1411         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1412
1413 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1414
1415         * time-date.el: Commentary fix.
1416
1417 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1418
1419         * color.el: Don't require cl.
1420         (color-complement): `caddr' -> `nth 2'.
1421
1422         * time-date.el (time-to-seconds): De-obsolete.
1423
1424 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * message.el (message-get-reply-headers):
1427         Make sure the reply goes to the author if it is a wide reply.
1428
1429 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1430
1431         * gnus-score.el (gnus-score-body):
1432         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1433         scoring by body.
1434
1435 2012-11-16  Glenn Morris  <rgm@gnu.org>
1436
1437         * gnus-diary.el (nndiary-request-create-group-functions)
1438         (nndiary-request-update-info-functions)
1439         (gnus-subscribe-newsgroup-functions)
1440         (nndiary-request-accept-article-functions):
1441         Use new names for hooks rather than obsolete aliases.
1442
1443 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1446
1447 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1450         in meta tag with the one the part specifies in its header.
1451
1452 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1453
1454         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1455         by default.
1456
1457 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1460         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1461
1462 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1465         and a runtime function for it, of which the XEmacs version takes only
1466         two arguments.
1467
1468 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1469
1470         * nndiary.el (nndiary-request-create-group-functions)
1471         (nndiary-request-update-info-functions)
1472         (nndiary-request-accept-article-functions):
1473         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1474         "-hooks" suffix.
1475
1476 2012-10-19  Julien Danjou  <julien@danjou.info>
1477
1478         * gnus-art.el: Require gnus-util because it uses
1479         `gnus-timer--function'.
1480
1481 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1482
1483         * starttls.el (starttls-extra-arguments): Doc fix.
1484
1485 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1488         it.
1489
1490 2012-10-06  Glenn Morris  <rgm@gnu.org>
1491
1492         * gnus-notifications.el (gnus-notifications):
1493         Add missing group :version tag.
1494         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1495         (gnus-gcc-post-body-encode-hook):
1496         * gnus-sync.el (gnus-sync-lesync-name)
1497         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1498
1499 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1500
1501         * color.el (color-hsl-to-rgb): Fix incorrect results for
1502         small and large hue values.  (Bug#12559)
1503
1504 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         New UIDL implementation.
1507
1508         * mail-source.el (mail-sources, mail-source-keyword-map):
1509         Add :leave as a pop3 keyword.
1510         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1511
1512         * pop3.el (pop3-leave-mail-on-server): Allow number.
1513         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1514         (pop3-movemail): Add UIDL support.
1515         (pop3-send-streaming-command): Take a list of mail numbers instead of
1516         the number of mails.
1517         (pop3-write-to-file): Add X-UIDL header.
1518         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1519         (pop3-uidl-add-xheader): New functions.
1520
1521         * message.el (message-ignored-resent-headers):
1522         Add X-Content-Length and X-UIDL headers.
1523
1524 2012-10-05  Glenn Morris  <rgm@gnu.org>
1525
1526         * color.el (color-name-to-rgb, color-rgb-to-hex)
1527         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1528         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1529         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1530         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1531
1532 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1535         a user about whether to delete temp files if once a user answered as n.
1536
1537 2012-09-25  Chong Yidong  <cyd@gnu.org>
1538
1539         * password-cache.el (password-read-and-add): Use a declare form to mark
1540         this function obsolete.
1541
1542 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * lpath.el: Bind mail-encode-mml for old Emacsen.
1545
1546 2012-09-17  Richard Stallman  <rms@gnu.org>
1547
1548         * message.el (message-in-body-p): Don't set mark or modify buffer.
1549
1550         * mml.el (mml-attach-file): Doc fix.
1551         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1552         Set mail-encode-mml when in Mail mode.
1553         Simplify code to set HEAD and move back to HEAD.
1554         (mml-insert-multipart, mml-insert-part):
1555         Set mail-encode-mml when in Mail mode.
1556
1557 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-util.el (gnus-timer--function): New function.
1560
1561         * gnus-art.el (gnus-article-stop-animations): Use it.
1562
1563 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1564
1565         Fix glitches caused by addition of psec to timers.
1566         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1567         rather than raw access to timer vector.
1568
1569 2012-09-11  Julien Danjou  <julien@danjou.info>
1570
1571         * gnus-notifications.el (gnus-notifications): Check for nil values in
1572         ignored addresses check.
1573
1574 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1575
1576         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1577
1578 2012-09-07  Chong Yidong  <cyd@gnu.org>
1579
1580         * gnus-util.el
1581         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1582
1583         * gnus-salt.el (gnus-tree-highlight-node):
1584         * gnus-sum.el (gnus-summary-highlight-line):
1585         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1586
1587 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1590
1591 2012-09-06  Juri Linkov  <juri@jurta.org>
1592
1593         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1594         scheme for buffer names to be more consistent with other group and
1595         article buffer names in Gnus.
1596
1597 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1598
1599         * gnus-util.el
1600         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1601
1602         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1603         Jenkner.
1604
1605         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1606
1607         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1608
1609         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1610
1611 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1614         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1615
1616         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1617         string-prefix-p in Emacs >=23.2.
1618
1619         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1620         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1621         instead of string-match-p.
1622         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1623
1624 2012-09-06  Kenichi Handa  <handa@gnu.org>
1625
1626         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1627         lowercase a..f.
1628
1629 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1630
1631         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1632
1633 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1634
1635         * nnimap.el (nnimap-request-move-article): Decode the group name when
1636         doing internal moves to avoid charset issues.
1637
1638         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1639         TIME is set.
1640
1641 2012-09-05  Juri Linkov  <juri@jurta.org>
1642
1643         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1644         than one group at a time (bug#11961).
1645
1646 2012-09-05  Julien Danjou  <julien@danjou.info>
1647
1648         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1649         this hide the real reason with a message giving absolutely no hint.
1650
1651 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1652
1653         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1654         to the backend (bug#11804).
1655
1656         * message.el (message-insert-newsgroups): Don't insert newsgroup
1657         duplicates (bug#12275).
1658
1659 2012-09-05  John Wiegley  <johnw@newartisans.com>
1660
1661         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1662         sieve rules.
1663
1664 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1665
1666         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1667         function.
1668
1669         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1670
1671         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1672
1673 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1674
1675         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1676         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1677         This should make nnmaildir more usable with offlineimap.
1678
1679 2012-09-05  Julien Danjou  <julien@danjou.info>
1680
1681         * nnimap.el (nnimap-request-list): Revert change that made listing
1682         synchronous.
1683         (nnimap-get-responses): Restore.
1684
1685 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1686
1687         * dgnushack.el: XEmacs 21.5 compilation fix.
1688
1689         * gnus-notifications.el (gnus-notifications-notify): Use it.
1690
1691         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1692         warnings on XEmacs.
1693
1694 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1695
1696         Better seeds for (random).
1697         * gnus-sync.el (gnus-sync-lesync-setup):
1698         * message.el (message-canlock-generate, message-unique-id):
1699         Change (random t) to (random), now that the latter is more random.
1700
1701 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1702
1703         * nnimap.el (nnimap-change-group): Document result value
1704
1705         * auth-source.el (auth-sources): Fix macos keychain access.
1706
1707         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1708         allow the backend `request-head' function to determine the group
1709         name on its own.
1710         (gnus-request-expire-articles): Filter out negative article numbers
1711         during expiry (Bug#11980).
1712
1713         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1714         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1715
1716         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1717         you've found the article when you haven't.
1718
1719         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1720         that nnimap-change-group can return t.
1721
1722 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1723
1724         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1725
1726 2012-08-30  Julien Danjou  <julien@danjou.info>
1727
1728         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1729         `gnus-notifications-timeout'.
1730         (gnus-notifications-timeout): Add.
1731         (gnus-notifications-action): New function.
1732         (gnus-notifications-notify): Add :action using
1733         `gnus-notifications-action'.
1734         (gnus-notifications-id-to-msg): New variable.
1735         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1736         notifications id to messages.
1737
1738 2012-08-30  Kenichi Handa  <handa@gnu.org>
1739
1740         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1741         once.
1742
1743 2012-08-29  Julien Danjou  <julien@danjou.info>
1744
1745         * gnus-notifications.el: New file.
1746         (gnus-notifications-notify): New function.
1747         (gnus-notifications): Use `gnus-notifications-notify'.
1748
1749 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1752         transfer encoding first; bind gnus-newsgroup-charset to the charset
1753         that the article specifies (Bug#12209).
1754
1755 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1758         (gnus-group-customize-done): Encode values posting-style holds.
1759
1760         * gnus-msg.el (gnus-summary-resend-message)
1761         (gnus-configure-posting-styles): Decode values posting-style group
1762         parameter holds.
1763
1764 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1767         `name' and `address' in Resent-From header.
1768
1769 2012-08-14  Chong Yidong  <cyd@gnu.org>
1770
1771         * gnus-art.el (article-display-face): Handle failure in
1772         gnus-create-image (Bug#11802).
1773
1774 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1775
1776         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1777         Use defsetf.
1778
1779 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1780
1781         * auth-source.el (auth-source-plstore-search)
1782         (auth-source-secrets-search): Ignore :require and :type in search spec.
1783
1784 2012-08-06  Julien Danjou  <julien@danjou.info>
1785
1786         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1787         `nnimap-request-move-article'.
1788
1789         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1790         Remove autoload, already handled by gnus.el.
1791
1792         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1793
1794         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1795         supported by nnimap actually. Reverts previous change.
1796
1797         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1798         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1799         to-buffer argument that is already supported.
1800
1801 2012-08-05  Julien Danjou  <julien@danjou.info>
1802
1803         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1804         Add autoload.
1805
1806 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus.el (gnus-valid-select-methods): Fix custom type.
1809
1810 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1811
1812         * auth-source.el (auth-sources, auth-source-backend-parse)
1813         (auth-source-macos-keychain-search)
1814         (auth-source-macos-keychain-search-items)
1815         (auth-source-macos-keychain-result-append)
1816         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1817         auth-source.el through the /usr/bin/security utility.
1818         (auth-sources): Fix syntax error.
1819         (auth-source-macos-keychain-result-append): Fix variable name.
1820         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1821
1822 2012-07-27  Julien Danjou  <julien@danjou.info>
1823
1824         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1825         Emacs < 24.1
1826
1827 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * message.el (message-kill-address): Don't kill last newline.
1830         (message-skip-to-next-address): Don't move to the next header.
1831         (message-fill-field-address): Work properly.
1832
1833 2012-07-25  Julien Danjou  <julien@danjou.info>
1834
1835         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1836
1837 2012-07-24  Julien Danjou  <julien@danjou.info>
1838
1839         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1840
1841         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1842         (nntp-async-timer-handler): Remove, unused.
1843
1844         * nnimap.el (nnimap-get-responses): Remove, unused.
1845
1846         * nnheader.el (mail-header-set-extra): Remove, unused.
1847
1848         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1849         unused.
1850
1851         * mm-view.el (mm-view-sound-file): Remove, unused.
1852
1853         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1854         (mm-url-encode-multipart-form-data): Remove, unused.
1855
1856         * message.el (message-remove-signature, message-make-host-name)
1857         (message-fill-address): Remove, unused.
1858
1859         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1860         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1861         unused.
1862
1863         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1864         (gnus-xmas-call-region): Remove, unused.
1865
1866         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1867
1868         * gnus-util.el (gnus-extract-address-component-name)
1869         (gnus-extract-address-component-email, gnus-sortable-date)
1870         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1871         (gnus-process-live-p): Remove, unused.
1872
1873         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1874
1875         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1876         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1877         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1878         function.
1879
1880         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1881
1882         * gnus-score.el (gnus-summary-score-crossposting)
1883         (gnus-score-regexp-bad-p): Remove, unused.
1884
1885         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1886
1887         * gnus-range.el (gnus-sublist-p): Remove, unused.
1888
1889         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1890         unused.
1891
1892         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1893
1894         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1895         (gnus-request-associate-buffer): Remove, unused.
1896
1897         * gnus-group.el (gnus-group-set-method-info)
1898         (gnus-group-set-params-info): Remove, unused.
1899
1900         * gnus-fun.el (gnus-shell-command-to-string)
1901         (gnus-shell-command-on-region): Remove, unused.
1902
1903         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1904
1905         * gnus-art.el (gnus-article-text-type-exists-p)
1906         (article-translate-characters, gnus-article-hide-text-of-type)
1907         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1908         Remove, unused.
1909
1910 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1911
1912         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1913
1914 2012-07-21  Julien Danjou  <julien@danjou.info>
1915
1916         * message.el (message-dont-reply-to-names): Replace deprecated
1917         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1918         (message-get-reply-headers): Ditto.
1919
1920 2012-07-18  Julien Danjou  <julien@danjou.info>
1921
1922         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1923         `sieve-upload-and-kill'.
1924
1925         * sieve.el (sieve-bury-buffer): Remove function.
1926         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1927         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1928
1929 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1930
1931         * shr.el (shr-expand-url): Handle URL starting with `//'.
1932
1933 2012-07-13  Chong Yidong  <cyd@gnu.org>
1934
1935         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1936         instead of calling toggle-read-only with a (bogus) argument.
1937
1938 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1939
1940         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1941         of initial input when reading the author to restrict the summary to.
1942
1943 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * mm-decode.el (mm-shr):
1946         Allow overriding charset by mm-charset-override-alist.
1947
1948 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gnus-art.el (gnus-article-view-part):
1951         Toggle subparts of multipart/alternative part.
1952
1953 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1954
1955         * shr.el (shr-render-buffer): New command.
1956         (shr-visit-file): Use it.
1957
1958 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1961         Set no-byte-compile and no-update-autoloads.
1962
1963 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1966
1967 2012-06-25  Julien Danjou  <julien@danjou.info>
1968
1969         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1970         `nnimap-request-move-articles-find-limit' since we do not use it only
1971         for move operations.
1972         (nnimap-request-accept-article): Use
1973         `nnimap-request-articles-find-limit' to limit search by message-id.
1974
1975 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1976
1977         Support higher-resolution time stamps (Bug#9000).
1978
1979         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1980         VARLIST.  It's optional, for backward compatibility.
1981         (encode-time-value): New optional arg PICO.  New type 3.
1982         (time-to-seconds) [!float-time]: Support the new picoseconds
1983         component if it's used.
1984         (seconds-to-time, time-subtract, time-add):
1985         Support ps-resolution time stamps as well.
1986
1987 2012-06-19  Julien Danjou  <julien@danjou.info>
1988
1989         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1990
1991         * nnimap.el (nnimap-log-buffer): Check that
1992         `window-point-insertion-type' is boundp, since it's not available in
1993         XEmacs.
1994
1995 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1996
1997         * nnimap.el (nnimap-log-buffer): Add this, setting
1998         `window-point-insertion-type' in the buffer to t.
1999         (nnimap-log-command): Use nnimap-log-buffer.
2000
2001 2012-06-19  Julien Danjou  <julien@danjou.info>
2002
2003         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2004         argument to be able to limit the search.
2005         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2006         (nnimap-request-move-articles-find-limit): Add this to limit the search
2007         by Message-Id after a message move.
2008         (nnimap): Add defgroup.
2009
2010 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2011
2012         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2013
2014 2012-06-15  Julien Danjou  <julien@danjou.info>
2015
2016         * nnimap.el (nnimap-find-article-by-message-id): Use
2017         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2018         (nnimap-possibly-change-group): Add read-only argument.
2019         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2020         issuing EXAMINE manually.
2021         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2022         with read-only argument.
2023         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2024         cannot possibly change because we need to be sure that it's either
2025         read-write or read-only.
2026
2027 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2030         being bound to a lambda form.
2031
2032 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2033
2034         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2035         articles when fetch-old is non-nil (bug#11370).
2036
2037 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2038
2039         * gnus-picon.el (gnus-picon-properties): New defcustom.
2040         (gnus-picon-create-glyph): Use it.
2041
2042 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * gnus-group.el (gnus-group-get-new-news): Respect
2045         `gnus-group-use-permanent-levels', as documented (bug#11638).
2046
2047 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2048
2049         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2050         groups (bug#11641).
2051
2052 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2053
2054         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2055         is an integer to avoid later problems.
2056
2057 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2060         locales.
2061
2062         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2063         on a handle.
2064
2065         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2066         address as the default.
2067         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2068
2069         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2070         makes no sense to query the user about internal files.
2071
2072         * gnus-spec.el: Remove all the byte-compilation stuff, since
2073         benchmarking shows that it doesn't help when entering large summary
2074         buffers.
2075
2076         * gnus-xmas.el (gnus-xmas-define): Remove.
2077
2078         * gnus-util.el (gnus-byte-code): Remove.
2079
2080         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2081         grouplens stuff.
2082
2083 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2086         (bug#11514).
2087
2088 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2089
2090         * message.el (message-buffers): Return all buffers derived from Message
2091         to make `gnus-dired-attach' work with mu4e.
2092
2093 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2094
2095         * nntp.el: Stop the `letf' madness.
2096         (nntp--report-1): New var.
2097         (nntp-report): Merge nntp-report-1 into it.
2098         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2099         the nntp-report function.
2100
2101         * auth-source.el: Fix comment-style to follow the convention.
2102
2103 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2104
2105         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2106         (mm-dissect-singlepart): Don't guess the MIME type of
2107         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2108         set.
2109         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2110         toplevel MIME type is multipart/encrypted.
2111
2112 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2115         a string so that Gcc works (bug#11514).
2116
2117 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2118
2119         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2120         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2121
2122 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2125         jumping to *Server* from a dedicated *Group* window.
2126         (gnus-configure-frame): CSE.
2127
2128         * gnus-registry.el: Minor style cleanup.
2129         (gnus-registry--set/remove-mark): New function, extracted from
2130         gnus-registry-install-shortcuts.
2131         (gnus-registry-install-shortcuts): Use it.
2132
2133 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * nnspool.el (news-path): Use eval-and-compile.
2136
2137 2012-05-24  Glenn Morris  <rgm@gnu.org>
2138
2139         * nnspool.el (news-directory, news-path, news-inews-program):
2140         Move here from paths.el.  Don't see a need for these to be autoloaded.
2141
2142         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2143         Merge in doc from paths.el version.  Don't see any need for this to be
2144         autoloaded, or for the warning about users not setting it.
2145
2146 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2147
2148         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2149         format.  In particular, add an optional argument and a docstring.
2150
2151         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2152
2153         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2154         current before calling `gnus-groups-to-gnus-format'.
2155         Note that this was already the case for `gnus-active-to-gnus-format'.
2156
2157 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2158
2159         Fix minor Y10k bug.
2160         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2161
2162 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2163
2164         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2165         message once it's actually open.
2166
2167 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2168
2169         * gnus.el: Ma Gnus v0.5 is released.
2170
2171 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2172
2173         * auth-source.el (auth-source--aput-1, auth-source--aput)
2174         (auth-source--aget): New functions and macros.
2175         Use them instead of aput/aget.
2176
2177 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2178
2179         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2180
2181 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2182
2183         * plstore.el (plstore-called-interactively-p): New compat macro copied
2184         from message.el.
2185         (plstore-mode): Use it.
2186
2187 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2188
2189         * plstore.el: Revive the editing feature.
2190         (plstore-mode): New mode to edit plstore file.
2191         (plstore-mode-toggle-display, plstore-mode-original)
2192         (plstore-mode-decoded): New command.
2193         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2194         (plstore--insert-buffer, plstore--make): New function.
2195         (plstore-open, plstore-save): Simplify by using them.
2196
2197 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2200
2201 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2202
2203         * tls.el (open-tls-stream): Remove unused binding.
2204
2205 2012-04-16  Glenn Morris  <rgm@gnu.org>
2206
2207         * nndraft.el (nndraft-request-list): Fix declaration.
2208
2209 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * mm-decode.el (mm-dissect-buffer): Doc fix.
2212
2213         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2214         don't have a current group.
2215
2216         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2217         buffer if it doesn't exist.
2218
2219         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2220         given, mark the group as ephemeral with the current window conf.
2221
2222         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2223         buffer exists, which it doesn't if we haven't started Gnus.
2224         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2225
2226 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2229         type is.
2230
2231         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2232         `unexists' entries.
2233         (gnus-clean-old-newsrc): Fix last checkin.
2234
2235         * nnimap.el (nnimap-update-info): None of the articles below the active
2236         low-water mark exist.
2237
2238         * dgnushack.el: Get rid of XEmacs compilation warning.
2239
2240         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2241         would have gotten if we posted to the group, and use that to compare
2242         against the message we want to cancel (bug#10808).
2243
2244         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2245         on XEmacs.
2246
2247 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2248
2249         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2250         `scroll-margin'.
2251
2252 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2253
2254         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2255         citation prefix within a block of cited text should be considered part
2256         of that block *only* if it is a blank line.
2257
2258 2012-04-09  Chong Yidong  <cyd@gnu.org>
2259
2260         * binhex.el, hashcash.el, uudecode.el:
2261         Remove * characters from the front of variable docstrings.
2262
2263 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2266         before kinsoku-bol characters nor within kinsoku-eol characters.
2267
2268 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2271         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2272         (gnus-sync-read): Use mapc instead of mapcar.
2273
2274         * mm-archive.el: Require mm-decode for some macros.
2275         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2276         the byte compiler.
2277         (mm-archive-decoders): New function that returns the value of
2278         the mm-archive-decoders variable.
2279
2280         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2281         instead.
2282         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2283
2284         * nnimap.el (gnus-refer-thread-use-nnir):
2285         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2286
2287 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2290
2291 2012-03-12  Peter Münster  <pmrb@free.fr>
2292
2293         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2294         (gnus-demon-cancel): Ditto.
2295         (gnus-demon-run-callback): When function cannot be called due to low
2296         idleness, call it when idleness reaches the expected value, instead of
2297         waiting another timer period.
2298         (gnus-demon-init): Add `time' to arguments of call-back.
2299
2300 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2303
2304         * gnus.el: Register gnus-registry functions.
2305
2306         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2307         indent.
2308
2309         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2310         enabled before warping.
2311
2312 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2313
2314         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2315         registry about each article retrieved.
2316
2317         * gnus-int.el (gnus-select-group-with-message-id): New function.
2318         (gnus-try-warping-via-registry): Ditto.
2319         (gnus-warp-to-article): Fall back on the registry.
2320
2321 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2322
2323         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2324         inboxes.
2325
2326 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2329
2330 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2333         gnus-gcc-self-resent-messages may be a group parameter.
2334         (gnus-summary-resend-message): Don't encode encoded words in header
2335         when Gcc'ing resent message.
2336
2337 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * shr.el (shr-insert): Treat non-breaking space just like normal
2340         space.  This seems to produce more pleasing results.
2341         (shr-insert): Only insert a blank line if we're starting from an image.
2342         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2343         (shr-ensure-paragraph): Consider lines with white space to be blank.
2344
2345 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2346
2347         * Makefile.in: Respect DESTDIR.
2348
2349 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2350
2351         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2352         and gnus-gcc-post-body-encode-hook.
2353
2354 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2357         messages that don't exist.
2358
2359         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2360
2361 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2364         Remove.
2365
2366         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2367
2368         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2369
2370 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2373         have a group name.
2374
2375         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2376         a multibyte buffer (bug#7410).
2377         (article-wash-html): Parse the original article buffer to get the
2378         unencoded data (bug#7410).
2379
2380         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2381         .newsrc.el files.
2382
2383 2012-04-05  Bastien Guerry  <bzg@altern.org>
2384
2385         * color.el (color-lighten-name): Fix typo.
2386
2387 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2390         "#" to avoid having them interpreted as comments.
2391
2392 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * shr.el (shr-insert): Update the text state properly to avoid
2395         inserting spurious paragraph starts.
2396
2397 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * shr.el (shr-table-widths): Divide the extra width more fairly over
2400         the TDs (bug#10973).
2401         (shr-render-td): Don't delete too much padding.
2402         (shr-natural-width): Compute the natural width more correctly.
2403         (shr-insert): Allow the natural width to be computed for tables again.
2404         (shr-tag-table-1): Rework how the natural widths are computed by
2405         rendering the table a third time.
2406         (shr-natural-width): Removed.
2407         (shr-buffer-width): New function.
2408         (shr-expand-newlines): Use it.
2409
2410         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2411         using a `gnus-use-full-window' setup (bug#11013).
2412
2413 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2416         24.1 release.
2417
2418 2012-03-10  David Edmondson  <dme@dme.org>
2419
2420         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2421         'Forwarded Message' header and the start of the message.
2422
2423 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2424
2425         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2426         isn't running (bug#10897).
2427
2428 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2431         This is inconsistent with all the other stream functions, which leave
2432         the setting up to the higher levels (if so wanted) (bug#10931).
2433
2434 2012-02-28  Glenn Morris  <rgm@gnu.org>
2435
2436         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2437         mm-decode.el: Standardize possessive apostrophe usage.
2438
2439 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2442
2443 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2444
2445         * parse-time.el (parse-time-string): Allow extractor to return nil.
2446
2447 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2450
2451 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2454
2455 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * mm-decode.el (mm-shr): Remove "soft hyphens".
2458
2459         * nnimap.el (nnimap-request-list): Return the group names encoded as
2460         utf8.  Otherwise non-European group names don't work.
2461         (nnimap-request-newgroups): Ditto.
2462
2463         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2464         the default in `read-string' (bug#10757).
2465
2466         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2467         topics (bug#10843).
2468
2469         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2470         buffer.  Suggested by Herbert Valerio Riedel.
2471         (nnimap-request-move-article): Delete the message from the correct IMAP
2472         server.
2473
2474 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2475
2476         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2477         Reported by Peter Münster.
2478
2479 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2480
2481         * shr.el (shr-image-fetched): Make sure we really kill the right
2482         buffer.
2483
2484 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2485
2486         * gnus-start.el (gnus-1): Avoid duplicate entries.
2487
2488 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * imap.el: Remove.
2491
2492         * nntp.el (nntp-coding-system-for-read): Remove.
2493         (nntp-coding-system-for-write): Ditto.
2494         (nntp-open-connection): Just use `binary' directly.
2495
2496         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2497         Gnus 0.3.
2498
2499 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2502         application/octet-stream parts really is.
2503
2504         * gnus-sum.el (gnus-propagate-marks): Remove.
2505
2506 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2507
2508         * shr.el (shr-rescale-image): Undo previous change; see
2509         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2510
2511 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2512
2513         * gnus.el: Ma Gnus v0.3 is released.
2514
2515 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2516
2517         * gnus-sum.el (gnus-summary-local-variables): Make
2518         `gnus-newsgroup-unexist' into a local variable.
2519
2520 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2521
2522         * registry.el (registry-usage-test, registry-persistence-test): Move to
2523         tests/gnustest-registry.el.
2524         (registry-make-testable-db, registry-match-test)
2525         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2526
2527         * gnus-registry.el (gnus-registry-misc-test)
2528         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2529
2530         * tests/gnustest-registry.el: New file with the registry and
2531         gnus-registry ERT tests.
2532
2533 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-msg.el (gnus-summary-resend-message): Make
2536         gnus-summary-resend-message-insert-gcc be last item in
2537         message-header-setup-hook.
2538
2539 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2540
2541         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2542         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2543         Remove.
2544         (nnfolder-open-server): Don't use marks.
2545         (nnfolder-request-delete-group): Ditto.
2546         (nnfolder-request-rename-group): Ditto.
2547         (nnfolder-request-set-mark, nnfolder-request-marks)
2548         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2549         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2550
2551         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2552         (nnml-marks-modtime): Remove.
2553         (nnml-request-delete-group): Don't use marks.
2554         (nnml-request-rename-group): Ditto.
2555         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2556         (nnml-save-marks, nnml-open-marks): Remove.
2557
2558         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2559         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2560         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2561         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2562         (nntp-server-to-method-cache): Remove.
2563
2564         * shr.el (shr-rescale-image): Fix wrong merge.
2565
2566 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2567
2568         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2569         too-wide lines.
2570
2571 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2572
2573         * nnimap.el (nnimap-record-commands): New variable.
2574         (nnimap-log-command): Use it.
2575         (nnimap-make-process-buffer): Add a space to the process buffer.
2576         (nnimap-transform-headers): Don't bug out on header lines containing
2577         stuff that look like IMAP length encodings.
2578
2579         * shr.el (shr-rescale-image): Allow viewing large images.
2580
2581 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2582
2583         * nnml.el (nnml-request-compact-group): Delete the marks file after
2584         compaction (bug#10800).
2585
2586         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2587         group exit.
2588
2589         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2590         QRESYNC/FETCH output.
2591
2592 2012-02-11  Glenn Morris  <rgm@gnu.org>
2593
2594         * sieve-manage.el (sieve-manage-default-stream):
2595         * shr.el (shr):
2596         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2597         (nnir-retrieve-headers-override-function)
2598         (nnir-imap-default-search-key, nnir-notmuch-program)
2599         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2600         (nnir-method-default-engines):
2601         * message.el (message-cite-reply-position):
2602         * gssapi.el (gssapi-program):
2603         * gravatar.el (gravatar):
2604         * gnus-sum.el (gnus-refer-thread-use-nnir):
2605         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2606         (gnus-registry-max-pruned-entries):
2607         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2608         * gnus-int.el (gnus-after-set-mark-hook)
2609         (gnus-before-update-mark-hook):
2610         * gnus-async.el (gnus-async-post-fetch-function):
2611         * auth-source.el (auth-source-cache-expiry):
2612         Add missing :version tags to new defcustoms and defgroups.
2613
2614 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2617         `gnus-newsgroup-unexist'.
2618
2619         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2620         marks.
2621         (gnus-article-special-mark-lists): Put the `unexist' in the special
2622         marks list instead.
2623
2624         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2625         articles in the list of articles to be selected.
2626
2627         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2628         articles.
2629         (nnimap-update-info): Keep track of unexisting articles.
2630         (nnimap-update-qresync-info): Ditto.
2631
2632 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2633
2634         * message.el (message-default-send-mail-function): Made into own
2635         function for reuse by emacsbug.el.
2636
2637 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2638
2639         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2640         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2641
2642 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2643
2644         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2645         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2646
2647         * gnus-compat.el: Define `timer-set-function'.
2648
2649         * mm-decode.el (mm-display-external): Output the text from the command
2650         in the buffer after the command finished.  This makes text-based
2651         commands behave better.
2652
2653 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2656
2657 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2658
2659         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2660         23.1.
2661
2662 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2665
2666 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2667
2668         * message.el (smtpmail-smtp-user): Silence compiler warning.
2669
2670 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2671
2672         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2673         SMTP user name.
2674
2675 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-sum.el (gnus-summary-show-thread):
2678         next-single-char-property-change may return nil in XEmacs.
2679         (gnus-summary-article-map): Fix typo.
2680
2681 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2684         running.
2685
2686         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2687
2688         * gnus.el (gnus-server-extend-method): Don't add an -address component
2689         if the method already has one (bug#9676).
2690
2691 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2694         of an initial-input for consistency (bug#10757).
2695
2696         * dgnushack.el: Fix XEmacs compilation warning.
2697
2698         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2699
2700         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2701
2702 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2703
2704         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2705         lines that are narrower than the window width.  Otherwise background
2706         "blocks" will look less readable.
2707
2708 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2711         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2712         have newlines within the strings, and where the UID comes after the
2713         BODYSTRUCTURE element (bug#10537).
2714
2715         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2716         (bug#10732).
2717
2718         * shr.el (shr-insert-document): Add doc string.
2719         (shr-visit-file): Ditto.
2720         (shr-remove-trailing-whitespace): New function.
2721         (shr-insert-document): Use it to clean up trailing whitespace as the
2722         final step (bug#10714).
2723
2724 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2725
2726         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2727         buffer if `gnus-kill-summary-on-exit' is nil.
2728
2729 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2732         when just reading a single group from "without" Gnus.
2733
2734 2012-02-06  Chong Yidong  <cyd@gnu.org>
2735
2736         * gnus-sum.el (gnus-summary-show-thread):
2737         next-single-char-property-change never returns nil (Bug#8657).
2738
2739 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2740
2741         * message.el (message-multi-smtp-send-mail): New function.
2742         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2743         header to implement multi-SMTP functionality.
2744
2745         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2746         (gnus-agentize): Don't set it.
2747         (gnus-agent-send-mail): Don't use it.
2748
2749         * gnus-sum.el (gnus-summary-widget-backward): New function and
2750         keystroke.
2751
2752         * gnus-compat.el: More the compat functions more compatible.
2753
2754         * shr.el (shr-put-image): Remove underlines from sliced images.
2755         (shr-zoom-image): Compute the region to be replaced more correctly.
2756
2757 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2760         (gnus-summary-resend-message-insert-gcc): New function.
2761         (gnus-summary-resend-message): Modify message-header-setup-hook and
2762         message-sent-hook to make it work for Gcc.
2763         (gnus-inews-do-gcc): Update the number of unread articles of groups
2764         that messages are Gcc'd to.
2765
2766         * message.el (message-resend): Run message-sent-hook to do Gcc.
2767
2768 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2769
2770         * lpath.el: Fix an XEmacs compilation warning.
2771
2772         * gnus-compat.el: Require `help-fns' to fix compilation error.
2773
2774         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2775         a higher level to silence compilation.
2776
2777         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2778         parameter to allow controlling the scaling.
2779
2780         * shr.el (shr-zoom-image): New command and keystroke.
2781         (shr-put-image): Take a `size' flag to say how to scale the image.
2782
2783         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2784         deletion unless already defined.
2785
2786         * gnus.el (gnus-compat): Require it.
2787
2788         * gnus-compat.el: New file.
2789
2790         * gnus-start.el (gnus-clean-old-newsrc): New function.
2791         (gnus-read-newsrc-file): Use it.
2792
2793         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2794         Use recursive deletion.
2795         (mm-dissect-archive): Add support for zip files.
2796
2797         * gnus-util.el (gnus-recursive-directory-files): New function.
2798
2799         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2800         (mm-archive-decoders): Add tgz support.
2801
2802         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2803         Otherwise inserting text into the Gnus buffer can look odd.
2804
2805         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2806
2807         * mm-archive.el (mm-archive-decoders): Add support for tar.
2808
2809         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2810
2811         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2812
2813 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2814
2815         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2816
2817         * mm-archive.el: New file.
2818
2819         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2820
2821         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2822
2823         * message.el (message-goto-*): Make all the `message-goto-*' commands
2824         push the mark before moving point.  This makes it easier to go back to
2825         where you came from after editing whatever you jumped to.
2826
2827 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2828
2829         * gnus.el: Ma Gnus v0.1 is released.
2830
2831 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2832
2833         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2834         without reconnecting.
2835         (nnimap-possibly-change-group): Ditto.
2836         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2837         connection has died before being called.
2838
2839 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2840
2841         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2842         an initial sync unless we're really doing one.
2843
2844         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2845         address parameter if one already exists (bug#9676).
2846
2847         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2848         not the prefix, as documented (bug#10689).
2849
2850 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2853         the "server".
2854
2855         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2856         the real error message with the useless "previously known to be down".
2857         Which isn't even correct.
2858
2859         * nntp.el (nntp-open-connection): Report the error message if the nntp
2860         server can't be reached.
2861
2862         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2863         groups we do a total scan for.
2864         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2865         doing that.
2866
2867 2012-01-31  Jim Meyering  <jim@meyering.net>
2868
2869         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2870         Correct a comment (insert "not") and hide nominally-doubled "to".
2871
2872 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2873
2874         * gnus.el (gnus-version): Change name to "Ma Gnus".
2875
2876 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2877
2878         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2879         section in the manual.
2880
2881 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2882
2883         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2884         words.
2885         (rfc2047-encode-string): Ditto.
2886         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2887         understand folded filename="..." parameters, for instance.
2888
2889         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2890         the message for greater debuggability.
2891
2892 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2893
2894         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2895         instead of setting it locally, since the latter doesn't seem to have
2896         any effect (most of the time).
2897
2898 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2899
2900         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2901         function call.
2902
2903 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2904
2905         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2906         seconds, and make the repeat clause with HH:MM specs work as
2907         documented.
2908
2909 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2910
2911         * proto-stream.el (proto-stream-capability-open): Fall back on
2912         :end-of-command if :end-of-capability doesn't exist.
2913
2914 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2917         bound globally in old Emacsen and XEmacsen.
2918
2919 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2922         so that previous errors don't prohibit getting new news.
2923
2924         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2925
2926         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2927
2928 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2929
2930         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2931         buffer, not of the string which is its name.
2932
2933 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2934
2935         * proto-stream.el (proto-stream-capability-open): Wait for
2936         :end-of-capability, not :end-of-command.
2937
2938         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2939         non-server-marks groups.
2940         (gnus-group-make-articles-read): Ditto.
2941
2942         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2943         methods (bug#9676).
2944
2945         * gnus.el (gnus-method-ephemeral-p): New function.
2946
2947 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2950         left-to-right.
2951
2952 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2955         warning.
2956
2957 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2960         macroexpand the nnir things, since they haven't been defined yet, and
2961         nnir requires gnus-sum.
2962
2963 2012-01-24  Julien Danjou  <julien@danjou.info>
2964
2965         * color.el (color-rgb-to-hsl): Fix value computing.
2966         (color-hue-to-rgb): New function.
2967         (color-hsl-to-rgb): New function.
2968         (color-clamp, color-saturate-hsl, color-saturate-name)
2969         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2970         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2971
2972 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2975
2976 2012-01-19  Julien Danjou  <julien@danjou.info>
2977
2978         * color.el (color-name-to-rgb): Use the white color to find the max
2979         color component value and return correctly computed values.
2980         (color-name-to-rgb): Add missing float conversion for max value.
2981
2982 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2985         logical server name in addition to the actual machine address.
2986
2987         * auth-source.el (auth-source-user-and-password): Add convenience
2988         wrapper to search by just host and optionally user.
2989
2990 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2993         after rendering.
2994
2995 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2996
2997         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2998         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2999         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3000
3001 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3004         (bug#9693).
3005         (gnus-summary-setup-buffer): Document return value (bug#9697).
3006
3007         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3008         since ido doesn't work on symbols (bug#9632).
3009
3010         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3011         when getting a single value as when getting all the values.  This means
3012         that atoms like `gcc-self' work cumulatively, like variable settings,
3013         instead of getting the value from the last matching clause.
3014         (gnus-group-find-parameter): Protect against the group buffer not
3015         existing (bug#9585).
3016
3017 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-start.el (gnus-activate-group): Document more parameters
3020         (bug#9694).
3021
3022         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3023         (bug#9692).
3024
3025         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3026         article was fetched, so that it can be expired later (bug#9958).
3027         (gnus-agent-summary-fetch-series): Add doc string.
3028         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3029         (bug#9517).
3030
3031         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3032         retrieval is happening.
3033
3034         * gnus.el (gnus-parameters): Doc fix.
3035
3036 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3037
3038         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3039         show the thread after expansion.
3040
3041 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-art.el (article-narrow-to-head): If the head is completely
3044         empty, narrow to the empty region (bug#9764).
3045
3046         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3047         read, and then mark them as unread only when the unread mark is used.
3048         This makes `C-- T k' actually work, even though it's confusing.
3049
3050         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3051         alive before we try to find its window.
3052
3053 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3054
3055         * mm-decode.el (mm-display-external): Use a longer timeout for the
3056         deletion to allow slow programs to display the file.
3057
3058 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3061         prompt to be less confusing.
3062
3063         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3064         argument to `message-reply'.  This broke `special-display-*' frame
3065         pop-uping (bug#10238).
3066
3067 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3070         systems, since these allegedly don't work there.
3071
3072 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3073
3074         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3075         live buffer.
3076
3077 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * nnir.el (nnir-retrieve-headers): Protect against the article not
3080         existing on the server (bug#10335).
3081
3082 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3083
3084         * gnus-agent.el (gnus-agent-load-local): Recompute
3085         gnus-agent-article-local on changing method.
3086
3087 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * gnus.el (gnus-parameters): Note precedence.
3090
3091 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3092
3093         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3094         in the group buffer.
3095
3096 2012-01-04  Julien Danjou  <julien@danjou.info>
3097
3098         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3099         change.
3100
3101 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3104         too.
3105
3106         * nntp.el (nntp-retrieve-group-data-early): Use it.
3107
3108 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * nntp.el (nntp-retrieval-in-progress): New variable.
3111         (nntp-make-process-buffer): Make it buffer-local.
3112
3113         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3114         2010.
3115         (gnus-demon-init): Use it to compute the time if time is on the form
3116         "04:23".
3117
3118         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3119
3120         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3121         status in the correct buffer.
3122
3123 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3124
3125         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3126         when opening topics (bug#10407).
3127
3128 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3129
3130         * gnus-cus.el (gnus-score-customize):
3131         * gnus-sum.el (gnus-sort-gathered-threads):
3132         * message.el (message-shorten-references):
3133         * nnmairix.el (nnmairix-request-group):
3134         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3135
3136 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3137
3138         * gnus-agent.el (gnus-agent-regenerate-group):
3139         * gnus-int.el (gnus-retrieve-group-data-early):
3140         * mm-util.el (mm-codepage-ibm-list):
3141         * nndiary.el (Commentary, nndiary-get-new-mail):
3142         * nnir.el (nnir):
3143         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3144
3145 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * mm-view.el (mm-display-inline-fontify): Add comment.
3148
3149 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3150
3151         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3152         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3153
3154 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3155
3156         * gnus-art.el (gnus-split-methods):
3157         * gnus-msg.el (gnus-configure-posting-styles):
3158         * gnus-spec.el (gnus-parse-simple-format):
3159         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3160         * message.el (message-do-actions): Spelling fix.
3161
3162 2011-12-15  Juri Linkov  <juri@jurta.org>
3163
3164         * mm-decode.el (mm-inline-media-tests): Add missing
3165         `mm-handle-media-subtype'.
3166
3167 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3168
3169         * gnus-group.el (gnus-group-tool-bar):
3170         * gnus-sum.el (gnus-summary-tool-bar):
3171         * message.el (message-tool-bar):
3172         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3173
3174 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3175
3176         * plstore.el (plstore--insert-buffer): Spelling fix.
3177
3178 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3179
3180         * message.el (message-valid-fqdn-regexp): Update with newly approved
3181         top-level domain names ".tel" and ".asia".
3182
3183 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3186         unconditionally.
3187
3188 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3191         pop-to-buffer-same-window for old Emacsen.
3192
3193 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3194
3195         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3196
3197 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3198
3199         * netrc.el (netrc-credentials): Spelling fix.
3200
3201 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3202
3203         * gnus-fun.el (gnus-fun-ppm-change-string):
3204         * gnus-msg.el (gnus-inews-do-gcc):
3205         * gnus-sum.el (gnus-summary-find-for-reselect):
3206         * gnus.el (gnus-summary-cancelled):
3207         * message.el (message-cancel-hook, message-send-news):
3208         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3209         * nnir.el (nnir-run-hyrex):
3210         * nntp.el (nntp-with-open-group-function):
3211         * pgg.el (pgg-pending-timers): Spelling fix.
3212
3213 2011-12-04  Chong Yidong  <cyd@gnu.org>
3214
3215         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3216         change (Bug#10200).
3217
3218 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * compface.el (uncompface):
3221         * gnus-art.el (gnus-article-x-face-command): Update the header format
3222         of icon data for the most recent icontopbm program.
3223
3224 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-msg.el (gnus-inews-do-gcc):
3227         * message.el (message-send-mail):
3228         * mml.el (mml-generate-mime): Share the value of the buffer-local
3229         `message-options' variable between a draft buffer and temprary working
3230         buffers.
3231
3232 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3233
3234         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3235
3236 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3239         for Cygwin.
3240
3241 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3242
3243         * gnus-group.el (gnus-group-prepare-flat):
3244         * mm-bodies.el (mm-encode-body):
3245         * mml.el (mml-preview):
3246         * nnml.el (nnml-request-compact-group):
3247         * pop3.el (pop3-stream-type): Spelling fix.
3248
3249 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3250
3251         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3252
3253 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3254
3255         * color.el (color-rgb-to-hsl):
3256         * gmm-utils.el (gmm-tool-bar-style):
3257         * gnus-group.el (gnus-group-prepare-flat):
3258         * gnus-topic.el (gnus-topic-prepare-topic):
3259         * mm-decode.el (mm-discouraged-alternatives):
3260         * rfc2047.el (rfc2047-encode-1):
3261         * starttls.el: Spelling fix.
3262
3263 2011-11-24  Glenn Morris  <rgm@gnu.org>
3264
3265         * binhex.el (binhex-begin-line): Give it basic doc-string.
3266
3267         * starttls.el, tls.el: Fix case of "GnuTLS".
3268
3269 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3270
3271         * gnus-group.el (gnus-group-highlight): Fix typo.
3272
3273 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3274
3275         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3276         value of `delete-file', that returns nil for a local file but returns t
3277         for a remote file using ssh.
3278
3279 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3280
3281         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3282
3283 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3286         avoid later breakage.
3287
3288 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3291         article buffers' name.
3292
3293 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3296         by Paul Eggert's spellfixes two days ago.
3297
3298 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3301         doesn't have it.
3302
3303         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3304         buffer-local instead of binding them to avoid warnings.  Also demote
3305         errors (bug#10063).
3306         (font-lock-mode-hook): Shut up byte compiler.
3307
3308 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3309
3310         * mm-util.el (mm-charset-after):
3311         * nnir.el (nnir-run-hyrex):
3312         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3313         (ntlm-get-password-hashes, ntlm-md4hash):
3314         * smime.el: Fix typo.
3315
3316 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3317
3318         * gnus-agent.el (gnus-agent-expire-group-1):
3319         * nndiary.el (nndiary-last-occurence):
3320         * nnimap.el (nnimap-request-set-mark):
3321         * nnmairix.el (nnmairix-only-use-registry):
3322         * gnus-group.el (gnus-group-prepare-flat):
3323         * gnus-sum.el (gnus-decode-encoded-word-methods):
3324         * message.el (message-wash-subject):
3325         * nntp.el (nntp-retrieve-headers-with-xover):
3326         * smime.el (smime-certificate-directory): Spelling fix.
3327
3328 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3329
3330         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3331
3332         * color.el:
3333         * gnus-agent.el (gnus-agent-possibly-alter-active):
3334         * gnus-dired.el (gnus-dired-print):
3335         * mail-parse.el:
3336         * nnmairix.el (nnmairix-request-group):
3337         * shr.el (shr-image-displayer):
3338         * sieve-manage.el:
3339         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3340
3341 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3342
3343         * gnus-sum.el (gnus-auto-select-subject):
3344         * spam-report.el (spam-report-resend): Spelling fix.
3345
3346 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3347
3348         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3349         * gnus-art.el (gnus-default-article-saver):
3350         * gnus-srvr.el (gnus-server-copy-server):
3351         * gnus.el (gnus-sloppily-equal-method-parameters):
3352         * html2text.el (html2text-format-tag-list):
3353         * message.el (message-narrow-to-head):
3354         * nndiary.el:
3355         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3356         * sieve.el: Spelling fix.
3357
3358 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3359
3360         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3361         * gnus-sum.el (gnus-summary-make-menu-bar):
3362         * gnus-uu.el (gnus-uu-decode-postscript)
3363         (gnus-uu-decode-postscript-and-save):
3364         * mailcap.el (mailcap-print-command):
3365         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3366         Fix typos.
3367
3368 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3369
3370         * gnus-art.el (gnus-article-part-wrapper):
3371         * html2text.el (html2text-fix-paragraphs):
3372         * mm-decode.el (mm-image-fit-p):
3373         * rfc2047.el (rfc2047-encode-message-header):
3374         * shr-color.el (shr-color-visible-distance-min)
3375         (shr-color-relative-to-absolute, set-minimum-interval)
3376         (shr-color-visible): Fix typos.
3377
3378 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3379
3380         * gmm-utils.el (gmm-tool-bar-item):
3381         * gnus-art.el (gnus-treat-body-boundary):
3382         * gnus-diary.el (gnus-user-format-function-d):
3383         * gnus-start.el (gnus-get-unread-articles):
3384         * pgg-gpg.el (pgg-gpg-update-agent):
3385         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3386
3387 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3388
3389         * gnus-topic.el (gnus-group-prepare-topics):
3390         * gnus-uu.el (gnus-extract-view):
3391         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3392
3393 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * spam.el: Move BBDB autoloads.
3396         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3397         BBDB 2 and 3.
3398         (spam-check-BBDB): Use it.
3399         (spam-enter-ham-BBDB): Use it.
3400
3401 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3402
3403         * smime.el (smime-draw-buffer): Spelling fix.
3404
3405 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3406
3407         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3408         for scanning exactly one level.
3409         * gnus-start.el (gnus-get-unread-articles): Ditto.
3410
3411 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3414         slightly clearer.
3415
3416 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3417
3418         * gnus-sync.el: More commentary about setup.
3419
3420 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * message.el (message-send-and-exit): Document `arg'.
3423
3424 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3425
3426         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3427
3428 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3431
3432         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3433         we don't use `bound-and-true-p'.
3434
3435 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3436
3437         * gnus-util.el (gnus-bound-and-true-p): Remove.
3438         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3439         * nnir.el: Use it.
3440         * nnmairix.el: Use it.
3441
3442 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * gnus-sync.el: Improve docs about CouchDB admins.
3445
3446         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3447         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3448         for reasons unknown.
3449         * nnir.el: Use it.
3450         * nnmairix.el: Use it.
3451
3452         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3453         * nnir.el: Ditto.
3454         * nnmairix.el: Ditto.
3455
3456         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3457
3458 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3459
3460         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3461         not needed.  Provide xmlplistread list function to produce XML plist
3462         output for non-Gnus LeSync clients.
3463
3464 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3465
3466         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3467
3468         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3469         and save against it.  Group subscriptions, read marks, other marks,
3470         subscription levels, topic names, and topic offsets (the group's
3471         position within the topic) are saved.  This is an experimental backend
3472         and may change significantly.  Load json.el from the gnus-fallback-lib
3473         if it's not available otherwise.
3474         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3475
3476 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3477
3478         * message.el (message-completion-function): Make sure
3479         message-tab-body-function is not attempted if one of
3480         message-completion-alist fails to find a completion (bug#9158).
3481
3482 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3483
3484         * mml.el (mml-quote-region): Quote <#secure> tag.
3485         (mml-generate-mime-1): Unquote <#secure> tag.
3486
3487 2011-10-20  Chong Yidong  <cyd@gnu.org>
3488
3489         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3490         calling a minor mode from Lisp with nil arg enables it, so we have to
3491         make the wording a bit ambiguous here).
3492
3493 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3496         * nnir.el (nnir-mode): Use it.
3497         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3498         Use it.
3499
3500         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3501         * nnmairix.el (gnus-registry-enabled): Ditto.
3502
3503 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3504
3505         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3506         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3507         only while we need to find out if it should be t or nil.
3508         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3509         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3510         the registry is installed.  Set it to nil when it's unloaded.
3511         (gnus-registry-install-p): Provide user guidance for the initial value
3512         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3513         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3514         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3515         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3516         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3517         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3518         `gnus-registry-install'.
3519
3520 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3521
3522         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3523         previous change.
3524         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3525         primary key is marked as disabled.
3526
3527 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3528
3529         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3530         primary key is marked as disabled.
3531
3532 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3533
3534         * html2text.el (html2text-clean-anchor): Check for quotes around
3535         `href' value.
3536
3537 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3540         searching.  Drop `bbdb-cache'.
3541
3542 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * message.el (message-signed-or-encrypted-p): Exclude header when
3545         checking if there is signed or encrypted body in text/plain message.
3546
3547 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3548
3549         * html2text.el (html2text-get-attr): Correctly handle attribute values
3550         containing "=".
3551
3552 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3553
3554         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3555         handle bindings.
3556
3557 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-win.el (gnus-configure-windows): Protect against reading
3560         ephemeral groups outside of Gnus.
3561
3562 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * shr.el (shr-tag-img): Don't get images displayed in tables.
3565
3566 2011-10-03  Glenn Morris  <rgm@gnu.org>
3567
3568         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3569         the "maintainer" version of debbugs.gnu.org reports.
3570
3571 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3574         make asynchronous adjacent image insertion work better.
3575
3576 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3577
3578         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3579         documentation.
3580
3581 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3584         `gnus-asynchronous' isn't shadowed.
3585
3586 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3589
3590         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3591         (nnimap-insert-partial-structure): The charset parameter isn't
3592         case-sensitive.
3593
3594         * nnheader.el (nnheader-message-maybe): New function.
3595
3596         * shr.el (shr-tag-table): Render totally broken tables better.
3597
3598         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3599         computing the boundary.
3600
3601 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * pop3.el (pop3-number-of-responses): Remove.
3604         (pop3-wait-for-messages): Rewrite to take linear time instead of
3605         exponential time.
3606
3607 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3610         re-fetch images.
3611
3612         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3613         re-fetch images when hitting `g' in Gnus.
3614
3615 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3618         (mml-compute-boundary): Don't check collision if it is non-nil.
3619         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3620         before checking collision.
3621
3622 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * message.el (message-indent-citation): Really make sure there's a
3625         newline at the end.
3626
3627         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3628         Fix suggested by John Wiegley.
3629
3630         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3631
3632         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3633
3634         * message.el (message-default-send-rename-function): Break out into its
3635         own function.
3636
3637         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3638         doesn't work under XEmacs.
3639
3640         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3641         of "imaps" to word around Windows problems.
3642         (nnimap-open-connection-1): Use it.
3643
3644         * message.el (message-indent-citation): Revert last change which made
3645         `F' not work.
3646
3647 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3648
3649         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3650         terminal as well.
3651
3652 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3655         because it displays images using overlays that aren't easy to copy to
3656         the article buffer.
3657
3658 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3659
3660         * message.el (message-indent-citation): Fix empty line removal at the
3661         end of the citation.
3662
3663 2011-09-20  Julien Danjou  <julien@danjou.info>
3664
3665         * auth-source.el (auth-source-netrc-create): Use default value for
3666         password if specified.  Evaluate default.
3667         (auth-source-plstore-create): Ditto.
3668         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3669         value evaluation.
3670         (auth-source-netrc-create): Typo fix.
3671         (auth-source-plstore-create): Ditto.
3672
3673         * password-cache.el (password-cache-remove): Remove entries even if the
3674         value is nil, so that password with a nil value (negative caching) is
3675         possible to invalidate.
3676
3677         * auth-source.el (auth-source-format-cache-entry): New function.
3678
3679 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3682
3683 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3686
3687 2011-09-19  Julien Danjou  <julien@danjou.info>
3688
3689         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3690         which work with things that are not ASCII.
3691
3692 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3695
3696 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3699         message level.
3700
3701 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3704
3705 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3708
3709 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3710
3711         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3712         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3713
3714 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3715
3716         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3717         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3718         articles.
3719
3720 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3721
3722         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3723         (message-mail-other-window, message-mail-other-frame)
3724         (message-news-other-window, message-news-other-frame):
3725         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3726         instead of setting buffer display varibles.
3727
3728 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3731
3732         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3733
3734 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3737         duplicates" to a higher level.
3738
3739         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3740         most egregious messages.
3741
3742 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3745
3746 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3747
3748         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3749         up the file (bug#9351).
3750
3751 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3754         it does with all other backends, but decode the names immediately after
3755         getting them.
3756
3757         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3758         decoding nnimap groups.
3759
3760         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3761         newsrc file.  It doesn't seem like an important optimization any more.
3762
3763 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3764
3765         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3766         overflows.
3767
3768 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3771         (gnus-interactive-exit): Extend to `quiet'.
3772
3773         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3774
3775         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3776         string.
3777
3778         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3779         renaming function arguments from `this'.
3780
3781         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3782
3783         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3784         has been renamed.
3785         (gnus-lrm-string-p): Include RLM and PDF, too.
3786
3787         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3788         (bug#9225).
3789
3790 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3791
3792         Add autoload cookies for functions used by sendmail.el.
3793         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3794
3795         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3796
3797 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * gnus-art.el (article-date-ut): Work properly even when there are
3800         things like Date header in the body; work for forwarded parts.
3801
3802 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3803
3804         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3805         original-article-buffer.
3806
3807 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3808
3809         * nnir.el (nnir-compose-result): Fix matching of server type.
3810         (nnir-run-swish++): Ditto.
3811         (nnir-run-namazu): Ditto.
3812         (nnir-run-notmuch): Ditto.
3813
3814 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3817         (bug#9405).
3818
3819         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3820         (bug#9421).
3821
3822         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3823         (bug#9425).
3824
3825         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3826         thing (bug#9426).
3827
3828 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3831         the error message.
3832
3833 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3834
3835         * message.el (message-setup-1): Return t (Bug#9392).
3836
3837 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3838
3839         * gnus-sum.el: When adding article headers to a summary buffer also
3840         update gnus-newsgroup-articles (bug#9386).
3841
3842 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * auth-source.el: Autoload help-mode.
3845
3846 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3849         names.
3850
3851 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3852
3853         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3854         mm-replace-in-string for compatibility issues.
3855         * mml2015.el (mml2015-epg-verify): Ditto.
3856
3857 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3860
3861         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3862
3863 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3866         continue on and do the clean-up phase (bug#9188).
3867
3868         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3869         just ignore groups that can't be opened instead of erroring out
3870         (bug#9225).
3871
3872         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3873         nil since some many people are fuddy-duddies.
3874
3875         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3876         images.
3877
3878         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3879         instead.
3880
3881         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3882
3883         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3884
3885         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3886         processing.
3887
3888         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3889         buffer to avoid warnings.
3890
3891 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3892
3893         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3894         specified to reduce precision.
3895
3896 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3899         bodystructures (bug#9314).
3900
3901 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3904         Make button keymap non-sticky after buttons.
3905
3906 2011-08-18  David Engster  <dengste@eml.cc>
3907
3908         * nnmairix.el (nnmairix-request-set-mark)
3909         (nnmairix-goto-original-article): Remove adding of article to registry,
3910         since `gnus-registry-add-group' isn't available anymore.
3911         (nnmairix-determine-original-group-from-registry):
3912         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3913         available anymore.
3914
3915 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3916
3917         * starttls.el (starttls-any-program-available): Define as obsolete
3918         function.
3919
3920 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3923         versions which Gnus use when appropriate.
3924
3925         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3926         a pretty destructive command.
3927
3928         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3929
3930 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * message.el (message-fix-before-sending): Make a different warning
3933         about NUL characters (bug#9270).
3934
3935         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3936         from custom (bug#9260).
3937
3938         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3939         things work in Emacs 22 and XEmacs, too.
3940
3941         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3942         default From.
3943
3944         * gnus-spec.el (gnus-lrm-string-p): New macro.
3945         (gnus-lrm-string): New constant.
3946         (gnus-summary-line-format-spec): LRM-ify the from.
3947         (gnus-tilde-max-form): LRM-ify string chopping.
3948
3949         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3950
3951         * message.el (message-is-yours-p): Allow disabling canlock checking
3952         (bug#9295).
3953         (message-shoot-gnksa-feet): Add `canlock-verify'.
3954         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3955         message directory isn't writable (bug#9304).
3956
3957         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3958         non-world-readable.
3959
3960 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3963         articles.
3964
3965 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3966
3967         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3968         copy-list.
3969
3970 2011-08-12  Sam Steingold  <sds@gnu.org>
3971
3972         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3973         in the reverse order to avoid modifying the cache with `nreverse'.
3974         (gnus-all-score-files): Do not modify the value returned by
3975         `gnus-score-find-alist' because it lives in a cache variable.
3976         (gnus-current-home-score-file): No need to `nreverse' the return value
3977         of `gnus-score-find-alist', it is already in the correct order.
3978
3979 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3980
3981         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3982         type MESSAGE and subtype RFC822 is slightly different from those of
3983         type TEXT.
3984
3985 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3986
3987         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3988         This allows article-referral to work from an nnir group.
3989
3990 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3991
3992         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3993
3994 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3995
3996         * mml1991.el (mml1991-epg-find-usable-key)
3997         (mml1991-epg-find-usable-secret-key): New function.
3998         (mml1991-epg-sign): Check if signing key is usable.
3999         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4000
4001 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4002
4003         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4004         server-variables only.  This should fix a bug introduced with commit
4005         e1889675b7f4adf057833c5513c9374134c4e053.
4006         (nnir-run-query): 'nnir-search-engine should not be set from the global
4007         environment.
4008
4009 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4010
4011         * nnir.el (nnir-search-thread): Position point on referring article
4012         line.
4013         (nnir-warp-to-article): Clean up summary buffers.
4014
4015         * nnimap.el (nnimap-request-thread): Whitespace fix.
4016
4017 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4018
4019         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4020
4021 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * starttls.el (starttls-available-p): Rename from
4024         `starttls-any-program-available' and changed return convention.
4025
4026 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4029         `unix-sync' unless it's defined.
4030
4031 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4032
4033         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4034         `aref' for XEmacs compatibiltiy.
4035
4036 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4039
4040 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4041
4042         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4043         closures, quote the form properly (bug#9194).
4044
4045 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4048         (gnus-summary-insert-new-articles): Protect against servers that are
4049         down.
4050
4051 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4052
4053         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4054         in mm handle if none is specified.
4055
4056 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4057
4058         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4059
4060 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4061
4062         * nnir.el (nnir-search-thread): New function to make an nnir group
4063         based on a thread query.
4064
4065         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4066         of nnir in thread referral.
4067         (gnus-summary-refer-thread): Use it.
4068
4069         * nnimap.el (nnimap-request-thread): Use it.
4070
4071 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * shr.el (shr-tag-comment): Ignore HTML comments.
4074
4075 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4076
4077         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4078         argument.
4079         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4080         Use `nnir-address' to handle server info rather than passing an arg.
4081
4082         * nnimap.el (nnimap-make-thread-query): New utility function to format
4083         an imap thread search query.
4084         (nnimap-request-thread): Use it.
4085
4086         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4087         right select-method if we are not going back to the group buffer.
4088
4089 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4092         enter invalid buffer configurations into the quit form (bug#9107).
4093         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4094         unplugged/plugged.
4095
4096         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4097         keep track of which ones are unread (bug#9061).
4098
4099         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4100         (bug#9055).
4101
4102         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4103         (bug#9041).
4104
4105         * gnus-html.el (mm-util): Require (bug#9073).
4106
4107         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4108         (gnus-summary-refer-thread): Use it to remove duplicates in the
4109         un-threaded view (bug#9053).
4110         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4111
4112 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4113
4114         * nnir.el (nnir-read-server-parm): Use default value from global
4115         variable.  Without this the default search engine parameters aren't
4116         used at all.
4117
4118 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * message.el (message-unique-id): Don't use the undocumented return
4121         value from (random t) (bug#9118).
4122
4123 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * message.el (message-auto-save-directory): If the ~/Mail directory
4126         doesn't exist, use ~ as the auto-save directory (bug#4432).
4127
4128         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4129         hasn't already been started.
4130
4131 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4134
4135         * message.el (message-reply): Work around mysterious bug where
4136         `message-mode' seems to overwrite the locally bound `subject' variable.
4137
4138 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4139
4140         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4141         correct group.
4142
4143         * gnus-int.el (gnus-request-thread): Add group argument.
4144
4145         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4146
4147 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4150
4151         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4152         renamed to `debbugs-gnu-*'.
4153
4154 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4155
4156         * plstore.el: Revert the editing feature since it is not urgent.
4157         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4158         (plstore-mode-decoded): Remove.
4159
4160 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4163         isn't very interesting any more, and it leaks potentially secret data.
4164         (gnus-debug): Remove.
4165
4166         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4167         use of :custom-show.
4168
4169 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4170
4171         * plstore.el: Add documentation.
4172         (plstore-mode): New mode to edit plstore file.
4173         (plstore-mode-toggle-display, plstore-mode-original)
4174         (plstore-mode-decoded): New command.
4175         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4176         (plstore--insert-buffer, plstore--make): New function.
4177         (plstore-open, plstore-save): Simplify by using them.
4178
4179 2011-07-06  Glenn Morris  <rgm@gnu.org>
4180
4181         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4182
4183 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4186         no longer is much used.
4187         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4188         Articles".
4189
4190 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4191
4192         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4193         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4194         `notmuch' backend.
4195
4196 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * mm-decode.el (mm-text-html-renderer): Doc fix.
4199
4200         * gnus-msg.el (gnus-bug): Fix the MML tag.
4201
4202         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4203
4204 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4205
4206         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4207         secondary methods if started with `gnus-no-server'.
4208
4209 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4210
4211         * message.el (message-return-action): Fix typo in docstring.
4212
4213 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4216         bug reports at once.
4217
4218         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4219
4220 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * nndraft.el: Require gnus-group.
4223         (nndraft-request-list): Declare.
4224
4225         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4226         no unread article unless it matches gnus-permanently-visible-groups.
4227
4228         * nndraft.el (nndraft-update-unread-articles): New function.
4229         (nndraft-request-associate-buffer): Use it to update the number of
4230         unread articles for the nndraft groups in the group buffer when saving
4231         or killing a draft message.
4232
4233 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4236         systems to binary before writing and reading the mbox files.
4237
4238         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4239         instead of trying to list them all (bug#8978).
4240
4241 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4242
4243         * pop3.el (pop3-open-server): Use :end-of-capability.
4244
4245 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4248         the id is always a number.
4249
4250         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4251
4252         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4253         debbugs mode, if possible.
4254
4255 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4256
4257         * auth-source.el (auth-source-token-passphrase-callback-function):
4258         Reindent.
4259         (epg-context-operation): Remove unnecessary autoload.
4260
4261 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus.el (gnus-list-debbugs): New command.
4264
4265         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4266         mboxstat instead of the maintbox, since the stat seems to be fuller.
4267
4268         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4269         summary buffers.
4270
4271         * message.el (message-get-reply-headers): Delete all duplicates,
4272         instead of the first.
4273         (message-get-reply-headers): Ensure that we have progress while
4274         deleting duplicates.
4275
4276         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4277         gnus-posting-style value from the summary buffer to make it easier to
4278         make that a per-buffer conf.
4279
4280 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4281
4282         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4283         found by setting `shortcut' in 'query.
4284         (nnir-request-article): Use `shortcut' setting when requesting article
4285         by Message-ID.
4286
4287 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4290         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4291         Bring the pseudo-headers back too.
4292
4293 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4294
4295         * auth-source.el (auth-source-token-passphrase-callback-function):
4296         Simplify and remove EPA dependency.
4297
4298 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4299
4300         * nnir.el (nnir-request-article): Fix error message text.
4301
4302 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4303
4304         * auth-source.el (plstore-delete): Autoload.
4305         (auth-source-plstore-search): Support delete operation.
4306         * plstore.el (plstore-delete): New function.
4307
4308 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4311         mark actually existing articles as unread rather than the ones that
4312         active asserts.
4313
4314 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4315
4316         * nntp.el (nntp-record-command):
4317         * gnus-util.el (gnus-message-with-timestamp-1):
4318         Use format-time-string rather than decoding time stamps by hand.
4319         This is simpler and insulates the code from potential changes to
4320         current-time format.
4321
4322 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4325
4326 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4327
4328         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4329         (plstore-save): Support public key encryption.
4330         (plstore--init-from-buffer): New function.
4331         (plstore-open): Use it; fix error when opening a non-existent file.
4332         (plstore-revert): Use plstore--init-from-buffer.
4333
4334 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4335
4336         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4337
4338 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4341         for old Emacsen.
4342
4343 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4344
4345         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4346         is not fully working.
4347
4348 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * dgnushack.el: Autoload sha1 on XEmacs.
4351
4352         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4353         quit window configuration.
4354
4355         * auth-source.el (epg-context-set-passphrase-callback):
4356         Remove duplicate autoload.
4357
4358 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4359
4360         * nnir.el (nnir-request-article): Allow requesting articles by
4361         Message-ID with nnimap.
4362
4363         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4364         current server.
4365
4366 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * auth-source.el: Autoload EPA/EPG functions.
4369         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4370         changed when EPA/EPG is not available.
4371         (auth-source-backend): Rename "arg" member to "data".
4372         (auth-source-backend-parse, auth-source-plstore-search)
4373         (auth-source-plstore-create): Use it.
4374
4375 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4376
4377         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4378         `gnus-refer-article-methods'.
4379
4380 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4381
4382         * auth-source.el: Require EPA and EPG.
4383         (auth-source-passphrase-alist): New variable.
4384         (auth-source-passphrase-callback-function)
4385         (auth-source-token-passphrase-callback-function): Callbacks for the
4386         netrc field encryption (GPG tokens).
4387         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4388         Symmetric encryption and decryption of the netrc GPG tokens.
4389         (auth-source-netrc-normalize): Use them, simplifying the closure.
4390
4391 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4394         is available.
4395
4396 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4399         non-nil, and `nnimap-split-methods' is nil, use the former.
4400
4401 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4402
4403         * plstore.el (plstore-revert): New function.
4404         (plstore-open): Use it; hide the buffer from user.
4405
4406 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4407
4408         * auth-source.el (auth-source-backend): New member "arg".
4409         (auth-source-backend-parse): Handle new backend 'plstore.
4410         * plstore.el: New file.
4411
4412 2011-06-30  Glenn Morris  <rgm@gnu.org>
4413
4414         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4415
4416 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4419         expiring articles to.
4420
4421         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4422         variations as ASCII (bug#5458).
4423
4424 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4427
4428 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * message.el (message-point-in-header-p): Tweak the function to default
4431         to saying that we're not in the headers if there is no separator at
4432         all.  This makes it possible to use the Message version of `M-q' in
4433         buffers with no headers (bug#7987).
4434         (message-point-in-header-p): Fix last checkin to work with an empty
4435         mail-header-separator, too.
4436
4437         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4438         again, save the choice via customize.
4439
4440 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4443
4444         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4445         ended the connection, bail out before waiting infinitely on a new
4446         connection.
4447
4448 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4451         reports.
4452
4453         * gnus.el (gnus-bug-package): Use "gnus."
4454         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4455
4456 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * dgnushack.el: Make the timer warning go away on XEmacs.
4459
4460         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4461         animations going on at article exit time.
4462
4463         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4464         since removing it breaks people upgrading.
4465
4466         * shr.el (shr-put-image): Use the new interface for animating images.
4467         (shr-put-image): Animate for 60 seconds.
4468
4469         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4470         avoid compiler warnings.
4471
4472         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4473         error with `find-file-hooks' on Emacs 22.
4474         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4475         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4476         on all architectures.
4477
4478         * spam.el (spam-stat): Require in a normal fashion without binding
4479         `spam-stat-install-hooks' to avoid compilation warnings.
4480
4481         * spam-stat.el (spam-stat-install-hooks): Remove.
4482         (spam-stat-install-hooks): Don't run automatically.
4483
4484 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4485
4486         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4487         and keystroke.
4488
4489 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * auth-source.el (auth-source-netrc-cache): Move forward.
4492
4493 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * proto-stream.el (proto-stream-open-starttls): Use
4496         `gnutls-available-p' to see whether we have built-in support.
4497
4498         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4499         we already know.
4500         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4501         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4502
4503 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4506         %S format, since that looks odd.
4507         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4508         file, especially when saving.
4509
4510 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4511
4512         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4513         article found.
4514
4515 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4518         `auth-source-save-secrets' with a more sensitive alist that can be
4519         configured per file.  Experimental, so defaults to 'never.
4520         (auth-source-netrc-create): Use it.  Still experimental code.
4521         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4522         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4523
4524 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * auth-source.el (auth-source-save-secrets): New variable to control if
4527         secret tokens should be saved encrypted.
4528         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4529         to `auth-source-netrc-normalize'.
4530         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4531         on the EPA variables being defined.
4532         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4533         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4534         the lexical-let closure.
4535         (auth-source-netrc-create): Create "gpg:" tokens according to
4536         `auth-source-save-secrets'.
4537
4538 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-group.el (gnus-group-update-group): Add new argument
4541         `info-unchanged' that stops updating dribble buffer.
4542
4543         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4544         deletes lines matching to it in dribble buffer.
4545
4546         * gnus-agent.el (gnus-agent-fetch-group-1):
4547         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4548         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4549         * gnus-start.el (gnus-group-change-level):
4550         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4551
4552         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4553         if newsgroup info is not changed.
4554
4555         * gnus-group.el (gnus-group-get-new-news-this-group):
4556         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4557         Don't update dribble buffer.
4558
4559 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4562         remove entries with groups we ignore.
4563
4564 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4567         the underline comes at the bottom.
4568
4569 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4572         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4573         (gnus-registry-article-marks-to-names): Rename from
4574         `gnus-registry-user-format-function-M2'.
4575
4576 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4579         ephemeral group.
4580
4581 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * shr.el (shr-browse-image): Copy the URL if called interactively.
4584
4585 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4588         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4589         done, then unselected articles may be marked as read.
4590
4591         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4592         since not doing this seems to lead to a race condition in pop3-logon.
4593
4594         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4595         so that the call chain it correct when we call "upwards".
4596
4597         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4598         in read-only groups.
4599
4600         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4601
4602         * message.el (message-cite-reply-position): Doc string fix.
4603
4604         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4605         avoid regexp overflow.
4606         (nnimap-transform-split-mail): Ditto.
4607
4608         * pop3.el (pop3-retr): Error out if the server closes the connection.
4609
4610 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4611
4612         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4613         mm-with-unibyte-current-buffer.  The buffer should not contain any
4614         multibyte chars anyway at this stage.
4615
4616 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4619         at the end of lines.
4620
4621 2011-05-29  Julien Danjou  <julien@danjou.info>
4622
4623         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4624
4625 2011-05-27  Glenn Morris  <rgm@gnu.org>
4626
4627         * gnus-group.el (gnus-bug-group-download-format-alist):
4628         Use the "maintainer" version of debian reports as well.
4629
4630 2011-05-26  Glenn Morris  <rgm@gnu.org>
4631
4632         * gnus-group.el (gnus-bug-group-download-format-alist):
4633         Use the "maintainer" version of debbugs.gnu.org reports.
4634
4635 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4638
4639 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4640
4641         * gnus-cus.el (gnus-agent-customize-category):
4642         * gnus-delay.el (gnus-delay-send-queue):
4643         * gnus.el (gnus-other-frame):
4644         Don't quote lambda expressions with `quote'.
4645
4646 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4647
4648         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4649         the thread moves us backwards and so we loop forever.
4650
4651 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4654         whitespace in base64 data lines.
4655
4656 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4657
4658         * gnus-registry.el (gnus-registry-user-format-function-M):
4659         Use `mapconcat'.
4660         (gnus-registry-user-format-function-M2): Use to see the full text of
4661         the marks.  Make "," the mark text separator.
4662
4663         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4664         authentication with auth-source.
4665
4666 2011-05-17  Glenn Morris  <rgm@gnu.org>
4667
4668         * gnus-group.el (gnus-import-other-newsrc-file):
4669         Use insert-file-contents.
4670
4671 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4672
4673         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4674         1000 iterations.
4675
4676 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * nntp.el (nntp-open-connection): Check if process-type is available.
4679
4680 2011-05-16  Julien Danjou  <julien@danjou.info>
4681
4682         * shr.el (shr-tag-del): Add support for del tag.
4683
4684 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-html.el (gnus-html-put-image): Register a displayer.
4687
4688         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4689
4690 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * registry.el (prune-factor): New initialization parameter defaulting
4693         to 0.1.
4694         (registry-prune-hard): Use it.
4695
4696         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4697         0.1 expicitly.
4698
4699 2011-05-13  Glenn Morris  <rgm@gnu.org>
4700
4701         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4702         is bound, since this function requires sendmail.
4703
4704 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4705
4706         * registry.el (registry-usage-test): Disable pruning test.
4707
4708 2011-05-11  David Engster  <dengste@eml.cc>
4709
4710         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4711         Bind set-network-process-option for XEmacs.
4712
4713 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * registry.el (registry-prune-hard-candidates)
4716         (registry-prune-soft-candidates): Helper methods for registry pruning.
4717         (registry-prune): Use them.  Make the sort function optional.
4718
4719 2011-05-10  Jim Meyering  <meyering@redhat.com>
4720
4721         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4722
4723 2011-05-10  Julien Danjou  <julien@danjou.info>
4724
4725         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4726         symbol and not a list.
4727
4728 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-article-mode): Move binding of
4731         shr-put-image-function here from gnus-article-prepare-display.
4732
4733         * shr.el (shr-put-image-function): New variable.
4734         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4735         (shr-put-image): Return scaled image.
4736
4737         * gnus-art.el (gnus-shr-put-image): New function.
4738         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4739
4740         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4741         original ones, as deletable.
4742
4743 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4744
4745         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4746
4747 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * registry.el (registry-full): Add convenience method.  Fix logic.
4750         (registry-insert): Use it.  Fix logic here too.
4751
4752         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4753         `registry-prune' if `registry-full' returns t.
4754         (gnus-registry-handle-action)
4755         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4756         (gnus-registry-usage-test): Use it.
4757
4758 2011-05-07  Julien Danjou  <julien@danjou.info>
4759
4760         * shr.el (shr-link): Make shr-link inherit from link by default.
4761
4762 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4765
4766 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4769         error out because the face is not a list.
4770
4771 2011-05-05  Glenn Morris  <rgm@gnu.org>
4772
4773         * proto-stream.el (gnutls-negotiate): Fix declarations.
4774
4775         * gnus-start.el (gnus-propagate-marks): Declare.
4776
4777 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * registry.el (registry-reindex): Fix percentage message.
4780
4781         * proto-stream.el (network-stream-open-starttls): Adjust to call
4782         `gnutls-negotiate' with :process and :hostname arguments.
4783
4784 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * shr.el: Add shr-link face for links.
4787         (shr-urlify): Use it.
4788
4789         * registry.el (registry-insert): Make error message more helpful.
4790
4791 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * gnus-html.el (gnus-html-schedule-image-fetching):
4794         Use url-queue-retrieve, if it exists.
4795
4796         * shr.el (shr-tag-img): Ditto.
4797
4798         * gnus.el: Autoload more gnus-agent functions.
4799
4800         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4801         agent if we haven't already (bug#8502).
4802
4803         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4804         into the Agent, too.
4805
4806         * gnus-agent.el (gnus-agent-store-article): New function.
4807
4808         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4809         and moved from that file for reuse.
4810
4811         * pop3.el (pop3-open-server): Error messages are "-ERR".
4812
4813 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4816         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4817
4818 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4819
4820         * gnus.el: No Gnus v0.17 is released.
4821
4822 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4823
4824         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4825         buffer has moved to a different frame.
4826
4827 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4830         to get the conversion from unibyte to multibyte buffers to work on
4831         Emacs 22.
4832
4833         * nntp.el (nntp-request-article): Slight clean-up.
4834
4835 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * shr.el (shr-strike-through): New face.
4838         (shr-tag-s): Use it to provide <s> support.
4839         (shr-tag-s): Remove duplicate definition.
4840
4841 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4842
4843         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4844         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4845
4846 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4847
4848         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4849         `gnutls-negotiate'.
4850         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4851
4852 2011-04-23  Glenn Morris  <rgm@gnu.org>
4853
4854         * gnus-sum.el (gnus-extra-headers): Bump :version.
4855
4856 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * shr.el (shr-tag-sup): New function.
4859         (shr-tag-sub): Ditto.
4860
4861 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4862
4863         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4864         for the case where `gnus-registry-ignored-groups' is a list of lists,
4865         and don't call `gnus-parameter-registry-ignore' otherwise.
4866
4867 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * nnimap.el (nnimap-user): New backend variable.
4870         (nnimap-open-connection-1): Use it.
4871         (nnimap-credentials): Accept user parameter so it's explicit what user
4872         name is desired.
4873
4874         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4875         default.
4876
4877         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4878         not gnus-registry.el.
4879
4880         * gnus-registry.el: Mention in comments how to modify
4881         `gnus-extra-headers' for proper recipient tracking and that it may
4882         already have To and Cc recently, which it does as of this commit.
4883         (gnus-registry-ignored-groups): Remove defcustom.
4884         Explain why in comments.
4885         (gnus-registry-action): Fix data-header reference to use the extra
4886         headers.  Explain in package commentary how to add To and Cc headers to
4887         the gnus-extra-headers.
4888         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4889         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4890         parameter list or a string list in `gnus-registry-ignored-groups'.
4891         Fix logic error.
4892
4893 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * shr.el (shr-expand-url): Protect against null urls.
4896
4897 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * shr.el (shr-base): New binding.
4900         (shr-tag-base): Keep track of <base>.
4901         (shr-expand-url): New function used throughout.
4902
4903 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4904
4905         * gnus-registry.el
4906         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4907         (gnus-registry-ignored-groups): New variable.
4908         (gnus-registry-ignore-group-p): Use it.
4909         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4910         set the destination group to nil (same as delete) if it's ignored.
4911
4912 2011-04-20  David Engster  <dengste@eml.cc>
4913
4914         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4915
4916         * Makefile.in (test-nntp): New rule.
4917         (check): Add it.
4918         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4919
4920 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-registry.el (gnus-registry-action)
4923         (gnus-registry-fetch-header-fast):
4924         Don't use mail-header that looks an internal function of mailheader.el.
4925
4926 2011-04-19  Glenn Morris  <rgm@gnu.org>
4927
4928         * time-date.el (time-to-days): Remove unused local variables.
4929
4930 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-registry.el: Eliminate cl functions.
4933         (gnus-registry-sort-addresses): New function that replaces mapcan.
4934         (gnus-registry-action, gnus-registry-spool-action)
4935         (gnus-registry-split-fancy-with-parent)
4936         (gnus-registry-fetch-recipients-fast): Use it.
4937         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4938
4939         * registry.el (initialize-instance, registry-lookup)
4940         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4941         (registry-lookup-secondary-value, registry-search, registry-delete)
4942         (registry-insert, registry-reindex, registry-size, registry-prune):
4943         Use eval-and-compile.
4944
4945 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * registry.el (registry-reindex): New method to recreate the secondary
4948         registry indices.
4949
4950         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4951         tracked field changes.
4952         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4953         (gnus-registry-action, gnus-registry-spool-action)
4954         (gnus-registry-handle-action)
4955         (gnus-registry--split-fancy-with-parent-internal)
4956         (gnus-registry-split-fancy-with-parent)
4957         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4958         move, and delete actions, and for fancy splitting with parent.
4959         (gnus-registry-extract-addresses)
4960         (gnus-registry-fetch-recipients-fast)
4961         (gnus-registry-fetch-header-fast): Convenience functions.
4962         (gnus-registry-misc-test): ERT test of
4963         `gnus-registry-extract-addresses'.
4964
4965 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4968         Track by subject first, then sender.
4969
4970 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4971
4972         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4973
4974         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4975         Lisp.
4976
4977         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4978         (gnus-draft-send): Use it to avoid popping
4979         up frames from gnus-group-send-queue.
4980
4981 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * gnus-registry.el: Updated gnus-registry docs.
4984
4985 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4988         Fix logic bug.
4989         (gnus-registry-post-process-groups): Fix logging of no results and
4990         quote sender and subject.
4991
4992 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993
4994         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4995         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4996         gnutls-cli are too slow to be done opportunistically.
4997
4998         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4999         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5000         we had no early-data returned.
5001         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5002         two async commands to the same server at the same time.
5003
5004 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5005
5006         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5007
5008 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5011         "warning" level.
5012
5013         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5014         (mm-url-insert-file-contents): Don't set the package names.
5015
5016 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5017
5018         * gnus-registry.el (gnus-registry-action): Remove properties and
5019         simplify subject in `gnus-registry-handle-action'.
5020         (gnus-registry-spool-action): Get subject and sender from message if
5021         they are not passed in.
5022         (gnus-registry-handle-action): Remove properties and simplify subject
5023         consistently.
5024
5025 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5026
5027         * registry.el: Require CL before using defmacro*.
5028
5029 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-art.el (article-treat-date): Assume that
5032         gnus-article-date-headers may be a group parameter.
5033
5034 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5035
5036         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5037
5038         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5039         interactively so the newsrc file can contain foreign groups too.
5040         Useful for debugging but not much for users.
5041
5042 2011-04-07  David Engster  <dengste@eml.cc>
5043
5044         * registry.el (registry-usage-test): Only do
5045         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5046         lexical binding.
5047
5048 2011-04-07  David Engster  <dengste@eml.cc>
5049
5050         * Makefile.in (check, test-registry): New rules for test-suite.
5051
5052 2011-04-06  David Engster  <dengste@eml.cc>
5053
5054         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5055         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5056
5057 2011-04-06  David Engster  <dengste@eml.cc>
5058
5059         * registry.el (initialize-instance): Change :after to :AFTER to be
5060         compatible with old EIEIO version in XEmacs.
5061
5062 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * gnus-registry.el (gnus-registry-post-process-groups)
5065         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5066         and provide better messaging.
5067
5068 2011-04-06  David Engster  <dengste@eml.cc>
5069
5070         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5071         errors.
5072
5073         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5074         dgnushack-compile with error-on-warn enabled, and to signal an error if
5075         clean compilation failed.
5076         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5077         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5078
5079 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5082         unconditionally anyway, discarding errors.
5083         (gnus-registry-delete-entries): New convenience function.
5084         (gnus-registry-import-eld): Import from old .eld registry.
5085
5086         * registry.el: Don't use ERT if it's not available.  Load it
5087         unconditionally anyway, discarding errors.
5088
5089         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5090         version from the Claudio Bley GnuTLS patch (extra optional parameters
5091         and host name).
5092
5093 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5096         fixup the parameters that can be customized by the user between
5097         save/read cycles.
5098         (gnus-registry-read): Use it.
5099         (gnus-registry-make-db): Use it.
5100         (gnus-registry-spool-action, gnus-registry-handle-action):
5101         Fix messaging.
5102         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5103         Map references to actual group names with sender and subject tracking.
5104         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5105         (gnus-registry-usage-test): Add subject lookup test.
5106
5107         * registry.el (registry-db, initialize-instance): Set up constructor
5108         instead of :initform arguments for the sake of older Emacsen.
5109         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5110         pre-lexbind merge bug.
5111         (registry-usage-test): Use it.
5112         (initialize-instance, registry-db): Move the non-function initforms
5113         back to the class definition.
5114
5115 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * registry.el: New library to manage gnus-registry-style data.
5118
5119         * gnus-registry.el: Use it (major rewrite).
5120
5121         * nnregistry.el: Use it.
5122
5123         * spam.el: Use it.
5124
5125 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5128         marks on non-selected articles.
5129
5130 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5131
5132         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5133         parameter to open-protocol-stream.
5134
5135 2011-04-01  Julien Danjou  <julien@danjou.info>
5136
5137         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5138         fundamental-mode.
5139
5140 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5143         servers.
5144
5145 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5148         made marks not propagate, again.
5149
5150 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5151
5152         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5153         Make this the default type.
5154         (proto-stream-open-plain): Rename from proto-stream-open-default.
5155         (open-protocol-stream, proto-stream-open-starttls)
5156         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5157         with `plain'.
5158
5159         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5160         value.
5161
5162         * nntp.el (nntp-open-connection-function): Document the fact that some
5163         values are not functions but are instead handled specially.
5164         Recognize nntp-open-plain-stream value.
5165         (nntp-open-connection): Recognize that value.
5166
5167 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5170         where it seems to be needed.
5171
5172 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5175         stuff.
5176
5177         * gnus-score.el (gnus-score-string): Fix calling convention of
5178         `gnus-simplify-buffer-fuzzy' after last patches.
5179
5180         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5181         server for articles we didn't get any headers for.  This is a sanity
5182         check.
5183
5184 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5185
5186         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5187         new CAPABILITY, use it.
5188
5189 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5192         downloading anything.
5193
5194         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5195
5196 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5197
5198         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5199         colors.
5200         (gnus-splash-svg-color-symbols): New function.
5201
5202 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5205         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5206         (gnus-simplify-subject-fuzzy): Use the local
5207         gnus-simplify-subject-fuzzy-regex instead of the global one.
5208         This makes using this variable in group parameters work.
5209
5210 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5211
5212         * gnus-registry.el (gnus-registry-unfollowed-groups):
5213         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5214         archive:sent-YYYY-MM-DD groups).
5215         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5216         tracking if there are more than `gnus-registry-max-track-groups'
5217         matches.
5218
5219 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5220
5221         * message.el (message--yank-original-internal): New function to do the
5222         insertion cleanly inside eval in `message-yank-original'.
5223         (message-yank-original): Use it.
5224
5225 2011-03-29  Julien Danjou  <julien@danjou.info>
5226
5227         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5228         local variables disabled rather than `normal-mode'.
5229
5230 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5231
5232         * imap.el (imap-shell-open, imap-process-connection-type):
5233         Use imap-process-connection-type for 'shell' streams as well as
5234         Kerberos, SSL, other subprocesses.
5235
5236 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5237
5238         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5239         with open-network-stream.
5240         (proto-stream-always-use-starttls): Option removed.
5241         (open-protocol-stream): Return a process object by default.  Provide a
5242         new parameter :return-list specifying a list-type return value, which
5243         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5244         :type `network' to `try-starttls', and `network-only' to `default'.
5245         Make `default' the default, for compatibility with open-network-stream.
5246         Handle the no-parameter case exactly as open-network-stream, with no
5247         additional stream processing.  Search plists using plist-get.
5248         Explicitly add :end-of-commend parameter if it is missing.
5249         (proto-stream-open-default): Rename from
5250         proto-stream-open-network-only.  Return 'default as the type.
5251         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5252         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5253         failed.  Always return a list with a (possibly dead) process as the
5254         first element, for compatibility with open-network-stream.
5255         (proto-stream-open-tls): Use plist-get.  Always return a list.
5256         (proto-stream-open-shell): Return `default' as connection type.
5257         (proto-stream-capability-open): Use plist-get.
5258         (proto-stream-eoc): Function deleted.
5259
5260         * nnimap.el (nnimap-stream, nnimap-open-connection)
5261         (nnimap-open-connection-1): Handle renaming of :type parameter for
5262         open-protocol-stream.
5263         (nnimap-open-connection-1): Pass a :return-list parameter
5264         open-protocol-stream to obtain a list return value.  Parse this list
5265         using plist-get.
5266
5267         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5268         for open-protocol-stream.  Accept open-protocol-stream return value
5269         that is a subprocess object instead of a list.  Handle the case of a
5270         dead returned process.
5271
5272 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5273
5274         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5275
5276         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5277
5278 2011-03-21  Julien Danjou  <julien@danjou.info>
5279
5280         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5281         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5282         query.
5283         (mm-inline-text): Render normal text with fontification whenever
5284         possible.
5285
5286         * gnus-sum.el (gnus-summary-save-parts-1):
5287         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5288         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5289         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5290         Use `mm-handle-filename'.
5291
5292         * mm-util.el (mm-handle-filename): New function, return the filename of
5293         an handle.
5294
5295 2011-03-18  Julien Danjou  <julien@danjou.info>
5296
5297         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5298         (gnus-buffer-live-p): Check that buffer is not nil.
5299
5300 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5301
5302         * gnus.el: No Gnus v0.15 is released.
5303
5304 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5307         avoid warning on XEmacs.
5308
5309         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5310         on XEmacs.
5311
5312         * gnus-art.el: Require mouse, which the build bot seems to say is
5313         needed.
5314
5315         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5316
5317         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5318         XEmacs, since it doesn't have url-retrieve-synchronously.
5319
5320         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5321         since assoc-string doesn't exist in XEmacs.
5322
5323 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5324
5325         * gnus-group.el (gnus-group-list-ticked): New function.
5326         (gnus-group-make-menu-bar): Provide a menu entry for it.
5327         (gnus-group-list-map): Provide a binding for it.
5328
5329 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * shr.el (shr-visit-file): New command.
5332
5333         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5334
5335 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5336
5337         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5338         servers.
5339
5340 2011-03-16  Julien Danjou  <julien@danjou.info>
5341
5342         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5343         inline.
5344
5345         * gnus-art.el (article-hide-list-identifiers):
5346         Use gnus-group-get-list-identifiers.
5347
5348         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5349         (gnus-summary-remove-list-identifiers):
5350         Use gnus-group-get-list-identifiers to get regexp.
5351         (gnus-select-newsgroup, gnus-summary-insert-subject)
5352         (gnus-summary-insert-articles):
5353         Call gnus-summary-remove-list-identifiers unconditionally.
5354
5355 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5358         we're selecting a group with unread articles.
5359
5360         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5361
5362         * gssapi.el: New file separated out from imap.el to provide a general
5363         Kerberos 5 connection facility for Emacs.
5364
5365         * message.el (message-elide-ellipsis): Document the format spec
5366         ellipsis.
5367
5368 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5369
5370         * message.el (message-elide-region): Allow the ellipsis to say how many
5371         lines were removed.
5372
5373 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5376         window configurations containing buffers that are now dead.
5377
5378         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5379         parsing to avoid integer overflows.
5380         (nnimap-parse-flags): Simplify the last change.
5381         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5382         too large for 32-bit Emacsen.
5383
5384 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5385
5386         * auth-source.el (auth-source-netrc-create):
5387         * message.el (message-yank-original): Fix use of `case'.
5388
5389 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5390
5391         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5392         XEmacs, which was one character too wide.
5393
5394 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5395
5396         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5397         default number of articles to display.
5398         (gnus-articles-to-read): Use pretty names for prompt.
5399
5400 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-int.el (gnus-open-server): Ditto.
5403
5404         * gnus-start.el (gnus-activate-group): Give a backtrace if
5405         debug-on-quit is set and the user hits `C-g'.
5406         (gnus-read-active-file): Ditto.
5407
5408         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5409
5410 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * message.el (message-yank-original): Use cond instead of CL case.
5413
5414 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5415
5416         * auth-source.el (auth-source-netrc-create): Use usual format for the
5417         default in prompts.
5418
5419 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * lpath.el: Fbind read-char-choice for XEmacs.
5422
5423 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         * auth-source.el (auth-source-netrc-create): Show the default in the
5426         prompt when prompting for token creation.
5427
5428 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * auth-source.el (auth-source-format-prompt): Always convert the value
5431         to a string to avoid evaluating non-string arguments.
5432         (auth-source-netrc-create): Offer default properly, not as initial
5433         content in `read-string'.
5434         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5435         of line to determine if we've been run before.  If so, don't run again,
5436         but print a trivial message to indicate the cache was hit instead.
5437
5438 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5441         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5442         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5443         Gnus.
5444
5445 2011-03-11  Julien Danjou  <julien@danjou.info>
5446
5447         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5448         modified file".
5449
5450 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * auth-source.el (auth-source-read-char-choice): New function to read a
5453         character choice using `dropdown-list', `read-char-choice', or
5454         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5455         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5456         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5457         (auth-source-netrc-saver): Use it.
5458         (auth-source-pick-first-password): New convenience function.
5459
5460 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5461
5462         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5463         parameter in the credentials.
5464         (nnimap-open-connection-1): Use it after a successful login.
5465         (nnimap-credentials): Add IMAP-specific user and password prompt.
5466
5467         * auth-source.el (auth-source-search): Add :require parameter, taking a
5468         list.  Document it and the :save-function return token.  Pass :require
5469         down.  Change the CREATED message from a warning to a debug statement.
5470         (auth-source-search-backends): Pass :require down.
5471         (auth-source-netrc-search): Pass :require down.
5472         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5473         Change save prompt to indicate all modifications saved here are
5474         deletions.
5475         (auth-source-netrc-create): Take user login name as default in user
5476         prompt.  Move all the save functionality to a lexically bound function
5477         under the :save-function token in the returned list.  Set up clearer
5478         default prompts for user, host, port, and secret.
5479         (auth-source-netrc-saver): New function, intended to be wrapped for
5480         :save-function.
5481
5482 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5485         lines to be spaces instead.
5486
5487 2011-03-07  Julien Danjou  <julien@danjou.info>
5488
5489         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5490         (sieve-sasl-auth): Check that auth-source-search did return something,
5491         or just return an empty string.
5492
5493 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5494
5495         * gnus.el (gnus-interactive): Use read-directory-name.
5496
5497         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5498         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5499         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5500         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5501         Likewise.
5502
5503         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5504
5505 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5508         onto the list of killed groups, too.  This makes killed nnimap groups,
5509         for instance, more reliably not reappear.
5510
5511         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5512         the parent.
5513
5514         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5515
5516         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5517         really have server-side marks.
5518
5519         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5520         since most backends do not usefully have server-side marks.
5521         (gnus-update-read-articles): Propagate marks to all backends that
5522         really have server-side marks.
5523
5524 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5525
5526         * message.el (message-cite-reply-position, message-cite-style):
5527         New variables.
5528         (message-yank-original): Use the new citation styles.
5529
5530 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5531
5532         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5533         buffer-local issue); don't mark it buffer-local when running under
5534         XEmacs.
5535
5536 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5537
5538         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5539         numbers too big to be `read'.
5540
5541 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5542
5543         * password-cache.el (password-in-cache-p): Add autoload.
5544
5545         * message.el (message-options): Make buffer-local two ways to attempt
5546         to fix a XEmacs bug.
5547
5548 2011-03-02  Julien Danjou  <julien@danjou.info>
5549
5550         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5551
5552 2011-03-01  Julien Danjou  <julien@danjou.info>
5553
5554         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5555         group.
5556         (article-hide-list-identifiers): Use list-identifier group parameter.
5557
5558 2011-02-28  Julien Danjou  <julien@danjou.info>
5559
5560         * sieve.el (sieve-buffer-script-name): New local variable to store
5561         sieve script name.
5562         (sieve-edit-script): Store sieve script name.
5563         (sieve-upload): Use sieve script name when uploading.
5564         (sieve-upload): Use substitute-command-keys.
5565         (sieve-edit-script): Use substitute-command-keys.
5566         (sieve-refresh-scriptlist): Use substitute-command-keys.
5567         (sieve-manage-mode-map): Define keymap properly.
5568         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5569         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5570         Remove commented code about cvs.
5571         (sieve-manage-quit): New function.
5572         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5573
5574 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5577
5578 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5579
5580         * auth-source.el (auth-source-search): Cache empty result sets.
5581
5582         * password-cache.el (password-in-cache-p): Convenience function to
5583         check if a key is in the cache, even if the value is nil.
5584
5585         * auth-source.el (auth-source-save-behavior): New variable to replace
5586         `auth-source-never-create'.
5587         (auth-source-netrc-create): Use it.
5588         (auth-source-never-save): Remove.
5589
5590 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5591
5592         * nnimap.el (nnimap-stream): Doc fix.
5593         (nnimap-open-connection-1): Reverse the order of the ports to that the
5594         prompted-for port is first.
5595
5596         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5597         retrieval by the no-group selection.
5598
5599         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5600         numerical parameters.
5601
5602 2011-02-25  Julien Danjou  <julien@danjou.info>
5603
5604         * gnus-gravatar.el: Use gnus-with-article-buffer.
5605
5606         * gnus-art.el (gnus-with-article-buffer): Check that the
5607         gnus-article-buffer is alive.
5608
5609 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * auth-source.el (auth-source-creation-prompts): New variable to manage
5612         creation-time prompts.
5613         (auth-source-search): Document it.
5614         (auth-source-format-prompt): Add utility function.
5615         (auth-source-netrc-create): Don't default the user name to
5616         user-login-name.  Use `auth-source-creation-prompts' and some default
5617         prompts for user, host, port, and password (the default generic prompt
5618         remains ugly).
5619         (auth-source-never-save): Add customizable option to never save info.
5620         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5621         mode excursion.
5622
5623 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5626         argument that XEmacs doesn't support.
5627
5628         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5629         compiled for Emacsen having no `libxml-parse-html-region' support.
5630
5631         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5632
5633         * lpath.el: Bind buffer-save-without-query for XEmacs.
5634
5635 2011-02-23  Julien Danjou  <julien@danjou.info>
5636
5637         * gnus-art.el (article-make-date-line): Ignore errors if time is
5638         invalid and not convertible.
5639         (article-make-date-line): Only add lapsed time if time is not nil.
5640
5641 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5644         `read-char-choice' for backwards compatibility.
5645         (auth-source-netrc-element-or-first): New function to DTRT for
5646         parameter extraction.
5647         (auth-source-netrc-create): Use it and fix multiple parameter print
5648         bug.  Use the default passed from above (given-default) or the
5649         built-in (user-login-name for :user).
5650
5651 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus-start.el (gnus-dribble-read-file):
5654         Set buffer-save-without-query, since we always want to save the dribble
5655         file, probably.
5656
5657         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5658         nnimap.
5659
5660         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5661         -summary- since it's a user-visible variable.
5662
5663         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5664         first time you use the new Gnus.
5665
5666 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5667
5668         * auth-source.el: Don't load netrc.el.
5669         (auth-sources): Search ~/.netrc as well by default.
5670         (auth-source-debug): Add 'trivia option for extra output.
5671         (auth-source-do-trivia): Use it.
5672         (auth-source-search): Simplify logic to use
5673         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5674         appropriate.  Don't keep a running count at this level.  Layer :create
5675         and :delete options appropriately on the first and second passes.
5676         Don't track the backend with the search results.
5677         (auth-source-search-backends): New function to search a list of
5678         backends for a processed spec.
5679         (auth-source-netrc-parse): Cache all netrc files, making
5680         auth-source-netrc-cache an alist keyed by the file name and using the
5681         file mtime as the caching criterion.  Keep the obfuscated data secret
5682         with a lexical bind.
5683         (auth-source-netrc-search): Don't calculate the length of the results
5684         unnecessarily.
5685         (auth-source-search-backends): Fix bug.
5686         (auth-source-netrc-create): Rework prompts.
5687
5688 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5689
5690         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5691         Lower case names of search constraints.
5692         (nnir-run-query): Cache and reuse search constraints for all imap
5693         servers.
5694
5695 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5696
5697         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5698         after exit.
5699         (gnus-setup-message): Define missing variable from last checkin.
5700
5701         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5702         value, show the raw article.
5703
5704 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5705
5706         * gnus.el: No Gnus v0.13 is released.
5707
5708 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5709
5710         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5711         auth-source now accepts numbers.
5712
5713         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5714         spec, too.
5715         (auth-source-ensure-strings): New function.
5716
5717         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5718         (gnus-article-setup-buffer): Always restart the date timer so that user
5719         changes to the frequency is respected.
5720
5721         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5722         port numbers, so make sure it gets that if nnimap-server-port is
5723         explicit.
5724
5725 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5726
5727         * nnimap.el (nnimap-inbox): Doc fix.
5728
5729 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5730
5731         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5732         Autoload.  Add optional arg FRAME, and pass it to color-values.
5733         (color-complement): Caller changed.  Doc fix.
5734         (color-gradient): Rewrite for better clarity and efficiency.
5735
5736 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5737
5738         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5739         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5740         color-lab-to-srgb.
5741
5742 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5743
5744         * color.el: First part of merge from hexrgb.el.
5745         (color-rgb-to-hex): Rename from color-rgb->hex.
5746         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5747         saturation to zero if the value is too small.
5748         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5749         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5750         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5751         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5752         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5753         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5754         (color-cie-de2000): Doc fix.
5755
5756 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5757
5758         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5759         given method as in the group name if we're using an extended method.
5760         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5761         command, if we're using that, instead of waiting for the beginning.
5762
5763         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5764         we're sure to get unique server names, and we don't output two async
5765         commands in the same buffer.  This fixes an NNTP hang for some users.
5766
5767 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5768
5769         * gnus.el: No Gnus v0.11 is released.
5770
5771 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5774         summary buffer before reading going to the next buffer.  This avoids
5775         putting the point in the group buffer if you `C-g' the command.
5776
5777         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5778         cache (for now) to make ~/.authinfo.gpg files usable.
5779
5780         * nnfolder.el (copyright-update): Define for the compiler.
5781
5782         * auth-source.el (auth-source-search): Fix unbound variable.
5783
5784 2011-02-19  Glenn Morris  <rgm@gnu.org>
5785
5786         * gnus.el (gnus-meta): Doc fix.
5787
5788 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5789
5790         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5791         in case it's not yet loaded.
5792
5793 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5794
5795         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5796         line we're waiting for.
5797
5798 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5799
5800         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5801         face with line-width greater than zero will cause RET in gnus summary
5802         buffer to scroll down article page-wise because auto vscroll happens,
5803         it should be temporally disabled when doing a scroll-up.
5804
5805 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5806
5807         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5808         outputs from the server.
5809
5810 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5811
5812         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5813         later so that bbdb can hook in easier.
5814
5815 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5816
5817         * auth-source.el (auth-source-search): Don't try to create credentials
5818         if the caller doesn't want that.
5819         (auth-source-search): If we don't find a match, don't bug out on
5820         non-bound variables.
5821         (auth-source-search): Only ask a single backend to create the
5822         credentials.
5823
5824         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5825         logging.
5826         (nnimap-credentials): Protect against auth-source-search returning nil.
5827         (nnimap-request-list): Protect against not being able to open the
5828         server.
5829
5830 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5831
5832         * auth-source.el (auth-source-search): Do a two-phase search, one with
5833         no :create to get the responses from all backends.
5834
5835         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5836         when getting credentials.
5837
5838         * gnus-util.el (gnus-delete-duplicates): New function.
5839
5840 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5841
5842         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5843         a creation default, pass the whole port list down.  It will be
5844         completed.
5845
5846         * auth-source.el (auth-source-search): Updated docs to talk about
5847         multiple creation choices.
5848         (auth-source-netrc-create): Accept a list as a value (from the search
5849         parameters) and do completion on that list.  Keep a separate netrc line
5850         with the password obscured for showing the user.
5851
5852         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5853         first choice to `auth-source-search' so it will be used for entry
5854         creation instead of the server's Gnus-specific name.
5855         (nnimap-credentials): Rely on the auth-source library to select which
5856         port is actually wanted in the new netrc entry, so don't override
5857         `auth-source-creation-defaults'.
5858
5859         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5860         :protocol and accept a missing user, host, or port as a wildcard match.
5861         (auth-source-debug): Default to off.
5862
5863         (auth-source-netrc-search, auth-source-netrc-create)
5864         (auth-source-secrets-search, auth-source-secrets-create)
5865         (auth-source-user-or-password, auth-source-backend, auth-sources)
5866         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5867         instead of :protocol.
5868
5869         * nnimap.el (nnimap-credentials): Pass a port default to
5870         `auth-source-search' in case an entry needs to be created.
5871         (nnimap-open-connection-1): Use :port instead of :protocol.
5872
5873 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * auth-source.el: Bind load-path when loading EIEIO from
5876         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5877         21.4 doesn't support, to `require'.
5878         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5879         delete-dups that is not available in XEmacs 21.4.
5880
5881 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5882
5883         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5884         as EIEIO must also be loaded when auth-source.el is being
5885         byte-compiled.
5886
5887 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5890
5891         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5892
5893         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5894
5895         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5896
5897         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5898
5899         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5900
5901         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5902
5903         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5904         necessary.
5905
5906 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5907
5908         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5909         nil means that nnimap doesn't get updated.
5910
5911 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5914         result when the user doesn't want to write to the file.
5915         (auth-source-netrc-search): Expect a synthetic result and proceed
5916         accordingly.
5917         (auth-source-cache-expiry): New variable to override
5918         `password-cache-expiry'.
5919         (auth-source-remember): Use it.
5920
5921         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5922         parameter.  Create entry if necessary by using :create t.
5923         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5924
5925 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * auth-source.el (auth-source-debug): Enable by default and don't
5928         mention the obsolete `auth-source-hide-passwords'.
5929         (auth-source-do-warn): New function to debug unconditionally.
5930         (auth-source-do-debug): Use it.
5931         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5932         and for Secrets API entries when the secrets.el library is not
5933         available.
5934
5935 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5936
5937         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5938         (gnus-summary-exit): Kill the correct article buffer on exit from a
5939         `C-d' group.
5940
5941         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5942         gnus-propagate-marks.
5943
5944         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5945         before killing the buffers so that a non-full window conf gets handled
5946         correctly.
5947         (gnus-summary-exit): Ditto.
5948         (gnus-summary-read-group-1): Ditto.
5949
5950         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5951         async code again so that we can debug it properly.
5952
5953         * message.el (message-reply): Take an optional switch-buffer parameter
5954         so that Gnus window confs are respected better.
5955
5956 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5959         `plist-get' to accept non-list parameters (XEmacs issue).
5960         Fix docstring.
5961         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5962         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5963         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5964         Login collection is "Login" and not "login".
5965
5966 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5969         multiple headers.
5970
5971         * nnimap.el (nnimap-inhibit-logging): New variable.
5972         (nnimap-log-command): Don't log login commands.
5973
5974         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5975         to have more parameters.
5976
5977         * nnimap.el (nnimap-send-command): Mark the command time for each
5978         command, so that we don't get NOOPs stepping on our toes.
5979
5980         * gnus-art.el (article-date-ut): Get the date from the Date header on
5981         `t'.
5982
5983 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * auth-source.el (auth-source-search): Use copy-sequence instead of
5986         the cl.el copy-list.
5987
5988 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * imap.el: Bring it back (revert
5991         84d800cd31de3064f0ed39617d725709a2f8f42f).
5992
5993 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5994
5995         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5996         Improve prompt.
5997
5998 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5999
6000         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6001         washing status from the default format.  It isn't very informative.
6002
6003 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6004
6005         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6006         Fix Gcc processing on imap.
6007
6008 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * imap.el: Remove file.  All the functionality is in nnimap.el.
6011
6012 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * message.el (message-bury): Don't pop up a new window when selected
6015         window is dedicated.
6016
6017 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6018
6019         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6020
6021 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * sieve-manage.el: Autoload `auth-source-search'.
6024         (sieve-sasl-auth): Use it.
6025
6026 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * nnimap.el: Autoload `auth-source-forget+'.
6029         (nnimap-open-connection-1): Use it if the connection fails.
6030
6031         * auth-source.el: Require `password-cache'.
6032         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6033         obsolete.
6034         (auth-source-magic): Marker for `password-cache' keys.
6035         (auth-source-do-cache): Update docstring.
6036         (auth-source-search): Use and check cache.
6037         (auth-source-forget-all-cached, auth-source-remember)
6038         (auth-source-recall, auth-source-forget, auth-source-forget+)
6039         (auth-source-specmatchp): Caching support functions.
6040         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6041         Remove and obsolete.
6042         (auth-source-user-or-password): Remove caching to further discourage
6043         using it.  Always hide passwords.
6044
6045         * password-cache.el (password-cache-remove): Accept secrets that are
6046         not strings.
6047
6048 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6049
6050         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6051         code for now, since it doesn't work for all users.
6052
6053 2011-02-09  Julien Danjou  <julien@danjou.info>
6054
6055         * message.el (message-options): Make message-options really buffer
6056         local.
6057
6058 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * mail-source.el: Autoload `auth-source-search'.
6061         (mail-source-keyword-map): Note order matters.
6062         (mail-source-set-1): Get all the mail-source source values and
6063         defaults and search auth-source on those if needed.  This can all
6064         probably be simplified.
6065
6066         * nnimap.el: Autoload `auth-source-search'.
6067         (nnimap-credentials): Use it.
6068         (nnimap-open-connection-1): Ask for the virtual server and physical
6069         address in one shot.
6070
6071         * nntp.el: Autoload `auth-source-search'.
6072         (nntp-send-authinfo): Use it.  Note TODO.
6073
6074 2011-02-08  Julien Danjou  <julien@danjou.info>
6075
6076         * shr.el (shr-tag-body): Add support for text attribute in body
6077         markups.
6078
6079         * message.el (message-options): Make message-options a local variable.
6080
6081 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * auth-source.el (auth-source-secrets-search)
6084         (auth-source-user-or-password): Use `append' instead of `nconc'.
6085         (auth-source-user-or-password): Build return list better and protect
6086         against nil :secret.
6087
6088 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6089
6090         * nnimap.el (nnimap-update-info): Refactor slightly.
6091         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6092         (nnimap-update-info): Clean up slightly.
6093         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6094         characters.
6095         (nnimap-process-quirk): Rename function to avoid collision.
6096         (nnimap-update-info): Fix macrology bug-out.
6097         (nnimap-update-info): Simplify split history test.
6098
6099 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6100
6101         * auth-source.el (top): Require 'eieio unconditionally.
6102         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6103         (auth-source-secrets-search): Limit search when `max' is greater than
6104         number of results.
6105
6106 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6107
6108         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6109         part not returning any data.
6110
6111         * proto-stream.el (open-protocol-stream): Document the return value.
6112
6113 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6114
6115         * auth-source.el (auth-source-secrets-search): Add examples.
6116
6117 2011-02-06  Julien Danjou  <julien@danjou.info>
6118
6119         * message.el (message-setup-1): Handle message-generate-headers-first
6120         set to t.
6121
6122 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6125         API with a string "secrets:collection-name" and with 'default.
6126         (auth-source-backend-parse): Parse "secrets:collection-name" and
6127         'default.  Recurse on parses instead of repeating code.  Use the
6128         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6129         message when ignoring a source.
6130         (auth-source-search): List ignored search keys at the top level.
6131         (auth-source-netrc-create): Use `case' instead of `cond'.
6132         (auth-source-secrets-search): Created with TODOs.
6133         (auth-source-secrets-create): Created with TODOs.
6134         (auth-source-retrieve, auth-source-create, auth-source-delete)
6135         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6136         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6137         (auth-source-user-or-password-sftp)
6138         (auth-source-user-or-password-smtp): Remove.
6139         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6140         around `auth-source-search'.  Not tested thoroughly.
6141
6142 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * auth-source.el: Bring in assoc and eioeio libraries.
6145         (secrets-enabled): New variable to track the status of the Secrets API.
6146         (auth-source-backend): New EIOEIO class to represent a backend.
6147         (auth-source-creation-defaults): New variable to set prompt defaults
6148         during token creation (see the `auth-source-search' docstring for
6149         details).
6150         (auth-sources): Simplify to allow a simple string as a netrc backend
6151         spec.
6152         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6153         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6154         (auth-source-search): Main auth-source API entry point.
6155         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6156         (auth-source-search-collection): Helper function for searching.
6157         (auth-source-netrc-parse, auth-source-netrc-normalize)
6158         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6159         Supports search, create, and delete.
6160         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6161         backend stubs.
6162         (auth-source-user-or-password): Call `auth-source-search' but it's not
6163         ready yet.
6164
6165 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6166
6167         * message.el (message-setup-1): Remove the read-only stuff, since it
6168         doesn't work under XEmacs, for some reason.
6169
6170         * gnus-sum.el (gnus-user-date): Rename back from
6171         gnus-summary-user-date since user code refers to it.
6172
6173         * shr.el (shr-render-td): Store the actual background color used.
6174
6175         * message.el (message-setup-1): Don't bind the constant
6176         -forbidden-properties.
6177         (message-setup-1): Revert previous change, since it needs to bind the
6178         props to insert them.
6179         (message-resend): Allow removing the read-only separator line.
6180
6181 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6182
6183         * nnimap.el (nnimap-request-accept-article): Give an error message if
6184         the APPEND wasn't successful.
6185
6186 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6187
6188         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6189         that have no groups.
6190
6191 2011-02-03  Julien Danjou  <julien@danjou.info>
6192
6193         * gnus-draft.el: Remove progn around gnus-draft-setup.
6194
6195 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-start.el (gnus-read-active-for-groups): This function is never
6198         called with a nil `infos', so clean that up.
6199         (gnus-get-unread-articles): Request active files from primary/secondary
6200         methods that have no groups (yet).
6201
6202 2011-02-03  Julien Danjou  <julien@danjou.info>
6203
6204         * message.el (message-setup-1): Always generate References first.
6205         (message-mail): Return the return value of message-setup, not always t.
6206         (message-setup-1): Insert mail-header-separator with read-only and
6207         intangible properties set.
6208
6209         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6210         user-date in docstring.
6211
6212         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6213
6214         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6215         docstring.
6216
6217         * gnus.el (gnus-user-date-format-alist): Change default value.
6218         Use defcustom, with type and group. Move from gnus-util.el.
6219         Rename to gnus-summary-user-date-format-alist.
6220
6221 2011-02-03  Glenn Morris  <rgm@gnu.org>
6222
6223         * nnimap.el (gnus-fetch-headers): Declare.
6224
6225         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6226
6227 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6228
6229         * message.el (message-forward-make-body-digest-plain)
6230         (message-followup, message-reply): Clean up things noted by Stefan.
6231
6232         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6233         gnus-article-update-date-headers is nil.
6234         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6235         it didn't really work with defcustom.
6236         (article-update-date-lapsed): Make sure the window start doesn't move,
6237         either.
6238
6239 2011-02-01  Julien Danjou  <julien@danjou.info>
6240
6241         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6242         format.
6243
6244         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6245         standard in Emacs nowadays.
6246
6247         * color.el (color-gradient): Add a color-gradient function.
6248
6249 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6250
6251         * message.el (message-expand-name): Don't trust the return value of
6252         bbdb-complete-name.
6253         (message-check-news-header-syntax): Remove unused var `start'.
6254         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6255         (message-inhibit-body-encoding): Move to before first use.
6256         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6257         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6258         (Organization, Message-ID, Date, mh-previous-window-config):
6259         Defvar the vars using dynamic scoping.
6260
6261 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6262
6263         * shr.el (shr-render-td): Only do colors at the final rendering.
6264         Should be slightly faster.
6265         (shr-insert-table): Fix up TD background colors when doing the
6266         vertical padding.
6267
6268         * gnus-art.el (article-date-ut): Protect against articles with no Date
6269         header.
6270         (article-update-date-lapsed): Don't use current-column to find the
6271         horizontal position.  It's fragile in the presence of \003 characters.
6272
6273         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6274
6275 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-art.el (article-transform-date): Rewrite to still work when
6278         there are several rfc2822 parts.
6279         (article-transform-date): Fix infinite recursion.
6280         (article-date-ut): Replace infinitely many Date headers with a single
6281         one when called interactively.
6282
6283         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6284         secure manner.
6285
6286         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6287         move around by not using save-window-excursion.  It seems to work...
6288
6289 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-art.el (article-make-date-line): Work for user-defined format.
6292
6293 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6294
6295         * nntp.el (nntp-retrieve-group-data-early)
6296         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6297         fetching functions.
6298
6299         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6300         thoroughly for all backends that have no known groups.  This should
6301         allow new nnml methods to retrieve mail.
6302
6303         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6304         that Gnus doesn't know exists again.
6305
6306         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6307         (gnus-treat-date-ut): Ditto.
6308         (gnus-article-update-date-header): Rename.
6309         (gnus-treat-date-local): Remove.
6310         (gnus-treat-date-english): Remove.
6311         (gnus-treat-date-lapsed): Remove.
6312         (gnus-treat-date-combined-lapsed): Remove.
6313         (gnus-treat-date-original): Remove.
6314         (gnus-treat-date-iso8601): Remove.
6315         (gnus-treat-date-user-defined): Remove.
6316         (gnus-article-date-headers): New variable to control all the date
6317         header options.
6318         (article-date-ut): Rewrite to allow using the new way to format date
6319         headers(s).
6320
6321 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6322
6323         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6324         method.
6325         (nnmail-article-group): A better test for fanciness.
6326
6327         * nnimap.el (nnimap-request-head): Protect against not finding the
6328         article by Message-ID.
6329
6330 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6331
6332         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6333         keep point at the "same place".
6334
6335 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6336
6337         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6338         data if the group is inactive.
6339
6340 2011-01-28  Julien Danjou  <julien@danjou.info>
6341
6342         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6343         (gnus-all-windows-visible-p): Remove old compatibility code.
6344         (gnus-window-top-edge): Add docstring.
6345
6346         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6347
6348 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6349
6350         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6351         older request-update-info.
6352
6353         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6354
6355 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6356
6357         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6358         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6359
6360 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6361
6362         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6363         groups.  This makes the nndraft:queue group pop up if it's not already
6364         there.
6365
6366         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6367         messages" logic, which was reversed.
6368
6369         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6370         the "same place" even if point is on the line being replaced.
6371         (article-update-date-lapsed): Allow updating both the combined lapsed
6372         and the lapsed headers.
6373         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6374         (article-make-date-line): Limit the number of segments dynamically to
6375         avoid too-long lines.
6376
6377 2011-01-27  Julien Danjou  <julien@danjou.info>
6378
6379         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6380         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6381
6382 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6385         Use plist-get instead of the cl function getf.
6386
6387 2011-01-27  Glenn Morris  <rgm@gnu.org>
6388
6389         * gnus-util.el (float-time): Get rid of compiler warning, again.
6390
6391 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6392
6393         * shr.el (shr-put-color): Special-case background colors: Do put them
6394         at the blank parts at the front of the lines.
6395
6396         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6397         exit hook to nix out all data on readedness on group exit.
6398
6399         * gnus-util.el (float-time): If float-time is bound, always use it on
6400         all Emacsen.  It's unclear why the subrp check was there.
6401         (time-date): Require to make some autoload issues on XEmacs go away.
6402
6403         * shr.el (shr-put-color): Don't do the box padding in tables, since
6404         they're already padded.
6405
6406 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6407
6408         * gnus-art.el (gnus-article-next-page): When the last line of the
6409         article is displayed, scroll down once more instead of going to the
6410         next article at once.
6411         (article-lapsed-string): Refactor out and allow specifying how many
6412         segments you want.
6413         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6414         (gnus-article-update-lapsed-header): New variable.
6415
6416         * shr.el: Revert change that made headings use different-sized faces.
6417         The Emacs display engine isn't advanced enough that, for instance,
6418         tables can comfortably use differently-sized faces.
6419
6420 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6421
6422         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6423         used.
6424         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6425         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6426         we're using an encrypted connection.
6427
6428         * proto-stream.el: Alter the interface functions to also return the
6429         actual stream type used: network or tls.
6430
6431 2011-01-25  Julien Danjou  <julien@danjou.info>
6432
6433         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6434         (mm-display-javascript-inline): New function.
6435
6436         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6437         viewing function.
6438
6439 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * shr.el (shr-expand-newlines): Fix variable name.
6442
6443 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6444
6445         * shr.el (shr-expand-newlines): Make nested boxes work.
6446
6447 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6448
6449         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6450         backgrounds.
6451         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6452         in a more sensible manner.
6453
6454 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6457         if EPG is loaded.
6458
6459 2011-01-24  Julien Danjou  <julien@danjou.info>
6460
6461         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6462         tags.
6463
6464 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6467         commands.
6468
6469         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6470         in the article buffer.
6471         (gnus-gravatar-insert): Use blank space from the current buffer to
6472         avoid breaking text properties.  This makes X-Sent updating work again.
6473
6474         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6475
6476 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6479         fix the bug in url-http.el instead.
6480
6481         * shr.el (shr-image-fetched): Ditto.
6482
6483         * shr.el (shr-image-fetched): Avoid having point move in the article
6484         buffer.
6485
6486         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6487         buffer after being called.  It's apparently being killed by url.el, and
6488         killing it made point move to end-of-buffer in a random buffer.
6489
6490         * shr.el (shr-image-fetched): Ditto.
6491
6492 2011-01-23  Julien Danjou  <julien@danjou.info>
6493
6494         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6495
6496         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6497         text/x-org.
6498
6499 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6500
6501         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6502         (i.e., nnimap) returning nil as the article number.
6503
6504 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6505
6506         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6507         "DelSp" parameter in RFC3676.
6508
6509 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6510
6511         * message.el (message-check-recipients): Display the encoded version of
6512         the bogus address if they differ.
6513
6514         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6515         after sending.
6516
6517         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6518
6519         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6520
6521         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6522         group buffer after sending the queue.
6523
6524         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6525
6526 2011-01-22  Julien Danjou  <julien@danjou.info>
6527
6528         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6529
6530 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6531
6532         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6533         nested related parts.
6534
6535         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6536         unexpired articles.  This fixes the regression that led expiry marks to
6537         disappear from nnfolder groups.
6538
6539 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6542         Don't confuse the "ret" of "retrograde" with RET.
6543
6544 2011-01-21  Julien Danjou  <julien@danjou.info>
6545
6546         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6547         than mm-insert-inline.
6548
6549 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6552         Widen article buffer.
6553
6554 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6555
6556         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6557         the temp buffer.
6558         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6559
6560 2011-01-20  Julien Danjou  <julien@danjou.info>
6561
6562         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6563
6564         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6565         than mm-insert-inline to insert inline part: this respect
6566         mm-inline-media-tests displayers.
6567
6568         * mm-view.el (mm-display-shell-script-inline): New function.
6569
6570         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6571
6572         * mm-uu.el (mm-uu-type-alist): Add org block.
6573         (mm-uu-org-src-code-block-extract): New function.
6574
6575         * mm-view.el (mm-display-org-inline): New function.
6576
6577         * mm-decode.el (mm-automatic-display): Add text/org.
6578
6579         * mailcap.el (mailcap-mime-extensions): Add .org.
6580
6581 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6584         gnus-article-add-buttons.
6585
6586 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6587
6588         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6589         From header with a date and "nobody" as the sender.
6590
6591 2011-01-19  Julien Danjou  <julien@danjou.info>
6592
6593         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6594         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6595         if you have the same regexp several times.
6596         (gnus-button-push): Fix matching when regexp is symbol.
6597
6598 2011-01-15  Glenn Morris  <rgm@gnu.org>
6599
6600         * message.el (message-mail): A compose-mail function should
6601         accept headers as strings.
6602
6603 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6604
6605         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6606         Add :vert-only tags.
6607         (message-mail): New arg RETURN-ACTION.
6608         (message-return-action): New var.
6609         (message-bury): Use it.
6610         (message-mode): Make it buffer-local.
6611         (message-send-and-exit): Always call message-bury.
6612
6613         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6614         message-mail.
6615
6616 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * nnimap.el (nnimap-convert-partial-article): Protect against
6619         zero-length body parts.
6620
6621         * mm-decode.el (mm-preferred-alternative-precedence):
6622         Discourage showing empty parts.
6623
6624         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6625         and stuff if the backend didn't return the article number.  This fixes
6626         an Exchange-related nnimap bug.
6627
6628         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6629         group window, because it does the wrong thing when a separate frame
6630         displays the group buffer.
6631
6632         * proto-stream.el (open-protocol-stream): Protect against the low-level
6633         transport functions returning nil.
6634
6635 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6636
6637         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6638         (mml2015-epg-find-usable-secret-key): New function.
6639         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6640         mml2015-epg-find-usable-key (Bug#7797).
6641         (mml2015-epg-encrypt): Ditto.
6642
6643 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * dgnushack.el (rot13-string): Fix the way to get the argument.
6646
6647 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6648
6649         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6650
6651 2011-01-03  Glenn Morris  <rgm@gnu.org>
6652
6653         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6654
6655         * sieve.el (sieve-open-server): Give a more explicit error if
6656         sieve-manage-open returns nil.  (Bug#7720)
6657
6658 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6659
6660         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6661
6662 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6665         This avoids sending passwords in plain text over non-encrypted
6666         channels.
6667
6668         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6669
6670         * nnimap.el (nnimap-login): Refactored out into own function, and
6671         implement CRAM-MD5.
6672         (nnimap-wait-for-line): Refactored out.
6673
6674         * mm-view.el (mml-smime): Require.
6675
6676 2010-12-20  David Engster  <deng@eml.cc>
6677
6678         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6679         use EPG to decrypt S/MIME messages instead of openssl.
6680
6681 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6684
6685         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6686         status is the group clearly is unreachable.
6687
6688         * auth-source.el (auth-source-create): Add the optional second
6689         parameter to `local-variable-p' to be compatible with XEmacs.
6690
6691 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6692
6693         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6694         work when using a compressed nnml folder.
6695
6696 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6697
6698         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6699         backends after sanitising on entry, because this never makes sense:
6700         If the articles have gone missing, then the data no longer exists on
6701         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6702         overwrite anything anyway.
6703
6704         * shr.el (shr-insert-document): Bind shr-width dynamically to
6705         window-width if it's nil.
6706
6707 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6708
6709         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6710         with the meaning of using the full emacs window width for rendering.
6711
6712 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6713
6714         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6715         case when sender is not given.
6716
6717 2010-12-23  Julien Danjou  <julien@danjou.info>
6718
6719         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6720         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6721         the addresses, otherwise we might misplaced the gravatar.
6722
6723 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6724
6725         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6726         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6727         obsolete in Emacs.
6728
6729 2010-12-20  Julien Danjou  <julien@danjou.info>
6730
6731         * gnus-util.el (gnus-rescale-image): Revert last change.
6732
6733 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6734
6735         * binhex.el: Improve commentary (Bug#7482).
6736
6737 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738
6739         * gnus-group.el (gnus-group-delete-articles): New command.
6740
6741 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6742
6743         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6744
6745 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6748         here, since it's up to the backends to do CRLF removal if their
6749         protocol has it.
6750
6751         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6752
6753 2010-12-17  Julien Danjou  <julien@danjou.info>
6754
6755         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6756         they are from file.  Can also scale up.
6757
6758 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6759
6760         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6761         Restore gnus-use-agent.
6762         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6763
6764         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6765
6766 2010-12-17  Julien Danjou  <julien@danjou.info>
6767
6768         * gravatar.el (gravatar-retrieve-synchronously): New function.
6769         (gravatar-get-data): Make more robust.
6770
6771 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6774
6775 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6778         to really consider the last line.
6779
6780 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6781
6782         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6783         list of recipient keys, or use symmetric encryption if not a list.
6784         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6785         EPA override, replacing the call to `netrc-store-data'.
6786
6787 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6788
6789         * gnus-srvr.el: Avoid passing nil regexp argument to
6790         delete-matching-lines.
6791
6792 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6795         fetching stops when Gnus exits.
6796
6797         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6798         function.
6799         (nnfolder-request-expire-articles): Save all the buffers after doing
6800         expiry.
6801
6802         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6803         the last article", since that led to serious performance regressions
6804         when expiring nnml groups.
6805
6806 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6807
6808         * nnir.el: Improve customizations.
6809
6810 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6813
6814         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6815         group has been killed.
6816         (gnus-group-yank-group): Ditto.
6817
6818         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6819
6820         * nnimap.el (nnimap-request-update-group-status): New function.
6821
6822         * gnus-int.el (gnus-request-update-group-status): New interface
6823         function.
6824
6825         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6826         copying read-ness to the backends.
6827
6828         * nnimap.el (nnimap-quirk): New function.
6829         (nnimap-retrieve-group-data-early): Use it.
6830         (nnimap-quirks): New alist.
6831
6832 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6835         don't delete it within indentation.
6836
6837 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838
6839         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6840         previous line.
6841
6842 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6845         QRESYNC command by deleting a superfluous space which broke Cyrus
6846         servers.  This change will break other servers that are buggy the other
6847         way around.
6848
6849 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6850
6851         * spam.el: Reindent and fix long lines.
6852         (spam-copy-or-move-routine): Exclude invalid move destinations.
6853
6854 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6855
6856         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6857         installed the registry.
6858
6859 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6862
6863 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6864
6865         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6866         groupname doesn't contain "gmane".
6867
6868 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6871         and netrc-bound-and-true-p bindings.
6872         (netrc-parse): Cache the netrc contents.
6873
6874         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6875         (gnus-1): Don't create the nndrafts group twice.
6876         (gnus-setup-news): There's no need to read the active file here, since
6877         that's done again later on a per-backend basis.
6878         (gnus-start-draft-setup): Make sure that the new group is started out
6879         empty.
6880
6881         * gnus-agent.el (gnus-agentize): Don't create the queue group
6882         automatically on startup.  It'll be created later, if needed.
6883
6884         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6885         of automatically subscribed groups.
6886         (gnus-auto-subscribed-categories): New variable.
6887         (gnus-matches-options-n): Use it.
6888         (gnus-default-subscribed-newsgroups): Remove unused variable.
6889         (gnus-start-draft-setup): Message a bit less.
6890
6891 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6892
6893         * nnir.el (nnir-run-imap): Return article list in order of increasing
6894         UID.
6895
6896 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6897
6898         * gnus-sum.el (gnus-summary-enter-digest-group):
6899         Mention gnus-auto-select-on-ephemeral-exit.
6900
6901         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6902         convention of the network-only option.
6903
6904 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * proto-stream.el (proto-stream-open-network-only): New function to
6907         have a way to specify non-STARTTLS upgrade connections.
6908
6909 2010-12-10  Julien Danjou  <julien@danjou.info>
6910
6911         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6912         email address is nil.
6913
6914         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6915
6916 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6917
6918         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6919         deletion.
6920         (nnir-run-imap): Only need to parse list once.
6921
6922 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * shr.el (shr-tag-script): Ignore <script>.
6925         (shr-tag-label): Add <label> support.
6926
6927 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6930
6931         * shr.el (shr-image-displayer): Work for images lined side by side.
6932
6933 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6934
6935         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6936         parameter, since XEmacs doesn't accept t as a parameter.
6937
6938 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6939
6940         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6941         ids.
6942         (nnir-run-gmane): Simplify groupspec formatting.
6943         (nnir-request-expire-articles): New function.
6944
6945 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6948         overflow, possibly.
6949
6950         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6951         (shr-render-td): Handle td style="" better.
6952         (shr-tag-table): Use the color from the style sheet.
6953         (shr-render-td): Make sure we copy over all the overlays, too.
6954
6955 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6956
6957         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6958         (nnir-request-article): Improve article retrieval.
6959
6960 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * mm-util.el (mm-extra-numeric-entities): New variable.
6963
6964         * mm-url.el (mm-url-decode-entities):
6965         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6966
6967         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6968
6969 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6970
6971         * message.el: Use completion-at-point.
6972         (message-completion-function): New fun, extracted from message-tab.
6973         (message-mode): Use it for completion-at-point-functions.
6974         (message-tab): Use it and completion-at-point.
6975
6976 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6979         character if a non-breakable character follows.
6980
6981 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6982
6983         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6984         any stream.
6985
6986         * shr.el (shr-tag-font): Colorize the region.
6987         (shr-tag-body): Ditto.
6988         (shr-tag-font): Actually let the styles be inherited instead of
6989         overwriting them.
6990         (shr-tag-font): Get the background color right.
6991         (shr-tag-style): Ignore all <style> tags for the moment.
6992
6993         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6994         a Message-ID to avoid having nnimap depend on gnus-sum.
6995
6996         * shr.el (shr-descend): Only colorize something if we have a node that
6997         sets colors.
6998
6999 2010-12-06  Julien Danjou  <julien@danjou.info>
7000
7001         * shr.el (shr-render-td): Render td content with shr-descend, so style
7002         will be applied to <td> too.
7003         (shr-colorize-region): Colorize region even if we only have a background.
7004         (shr-tag-body): Fix color and background color inheritance.
7005         Do not recolorize after shr-generic.
7006         (shr-tag-font): Let shr-generic colorize via inheritance.
7007
7008 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7011
7012 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7013
7014         * nnir.el (nnir-request-move-article): Remove obsolete code.
7015
7016 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7019
7020 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7021
7022         * gnus-sum.el (gnus-summary-respool-article): The completion function
7023         expects a list instead of an alist.
7024
7025         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7026         string as the parameter.
7027
7028         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7029
7030         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7031         styles.
7032         (shr-colorize-region): New function.
7033         (shr-insert-background-overlay): Remove.
7034         (shr-render-td): Background setting should be taken care of on a higher
7035         level.
7036         (shr-tag-body): Use post-hoc colorizations.
7037         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7038         (shr-put-color-1): Don't overwrite old colors.
7039         (shr-colorize-region): When the background color isn't explicit, use
7040         a fixed background.
7041
7042         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7043         nnmail variables.
7044
7045 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7046
7047         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7048         unless necessary.
7049
7050 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7051
7052         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7053         server.
7054
7055 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056
7057         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7058         so that TAB works.
7059
7060         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7061         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7062
7063         * shr.el (shr-urlify): Show the URL before the title to avoid
7064         misleading URLs.
7065
7066 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7067
7068         * shr.el (shr-urlify): Display the title in <a> tags.
7069
7070 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7071
7072         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7073
7074 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7075
7076         * nnir.el: Rearrange code to allow macros to be autoloaded by
7077         gnus-sum.el.
7078         (nnir-retrieve-headers-override-function): Make this variable
7079         customizable.
7080         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7081
7082         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7083         from nnir.el.
7084
7085 2010-12-03  Julien Danjou  <julien@danjou.info>
7086
7087         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7088
7089 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7092         allow optional argument `environment'.
7093
7094 2010-12-03  Glenn Morris  <rgm@gnu.org>
7095
7096         * mm-extern.el (message-goto-body): Update declaration.
7097
7098 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-util.el (gnus-macroexpand-all): New function.
7101
7102         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7103         instead of macroexpand-all that is unavailable in XEmacs.
7104
7105 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7106
7107         * nnir.el (nnir-summary-line-format): New variable.
7108         (nnir-mode): Use it.
7109         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7110         (nnir-article-ids): Reimplement as defsubst.
7111         (nnir-retrieve-headers): Don't mangle the subject header.
7112         (nnir-run-imap): Use 100 as RSV score.
7113         (nnir-run-find-grep): Fix for full server searching.
7114         (nnir-run-gmane): Better restriction to gmane groups.
7115
7116         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7117         summary buffers.
7118
7119 2010-12-02  Julien Danjou  <julien@danjou.info>
7120
7121         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7122
7123         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7124
7125         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7126         support.
7127
7128 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7129
7130         * nnir.el: Update to handle the registry better.
7131         (autoload): Silence byte-compiler.
7132         (nnir-open-server): Add a hook for nnir groups.
7133         (nnir-request-move-article): Don't mangle the header.  Better to use
7134         formatting variables (which will be added in the future).
7135         (nnir-registry-action): Update the registry using the original article
7136         group name.
7137         (nnir-mode): Install nnir-specific hooks for updating the registry.
7138
7139         * gnus-sum.el
7140         (gnus-article-original-subject,gnus-newsgroup-original-name):
7141         Remove obsolete variables.
7142         (gnus-summary-move-article): Remove use of obsolete variables.
7143         (gnus-summary-local-variables): Make move and delete hooks local to
7144         summary buffers.
7145
7146 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * rtree.el: New file.
7149
7150 2010-12-01  Julien Danjou  <julien@danjou.info>
7151
7152         * message.el (message-user-organization): Do not use
7153         gnus-local-organization.
7154
7155         * gnus.el: Remove gnus-local-organization.
7156
7157         * gnus-msg.el: Remove nastygram thing.
7158
7159 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7160
7161         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7162         funcall.
7163
7164 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7167         names.
7168
7169         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7170         characters.
7171
7172         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7173         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7174         Suggested by Štěpán Němec <stepnem@gmail.com>.
7175         (gnus-gravatar-transform-address): Use mail-extract-address-components
7176         that supports non-ASCII names rather than mail-header-parse-addresses.
7177
7178 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * proto-stream.el (open-protocol-stream): All starttls connections are
7181         handled by the network handler.
7182
7183 2010-11-30  Julien Danjou  <julien@danjou.info>
7184
7185         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7186         (nnimap-open-connection-1): Fix PREAUTH.
7187
7188         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7189
7190 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7193         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7194         (shr-insert): Use them.
7195         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7196
7197 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7198
7199         * nnir.el (nnir-request-move-article): Bail out if original group
7200         doesn't support article moves.
7201         (nnir-get-active): Improve active list retrieval.
7202
7203 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7206
7207 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7208
7209         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7210         seem to accept strings-with-numbers as port numbers.
7211
7212 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7213
7214         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7215         change the registry.
7216
7217 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7220         delete-dups that is not available in XEmacs 21.4.
7221
7222         * mm-util.el (mm-delete-duplicates): Add comment.
7223
7224 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7225
7226         * nnir.el (nnir-ignored-newsgroups): New variable.
7227         (nnir-get-active): Use it.
7228
7229 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230
7231         * proto-stream.el (proto-stream-open-network): Add some comments.
7232
7233         * nntp.el (nntp-open-connection): Provide a :success condition.
7234
7235         * nnimap.el (nnimap-open-connection-1): Ditto.
7236
7237         * proto-stream.el (proto-stream-open-network): See what the response to
7238         the STARTTLS command is.
7239
7240         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7241         backwards compatibility).
7242         (nnimap-open-connection-1): Really respect nnimap-server-port.
7243
7244         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7245         TLS upgrades we don't really care about the identity of the peer.
7246         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7247         that what we've checked for.
7248         (proto-stream-always-use-starttls): Only default to t if
7249         open-gnutls-stream exists.
7250         (proto-stream-open-network): If STARTTLS failed, then just open a
7251         normal connection.
7252         (proto-stream-open-network): Wait until the greeting before doing
7253         STARTTLS.
7254
7255         * nntp.el (nntp-open-connection): Report what the connection error is.
7256
7257         * proto-stream.el (open-protocol-stream): Rename from
7258         open-proto-stream.
7259
7260 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7261
7262         * nnimap.el (nnimap-stream): Change default to `undecided'.
7263         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7264         first, and then network.
7265         (nnimap-open-connection-1): Respect nnimap-server-port.
7266         (nnimap-open-connection): Be more backwards-compatible.
7267
7268         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7269         (proto-stream-open-starttls): De-duplicate the starttls code.
7270         (proto-stream-open-starttls): Folded back into the main function.
7271         (proto-stream-open-network): Fix typo in the gnutls path.
7272         (proto-stream-command): Refactor out.
7273
7274         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7275
7276         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7277         starttls.el STARTTLS.
7278
7279         * color.el (color-lab->srgb): Fix function call name.
7280
7281         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7282         if we're using tls.el.
7283         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7284         built in, then don't try to establish a STARTTLS connection.
7285
7286         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7287         servers.
7288
7289         * proto-stream.el (open-proto-stream): Use network, not stream.
7290         (open-proto-stream): Add a way to specify what the end of a command is.
7291
7292         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7293         connections types.
7294         (nntp-open-network-stream): Remove.
7295         (nntp-open-ssl-stream): Remove.
7296         (nntp-open-tls-stream): Remove.
7297         (nntp-ssl-program): Remove.
7298
7299         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7300
7301 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7302
7303         * nnir.el: Fix typos.
7304         (nnir-retrieve-headers-override-function): Rename variable to reflect
7305         new semantics.
7306         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7307         macros.
7308         (nnir-request-article, nnir-request-move-article): Use them.
7309         (nnir-categorize): New function.
7310         (nnir-run-query): Use it.
7311         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7312         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7313         sorted.
7314         (nnir-group-full-name): Use gnus-group-full-name instead.
7315         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7316         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7317
7318 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7321
7322         * proto-stream.el: New library to provide protocol-specific
7323         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7324         protocols.
7325         (open-proto-stream): Complete the documentation.
7326         (proto-stream-open-network): Fix some typos.
7327
7328         * nnimap.el (nnimap-open-connection): Use it.
7329
7330 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7331
7332         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7333         negotiation.
7334
7335 2010-11-26  Julien Danjou  <julien@danjou.info>
7336
7337         * color.el: Rename various rgb functions to srgb.
7338
7339 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7342         names.
7343
7344 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * shr.el (shr-insert): Revert last change.
7347         (shr-find-fill-point): Never leave point being at bol;
7348         relax the kinsoku limitation when rendering tables.
7349
7350 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7353         results from -accept-article.
7354
7355         * shr-color.el: Require cl when compiling.
7356
7357         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7358         checkin.
7359
7360         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7361
7362         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7363
7364         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7365         'add and 'delete to set backend marks.
7366
7367         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7368
7369         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7370
7371         * nntp.el (nntp-request-set-mark): Use it.
7372
7373         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7374
7375         * nnml.el (nnml-request-set-mark): Ditto.
7376
7377         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7378         introduces regressions in article selection.
7379         (nnimap-find-uid-response): New function.
7380         (nnimap-request-accept-article): Use the UID returned, if any.
7381         (nnimap-request-move-article): Use the UID returned, if any.
7382         (nnimap-get-groups): Reimplement to work with folded lines.
7383         (nnimap-find-uid-response): The UID is the last element in the list.
7384         (nnimap-request-set-mark): Extend syntax with 'set.
7385
7386         * nnml.el (nnml-request-set-mark): Ditto.
7387
7388         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7389
7390         * nntp.el (nntp-request-set-mark): Ditto.
7391
7392 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * message.el (message-called-interactively-p): A temporary macro.
7395         (message-goto-body): Use it temporarily.
7396
7397 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7400         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7401         (nnimap-last-response-string): Fix last unfolding fix.
7402
7403 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * shr.el (shr-insert): Fix the way to fold lines.
7406
7407 2010-11-25  Julien Danjou  <julien@danjou.info>
7408
7409         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7410
7411         * color.el: Rename from color-lab.el
7412         (color-rgb->hex): Add.
7413         (color-complement): Add.
7414         (color-complement-hex): Add.
7415
7416         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7417
7418 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * shr-color.el (shr-color-visible): Don't bug out if the color names
7421         don't exist.
7422
7423 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7426         assuming that article displaying or another mml-preview may be
7427         interrupted for an error or for the like.
7428
7429         * shr.el (shr-get-background): Fix argument name.
7430
7431 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7432
7433         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7434
7435         * gnus-sum.el (gnus-summary-include-articles): New function.
7436
7437         * message.el (message-goto-body): called-interactively-p needs a
7438         parameter, so use `any'.
7439
7440         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7441         clear marks before moving, since they're synced from the Gnus side
7442         first.
7443
7444         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7445         (gnus-summary-move-article): Copy over all marks before moving, so that
7446         IMAP doesn't think a new article has arrived.
7447
7448 2010-11-24  Julien Danjou  <julien@danjou.info>
7449
7450         * shr.el (shr-insert-background-overlay): Fix typo.
7451         (shr-render-td): Copy the background before rendering.
7452
7453         * shr-color.el (shr-color-visible): Fix docstring.
7454
7455         * shr.el (shr-tag-table): Add bgcolor support.
7456         (shr-render-td): Add bgcolor support.
7457         (shr-get-background): Add.
7458         (shr-insert-foreground-overlay): Use shr-get-background.
7459
7460         * message.el (message-goto-body): Use called-interactively-p.
7461         (message-in-body-p): message-goto-body returns point.
7462
7463 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7466         Fixes something or other in Emacs 23, and is backwards compatible.
7467
7468         * message.el (message-goto-body): Remove the <#secure special-casing,
7469         which is too special.
7470
7471         * shr.el (shr-parse-style): Drop !important from styles.
7472
7473 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7474
7475         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7476         this function to return incorrect results when calling it with an
7477         explicit article argument different from
7478         (gnus-summary-article-number).
7479
7480 2010-11-24  Julien Danjou  <julien@danjou.info>
7481
7482         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7483         (shr-tag-body): Add background support.
7484         (shr-descend): Add background support.
7485         (shr-tag-title): Add.
7486
7487         * shr-color.el (shr-color-visible): Really return original background
7488         if fixed.
7489
7490 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * shr.el (shr-color-check): Protect against non-existent color names.
7493
7494 2010-11-24  Julien Danjou  <julien@danjou.info>
7495
7496         * color-lab.el: Require 'cl when compiling.
7497
7498         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7499
7500         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7501         matched part.
7502
7503         * color-lab.el: Fix all expt calls to use float type.
7504
7505 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7508         expression to shr-color-check as is.
7509
7510         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7511
7512         * color-lab.el: Add coding cookie.
7513         (float-pi): Use eval-and-compile.
7514
7515         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7516         compiled for Emacsen having no `libxml-parse-html-region' support.
7517
7518 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * shr.el (shr-insert-color-overlay): Split stuff like
7521         "#444444 !important" to find the real color.
7522         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7523         parse <font color="red"> entries.
7524
7525 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7526
7527         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7528         point when parsing headers.
7529
7530         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7531         is positioned properly when parsing headers.
7532
7533 2010-11-23  Julien Danjou  <julien@danjou.info>
7534
7535         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7536
7537         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7538
7539         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7540
7541         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7542         Use shr-color-hue-to-rgb.
7543         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7544
7545 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * shr.el (shr-color->hexadecimal): Autoload.
7548         (shr-descend): Add color to all tags.
7549
7550 2010-11-22  Julien Danjou  <julien@danjou.info>
7551
7552         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7553         shr-color->hexadecimal.
7554
7555         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7556         RGB() or HSL() color representation.
7557
7558         * shr.el (shr-tag-font): Add.
7559         (shr-tag-color-check): New function to get better colors.
7560         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7561         tag-span.
7562
7563         * shr-color.el: New file.
7564
7565         * color-lab.el: New file.
7566
7567         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7568
7569 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7570
7571         * nnir.el: Fix typo in comments.
7572         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7573         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7574
7575 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7578
7579         * nnimap.el (nnimap-get-capabilities): Refactor out.
7580         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7581
7582 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7583
7584         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7585         appearing when `mm-uu-hide-markers' is nil.
7586
7587 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * nnimap.el (nnimap-unselect-group): Make into its own function.
7590         (nnimap-request-rename-group): Unselect group before renaming.
7591         This had gotten lost somewhere.
7592         (nnimap-request-accept-article): Keep track of examined groups, and
7593         unselect the group before APPENDing to read-only groups.
7594         (nnimap-request-move-article): Clear flags before moving so that they
7595         can be re-set later.
7596
7597 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7600         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7601
7602 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-mime-display-single):
7605         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7606         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7607         parameter.
7608
7609 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610
7611         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7612         (shr-table-vertical-line): New variable.
7613         (shr-insert-table): Use it.
7614
7615 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-html.el (gnus-html-wash-images): Don't display images if
7618         gnus-inhibit-images is non-nil; register displayer for cid images.
7619         (gnus-html-display-image): Work for cid image.
7620         (gnus-html-insert-image): Allow arguments.
7621         (gnus-html-put-image): Inhibit read-only.
7622         (gnus-html-prefetch-images): Don't prefetch images if
7623         gnus-inhibit-images is non-nil.
7624
7625 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * shr.el (shr-put-image): Break lines when inserting big pictures.
7628
7629 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7630
7631         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7632         sender, thanks Katsumi Yamaoka.
7633
7634 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7635
7636         * nnir.el (nnir-run-imap): Reverse the article list for each group
7637         rather than the whole list.
7638
7639 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * shr.el (shr-image-displayer): Protect function against non-existent
7642         image source.
7643
7644         * gnus-art.el (gnus-inhibit-images): New user option.
7645         (gnus-mime-display-single): Don't display image if it is non-nil.
7646
7647         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7648         gnus-inhibit-images.
7649
7650         * shr.el (shr-image-displayer): New function.
7651         (shr-tag-img): Use it.
7652
7653 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7654
7655         * mml2015.el (mml2015-epg-sign): Use From header.
7656
7657 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7660
7661         * gnus-util.el (gnus-find-text-property-region): Return markers.
7662
7663         * shr.el (shr-tag-img): Put a displayer in the text property.
7664
7665         * gnus-util.el (gnus-find-text-property-region): New utility function.
7666
7667         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7668         (gnus-html-show-images): Remove.
7669
7670         * gnus-art.el (gnus-article-show-images): New, more general function.
7671
7672         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7673         image url text properties.
7674
7675         * shr.el: Ditto.
7676
7677         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7678         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7679
7680 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7683         work for two or more articles.
7684
7685 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7688         divide an image that's in an html article to two or more when washing
7689         non-ASCII characters in alt text of it.
7690
7691 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7694         smime-decrypt-region using function argument.
7695         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7696
7697         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7698
7699         * smime.el (smime-decrypt-region): Catch it.
7700
7701 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7702
7703         * smime.el (smime-mode-map): Move initialization into declaration.
7704         (gnus-run-mode-hooks): Don't autoload.
7705         (smime-mode): Use define-derived-mode.
7706
7707 2010-11-11  Glenn Morris  <rgm@gnu.org>
7708
7709         * smime.el (from): Restrict declaration to XEmacs.
7710
7711         * nnir.el (gnus-group-topic-name): Autoload.
7712
7713 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * shr.el (shr-insert): Don't break long line if it is because of
7716         kinsoku-bol characters in the line end.
7717
7718 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7719
7720         * nnir.el (nnir-request-move-article): Fix to provide original group
7721         and subject.
7722         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7723         been retrieved.
7724
7725         * gnus-sum.el (gnus-summary-move-article): Use original group and
7726         subject for virtual articles such as those in an nnir summary buffer.
7727
7728 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7731         least 21.5).
7732
7733         * smime.el (from): Declare it again for XEmacs.
7734
7735 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * message.el (message-resend): Don't disable encoding unless it's
7738         already encoded.
7739
7740         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7741         low-numbered articles.
7742
7743 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * rfc2047.el (rfc2047-syntax-table): Simplify.
7746
7747         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7748
7749         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7750         set-char-table-range for XEmacs.
7751
7752 2010-11-10  Glenn Morris  <rgm@gnu.org>
7753
7754         * time-date.el (time-to-seconds): Always an alias on Emacs,
7755         never a real function.
7756         (with-no-warnings): Remove compat stub, now unused.
7757         (time-less-p): Doc fix.
7758         (time-to-number-of-days): Simplify.
7759
7760         * smime.el (from): Remove unused declaration.
7761
7762         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7763         (gnus-float-time): On Emacs, always an alias.
7764
7765         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7766         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7767
7768 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * dgnushack.el: Don't use ignore-errors in the top level form since it
7771         is unavailable in XEmacs even if cl is loaded.
7772
7773         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7774
7775 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * shr.el (browse-url-mailto): Autoload.
7778
7779         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7780
7781         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7782         regexp doesn't need quoting.
7783
7784 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7785
7786         * message.el (message-subject-trailing-was-ask-regexp)
7787         (message-subject-trailing-was-regexp): Match was: in addition to was.
7788
7789 2010-11-09  Glenn Morris  <rgm@gnu.org>
7790
7791         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7792         (nnbabyl-check-mbox): Use point-at-bol.
7793
7794 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7797
7798         * message.el (message-mailto): New function.
7799         (message-mailto): Should accept other parameters.
7800         (message-mailto): Remove since it duplicates browse-url-mailto
7801         functionality.
7802
7803 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7806         methods.
7807         (gnus-read-active-file): Ditto.
7808
7809         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7810         ": " from the prompt.
7811         (gnus-group-make-group): Ditto.
7812
7813 2010-11-07  Glenn Morris  <rgm@gnu.org>
7814
7815         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7816         (gnus-bookmark-kill-line): Use point-at-eol.
7817
7818 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7821         asterisks in From header.
7822
7823 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7826         string to avoid making the From headers syntactically invalid.
7827
7828         * message.el (message-send-mail): Don't insert courtesy messages if the
7829         message already has List-Post and List-ID messages.
7830
7831 2010-11-06  Glenn Morris  <rgm@gnu.org>
7832
7833         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7834         `condition', `type', `length' a prefix.
7835         (gnus-treat-predicate): Update for above name changes.
7836
7837 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7838
7839         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7840         binding.  Handled by `gnus-summary-refer-thread' instead.
7841         (nnir-warp-to-article): New backend function.
7842
7843         * nnimap.el (nnimap-request-thread): Force dependency updating.
7844
7845         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7846         (gnus-summary-refer-thread): Rework to improve thread-referral.
7847
7848         * gnus-int.el (gnus-warp-to-article): New function.
7849
7850         * gnus-sum.el (gnus-summary-article-map): Bind it.
7851
7852 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7853
7854         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7855         gnus-summary-refer-thread.
7856
7857         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7858         headers.
7859         (gnus-summary-limit-include-thread): Prevent articles in thread from
7860         being cut in gnus-cut-threads.
7861         (gnus-summary-refer-thread): Limit retrieved headers to those in
7862         thread.
7863
7864 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * message.el (message-send-mail): Use the value of
7867         message-courtesy-message from the message buffer.
7868
7869         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7870
7871         * shr.el (shr-browse-url): Implement mailto: URLs.
7872
7873         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7874         "raw".
7875
7876         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7877         if it's already selected.
7878
7879         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7880
7881 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7884         to measure the length and truncate alt text.
7885
7886 2010-11-03  Glenn Morris  <rgm@gnu.org>
7887
7888         * nndiary.el (nndiary-generate-nov-databases-1)
7889         (nndiary-generate-active-info): Rename dynamic variable `files' to
7890         something less generic.
7891
7892 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7893
7894         * nnir.el (nnir-request-move-article): Call the underlying backend to
7895         move articles from nnir.
7896
7897 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7900
7901 2010-11-02  Julien Danjou  <julien@danjou.info>
7902
7903         * nnir.el: Remove wais support.
7904
7905 2010-11-02  Glenn Morris  <rgm@gnu.org>
7906
7907         * gnus-html.el: Reorder requirements to quieten compiler.
7908
7909 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7912         properly for XEmacs as well.
7913         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7914         (gnus-article-natural-long-line-p): Use window-width rather than
7915         frame-width.
7916
7917 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7918
7919         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7920         (nnir-read-parms): Don't modify query.
7921         (nnir-run-query): Add ability to search topic on current line.
7922         (nnir-get-active): Clean up.
7923
7924 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7927         degenerate articles.
7928
7929         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7930         (gnus-print-buffer): Just print the buffer as is, without any copying
7931         to a buffer and then re-highlighting.
7932
7933         * nnimap.el (nnimap-request-group): Store the new updated info.
7934         (nnimap-request-group): Select the group when we don't know whether it
7935         exists or not.
7936
7937         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7938         groups.
7939
7940         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7941         groups.
7942
7943         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7944         groups.
7945
7946         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7947         long-lines case by only filling the long lines.
7948
7949         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7950         (bug #7311).
7951
7952 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * shr.el: No need to declare `declare-function' since shr.el is for
7955         only Emacsen that provide `libxml-parse-html-region'.
7956
7957         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7958         effective only in a file it is referred to.
7959
7960 2010-11-01  Glenn Morris  <rgm@gnu.org>
7961
7962         * mm-util.el (gnus-completing-read): Autoload.
7963         (mm-read-coding-system): Simplify Emacs definition.
7964
7965         * nnmail.el (gnus-activate-group):
7966         * nnimap.el (gnutls-negotiate):
7967         * nntp.el (netrc-parse): Fix declarations.
7968
7969 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7972         string-match-p in Emacs >=23.
7973
7974         * gnus-msg.el (gnus-configure-posting-styles):
7975         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7976
7977 2010-11-01  Glenn Morris  <rgm@gnu.org>
7978
7979         * nnir.el (declare-function): Add compat stub.
7980         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7981         (nnir-run-gmane): Require 'mm-url.
7982
7983         * mm-util.el (mm-string-to-multibyte): Simplify.
7984
7985         * shr.el (declare-function): Add compat stub.
7986         (url-cache-create-filename): Declare.
7987         (mm-disable-multibyte, widget-convert-button): Autoload.
7988
7989         * smime.el (ldap-search): Declare.
7990         (smime-cert-by-ldap-1): Require ldap on Emacs.
7991
7992         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7993         (nnimap-keepalive): Use gnus-float-time.
7994
7995         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7996         (mail-source-delete-crash-box): Use gnus-float-time.
7997
7998         * gnus-dired.el (gnus-completing-read): Autoload.
7999
8000         * mm-view.el (gnus-rescale-image): Autoload.
8001
8002         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8003
8004         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8005
8006         * sieve-manage.el: Require 'cl when compiling.
8007
8008         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8009         (gnus-iswitchb-completing-read): Require iswitchb.
8010         (gnus-select-frame-set-input-focus): Silence compiler.
8011
8012 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * message.el (message-subject-trailing-was-query): Change default to t,
8015         since I think that's what most people want.
8016
8017         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8018         appending for easier debugging.
8019         (nnimap-wait-for-connection): Take a regexp.
8020         (nnimap-request-accept-article): Wait for the continuation line before
8021         sending anything unless we're streaming.
8022
8023         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8024         leave the header washing to take place.
8025
8026 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8027
8028         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8029         regular expression match and replace in posting styles.
8030
8031 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8032
8033         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8034         an entire server.
8035         (nnir-get-active): New function.
8036         (nnir-run-imap): Use it.
8037         (nnir-run-gmane): Who knew, gmane search returns an article score!
8038
8039         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8040         server on the current line with nnir.
8041
8042 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8045         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8046         left edge.
8047         (gnus-article-foldable-buffer): Skip past the prefix when determining
8048         raggedness.
8049
8050         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8051         the raw article, and change `C-u g' to show the article without doing
8052         treatments.
8053
8054         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8055         on to `gnus-treat-article'.
8056         (gnus-inhibit-article-treatments): New variable.
8057
8058         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8059
8060         * gnus-art.el (gnus-treatment-function-alist): Have
8061         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8062         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8063         sections.
8064
8065         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8066         parameter.
8067         (gnus-article-fill-cited-long-lines): New function.
8068         (gnus-article-fill-cited-article): Allow filling only long sections.
8069
8070         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8071         and non-punctuation (like after the apostrophe in "'We").
8072
8073         * gnus-sum.el (gnus-summary-select-article): Make sure
8074         gnus-original-article-buffer is alive.
8075
8076         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8077         reflect the order they're in in the digest.
8078
8079         * gnus.el (gnus-group-startup-message): Move point to the start of the
8080         buffer.
8081
8082         * nnimap.el (nnimap-capability): New function.
8083         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8084         is set.
8085
8086 2010-10-31  David Engster  <dengste@eml.cc>
8087
8088         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8089         conform with changes to gnus-completing-read.
8090
8091 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8094
8095 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8096
8097         * nnir.el: Move defvar, defcustom around to keep file organized
8098         and keep byte-compiler quiet.
8099         (nnir-read-parms): Accept search-engine as arg.
8100         (nnir-run-query): Pass search-engine as arg.
8101         (nnir-search-engine): Remove.
8102
8103 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * shr.el (shr-generic): The text nodes should be text, not :text.
8106
8107         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8108         later in the file.
8109
8110 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8111
8112         * nnir.el: General clean up.  Allow searching with multiple engines.
8113         Allow separate extra-parameters for each engine.
8114         Batch queries when possible.
8115         (nnir-imap-default-search-key,nnir-method-default-engines):
8116         Add customize interface.
8117         (nnir-run-gmane): New engine.
8118         (nnir-engines): Use it.  Qualify all prompts with engine name.
8119         (nnir-search-engine): Remove global variable.
8120         (nnir-run-hyrex): Restore for now.
8121         (nnir-extra-parms,nnir-search-history): New variables.
8122         (gnus-group-make-nnir-group): Use them.
8123         (nnir-group-server): Remove in favor of gnus-group-server.
8124         (nnir-request-group): Avoid searching twice.
8125         (nnir-sort-groups-by-server): New function.
8126
8127 2010-10-30  Julien Danjou  <julien@danjou.info>
8128
8129         * gnus-group.el: Remove gnus-group-fetch-control.
8130
8131         * gnus-start.el (gnus-find-new-newsgroups):
8132         Remove gnus-check-first-time-used.
8133
8134         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8135
8136 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8137
8138         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8139         set on groups that don't have \* permanentflags.
8140
8141 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8144         control the background color.
8145         (shr-tag-img): Ignore very small web bug type images.
8146         (shr-put-image): Add help-echo alt texts to the images.
8147         (shr-tag-video): Show the video poster image.
8148
8149 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * shr.el (shr-table-depth): New variable.
8152         (shr-tag-table-1): Only insert the images after the top-level table.
8153
8154         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8155
8156         * gnus-util.el (gnus-list-memq-of-list): New function.
8157
8158         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8159         selected.
8160         (nnimap-unsplittable-articles): New slot.
8161         (nnimap-new-articles): Use it.
8162
8163 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8164
8165         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8166         move to the previous line on `M-g'.
8167
8168 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8171         *-request-group, which seems unnecessary.
8172
8173         * nnimap.el (nnimap-quote-specials): Function copied over from
8174         imap.el.
8175         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8176         they support that.  Suggested by Tom Regner.
8177
8178 2010-10-29  Julien Danjou  <julien@danjou.info>
8179
8180         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8181         defalias.
8182         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8183
8184         * gnus.el: Remove `gnus-nntp-service' variable.
8185         (gnus-secondary-servers): Make obsolete.
8186         (gnus-nntp-server): Make obsolete.
8187
8188         * gnus-start.el (gnus-1): Remove x-splash calls.
8189
8190         * gnus-ems.el (gnus-x-splash): Remove.
8191
8192         * gnus.el (gnus-group-startup-message): Simplify/update code.
8193
8194         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8195         definition.
8196
8197         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8198         capability before doing anything.
8199         (gnus-group-insert-group-line): Remove useless
8200         gnus-group-remove-excess-properties.
8201
8202 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8205
8206 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8209         config after reselecting.
8210
8211 2010-10-28  Julien Danjou  <julien@danjou.info>
8212
8213         * shr.el (shr-put-image): Use point even if only inserting text.
8214         (shr-put-image): Save excursion when inserting alt text on non-graphic
8215         display, so the behavior is the same when we are on a graphic display.
8216
8217         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8218
8219 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8222         (gnus-mime-copy-part): Check coding system, not charset.
8223         (gnus-mime-view-part-externally): Never remove part.
8224         (gnus-mime-view-part-internally): Don't remove part here.
8225         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8226         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8227         multipart/alternative.
8228
8229         * mm-decode.el (mm-display-part): Take optional arg `force'.
8230
8231 2010-10-26  Julien Danjou  <julien@danjou.info>
8232
8233         * gnus-group.el (gnus-group-default-list-level): Add this function to
8234         compute the default list level.
8235         (gnus-group-default-list-level): Add possibility to use a function.
8236
8237 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8240
8241         * gnus-group.el (gnus-group-completing-read)
8242         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8243         gnus-replace-in-string.
8244
8245 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * shr.el (shr-tag-div): Add.
8248
8249         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8250
8251 2010-10-25  Julien Danjou  <julien@danjou.info>
8252
8253         * gnus-util.el: Remove `gnus-with-local-quit'.
8254
8255         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8256
8257 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8260         the original article buffer.
8261
8262 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * nnimap.el (nnimap-request-head): New function.
8265         (nnimap-request-move-article): Try to be slightly faster by not
8266         requesting the entire message when moving.
8267         (nnimap-transform-headers): Don't bug out on bodiless articles.
8268         (nnimap-send-command): Have no outstanding messages if the IMAP server
8269         doesn't support streaming.
8270         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8271
8272 2010-10-24  Julien Danjou  <julien@danjou.info>
8273
8274         * message.el (message-default-headers): Fix type.
8275
8276 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8279         prefetching images.
8280
8281         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8282         backend for unknown groups.  This is mainly useful for nnimap groups.
8283
8284         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8285         group isn't covered by the agent.
8286
8287 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8288
8289         * nnir.el (nnir-method-default-engines): New variable.
8290         (nnir-run-query): Use it.
8291         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8292         (gnus-summary-nnir-goto-thread): Change group if needed.
8293
8294         * gnus-group.el (gnus-group-group-map): Add key binding for
8295         gnus-group-make-nnir-group.
8296
8297 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * shr.el (shr-tag-object): Add.
8300
8301         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8302         original article buffer live.
8303         (gnus-summary-select-article-buffer):
8304         Mention gnus-widen-article-buffer.
8305
8306 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * shr.el (shr-tag-strong): Add.
8309
8310 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8313         group names.  They mess up the group buffer badly.
8314
8315         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8316
8317         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8318         instead of the summary one.
8319
8320 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * mml.el (mml-preview): Work properly when editing article.
8323
8324         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8325         gnus-have-read-active-file if it's already been in.
8326
8327 2010-10-22  Tom Tromey  <tromey@redhat.com>
8328
8329         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8330         gnus-group-completing-read.
8331
8332 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * message.el (message-mode-map): Don't bind M-; to comment region, to
8335         allow the global comment-dwim to work.
8336
8337 2010-10-21  Julien Danjou  <julien@danjou.info>
8338
8339         * message.el (message-setup-1): Allow message-default-headers to be a
8340         function.
8341
8342 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * shr.el (shr-tag-table): Simplify.
8345
8346 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8349         to avoid trying to snarf invalid stuff.
8350
8351         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8352
8353         * gnus.el (gnus-message-archive-group): Quote value.
8354         (gnus-message-archive-group): Mark as changed.
8355
8356         * shr.el (shr-add-font): Don't put the font properties on the newline
8357         or the indentation.
8358
8359         * message.el (message-fix-before-sending): Change options when sending
8360         non-printable characters.
8361
8362         * gnus.el (gnus-message-archive-method): Change the default to
8363         monthly outgoing groups.
8364
8365         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8366         that have gotten new numbers.
8367
8368         * nnimap.el (nnimap-request-replace-article): New function.
8369
8370 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8373         (nnrss-request-article): Don't use special html washing code.
8374
8375 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * shr.el (shr-tag-table): Remove useless nconc.
8378
8379 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8380
8381         * gnus-art.el (article-wash-html): Simplify and remove the charset
8382         stuff.  Use the normal html rendering code instead of the special html
8383         washing code.
8384
8385         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8386         `gnus-w3m' symbols.
8387         (mm-text-html-washer-alist): Remove.
8388
8389         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8390         (mm-inline-media-tests): Remove use.
8391         (mm-text-html-renderer): Change default to the `shr' symbol.
8392
8393         * mm-view.el (mm-inline-text-html): Remove use.
8394
8395         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8396         `gnus-blocked-images' to be a function.
8397         (gnus-article-wash-function): Remove.
8398
8399 2010-10-20  Julien Danjou  <julien@danjou.info>
8400
8401         * spam.el (spam-list-of-processors): Mark as obsolete.
8402
8403         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8404         (nnimap-insert-partial-structure): Fix boundary detection.
8405
8406 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8407
8408         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8409         run file-truename on remote files.  This can be expensive and even
8410         prevent one from editing drafts if some unrelated buffer has a stale
8411         connection.
8412
8413 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8416         kinsoku-eol regardless of shr-kinsoku-shorten.
8417         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8418         (shr-tag-table): Support caption, thead, and tfoot.
8419
8420 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8423         lines.
8424         (shr-save-contents): New command and keystroke.
8425
8426         * nndoc.el (nndoc-type-alist): Add git support.
8427         (nndoc-git-type-p): New function.
8428         (nndoc-transform-git-article): Ditto.
8429         (nndoc-transform-git-headers): Ditto.
8430         (nndoc-transform-git-headers): Generate Subject headers.
8431
8432         * shr.el (shr-parse-style): New function.
8433         (shr-tag-span): Ditto.
8434
8435         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8436         to `G G' to avoid collisions.
8437
8438 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * shr.el: Load kinsoku if necessary.
8441         (shr-kinsoku-shorten): New internal variable.
8442         (shr-find-fill-point): Make kinsoku shorten text line if
8443         shr-kinsoku-shorten is bound to non-nil.
8444         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8445         shr-indentation too when testing if table is wider than frame width.
8446         (shr-insert-table): Use `string-width' instead of `length' to measure
8447         text width.
8448         (shr-insert-table-ruler): Make sure indentation is done at bol.
8449
8450 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8451
8452         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8453         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8454         undecoded network data.
8455
8456 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8459         name in the mode line spec so that the mode line menu works
8460         (bug #2431).
8461
8462         * message.el (message-get-reply-headers): If we're fed `to-address',
8463         then always use that.
8464
8465         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8466         aren't so wide as to need to switch off the edit menu.
8467
8468         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8469         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8470
8471         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8472         `M-g'.
8473         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8474         the permanent marks.
8475
8476 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8477
8478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8479         Splitting according to references/in-reply-to obeys the ignore-groups
8480         variable, while splitting by sender and subject do not.
8481
8482 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8485         alist, so that we can look for non-Unicode chars.
8486         (article-translate-strings): Allow both character and string maps.
8487
8488 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * shr.el (shr-insert): Don't insert space behind a wide character
8491         categorized as kinsoku-bol, or between characters both categorized as
8492         nospace.
8493
8494 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8495
8496         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8497         headers to gnus-newsgroup-headers.
8498
8499 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * shr.el (shr-tag-img): Don't align images -- since we're not
8502         rescaling, this often leads to ugly displays.
8503
8504 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8505
8506         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8507         duplicates.
8508
8509 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8510
8511         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8512         call.
8513
8514 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515
8516         * gnus.el: Autoload gnus-html-show-images.
8517
8518         * nnimap.el: Use nnheader-message throughout.
8519
8520         * shr.el (shr-tag-img): Ignore images with no data.
8521
8522 2010-10-15  Julien Danjou  <julien@danjou.info>
8523
8524         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8525         a possibility to disable format=flow encoding when using hard newlines.
8526
8527 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * shr.el (shr-insert): Remove space inserted before or after a
8530         breakable character or at the beginning or the end of a line.
8531         (shr-find-fill-point): Do kinsoku; find the second best point or give
8532         it up if there's no breakable point.
8533
8534 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * nnimap.el (nnimap-open-connection): Message when opening connection
8537         for debugging purposes.
8538
8539         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8540         on every setup buffer call to allow this to change from article to
8541         article.
8542
8543         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8544         buffers where we have a wide table.
8545
8546 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8547
8548         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8549         uses *-request-thread.
8550
8551 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8554         incantation, which is no longer valid.
8555
8556 2010-10-14  Julien Danjou  <julien@danjou.info>
8557
8558         * shr.el: Fix defcustom type (char -> character).
8559
8560 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8563         programs.
8564
8565 2010-10-14  Julien Danjou  <julien@danjou.info>
8566
8567         * shr.el (shr-tag-a): Use url-link as widget type.
8568
8569         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8570         `gnus-group-get-icon'.
8571
8572 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573
8574         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8575         This should make server editing work better.
8576
8577         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8578
8579         * tls.el (tls-program): Remove spurious %s from openssl.
8580
8581         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8582         (nnimap-parse-flags): Fix regexp.
8583
8584         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8585         probably work for CJVK text, too.
8586
8587         * nnimap.el (nnimap-extend-tls-programs): Remove.
8588         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8589
8590         * tls.el (tls-starttls-switches): Remove starttls hack.
8591         (open-tls-stream): Ditto.
8592         (tls-find-starttls-argument): Ditto.
8593
8594 2010-10-13  Julien Danjou  <julien@danjou.info>
8595
8596         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8597         responses.
8598
8599 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8600
8601         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8602
8603         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8604         anything in Emacs.
8605
8606         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8607
8608 2010-10-13  Julien Danjou  <julien@danjou.info>
8609
8610         * shr.el (shr-width): Make shr-width a defcustom with default to
8611         fill-column.
8612         (shr-tag-img): Use shr-width rather than fill-column.
8613
8614 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * dgnushack.el (byte-optimize-apply):
8617         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8618
8619         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8620         position when (X-)Faces exist.
8621         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8622         avatars when called interactively.
8623
8624 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8627         gnus-article-x-face-too-ugly is bound.
8628
8629 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8630
8631         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8632
8633         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8634         mailbox that doesn't exist.
8635
8636 2010-10-12  Julien Danjou  <julien@danjou.info>
8637
8638         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8639         (shr-get-image-data): Encode URL properly when fetching from cache.
8640         (shr-tag-img): Use aligned-to spaces to align correctly images.
8641
8642         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8643         before inserting the Gravatar.
8644
8645         * shr.el (shr-tag-img): Add align attribute support for <img>.
8646
8647 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * gnus-gravatar.el (gnus-art): Require.
8650
8651         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8652         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8653         Remove long obsoleted functions.
8654
8655 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8658
8659         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8660
8661         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8662         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8663         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8664         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8665         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8666         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8667         * sieve-manage.el, smime.el, spam.el:
8668         Fix comment for declare-function.
8669
8670 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * nnimap.el (nnimap-request-rename-group): Select group read-only
8673         before renaming it.
8674
8675         * shr.el (shr-insert): Fix up the white space only regexp.
8676
8677         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8678         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8679
8680         * shr.el (shr-current-column): New function.
8681         (shr-find-fill-point): New function.
8682
8683 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8684
8685         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8686         numbers.
8687
8688 2010-10-11  Julien Danjou  <julien@danjou.info>
8689
8690         * shr.el (shr-hr-line): Add.
8691         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8692         display hr lines.
8693         (shr-max-columns): Do not change state to nil if we just inserting
8694         spaces.
8695
8696 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8699         select the last group.
8700
8701 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8702
8703         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8704
8705 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8706
8707         * dig.el (dig-mode-map): Declare and define in one step.
8708
8709 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8712         for Gnus.
8713         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8714         (nnimap-update-qresync-info): Mark \Seen articles as read.
8715
8716         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8717         non-variable, too.
8718
8719         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8720         available.
8721         (nnimap-update-info): Rely more on the current active than the param
8722         active to avoid marking articles as read too much.
8723
8724         * auth-source.el (auth-source-create): Use (user-login-name) for the
8725         user name default.
8726
8727         * nnimap.el (nnimap-update-info): If the server doesn't return any
8728         useful info, just use the previous info.
8729         (nnimap-update-info): Prefer old info over start-article.
8730         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8731
8732 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8733
8734         * nnir.el (autoload): Clean up autoloads.
8735         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8736         Use key rather than value.
8737         (nnir-imap-search-other): New variable.
8738         (nnir-read-parm): Use it.
8739         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8740         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8741
8742 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8743
8744         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8745         the process, too.
8746
8747 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * spam.el (gnus-summary-mode-map): Bind to "$".
8750         Suggested by Russ Allbery.
8751
8752         * shr.el: Rework the way things are indented by <li> slightly.
8753
8754         * gnus.el (gnus-group-set-parameter): Fix typo.
8755
8756         * nnimap.el: Start implementing QRESYNC support.
8757
8758 2010-10-09  Julien Danjou  <julien@danjou.info>
8759
8760         * nnir.el (nnir-engines): Fix too many arguments.
8761
8762 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8765         group is the "last", so that the backends like nnfolder actually save
8766         their folders.
8767
8768         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8769         try to use that for the tls stream.
8770         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8771         UIDVALIDITY and find out which groups are read-only and not.
8772         (nnimap-get-flags): Use the same marks parsing code as the rest of
8773         nnimap.
8774
8775 2010-10-09  Julien Danjou  <julien@danjou.info>
8776
8777         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8778
8779         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8780         retrieving gravatars.
8781
8782         * shr.el (shr-table-corner): Add.
8783         (shr-table-line): Add.
8784         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8785
8786 2010-10-08  Julien Danjou  <julien@danjou.info>
8787
8788         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8789
8790 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8791
8792         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8793
8794         * gnus-sum.el (gnus-mark-article-as-unread)
8795         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8796         (gnus-summary-set-bookmark): Use it.
8797
8798         * gnus-msg.el (gnus-setup-message): Use it.
8799
8800         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8801
8802         * gnus.el (gnus-group-remove-parameter): Use it.
8803
8804         * gnus-group.el (gnus-group-make-web-group): Use it.
8805
8806         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8807
8808         * nnregistry.el: Update docs to mention manual.
8809
8810         * gnus-registry.el: Update docs to mention nnregistry.el.
8811         (gnus-registry-initialize): Don't install nnregistry refer method
8812         automatically.
8813         (gnus-registry-install-nnregistry): Remove it.
8814
8815 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * shr.el (shr-insert): Don't insert double spaces.
8818
8819 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-gravatar.el (gnus-treat-from-gravatar)
8822         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8823         called interactively.
8824
8825         * gnus-art.el (gnus-mime-view-part-externally)
8826         (gnus-mime-view-part-internally): Make predicate function passed to
8827         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8828         of a mime type.
8829
8830         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8831
8832 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * shr.el (require): Require cl when compiling.
8835         (shr-tag-hr): New function.
8836
8837         * nnimap.el (nnimap-update-info): Remove double setting of high.
8838         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8839         This makes nnimap work properly on Courier again.
8840
8841         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8842         the variable for backwards compatibility.
8843
8844         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8845         the file name before using to avoid setting mm-default-directory to
8846         nil.
8847
8848         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8849         bidning gnus-agent variables.
8850
8851         * shr.el (shr-render-td): Use a cache for the table rendering function
8852         to avoid getting an exponential rendering behavior in nested tables.
8853         (shr-insert): Rework the line-breaking algorithm.
8854         (shr-insert): Don't leave trailing spaces.
8855         (shr-insert-table): Also insert empty TDs.
8856         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8857
8858 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8859
8860         * gnus-sum.el (gnus-number): Rename from `number'.
8861         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8862         (gnus-summary-limit-children): Update uses correspondingly.
8863
8864 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8867         (gnus-gravatar-transform-address): Don't show avatars of people of
8868         which mail addresses match gnus-gravatar-too-ugly.
8869
8870 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * shr.el (shr-table-widths): Expand TD elements to fill available
8873         space.
8874
8875 2010-10-07  Julien Danjou  <julien@danjou.info>
8876
8877         * nnimap.el (nnimap-request-rename-group): Add this method.
8878
8879 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8882         name from XEmacs' function-arglist.
8883
8884         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8885         gravatar under XEmacs.
8886
8887 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8888
8889         * auth-source.el: Update docs with TODO items.
8890
8891         * gnus-sync.el: Update docs to explain state and plans.
8892
8893         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8894         Hooks for mark updates.
8895         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8896
8897         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8898         hooks with arguments, which is needed for mark update hooks.
8899
8900 2010-10-06  Julien Danjou  <julien@danjou.info>
8901
8902         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8903         was matched.
8904
8905         * sieve-manage.el: Update example in `Commentary'.
8906
8907         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8908
8909         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8910         not 2000.
8911         (sieve-manage-authenticate): Re-add function.
8912
8913 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * shr.el (shr-insert): Get 'space transition right.
8916         (shr-render-td): Only delete space at the end of the TD.
8917
8918         * nnimap.el (nnimap-open-connection): Prepare to support
8919         open-gnutls-stream.
8920
8921         * shr.el: Rearrange function order to be more logical.
8922
8923 2010-10-06  Julien Danjou  <julien@danjou.info>
8924
8925         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8926         (nnrss-discover-feed): Remove 404 URL in docstring.
8927
8928         * nnir.el: Fix Swish-E URL.
8929         Fix Namazu URL.
8930
8931         * message.el (message-change-subject): Remove 404 URL in a comment.
8932
8933 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8936         called interactively.
8937
8938         * gnus-util.el (gnus-remove-if): Allow hash table.
8939         (gnus-remove-if-not): New function.
8940
8941         * gnus-art.el (gnus-mime-view-part-as-type):
8942         * gnus-score.el (gnus-summary-score-effect):
8943         * gnus-sum.el (gnus-read-move-group-name):
8944         Replace remove-if-not with gnus-remove-if-not.
8945
8946         * gnus-group.el (gnus-group-completing-read):
8947         Regard collection as a hash table if it is not a list.
8948
8949 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8952
8953         * shr.el: Document the table-rendering algorithm.
8954
8955 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8958         for Emacsen having no `libxml-parse-html-region' support.
8959
8960 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8963         invalid URLs.
8964
8965         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8966         line-broken.
8967         (shr-tag-img): Ignore image fetching errors.
8968         (shr-overlays-in-region): Compute overlay positions correctly.
8969
8970         * mm-decode.el (mm-shr): Require shr.
8971
8972         * gnus-art.el (gnus-blocked-images): Move variable here.
8973
8974         * shr.el (shr-insert-table): Bind free variable.
8975
8976         * mm-decode.el (mm-shr): Bind shr-content-function.
8977
8978         * shr.el (shr-content-function): New variable.
8979
8980         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8981         added for symmetry.
8982
8983         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8984
8985         * gnus-group.el (gnus-group-make-group): Doc fix.
8986
8987         * nnimap.el (nnimap-request-newgroups): Return success.
8988
8989         * shr.el (shr-find-elements): New function.
8990         (shr-tag-table): Put all the images after the table.
8991         (shr-tag-table): Really inhibit images inside the table.
8992         (shr-collect-overlays): Copy over overlays from the TD elements to the
8993         main document.
8994
8995         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8996         gnus-blocked-images.
8997
8998 2010-10-05  Julien Danjou  <julien@danjou.info>
8999
9000         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9001
9002         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9003         (gnus-html-maximum-image-size): Add this function.
9004         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9005
9006         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9007         server-value of the capability is nil.
9008
9009 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * shr.el (shr-tag-em): Add <EM> tag.
9012
9013 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9014
9015         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9016         customizable.
9017
9018         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9019         handing broken links to browse-url.
9020
9021 2010-10-05  Julien Danjou  <julien@danjou.info>
9022
9023         * gnus-util.el (gnus-emacs-completing-read)
9024         (gnus-iswitchb-completing-read): Use autoload rather than require.
9025
9026 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9029         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9030         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9031         iswitchb-temp-buflist for XEmacs.
9032
9033         * gnus-util.el (gnus-completing-read-function): Exclude
9034         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9035         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9036         XEmacs.
9037
9038         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9039         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9040
9041         * gnus-html.el: Don't require help-fns under XEmacs.
9042         (gnus-html-schedule-image-fetching): Work for XEmacs.
9043
9044         * mm-decode.el (mm-shr): Decode contents by charset.
9045
9046 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9049         unknown.
9050
9051         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9052         (shr-get-image-data): Ensure against the cache file missing.
9053
9054         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9055         for data.
9056
9057         * spam-report.el (spam-report-url-ping-plain): Don't query about
9058         killing the process.
9059
9060         * shr.el (shr-render-td): Protect against too-wide text.
9061
9062 2010-10-04  Julien Danjou  <julien@danjou.info>
9063
9064         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9065         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9066
9067         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9068         retrieved.
9069
9070 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * shr.el (browse-url): Require.
9073         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9074         lines.
9075         (shr-show-alt-text, shr-browse-image): New commands.
9076         (shr-browse-url, shr-copy-url): New commands.
9077
9078         * gnus-sum.el (gnus-widen-article-window): New variable.
9079         (gnus-summary-select-article-buffer): Use it.
9080
9081         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9082         without @ signs.
9083
9084 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9085
9086         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9087
9088 2010-10-04  Julien Danjou  <julien@danjou.info>
9089
9090         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9091         for XEmacs.
9092
9093 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9096
9097         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9098         (nnimap-close-server): Implement.
9099
9100         * dgnushack.el (iswitchb): Require to shut up the compiler.
9101
9102         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9103         (shr-insert): Tweak line breaking.
9104         (shr-insert): Handle <pre> better.
9105         (shr-tag-li): Get <li> indentation right.
9106         (shr-tag-li): Get <li> indentation even righter.
9107         (shr-tag-blockquote): Ensure paragraph start.
9108         (shr-make-table): Tweak table generation.
9109         (shr-make-table): Fix typo.
9110
9111         * shr.el: Implement table rendering.
9112
9113 2010-10-04  Julien Danjou  <julien@danjou.info>
9114
9115         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9116
9117 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * shr.el (shr-insert): Use string anchors instead of line anchors.
9120
9121 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * shr.el: Add headings.
9124         (shr-ensure-paragraph): Actually work.
9125         (shr-tag-li): Make <ul> prettier.
9126         (shr-insert): Get white space at the beginning/end of elements right.
9127         (shr-tag-p): Collapse subsequent <p>s.
9128         (shr-ensure-paragraph): Don't insert double line feeds after blank
9129         lines.
9130         (shr-insert): \t is also space.
9131         (shr-tag-s): Fix "s" tag name function.
9132         (shr-tag-s): Fix face prop name.
9133
9134 2010-10-03  Julien Danjou  <julien@danjou.info>
9135
9136         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9137
9138         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9139         gnus-window-inside-pixel-edges.
9140
9141         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9142         gnus-ems.
9143
9144         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9145
9146         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9147         function.
9148
9149         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9150         resize choice.
9151
9152 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9155         beginning of the buffer.
9156
9157         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9158         article buffer again.
9159
9160         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9161
9162         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9163         when it's at the start of the buffer.
9164
9165         * shr.el (shr-tag-blockquote): Convert name.
9166         (shr-rescale-image): Use the right image-size variant.
9167
9168         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9169         buffer isn't shown, then select the current article first instead of
9170         bugging out.
9171         (gnus-summary-select-article-buffer): Show both the article and summary
9172         buffers again.
9173
9174         * shr.el (shr-fontize-cont): Protect against regions with no text.
9175         Rename tag functions to shr-tag-* for enhanced security.
9176         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9177
9178 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9179
9180         * shr.el (shr-insert):
9181         * pop3.el (pop3-movemail):
9182         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9183         loaded.
9184
9185 2010-10-03  Glenn Morris  <rgm@gnu.org>
9186
9187         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9188
9189         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9190
9191         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9192
9193         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9194
9195         * gnus-util.el (gnus-make-local-hook): Simplify.
9196
9197 2010-10-02  Julien Danjou  <julien@danjou.info>
9198
9199         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9200         (gnus-ido-completing-read): New function.
9201         (gnus-emacs-completing-read): New function.
9202         (gnus-completing-read): Use gnus-completing-read-function.
9203         Add gnus-completing-read-function.
9204
9205 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * shr.el (shr-insert-document): Autoload.
9208         (shr-img): Be silent.
9209         (shr-insert): Add a newline after every picture before text.
9210         (shr-add-font): Use overlays for combining faces.
9211         (shr-insert): Pass upwards the text start point.
9212
9213         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9214         possible.
9215         (mm-shr): New function.
9216
9217 2010-10-02  Julien Danjou  <julien@danjou.info>
9218
9219         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9220         should go backward.
9221
9222 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9223
9224         * shr.el (shr): Fix typo in provide call.
9225
9226 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * shr.el: New file.
9229
9230         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9231
9232         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9233         completing read.
9234
9235 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9238         we're being queried about.  Suggested by Dan Jacobson.
9239
9240         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9241         Suggested by Jason Eisner.
9242
9243         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9244         table, too.  Suggested by Stefan Wiens.
9245         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9246         the table unnecessary.  Suggested by Stefan Wiens.
9247
9248         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9249         longer needed, and probably doesn't work either, as pointed out by
9250         Stefan Wiens.
9251         (gnus-summary-exit): Remove call to the clearing function.
9252         (gnus-summary-exit-no-update): Ditto.
9253
9254         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9255         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9256         Reported by Stefan Monnier.
9257         (gnus-summary-save-in-rmail): Ditto.
9258
9259         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9260         article buffer, instead of both the article buffer and the summary
9261         buffer.  Sort of suggested by Dan Jacobson.
9262
9263         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9264
9265         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9266         Suggested by Dan Jacobson.
9267
9268         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9269         documentation clearer.
9270
9271         * message.el (message-shorten-references): Comment on the number "21".
9272         Suggested by Stefan Monnier.
9273
9274         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9275         Suggested by Dan Jacobson.
9276
9277         * gnus.el (gnus-large-newsgroup):
9278         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9279
9280         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9281         externalize attachments.  Bug reported by Steve Wen.
9282
9283         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9284         really message anything to the user.
9285
9286         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9287         directly.
9288
9289         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9290         messages in empty groups.
9291
9292 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9293
9294         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9295         non-UIDNEXT group.
9296
9297 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9300         not the value from the collection.
9301
9302         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9303         values.  This sometimes happens on some groups that have no info.
9304         (nnimap-request-newgroups): New function.
9305
9306 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9307
9308         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9309         check into `gnus-registry-initialize'.
9310         (gnus-registry-initialize): Ditto.
9311         Fix and extend header docs.
9312
9313 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9316         regexp backtrace overflows.
9317
9318         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9319         for starttls that tls.el implements; i.e. openssl.
9320
9321         * tls.el (tls-starttls-switches): Give up on using starttls with
9322         gnutls-cli.
9323         (tls-program): Add --insecure to be consistent with the defaults from
9324         openssl s_client.  Now all three commands are insecure.
9325
9326 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * lpath.el: Bind completion-styles-alist for XEmacs.
9329
9330         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9331         (gravatar-create-image): New function that's an alias to
9332         gnus-xmas-create-image, gnus-create-image, or create-image.
9333         (gravatar-data->image): Use it.
9334
9335 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9336
9337         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9338         install the nnregistry refer method.
9339         (gnus-registry-install-hooks): Use it.
9340         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9341         unfollowed groups.
9342
9343 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9344
9345         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9346         expanding threads.
9347
9348 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * nnir.el: Use the server names without suffixes (bug #7009).
9351
9352         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9353         unencrypted to STARTTLS, if possible.
9354
9355 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9356
9357         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9358         headers before superseding.
9359
9360 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * nnrss.el (nnrss-use-local): Add documentation.
9363
9364         * nnimap.el (nnimap-extend-tls-programs): New function.
9365         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9366         (nnimap-wait-for-connection): Accept the greeting from the stupid
9367         output from openssl s_client -starttls, too.
9368
9369         * tls.el (tls-starttls-switches): New variable.
9370         (tls-find-starttls-argument): Use it.
9371         (open-tls-stream): Ditto.
9372
9373         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9374         (netrc-machine): Ditto.
9375
9376         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9377         article number.
9378         (nnimap-split-fancy): New variable.
9379         (nnimap-split-incoming-mail): Use it.
9380
9381         * nntp.el (nntp-server-list-active-group): Document.
9382
9383         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9384         SELECT to get the message-id.
9385
9386         * mail-source.el (mail-sources): Remove webmail support.
9387         (defvar): Ditto.
9388         (mail-source-fetcher-alist): Ditto.
9389         (mail-source-fetch-webmail): Remove.
9390
9391         * webmail.el: Remove -- doesn't seem relevant any more.
9392
9393         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9394
9395         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9396         the \r.
9397
9398 2010-09-30  Julien Danjou  <julien@danjou.info>
9399
9400         * gnus-agent.el (gnus-agent-add-group): Fix call to
9401         gnus-completing-read.
9402
9403 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * nndoc.el (nndoc-retrieve-groups): New function.
9406
9407         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9408         `default', use nnmail-split-methods.
9409         (nnimap-request-article): Downcase the NILs so that they are nil.
9410
9411         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9412         symbol.
9413
9414         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9415         code, since if the user has requested network, that's what they ought
9416         to get.
9417         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9418         (nnimap-split-rule): Mark as obsolete.
9419
9420         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9421         New variable.
9422
9423         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9424         correct slot, too.
9425
9426 2010-09-29  Julien Danjou  <julien@danjou.info>
9427
9428         * gnus.el (gnus-local-domain): Declare variable obsolete.
9429
9430         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9431         Fix history computing.
9432         (gnus-ido-completing-read): Require ido.
9433
9434 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9437         build Gnus.
9438
9439         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9440         when interpreting the structures.
9441         (nnimap-request-accept-article): Add \r\n to the lines to make this
9442         work with Cyrus.
9443
9444         * nndraft.el (nndraft-request-expire-articles): Use the group name
9445         instead if "nndraft".  Fix found by Nils Ackermann.
9446
9447 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9448
9449         * nnregistry.el: Add.
9450
9451 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9452
9453         * nnmail.el (group, group-art-list, group-art):
9454         Remove unneeded directives.
9455
9456 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9459         (mm-mime-charset):
9460         * rfc2047.el (rfc2047-syntax-table):
9461         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9462
9463         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9464         rather than `insert-file-contents' and `eval-region'.
9465
9466         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9467         construction.
9468
9469         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9470
9471         * time-date.el: No need to require cl for Emacs 21.
9472
9473 2010-09-29  Julien Danjou  <julien@danjou.info>
9474
9475         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9476         replacement of `gnus-gravatar-relief' to mimic
9477         `gnus-faces-properties-alist'.
9478         Add :version property.
9479
9480 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * mail-source.el (mail-source-report-new-mail):
9483         * message.el (message-default-mail-headers):
9484         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9485
9486         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9487
9488 2010-09-28  Julien Danjou  <julien@danjou.info>
9489
9490         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9491         mail-address contains the same string as real-name.
9492
9493         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9494         non-blank in header, otherwise it'll get stripped.
9495
9496         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9497         real-name, and then for mail address rather than doing : or , search.
9498
9499 2010-09-27  Julien Danjou  <julien@danjou.info>
9500
9501         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9502         right completing-read function.
9503         (gnus-use-ido): New variable
9504         (gnus-completing-read-with-default): Remove.
9505         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9506         (gnus-agent-add-group):
9507         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9508         * mm-view.el (mm-view-pkcs7-decrypt):
9509         * mm-util.el (mm-codepage-setup):
9510         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9511         * mml-smime.el (mml-smime-openssl-sign-query):
9512         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9513         (mml-insert-multipart):
9514         * gnus-msg.el (gnus-summary-yank-message):
9515         * gnus-int.el (gnus-start-news-server):
9516         * mm-decode.el (mm-interactively-view-part):
9517         * gnus-dired.el (gnus-dired-attach):
9518         * gnus.el (gnus-read-method):
9519         * gnus-bookmark.el (gnus-bookmark-jump):
9520         * gnus-art.el (gnus-mime-view-part-as-type)
9521         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9522         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9523         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9524         * nnmairix.el (nnmairix-create-server-and-default-group)
9525         (nnmairix-update-groups, nnmairix-get-server)
9526         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9527         (nnmairix-get-group-from-file-path):
9528         * nnrss.el (nnrss-find-rss-via-syndic8):
9529         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9530         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9531         (gnus-group-browse-foreign-server):
9532         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9533         (gnus-summary-execute-command, gnus-summary-respool-article)
9534         (gnus-read-move-group-name):
9535         * gnus-score.el (gnus-summary-increase-score)
9536         (gnus-summary-score-effect):
9537         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9538
9539 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9542         x-focus-frame.
9543
9544         * nnimap.el (auth-source-forget-user-or-password)
9545         (auth-source-user-or-password): Autoload.
9546
9547         * message.el (message-from-style, message-interactive)
9548         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9549         (message-yank-prefix, message-indentation-spaces, message-signature)
9550         (message-signature-file): Add comment.
9551
9552 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553
9554         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9555         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9556         new articles.
9557
9558         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9559         parts.
9560         (nnimap-request-article): Work with the t setting, too.
9561
9562         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9563         that you don't get flashes of other buffers.
9564         (gnus-summary-show-complete-article): Intern before setting.
9565
9566 2010-09-27  David Engster  <dengste@eml.cc>
9567
9568         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9569         well as HEADERS.
9570         (nnmairix-retrieve-headers): Provide new argument for the above.
9571
9572 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * gnus-sum.el (gnus-summary-move-article): Don't alter
9575         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9576         group.
9577
9578         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9579
9580         * message.el (message-cite-prefix-regexp): Revert my last edit.
9581
9582         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9583         variable instead of the Gnus variable.
9584
9585         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9586
9587         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9588
9589         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9590         since some servers don't like it.
9591         (nnimap-open-connection): Forget credentials if the server says the
9592         password was wrong.
9593         (nnimap-parse-line): Protect against invalid data.
9594
9595         * gnus-sum.el (gnus-summary-move-article): Add comment.
9596         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9597         nothing alters it while scanning for new messages.
9598
9599         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9600         which may or may not help.
9601         (nnimap-open-connection): If we're doing a stream connection, and then
9602         discover we're on a STARTTLS-capable server, then open a STARTTLS
9603         connection instead.
9604
9605 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * nnimap.el (utf7): Require.
9608
9609         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9610         prefix.
9611
9612 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9613
9614         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9615
9616 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * nnimap.el (nnimap-request-accept-article): Message the error on
9619         error.
9620
9621 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9624
9625 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * nndoc.el (nndoc-request-list): Return success always.
9628
9629         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9630         `fetch-old' -- we only want to fetch the articles we've requested.
9631         The rest are in the agent, probably.
9632         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9633         disappeared server" to something low.  It's not important.
9634
9635         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9636         arrived before the FETCH data.
9637
9638         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9639         target here, because we don't know the Gnus name of the group.
9640
9641         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9642         for the correct group.
9643
9644         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9645
9646         * gnus.el (gnus): Give a final warning after startup.
9647
9648         * gnus-util.el (gnus-action-message-log): New variable.
9649         (gnus-message): Use it.
9650         (gnus-final-warning): New function.
9651
9652         * nnimap.el (nnimap-open-connection): Record the greeting.
9653         (nnimap): Add greeting.
9654
9655 2010-09-26  Julien Danjou  <julien@danjou.info>
9656
9657         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9658         arguments.
9659         (gnus-html-wash-images): Fix spec computing to include start/end.
9660
9661         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9662
9663 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9666         deletion.
9667         (nnimap-retrieve-headers): Don't select the group, because that's
9668         already done by nnimap-possibly-change-group.
9669
9670         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9671         (gnus-picon-transform-address): Use it.
9672
9673         * mail-source.el (mail-source-value): Revert previous patch.
9674
9675         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9676         on failure.
9677         (nnimap-open-connection): Look up both virtual and physical server name
9678         credentials.
9679
9680         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9681
9682 2009-02-07  Dave Love  <fx@gnu.org>
9683
9684         * tls.el (open-tls-stream): Don't query killing process.
9685
9686 2009-02-08  Dave Love  <fx@gnu.org>
9687
9688         * gnus-win.el (gnus-window-to-buffer-helper)
9689         (gnus-all-windows-visible-p): Function needn't be a symbol.
9690
9691         * mail-source.el (mail-source-value): Function needn't be a symbol.
9692
9693 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * message.el (message-cite-prefix-regexp): Remove } from the cite
9696         prefix.
9697
9698         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9699         highlight again, so that the highlight is correct.
9700
9701         * gnus-picon.el (gnus-picon): Remove again.
9702         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9703
9704         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9705         doing the header highlightling, so that the background color of the
9706         picon is correct.
9707
9708         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9709         (gnus-picon): Ditto.
9710         (gnus-picon): Reinstate.  The background color for picons is white.
9711         (gnus-picon-insert-glyph): Make the background white.
9712
9713         * nnml.el (nnml-open-nov): Don't return dead buffers.
9714
9715         * auth-source.el (auth-source-create): Query the user for whether to
9716         store the credentials.
9717
9718         * netrc.el (netrc-store-data): New function.
9719
9720         * auth-source.el (auth-source-user-or-password): Use the existing auth
9721         sources, if any, for creation.
9722
9723         * gnus.el (gnus-group-fast-parameter): Return the last matching
9724         parameter instead of the first matching parameter.
9725
9726 2010-09-26  Julien Danjou  <julien@danjou.info>
9727
9728         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9729
9730 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * mml2015.el (mml2015-use): Remove gpg support.
9733
9734         * mml1991.el (mml1991-function-alist): Remove gpg function.
9735         (mml1991-gpg-sign): Remove.
9736
9737 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9738
9739         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9740         (gnus-browse-unsubscribe-current-group): Document it.
9741         (gnus-browse-unsubscribe-group): Use it.
9742
9743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9746         address to the To list for easier response.
9747
9748         * gnus.el (gnus-play-startup-jingle): Remove.
9749         (gnus-splash): Don't play jingle.
9750         (gnus): Silence gnus-load message.
9751
9752         * gnus-art.el (gnus-treat-play-sounds): Remove.
9753
9754         * gnus.el (gnus-play-jingle): Remove audio support.
9755
9756         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9757
9758         * earcon.el: Remove -- no users.
9759
9760         * gnus-audio.el: Remove -- no users of this package.
9761
9762         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9763
9764         * gnus-start.el (gnus-setup-news): Remove nocem support.
9765
9766         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9767
9768         * gnus.el (gnus-use-nocem): Remove.
9769
9770         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9771         Remove.
9772
9773         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9774         uses NoCeM any more.
9775
9776         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9777         (gnus-button-ctan-handler): Ditto.
9778         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9779         (gnus-button-ctan-directory-regexp): Ditto.
9780         (gnus-button-handle-ctan): Ditto.
9781         (gnus-button-tex-level): Ditto.
9782         (gnus-button-alist): Remove CTAN stuff.
9783
9784 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9787         nnimap-streaming test.
9788
9789         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9790         servers twice.
9791
9792         * nnimap.el (nnimap-open-connection): Add more error reporting when
9793         nnimap fails early.
9794
9795         * nnheader.el (nnheader-get-report-string): New function.
9796         (nnheader-get-report): Use it.
9797
9798         * gnus-int.el (gnus-check-server): Say what the error was when opening
9799         failed.
9800
9801         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9802         using streaming.
9803
9804 2010-09-25  Julien Danjou  <julien@danjou.info>
9805
9806         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9807         gnus-window-inside-pixel-edges.
9808
9809 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9812
9813         * mm-decode.el (mm-save-part): Allow saving to other directories the
9814         normal Emacs way.
9815
9816         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9817         Suggested by Jay Berkenbilt.
9818
9819         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9820         there isn't a single byte.
9821
9822         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9823         just do it.  It doesn't really seem to matter what the user responds
9824         here, I think, so it's just a confusing question.
9825
9826         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9827         non-streaming case.
9828
9829         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9830         (gnus-article-encrypt-body): Use it.
9831
9832         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9833         keystroke.
9834
9835         * nnimap.el (nnimap-find-wanted-parts-1):
9836         Use gnus-fetch-partial-articles.
9837
9838         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9839
9840         * nnimap.el (nnimap-insert-partial-structure): New function.
9841         (nnimap-get-partial-article): New function.
9842         (nnimap-request-article): Use it.
9843         (nnimap-wait-for-response): Return whether the wait was successful.
9844         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9845         retrieval wasn't successful.
9846         (nnimap-retrieve-group-data-early): Allow throttling servers.
9847         (nnimap-streaming): New variable.
9848         (nnimap-fetch-partial-articles): Remove.
9849
9850         * mm-decode.el (mm-with-part): Protect against killed buffers.
9851
9852         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9853         for prettier summary display.
9854
9855 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9856
9857         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9858
9859 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9862         apparently third-party libraries depend on it.
9863
9864         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9865         before starting negotiation.
9866
9867         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9868         privacy reasons.
9869         (gnus-treat-mail-gravatar): Ditto.
9870
9871         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9872         buffer when inserting images.  Inserting text into the headers, for
9873         instance, can make them invalid.
9874
9875 2010-09-25  Julien Danjou  <julien@danjou.info>
9876
9877         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9878         variables.
9879
9880         * nnheader.el: Remove useless variables news-reply-yank-from and
9881         news-reply-yank-message-id.
9882
9883         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9884         variables.
9885
9886         * mml1991.el: Remove useless mml1991-verbose.
9887
9888         * gnus.el: Remove useless variable gnus-use-generic-from.
9889         Remove obsolete variable gnus-topic-indentation.
9890
9891         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9892
9893         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9894
9895         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9896
9897         * gnus-group.el: Remove useless gnus-group-icon-cache.
9898         Remove useless gnus-ephemeral-group-server.
9899
9900         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9901
9902         * mml2015.el: Remove useless mml2015-verbose.
9903
9904         * mml-smime.el: Remove useless mml-smime-verbose.
9905
9906         * gnus.el: Remove useless gnus-local-domain.
9907
9908         * gnus-gravatar.el (gnus-gravatar-transform-address):
9909         Use gnus-gravatar-size.
9910
9911         * gnus-art.el: Remove useless gnus-treat-translate.
9912
9913 2010-09-24  Julien Danjou  <julien@danjou.info>
9914
9915         * gnus-sum.el: Add support for Gravatars.
9916
9917         * gnus-art.el: Add support for Gravatars.
9918
9919         * gnus-gravatar.el: Add this file.
9920
9921         * gravatar.el: Add this file.
9922
9923 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9926
9927         * gnus-group.el (gnus-group-fetch-faq): Remove.
9928
9929         * gnus.el (gnus-group-faq-directory): Remove.
9930
9931         * gnus-group.el (gnus-group-fetch-charter): Remove.
9932
9933         * gnus.el (gnus-group-charter-alist): Remove.
9934
9935         * gnus-group.el (gnus-group-archive-directory): Remove.
9936         (gnus-group-recent-archive-directory): Ditto.
9937         (gnus-group-make-archive-group): Remove.
9938
9939         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9940
9941         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9942         use the same article number for all the cached articles.
9943
9944         * nnimap.el (nnimap-command): Register the last command time so
9945         that we can use it for idling NOOPs.
9946         (nnimap-open-connection): Start the keeplive timer.
9947         (nnimap-make-process-buffer): Store all the process buffers.
9948         (nnimap-keepalive): New function.
9949
9950         * starttls.el (starttls-open-stream): Add autoload cookie.
9951
9952 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9953
9954         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9955         handling.
9956
9957 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9958
9959         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9960         its data structures.
9961
9962         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9963         instead of the cl.el copy-list.
9964         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9965         equalp.
9966
9967 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9970         and tool-bar-local-item-from-menu.
9971
9972         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9973         mode-line-highlight face for Emacs.
9974
9975         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9976         loading gnus-sum.elc; fix comment for canlock-verify.
9977         (gnus-article-jump-to-part): Use read-number.
9978         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9979         Remove Emacs pre-21 compatible code for help-echo.
9980         (gnus-article-next-page-1): No need to adjust the number of lines.
9981         (gnus-article-describe-bindings): Always use help-buffer.
9982
9983         * gnus-audio.el (gnus-audio-inline-sound):
9984         * gnus-cus.el (gnus-custom-mode):
9985         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9986
9987         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9988
9989         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9990         compatible code.
9991
9992 2010-09-24  Glenn Morris  <rgm@gnu.org>
9993
9994         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9995         visiting the fcc file in rmail-mode.
9996
9997         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9998
9999 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * nnir.el: Silence the byte compiler.
10002
10003         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10004         alias to browse-url-url-encode-chars if any.
10005         (gnus-html-encode-url): Use it.
10006
10007 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-start.el (gnus-use-backend-marks): New variable.
10010         (gnus-get-unread-articles-in-group): Use it.
10011
10012         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10013         makeover.
10014
10015 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10016
10017         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10018
10019 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10022         Remove.
10023         (gnus-setup-news-hook):
10024         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10025
10026         * gnus-int.el (gnus-request-update-info): Protect against backends not
10027         having the function.
10028
10029         * nnimap.el (nnimap-stream): Mention starttls.
10030         (nnimap-open-connection): Add starttls support.
10031
10032 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10033
10034         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10035
10036 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10039         BODYSTRUCTUREs.
10040         (nnimap-transform-headers): Unfold quoted {42} headers.
10041
10042         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10043         the info.
10044         (gnus-get-unread-articles): Only call updatep on backends that support
10045         it.
10046
10047         * nnweb.el (nnweb-request-update-info): NOOP.
10048
10049         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10050
10051         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10052         since it only deals with marks.
10053
10054         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10055         gnus-request-marks, and make a new gnus-request-update-info.
10056
10057         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10058         the active instead of the high number, which is usually too low.
10059
10060 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10063         * encrypt.el: Remove.
10064
10065 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10068         server in symbolic form.
10069
10070         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10071
10072 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10075         (nnimap-update-info): Fix up code slightly.
10076
10077         * gnus-int.el (gnus-open-server): Add tracing for performance
10078         debugging.
10079
10080         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10081         (gnus-group-insert-group-line): Pass the real group name so that it
10082         gets the right data.
10083
10084         * gnus-start.el (gnus-get-unread-articles): Don't have
10085         `gnus-get-unread-articles-in-group' update info, since that can be
10086         really slow and doesn't seem to be needed?
10087
10088 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10089
10090         * time-date.el (date-to-time): Try using parse-time-string first before
10091         using the slower timezone-make-date-arpa-standard.
10092
10093 2010-09-22  Julien Danjou  <julien@danjou.info>
10094
10095         * gnus-group.el (gnus-group-insert-group-line):
10096         Call gnus-group-highlight-line.
10097         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10098         default hook list.
10099         (gnus-group-update-eval-form): Add new function.
10100         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10101         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10102
10103 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10104
10105         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10106         immediate, then expire all articles.
10107         (nnimap-update-info): Fix off-by-one errors.
10108         (nnimap-flags-to-marks): Would return no marks lists for group with no
10109         flags.  Instead return the other data.
10110
10111 2010-09-22  Julien Danjou  <julien@danjou.info>
10112
10113         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10114         Only return an icon.
10115         (gnus-group-insert-group-line): Compute icon to return.
10116
10117         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10118         (gnus-html-image-fetched): Only cache if
10119         gnus-html-image-automatic-caching is set.
10120         (gnus-html-image-fetched): Check for errors.
10121
10122 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10123
10124         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10125         once per method on `g'.  This ensures that backends like nnfolder don't
10126         open all their folders.
10127
10128         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10129         (nnimap-request-list): Nix out group in the correct buffer.
10130         (nnimap-parse-flags): Implement by using `read' instead of
10131         hand-parsing.
10132         (nnimap-flags-to-marks): Pass on permanent-flags.
10133         (nnimap-make-process-buffer): Record the server name.
10134         (nnimap-parse-flags): Fix typo.
10135         (nnimap-request-scan): Run split on the server in general, not just a
10136         single group.
10137
10138         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10139         parameter, and propagate this downwards.
10140
10141         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10142         since EXAMINE changes it on the server.
10143
10144         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10145         this command might take a while.
10146
10147 2010-09-22  Julien Danjou  <julien@danjou.info>
10148
10149         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10150         harmful if you have 2 images side-by-side, they can't be properly
10151         update on text deletion.  Using text-property is safer here.
10152         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10153         data.
10154
10155 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10156
10157         * nnimap.el (nnimap-expunge-inbox): Remove.
10158         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10159         (nnimap-expunge): Flip default to t.
10160
10161         * gnus.el (gnus-method-to-server): Don't push things to the cache
10162         unless it's unique.
10163         (gnus-server-to-method): Ditto.
10164
10165 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10166
10167         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10168
10169 2010-09-22  Julien Danjou  <julien@danjou.info>
10170
10171         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10172         get the start of data.
10173         (gnus-html-encode-url): Add this function to encode special chars in
10174         URL.
10175         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10176         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10177
10178         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10179         default.
10180         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10181
10182         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10183         images alt-text.
10184         (gnus-html-put-image): Put alt-text as help-echo.
10185
10186 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10189         * mm-util.el (mm-decompress-buffer):
10190         * nnir.el (nnir-run-find-grep):
10191         * pop3.el (pop3-list): Use 3rd arg of split-string.
10192
10193         * time-date.el (format-seconds): Comment fix.
10194
10195         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10196         and byte-optimize-form-code-walker.
10197         (dgnushack-make-auto-load): Don't advise make-autoload.
10198
10199         * lpath.el: Remove Emacs 21 stuff.
10200
10201 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10204         outside the active range.  Suggested by Dan Christensen.
10205
10206         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10207         slightly later to avoid double-getting it.
10208
10209         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10210         previous patch.
10211
10212         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10213
10214 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10215
10216         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10217
10218 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * gnus-int.el (gnus-open-server): Give a better error message in the
10221         "go offline" case.
10222
10223         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10224         marks for nnimap, which is seldom the right thing to do.
10225
10226         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10227         (gnus-same-method-different-name): New function.
10228
10229         * nnimap.el (parse-time): Require.
10230
10231         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10232         method in the presence of many similar methods.
10233
10234         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10235
10236         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10237         nnml-inhibit-expiry.
10238
10239         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10240         find out whether methods are equal.
10241
10242         * nnimap.el (nnimap-find-expired-articles): New function.
10243         (nnimap-process-expiry-targets): New function.
10244         (nnimap-request-move-article): Request the article before looking at
10245         what the Message-ID is.  Fix found by Andrew Cohen.
10246         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10247
10248         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10249         for oldness in addition to being a predicate.
10250
10251         * nnimap.el (nnimap-request-group): When we have zero articles, return
10252         the right data to Gnus.
10253         (nnimap-request-expire-articles): Only delete articles immediately if
10254         the target is 'delete.
10255
10256         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10257         method, this would bug out.
10258
10259         * gnus-group.el (gnus-group-expunge-group): Rename from
10260         gnus-group-nnimap-expunge, and implemented as a normal interface
10261         function.
10262
10263         * gnus-int.el (gnus-request-expunge-group): New function.
10264
10265         * nnimap.el (nnimap-request-create-group): Implement.
10266         (nnimap-request-expunge-group): New function.
10267
10268 2010-09-21  Julien Danjou  <julien@danjou.info>
10269
10270         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10271         (gnus-html-cache-expired): Add new function.
10272         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10273         wethever we should display image for fetch it.
10274         Compute alt-text earlier to pass it to the fetching function too.
10275         (gnus-html-schedule-image-fetching): Change function argument to only
10276         get one image at a time, not a list.
10277         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10278         cache.
10279         (gnus-html-get-image-data): New function to retrieve image data from
10280         cache.
10281         (gnus-html-put-image): Change buffer argument to use image data rather
10282         than file, and place image above region rather than inserting a new
10283         one.  Do not take alt-text as argument, since it's useless now: we place
10284         the image above alt-text.
10285         (gnus-html-prune-cache): Remove.
10286         (gnus-html-show-images): Start to fetch image when we find one, do not
10287         push into a temporary list.
10288         (gnus-html-prefetch-images): Only fetch image if they have expired.
10289         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10290         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10291
10292 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10295
10296 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10299         spec inser "*" if the group isn't active instead of 0.
10300
10301         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10302         opening the server.
10303         (nnimap-request-delete-group): Implement group deletion.
10304         (nnimap-transform-headers): Return the size of the entire message in
10305         the Bytes header, not just the size of the first part.
10306         (nnimap-request-move-article): When moving an article from nnimap,
10307         request the article first so the accepting form has an article to
10308         accept.  Reported by Dan Christensen.
10309         (nnimap-command): Make sure that the error message doesn't error out.
10310
10311 2010-09-20  David Edmondson  <dme@dme.org>
10312
10313         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10314         we haven't requested anything.
10315
10316 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10319         "".  Fix found by Andrew Cohen.
10320
10321         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10322         instead of -encode-string.
10323
10324 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10327
10328         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10329         by mm-subst-char-in-string.
10330
10331 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332
10333         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10334         waiting for the connection string.
10335
10336         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10337         arriving.
10338
10339         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10340         bogus characters.  This allows selecting certain Gmail groups.
10341
10342         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10343         (nnimap-fetch-partial-articles): New variable.
10344         (nnimap-open-connection): When looking for credentials, also use the
10345         nnimap-server-port.
10346         (nnimap-request-article): Return the group/article number, so that Gnus
10347         `^' works as expected.
10348         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10349
10350         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10351         comments.
10352         (gnus-methods-sloppily-equal): New function.
10353         (gnus): When using the development version of Gnus, load the gnus-load
10354         file.
10355
10356         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10357         `gnus-open-server' on each method before trying to scan them etc.
10358         This ensures that all the backend parameters are set correctly.
10359
10360         * nnimap.el (nnimap-authenticator): New variable.
10361         (nnimap-open-connection): Allow anonymous login.
10362         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10363         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10364
10365         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10366         patch, found by Knut Anders Hatlen.
10367
10368 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10369
10370         * gnus-agent.el (gnus-agent-batch-confirmation)
10371         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10372         to gnus-message.
10373         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10374         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10375         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10376         * gnus-int.el (gnus-open-server): Likewise.
10377         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10378         (gnus-score-check-syntax): Likewise.
10379         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10380         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10381         Likewise.
10382         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10383
10384 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10387         calling conventions so that prefetch doesn't bug out.
10388
10389 2010-09-19  Julien Danjou  <julien@danjou.info>
10390
10391         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10392         rather than `subst-char-in-region' in order to be able to replace ASCII
10393         char by UTF-8 ones.
10394
10395         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10396         than curl.
10397         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10398         the right URL and ALT text on images.
10399         (gnus-html-wash-tags): Fix tag case.
10400         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10401         (gnus-article-html): Add -o display_ins_del=2 option.
10402         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10403
10404 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405
10406         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10407         the extra mail headers, which sometimes seem to happen for unknown
10408         reasons.
10409
10410         * mail-parse.el (mail-header-encode-parameter): Define as
10411         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10412         (or most, perhaps?) mail readers don't understand the latter, but do
10413         understand the former.
10414
10415         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10416         to nil, so that no methods are automatically agentized.  I think this
10417         is probably what most users want.
10418
10419         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10420         from url-retrieve, for instance about invalid URLs.
10421
10422         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10423         groups that have no articles.
10424         (nnimap-request-article): Check that we really got an article when we
10425         requested one.
10426
10427         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10428         doesn't exist.
10429
10430         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10431         nntp buffer so the agent can save it.
10432         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10433         that CRLF doesn't get translated to \n.
10434         (nnimap-open-connection): Don't make 'shell commands only send \n.
10435
10436 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10437
10438         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10439         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10440         Update var name.
10441         (nnml-generate-nov-file): Use dolist.
10442         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10443         Use with-current-buffer.
10444
10445 2010-09-18  Julien Danjou  <julien@danjou.info>
10446
10447         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10448         parallel.
10449
10450 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10453         the range update right.
10454         (nnimap-request-group): Don't make `M-g' bug out on group with no
10455         marks.
10456         (nnoo): Require, so that other packages can require nnimap.
10457         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10458         command we're looking for.  This helps when the server sends more
10459         responses after we've gotten everything we expected.
10460         (nnimap): Add a `newlinep' field to keep track of end-of-line
10461         conventions.
10462         Don't send CRLF to things that don't want it.
10463         (nnimap-request-accept-article): Ditto.
10464
10465 2010-09-18  Julien Danjou  <julien@danjou.info>
10466
10467         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10468         than curl to retrieve images.
10469
10470 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471
10472         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10473         the marks.
10474         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10475         (nnimap-wait-for-connection): New function.
10476         (nnimap-open-connection): If we have PREAUTH, don't query for login
10477         credentials.
10478         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10479         when doing a partial update.
10480
10481 2010-09-18  Julien Danjou  <julien@danjou.info>
10482
10483         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10484         tags.
10485
10486 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * nnimap.el (nnimap-credentials): New function.
10489         (nnimap-open-connection): Use the new function to look for credentials
10490         also on the numeric equivalents of "imap" and "imaps".
10491
10492         * gnus-start.el (gnus-activate-group): Send the info to
10493         gnus-request-group.
10494
10495         * nnimap.el (nnimap-request-group): Have the "check" version of the
10496         function parse flags and update the info, so that a `M-g' get a total
10497         resync of all flags from the group.
10498
10499         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10500         to allow backends to alter the info on group selection.  Also alter all
10501         the backend -request-group functions to take the parameter.
10502
10503         * nnimap.el (nnimap-store-info): New function.
10504         (nnimap-update-info): Store the info for later usage.
10505         (nnimap-request-group): Use the stored info for the dont-check case, so
10506         that we don't retrieve all marks when we enter a group.
10507
10508         * nnimap.el: Use deffoo instead of defun for interface functions.
10509
10510         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10511         update the group info.  This makes the nndraft groups, for instance, go
10512         back to their old behavior.
10513
10514         * gnus-sum.el (gnus-select-newsgroup): Indent.
10515
10516         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10517         in.
10518         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10519         nothing.
10520
10521         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10522         from methods that are denied.
10523
10524         * gnus-int.el (gnus-method-denied-p): New function.
10525
10526         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10527         store the password instead of netrc.
10528         (nnimap-open-connection): Don't error out when we can't make a
10529         connections.
10530
10531         * auth-source.el (auth-source-create): In the password prompt, say what
10532         we're querying for.  Also prompt for user name if that hasn't been
10533         given.
10534
10535         * nnimap.el (nnimap-with-process-buffer): Remove.
10536
10537 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10540         method when we're reading from the agent.
10541
10542         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10543
10544         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10545         that's probably most useful for users.
10546
10547         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10548         "failed" all the time.
10549
10550         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10551         ...)) with (with-current-buffer ... ).
10552
10553         * nntp.el (nntp-open-server): Return whether the open was successful or
10554         not.
10555
10556         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10557         select an unread unseen article first.
10558
10559         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10560         /etc/services, supply some sensible port defaults.
10561
10562         * dgnushack.el: Define netrc-credentials.
10563
10564 2010-09-17  Julien Danjou  <julien@danjou.info>
10565
10566         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10567
10568 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10569
10570         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10571         doesn't have any parameters.
10572
10573 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10576         only upcased checks.
10577
10578         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10579
10580         * nnimap.el (nnimap-open-shell-stream): New function.
10581         (nnimap-open-connection): Use it.
10582         (nnimap-transform-headers): Get the number of lines in each message.
10583         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10584         number of lines.
10585         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10586         problem.
10587
10588         * utf7.el (utf7-encode): Autoload.
10589
10590         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10591         to allow the mail splitting to not return a default group.  This is
10592         useful for nnimap, which will leave unmatched mail in the inbox.
10593
10594         * nnimap.el: Rewritten.
10595
10596         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10597         nnimap usage.
10598
10599         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10600         if the move is internal, so that nnimap can do fast internal moves.
10601
10602         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10603         data.
10604         (gnus-read-active-for-groups): Support finishing the early retrieval of
10605         data.
10606
10607         * gnus-range.el (gnus-range-nconcat): New function.
10608
10609         * gnus-int.el (gnus-finish-retrieve-group-infos)
10610         (gnus-retrieve-group-data-early): New functions.
10611
10612 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10613
10614         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10615         (nnrss-retrieve-groups):
10616         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10617         (pop3-quit): Use with-current-buffer.
10618
10619 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10622         instead of nnheader-accept-process-output.
10623
10624         * dgnushack.el (dgnushack-compile): Add comment.
10625
10626         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10627
10628         * gnus-html.el (gnus-html-schedule-image-fetching)
10629         (gnus-html-prefetch-images): Replace process-kill-without-query by
10630         gnus-set-process-query-on-exit-flag.
10631
10632 2010-09-16  Romain Francoise  <romain@orebokech.com>
10633
10634         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10635
10636 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10639         parameter to unintern is mandatory-ish in Emacs 24.
10640
10641         * gnus-html.el (gnus-html-schedule-image-fetching)
10642         (gnus-html-prefetch-images): Check for curl before using it.
10643
10644         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10645         depend on curl, which isn't essential.
10646
10647         * imap.el: Revert back to version
10648         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10649         seem problematic.
10650
10651 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10652
10653         * gnus-registry.el (gnus-registry-install-shortcuts):
10654         Explicitly pass `obarray' to `unintern' to avoid a warning.
10655
10656 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10657
10658         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10659         change.
10660
10661         * nnrss.el (nnrss-request-list): Remove this function and related
10662         functions, including the moreover stuff.
10663
10664 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * nnrss.el (nnrss-retrieve-groups): New function.
10667
10668 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10669
10670         * .dir-locals.el: Add no-byte-compile cookie.
10671
10672 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * time-date.el (format-seconds): Comment fix.
10675
10676         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10677         for back end that doesn't support request-scan.
10678
10679 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10682         then do request scans from the backends.
10683
10684         * netrc.el (netrc-credentials): New conveniency function.
10685
10686         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10687         avoid running a hook per line, since this takes a lot of time,
10688         profiling shows.
10689         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10690         directly if gnus-visual-p is true.
10691
10692 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10695         groups; replace mapcar with dolist which is a bit faster; pass groups
10696         info to gnus-read-active-file-1.
10697         (gnus-read-active-file-1): Scan only specified groups if the new
10698         optional arg `infos' is given.
10699
10700 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10703
10704         * pop3.el (pop3-movemail): Remove.
10705         (pop3-streaming-movemail): Rename to pop3-movemail.
10706
10707         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10708         don't restrict end-tag searches to the end of the line.
10709
10710 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10713         articles of every unchecked group to t, which means unknown since the
10714         server has never been opened.
10715
10716 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10717
10718         * gnus-html.el (gnus-html-show-alt-text): New command.
10719         (gnus-html-browse-image): Ditto.
10720         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10721         to browse the image directly.
10722         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10723         better.
10724
10725         * gnus-async.el (gnus-async-article-callback):
10726         Call `gnus-html-prefetch-images' unconditionally.
10727
10728         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10729         before feeding URLs to curl.
10730
10731 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10734         internal images as deletable by `W D D'.
10735
10736         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10737         (gnus-async-article-callback): Fix typo.
10738
10739 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10742         current line to work around bugs in the output from w3m.
10743
10744         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10745         for groups that want that.
10746
10747         * nntp.el (nntp-wait-for-string): Supply a timeout for
10748         accept-process-output to ensure progress.
10749
10750         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10751         level to get unread articles from, then use that for foreign groups,
10752         too.
10753
10754         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10755         confuses the rest of the function.
10756
10757         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10758         for the methods that support -retrieve-groups, too.
10759
10760         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10761
10762 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10765         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10766
10767         * pop3.el: Require cl when compiling.
10768         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10769
10770 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10773         that aren't going to be activated.
10774         (gnus-get-unread-articles): Fix up the last commit.
10775
10776         * gnus-html.el (gnus-article-html): Allow calling without specifying
10777         the handle.  In that case, dissect the buffer first.
10778
10779         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10780
10781         * nnimap.el (nnimap-open-connection): Revert the change that would look
10782         into authinfo for imaps instead of imap.
10783
10784         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10785         say that you don't want to call gnus-request-group with don-check, but
10786         do check the reponse.  This is for virtual groups only.
10787         (gnus-get-unread-articles): Count the archive groups as secondary, so
10788         that they're activated the same way as before.
10789
10790         * imap.el (imap-message-map): Removed optional buffer parameter, since
10791         no callers use it.
10792         (imap-message-get): Ditto.
10793         (imap-message-put): Ditto.
10794         (imap-mailbox-map): Ditto.
10795         (imap-mailbox-put): Ditto.
10796         (imap-mailbox-get): Ditto.
10797         (imap-mailbox-get): Revert last change for this function.
10798
10799         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10800         case-insensitively.
10801         (nnimap-debug): Remove.
10802
10803         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10804         callers to use `imap-fetch' instead.  According to the comments, this
10805         should be safe, since all other IMAP clients use the 1:* syntax.
10806         (imap-enable-exchange-bug-workaround): Remove.
10807         (imap-debug): Remove -- doesn't seem very useful.
10808
10809         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10810         mail from a file, and the file doesn't exist.
10811
10812         * imap.el (imap-log): New convenience function used throughout instead
10813         of repeating the same code all over the place.
10814
10815         * pop3.el (pop3-streaming-movemail): Return t for success.
10816
10817         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10818         .authinfo if we're using ssl connection.
10819
10820         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10821         already have if we're in a main Gnus `g' run.
10822
10823         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10824
10825 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10828
10829         * nnmh.el (nnmh-request-list-1): Bind `file'.
10830
10831         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10832         alias to set-process-query-on-exit-flag or process-kill-without-query.
10833         (pop3-open-server): Use it.
10834
10835 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10838         box to the Incoming file.  Fixes mistake in previous checkin.
10839
10840         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10841         request loop (for debugging purposes) removed.
10842
10843         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10844         culprit is more visible.
10845         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10846         (nnml-add-incremental-nov): New functions to do "incremental" nov
10847         updates, where we just append to the end of the existing nov files
10848         without reading/writing them in full.
10849
10850         * mail-source.el (mail-source-delete-crash-box): Really only check the
10851         incoming files once in a while.
10852
10853         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10854
10855         * mail-source.el (mail-source-delete-crash-box): Only check the
10856         incoming files for deletion once per day to save a lot of file
10857         accesses.
10858
10859         * pop3.el (pop3-logon): Fix up unbound variable typo.
10860
10861         * mail-source.el (pop3-streaming-movemail): Autoload.
10862
10863         * pop3.el (pop3-streaming-movemail):
10864         Respect pop3-leave-mail-on-server.
10865
10866         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10867         retrieval.
10868
10869         * pop3.el (pop3-process-filter): Remove unused function.
10870         (pop3-streaming-movemail, pop3-send-streaming-command)
10871         (pop3-wait-for-messages, pop3-write-to-file)
10872         (pop3-number-of-responses): New functions for streaming pop3
10873         retrieval.
10874
10875         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10876         come from no known methods.
10877         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10878         list.
10879
10880         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10881         message sizes.
10882         (pop3-movemail): Use erase-buffer instead of looping and deleting
10883         regions, which seems rather odd.
10884
10885         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10886         file once per `g' run.
10887
10888         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10889         directories.  This makes the draft queue directory work.
10890
10891         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10892         data from the backends, so that we only request the list of groups from
10893         each method once.  This should speed things up considerably.
10894
10895         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10896         detect that it's not implemented.
10897
10898         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10899         we actually do recurse down into the tree, but don't stat all leaf
10900         nodes.
10901
10902         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10903         then say so instead of bugging out.
10904
10905         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10906         files exist before trying to read them.
10907
10908         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10909         around <pre_int>.
10910
10911         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10912
10913         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10914
10915 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916
10917         * mm-util.el (mm-image-load-path): Just return the image directories,
10918         not all directories in the path in addition to the image directories.
10919         (mm-image-load-path): Maintain a cache of the image directories so that
10920         the `g' command in Gnus doesn't have to stat dozens of directories each
10921         time.
10922
10923         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10924         (gnus-html-wash-tags): Add a new `i' command to insert images.
10925         (gnus-html-insert-image): New command and keystroke.
10926         (gnus-html-redisplay-with-images): New command and keystroke.
10927         (gnus-html-show-images): Rename command.
10928         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10929         spacers.
10930         (gnus-html-wash-tags): Decode entities at the end, so that entities
10931         inside the tags don't mess up the rest of the "parsing".
10932
10933         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10934         so that nnimap methods aren't agentized by default.  There's apparently
10935         many problems related to agent/imap behavior.
10936
10937         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10938
10939         * gnus-html.el: Doc fix.
10940
10941 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10944         specifier-spec-list for Emacs 21.
10945
10946         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10947         glyph-width and glyph-height instead of display-graphic-p and
10948         image-size; make avoidance of displaying small images work for XEmacs.
10949
10950         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10951         for XEmacs.
10952
10953         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10954         of symbol that holds plist data.
10955         (gnus-process-plist): Remove plist of process after getting it.
10956
10957 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * message.el (message-generate-hashcash): Change default to
10960         'opportunistic if hashcash is installed.
10961
10962         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10963         (gnus-html-put-image): Only call image-size once, since it's somewhat
10964         time-consuming on remote X servers.
10965
10966 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10969         type on data, not a file name.
10970
10971         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10972         window-pixel-edges for Emacs 21.
10973
10974         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10975         decoded contents.
10976         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10977
10978 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10981         group line format, since it isn't very interesting.
10982
10983         * gnus-agent.el (gnus-agent-short-article),
10984         (gnus-agent-long-article): Increase values for these two variables,
10985         since most people are likely to have more network connection and
10986         storage than before.
10987
10988         * gnus.el (gnus-refer-article-method): Change default to 'current.
10989         When referring an article, the common behavior is to refer it from the
10990         current select method, not the native select method.  The chances of
10991         the native select method having the message in question is rather slim
10992         these days.
10993
10994         * gnus-sum.el (gnus-auto-select-subject): Change default to
10995         `unseen-or-unread'.  I think it's likely that most people want to
10996         select an unseen article over a previously seen, but unread one.
10997
10998         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10999         means that in the article buffer none of the minor mode elements will
11000         be shown, usually, and this is not desirable in most cases.
11001
11002         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11003         that commands like `d' (and the like) go to the next line in the
11004         buffer, instead of the next unread article.  I think this is the
11005         behavior that is most natural for most users.
11006         (gnus-single-article-buffer): Change default to nil, so that people can
11007         have as many article buffers open as they have summary buffer.  I think
11008         this is the most natural way for the groups to behave.
11009
11010         * message.el (message-generate-new-buffers): Change default to
11011         `unsent', so that all new message buffers start their names with the
11012         string "*unsent", and it's easier to find the buffers if you move from
11013         them.
11014
11015 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11018         small.  They're probably tracking images.
11019         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11020         (gnus-html-rescale-image): Yet another try at getting the image sizing
11021         right.
11022
11023         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11024         nntp-marks-file-name is nil.
11025
11026 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11027
11028         * gnus-html.el (gnus-html-wash-tags)
11029         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11030         Better logging.
11031
11032 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11035
11036         * gnus-html.el (gnus-html-wash-tags): Check the value of
11037         gnus-blocked-images in the summary buffer.
11038
11039 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11040
11041         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11042
11043 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11046         like "a", it seems like.
11047         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11048         since it needs to be picked from the correct buffer.
11049
11050         * nnwfm.el: Remove.
11051
11052         * nnlistserv.el: Remove.
11053
11054 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11057         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11058
11059 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * nnkiboze.el: Remove.
11062
11063         * nndb.el: Remove.
11064
11065         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11066         alt text.
11067         (gnus-html-rescale-image): Try to get the rescaling logic right for
11068         images that are just wide and not tall.
11069
11070         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11071         overshadow variable bindings.
11072
11073 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         * gnus-html.el (gnus-html-wash-tags)
11076         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11077         Add extra logging.
11078
11079 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11080
11081         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11082         (gnus-max-image-proportion): New variable.
11083         (gnus-html-rescale-image): New function.
11084         (gnus-html-put-image): Rescale images.
11085
11086 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11087
11088         Fix up some byte-compiler warnings.
11089         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11090         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11091         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11092         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11093         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11094         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11095         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11096
11097 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-html.el (gnus-article-html): Decode contents by charset.
11100
11101 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11104         (gnus-html-frame-width, gnus-blocked-images):
11105         * message.el (message-prune-recipient-rules): Add custom version.
11106         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11107
11108         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11109         functions.
11110
11111         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11112         gnus-process-get.
11113
11114 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11115
11116         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11117         instead of lsub directly.
11118
11119 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * nnwarchive.el: Remove.
11122
11123         * gnus-soup.el: Remove.
11124
11125         * nnsoup.el: Remove.
11126
11127         * nnultimate.el: Remove.
11128
11129         * gnus-html.el (gnus-blocked-images): New variable.
11130
11131         * message.el (message-prune-recipients): New function.
11132         (message-prune-recipient-rules): New variable.
11133
11134         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11135         guess whether a long line is natural text or not.
11136
11137         * gnus-html.el (gnus-html-schedule-image-fetching):
11138         Use gnus-process-plist and friends for compatibility.
11139
11140 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11141
11142         * gnus-html.el: Require packages that define macros used in this file.
11143         (gnus-article-mouse-face): Declare to silence byte-compiler.
11144         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11145         process-get.
11146         (gnus-html-put-image): Use plist-get to avoid getf.
11147         (gnus-html-prefetch-images): Use with-current-buffer.
11148
11149 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-ems.el: Provide compatibility functions for
11152         gnus-set-process-plist.
11153
11154         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11155         header-line-format for XEmacs 21.4.
11156
11157         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11158         * gnus.el (gnus-valid-select-methods):
11159         * message.el (message-send-mail-partially-limit):
11160         * mm-decode.el (mm-text-html-renderer):
11161         * mml.el (mml-insert-mime-headers-always):
11162         * smiley.el (smiley-regexp-alist): Bump custom version.
11163
11164 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus-html.el: Require mm-url.
11167         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11168         with the url to `url'.
11169         (gnus-html-wash-tags): Support cid: URLs/images.
11170
11171 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11172
11173         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11174         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11175         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11176
11177         * gnus-move.el: Remove file, since it doesn't really work.
11178
11179         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11180         UTF-8.  This seems to fix problems with some German web feeds.
11181
11182         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11183         at the top so that the proper colors are applied.
11184
11185         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11186         don't have dots in their names.
11187
11188         * gnus-art.el (gnus-article-view-part): Doc fix.
11189
11190         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11191         XEmacs-compatible.
11192         (gnus-html-put-image): Don't do images on non-graphic displays.
11193
11194         * nnslashdot.el: Remove this unused backend.
11195
11196         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11197         actions.
11198         (gnus-undo-register-1): Revert last change.
11199
11200         * gnus-group.el (gnus-group-completing-read): Protect against not
11201         having completion-styles bound.
11202
11203         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11204         make broken recipients happier.
11205
11206         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11207
11208         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11209         point parameter.
11210
11211         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11212
11213         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11214         completion-styles for group selection.
11215
11216 2009-02-04  Andreas Schwab  <schwab@suse.de>
11217
11218         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11219         headers and regexp-quote the match if necessary.
11220
11221 2009-03-24  Miles Bader  <miles@gnu.org>
11222
11223         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11224         the blinking smiley.
11225
11226 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11227
11228         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11229         blink smiley.
11230
11231 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11234         where the dribbel file lives exists.
11235
11236         * message.el (message-send-mail-partially-limit): Change the default to
11237         nil, since most people don't want this.
11238
11239         * mm-url.el (mm-url-decode-entities): Also decode entities like
11240         &#x3212.
11241
11242 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11243
11244         * gnus-sum.el (gnus-summary-idna-message):
11245         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11246         Hyperlink urls in docstrings with URL `...'.
11247
11248 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11249
11250         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11251         functions.
11252
11253 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11256         say what the mouseover text should be.
11257
11258         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11259         version of the mm-w3m-safe-url-regexp variable to only download images
11260         in the groups where we want that to happen.
11261
11262         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11263
11264         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11265         easier debugging.
11266         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11267         big pictures in the article buffer.
11268
11269         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11270         gnus-article-html.
11271         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11272         w3m.
11273
11274         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11275
11276 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11279         which doesn't exist.
11280
11281         * message.el (message-inhibit-ecomplete): New variable to allow some
11282         function to inhibit ecomplete address storage.
11283         (message-resend): Disable ecomplete message storage when resending
11284         messages.
11285
11286         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11287
11288 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11291         Save excursion while copying, moving, and deleting articles in order to
11292         prevent the cursor from jumping to unforeseen place.
11293
11294 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * lpath.el: No need to bind bookmark-current-buffer,
11297         bookmark-yank-point and bookmark-make-record-function.
11298
11299 2010-08-17  Glenn Morris  <rgm@gnu.org>
11300
11301         * gnus-sync.el: Require gnus components whose functions are used.
11302
11303         * gnus-art.el (bookmark-make-record-function):
11304         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11305         Declare for compiler.
11306
11307         * mm-url.el (mml-compute-boundary): Autoload.
11308
11309 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11312
11313 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11314
11315         Typo fix "hoo4a" -> "hook".
11316
11317         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11318
11319 2010-08-14  Glenn Morris  <rgm@gnu.org>
11320
11321         * gnus-sync.el (gnus-sync): Fix defgroup version.
11322
11323 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11324
11325         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11326
11327         * gnus-sync.el: Fix docs.
11328         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11329         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11330
11331 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11332
11333         Optimizations for gnus-sync.el.
11334
11335         * gnus-sync.el: Add docs about gnus-sync-backend
11336         possibilities.
11337         (gnus-sync-save): Remove unnecessary message.
11338         (gnus-sync-read): Optimize and show what groups were skipped.
11339
11340 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11341
11342         Minor bug fixes for gnus-sync.el.
11343
11344         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11345         Don't read the sync on get-new-news.
11346
11347         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11348         quiet.
11349
11350         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11351         (fix typo).
11352
11353 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11354
11355         Make saving and restoring of hidden threads work with overlays.
11356         Patch applied by Ted Zlatanov.
11357
11358         * gnus-sum.el (gnus-hidden-threads-configuration)
11359         (gnus-restore-hidden-threads-configuration): Update to deal with text
11360         properties, rather than searching for a magic character.
11361
11362 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11363
11364         New gnus-sync.el library for synchronization of marks.
11365
11366         * gnus-sync.el: New library for synchronization of marks.
11367
11368         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11369         renamed from `gnus-registry-grep-in-list'.
11370
11371         * gnus-registry.el (gnus-registry-follow-group-p):
11372         Use `gnus-grep-in-list'.
11373
11374         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11375
11376 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11379         determining charset of text fails.
11380
11381 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * nnmail.el (nnmail-get-new-mail-1): Revert.
11384
11385         * nnml.el (nnml-active-number): Make sure names of newly created groups
11386         in nnml-group-alist are encoded.
11387
11388 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11391         containing non-ASCII characters in active file for nnml back end.
11392
11393 2010-07-24  David Engster  <dengste@eml.cc>
11394
11395         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11396         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11397
11398 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11399
11400         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11401         tag (Bug#6654).
11402
11403 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11406         the article buffer, not the summary buffer.
11407
11408 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11411         Emacs 23 as well.
11412
11413 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11416         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11417
11418 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11419
11420         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11421         Patch applied by Karl Fogel.
11422
11423         * gnus-sum.el (gnus-summary-bookmark-make-record):
11424         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11425
11426 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11427
11428         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11429         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11430         C-w still not working correctly from Article buffers; Thierry's
11431         patch to fix that will be applied after this.
11432
11433         * gnus-art.el (bookmark-make-record-function): New local variable.
11434
11435         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11436         article buffer.
11437         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11438
11439 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11440
11441         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11442         on changes in bookmark.el.
11443
11444 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11447         `no-log' instead of message not to log prompt string.
11448
11449 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11450
11451         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11452         the *other* type of HTML form submission.
11453
11454 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11455
11456         * auth-source.el (auth-source-pick): If choice does not contain a
11457         questioned keyword, set the check to t.
11458
11459 2010-06-12  Romain Francoise  <romain@orebokech.com>
11460
11461         * gnus-util.el (gnus-date-get-time): Move up before first use.
11462
11463 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11466         (gnus-article-edit-part): Bind it to make last part that is substituted
11467         or deleted visible.
11468         (gnus-mime-display-single): Buttonize part of which id equals to
11469         gnus-mime-buttonized-part-id.
11470
11471 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11472
11473         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11474         (gnus-dd-mmm): Use gnus-date-get-time.
11475         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11476         simplify logic.
11477         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11478         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11479
11480 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11481
11482         * auth-source.el (top): Autoload `secrets-list-collections',
11483         `secrets-create-item', `secrets-delete-item'.
11484         (auth-sources): Fix tag string.
11485         (auth-get-source, auth-source-retrieve, auth-source-create)
11486         (auth-source-delete): New defuns.
11487         (auth-source-pick): Rewrite in order to avoid 2 passes.
11488         (auth-source-forget-user-or-password): New parameter USERNAME.
11489         (auth-source-user-or-password): New parameters CREATE-MISSING and
11490         DELETE-EXISTING.  Retrieve password interactively, if needed.
11491
11492 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11493
11494         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11495         deleting unused directories when gnus-expert-user is t.
11496
11497 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11500         for each temp file when gnus-article-browse-delete-temp is ask.
11501
11502 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11503
11504         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11505         Replace Lisp calls to delete-backward-char by calls to delete-char.
11506
11507 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11508
11509         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11510
11511 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11512
11513         * password-cache.el (password-cache-remove): Fix docstring.
11514
11515 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11518         article unless decoding article to be saved.
11519
11520 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11523         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11524         generated within the mm-with-unibyte-current-buffer macro.
11525
11526 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11529         to nil when we're in a mml-preview buffer and no group is selected.
11530
11531 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11532
11533         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11534         when catching the `C-g'.  Reported by "Leo".
11535
11536 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * message.el (message-forward-make-body-plain)
11539         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11540         multibyte-string-p.
11541
11542         * lpath.el: Revert.
11543
11544 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * message.el (message-forward-make-body-mml): Assume original message
11547         is multibyte string; error on unibyte.
11548         (message-forward-make-body-plain): Ditto; don't add excessive newline
11549         in body end.
11550
11551         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11552
11553 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11554
11555         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11556         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11557
11558 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * mm-extern.el (mm-extern-url): Don't use
11561         mm-with-unibyte-current-buffer.
11562         (mm-extern-cache-contents): Use with-current-buffer instead of
11563         save-excursion + set-buffer.
11564
11565 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mm-util.el (mm-emacs-mule): Remove.
11568
11569 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11570
11571         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11572         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11573         change.
11574
11575 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11578         bind the default value of enable-multibyte-characters to nil.
11579
11580 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * message.el (message-forward-make-body-plain)
11583         (message-forward-make-body-mml):
11584         Don't use mm-with-unibyte-current-buffer.
11585
11586 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11587
11588         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11589
11590 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11591
11592         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11593         (Bug#5592).
11594
11595 2010-05-07  Julien Danjou  <julien@danjou.info>
11596
11597         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11598         it to mm-pipe-part.
11599
11600         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11601         it is given.
11602
11603 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * binhex.el (binhex-decode-region-internal):
11606         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11607         (dns-query):
11608         * nnweb.el (nnweb-gmane-search):
11609         * pgg-parse.el (pgg-parse-armor):
11610         * pgg.el (pgg-verify-region):
11611         * sha1.el (sha1-string-external):
11612         * uudecode.el (uudecode-decode-region-internal):
11613         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11614         XEmacs.
11615
11616         * gnus-art.el (gnus-article-browse-html-parts):
11617         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11618         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11619         make-temp-file.
11620
11621         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11622         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11623         compiling.
11624
11625         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11626         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11627         XEmacs when compiling.
11628
11629         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11630         gnus-pick-mode-off-hook for XEmacs when compiling.
11631         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11632         gnus-binary-mode-off-hook for XEmacs when compiling.
11633
11634         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11635         Return nil if char-charset is not available.
11636
11637         * imap.el (imap-disable-multibyte)
11638         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11639         macros.
11640
11641         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11642         instead of encode-coding-string.
11643
11644         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11645         'xemacs) instead of mm-emacs-mule to switch function definitions.
11646         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11647
11648         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11649         bind temporary-file-directory for XEmacs;
11650         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11651         timer-set-function for XEmacs 21.4 and SXEmacs;
11652         bind timer-list for XEmacs 21.4 and SXEmacs;
11653         fbind char-charset and find-charset-region for non-Mule XEmacs;
11654         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11655         encode-coding-region and encode-coding-string for XEmacs having no
11656         file-coding feature.
11657
11658 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11659
11660         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11661
11662 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11665         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11666
11667 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11668
11669         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11670         alias `jka-compr-delete-temp-file' no longer exists.
11671
11672 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11673
11674         Use define-minor-mode in Gnus where applicable.
11675         * mml.el (mml-mode): Use define-minor-mode.
11676         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11677         (gnus-undo-mode): Use define-minor-mode.
11678         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11679         (gnus-dead-summary-mode): Use define-minor-mode.
11680         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11681         Initialize in declaration.
11682         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11683         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11684         (gnus-mailing-list-mode): Use define-minor-mode.
11685         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11686         (gnus-draft-mode): Use define-minor-mode.
11687         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11688         (gnus-dired-mode): Use define-minor-mode.
11689
11690 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11691
11692         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11693         handles on recursive mml-to-mime translation and check them for
11694         boundary delimiter collisions.  Reported by Greg Troxel.
11695
11696 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11699
11700 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11701
11702         * mm-util.el (mm-find-buffer-file-coding-system):
11703         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11704
11705 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11706
11707         * message.el (message-generate-headers): Record insertion of optional
11708         headers as well.  Otherwise the check to prevent repeated insertion of
11709         optional headers is a no-op.
11710
11711 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11712
11713         * smime.el: Don't mention CVS.
11714
11715         * nnrss.el (nnrss-fetch): Don't mention CVS.
11716
11717         * nnir.el: Don't mention CVS.
11718
11719 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11720
11721         * gnus-sum.el (gnus-summary-bookmark-make-record):
11722         Add `location' field.
11723
11724 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * lpath.el: Fbind bookmark-default-handler,
11727         bookmark-get-bookmark-record, bookmark-make-record-default,
11728         bookmark-prop-get for Emacs <23 and XEmacs.
11729
11730 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11731
11732         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11733         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11734         Use with-current-buffer to silence the byte-compiler.
11735         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11736         bother to require `gnus'.
11737         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11738
11739 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11740
11741         * gnus-sum.el (gnus-summary-bookmark-make-record)
11742         (gnus-summary-bookmark-jump): New functions.
11743         (gnus-summary-mode): Setup bookmark support.
11744
11745 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11746
11747         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11748         if set.
11749
11750 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11753         gnus-article-browse-html-save-cid-image; make it work recursively for
11754         forwarded messages as well.
11755         (gnus-article-browse-html-parts): Work when prefix arg is given.
11756         (gnus-article-browse-html-article): Doc fix.
11757
11758 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11759
11760         * message.el (message-default-mail-headers):
11761         (message-default-headers): Carry the value mail-default-headers over
11762         into message-default-mail-headers, rather than message-default-headers.
11763
11764 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11765
11766         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11767         charset.
11768
11769         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11770         charset into the <meta> tag when the article is encoded to utf-8.
11771
11772 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-art.el (gnus-article-browse-delete-temp-files):
11775         Delete directories as well.
11776         (gnus-article-browse-html-parts): Work for images that do not specify
11777         file names; delete temp directory when quitting; insert header at the
11778         right place; use file: scheme for image files.
11779
11780 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11781
11782         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11783         (gnus-article-browse-html-parts): Use it to make temporary cid image
11784         files in addition to html file so that browser may display them.
11785
11786 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11789
11790 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11791
11792         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11793
11794 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11795
11796         * auth-source.el (auth-sources): Change default to be simpler.
11797         Explain about Secret Service API sources.  Improve Customize options.
11798         (auth-source-pick): Change to accept any number of search parameters.
11799         Implement fallbacks iteratively, not recursively.  Add scoring on the
11800         second pass and sort by score.  Call Secret Service API when needed.
11801         (auth-source-user-or-password): Use it.  Call Secret Service API
11802         directly when needed to get the user name and the password.
11803
11804 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11805
11806         * message.el (message-interactive): Doc fix.
11807         (message-qmail-inject-args): Reflow.
11808         (message-kill-to-signature): Fix typo in docstring.
11809
11810         * smiley.el (smiley-buffer): Fix typo in docstring.
11811
11812 2010-03-24  Glenn Morris  <rgm@gnu.org>
11813
11814         * mail-source.el (gnus-message): Declare.
11815         (mail-source-delete-old-incoming): Require gnus-util.
11816
11817 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11820
11821         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11822
11823         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11824         password-cache's default if it is not bound.
11825         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11826         password-cache-expiry's default if it is not bound.
11827
11828         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11829         available in Emacs 21.
11830
11831         * lpath.el: Suppress compiler warnings for:
11832         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11833         XEmacs;
11834         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11835         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11836         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11837
11838 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * auth-source.el (auth-sources): Fix up definition so extra parameters
11841         are always inline.
11842
11843 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11844
11845         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11846         wasn't updated after mismatch.  Clear cached mailbox info correctly
11847         when uidvalidity changes.
11848         (nnimap-group-prefixed-name): New function to avoid some code
11849         duplication.
11850         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11851         (nnimap-request-group): Use it.
11852         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11853         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11854         with many imap folders.  This is done by caching the group status from
11855         the imap server persistently in a group parameter `imap-status'.  (This
11856         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11857         but not persistently, so every Gnus startup was still very slow.)
11858
11859 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11860
11861         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11862         delete the extra newline.  Otherwise editing of :string and :number
11863         types don't work.
11864
11865 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11866
11867         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11868         secrets.el dependency.
11869         (auth-sources): Add optional user name.  Add secrets.el configuration
11870         choice (unused right now).
11871
11872 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * gnus-sum.el (gnus-summary-make-menu-bar):
11875         Let `gnus-registry-install-shortcuts' fill in the functions.
11876
11877         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11878         warnings.
11879         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11880         (gnus-registry-install-shortcuts): Populate and use it in a
11881         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11882
11883 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11884
11885         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11886         In-place substitutions for the group name encoding/decoding.
11887         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11888         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11889         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11890         (nnimap-update-unseen, nnimap-request-list)
11891         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11892         (nnimap-request-set-mark, nnimap-split-to-groups)
11893         (nnimap-split-articles, nnimap-request-newgroups)
11894         (nnimap-request-create-group, nnimap-request-accept-article)
11895         (nnimap-request-delete-group, nnimap-request-rename-group)
11896         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11897         `encoded-mbx' for consistency.
11898         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11899         variable `imap-current-mailbox'.
11900
11901         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11902         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11903
11904 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11905
11906         * pop3.el (pop3-display-message-size-flag): Display message size byte
11907         counts during POP3 download.
11908         (pop3-movemail): Use it.
11909         (pop3-list): Implement listing of available messages.
11910
11911 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11912
11913         * nnir.el (nnir-get-article-nov-override-function): New function to
11914         override the normal NOV retrieval.
11915         (nnir-retrieve-headers): Use it.
11916
11917 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11918
11919         * auth-source.el (netrc-machine-user-or-password): Autoload.
11920
11921 2010-03-19  Glenn Morris  <rgm@gnu.org>
11922
11923         Stop message.el from loading about 40 libraries it doesn't always need.
11924         The general approach is to autoload rather than require, and to
11925         require in the specific functions rather than the file.  (Bug#5642)
11926
11927         * gmm-utils.el: Don't require wid-edit.
11928         (widget-create-child-value, widget-convert, widget-default-get):
11929         Autoload.
11930
11931         * gnus-util.el: Don't require time-date, netrc.
11932         (message-fetch-field, gnus-group-name-decode): Declare rather than
11933         autoloading.
11934         (gnus-fetch-field): Require message.
11935         (gnus-decode-newsgroups): Require gnus-group.
11936
11937         * ietf-drums.el: Don't require time-date.
11938
11939         * message.el: Don't require hashcash, canlock, ecomplete.
11940         Do require mail-utils.  Require nnheader only when compiling.
11941         (smtpmail-default-smtp-server): Remove declaration.
11942         (message-send-mail-function): Check smtpmail-default-smtp-server
11943         is bound rather than requiring smtpmail.
11944         (message-auto-save-directory, message-insert-signature):
11945         Use expand-file-name rather than nnheader-concat.
11946         (nnheader-insert-file-contents): Autoload.
11947         (hashcash-wait-async): Declare.
11948         (message-send-mail): Only call gnus-setup-posting-charset if
11949         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11950         (message-send-mail-with-sendmail): Require sendmail.
11951         (canlock-password, canlock-password-for-verify): Declare.
11952         (message-canlock-password): Require canlock.
11953         (nnheader-get-report): Autoload.
11954         (gnus-setup-posting-charset): Declare.
11955         (message-send-news): Require gnus-msg.
11956         (message-make-references, message-make-in-reply-to): Use mail-header-id
11957         rather than the alias mail-header-message-id.
11958         (ecomplete-add-item, ecomplete-save): Declare.
11959         (message-put-addresses-in-ecomplete): Require ecomplete.
11960         (ecomplete-display-matches): Autoload.
11961
11962         * mm-decode.el: Don't require mailcap, gnus-util.
11963         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11964         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11965         Autoload.
11966         (mailcap-mime-extensions): Declare.
11967
11968         * mm-encode.el: Don't require mailcap.
11969         (mailcap-extension-to-mime): Autoload.
11970
11971         * mml-sec.el: Don't require password-cache.
11972
11973         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11974         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11975         (mml-minibuffer-read-type): Require mailcap.
11976         (mml-preview): Require gnus-msg.
11977
11978         * mml1991.el: Require password-cache.
11979         (password-cache-expiry): Remove declaration.
11980
11981         * mml2015.el: Require password-cache.
11982         (password-cache-expiry): Remove declaration.
11983
11984         * nneething.el (mailcap): Require mailcap.
11985
11986         * nnheader.el (declare-function): Add compatibility stub.
11987         (message-remove-header): Declare rather than autoload.
11988         (nnheader-replace-header): Require message.
11989
11990         * nnimap.el (declare-function): Add compatibility stub.
11991         (netrc-parse, netrc-machine-user-or-password): Declare.
11992         (nnimap-open-connection): Require netrc.
11993
11994         * nntp.el (declare-function): Add compatibility stub.
11995         (netrc-parse, netrc-machine, netrc-get): Declare.
11996         (nntp-send-authinfo): Require netrc.
11997
11998         * rfc2047.el: Don't require qp.
11999         (quoted-printable-encode-region, quoted-printable-decode-string):
12000         Autoload.
12001
12002         * sieve-mode.el: Don't require easymenu.
12003         (easy-menu-add-item): Autoload it.
12004
12005         * spam-stat.el (time-to-number-of-days): Autoload it.
12006
12007 2010-03-19  Glenn Morris  <rgm@gnu.org>
12008
12009         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12010
12011 2010-03-18  Glenn Morris  <rgm@gnu.org>
12012
12013         * hashcash.el (declare-function): Remove duplicate definition.
12014
12015 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12016
12017         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12018         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12019         value if any backslash escapes).
12020
12021 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12024         if it is available.  (bug#5647)
12025
12026         * lpath.el: Suppress compiler warning for coding-system-from-name for
12027         Emacs 21 and XEmacs.
12028
12029 2010-03-14  Juri Linkov  <juri@jurta.org>
12030
12031         * hmac-def.el:
12032         * hmac-md5.el:
12033         * netrc.el: Fix keywords.
12034
12035 2010-02-26  Glenn Morris  <rgm@gnu.org>
12036
12037         * message.el (message-send-mail-function): Change the default, so that
12038         it inherits from a customized send-mail-function.  (Bug#5643)
12039
12040 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12041
12042         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12043         shell-command-to-string signals an error (bug#5299).
12044
12045 2010-02-24  Glenn Morris  <rgm@gnu.org>
12046
12047         * message.el (message-smtpmail-send-it)
12048         (message-send-mail-with-mailclient): Doc fixes.
12049
12050 2010-02-16  Glenn Morris  <rgm@gnu.org>
12051
12052         * message.el (message-default-mail-headers): Change the default value
12053         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12054
12055 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12058         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12059
12060 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12061
12062         * time-date.el (date-to-time): Doc fix (Bug#5408).
12063
12064 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12065
12066         * message.el (message-mail): Just pass yank-action on to message-setup.
12067         (message-setup): Handle (FUN . ARGS) form of yank-action.
12068         (message-with-reply-buffer, message-widen-reply)
12069         (message-yank-original): Handle non-buffer values of
12070         message-reply-buffer (Bug#4080).
12071         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12072
12073 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12074
12075         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12076         Fix typo in docstring.
12077
12078 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12079
12080         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12081         response.
12082
12083 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12086
12087         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12088
12089         * message.el (message-check-news-header-syntax): Protect against a
12090         string that `rfc822-addresses' returns when parsing fails.
12091
12092 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12095         (gnus-previous-char-property-change): New functions.
12096
12097         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12098
12099 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12100
12101         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12102         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12103
12104 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12105
12106         * message.el (message-exchange-point-and-mark): Rework last change to
12107         avoid using optional arg of exchange-point-and-mark, for backward
12108         compatibility.
12109
12110 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12111
12112         * message.el (message-exchange-point-and-mark):
12113         Call exchange-point-and-mark with an argument rather than setting
12114         mark-active by hand (Bug#5175).
12115
12116 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * nntp.el (nntp-service-to-port): Work for service expressed with
12119         numeric string; replace [:digit:] with [0-9] for XEmacs.
12120
12121 2009-12-17  Glenn Morris  <rgm@gnu.org>
12122
12123         * gnus-group.el (gnus-bug-group-download-format-alist):
12124         Change emacs entry to debbugs.gnu.org.  Bump :version.
12125
12126 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12129
12130 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * message.el (message-info): Explain why we use `Info-goto-node'.
12133
12134 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12137
12138 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12139
12140         * message.el (message-completion-in-region): New compatibility function.
12141         (message-expand-group): Use it.
12142
12143 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12146         with no unread article should be listed if the 2nd arg `predicate' is
12147         given.
12148
12149 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12152
12153 2009-11-29  Juri Linkov  <juri@jurta.org>
12154
12155         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12156         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12157         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12158
12159 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12160
12161         * sha1.el (sha1-string-external): default-directory "/" in case
12162         otherwise non-existent.  process-connection-type pipe for touch of
12163         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12164
12165 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12166
12167         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12168         it's comms related and sgml-mode.el has "comm" on that basis too.
12169
12170 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12173         containing tspecial characters if they have been already quoted.
12174
12175 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12176
12177         * dns-mode.el (auto-mode-alist): Purecopy string.
12178
12179 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12180
12181         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12182
12183 2009-10-24  Glenn Morris  <rgm@gnu.org>
12184
12185         * gnus-art.el (help-xref-stack-item): Define for compiler.
12186
12187 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12188
12189         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12190
12191 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12194
12195 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12198         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12199
12200 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12203         (gnus-overlays-in): New alias to overlays-in.
12204
12205         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12206         gnus-overlay-get, and gnus-delete-overlay.
12207         (gnus-summary-show-thread): Make it work as well for systems in which
12208         next-single-char-property-change is not available.
12209         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12210
12211         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12212         (gnus-overlay-get): New alias to extent-property.
12213         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12214
12215         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12216         SXEmacs.
12217
12218         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12219         SXEmacs.
12220
12221 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12224
12225 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12226
12227         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12228         and XEmacs that don't have `remove-overlays'.
12229
12230 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12231
12232         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12233         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12234         selective display.  Use overlays instead.
12235
12236 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12237
12238         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12239
12240 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12241
12242         * spam-stat.el (spam-stat-load): Fix typo in message.
12243
12244 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12245
12246         * dig.el (dig-invoke): Fix typo in docstring.
12247         (query-dig): Reflow docstring.
12248
12249 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12250
12251         * gnus-art.el (gnus-article-encrypt-body):
12252         * message.el (message-check-recipients):
12253         * mm-util.el (mm-codepage-setup):
12254         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12255         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12256
12257 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12258
12259         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12260         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12261         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12262         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12263         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12264
12265 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12266
12267         * dig.el: Add "Keywords: comm", as per net-utils.el.
12268
12269 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12270
12271         * dig.el (dig-mode): Use define-derived-mode.
12272
12273 2009-09-19  Glenn Morris  <rgm@gnu.org>
12274
12275         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12276
12277 2009-09-18  Glenn Morris  <rgm@gnu.org>
12278
12279         * gnus-diary.el (gnus-diary-check-message):
12280         * message.el (message-insert-formatted-citation-line):
12281         * nnbabyl.el (top-level):
12282         * nndiary.el (nndiary-schedule):
12283         Fix typos in condition-case handlers.
12284
12285 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12288         configuration that provides the sole article window in a frame;
12289         position point correctly after deleting a part.
12290
12291 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12292
12293         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12294         (spam-resolve-registrations-routine): Use it to unregister articles
12295         that change status.
12296
12297 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12300         with XEmacs.
12301         (parse-time-string-chars): Use it.
12302
12303 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12304
12305         * imap.el (imap-interactive-login): Better messages.
12306         (imap-open): Fix bug with renamed buffer on reconnect.
12307         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12308         for easier debugging and cleaner code.  On successful (guessed based on
12309         server capabilities) secondary authentication, set imap-state
12310         correctly.
12311         (imap-last-authenticator): Define imap-last-authenticator as a variable
12312         to avoid warnings.
12313
12314 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * nnrss.el (nnrss-request-article): Remove binding of
12317         default-enable-multibyte-characters that has gotten needless by
12318         the 2007-07-13 change in rfc2047-encode-message-header.
12319
12320         * mml.el (mml-insert-multipart): Error on the message header.
12321         (mml-insert-part): Error on the message header; position point at
12322         the end of a MIME tag.
12323
12324 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * time-date.el (autoload): Expand define-obsolete-function-alias into
12327         defalias and make-obsolete for old Emacsen that Gnus supports.
12328         (with-no-warnings): Define it for old Emacsen.
12329         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12330         is available.
12331         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12332         float-time is available; suppress compile warning for time-to-seconds.
12333
12334         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12335         (gnus-float-time): Alias to float-time if it exists.
12336
12337         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12338         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12339         float-time is available; suppress compile warning for time-to-seconds.
12340
12341         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12342         XEmacs.
12343
12344 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12345
12346         * imap.el (imap-message-map): Docstring fix.
12347
12348 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12351         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12352         Add the optional argument `encoding' that overrides the default.
12353
12354         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12355         mm-encode-buffer.
12356
12357 2009-09-04  Glenn Morris  <rgm@gnu.org>
12358
12359         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12360         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12361         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12362         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12363         * mm-util.el (mm-with-unibyte-current-buffer)
12364         (mm-find-buffer-file-coding-system):
12365         * yenc.el (yenc-decode-region): Use default-value rather than
12366         default-enable-multibyte-characters.
12367
12368 2009-09-03  Glenn Morris  <rgm@gnu.org>
12369
12370         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12371         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12372         than default-enable-multibyte-characters.
12373
12374 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12375
12376         * gnus-art.el (gnus-article-read-summary-keys):
12377         Fix gnus-buffer-configuration's value temporarily used.
12378
12379 2009-09-02  Glenn Morris  <rgm@gnu.org>
12380
12381         * gnus-util.el (gnus-float-time): New function.
12382         * gnus-delay.el (gnus-delay-article):
12383         * gnus-sum.el (gnus-thread-latest-date):
12384         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12385         * nnspool.el (nnspool-request-newgroups):
12386         Use gnus-float-time rather than time-to-seconds.
12387         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12388
12389         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12390         (gnus-header-subject-face, gnus-header-newsgroups-face)
12391         (gnus-header-name-face, gnus-header-content-face):
12392         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12393         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12394         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12395         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12396         (gnus-cite-face-11):
12397         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12398         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12399         (gnus-server-closed-face, gnus-server-denied-face)
12400         (gnus-server-offline-face):
12401         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12402         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12403         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12404         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12405         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12406         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12407         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12408         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12409         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12410         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12411         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12412         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12413         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12414         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12415         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12416         (gnus-summary-high-undownloaded-face)
12417         (gnus-summary-low-undownloaded-face)
12418         (gnus-summary-normal-undownloaded-face)
12419         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12420         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12421         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12422         (gnus-splash-face):
12423         * message.el (message-header-to-face, message-header-cc-face)
12424         (message-header-subject-face, message-header-newsgroups-face)
12425         (message-header-other-face, message-header-name-face)
12426         (message-header-xheader-face, message-separator-face)
12427         (message-cited-text-face, message-mml-face):
12428         * sieve-mode.el (sieve-control-commands-face)
12429         (sieve-action-commands-face, sieve-test-commands-face)
12430         (sieve-tagged-arguments-face):
12431         * spam.el (spam-face):
12432         Mark face aliases with "-face" in the name as obsolete.
12433
12434 2009-09-01  Glenn Morris  <rgm@gnu.org>
12435
12436         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12437         than goto-line.
12438
12439 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12442         Don't move point if the command is invoked inside the message header.
12443
12444 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12445
12446         * imap.el (imap-send-command): Simplify.
12447         (imap-wait-for-tag): point-max -> buffer-size.
12448
12449 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12450
12451         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12452         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12453         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12454         * nnir.el (nnir-swish-e-index-file):
12455         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12456         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12457         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12458         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12459         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12460         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12461
12462 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12465         Don't save excursion.
12466
12467 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12468
12469         * nnheader.el (nnheader-find-file-noselect):
12470         * mm-util.el (mm-insert-file-contents):
12471         Use (default-value 'major-mode) instead of default-major-mode.
12472
12473 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12474
12475         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12476
12477 2009-08-26  Glenn Morris  <rgm@gnu.org>
12478
12479         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12480         than placing in files.el.
12481
12482 2009-08-25  Glenn Morris  <rgm@gnu.org>
12483
12484         * nnir.el (top-level): Don't require cl at run-time.
12485         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12486         Replace cl-function substitute with gnus-replace-in-string.
12487         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12488         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12489         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12490         simplified expansions.
12491
12492 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12493
12494         * dig.el (dig): Add autoload cookie.
12495
12496 2009-08-22  Glenn Morris  <rgm@gnu.org>
12497
12498         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12499         goto-line.
12500
12501 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12502
12503         * parse-time.el (parse-time-string-chars): Save match data.
12504
12505 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12506
12507         * parse-time.el (parse-time-string-chars): Compute using character
12508         classes, to handle non-ascii characters (Bug#3190).
12509
12510 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12513
12514         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12515         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12516         (gnus-mm-display-part, gnus-mime-display-single)
12517         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12518         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12519
12520         * gnus-sum.el
12521         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12522         (gnus-summary-move-article): Add expirable mark to articles copied or
12523         moved to group that has auto-expire turned on if the option is non-nil.
12524
12525 2009-07-24  Glenn Morris  <rgm@gnu.org>
12526
12527         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12528         Fix typo.  (Bug#3903)
12529
12530 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12533         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12534         that should not be used for draft articles.
12535         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12536         that has no concern in minor mode keys.
12537         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12538         Abolish.
12539
12540 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12543         article without making inquiry to a user for unknown encoding.
12544
12545         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12546         (nnmaildir--scan): Assume i-node and device number that file-attributes
12547         returns might be cons-cell.
12548
12549         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12550
12551         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12552
12553 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12554
12555         * auth-source.el: Remove docs now in auth.texi.  Don't use
12556         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12557         `auth-source-hide-passwords' and use them.
12558
12559 2009-07-15  Glenn Morris  <rgm@gnu.org>
12560
12561         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12562
12563 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12566         excessive whitespace from the default values of title and description.
12567
12568 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12571         mail-fetch-field to fetch Content-Description header in order to
12572         exclude newlines.
12573
12574 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12575
12576         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12577         format used by GnuPG 2.0.11.
12578
12579 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12582         to deleted part.
12583
12584 2009-05-30  David Engster  <dengste@eml.cc>
12585
12586         * nnmairix.el: Remove old documentation in the commentary block.
12587         (nnmairix-request-group): Do not update active file for nnml back ends.
12588         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12589         end so that overview files are ignored.
12590         (nnmairix-update-groups): Make updating the groups more robust by using
12591         marks.
12592         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12593         with dollar characters in message-id.
12594
12595 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12598         2008-12-25 in dns.el.
12599
12600 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12601
12602         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12603         could happen if the text is only composed of spaces and/or tabs.
12604
12605 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12606
12607         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12608         when sending a queued message to avoid extra mml tags.
12609
12610 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12613
12614 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12617         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12618         rmail-toggle-header for XEmacs;
12619         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12620
12621 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * gnus-dired.el: Remove autoload for gnus-setup-message.
12624         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12625         displaying Gnus logo; always use compose-mail.
12626
12627 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12630
12631 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12634         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12635         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12636         available.
12637         (gnus-nocem-epg-verify): New function.
12638
12639 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12642
12643 2009-02-15  Glenn Morris  <rgm@gnu.org>
12644
12645         * gnus-util.el (rmail-insert-rmail-file-header)
12646         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12647         autoloads.
12648         (rmail-default-rmail-file): Remove unnecessary declaration.
12649         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12650
12651 2009-02-14  Glenn Morris  <rgm@gnu.org>
12652
12653         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12654         variable (only used in gnus-util, which declares it anyway).
12655         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12656         which was only needed by gnus-art (changed to not use it any more).
12657         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12658         only used in gnus-util, which autoloads it itself.
12659         (rmail-update-summary): Fix autoload.
12660
12661         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12662         rather than rmail-output-to-rmail-file.
12663
12664 2009-02-07  Glenn Morris  <rgm@gnu.org>
12665
12666         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12667         autoload of function that no longer exists.
12668         (rmail-toggle-header): Declare.
12669         (message-forward-rmail-make-body): Handle mbox Rmail.
12670
12671 2009-01-31  Glenn Morris  <rgm@gnu.org>
12672
12673         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12674         2009-01-09 change.
12675
12676 2009-01-31  Dave Love  <fx@gnu.org>
12677
12678         * imap.el (imap-fetch-safe): Bind debug-on-error.
12679         (imap-debug): Add imap-fetch-safe.
12680
12681 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12682
12683         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12684         (auth-source-forget-all-cached): New convenience function.
12685         (auth-source-user-or-password): Accept list of modes or a single mode.
12686
12687         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12688         auth-source modes.
12689
12690         * netrc.el (netrc-machine-user-or-password): Use list of
12691         auth-source modes.
12692
12693         * nnimap.el (nnimap-open-connection): Use list of
12694         auth-source modes.
12695
12696         * nntp.el (nntp-send-authinfo): Use list of
12697         auth-source modes.
12698
12699 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12702         now.
12703
12704 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12707         coding system in XEmacs; add a workaround for XEmacs.
12708
12709         * lpath.el: Fbind coding-system-aliasee.
12710
12711 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12714         of current-language-environment.
12715
12716 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12719         available at runtime.
12720
12721 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12724
12725 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12726
12727         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12728         the greatest positive fixnum value doesn't work under an XEmacs with
12729         bignum support; use the most-positive-fixnum constant instead,
12730         available since Emacs 21.1 with cl and XEmacs 21.1.
12731
12732 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12735         XEmacs gets not to work.
12736
12737 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * mm-util.el (mm-coding-system-priorities): Allow the value like
12740         "Japanese (UTF-8)" of current-language-environment.
12741
12742 2009-01-09  Glenn Morris  <rgm@gnu.org>
12743
12744         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12745         with last-command-event.
12746
12747 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12750         in the doc string.
12751
12752         * message.el (message-fix-before-sending): Amend comment.
12753
12754 2009-01-08  Dave Love  <fx@gnu.org>
12755
12756         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12757
12758 2009-01-07  David Engster  <dengste@eml.cc>
12759
12760         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12761         simplified server definitions by converting it via
12762         gnus-server-to-method.
12763
12764 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12767         parameter's operands.
12768
12769 2009-01-06  David Engster  <dengste@eml.cc>
12770
12771         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12772         primary select method (for gnus-group-mark-article-as-read).
12773
12774 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12775
12776         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12777         `(gnus)Face', not `(gnus)X-Face'.
12778
12779 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * mm-util.el (mm-ucs-to-char): New function.
12782
12783         * mm-url.el (mm-url-decode-entities): Use it.
12784
12785         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12786         unicode-to-char.
12787
12788 2009-01-05  Dave Love  <fx@gnu.org>
12789
12790         * time-date.el: Require cl for `declare'.
12791
12792 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12795         Dave Love.
12796
12797 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * message.el (message-fix-before-sending): Add `eight-bit' to
12800         illegible-text check.
12801
12802 2009-01-03  Michael Olson  <mwolson@gnu.org>
12803
12804         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12805         `headers' is nil.  This can occur if the IMAP server does not have
12806         permissions to read messages from a folder, but can write new messages
12807         to the folder.
12808         (nnimap-request-article-part): Do not insert `data' if it is nil.
12809
12810         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12811         characters which will confuse `read', so skip past them.
12812
12813 2009-01-01  Dave Love  <fx@gnu.org>
12814
12815         * imap.el (imap-string-to-integer): Fix typo.
12816         (imap-fetch-safe): New function.
12817         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12818
12819         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12820
12821         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12822         (imap-parse-greeting): Fix doc strings.
12823         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12824         (imap-parse-flag-list): Make messages unique.
12825         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12826
12827         * nnimap.el: Fix author email.
12828         (nnimap-split-rule): Add FIXME comment.
12829         (nnimap-debug): Fix doc string.
12830
12831 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12834
12835 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12838         nslookup if resolv.conf isn't available.
12839         (dns-query): Rename from query-dns.
12840         (dns-query-cached): Rename from query-dns-cached.
12841
12842 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12845         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12846         to check if those variables exist (first appeared in Emacs 18.50).
12847
12848 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-util.el (mm-line-number-at-pos): New function.
12851
12852         * spam-report.el (spam-report-process-queue): Use it.
12853
12854 2008-12-24  David Engster  <dengste@eml.cc>
12855
12856         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12857         parameters that haven't existed as variables as buffer-local variables.
12858
12859 2008-12-23  Dave Love  <fx@gnu.org>
12860
12861         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12862         cadar.
12863
12864         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12865         imap-starttls-p.
12866         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12867
12868 2008-12-22  Dave Love  <fx@gnu.org>
12869
12870         * imap.el: Fix author email.  Doc fixes.
12871         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12872         reply.
12873
12874 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * spam-report.el (spam-report-gmane-max-requests): New constant.
12877         (spam-report-gmane-wait): New variable.
12878         (spam-report-gmane-ham, spam-report-gmane-spam)
12879         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12880         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12881         the server.
12882
12883         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12884         Add explanations.
12885
12886         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12887         nnheader-accept-process-output and nnheader-read-timeout if available.
12888         (pop3-movemail): Use it.
12889
12890         * message.el (message-check-news-body-syntax): Fix signature check if
12891         there's an attachment.
12892
12893 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * mm-util.el: Add comments to the mm- emulating functions.
12896
12897 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12900         Reported by Stephen Berman <stephen.berman@gmx.net>.
12901
12902 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * mm-util.el (mm-substring-no-properties): New function.
12905         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12906         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12907         (mm-string-to-multibyte): Doc fix.
12908
12909         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12910
12911 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * mml.el (mml-attach-file): Strip text properties from file name.
12914         (Bug#1574)
12915
12916 2008-12-16  Glenn Morris  <rgm@gnu.org>
12917
12918         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12919
12920 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12923         knows since the charset specified might be a bogus alias that
12924         mm-charset-synonym-alist provides.
12925
12926 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12929         "ISO_8859-1".
12930
12931         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12932
12933 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * mm-util.el (mm-charset-eval-alist):
12936         Define it before mm-charset-to-coding-system.
12937         (mm-charset-to-coding-system): Add optional argument `silent';
12938         define it before mm-charset-override-alist.
12939         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12940         default value if it can be used in Emacs currently running;
12941         silence mm-charset-to-coding-system.
12942
12943 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12946         `allow-override' which says whether to use `mm-charset-override-alist'.
12947         (rfc2047-decode-encoded-words): Use it.
12948
12949         * mm-util.el (mm-charset-override-alist): Fix custom type;
12950         add `(gb2312 . gbk)' to choices.
12951
12952 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12955         fast.
12956
12957         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12958
12959         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12960
12961 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12962
12963         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12964         on links.
12965
12966         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12967
12968 2008-12-03  Lute Kamstra  <lute@gnu.org>
12969
12970         * sha1.el: Remove leading * from docstrings of defcustoms,
12971         deffaces, defconsts and defuns.
12972
12973 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12976         users' addresses that don't have domain parts.
12977         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12978         rather than message-narrow-to-head since there will be the message
12979         header separator.
12980
12981 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12982
12983         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12984         since the result is inserted in a unibyte buffer anyway.
12985         (nnimap-demule-use-string-to-multibyte): Remove.
12986         (nnimap-demule): Alias it to mm-string-to-multibyte.
12987
12988 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12991         variable for debugging bug#464 and bug#1174.
12992         (nnimap-demule): Use it.
12993
12994 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12997         score calculation correctly.
12998
12999 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13000
13001         * message.el (message-send-mail): Just set the buffer to unibyte
13002         rather than use mm-with-unibyte-current-buffer which does a lot more.
13003         (message-send-mail-partially): Don't bother with
13004         mm-with-unibyte-current-buffer since it's already been made unibyte by
13005         message-send-mail.
13006
13007 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13010
13011 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13012
13013         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13014
13015 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13018         require itself and to remove `with-no-warnings'.
13019
13020 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13021
13022         * starttls.el (starttls-any-program-available): Get the name of the
13023         available TLS layer program.
13024         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13025         well as the host name in the "opening" message.
13026
13027         * auth-source.el (auth-source-cache, auth-source-do-cache)
13028         (auth-source-user-or-password): Cache passwords and logins by default,
13029         allow override with `auth-source-do-cache'.
13030         (auth-source-forget-user-or-password): Allow users to remove cache
13031         entries if needed.
13032
13033 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13034
13035         * md4.el (md4-buffer): Fix typo in docstring.
13036         (md4, md4-64): Doc fixes.
13037         (md4-pack-int32): Reflow docstring.
13038
13039 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13040
13041         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13042         condition-case to only the forward-sexp call.
13043
13044 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13045
13046         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13047         quotes contained.  Make it more robust regardless by an extra
13048         condition-case wrapper.
13049
13050 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13053
13054 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * nnml.el (nnml-request-expire-articles): Check if the function set to
13057         `nnmail-expiry-target' returns the symbol `delete'.
13058
13059         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13060
13061         * nnmail.el (nnmail-expiry-target): Fix custom type.
13062
13063 2008-10-02  Glenn Morris  <rgm@gnu.org>
13064
13065         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13066         Silence compiler warning.
13067
13068 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13069
13070         * tls.el (open-tls-stream): Show the actual command being
13071         executed, instead of the format string.
13072
13073 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * lpath.el: Fbind codepage-setup for Emacs 23.
13076
13077 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13078
13079         * mml.el (mml-menu): Don't assume mml2015 is bound.
13080
13081 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13084         exists.
13085
13086 2008-09-27  Glenn Morris  <rgm@gnu.org>
13087
13088         * gnus-util.el (mail-header-remove-comments): Autoload it.
13089
13090 2008-09-27  Andreas Schwab  <schwab@suse.de>
13091
13092         * gnus-util.el (gnus-split-references): Strip comments.
13093         (gnus-parent-id): Likewise.
13094
13095 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * message.el (message-confirm-send): Fix version.
13098
13099 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * message.el (message-idna-to-ascii-rhs-1): Use
13102         mail-extract-address-components rather than mail-header-parse-addresses
13103         that is an alias by default to ietf-drums-parse-addresses that does not
13104         support non-ASCII names in headers' contents.
13105
13106 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13107
13108         * message.el (message-confirm-send): Fix variable documentation to
13109         avoid the "y/n" wording.
13110
13111 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13112
13113         * message.el (message-set-auto-save-file-name): Save to a different
13114         filename so multiple messages (especially drafts) can be recovered.
13115
13116 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * message.el (message-confirm-send): Add appropriate version.
13119
13120 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13123         defvar.
13124
13125 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13126
13127         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13128         (mm-pkcs7-enveloped-magic): Ditto.
13129
13130 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13131
13132         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13133         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13134
13135 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13136
13137         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13138         default, it's better.
13139
13140 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13141
13142         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13143         summary line gnus-number property and ignore them (with a warning
13144         message).
13145
13146 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13149         macro caddr in the interactive form since it won't be expanded.
13150
13151 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13154         `charset'; fix name of function called recursively.
13155         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13156
13157 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13160         (gnus-mime-set-charset-parameters): New function.
13161         (gnus-mime-view-part-as-charset): Use it to correctly display part
13162         specifying wrong charset.
13163
13164 2008-09-08  David Engster  <dengste@eml.cc>
13165
13166         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13167         in completing-read for back end server.
13168
13169 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13170
13171         * message.el (message-confirm-send): New variable to confirm sending a
13172         message.
13173         (message-send): Use it.
13174
13175 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13178
13179 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13182
13183 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13184
13185         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13186         prevent tracking too many groups.
13187         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13188         Use it.
13189
13190 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13191
13192         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13193         moving point to the bottom of the window in order to avoid recentering.
13194
13195 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13198
13199         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13200         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13201         (gnus-article-beginning-of-window): Fix calculation.
13202
13203 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-msg.el (gnus-summary-supersede-article)
13206         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13207         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13208         message header.
13209
13210 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13211
13212         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13213         pending output coming after the status change.
13214
13215 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13216
13217         * message.el:
13218         * gnus-start.el:
13219         * gnus-registry.el: Remove VMS support.
13220
13221 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13224         macro.
13225         (rfc2104-hash): Use it.
13226
13227 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13230         (gnus-summary-sort-by-most-recent-date): New commands.
13231         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13232         and menu entries.
13233
13234 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13237         don't redisplay article for raw contents; remove plural articles stuff.
13238
13239         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13240         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13241         on gnus-summary-save-article; display results properly.
13242
13243 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * lpath.el: No need to fbind ns-focus-frame.
13246
13247 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13250
13251 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-art.el (gnus-summary-save-in-pipe):
13254         Consider gnus-save-all-headers.
13255
13256 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13257
13258         * gnus-util.el (ns-focus-frame): Remove declaration.
13259         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13260         like x.
13261
13262 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13263
13264         * rfc2104.el (rfc2104-zero): Delete defconst.
13265         (rfc2104-hex-alist): Likewise.
13266         (rfc2104-hex-to-int): Delete func.
13267         (rfc2104-hexstring-to-bitstring): Likewise.
13268         (rfc2104-nybbles): New defconst.
13269         (rfc2104-hash): Rewrite for speed.
13270
13271 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * tls.el (open-tls-stream): Make it work with the 2nd argument
13274         BUFFER that is a string but does not exist as a buffer object, as
13275         mentioned in the doc-string.
13276
13277 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13280         SXEmacs.
13281
13282 2008-07-16  Glenn Morris  <rgm@gnu.org>
13283
13284         * gnus-util.el (ns-focus-frame): Declare for compiler.
13285
13286 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13289         set as a group parameter.
13290         (gnus-summary-save-in-pipe): Work when it is called independently.
13291         (gnus-summary-pipe-to-muttprint): Don't modify
13292         gnus-summary-pipe-output-default-command.
13293
13294 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * message.el (message-send-mail-with-sendmail):
13297         Display the error message.
13298
13299 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-art.el (gnus-default-article-saver):
13302         Add gnus-summary-save-in-pipe to choices.
13303         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13304         gnus-summary-pipe-output-default-command as the default command.
13305         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13306         instead of gnus-last-shell-command.
13307
13308         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13309         New user option.
13310         (gnus-summary-muttprint-program): Mention the value will be changed.
13311         (gnus-summary-save-article): Force showing of all headers.
13312         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13313
13314 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13315
13316         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13317
13318 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13319
13320         * nnimap.el (nnimap-id):
13321         * sieve-manage.el (sieve-manage-open): Doc fixes.
13322
13323 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13324
13325         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13326         if available.
13327
13328 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13329
13330         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13331
13332         * nnkiboze.el (nnkiboze-generate-group):
13333         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13334
13335         * nnmairix.el: Require CL.
13336
13337 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * dgnushack.el: Autoload get-display-table and put-display-table for
13340         XEmacs 21.5.
13341
13342         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13343         21.4 and SXEmacs.
13344
13345 2008-06-15  David Engster  <dengste@eml.cc>
13346
13347         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13348
13349 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13350
13351         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13352         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13353         runtime choice under XEmacs.
13354
13355         * gnus-sum.el (gnus-summary-set-display-table):
13356         Use `gnus-put-display-table', `gnus-get-display-table',
13357         `gnus-set-display-table' for the display table, instead of `aset'.
13358
13359         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13360         Use `gnus-put-display-table', `gnus-get-display-table',
13361         `gnus-set-display-table' for the display table.
13362
13363 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * nnmairix.el: Add autoloads.
13366
13367 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * nnmairix.el (nnmairix-delete-recreate-group)
13370         (nnmairix-update-and-clear-marks): Fix error messages.
13371
13372 2008-06-14  David Engster  <dengste@eml.cc>
13373
13374         * nnmairix.el: Upgrade to version 0.6.
13375         (nnmairix-group-toggle-propmarks-this-group)
13376         (nnmairix-group-toggle-readmarks-this-group)
13377         (nnmairix-group-delete-recreate-this-group)
13378         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13379         (nnmairix-remove-tick-mark-original-article): New commands.
13380         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13381         (nnmairix-propagate-marks-to-nnmairix-groups)
13382         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13383         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13384         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13385         functions needed for marks propagation and manipulation of read marks.
13386         (nnmairix-update-groups): New function.
13387         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13388         (nnmairix-determine-original-group-from-registry)
13389         (nnmairix-determine-original-group-from-path)
13390         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13391         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13392         New helper functions.
13393         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13394         keystrokes for new commands.
13395         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13396         (nnmairix-request-group): Check allow-fast group parameter.
13397         (nnmairix-request-create-group): Set allow-fast group parameter if
13398         nnmairix-allowfast-default is set.
13399         (nnmairix-close-group): Propagate marks upon closing if needed.
13400         (nnmairix-group-toggle-threads-this-group): Use new.
13401         nnmairix-group-toggle-parameter helper function.
13402         (nnmairix-search): Better check for empty search result.
13403         (nnmairix-goto-original-article): Use new helper functions for
13404         determining original article.
13405         (nnmairix-show-original-article): Make sure message-id is in brackets.
13406         (nnmairix-call-mairix-binary): Change variable name.
13407         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13408         helper function.
13409         (nnmairix-widget-toggle-activate): Fix doc string.
13410
13411 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * nnir.el: Require edmacro when compiling with XEmacs.
13414         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13415         available in Emacs 21.
13416
13417 2008-06-11  Glenn Morris  <rgm@gnu.org>
13418
13419         * gnus-util.el (x-focus-frame):
13420         * gnus.el (image-size):
13421         * mm-decode.el (image-size): Declare.
13422
13423         * gnus-picon.el (declare-function): Add compat definition.
13424         (image-size): Declare.
13425
13426         * gnus-group.el (tool-bar-map):
13427         * gnus-sum.el (tool-bar-map): Define for compiler.
13428
13429         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13430
13431         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13432
13433         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13434         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13435         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13436         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13437         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13438         * sieve-manage.el, spam-report.el, spam.el:
13439         Remove unnecessary eval-and-compile of autoloads.
13440
13441 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13442
13443         * auth-source.el: Precise Tramp doc.
13444
13445 2008-06-07  Glenn Morris  <rgm@gnu.org>
13446
13447         * nnmairix.el: Remove unnecessary eval-when-compile.
13448
13449 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * lpath.el: Fbind propertize for XEmacs 21.4.
13452
13453 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * nnir.el: Move here from ../contrib.
13456
13457 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13458
13459         * gnus-util.el (gnus-read-shell-command): New function.
13460         * mm-decode.el (mm-pipe-part):
13461         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13462
13463 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13466
13467 2008-06-03  Glenn Morris  <rgm@gnu.org>
13468
13469         * pop3.el (nnheader-accept-process-output): Autoload it.
13470
13471 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13474         are not 2-digit hexadecimal characters that follow `%'s.
13475
13476 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13477
13478         * message.el (message-bogus-recipient-p): Fix type in doc string.
13479         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13480         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13481         Improve custom options.
13482         (message-bogus-recipient-p): Adjust accordingly.
13483
13484 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13485
13486         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13487         long-form month and day names.
13488
13489 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * dgnushack.el: Autoload debug, eudc-expand-inline and
13492         pgg-snarf-keys-region for XEmacs.
13493
13494         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13495
13496         * nnmairix.el: Require edmacro when compiling with XEmacs.
13497
13498 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13501         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13502
13503 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * auth-source.el: Add more docs.
13506
13507         * netrc.el (netrc-machine): Always match if the port is not given.
13508
13509 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13510
13511         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13512         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13513         retrieval faster in some cases, but might make CPU usage larger.
13514         If this has any bad side effects, we might revert this change.
13515
13516         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13517         seems to make mail retrieval much, much faster.
13518         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13519         unconditionally.
13520
13521         * gnus-draft.el (gnus-group-send-queue):
13522         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13523
13524 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13527
13528         * message.el (message-bogus-address-regexp): Fix and improve custom
13529         type.
13530         (message-setup-hook): Add message-check-recipients as custom option.
13531
13532 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * message.el (message-cite-function): Remove bogus autoload which crept
13535         in during merge from v5-10.
13536
13537 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13538
13539         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13540
13541         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13542
13543         * auth-source.el: Preliminary Tramp docs.
13544         (auth-sources): Change the default auth-sources to use
13545         EPA .gpg files.
13546
13547 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13548
13549         * nntp.el: Autoload `auth-source-user-or-password'.
13550         (nntp-send-authinfo): Use it.
13551
13552         * nnimap.el: Autoload `auth-source-user-or-password'.
13553         (nnimap-open-connection): Use it.
13554
13555         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13556         for the gnus-message function.
13557         (auth-source-user-or-password): Use it.
13558
13559 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13560
13561         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13562         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13563         (rfc2104-hash): Use it.
13564
13565 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13566
13567         * gnus-art.el (gnus-article-toggle-truncate-lines):
13568         Don't use `iff' in docstring.
13569
13570 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13573
13574         * gnus-util.el (gnus-extract-address-component-name)
13575         (gnus-extract-address-component-email): Convenience functions around
13576         `gnus-extract-address-components'.
13577
13578         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13579         Use `gnus-extract-address-component-email' to fix bug of comparing full
13580         sender name to `user-mail-address'.
13581
13582 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13583
13584         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13585         catch/throw to optimize.
13586         (gnus-registry-find-keywords): Just use member to find a keyword.
13587
13588 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13589
13590         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13591         is current before calling gnus-server-prepare.
13592         (gnus-server-setup-buffer, gnus-server-update-server)
13593         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13594
13595 2008-05-04  Juri Linkov  <juri@jurta.org>
13596
13597         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13598         (mailcap-file-default-commands): Use mailcap-replace-in-string
13599         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13600         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13601
13602 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13603
13604         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13605
13606 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13607
13608         * gnus.el: Bump version to 0.11.
13609
13610 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13611
13612         * gnus.el: No Gnus v0.10 is released.
13613
13614 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13617         hooks.
13618         (gnus-update-read-articles): Speed up non-marks-using users.
13619         (gnus-use-marks): Define gnus-use-marks.
13620         (gnus-propagate-marks): Rename variable to something more sensible.
13621
13622 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13623
13624         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13625         (gmm-image-load-path-for-library): Fix typos in docstrings.
13626         (gmm-message): Reflow docstring.
13627
13628 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13629
13630         * mail-source.el (mail-source-set-1, mail-source-bind):
13631         Move auth-source code out of the macro to clean it up and fix bugs.
13632
13633 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13634
13635         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13636         by sender if it's equal to user-mail-address, it's likely to be
13637         useless.
13638
13639         * mail-source.el (mail-source-bind): Don't use user or password if they
13640         are not bound.  Unintern them if they are nil.  Don't use server unless
13641         it's bound, and default it to empty string otherwise.
13642
13643 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13644
13645         * mail-source.el: Load auth-source.el.
13646         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13647         get user name or password, if auth-sources is set up.
13648
13649         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13650         strategy of splitting with parent.
13651         (gnus-registry-split-fancy-with-parent)
13652         (gnus-registry-post-process-groups): Use it and fix prior
13653         bug (returning a list as the split result).
13654
13655         * auth-source.el (auth-sources): Remove server parameter.
13656         (auth-source-pick, auth-source-user-or-password)
13657         (auth-source-user-or-password-imap)
13658         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13659         (auth-source-user-or-password-sftp)
13660         (auth-source-user-or-password-smtp): Remove server parameter.
13661
13662 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13663
13664         * smime.el (smime-sign-region, smime-encrypt-region)
13665         (smime-decrypt-region):
13666         Remove redundant calls to `generate-new-buffer-name'.
13667
13668 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13669
13670         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13671         Don't use QP for message/rfc822.
13672         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13673
13674 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * sieve-manage.el (sieve-string-bytes): Remove.
13677         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13678         correct byte-length only if the process's coding-system is the same as
13679         the one used internally by Emacs to represent strings.
13680
13681 2008-04-22  Juri Linkov  <juri@jurta.org>
13682
13683         * mailcap.el (mailcap-file-default-commands): New function.
13684
13685 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * message.el (message-signature-separator, message-cite-function):
13688         Change custom version.
13689
13690 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13691
13692         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13693         commands.
13694         (tls-checktrust): Ditto.
13695
13696 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * mm-decode.el (mm-display-external): Make temp file read-only.
13699
13700 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13703         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13704         `C-c C-f d'.
13705
13706 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13707
13708         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13709
13710 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus.el: Bump version to 0.9.
13713
13714 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * gnus.el: No Gnus v0.8 is released.
13717
13718 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13719
13720         * mail-source.el (mail-source-value):
13721         Prefer fboundp to functionp so it works with macros as well.
13722
13723 2008-04-10  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-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13729
13730         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13731         Prefer fboundp to functionp so it works with macros as well.
13732
13733 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * auth-source.el: Add docs.
13736         (auth-sources): Modify format to support server.
13737         (auth-source-pick, auth-source-user-or-password)
13738         (auth-source-user-or-password-imap)
13739         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13740         (auth-source-user-or-password-sftp)
13741         (auth-source-user-or-password-smtp): Add server parameter.
13742
13743 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13744
13745         * gnus-registry.el: Initialize the registry when gnus-registry-install
13746         is t.
13747
13748 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * compface.el (uncompface): Make buffer unibyte.
13751
13752 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13753
13754         * mail-source.el (mail-source-value):
13755         Prefer fboundp to functionp so it works with macros as well.
13756
13757 2008-04-05  Glenn Morris  <rgm@gnu.org>
13758
13759         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13760
13761 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13762
13763         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13764         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13765
13766         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13767         multibyteness after rather than before erasing it.
13768
13769         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13770         mm-with-multibyte.
13771         (gnus-request-article-this-buffer): Make sure the proper decoding is
13772         used if gnus-original-article-buffer happens to be unibyte.
13773
13774         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13775         default-enable-multibyte-characters.
13776
13777         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13778         default-enable-multibyte-characters.
13779
13780         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13781
13782         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13783
13784 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13785
13786         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13787         Fix last change in case the element is not even a symbol.
13788
13789 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13790
13791         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13792         (imap-message-copyuid-1): Use it.
13793         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13794         J. Williams in
13795         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13796
13797         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13798         imap-enable-exchange-bug-workaround.
13799         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13800
13801 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13802
13803         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13804         a 100 byte status-checks into a 2-3MB transfer for each group.
13805         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13806         to enable bug workaround or not.
13807         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13808
13809 2008-03-31  Glenn Morris  <rgm@gnu.org>
13810
13811         * message.el (mml2015-use): Declare for compiler.
13812         (message-info): Require mml2015 when appropriate.
13813
13814 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13817         whitespace.
13818
13819 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13820
13821         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13822         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13823         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13824         (nntp-service-to-port): New function.
13825         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13826         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13827         (nntp-open-netcat-stream): New function.
13828         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13829
13830 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13831
13832         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13833
13834 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13835
13836         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13837
13838 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13839
13840         * dns.el (dns-write): Use set-buffer-multibyte.
13841
13842 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13843
13844         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13845
13846 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * message.el (message-signature-separator): Change default.
13849         Improve custom type.
13850         (message-cite-function): Change default to
13851         message-cite-original-without-signature.
13852
13853         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13854         toggle.
13855
13856         * message.el (message-check-news-body-syntax): Fix signature check.
13857         (message-setup-1): Mark buffer as unmodified _after_ running
13858         message-setup-hook and handling message-alternative-emails.
13859         (message-shorten-references): Be more strict when building list of
13860         valid references to comply with GNKSA.
13861
13862         * gnus-group.el (gnus-read-ephemeral-bug-group)
13863         (gnus-read-ephemeral-debian-bug-group)
13864         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13865
13866         * message.el (message-info): Don't use booleanp which isn't supported
13867         in Emacs 21 and XEmacs.
13868
13869 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13872         gnus-group-gmane-group-download-format.
13873         (gnus-group-read-ephemeral-gmane-group): Rename from
13874         gnus-group-read-ephemeral-gmane-group.
13875         (gnus-read-ephemeral-gmane-group-url): Rename from
13876         gnus-group-read-ephemeral-gmane-group-url.
13877         (gnus-bug-group-download-format-alist): New variable.
13878         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13879         (gnus-read-ephemeral-emacs-bug-group): New commands.
13880
13881 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13884         (gnus-visible-headers): Improve custom type.
13885
13886 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * mml.el (mml-menu): Add workarounds for XEmacs.
13889
13890         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13891         X-Boundary header.
13892
13893         * message.el (message-simplify-recipients): Fix previous commit.
13894
13895 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13896
13897         * mm-util.el (mm-set-buffer-multibyte): New function.
13898         * mm-decode.el (mm-copy-to-buffer): Use it.
13899
13900         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13901         Prefer fboundp to functionp so it works with macros as well.
13902
13903 2008-03-19  Glenn Morris  <rgm@gnu.org>
13904
13905         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13906         Accidentally removed in the sync process with Emacs.
13907
13908 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * message.el (message-alter-recipients-discard-bogus-full-name):
13911         New function.
13912         (message-alter-recipients-function): New variable.
13913         (message-get-reply-headers): Use it.
13914         (message-replace-header): New helper function.
13915         (message-recipients-without-full-name): New variable.
13916         (message-simplify-recipients): New command.
13917
13918         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13919
13920         * message.el (message-info): Handle EasyPG manual.
13921
13922         * mml.el (mml-menu): Add entry for EasyPG.
13923
13924 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13925
13926         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13927         parameter.
13928
13929         * message.el (message-disassociate-draft): Specify drafts group name
13930         fully.
13931
13932 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13933
13934         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13935         Eliminate unnecessary duplicates from the match list.
13936
13937 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13940
13941         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13942
13943         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13944         args of `how-many' of which the XEmacs version doesn't take; declare
13945         Info-index-next as function.
13946
13947 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * gnus-score.el (gnus-score-headers): Fix handling of
13950         gnus-inhibit-slow-scoring.
13951
13952         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13953         string.
13954         (gnus-button-url-regexp): Improve handling of parenthesis.
13955         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13956         (gnus-button-handle-info-keystrokes): Handle index entries.
13957
13958 2008-03-15  Glenn Morris  <rgm@gnu.org>
13959
13960         * parse-time.el (parse-time-string): Simplify.
13961
13962 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13965         Incoming* files.
13966
13967 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13968
13969         * auth-source.el (auth-sources): Rename from auth-source-choices.
13970         (auth-source-pick): Use it.
13971
13972 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13973
13974         * binhex.el (binhex-decode-region-internal):
13975         * uudecode.el (uudecode-decode-region-internal):
13976         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13977         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13978         setting default-enable-multibyte-characters.
13979
13980 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13981
13982         * auth-source.el (auth-source-protocols)
13983         (auth-source-protocols-customize, auth-source-choices): Add and
13984         modified variable customizations and defaults.
13985         (auth-source-pick, auth-source-user-or-password)
13986         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13987         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13988         (auth-source-user-or-password-sftp)
13989         (auth-source-user-or-password-smtp): Use new variables and provide an
13990         interface to netrc.el.
13991
13992 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13995         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13996         Make sure the nntp port to specify is a string.
13997
13998 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13999
14000         * nntp.el: Use with-current-buffer.
14001         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14002         dubious mm-with-unibyte-current-buffer.
14003         (nntp-with-open-group-function): New function extracted from
14004         nntp-with-open-group macro.
14005         (nntp-with-open-group): Use the function, so it's easier to debug.
14006         Add indentation and debugging info.
14007         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14008         Recommend the use of the netcat alternatives.
14009
14010         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14011         Avoid mm-string-as-multibyte as well.
14012
14013         * nnweb.el (nnweb-insert-html):
14014         Remove use of nnheader-string-as-multibyte.
14015
14016         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14017         (nnheader-string-as-multibyte): Remove.
14018
14019         * mm-view.el: Use inhibit-read-only.
14020         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14021         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14022         or unibyte-string.
14023
14024         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14025         (mm-uu-yenc-extract): Use with-current-buffer.
14026
14027         * gnus-soup.el (gnus-soup-send-packet): Don't use
14028         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14029
14030         * nnmh.el: Use with-current-buffer.
14031         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14032         mm-string-as-multibyte on the output of mm-encode-coding-string.
14033
14034         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14035         (nnimap-request-move-article): Use with-current-buffer.
14036
14037         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14038         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14039         conversion uses string-make-unibyte rather than string-as-unibyte.
14040
14041         * gnus-msg.el: Use with-current-buffer.
14042
14043         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14044
14045 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14046
14047         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14048         string for caching if it is 'PIN.
14049
14050 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * lpath.el: Consider the case without Emacs/W3.
14053
14054 2008-03-08  Glenn Morris  <rgm@gnu.org>
14055
14056         * time-date.el (date-to-time, time-subtract, time-add)
14057         (safe-date-to-time): Doc fixes.
14058
14059 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14060
14061         * mail-source.el (mail-source-delete-old-incoming-confirm):
14062         Change default to nil.
14063         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14064
14065 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * lpath.el: Rearrange.
14068
14069         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14070         (gnus-article-goto-prev-page): Work for articles having ^L's.
14071
14072         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14073
14074         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14075
14076 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14077
14078         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14079         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14080         (gnus-bookmark-jump): Adjust some variable names.
14081
14082 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14083
14084         * auth-source.el: New package.
14085         (auth-source-choices): Add customization entry point variable.
14086
14087         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14088         bug.
14089
14090 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14091
14092         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14093         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14094         (gnus-registry-install-shortcuts): Rename from
14095         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14096         the `gnus-registry-mark-map' keymap dynamically from
14097         `gnus-registry-marks'.  The generated functions update the summary line
14098         when a registry mark is added or deleted, and will call
14099         `gnus-registry-install-p' (see the comments in the code).
14100         (gnus-registry-user-format-function-M): Use concat intelligently.
14101
14102         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14103         the registry mark functions.
14104
14105 2008-03-05  Glenn Morris  <rgm@gnu.org>
14106
14107         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14108         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14109         gnus-art.
14110         (top-level): No need to load own source when compiling.
14111
14112 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14115         Suggested by <chris.anderton@zetnet.co.uk>.
14116
14117 2008-03-04  Glenn Morris  <rgm@gnu.org>
14118
14119         * gnus-sum.el (top-level): No need to require gnus when compiling,
14120         since unconditionally required near start of file.
14121         (gnus-summary-display-while-building): Move definition before use.
14122
14123 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14124
14125         * gnus-registry.el (gnus-registry-user-format-function-M):
14126         Add formatting function.
14127
14128 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14131         with plists.
14132         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14133         Use new format.
14134
14135 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14138         `where-is-internal' that returns a range of key sequences.
14139
14140 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14141
14142         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14143
14144         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14145         (gnus-summary-jump-to-group): Consider windows on other displayed
14146         frames as well.  Similar changes might be needed elsewhere, but that's
14147         the one I've bumped into during my use.
14148
14149         * nndoc.el (nndoc-oe-dbx-type-p):
14150         * gnus-msg.el (gnus-debug):
14151         * gnus-group.el (gnus-update-group-mark-positions):
14152         Use mm-string-to-multibyte.
14153
14154 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14155
14156         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14157         doesn't handle NotDashEscaped.
14158
14159         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14160         (mml-dnd-attach-options): Fix typo in custom choice.
14161
14162         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14163         Change nndoc-article-type to mbox.
14164         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14165
14166         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14167         to nil, instead of html2text.
14168
14169         * imap.el (imap-debug): Add `imap-ping-server'.
14170
14171         * gnus-bookmark.el: Add FIXMEs.
14172
14173         * message.el (message-form-letter-separator)
14174         (message-send-form-letter-delay): New variables.
14175         (message-send-form-letter): Use them.  New command to send form
14176         letters.  Requested by Uwe Siart.
14177         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14178
14179 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * Update copyright years.
14182
14183 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         Sync from EMACS_22_BASE.
14186
14187         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14188
14189 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14190
14191         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14192         empty author.
14193
14194 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * gnus-registry.el (gnus-registry-marks): Add variable for
14197         customization of marks and their appearance.
14198         (gnus-registry-read-mark): Use it.
14199         (gnus-registry-do-marks): Add utility function to loop through
14200         `gnus-registry-marks'.
14201         (gnus-registry-install-shortcuts-and-menus): Add function to install
14202         shortcuts and menus.
14203         (gnus-registry-initialize): Use it.
14204         (gnus-registry-default-mark): Clarify documentation.
14205
14206 2008-02-29  Glenn Morris  <rgm@gnu.org>
14207
14208         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14209         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14210         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14211         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14212         Change defcustom :version from 23.0 to 23.1.
14213
14214 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14215
14216         * gnus-registry.el (gnus-registry-follow-group-p)
14217         (gnus-registry-post-process-groups): Add functions to aid registry
14218         splitting and improve logging.  Clarify behavior in function
14219         documentation.
14220         (gnus-registry-split-fancy-with-parent): Use them.
14221
14222 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14223
14224         * gnus-art.el: Use with-current-buffer.
14225
14226 2008-02-27  David Engster  <dengste@eml.cc>
14227
14228         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14229         Express real group name in the response.
14230
14231 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14234         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14235         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14236         autoload gnus-registry-fetch-group when compiling.
14237         (nnmairix-request-group-with-article-number-correction):
14238         Remove unreferenced argument passed to nnmairix-call-backend.
14239
14240 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14243         (mm-uu-extract): Improve face for low color ttys.
14244         Reported by Sascha Wilde.
14245
14246 2008-02-27  Glenn Morris  <rgm@gnu.org>
14247
14248         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14249         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14250         variables to defconsts.  Convert comments to doc-strings.
14251         (nnmairix-last-server, nnmairix-current-server): Convert from free
14252         variables to defvars.  Convert comments to doc-strings.
14253         (gnus-registry-fetch-group): Autoload.
14254         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14255         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14256         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14257         caddr.
14258         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14259         nnmairix-request-group-with-article-number-correction call.
14260         (nnmairix-fast, nnmairix-group): New, less general names, for free
14261         variables passed from nnmairix-request-group to
14262         nnmairix-request-group-with-article-number-correction.  Declare.
14263         (nnmairix-request-group-with-article-number-correction):
14264         Use nnmairix-fast, nnmairix-group rather than fast, group.
14265
14266 2008-02-26  David Engster  <dengste@eml.cc>
14267
14268         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14269         version 0.5.
14270
14271 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14272
14273         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14274         instead of making an extra function call.  Don't add the current group
14275         to articles only when they have the group.  Use
14276         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14277         Reported by David <de_bb@arcor.de>.
14278
14279 2008-02-24  Miles Bader  <miles@gnu.org>
14280
14281         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14282         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14283         (mm-find-mime-charset-region):
14284         * mm-bodies.el (mm-encode-body):
14285         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14286
14287 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14290         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14291
14292 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * mail-source.el (mail-source-delete-incoming): Change default.
14295         Supplement doc string.
14296
14297         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14298
14299 2008-02-14  Glenn Morris  <rgm@gnu.org>
14300
14301         * time-date.el (format-seconds): New function.
14302
14303 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * nnmail.el (nnmail-message-id-cache-file): Derive from
14306         `gnus-home-directory'.
14307
14308 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14311         Document negative prefix.
14312
14313         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14314
14315 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14316
14317         * message.el (message-unsent-separator): Add the Exim bounce
14318         separator.
14319
14320 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14321
14322         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14323         list.
14324         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14325         recipient/signer list.
14326
14327 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * Makefile.in (datarootdir): Define.
14330         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14331         name that might contain whitespace.
14332
14333 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14336         fbound (Emacs 23 unicode), signal an error.
14337
14338 2008-02-08  Glenn Morris  <rgm@gnu.org>
14339
14340         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14341
14342 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14343
14344         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14345         ports to the calls to `netrc-machine-user-or-password' in addition to
14346         "imap" and "imaps".
14347
14348 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14349
14350         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14351
14352         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14353
14354 2008-02-01  Kenichi Handa  <handa@m17n.org>
14355
14356         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14357         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14358         (rfc2104-hash): Convert the result of concat to unibyte string.
14359
14360 2008-02-01  Dave Love  <fx@gnu.org>
14361
14362         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14363         coding-system-for-read.
14364         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14365
14366 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14369         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14370         <hanche@math.ntnu.no>.
14371
14372 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14375
14376         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14377
14378 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14379
14380         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14381         * message.el (message-beginning-of-line): Use featurep instead of bound
14382         tests in order to resolve conditionals at compile time.
14383
14384 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14385
14386         * mail-source.el (mail-sources): Add `group' choice.
14387
14388         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14389         parameter `in-group' to control into which group the articles go.
14390         Add treatment of `group' mail-source.
14391
14392 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14395
14396         * mm-decode.el (mm-dissect-buffer): Decode description.
14397
14398         * mml.el (mml-to-mime): Encode message header first.
14399
14400 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14403         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14404
14405         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14406         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14407
14408 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14411
14412 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14415         prefix keys.
14416         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14417         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14418         gnus-xmas.el.
14419
14420         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14421         (gnus-xmas-article-describe-bindings): New function.
14422         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14423         gnus-xmas-article-describe-bindings.
14424
14425         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14426
14427 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14428
14429         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14430         Add new variables for article mark management.
14431         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14432         list of extra data entries which, when present, will indicate that the
14433         article ID should not be trimmed from the registry.
14434         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14435         functions.
14436         (gnus-registry-read-mark): New function to read a mark name from the
14437         user.
14438         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14439         (gnus-registry-set-article-mark-internal): New functions to add and
14440         remove marks.
14441         (gnus-registry-get-article-marks): New function to show the marks for
14442         an article, or retrieve them for further use.
14443
14444 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14447         keys when no argument is given.
14448
14449 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * imap.el (imap-ping-server): New variable.
14452         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14453         (imap-ping-server): Minor doc string fixes.
14454
14455 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14456
14457         * imap.el (imap-ping-server): New function.
14458         (imap-opened): Call imap-ping-server.
14459
14460 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * gnus-sum.el (gnus-article-sort-by-random)
14463         (gnus-thread-sort-by-random): Fix doc strings.
14464         Reported by jidanni@jidanni.org.
14465
14466 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-art.el (gnus-article-describe-bindings): New function.
14469         (gnus-article-read-summary-keys): Use it.
14470         (gnus-article-mode-map): Bind `C-h b' to it.
14471
14472 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14475         XEmacs.
14476         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14477         Protect against non-character events.
14478
14479         * lpath.el: Fbind map-keymap for Emacs 21.
14480
14481 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14484         New command.
14485         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14486         instead of END.  Change name of the temp file.
14487         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14488         customizable.
14489
14490 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14493         bind `S W' to gnus-article-wide-reply-with-original; set default
14494         binding to gnus-article-read-summary-send-keys.
14495         (gnus-article-read-summary-keys): Fix the order of keys; display
14496         continuation keys correctly in the echo area; describe bindings
14497         correctly when keys end with `C-h'.
14498         (gnus-article-read-summary-send-keys): New function.
14499         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14500         Work for gnus-article-read-summary-send-keys; display continuation keys
14501         correctly in the echo area.
14502         (gnus-article-reply-with-original): Ignore prefix argument.
14503         (gnus-article-wide-reply-with-original): New function.
14504
14505         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14506         Emacs 21.
14507
14508 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14511         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14512
14513 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14516         (gnus-group-read-ephemeral-gmane-group): New command.
14517
14518 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14519
14520         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14521
14522 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * message.el (message-send-mail-function): Increase custom version.
14525
14526         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14527         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14528
14529 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14530
14531         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14532         for the cases where imap-authenticate is called with a nil buffer
14533         parameter.
14534
14535 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14538         html parts correctly; support forwarded messages.
14539         (gnus-article-browse-html-article): Remove work buffers.
14540
14541         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14542         compiling.
14543         (netrc-bound-and-true-p): New macro.
14544         (netrc-parse): Use it instead of bound-and-true-p that is not available
14545         in XEmacs 21.4.
14546
14547 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * gnus-registry.el (gnus-registry-mark-article)
14550         (gnus-registry-article-marks): Add functionality to mark articles
14551         through the Gnus registry.
14552
14553         * encrypt.el: Clarify documentation for the new pgg method.
14554         (encrypt-file-alist): Add PGG option.
14555         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14556         functionality.  Abstract password key and messaging to external
14557         functions.
14558         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14559         (encrypt-message-method-and-cipher): Add new convenience external
14560         functions.
14561         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14562         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14563
14564         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14565         (netrc-parse): Use encrypt-file-alist to determine if
14566         encrypt-find-model or encrypt-insert-file-contents should be used.
14567
14568         * encrypt.el: Clarify documentation.  Load password-cache or
14569         password, whichever one is found first, instead of autoloading.
14570
14571 2007-12-19  Glenn Morris  <rgm@gnu.org>
14572
14573         * mml.el (message-options-set, message-narrow-to-head)
14574         (message-in-body-p, message-mail-p, message-encode-message-body):
14575         Autoload.
14576         (message-remove-header, message-narrow-to-headers-or-head)
14577         (message-subscribed-p, message-make-mail-followup-to)
14578         (message-position-on-field, message-news-p)
14579         (message-options-set-recipient, message-generate-headers)
14580         (message-sort-headers): Declare as functions.
14581
14582 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14585         convention in doc string.
14586
14587 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14590         title to html parts.
14591         (gnus-article-browse-html-article): Pass message header to it.
14592
14593         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14594
14595 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14598         or password compatible with XEmacs.
14599
14600 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14603         format document.
14604         (gnus-mime-delete-part): Don't write description line if empty.
14605         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14606
14607 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14608
14609         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14610         (gnus-summary-mark-read-and-unread-as-read)
14611         (gnus-summary-mark-current-read-and-unread-as-read)
14612         (gnus-summary-mark-unread-as-ticked): Doc fix.
14613         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14614
14615 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14618         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14619
14620 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14623         yes-or-no-p.
14624
14625 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * mm-decode.el (mm-add-meta-html-tag): New function.
14628         (mm-save-part-to-file, mm-pipe-part): Use it.
14629
14630         * gnus-art.el (gnus-article-browse-delete-temp-files):
14631         Use gnus-y-or-n-p instead of y-or-n-p.
14632         (gnus-article-browse-html-parts): Work with message/external-body; use
14633         mm-add-meta-html-tag.
14634
14635 2007-12-11  Glenn Morris  <rgm@gnu.org>
14636
14637         * gnus-cache.el: Require gnus-sum not just when compiling.
14638
14639         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14640
14641         * gnus-int.el (gnus-server-opened, gnus-status-message):
14642         Move definitions before use.
14643
14644         * mm-decode.el: Require gnus-util.
14645         (mm-remove-part): Only call delete-annotation on XEmacs.
14646
14647         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14648
14649         * nnmail.el: Require gnus-int.
14650
14651         * spam.el: Move `require's before `eval-when-compile's.
14652
14653         * gnus-ems.el (gnus-alive-p):
14654         * gnus-fun.el (message-goto-eoh):
14655         * gnus-util.el (gnus-group-name-decode):
14656         * mail-source.el (gnus-compress-sequence):
14657         * message.el (Info-goto-node, format-spec):
14658         * mm-bodies.el (message-options-get):
14659         * mm-decode.el (mm-view-pkcs7):
14660         * mm-util.el (gmm-write-region):
14661         * mml-smime.el (mml-compute-boundary)
14662         (gnus-completing-read-with-default):
14663         * mml.el (widget-button-press, gnus-make-hashtable):
14664         * mml1991.el (mm-decode-content-transfer-encoding)
14665         (mm-encode-content-transfer-encoding)
14666         (message-options-get, message-options-set):
14667         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14668         * nnfolder.el (gnus-request-group):
14669         * nnheader.el (ietf-drums-unfold-fws):
14670         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14671         * smime.el (gnus-run-mode-hooks):
14672         * spam-stat.el (gnus-message): Autoload.
14673
14674         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14675         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14676         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14677         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14678         Add declare-function compatibility definition.
14679
14680         * gnus-cache.el (nnvirtual-find-group-art):
14681         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14682         (gnus-add-image, gnus-add-wash-type):
14683         * gnus-group.el (nnkiboze-score-file):
14684         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14685         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14686         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14687         (message-tokenize-header, gnus-get-buffer-create)
14688         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14689         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14690         * gnus.el (gnus-group-decoded-name):
14691         * mail-source.el (imap-capability):
14692         * mm-bodies.el (message-options-set):
14693         * mm-decode.el (gnus-configure-windows):
14694         * mm-extern.el (message-goto-body):
14695         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14696         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14697         (epg-sub-key-validity, message-options-set):
14698         * mml.el (widget-event-point, gnus-configure-windows):
14699         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14700         * mml2015.el (epg-check-configuration, epg-configuration)
14701         (message-options-set):
14702         * nndb.el (nndb-request-article):
14703         * nnfolder.el (gnus-request-create-group):
14704         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14705         * nnmaildir.el (gnus-group-mark-article-read):
14706         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14707         * rfc1843.el (message-fetch-field):
14708         * spam.el (gnus-extract-address-components):
14709         Declare as functions.
14710
14711 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14714
14715         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14716
14717         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14718         bind show-trailing-whitespace for XEmacs.
14719
14720 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14723         new no-op macro for backward compatibility.
14724
14725         * imap.el (imap-string-to-integer): New function.
14726
14727 2007-12-09  Glenn Morris  <rgm@gnu.org>
14728
14729         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14730
14731         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14732         * message.el, mm-view.el, sieve-manage.el, smime.el:
14733         Add declare-function compatibility definition.
14734
14735         * gnus-art.el (w3-region, w3m-region, Info-menu):
14736         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14737         * gnus-sum.el (gnus-get-predicate):
14738         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14739         * message.el (mail-abbrev-in-expansion-header-p):
14740         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14741         (w3m-detect-meta-charset, w3m-region):
14742         * sieve-manage.el (password-read, password-cache-add)
14743         (password-cache-remove):
14744         * smime.el (password-read-and-add): Declare as functions.
14745
14746 2007-12-08  David Kastrup  <dak@gnu.org>
14747
14748         * gnus-sum.el (gnus-summary-simplify-subject-query):
14749         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14750         `message'.
14751
14752 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14755         it to bind idna-program, installation-directory, defined-colors, and
14756         face-attribute for XEmacs of the version that compiles defcustom forms.
14757
14758 2007-12-07  Glenn Morris  <rgm@gnu.org>
14759
14760         * gnus-art.el (article-make-date-line): Revert previous change.
14761
14762 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14765
14766 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14767
14768         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14769         Call gnus-add-to-range ranges only once with a prepared article-list.
14770
14771 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14772
14773         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14774         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14775         group names with backslashes.
14776         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14777
14778 2007-12-06  Deepak Goel  <deego3@gmail.com>
14779
14780         * gnus-art.el (article-make-date-line):
14781         * gnus-start.el (gnus-load):
14782         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14783
14784 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-art.el (gnus-use-idna):
14787         * gnus-start.el (gnus-site-init-file):
14788         * message.el (message-use-idna):
14789         * mm-uu.el (mm-uu-hide-markers):
14790         * smiley.el (smiley-style): Revert changes that suppress warnings.
14791
14792 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14795         specify charset to html source.
14796         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14797
14798 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14801         idna-program in order to suppress byte compile warning issued by XEmacs
14802         that came to byte compile the default value section of defcustom forms
14803         recently.
14804
14805         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14806         value of installation-directory.
14807
14808         * message.el (message-use-idna): Don't directly refer to the value of
14809         idna-program.
14810
14811         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14812
14813         * smiley.el (smiley-style): Don't directly call face-attribute.
14814
14815 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14818
14819         * gnus-dired.el: Reduce Gnus dependencies.
14820         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14821         Don't require.  Use autoloads instead.
14822         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14823         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14824         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14825         (gnus-dired-mode): Adjust doc string.
14826         (gnus-dired-mail-mode): New variable.
14827         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14828         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14829         (gnus-dired-mail-buffers): New function.  Return mail or message
14830         composition buffers.
14831         (gnus-dired-attach): Use it.
14832         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14833         NO-DECODE.
14834         (gnus-dired-print): Use `gnus-print-buffer' depending on
14835         `gnus-dired-mail-mode'.
14836
14837 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * rfc2047.el (rfc2047-encoded-word-regexp)
14840         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14841         explaining what regexp patterns are for.
14842
14843 2007-12-04  Glenn Morris  <rgm@gnu.org>
14844
14845         * password.el: Move to password-cache.el.
14846
14847         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14848         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14849         * mml-smime.el (password-read, password-cache-add)
14850         (password-cache-remove):
14851         No need to autoload, since mml-sec requires password.
14852
14853         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14854         * message.el (gnus-extract-address-components):
14855         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14856
14857         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14858         password.
14859
14860 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * mailcap.el: Reduce dependencies.
14863         (mail-header-parse-content-type): Autoload.
14864         (mailcap-delete-duplicates): New alias.
14865         (mailcap-mime-info): Add optional argument NO-DECODE.
14866         (mailcap-mime-types): Use mailcap-delete-duplicates.
14867
14868         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14869
14870 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14871
14872         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14873         (imap-parse-status): Upcase status-att for servers that sends them
14874         lower-case (e.g., MS Exchange 2007).
14875
14876 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14877
14878         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14879         function.
14880
14881         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14882         (gnus-uu-yenc-article): New function.
14883
14884         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14885
14886         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14887
14888 2007-12-02  Glenn Morris  <rgm@gnu.org>
14889
14890         * binhex.el (binhex): New custom group.
14891         (binhex-decoder-program, binhex-decoder-switches)
14892         (binhex-use-external): Move to the binhex custom group.
14893
14894         * uudecode.el (uudecode): New custom group.
14895         (uudecode-decoder-program, uudecode-decoder-switches)
14896         (uudecode-use-external): Move to the uudecode custom group.
14897
14898         * netrc.el (top-level): Don't load `encrypt' features.
14899         (netrc-parse): Don't use encrypt.
14900         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14901
14902         * encrypt.el: Remove file.
14903
14904 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14907         matches on patches.
14908
14909         * gnus-art.el (gnus-article-browse-html-article):
14910         Mention `mm-text-html-renderer' in the doc string.
14911
14912         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14913         string.  Add comments.
14914
14915         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14916         if rhs is ASCII.
14917
14918 2007-12-01  Glenn Morris  <rgm@gnu.org>
14919
14920         * mail-source.el (top-level): Require format-spec before
14921         eval-when-compile.
14922
14923 2007-11-30  Glenn Morris  <rgm@gnu.org>
14924
14925         * encrypt.el: Require password, rather than autoloading password-read.
14926
14927 2007-11-29  Glenn Morris  <rgm@gnu.org>
14928
14929         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14930         (sasl-make-client, sasl-next-step, sasl-step-data)
14931         (sasl-step-set-data): Declare as functions.
14932
14933 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14936
14937 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14938
14939         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14940         certs should be verified and what is to be done in the event of a
14941         verification failure.
14942
14943         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14944         caller can indicate whether the cache should be disregarded for this
14945         call.  This way the result of the call is reproducible at all times and
14946         can be considered a canonical server name for the supplied method.
14947         (gnus-agent-method-p): Canonicalize server names by pushing their
14948         method through `gnus-method-to-server' using the no-cache argument.
14949
14950         * gnus-srvr.el (gnus-server-insert-server-line):
14951         Call `gnus-method-to-server' with `no-cache' argument.
14952
14953         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14954         gnus-agent-possibly-synchronize-flags as this should be called when the
14955         server is actually being opened.
14956         (gnus-agent-possibly-synchronize-flags)
14957         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14958         flags file of an agentized server to the latter function.
14959
14960         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14961         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14962         after a connection has been established successfully.
14963
14964 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-art.el (article-display-face): Force to display face if called
14967         interactively; check if gnus-article-x-face-too-ugly matches author.
14968         (article-display-x-face): Display face even if From header is missing
14969         as article-display-face does.
14970
14971 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14972
14973         * hashcash.el (message-narrow-to-headers-or-head)
14974         (message-fetch-field, message-goto-eoh)
14975         (message-narrow-to-headers): Declare as functions.
14976
14977 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * mail-source.el (mail-sources): Default to fetch from file for
14980         compatibility with default of nnmail-spool-file.
14981
14982 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14985         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14986         to look for encoded word that should be encoded again.
14987         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14988         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14989         encoding pattern.
14990         (rfc2047-decode-region): Switch strict regexp and loose one according
14991         to rfc2047-allow-irregular-q-encoded-words.
14992
14993 2007-11-25  Romain Francoise  <romain@orebokech.com>
14994
14995         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14996
14997 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * tls.el (tls-program): Provide more custom choices from
15000         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15001         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15002
15003 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15006         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15007
15008         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15009         `nnmail-spool-file'.
15010
15011         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15012         `nnmail-spool-file'.
15013
15014         * gnus-move.el (gnus-change-server): Ditto.
15015
15016         * gnus-kill.el (gnus-batch-score): Ditto.
15017
15018         * gnus-cache.el (gnus-jog-cache): Ditto.
15019
15020         * gnus-msg.el (gnus-summary-reply):
15021         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15022
15023 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15026         version.  Minor improvement to doc strings.
15027         (tls-program): Add comment.
15028
15029 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15030
15031         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15032         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15033         mismatch between the hostname provided in the certificate and the name
15034         of the host connnecting to.
15035         (open-tls-stream): Use them.  Check certificates against trusted root
15036         certificates.
15037
15038 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * gnus-cache.el (gnus-cache-generate-nov-databases):
15041         Use nnml-generate-nov-databases-directory instead of
15042         nnml-generate-nov-databases-1.
15043
15044 2007-11-24  Glenn Morris  <rgm@gnu.org>
15045
15046         * message.el (message-tool-bar-retro): Update for rename
15047         mail_send.xpm->mail-send.xpm.
15048
15049 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15052         `smime-ldap-search' for Emacs 22 and up.
15053
15054 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15055
15056         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15057
15058         * message.el (message-send-mail-function): Fix error convention.
15059         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15060         (message-widen-reply, message-send-mail, message-talkative-question)
15061         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15062         (message-clone-locals, message-send-news): Use with-current-buffer.
15063         (message-insert-or-toggle-importance): Remove unused var `valid'.
15064         (message-make-references): Remove unused var `new-references'.
15065         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15066
15067 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15068
15069         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15070         (spam-split-symbolic-return-positive): Reflow docstring.
15071         (spam-backends, spam-summary-exit-behavior)
15072         (spam-mark-ham-unread-before-move-from-spam-group)
15073         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15074         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15075         (spam-clear-cache, spam-backend-check, spam-install-backend)
15076         (spam-install-statistical-backend, spam-list-of-processors)
15077         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15078         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15079         (spam-check-crm114, spam-initialize, spam-unload-hook):
15080         Fix typos in docstrings.
15081
15082 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15085         been checked if they have never been read and those group levels are
15086         higher than the one that a user specified.
15087
15088 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15091         foreign groups unless a group level is specified by a user.
15092         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15093
15094 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * message.el (message-send-mail-function): Require sendmail.
15097
15098 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         * message.el (message-send-mail-function): Check for smtpmail too.
15101
15102         * utf7.el (utf7-encode, utf7-decode): Use coding system
15103         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15104
15105         * message.el (message-send-mail-function): New function.
15106         (message-send-mail-function): Set default using
15107         message-send-mail-function.  Adjust doc string.
15108         (message-send-mail-with-mailclient): New function.
15109
15110 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15111
15112         * smime.el (from):
15113         * rfc2047.el (message-posting-charset):
15114         * qp.el (mm-use-ultra-safe-encoding):
15115         * pop3.el (parse-time-months):
15116         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15117         * nnml.el (files):
15118         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15119         (jka-compr-compression-info-list, ange-ftp-path-format)
15120         (efs-path-regexp):
15121         * nndiary.el (files):
15122         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15123         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15124         (epg-digest-algorithm-alist, inhibit-redisplay)
15125         (password-cache-expiry):
15126         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15127         (pgg-output-buffer, password-cache-expiry):
15128         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15129         (efs-path-regexp):
15130         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15131         (inhibit-redisplay):
15132         * mm-uu.el (file-name, start-point, end-point, entry)
15133         (gnus-newsgroup-name, gnus-newsgroup-charset):
15134         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15135         (latin-unity-ucs-list):
15136         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15137         (mm-uu-binhex-decode-function):
15138         * message.el (gnus-message-group-art, gnus-list-identifiers)
15139         (rmail-enable-mime-composing, gnus-local-organization)
15140         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15141         (gnus-read-active-file, facemenu-add-face-function)
15142         (facemenu-remove-face-function, gnus-article-decoded-p)
15143         (tool-bar-mode):
15144         * mail-source.el (display-time-mail-function):
15145         * gnus-util.el (nnmail-pathname-coding-system)
15146         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15147         (gnus-original-article-buffer, gnus-user-agent)
15148         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15149         (xemacs-codename, sxemacs-codename, emacs-program-version):
15150         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15151         * gnus-start.el (gnus-agent-covered-methods)
15152         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15153         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15154         (gnus-newsgroup-headers, gnus-group-list-mode)
15155         (gnus-group-mark-positions, gnus-newsgroup-data)
15156         (gnus-newsgroup-unreads, nnoo-state-alist)
15157         (gnus-current-select-method, mail-sources)
15158         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15159         (nnmail-spool-file, gnus-cache-active-hashtb):
15160         * gnus-mh.el (mh-lib-progs):
15161         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15162         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15163         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15164         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15165         (gnus-group-buffer):
15166         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15167         (font-lock-set-defaults):
15168         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15169         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15170         (gnus-summary-post-menu, total-parts, type, condition, length):
15171         * gnus-agent.el (gnus-agent-read-agentview):
15172         * flow-fill.el (show-trailing-whitespace):
15173         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15174         eval-and-compile wrappers for byte compiler pacifiers.
15175
15176         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15177         (mm-display-inline-fontify): Check for featurep 'xemacs not
15178         extent-list.
15179
15180         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15181         itimer-list.
15182         (mm-create-image-xemacs): Only do something for XEmacs.
15183         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15184
15185         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15186
15187         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15188         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15189
15190 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15191
15192         * nnimap.el (nnimap-split-download-body):
15193         * gnus-demon.el (gnus-demon):
15194         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15195
15196 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15199         New macros.
15200         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15201         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15202         copy data from unibyte buffer to multibyte current buffer.
15203         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15204         to copy data from unibyte current buffer to multibyte buffer.
15205         (nntp-make-process-buffer): Make process buffer unibyte.
15206
15207         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15208
15209 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15210
15211         * pop3.el (pop3-open-server): Accept and process data more robustly at
15212         connection start to avoid spurious "POP SSL connection failed" errors.
15213
15214 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15217         read group names.
15218
15219 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15222
15223 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15226         (nnmail-save-active): Use a unibyte buffer when saving active file,
15227         which may contain non-ASCII group names.
15228
15229         * nnml.el (nnml-request-group): Decode group names in messages.
15230
15231 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * message.el (message-citation-line-function)
15234         (message-insert-formatted-citation-line): Fix spelling of
15235         `message-insert-formated-citation-line'.
15236
15237 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15240
15241 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15244         nnmail-pathname-coding-system.
15245
15246         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15247         that a user enters; decode group names in messages.
15248
15249         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15250
15251 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15254
15255         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15256
15257         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15258         risky local variable.
15259
15260         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15261
15262 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15263
15264         * encrypt.el: Improve documentation to fix function name typo.
15265         Reported by Daiki Ueno <ueno@unixuser.org>.
15266
15267 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15270         even if the point is not in the last page of an article.
15271         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15272         back to the previous page.
15273
15274 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15277
15278 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15281
15282 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15283
15284         * message.el (message-check-news-body-syntax):
15285         Avoid mm-string-as-multibyte.
15286         (message-hide-headers): Don't assume (point-min)==1.
15287
15288 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * message.el (message-remove-blank-cited-lines): Fix if remove is
15291         given.
15292         (message-bogus-address-regexp): New variable.
15293         (message-bogus-recipient-p): New function.
15294         (message-check-recipients): New command.
15295         (message-syntax-checks): Add `bogus-recipient'.
15296         (message-fix-before-sending): Add `bogus-recipient'.
15297
15298         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15299         (gnus-treat-body-boundary): Don't test window-system.
15300
15301 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15302
15303         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15304
15305 2007-10-28  Miles Bader  <miles@gnu.org>
15306
15307         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15308         at compile-time too.
15309
15310 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-msg.el (gnus-message-setup-hook):
15313         Add `message-remove-blank-cited-lines' to options.
15314
15315 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15316
15317         * message.el (message-remove-blank-cited-lines): New function.
15318         Suggested by Karl Plästerer.
15319
15320 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15323         mapc.
15324
15325         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15326         (top-level): Use mapc to set functions to be traced for debugging.
15327
15328         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15329         called for effect with while loop.
15330
15331         * message.el (message-talkative-question): Replace mapcar called for
15332         effect with mapc.
15333
15334         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15335         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15336         called for effect with dolist.
15337
15338         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15339
15340         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15341         gnus-extra-headers and nnmail-extra-headers.
15342
15343         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15344         called for effect with dolist.
15345         (top-level): Use mapc to set functions to be traced for debugging.
15346
15347         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15348         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15349         dolist.
15350
15351         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15352         Replace mapcar called for effect with mapc.
15353         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15354         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15355         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15356         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15357
15358         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15359         remove-if that's a cl function.
15360
15361         * webmail.el (webmail-debug): Replace mapcar called for effect with
15362         dolist.
15363
15364         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15365         with mapc.
15366
15367 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15370         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15371         with while loop.
15372
15373         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15374         functions from article-* functions.
15375         (gnus-multi-decode-header): Replace mapcar called for effect with
15376         dolist.
15377
15378         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15379         (gnus-bookmark-show-details): Replace mapcar called for effect with
15380         while loop.
15381
15382         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15383         called for effect with while loop.
15384
15385         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15386         with dolist.
15387
15388         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15389         Replace mapcar called for effect with dolist.
15390
15391         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15392
15393         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15394         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15395         Replace mapcar called for effect with dolist.
15396         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15397         mapc.
15398
15399         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15400         Replace mapcar called for effect with dolist.
15401         (gnus-topic-list): Replace mapcar called for effect with mapc.
15402
15403         * gnus.el: Use mapc instead of mapcar to add autoloads.
15404
15405 2007-10-23  Richard Stallman  <rms@gnu.org>
15406
15407         * gnus-group.el (gnus-group-highlight): Mark as risky.
15408
15409 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus.el (gnus-server-to-method): Return method found first in
15412         gnus-newsrc-alist.
15413
15414         * gnus-art.el (gnus-article-highlight-signature)
15415         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15416         button overlay without the front stickiness.
15417
15418 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15419
15420         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15421         overview buffer needed a catch to receive its throw.
15422         (gnus-agent-flush-cache): Declare as interactive to make this function
15423         easier to use.
15424
15425 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15428         `next-line'.
15429
15430 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15433         exclude address matching message-dont-reply-to-names.
15434
15435 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus-util.el (gnus-string<): New function.
15438
15439         * gnus-sum.el (gnus-article-sort-by-author)
15440         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15441
15442 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15445         the frame-focus tag is set in gnus-buffer-configuration.
15446
15447 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15450         the front stickiness.
15451
15452 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15455         url pattern; remove duplicate one.
15456         (gnus-article-extend-url-button): New function.
15457         (gnus-article-add-buttons): Use it.
15458         (gnus-button-push): Use concatenated url that it makes.
15459
15460 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15461
15462         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15463
15464 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15465
15466         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15467         Don't hardcode point-min==1.
15468
15469 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15472         Fix comment about "iso8859-1".
15473
15474 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15475
15476         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15477         ones returned from the verify-function.
15478
15479         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15480         Call mml2015-extract-cleartext-signature if extraction failed.
15481
15482 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15483
15484         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15485         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15486         failed.
15487
15488 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15491
15492 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15495         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15496         recommends to use EasyPG instead of PGG.
15497
15498         * pgg.el: Revert to revision 6.23.2.16.
15499
15500         * pgg-def.el: Revert to revision 6.6.2.14.
15501
15502         * pgg-gpg.el: Revert to revision 6.23.2.34.
15503
15504 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15507         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15508         thread for both the null and zero (kill/expire thread) universal prefix
15509         cases.
15510         (gnus-summary-expire-thread): Add new function to expire a thread,
15511         using gnus-summary-kill-thread.
15512         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15513         shortcuts for gnus-summary-expire-thread.
15514         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15515         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15516
15517 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15518
15519         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15520         extras value, so an extras entry can be deleted.
15521         (gnus-registry-delete-extra-entry): Use it.
15522         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15523         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15524         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15525         storage through the gnus-registry, and provide an appropriate API for
15526         it.
15527
15528 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15531         Suggested by Leo <sdl.web@gmail.com>.
15532
15533         * gnus.el: Do.
15534
15535 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15538         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15539
15540         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15541
15542         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15543         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15544
15545 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15548         newline.
15549         (nnmbox-request-accept-article): Don't change article in source buffer;
15550         narrow to header to use message-fetch-field rather than
15551         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15552         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15553         as delimiters; make sure article ends with newline.
15554         (nnmbox-delete-mail): Correct last position of article to be deleted;
15555         ignore X-Gnus-Newsgroup header in article body.
15556         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15557         positions; make sure article ends with newline.
15558
15559         * message.el (message-display-abbrev): Don't infloop when a user
15560         inserts SPC in the beginning of header.
15561
15562         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15563         coding-system-for-read and coding-system-for-write for XEmacs having no
15564         file-coding feature.
15565
15566         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15567
15568 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15569
15570         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15571         list of groups not followed by default.  Fix type to be regexp.
15572         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15573
15574 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15575
15576         * hmac-def.el (define-hmac-function): Switch from old-style to
15577         new-style backquotes.
15578
15579         * md4.el (md4-make-step): Likewise.
15580
15581 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15584         raw-text coding system when saving .newsrc file, which may contain
15585         non-ASCII group names.
15586
15587 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-cus.el (gnus-score-extra): New widget.
15590         (gnus-score-extra-convert): New function.
15591         (gnus-score-customize): Use it for Extra.
15592
15593 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15594
15595         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15596         (mml2015-mailcrypt-clear-verify): Use it.
15597         (mml2015-gpg-clear-verify): Use it.
15598         (mml2015-pgg-clear-verify): Use it.
15599         (mml2015-epg-clear-verify): Replace the current part with the output
15600         from GnuPG; don't extract the plaintext by itself.
15601
15602         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15603         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15604         mml2015-clear-verify-function; don't touch the armor headers or
15605         dash-escaped text here.
15606
15607 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15610         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15611         parts, or application/octet-stream as a last resort.
15612         (gnus-mime-view-part-as-type): Don't toggle display.
15613         (gnus-mime-view-part-as-charset): Don't turn off display before
15614         querying charset.
15615
15616         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15617         stuff to undisplayer function in Emacs.
15618         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15619
15620         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15621         text/calendar parts.
15622
15623 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15626         decoding text/calendar parts.
15627
15628         * message.el (message-forward-make-body-mime): Always mark body as
15629         having no illegible text; remove signed-or-encrypted argument.
15630         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15631
15632         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15633         (mml-generate-mime-1): Don't encode body if it is specified to be in
15634         raw form; don't make buffer be unibyte when inserting multibyte string.
15635
15636 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15637
15638         * sha1.el: Fix up comment style.
15639         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15640         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15641
15642         * hex-util.el: Fix up comment style.
15643         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15644
15645         * gnus-salt.el: Use with-current-buffer.
15646         (gnus-pick-setup-message): Fix long-standing typo.
15647
15648 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * imap.el (imap-logout-timeout): New variable.
15651         (imap-logout, imap-logout-wait): New functions.
15652         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15653
15654         * nnimap.el (nnimap-logout-timeout): New server variable.
15655         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15656         nnimap-logout-timeout.
15657
15658         * gnus-art.el (gnus-article-summary-command-nosave)
15659         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15660
15661 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus.el (gnus-maximum-newsgroup): New variable.
15664
15665         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15666         according to gnus-maximum-newsgroup.
15667
15668         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15669         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15670         Limit the range of articles according to gnus-maximum-newsgroup.
15671
15672 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15673
15674         * gnus-art.el (gnus-sticky-article): Fix problems described in
15675         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15676         Don't perform gnus-configure-windows here; reuse existing sticky
15677         article buffer.
15678
15679         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15680         it doesn't exist in gnus-article-mode.
15681
15682 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15685         (gnus-agent-decoded-group-name): New function.
15686         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15687         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15688
15689 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15690
15691         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15692         Add binding for gnus-sticky-article.
15693         (gnus-summary-exit): Don't kill sticky article buffers.
15694
15695         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15696         article buffer.
15697         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15698         (gnus-kill-sticky-article-buffers): New commands.
15699
15700 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * nntp.el (nntp-xref-number-is-evil): New server variable.
15703         (nntp-find-group-and-number): If it is non-nil, don't trust article
15704         numbers in the Xref header.
15705
15706 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * gnus-agent.el (gnus-agent-read-group): New function.
15709         (gnus-agent-flush-group, gnus-agent-expire-group)
15710         (gnus-agent-regenerate-group): Use it.
15711         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15712         nnmail-pathname-coding-system.
15713
15714 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15717
15718         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15719         that are unread as unread, and also as selected so that information of
15720         marks having been changed by a user may be updated when exiting group.
15721
15722 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15725
15726 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15729         calculated ignoring signature parts to gnus-treat-article.
15730
15731 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15734         a point here in order to keep the window start.
15735         (gnus-insert-mime-security-button): Make a button overlay without the
15736         front stickiness.
15737         (gnus-mime-display-security): Goto the end of a button.
15738
15739         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15740
15741 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15744         group-name-at-point.
15745         (gnus-group-completing-read): New function that offers decoded
15746         non-ASCII group names for completion.
15747         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15748         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15749         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15750         (gnus-group-fetch-control): Use it.
15751         (gnus-fetch-group): Use group-name-at-point for the initial value
15752         rather than the default value; use gnus-alive-p.
15753
15754         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15755         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15756         (gnus-summary-post-news): Use gnus-group-completing-read.
15757
15758         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15759         (gnus-read-move-group-name): Decode group name for completion.
15760
15761 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15762
15763         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15764         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15765         Yamaoka slightly modified the code).
15766
15767 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15770         (nnmail-split-incoming): Bind it.
15771
15772         * nnml.el (nnml-group-name-charset): New function.
15773         (nnml-decoded-group-name): Use it; don't decode group name if
15774         nnmail-group-names-not-encoded-p is non-nil.
15775         (nnml-encoded-group-name): New function.
15776         (nnml-group-pathname): Inline nnml-decoded-group-name.
15777         (nnml-request-expire-articles): Decode group name in message.
15778         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15779         nnmail-pathname-coding-system.
15780         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15781         not decoded ones according to nnmail-group-names-not-encoded-p.
15782         (nnml-generate-active-info): Use nnml-encoded-group-name.
15783
15784 2007-08-08  Glenn Morris  <rgm@gnu.org>
15785
15786         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15787         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15788         doc-strings and comments.
15789
15790 2007-07-25  Glenn Morris  <rgm@gnu.org>
15791
15792         * Relicense all FSF files to GPLv3 or later.
15793
15794 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-sum.el (gnus-summary-move-article):
15797         Make gnus-summary-respool-article work.
15798
15799 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15800
15801         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15802         string.
15803
15804 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15805
15806         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15807         that should be ignored when comparing distant RSS articles with local
15808         ones.
15809         (nnrss-make-hash-index): New function.  Create a hash index according
15810         to the ignored fields.
15811         (nnrss-check-group): Use it.
15812
15813 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15816
15817         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15818
15819         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15820         the new optional argument ENCODED is non-nil.
15821         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15822         coding system for encoding group name.
15823         (gnus-group-make-rss-group): Pass un-encoded group name to
15824         gnus-group-make-group.
15825         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15826         encoded.
15827
15828         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15829         Encode group name to which articles are moved or copied.
15830         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15831         coding system for encoding Newsgroup, Followup-To and Xref headers.
15832
15833         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15834         marks; use nnheader-file-coding-system to write a file.
15835         (nnagent-retrieve-headers): Bind file-name-coding-system to
15836         nnmail-pathname-coding-system.
15837
15838         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15839
15840         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15841         (nnml-request-article, nnml-request-create-group)
15842         (nnml-request-rename-group, nnml-find-id)
15843         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15844         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15845         (nnml-save-marks): Use nnml-group-pathname instead of
15846         nnmail-group-pathname.
15847
15848         (nnml-request-create-group, nnml-request-expire-articles)
15849         (nnml-request-move-article, nnml-request-delete-group)
15850         (nnml-deletable-article-p, nnml-possibly-create-directory)
15851         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15852         (nnml-open-marks): Bind file-name-coding-system to
15853         nnmail-pathname-coding-system.
15854
15855         (nnml-request-article): Pass server argument to nnml-find-group-number.
15856         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15857         Pass server argument to nnml-possibly-create-directory.
15858         (nnml-request-accept-article): Pass server argument to
15859         nnml-active-number and nnml-save-mail.
15860         (nnml-find-group-number): Pass server argument to nnml-find-id.
15861         (nnml-request-update-info): Pass server argument to
15862         nnml-marks-changed-p.
15863
15864         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15865         (nnml-save-mail, nnml-active-number): Add server argument.
15866
15867         (nnml-request-delete-group): Warn if group is missing.
15868         (nnml-get-nov-buffer): Decode group name.
15869         (nnml-generate-active-info): Encode group name.
15870         (nnml-open-marks): Decode group name in messages.
15871
15872 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15875         if it is not specified.
15876         (gnus-article-pipe-part, gnus-article-save-part)
15877         (gnus-article-interactively-view-part, gnus-article-copy-part)
15878         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15879         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15880         (gnus-article-replace-part, gnus-article-delete-part)
15881         (gnus-article-view-part-as-type): Pass raw prefix argument to
15882         gnus-article-part-wrapper.
15883
15884 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-agent.el (gnus-agent-save-active):
15887         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15888
15889         * gnus-cache.el (gnus-cache-save-buffers)
15890         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15891         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15892         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15893         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15894         (gnus-cache-generate-active, gnus-cache-rename-group)
15895         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15896         (gnus-cache-update-overview-total-fetched-for):
15897         Bind file-name-coding-system to nnmail-pathname-coding-system.
15898         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15899         New variables.
15900         (gnus-cache-decoded-group-name): New function.
15901         (gnus-cache-file-name): Use it.
15902         (gnus-cache-generate-active): Use non-decoded group name for active.
15903
15904         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15905         right place.
15906         (gnus-write-active-file): Don't break non-ASCII group names.
15907
15908         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15909         nnmail-pathname-coding-system.
15910
15911         * lpath.el: Bind default-file-name-coding-system,
15912         file-name-coding-system and language-info-alist for XEmacs.
15913
15914         * gnus-uu.el (gnus-uu-decode-save): Typo.
15915
15916 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15919
15920 2007-07-14  David Kastrup  <dak@gnu.org>
15921
15922         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15923         finishing actions if we did not edit the article.
15924
15925 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15928         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15929         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15930         (gnus-agent-flush-group, gnus-agent-flush-cache)
15931         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15932         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15933         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15934         (gnus-agent-regenerate-group)
15935         (gnus-agent-update-files-total-fetched-for)
15936         (gnus-agent-update-view-total-fetched-for):
15937         Bind file-name-coding-system to nnmail-pathname-coding-system.
15938         (gnus-agent-group-pathname): Don't encode file names by
15939         nnmail-pathname-coding-system.
15940         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15941         coding-system-for-write instead of buffer-file-coding-system to
15942         gnus-agent-file-coding-system.
15943
15944         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15945         Decode group name.
15946
15947         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15948
15949         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15950         (gnus-read-newsrc-el-file): Make group names unibyte.
15951
15952         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15953         nnmail-pathname-coding-system.
15954
15955         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15956         (nnrss-request-delete-group): Bind file-name-coding-system to
15957         nnmail-pathname-coding-system.
15958         (nnrss-read-server-data, nnrss-read-group-data):
15959         Bind file-name-coding-system correctly.
15960         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15961
15962         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15963         (nntp-server-to-method-cache): New variable.
15964         (nntp-group-pathname): New function that decodes non-ASCII group names.
15965         (nntp-possibly-create-directory, nntp-marks-changed-p)
15966         (nntp-save-marks, nntp-open-marks): Use it.
15967         (nntp-possibly-create-directory, nntp-open-marks):
15968         Bind file-name-coding-system to nnmail-pathname-coding-system.
15969         (nntp-open-marks): Decode group names when bootstrapping marks.
15970
15971         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15972         Newsgroups and Followup-To headers.
15973
15974 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15977         (gnus-server-closed-face, gnus-server-denied-face)
15978         (gnus-server-offline-face): Remove variable.
15979         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15980
15981         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15982         of modifying message-stack directly for XEmacs.
15983
15984         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15985         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15986         if the coding-system argument is nil for XEmacs.
15987
15988         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15989         mm-charset-override-alist.
15990
15991         * rfc2047.el: Don't require base64; require rfc2045 for the function
15992         rfc2045-encode-string.
15993         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15994         to quote the parameter value.
15995
15996 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15999         form in gnus-group-name-charset-method-alist.
16000
16001         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16002         overrides the default layout edit-form.
16003
16004         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16005
16006         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16007
16008 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16011         as unfetched articles.
16012
16013 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16016
16017 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16020         original back end that keeps marks in the local system.
16021
16022 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16025         arg of pop-to-buffer for XEmacs.
16026         (gnus-article-read-summary-keys): Ditto; don't restore window
16027         configuration if summary command ends up with neither article buffer
16028         nor summary buffer; describe bindings if summary keys end with C-h.
16029
16030 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * message.el (message-fix-before-sending): Skip raw message part to be
16033         forwarded while checking illegible text.
16034         (message-forward-make-body-mime, message-forward-make-body):
16035         Mark signed or encrypted raw message as having no illegible text.
16036
16037 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16040         (gnus-message-with-timestamp-1): New macro.
16041         (gnus-message-with-timestamp): New function.
16042         (gnus-message): Use them.
16043
16044         * nnheader.el (nnheader-message): Use them.
16045
16046 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16049         .newsrc.eld file.
16050
16051 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-agent.el (gnus-agent-fetch-headers)
16054         (gnus-agent-retrieve-headers):
16055         Bind gnus-decode-encoded-address-function to identity.
16056
16057         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16058         available also when the server returns simply a dot.
16059
16060         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16061
16062 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16065
16066 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-ems.el (gnus-x-splash): Make it work.
16069
16070         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16071         from being used.
16072
16073         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16074
16075 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16078         4th and the 5th arguments.
16079
16080         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16081         the front stickiness.
16082         (gnus-article-summary-command-nosave): Correct the order of the
16083         arguments passed to pop-to-buffer.
16084         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16085         summary command ends up with the article buffer.
16086
16087         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16088         the same faces.
16089
16090 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16091
16092         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16093
16094 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16095
16096         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16097         * gnus-sum.el (gnus-summary-highlight):
16098         * pgg.el (pgg-sign-region, pgg-sign):
16099         * mail-source.el (mail-source-delete-old-incoming-confirm):
16100         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16101
16102 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-art.el (gnus-mime-view-part-externally)
16105         (gnus-mime-view-part-internally): Fix predicate function passed to
16106         completing-read.
16107
16108         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16109
16110         * gnus.el (gnus-update-message-archive-method): Add :version.
16111
16112 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus.el (gnus-update-message-archive-method): New variable.
16115
16116         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16117         according to gnus-message-archive-method if
16118         gnus-update-message-archive-method is non-nil.
16119
16120 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16123         Suggested by Loic Dachary <loic@dachary.org>.
16124         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16125
16126 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * message.el (message-pop-to-buffer): Add switch-function argument.
16129         (message-mail): Pass switch-function argument to it.
16130
16131 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16134         Improve doc string.
16135
16136 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16139         (gnus-header-content):
16140         * gnus-cite.el (gnus-cite-10):
16141         * gnus-srvr.el (gnus-server-closed):
16142         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16143         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16144         (gnus-group-mail-3-empty, gnus-group-mail-low)
16145         (gnus-group-mail-low-empty, gnus-splash):
16146         * message.el (message-header-to, message-header-cc)
16147         (message-header-subject, message-header-other, message-header-name)
16148         (message-header-xheader, message-separator, message-cited-text)
16149         (message-mml): Lighten colors of faces used for dark background.
16150
16151 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16152
16153         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16154         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16155
16156 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * message.el (message-narrow-to-headers-or-head):
16159         Ignore mail-header-separator in the body.
16160
16161 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16162
16163         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16164         same as window size.
16165
16166 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16167
16168         * message.el (message-font-lock-keywords): Use message-header-xheader
16169         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16170         ahead of the anything pattern, to get it recognized.
16171
16172 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16175         spam.el loads uses it in the compiled defadvice form.
16176
16177 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16178
16179         * gnus-sum.el (gnus-articles-to-read)
16180         (gnus-summary-insert-old-articles): Don't truncate group name for
16181         `read-string'.
16182
16183         * gnus-util.el (gnus-limit-string): Delete this function.
16184
16185         * gnus-sum.el (gnus-simplify-subject-fully):
16186         Use `truncate-string-to-width' instead.
16187
16188 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16189
16190         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16191         Tell if, on summary exit, the next group has to be selected.
16192         (gnus-summary-exit): Use it.
16193
16194 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16195
16196         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16197         non-break space.
16198
16199 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16202         Check if group is not a directory.
16203         (nnfolder-request-expire-articles): Don't delete articles if the target
16204         group is not available.
16205
16206         * nnml.el (nnml-request-create-group): Properly check if group is not a
16207         file.
16208         (nnml-request-expire-articles): Don't delete articles if the target
16209         group is not available.
16210
16211         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16212         Don't quote characters that are within parentheses.
16213
16214 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16217         (gnus-handle-ephemeral-exit): Select article according to it.
16218
16219 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * message.el (message-insert-formated-citation-line): Remove newline.
16222         (message-citation-line-format): Add final \n here so that the user can
16223         avoid a blank line.
16224
16225 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16226
16227         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16228         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16229         Update lanl/arXiv support.
16230
16231 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * gnus.el: Bump version number.
16234
16235 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16236
16237         * gnus.el (gnus-version-number): Bump version.
16238
16239 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16240
16241         * gnus.el: No Gnus v0.6 is released.
16242
16243 2007-04-27  Didier Verna  <didier@xemacs.org>
16244
16245         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16246         * gmm-utils.el (gmm-regexp-concat): ... here.
16247         * message.el: Don't require 'gnus-util.
16248         (message-dont-reply-to-names): Handle name change above.
16249         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16250
16251 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16254         since the initial value varies according to the system.
16255
16256 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16259
16260 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16261
16262         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16263
16264 2007-04-24  Didier Verna  <didier@xemacs.org>
16265
16266         Improve the type of gnus-ignored-from-addresses.
16267         * gnus-util.el (gnus-orify-regexp): New function.
16268         * message.el (gnus-util): Require it.
16269         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16270         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16271         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16272
16273 2007-04-24  Didier Verna  <didier@xemacs.org>
16274
16275         * gnus-sum.el:
16276         * gnus-utils.el: Fix some trailing whitespaces.
16277
16278 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16281         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16282         article's Message-ID; refer parent article in summary buffer.
16283
16284         * message.el (message-bounce): Call mime-to-mml.
16285
16286         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16287         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16288         optimize and/or forms properly.
16289
16290 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16291
16292         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16293         URL.
16294
16295 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16298
16299 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16302         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16303         displayed of multipart/alternative part if it is invoked from summary
16304         buffer.
16305
16306         * mm-view.el (mm-inline-text-html-render-with-w3m)
16307         (mm-inline-text-html-render-with-w3m-standalone)
16308         (mm-inline-render-with-function): Use mail-parse-charset by default.
16309
16310 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16311
16312         * parse-time.el (parse-time-string-chars): Check if CHAR
16313         is less than the length of parse-time-syntax.
16314
16315 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16318         from gnus-newsgroup-processable.
16319
16320 2007-04-16  Didier Verna  <didier@xemacs.org>
16321
16322         * gnus-msg.el (gnus-configure-posting-styles):
16323         Handle message-signature-directory properly with :file syntax.
16324         Reported by "Leo".
16325
16326 2007-04-11  Didier Verna  <didier@xemacs.org>
16327
16328         New user option: message-signature-directory.
16329         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16330         * message.el (message-insert-signature): Ditto.
16331         * message.el (message-signature-file): Doc update.
16332         * message.el (message-signature-directory): New.
16333
16334 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-msg.el (gnus-inews-yank-articles):
16337         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16338
16339 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * message.el (message-yank-original): Make sure cited text ends with
16342         newline; don't exchange point and mark.
16343
16344 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16345
16346         * tls.el (open-tls-stream): Properly handle case where there
16347         is no associated buffer.
16348
16349 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16350
16351         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16352         message-yank-original, make sure (< mark TEXT point).
16353
16354 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * message.el (message-fill-column): New variable.
16357         (message-mode): Use it.  Add comment on a possible new hook.
16358
16359         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16360         (nnmail-get-new-mail): Reformat.
16361
16362         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16363
16364         * gmm-utils.el: Fix Commentary.
16365         (gmm-tool-bar-from-list): Fix typo in doc string.
16366
16367 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16368
16369         * message.el (message-yank-original): Don't switch point and mark
16370         unnecessarily to put point and mark as documented.
16371
16372 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16373
16374         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16375         from the message heads.
16376
16377 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16378
16379         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16380         article buffer does not have a window.  This may not be the best
16381         solution but is certainly better than setting the start of the null,
16382         that is the current, window.
16383
16384 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16387         (gnus-draft-setup): Run it.
16388
16389         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16390         gnus-score-fast-scoring.  Allow regexp.
16391         (gnus-score-headers): Use it.
16392
16393         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16394         XEmacs.
16395
16396         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16397         string.
16398         (gnus-button-alist): Also catch `<f1> k ...'.
16399         (gnus-treat-display-x-face): Fix doc string.
16400
16401 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16402
16403         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16404         evaluation of gnus-extended-version to ensure correct generation of the
16405         User-Agent header when message-generate-headers-first is used.
16406
16407 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16408
16409         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16410         hashcash-path is nil.  Don't call callback with incorrect number of
16411         parameters if val is 0.
16412
16413 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16414
16415         * message.el (message-required-news-headers):
16416         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16417
16418 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16419
16420         * tls.el (open-tls-stream): In handshake-waiting loop,
16421         don't wait more if there is output available to process.
16422
16423 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16424
16425         * tls.el (tls-program): Doc fix.
16426
16427 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * message.el (message-generate-new-buffers): Change the meaning of the
16430         nil value; add `standard' to the choices; treat t as `unique'; improve
16431         doc string.
16432         (gnus-select-frame-set-input-focus): Autoload.
16433         (message-buffer-name): Search for the existing message buffer if
16434         message-generate-new-buffers is nil or `standard'; treat the value t of
16435         message-generate-new-buffers as `unique'.
16436         (message-pop-to-buffer): Raise the frame already displaying the message
16437         buffer; clear the echo area after querying.
16438         (message-setup): Pass the `continue' argument to compose-mail.
16439         (message-mail): Prefer `switch-function' if it is given; search for the
16440         existing message buffer if the `continue' argument is non-nil; pass
16441         continue and switch-function arguments to compose-mail by way of
16442         message-setup.
16443         (message-mail-other-window): Adjust argument of message-setup.
16444         (message-mail-other-frame): Ditto.
16445
16446 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16449         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16450         to turn font-lock on when turning gnus-message-citation-mode on.
16451
16452 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16453
16454         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16455         (mml-smime-function-alist): New variable; add epg as the backend.
16456         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16457         mml-smime- functions instead.
16458         * mm-view.el: Require smime.
16459
16460 2007-03-05  Didier Verna  <didier@xemacs.org>
16461
16462         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16463         instead of just inheritance for posting styles.
16464         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16465
16466 2007-02-24  Chris Moore  <dooglus@gmail.com>
16467
16468         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16469         * pgg-pgp.el (pgg-pgp-encrypt-region):
16470         * pgg-gpg.el (pgg-gpg-encrypt-region):
16471         Check pgg-encrypt-for-me if no other recipients.
16472
16473 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16474
16475         * tls.el (tls-certtool-program): Fix custom type.
16476
16477 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16480         and point-at-eol instead of line-(beginning|end)-position.
16481
16482         * assistant.el (assistant-parse-buffer): Ditto.
16483
16484         * netrc.el (netrc-parse-services): Ditto.
16485
16486 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16487
16488         * mml2015.el (mml2015-epg-find-usable-key): New function.
16489         (mml2015-epg-sign): Use it.
16490         (mml2015-epg-encrypt): Use it.
16491
16492 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * message.el (message-make-in-reply-to): Quote name containing
16495         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16496         if there are special characters.  Reported by NAKAJI Hiroyuki
16497         <nakaji@jp.freebsd.org>.
16498
16499 2007-02-27  Didier Verna  <didier@xemacs.org>
16500
16501         Include the group parameters as well as the topic ones in the
16502         inheritance filter process.
16503         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16504         argument GROUP-PARAMS-LIST.
16505         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16506
16507 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * nntp.el (nntp-never-echoes-commands)
16510         (nntp-open-connection-functions-never-echo-commands): New variables.
16511         (nntp-send-command): Use them.
16512
16513 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16514
16515         * mml2015.el (mml2015-epg-verify): Simplify.
16516
16517 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * mml.el (mml-content-disposition-alist): New user option.
16520         (mml-content-disposition): New function.
16521         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16522         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16523
16524 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16525
16526         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16527         verification.
16528
16529 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16530
16531         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16532         articles posted in the last 24 hours.
16533
16534 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16535
16536         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16537
16538 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16539
16540         * nntp.el (nntp-send-command): Don't wait for echoes when
16541         nntp-open-ssl-stream is used.
16542
16543 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16546         (gnus-message-add-citation-keywords)
16547         (gnus-message-remove-citation-keywords): Remove.
16548         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16549         directly, make the variables in font-lock-defaults buffer-local, add
16550         gnus-message-citation-keywords to them and then update the value of
16551         font-lock-keywords.
16552
16553 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * message.el (message-cite-original-1): Don't call
16556         gnus-article-highlight-citation.
16557
16558         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16559         citations; fix line count.
16560
16561 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16564         (gnus-message-add-citation-keywords)
16565         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16566         versions of font-lock-add-keywords and font-lock-remove-keywords to
16567         work with XEmacs correctly.
16568
16569 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus-cite.el (gnus-cite-face-list): Set the values of
16572         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16573         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16574         (gnus-message-cite-prefix-regexp): New variable.
16575         (gnus-message-search-citation-line): Use it; protect against long
16576         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16577         the 0th match data for Emacs.
16578         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16579         (gnus-message-add-citation-keywords): Append keywords rather than
16580         prepending; emulate font-lock-add-keywords if it is not available.
16581         (gnus-message-remove-citation-keywords):
16582         Emulate font-lock-remove-keywords if it is not available.
16583
16584         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16585
16586         * message.el (message-cite-prefix-regexp): Set the value of
16587         gnus-message-cite-prefix-regexp.
16588
16589 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16590
16591         * nnweb.el (nnweb-google-parse-1): Update parser.
16592
16593 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16594
16595         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16596
16597 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16598
16599         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16600         regexp.
16601
16602 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16605         string-to-multibyte.
16606         (uudecode-decode-region-internal): Use it.
16607
16608         * lpath.el: Fbind string-as-multibyte for XEmacs.
16609
16610 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16613         Fix custom choice.
16614
16615         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16616
16617 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16618
16619         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16620
16621         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16622         `write-region' to respect `mm-inhibit-file-name-handlers'.
16623
16624 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16627         Use gnus-home-directory instead of "~/" or "$HOME".
16628
16629 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16632         to mention filename.
16633         Add comments at beginning regarding usage.
16634         (encrypt-write-file-contents): Change interactive so a string is
16635         acceptable.  If the file has no associated model, show an error instead
16636         of a nonsense prompt.
16637
16638 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16639
16640         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16641         Thanks to Yoshihiko Yamada for kind notification of this typo.
16642
16643 2007-01-12  Kenichi Handa  <handa@m17n.org>
16644
16645         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16646         multibyte buffer.
16647
16648 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16649
16650         * gnus-score.el (gnus-score-fast-scoring): New variable.
16651         (gnus-score-headers): Use it.
16652
16653         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16654
16655         * message.el (message-cite-original-1):
16656         Call gnus-article-highlight-citation if requested.
16657         (message-make-from): Allow name and address as optional arguments.
16658
16659         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16660
16661         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16662         bugs to doc string.
16663         (gnus-button-alist): Add mid\\|message-id.
16664         (gnus-button-fetch-group): Extend for use in
16665         `browse-url-browser-function'.
16666         (gnus-button-url-regexp): Try to catch paired parentheses like in
16667         Wikipedia URLs.
16668
16669         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16670         Suggested by Simon Krahnke <overlord@gmx.li>.
16671
16672 2007-01-13  Romain Francoise  <romain@orebokech.com>
16673
16674         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16675         Update copyright.
16676
16677 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16678
16679         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16680
16681 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * gnus-registry.el (gnus-registry-unfollowed-groups)
16684         (gnus-registry-split-fancy-with-parent): Fix documentation.
16685
16686 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16687
16688         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16689         from nnweb groups.
16690
16691 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16694         Xref urls.  Erase buffer before requesting head.
16695
16696         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16697
16698 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16701         customizable.
16702
16703 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16704
16705         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16706         no signing key is found.
16707         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16708         no encrypting and/or signing key is found.
16709
16710 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16713
16714 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16715
16716         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16717         headers read from disk with the ones newly found in the current search.
16718         This should no longer cause problems, because the article numbers in
16719         Gmane's `nov.php' output are ignored since the previous change.
16720
16721 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16722
16723         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16724
16725 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16728         replace-regexp-in-string; bind url-version; fbind display-images-p and
16729         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16730         find-face and set-itimer-function for Emacs; bind itimer-list for
16731         Emacs.
16732
16733         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16734
16735 2007-01-01  Romain Francoise  <romain@orebokech.com>
16736
16737         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16738
16739 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16740
16741         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16742         `define-minor-mode' macro definition expanded properly.
16743         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16744         exclude it there.
16745
16746         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16747         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16748         `fboundp' test.
16749         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16750         This is OK to autoload in (S)XEmacs now.
16751
16752 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16753
16754         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16755         keystroke.
16756         (gnus-summary-limit-to-singletons): Fix typo.
16757
16758         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16759         else fails.
16760
16761 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16762
16763         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16764         docstring.
16765
16766         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16767         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16768         (gnus-summary-insert-dormant-articles): Fix typo in message.
16769
16770 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16773         nil for XEmacs.
16774         (gnus-message-citation-mode): Don't autoload in XEmacs.
16775
16776         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16777
16778 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16779
16780         * nnimap.el (nnimap-expunge-search-string):
16781         Mention nnimap-search-uids-not-since-is-evil in docstring.
16782
16783 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16784
16785         * spam.el: Revert to make-obsolete-variable because
16786         define-obsolete-variable-alias is not supported in Emacs 21.
16787
16788         * spam.el (spam-ifile-path, spam-ifile-database-path)
16789         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16790         make-obsolete-variable.
16791         (spam-bsfilter-path, spam-bsfilter-program)
16792         (spam-spamassassin-path, spam-spamassassin-program)
16793         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16794         Don't use "path" inappropriately.
16795         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16796         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16797         variable names.
16798
16799 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16800
16801         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16802         summary buffer.
16803
16804         * password.el (password-cache-remove): Use clear-string to burn
16805         password, if available.
16806
16807 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16810
16811         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16812
16813         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16814         (gnus-message-highlight-citation): Move defcustom here from
16815         gnus-cite.el.
16816         (gnus-message-citation-mode): Autoload.
16817
16818         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16819         checks to make it compile with XEmacs.
16820         (gnus-message-citation-mode): New minor mode.
16821         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16822         (gnus-message-highlight-citation): New variables.
16823         (gnus-message-search-citation-line)
16824         (gnus-message-add-citation-keywords)
16825         (gnus-message-remove-citation-keywords)
16826         (turn-on-gnus-message-citation-mode)
16827         (turn-off-gnus-message-citation-mode): New functions.
16828
16829 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16830
16831         * gnus-cite.el: Enable highlighting of different citation levels in
16832         message-mode.
16833
16834 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * message.el (message-make-fqdn): Fix comment.
16837         (message-bogus-system-names): Add ".local".
16838
16839         * spam.el (spam-ifile-path, spam-ifile-program)
16840         (spam-ifile-database-path, spam-ifile-database)
16841         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16842         Don't use "path" inappropriately.
16843         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16844         strings.
16845         (spam-check-ifile, spam-ifile-register-with-ifile)
16846         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16847         Use new variable names.
16848
16849         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16850         (gnus-treat-display-smileys): Simplify using
16851         gnus-image-type-available-p.
16852
16853         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16854         available.
16855
16856         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16857         Use `display-images-p' if available.
16858
16859 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16862         one after turning on the buffer's multibyteness instead of decoding
16863         them directly in the unibyte buffer that causes unexpected conversion
16864         in Emacs 23 (unicode).
16865
16866 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16867
16868         * message.el (message-generate-hashcash): Fix custom type.
16869
16870 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16873
16874 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16875
16876         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16877         disconnect icons.  Add help text.
16878
16879 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16880
16881         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16882         negated to be consistent with the others we handle.
16883
16884 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16887         version of gnus-summary-buffer to something, so that we can use two
16888         article buffers at the same time.
16889
16890 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16891
16892         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16893         trigger all the extra headers.
16894         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16895         sorting.
16896
16897 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16898
16899         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16900         solid groups.
16901
16902 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16903
16904         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16905
16906 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16907
16908         * legacy-gnus-agent.el: Add Copyright notice.
16909
16910 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16911
16912         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16913
16914 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16915
16916         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16917
16918         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16919         to make it work reliably in CVS Emacs.
16920         (gnus-summary-limit-strange-charsets-predicate)
16921         (gnus-summary-limit-to-predicate): New functions.
16922
16923 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16924
16925         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16926         specifying array size.
16927         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16928         array if it is too small.
16929         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16930         (gnus-sort-threads-loop): New function.
16931
16932 2006-12-06  Chris Moore  <dooglus@gmail.com>
16933
16934         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16935         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16936
16937 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16938
16939         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16940         options.
16941
16942 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943
16944         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16945         DOS-ing the recipient.
16946
16947         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16948         the headers when creating the mapping to avoid mismappings.
16949         (nnweb-gmane-create-mapping): Always nix out old mapping.
16950
16951 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16954         and mm-verify-option to never.
16955
16956 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * message.el (message-signed-or-encrypted-p): New function.
16959         (message-forward-make-body): Use it.
16960
16961         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16962         Replace encode-coding-string with mm-encode-coding-string.
16963
16964 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * nneething.el (nneething-decode-file-name):
16967         Replace decode-coding-string with mm-decode-coding-string.
16968
16969         * gnus-int.el (gnus-open-server): Say failed server's name.
16970
16971 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16972
16973         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16974         strings to a single string.  Quote `errors-file-name'.
16975         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16976         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16977         Adjust calls.  Use `shell-quote-argument'.
16978
16979 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16980
16981         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16982         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16983
16984         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16985         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16986         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16987         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16988         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16989         (gnus-subscribe-newsgroup, gnus-1):
16990         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16991         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16992         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16993         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16994
16995 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16996
16997         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16998         keystroke.
16999         (gnus-summary-limit-to-bodies): Implement headersp.
17000
17001 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17002
17003         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17004
17005 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17008
17009 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17010
17011         * message.el (message-generate-hashcash): Expand range of values to
17012         include `opportunistic'.
17013         (message-send-mail): Use it.
17014
17015 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17016
17017         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17018         and comment it.
17019
17020         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17021
17022 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * gnus-util.el (gnus-extract-address-components): Improve comment.
17025
17026 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * gnus-util.el (gnus-extract-address-components): Work with address in
17029         which the name portion contains @.
17030
17031         * lpath.el: Fbind custom-autoload.
17032
17033 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17034
17035         * gnus.el (gnus-start): Move custom group up.
17036         (gnus-select-method): Don't autoload, but make it available for
17037         `customize-variable'.
17038         (gnus-getenv-nntpserver): Don't autoload.
17039
17040 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17043
17044 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * message.el (message-sendmail-extra-arguments): New variable.
17047         (message-send-mail-with-sendmail): Use it.
17048
17049 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17052         mm-with-unibyte-current-buffer to make string unibyte.
17053
17054         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17055         mm-string-as-multibyte.
17056
17057 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17058
17059         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17060         Reported by Werner Koch <wk@gnupg.org>.
17061
17062 2006-11-14  Daiki Ueno  <ueno@p360>
17063
17064         * mml2015.el: Autoload epa-select-keys when compiling.
17065
17066 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17067
17068         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17069         message-options.
17070         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17071
17072 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17073
17074         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17075         EasyPG (< 0.0.6).
17076         (mml2015-always-trust): New user option.
17077         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17078         prompt.
17079
17080 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * nntp.el (nntp-authinfo-force): New variable.
17083         (nntp-send-authinfo): Use it.
17084
17085 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17086
17087         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17088         decode encoded words.  Improve prompt.  Add comment about forwarding.
17089         (message-replacement-char): Move up.
17090
17091 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17092
17093         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17094         instead of gnus-intersection because arguments of gnus-sorted-nunion
17095         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17096
17097 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17100         (message-simplify-subject-functions):
17101         Enable message-strip-subject-encoded-words by default.
17102
17103 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * message.el (message-strip-subject-encoded-words): New function.
17106         (message-simplify-subject-functions): New variable.
17107         (message-simplify-subject): Use it.  Fix typo in doc string.
17108         Support message-strip-subject-encoded-words.
17109
17110 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17111
17112         * gnus-diary.el (gnus-diary-delay-format-function):
17113         * nndiary.el (nndiary-reminders):
17114         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17115
17116 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gnus-art.el (article-hide-boring-headers): Fetch date from
17119         gnus-original-article-buffer to avoid problems with localized date
17120         strings.
17121
17122 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17125
17126 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17129         New variables.
17130         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17131         (mm-charset-synonym-alist): Move some entries to
17132         mm-codepage-iso-8859-list.
17133         (mm-charset-synonym-alist, mm-charset-override-alist):
17134         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17135
17136 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17139
17140 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17143         with Emacs 21 and XEmacs.
17144
17145 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * spam.el (spam-parse-address): New function for better parsing,
17148         catching errors, etc.
17149         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17150
17151 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * mm-view.el: Add interactive arg to html2text autoload.
17154
17155 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17158
17159 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17162         New variables.
17163         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17164         (mm-charset-synonym-alist): Move some entries to
17165         mm-codepage-iso-8859-list.
17166
17167         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17168
17169 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * message.el (message-citation-line-format)
17172         (message-insert-formated-citation-line): Fix implementation of %E, %N
17173         and %n according to the doc string.
17174
17175 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17178         Use car-safe to avoid bad parses.
17179
17180 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17183         names.
17184
17185         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17186
17187 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17190         header.
17191
17192         * message.el (message-draft-headers): Add Date.
17193         (message-headers-to-generate): Fix typo in docstring.
17194
17195         * nndraft.el (nndraft-required-headers): New variable.
17196         (nndraft-generate-headers): Use it.
17197
17198         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17199
17200 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17201
17202         * gnus-registry.el (gnus-registry-wash-for-keywords)
17203         (gnus-registry-find-keywords): New functions to allow easy searching of
17204         articles that are in the registry.
17205
17206 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17207
17208         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17209         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17210         Reported by Damien Elmes <damien@repose.cx>.
17211
17212 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus.el (gnus-mime): Remove unused custom group.
17215
17216 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17217
17218         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17219         "blank line" when searching for end of armor headers.
17220
17221 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gmm-utils.el (gmm-write-region): Fix variable name.
17224
17225 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * gmm-utils.el (gmm-write-region): New function based on compatibility
17228         code from `mm-make-temp-file'.
17229
17230         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17231
17232         * nnmaildir.el (nnmaildir--update-nov)
17233         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17234         Use `gmm-write-region'.
17235
17236 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17237
17238         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17239         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17240
17241         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17242
17243         * message.el (message-replacement-char): New variable.
17244         (message-fix-before-sending): Use it.
17245         (message-simplify-subject): New function to remove duplicate code.
17246         (message-reply, message-followup): Use it.
17247
17248         * gnus-sum.el (gnus-summary-make-menu-bar):
17249         Clarify gnus-summary-limit-to-articles.
17250
17251 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus-util.el (gnus-with-local-quit): New macro.
17254
17255         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17256
17257 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17258
17259         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17260         ignore non-string data.
17261
17262 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17263
17264         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17265         non-string data (needs to be done in the registry too).
17266
17267 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17268
17269         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17270         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17271         (gnus-registry-split-fancy-with-parent)
17272         (gnus-registry-fetch-simplified-message-subject-fast)
17273         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17274         Remove text properties on ingress into the registry and when it's saved.
17275         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17276         registry from entries with no groups.
17277
17278 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17279
17280         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17281         function to remove string properties.
17282
17283 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gmm-utils.el (gmm): Adjust custom version.
17286
17287         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17288         Adjust custom version.
17289
17290         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17291
17292 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17293
17294         * gnus-art.el (gnus-insert-prev-page-button)
17295         (gnus-insert-next-page-button): Simplify.  Reformat.
17296
17297 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17298
17299         * gnus-art.el (gnus-insert-prev-page-button)
17300         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17301
17302 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17303
17304         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17305
17306 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17307
17308         * gnus-art.el (gnus-insert-mime-button)
17309         (gnus-insert-mime-security-button):
17310         Apply gnus-article-button-face to MIME and security buttons.
17311
17312 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17315         readable.
17316
17317 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17320
17321 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17322
17323         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17324         `browse-url-of-file' instead of `browse-url'.
17325
17326 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17327
17328         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17329         regexp.  Articles containing quotation were cut prematurely.
17330
17331 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * message.el (message-cite-original-1): Use nobody by default for the
17334         value of From header.
17335         (message-reply): Ditto.
17336
17337 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17338
17339         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17340         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17341         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17342
17343 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17344
17345         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17346         mails in the doc string.  Add some URLs in comment.
17347         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17348
17349 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17352         backslashes handling and the way to find boundaries of quoted strings.
17353
17354 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17355
17356         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17357         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17358         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17359         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17360
17361 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17364         doc string.
17365         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17366
17367 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * lpath.el: Fbind epg-check-configuration.
17370
17371 2006-09-06  Simon Josefsson  <jas@extundo.com>
17372
17373         * mml2015.el (mml2015-use): Doc fix, mention epg.
17374
17375 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17376
17377         * mml2015.el (mml2015-use): Default to epg, if available.
17378
17379 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17380
17381         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17382         message-sender.
17383         (mml1991-epg-encrypt): Ditto.
17384         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17385         message-sender.
17386         (mml2015-epg-encrypt): Ditto.
17387
17388 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17389
17390         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17391         several common directories.
17392
17393 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17394
17395         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17396         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17397
17398 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-art.el (article-decode-encoded-words): Make it fast.
17401
17402 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17405
17406         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17407         in quoted string into `\'.
17408
17409 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17412         Use standard-syntax-table.
17413
17414 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * gnus-art.el (gnus-decode-address-function): New variable.
17417         (article-decode-encoded-words): Use it to decode headers which are
17418         assumed to contain addresses.
17419         (gnus-mime-delete-part): Remove useless `or'.
17420
17421         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17422         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17423         (gnus-nov-parse-line): Use it to decode From header.
17424         (gnus-get-newsgroup-headers): Ditto.
17425         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17426
17427         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17428         (mail-decode-encoded-address-string): New alias.
17429
17430         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17431         New function.
17432         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17433         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17434         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17435         (rfc2047-decode-string): Ditto.
17436         (rfc2047-decode-address-region): New function.
17437         (rfc2047-decode-address-string): New function.
17438
17439 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * message.el (message-caesar-buffer-body): Allow rotating headers.
17442
17443         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17444
17445         * message.el (message-insert-formated-citation-line): Fix %f.
17446         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17447
17448 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17451         (gnus-bookmark-mouse-available-p): New macro.
17452         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17453         (gnus-bookmark-bmenu-show-infos): Use it.
17454         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17455         (gnus-bookmark-bmenu-hide-infos): Ditto.
17456         (gnus-bookmark-remove-properties): New function.
17457         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17458         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17459         (gnus-bookmark-write-file): Bind coding-system-for-write.
17460         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17461         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17462         group before selecting it.
17463         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17464         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17465         quit-window if it is not available; use gnus-mouse-2 and bind it to
17466         gnus-bookmark-bmenu-select-by-mouse.
17467         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17468         (gnus-bookmark-bmenu-select-by-mouse): New function.
17469
17470 2006-08-13  Romain Francoise  <romain@orebokech.com>
17471
17472         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17473         space.
17474
17475 2006-08-10  Romain Francoise  <romain@orebokech.com>
17476
17477         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17478         (dns-mode-soa-auto-increment-serial): New user option.
17479         (dns-mode-soa-maybe-increment-serial): New function.
17480         (dns-mode): Add the latter to `write-contents-functions'.
17481
17482 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * compface.el (uncompface): Use binary rather than raw-text-unix.
17485
17486 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * compface.el (uncompface): Make sure the eol conversion doesn't take
17489         place when communicating with the external programs.
17490         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17491
17492 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17495
17496 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17497
17498         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17499         Make it more robust by parsing author and date independently.
17500
17501 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17504
17505 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17506
17507         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17508         first matching secret key.
17509         (mml2015-epg-encrypt): Ditto.
17510
17511         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17512         first matching secret key.
17513         (mml1991-epg-encrypt): Ditto.
17514
17515         * mml2015.el (mml2015-encrypt-to-self): New user option.
17516         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17517         mml2015-epg-encrypt-to-self is set.
17518
17519         * mml1991.el (mml1991-encrypt-to-self): New variable.
17520         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17521         mml1991-epg-encrypt-to-self is set.
17522
17523         * mml2015.el (mml2015-signers): New user option.
17524         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17525         (mml2015-epg-encrypt): Allow to select signing keys.
17526
17527         * mml1991.el (mml1991-signers): New variable.
17528         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17529         (mml1991-epg-encrypt): Allow to select signing keys.
17530
17531 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * nnheader.el (nnheader-insert-head): Make it work even if the file
17534         uses CRLF for the line-break code.
17535
17536 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17537
17538         * mml2015.el: Require mml-sec instead of password.
17539         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17540         (mml2015-cache-passphrase): Inherit the default value from
17541         mml-secure-cache-passphrase.
17542         (mml2015-passphrase-cache-expiry): Inherit the default value from
17543         mml-secure-passphrase-cache-expiry.
17544
17545         * mml1991.el: Require mml-sec instead of password.
17546         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17547         (mml1991-cache-passphrase): Inherit the default value from
17548         mml-secure-cache-passphrase.
17549         (mml1991-passphrase-cache-expiry): Inherit the default value from
17550         mml-secure-passphrase-cache-expiry.
17551
17552         * mml-sec.el: Require password.
17553         (mml-secure-verbose): New user option.
17554         (mml-secure-cache-passphrase): New user option.
17555         (mml-secure-passphrase-cache-expiry): New user option.
17556
17557 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17558             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17559
17560         * pgg-def.el (pgg-truncate-key-identifier):
17561         Truncate the key ID to 8 letters from the end.
17562
17563 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17564
17565         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17566         workaround for the url package included with Emacs.
17567
17568         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17569
17570 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17573         correctly.  This fixes a bug caused by the 2006-05-12 change.
17574
17575 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17576
17577         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17578         some information about the error when saying that the `bogus' mail
17579         group will be used.
17580
17581 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17584         string.
17585
17586 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17587
17588         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17589
17590 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17591
17592         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17593
17594 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17595
17596         * mml1991.el (mml1991-function-alist): Add epg.
17597         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17598         (mml1991-epg-encrypt): New functions.
17599
17600 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17601
17602         * mml2015.el (mml2015-verbose): New variable.
17603         (mml2015-cache-passphrase): Ditto.
17604         (mml2015-passphrase-cache-expiry): Ditto.
17605         (mml2015-function-alist): Add epg.
17606         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17607         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17608         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17609         New functions.
17610
17611 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17612
17613         * message.el (message-cite-original-1): Preserve region when removing
17614         quoted text due to X-No-Archive in order to avoid bogus attribution
17615         when citing multiple messages.
17616
17617 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17618
17619         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17620         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17621
17622 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * gnus-diary.el (gnus-user-format-function-d)
17625         (gnus-user-format-function-D): Autoload.
17626
17627         * imap.el (Commentary): Fix typo.
17628
17629         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17630         2006-04-22 contribution.
17631
17632 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17633
17634         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17635         It didn't really fix the bogosity I'm seeing with solid web groups.
17636
17637 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17638
17639         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17640         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17641         created using server names.  If we use the feature without declaring
17642         it, Gnus does not properly manage server and group state.
17643
17644         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17645         bound.
17646
17647 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17648
17649         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17650         looking up the method using GROUP's prefix before inventing a new one.
17651         It is used on killed/unknown groups in various places where returning
17652         an all-new method isn't expected by the caller.
17653
17654         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17655         and match semantics of gnus-group-real-prefix.
17656
17657 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * nnmail.el (nnmail-broken-references-mailers): New variable.
17660         (nnmail-ignore-broken-references): New function generalizing
17661         nnmail-fix-eudora-headers.
17662         (nnmail-fix-eudora-headers): Now obsolete.
17663
17664         * gnus-art.el (gnus-button-handle-custom):
17665         Support `customize-apropos*'.
17666
17667 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17670
17671         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17672         articles.
17673
17674 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17675
17676         * message.el (message-cite-reply-above): New variable.
17677         (message-yank-original): Use it.
17678
17679 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17682
17683 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17684
17685         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17686         as read.
17687
17688         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17689
17690 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17691
17692         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17693         (gnus-bookmark-default-file): Use gnus-directory.
17694         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17695         Remove "*" in doc string.
17696         (gnus-bookmark-write-file): Simplify.
17697         (gnus-bookmark-maybe-sort-alist): Use `when'.
17698         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17699         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17700         Add FIXME about Emacs 21 and XEmacs compatibility.
17701         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17702         compatibility.
17703         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17704         compatibility.
17705         (gnus-bookmark-menu-heading): Fix version.
17706
17707 2006-06-19  Bastien Guerry  <bzg@altern.org>
17708
17709         * gnus-bookmark.el: New file.
17710
17711 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * message.el (message-syntax-checks): Doc fix.
17714
17715 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17716
17717         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17718         unsubscribed groups as if they were killed ones.  It causes duplicate
17719         entries in gnus-newsrc-alist.
17720
17721 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * message.el (message-syntax-checks): Doc fix.
17724         (message-send-mail): Add check for continuation headers.
17725         (message-check-news-header-syntax): Fix regexp used to check for
17726         continuation headers.
17727
17728 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17731
17732 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17733
17734         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17735
17736 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17739         default-truncate-lines.
17740
17741 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17744         to fill the utf-8 entry.
17745
17746         * lpath.el: Fbind unicode-precedence-list.
17747
17748 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17749
17750         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17751
17752 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17753
17754         * gnus-agent.el (directory-files-and-attributes): Move all the way
17755         forward (the third and final move).
17756         (gnus-agent-read-agentview): Trap reconstruction errors due to
17757         nonexistent directory.  Handle by returning nil.
17758
17759 2006-05-30  Didier Verna  <didier@xemacs.org>
17760
17761         * message.el (message-dont-reply-to-names): Update the custom type.
17762         * message.el (message-dont-reply-to-names): New defsubst: potentially
17763         convert a list of regexps into a single one.
17764         * message.el (message-get-reply-headers): Use it.
17765         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17766
17767 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17768
17769         * gnus-agent.el (directory-files-and-attributes): Move forward.
17770
17771 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * gnus-ml.el (gnus-mailing-list-subscribe)
17774         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17775         (gnus-mailing-list-message): Fix doc strings.
17776
17777 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17778
17779         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17780         of doing it manually.
17781
17782 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17785         comment.
17786
17787 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17788
17789         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17790         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17791         (gnus-agent-read-local): All symbols allocated in my-obarray.
17792         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17793         (gnus-agent-regenerate-group): Check numeric names to see if they are
17794         messages or groups.
17795         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17796         better way of do this...)
17797
17798         * gnus-cache.el (gnus-agent-total-fetched-for):
17799         Ignore 'dummy.group' (there should be a better way of do this...)
17800
17801 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17804         (gnus-saved-headers): Ditto.
17805         (gnus-default-article-saver): Mention functions may have properties.
17806         (gnus-article-save): Override gnus-save-all-headers and
17807         gnus-saved-headers by :headers property which saver function may have.
17808         (gnus-summary-save-in-file): Add :headers property.
17809         (gnus-summary-write-to-file): Ditto.
17810
17811         * gnus-sum.el (gnus-summary-save-article): Bind
17812         gnus-prompt-before-saving to t when saving many articles in a file;
17813         always show all headers.
17814
17815         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17816
17817 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17820         marks.
17821
17822         * message.el (message-indent-citation): Add optional arguments to allow
17823         using it outside of message buffers.
17824
17825         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17826         (gnus-article-treat-unfold-headers): Use it.
17827         (gnus-article-truncate-lines): New variable.
17828         (gnus-article-mode): Use it.
17829         (gnus-article-toggle-truncate-lines): New function.
17830
17831         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17832         Add gnus-article-toggle-truncate-lines.
17833
17834         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17835         coding system in XEmacs, use binary.
17836
17837 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17840         after-load-alist.
17841
17842         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17843         this function should save decoded articles.
17844         (gnus-summary-write-to-file): Use property to specify this function
17845         should save decoded articles and specify gnus-summary-save-in-file
17846         should be used to save articles other than the first one when saving
17847         many articles.
17848         (gnus-summary-save-body-in-file): Use property to specify this
17849         function should save decoded articles.
17850         (gnus-summary-write-body-to-file): Use property to specify this
17851         function should save decoded articles and specify
17852         gnus-summary-save-body-in-file should be used to save articles other
17853         than the first one when saving many articles.
17854
17855         * gnus-sum.el (gnus-summary-save-article): Simplify.
17856
17857 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * gnus-art.el (gnus-default-article-saver):
17860         Add gnus-summary-write-body-to-file.
17861         (gnus-article-save-coding-system): Don't use coding system object
17862         in XEmacs.
17863         (gnus-read-save-file-name): Add optional `dir-var' argument which
17864         specifies directory in which files are saved; work even if optional
17865         `variable' argument is not specified.
17866         (gnus-summary-write-to-file): Read file name.
17867         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17868         (gnus-summary-write-body-to-file): New function.
17869
17870         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17871         (gnus-summary-local-variables): Add it.
17872         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17873         (gnus-summary-save-article): Remove optional `decode' argument;
17874         determine whether to decode articles by the value of
17875         gnus-default-article-saver; when saving many files using
17876         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17877         it first and use gnus-summary-save-in-file or
17878         gnus-summary-save-body-in-file thereafter unless
17879         gnus-prompt-before-saving is always; move point to article which
17880         will be saved.
17881         (gnus-summary-save-article-file): Revert.
17882         (gnus-summary-write-article-file): Revert.
17883         (gnus-summary-save-article-body-file): Revert.
17884         (gnus-summary-write-article-body-file): New function.
17885
17886 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-art.el (gnus-default-article-saver): Doc fix.
17889         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17890         from gnus-summary-save-article-coding-system, and default to a
17891         certain coding system.
17892         (gnus-output-to-file): Add coding cookie and encode text according
17893         to gnus-article-save-coding-system; don't use mm-append-to-file.
17894
17895         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17896         gnus-art.el and rename to gnus-article-save-coding-system.
17897         (gnus-summary-save-article): Require gnus-art; don't show all
17898         headers if it decodes articles; don't add coding cookie here;
17899         don't bind mm-text-coding-system-for-write.
17900         (gnus-summary-save-article-file): Save decoded articles.
17901         (gnus-summary-write-article-file): When saving many files, use
17902         gnus-summary-write-to-file first and gnus-summary-save-in-file
17903         thereafter unless gnus-prompt-before-saving is always.
17904         (gnus-summary-save-article-body-file): Save decoded articles.
17905
17906         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17907
17908 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17909
17910         * nnrss.el (nnrss-check-group): Bind hash-index.
17911
17912 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17913
17914         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17915         its hash index.  Store this hash in `nnrss-group-data'.
17916         (nnrss-read-group-data): Update accordingly.
17917
17918 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17919
17920         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17921         entry.
17922
17923         * gnus-sum.el (gnus-summary-make-menu-bar):
17924         Add gnus-article-browse-html-article.
17925
17926 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17927
17928         * gnus-sum.el (gnus-summary-mime-map):
17929         Add gnus-article-browse-html-article.
17930
17931         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17932
17933 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17934
17935         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17936         suitable coding systems in customize.
17937
17938 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * mail-source.el (mail-sources): Fix custom type.
17941
17942 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17943
17944         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17945         (gnus-summary-expire-articles-now): Shorten prompt.
17946
17947         * gmm-utils.el (wid-edit): Require.
17948         (defun-gmm): Rename from `gmm-defun-compat'.
17949         (gmm-image-search-load-path): Use it.
17950         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17951
17952 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * gnus-sum.el (gnus-summary-save-article-coding-system):
17955         New variable.
17956         (gnus-summary-save-article): Add optional `decode' argument.
17957         If it is set and gnus-summary-save-article-coding-system is non-nil,
17958         save decoded article.
17959         (gnus-summary-write-article-file): Save decoded article if
17960         gnus-summary-save-article-coding-system is non-nil.
17961
17962         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17963         type.
17964
17965 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17968
17969 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17972         first to test gnus-single-article-buffer which may be buffer-local.
17973
17974         * gnus-sum.el (gnus-summary-setup-buffer):
17975         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17976         group; make gnus-article-buffer, gnus-article-current, and
17977         gnus-original-article-buffer always buffer-local.
17978         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17979         group.
17980         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17981
17982 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17983
17984         * nnml.el (nnml-request-compact-group): Compressed files might not
17985         have .gz extension.
17986
17987 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17988
17989         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17990         (mm-copy-to-buffer): Use with-current-buffer.
17991         (mm-display-part): Simplify.
17992         (mm-inlinable-p): Add optional arg `type'.
17993
17994 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17995
17996         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17997         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17998         Try harder to show the attachment internally or externally using
17999         gnus-mime-view-part-as-type.
18000
18001 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18002
18003         * message.el (message-from-style, message-signature-separator)
18004         (message-user-organization-file, message-send-mail-function)
18005         (message-citation-line-function, message-yank-prefix)
18006         (message-indent-citation-function, message-signature)
18007         (message-signature-file, message-signature-insert-empty-line):
18008         Remove autoloads.
18009
18010         * gnus-art.el (gnus-buttonized-mime-types):
18011         Remove "multipart/signed".  Revert 2006-04-26 change.
18012
18013 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * gnus.el (gnus-version-number): Bump version.
18016
18017 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18018
18019         * gnus.el: No Gnus v0.5 is released.
18020
18021 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18022
18023         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18024         fetching articles by message-id.
18025
18026 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18027
18028         * message.el (hashcash): Require hashcash as normal.
18029
18030         * ecomplete.el (ecomplete-highlight-match-line):
18031         Use point-at-eol.
18032         (ecomplete-highlight-match-line): Use `highlight', because that
18033         face exists in both Emacs and XEmacs.
18034
18035         * message.el (message-display-abbrev): Use point-at-bol.
18036
18037         * mail-source.el: Don't require timer/timer-funcs.
18038
18039         * gnus-async.el: Ditto.
18040
18041         * password.el: Ditto.
18042
18043         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18044
18045         * mm-url.el: Ditto.
18046
18047         * gnus-xmas.el: Don't require timer-funcs.
18048
18049         * mm-util.el: Require timer/timer-funcs.
18050
18051 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18052
18053         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18054         Close.
18055
18056 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18059         unibyte after clear-decrypt function runs.
18060
18061         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18062         returns as a unibyte string.
18063
18064 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * lpath.el: Revert.
18067
18068         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18069         (pgg-gpg-process-sentinel): Revert.
18070
18071         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18072         (pgg-pgp-lookup-key): Revert.
18073
18074         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18075         (pgg-pgp5-lookup-key): Revert.
18076
18077         * pgg.el (pgg-fetch-key): Revert.
18078
18079 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * lpath.el: Fbind string-as-multibyte for XEmacs.
18082
18083         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18084         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18085         (mml1991-pgg-encrypt): Ditto.
18086
18087         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18088         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18089         a multibyte buffer.
18090
18091         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18092         (pgg-pgp-lookup-key): Ditto.
18093
18094         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18095         (pgg-pgp5-lookup-key): Ditto.
18096
18097         * pgg.el (pgg-fetch-key): Ditto.
18098
18099 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * message.el (message-user-organization-file): Check several
18102         locations of the organization file.
18103
18104         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18105         Add gnus-article-view-part-as-type.
18106
18107         * gnus-art.el (gnus-article-view-part-as-type): New function.
18108
18109         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18110         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18111
18112         * mml.el: Simplify autoload.
18113         (mml-mode): defvar dnd-protocol-alist instead of using
18114         symbol-value.
18115         (mml-default-directory): New variable.
18116         (mml-minibuffer-read-file): Use it.
18117         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18118
18119         * message.el (message-citation-line-format): New variable.
18120         (message-insert-formated-citation-line): New function.
18121         (message-citation-line-function):
18122         Add `message-insert-formated-citation-line' to custom type.
18123
18124         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18125         to doc string.
18126
18127         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18128         depending on mm-verify-option.
18129
18130 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18133         binding pgg-* variables; reimplement the section which prevents
18134         MIME header from being signed.
18135         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18136         pgg-text-mode; remove a blank line at the top of body.
18137
18138         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18139         lines at the top of body; use gnus-newsgroup-charset if there's no
18140         Charset header.
18141
18142 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * message.el (message-self-insert-commands): Doc fix.
18145
18146         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18147         (mm-uu-pgp-encrypted-test): Ditto.
18148         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18149         between header and body; return application/pgp-encrypted handle
18150         if decryption failed; decode decrypted body by charset.
18151
18152         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18153         element match to application/pgp-*.
18154
18155 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18156
18157         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18158         HTML.
18159
18160 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18161
18162         * mail-source.el (mail-source-call-script): Message the error
18163         string.
18164
18165 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18166
18167         * gnus-util.el (gnus-byte-compile): Use it.
18168
18169 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18170
18171         * gnus-util.el (kill-empty-logs): New function.
18172
18173 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * message.el (message-mail-alias-type): Doc fix.
18176         (message-mail-alias-type-p): New function.
18177         (message-send): Use it.
18178         (message-mode): Ditto.
18179         (message-strip-forbidden-properties): Ditto.
18180
18181         * ecomplete.el (ecomplete-database-file-coding-system):
18182         New variable.
18183         (ecomplete-save): Use it.
18184         (ecomplete-setup): Use it.
18185
18186 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18187
18188         * message.el (message-self-insert-commands): New variable.
18189         (message-strip-forbidden-properties): Use it.
18190
18191 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18192
18193         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18194         that doesn't make XEmacs choke.
18195
18196 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18197
18198         * gnus-util.el (gnus-replace-in-string):
18199         Prefer replace-regexp-in-string over of replace-in-string.
18200
18201 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-util.el (gnus-select-frame-set-input-focus):
18204         Use select-frame-set-input-focus if it is available in XEmacs; use
18205         definition defined in Emacs 22 for old Emacsen.
18206
18207         * dgnushack.el: Autoload unmorse-region for XEmacs.
18208
18209         * lpath.el: Bind cursor-in-non-selected-windows and
18210         select-frame-set-input-focus for XEmacs.
18211
18212 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18215
18216 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18217
18218         * gnus-registry.el (gnus-registry-cache-save): Remove text
18219         properties when saving via the temp buffer.
18220
18221 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * message.el (message-generate-hashcash): Honor custom type.
18224
18225 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18226
18227         * message.el (message-generate-hashcash): Default to non-nil when
18228         hashcash is found.
18229
18230         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18231         (gnus-refer-thread-limit): Increase default to 500.
18232
18233         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18234
18235         * flow-fill.el (fill-flowed): Allow delete-space.
18236
18237 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18240         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18241         Remove autoloads.
18242
18243 2006-04-18  Simon Josefsson  <jas@extundo.com>
18244
18245         * message.el (message-generate-hashcash): Default to.
18246
18247 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18248
18249         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18250         concatenating segments rather than before concatenating them.
18251
18252 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18253
18254         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18255
18256 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257
18258         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18259
18260         * message.el (message-forward-make-body-plain):
18261         Allow message-forward-ignored-headers to be a list.
18262         (message-remove-ignored-headers): Factor out into function.
18263         (message-forward-make-body-mml): Use it.
18264
18265         * imap.el (imap-quote-specials): New function.
18266         (imap-login-auth): Quote specials.
18267
18268         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18269         (rfc2231-parse-string): Allow concatanation of parameters that
18270         aren't contiguous.  The test case is
18271           (mail-header-parse-content-type "message/external-body;
18272             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18273             access-type=LOCAL-FILE;
18274             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18275
18276 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18277
18278         * nntp.el (nntp-accept-process-output): Return the value of
18279         `nnheader-accept-process-output'.
18280
18281 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18282
18283         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18284         (gnus-button-alist): Recognize more diff formats.
18285         (gnus-button-patch): Strip directory.
18286
18287 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18290         Emacs 22 when setting focus.
18291
18292 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18293
18294         * gnus-art.el (gnus-article-treat-types): Do treatment of
18295         text/x-verbatim parts.
18296         (gnus-button-patch): New command.
18297
18298         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18299         addresses that contain invalid characters.
18300
18301 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18302
18303         * message.el (message-put-addresses-in-ecomplete):
18304         Use gnus-replace-in-string.
18305         (message-is-yours-p): Use the more correct
18306         mail-header-parse-address instead of
18307         mail-extract-address-components.
18308         (message-put-addresses-in-ecomplete): Fix typo.
18309
18310         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18311         keystroke.
18312
18313         * gnus-art.el (gnus-treatment-function-alist): Change order of
18314         newsgroups/generic header folding to avoid double-folding.
18315
18316         * message.el (message-hidden-headers): Add X-Draft-From.
18317
18318         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18319         New command.
18320         (gnus-summary-repeat-search-article-backward): New command.
18321
18322         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18323         groups in the parent topic.
18324
18325 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18326
18327         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18328         (spam-extra-header-to-number): Return the CRM114 number as a
18329         number instead of a string.
18330
18331 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * gnus-art.el (gnus-face-properties-alist): Move here from
18334         gnus-fun.
18335
18336         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18337
18338 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18339
18340         * message.el (message-strip-forbidden-properties): Only display on
18341         self-insert-command.
18342
18343         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18344         reindent.
18345         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18346
18347 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18348
18349         * smiley.el (smiley-style): Fix typo.
18350
18351 2006-03-23  Kenichi Handa  <handa@m17n.org>
18352
18353         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18354         instead of set-buffer-multibyte.
18355
18356 2006-03-23  Kenichi Handa  <handa@m17n.org>
18357
18358         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18359         buffer and then decode the buffer text if necessary.
18360         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18361         first, and after mm-encode-body, change the buffer to unibyte.
18362
18363 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18364
18365         * hashcash.el (hashcash-insert-payment-async-2):
18366         Use message-goto-eoh instead of doing it manually.
18367         (mail-add-payment): Use message-narrow-to-header instead of trying
18368         to do the same itself.
18369
18370         * message.el (message-hidden-headers): Add Face.
18371
18372         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18373         reparenting code.
18374         (gnus-summary-reparent-children): Refactored out code.
18375         (gnus-summary-thread-map): New keystroke.
18376         (gnus-summary-reparent-children): Make into command.
18377
18378         * smiley.el (smiley-style): Default to `medium' if using a large
18379         font.
18380
18381         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18382         does it itself.
18383
18384         * message.el (message-point-in-header-p): Simplify definition.
18385
18386 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * nnagent.el (nnagent-request-set-mark): Silence log file
18389         writing.
18390         (nnagent-request-set-mark): Use write-region instead of
18391         append-to-file.
18392
18393         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18394         strange select method.
18395
18396         * ecomplete.el (ecomplete-display-matches): Get highlightling
18397         right.
18398         (ecomplete-display-matches): Use literals.
18399         (ecomplete-display-matches): Disable message logging.
18400
18401         * message.el (message-display-abbrev): Small optimization.
18402
18403         * ecomplete.el (ecomplete-display-matches): Allow automatic
18404         display.
18405
18406         * message.el (message-strip-forbidden-properties):
18407         Display abbrevs.
18408         (message-display-abbrev): Get automatic display right.
18409
18410         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18411         keystrokes.
18412
18413 2006-04-13  Romain Francoise  <romain@orebokech.com>
18414
18415         TODO: Backport to v5-10!
18416
18417         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18418         Move here (and rename) from gnus-registry.el.
18419
18420         * gnus-registry.el: Require gnus-util.
18421         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18422
18423 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18424
18425         * gnus-group.el (gnus-group-catchup-current):
18426         Change if-then-else-if-then-else into cond.
18427         (gnus-group-catchup): Indent.
18428         (group-name-at-point): New function.
18429         (gnus-fetch-group): Provide default from thing at point.
18430
18431 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18432
18433         * message.el (message-display-abbrev): Fix regexp.
18434
18435         * ecomplete.el (ecomplete-highlight-match-line):
18436         Reimplement choosing.
18437         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18438         dead variables.
18439
18440         * message.el (message-newline-and-indent): Remove debugging.
18441         (message-display-abbrev): Use new implementation.
18442
18443 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18444
18445         * gnus-art.el (gnus-article-mode):
18446         Set cursor-in-non-selected-windows to nil.
18447
18448         * smiley.el: Revert previous change.
18449         (smiley-data-directory): defvar it before using it in the
18450         defcustom of `smiley-style'.
18451
18452 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18453
18454         * message.el (message-newline-and-indent): New function.
18455
18456         * ecomplete.el: Implement more bits.
18457
18458         * message.el (message-put-addresses-in-ecomplete): Clean up the
18459         string.
18460
18461         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18462
18463         * gnus-sum.el (gnus-summary-save-parts):
18464         Bind gnus-summary-save-parts-counter and use it to make unique file
18465         names.
18466
18467         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18468
18469         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18470         parameter to say whether to actually parse the individual
18471         addresses.
18472
18473         * message.el (message-put-addresses-in-ecomplete): New function.
18474         (ecomplete): Require.
18475         (message-mail-alias-type): Add ecomplete as an option.
18476
18477 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18478
18479         * flow-fill.el (fill-flowed): Remove trailing space from blank
18480         quoted lines.
18481
18482 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18483
18484         * smiley.el (smiley-style): Move definition later to avoid a
18485         compilation warning.
18486
18487 2006-04-12  Kenichi Handa  <handa@m17n.org>
18488
18489         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18490         buffer and then decode the buffer text if necessary.
18491         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18492         first, and after mm-encode-body, change the buffer to unibyte.
18493         Use mm-disable-multibyte instead of set-buffer-multibyte.
18494
18495 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18498         Content-Type header instead of Content-Disposition header.
18499         (gnus-mime-inline-part): Ditto.
18500         (gnus-mime-view-part-as-charset): Ignore charset that the part
18501         specifies.
18502
18503         * mm-decode.el (mm-display-part): Work with external parts and
18504         usual parts similarly.
18505
18506         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18507         instead of gnus-display-mime.
18508
18509         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18510         instead of with-temp-buffer.
18511
18512         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18513         tag to summarized topics part in order to encode non-ASCII text.
18514
18515 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18516
18517         * smiley.el (smiley-style): New variable.
18518         (smiley-directory): New function.
18519         (smiley-data-directory): Derive from `smiley-style' using
18520         `smiley-directory'.
18521         (smiley-regexp-alist): Add new entries.
18522
18523         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18524         (gnus-article-browse-delete-temp): Add :version.
18525
18526 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18527
18528         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18529         the sieve region.
18530
18531 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18532
18533         * gnus.el (gnus-version-number): Bump version.
18534
18535 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18536
18537         * gnus.el: No Gnus v0.4 is released.
18538
18539 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18540
18541         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18542         layout.
18543
18544         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18545         unknown charset.
18546
18547         * message.el (message-header-synonyms): Add Original-To to the
18548         default.
18549
18550         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18551         optional parameter.
18552
18553 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18554
18555         * gnus-fun.el (gnus): Require it for gnus-directory.
18556
18557 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18560
18561 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18562
18563         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18564
18565 2006-04-05  Simon Josefsson  <jas@extundo.com>
18566
18567         * password.el (password-reset): New function.
18568
18569 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18570
18571         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18572         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18573
18574 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18575
18576         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18577         Some whitespace was matched into the url, which broke browsing hits
18578         > 100 when mm-url-use-external was nil.
18579
18580 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18583         Check gnus-extra-headers for 'Newsgroups.
18584
18585         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18586         bound.
18587
18588 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18589
18590         * pgg-gpg.el: Clean up process buffers every time gpg processes
18591         complete.
18592
18593 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18594
18595         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18596         doc string.
18597
18598 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18599
18600         * pgg-gpg.el (pgg-gpg-process-filter)
18601         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18602
18603         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18604         lines, temporary fix.
18605
18606 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18607
18608         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18609
18610 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18611
18612         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18613         default-enable-multibyte-characters.  This reverts the change from
18614         revision 6.17 which is no longer necessary because the passphrase
18615         is sent separately now.  GnuPG messages are unreadable under
18616         multibyte locales with default-enable-multibyte-characters set to
18617         nil.
18618
18619 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * message.el (message-tool-bar-gnome): Move "spell".
18622
18623 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18624
18625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18626         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18627         instead.
18628
18629 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18630
18631         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18632         Improve newsgroups handling for NNTP overviews which don't include
18633         Newsgroups.
18634
18635 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18636
18637         * message.el (message-resend): Bind message-generate-hashcash to nil.
18638
18639 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18640
18641         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18642         when searching for already-paid recipients.
18643
18644 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18645
18646         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18647         passphrases when it is not needed.
18648         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18649         passphrase stuff from gpg, should only be necessary when you use
18650         gpg with a smartcard.
18651
18652 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * mml.el (mml-insert-mime): Ignore cached contents of
18655         message/external-body part.
18656
18657         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18658         (mm-insert-part): Ditto.
18659
18660 2006-03-23  Simon Josefsson  <jas@extundo.com>
18661
18662         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18663         Reiner.
18664         (pgg-gpg-use-agent-p): Use it again.
18665
18666 2006-03-23  Simon Josefsson  <jas@extundo.com>
18667
18668         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18669         older emacsen.
18670         (pgg-gpg-use-agent-p): Don't use it.
18671
18672 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18675         if we can.
18676
18677 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18678
18679         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18680         (pgg-gpg-update-agent): New function.
18681         (pgg-gpg-use-agent-p): New function.
18682         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18683         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18684         (pgg-gpg-sign-region): Use it.
18685
18686 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18689         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18690
18691 2006-03-21  Simon Josefsson  <jas@extundo.com>
18692
18693         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18694         <wilde@sha-bang.de>.
18695         (pgg-gpg-use-agent): New variable.
18696         (pgg-gpg-process-region): Use it.
18697         (pgg-gpg-encrypt-region): Likewise.
18698         (pgg-gpg-encrypt-symmetric-region): Likewise.
18699         (pgg-gpg-decrypt-region): Likewise.
18700         (pgg-gpg-sign-region): Likewise.
18701         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18702
18703 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18704
18705         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18706
18707         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18708         Add comment on version.
18709
18710 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18711
18712         * smiley.el: Add missing test smiley.
18713
18714 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * mm-decode.el (mm-with-part): New macro.
18717         (mm-get-part): Use it; work with message/external-body as well.
18718         (mm-save-part): Treat name and filename equally.
18719
18720         * mm-extern.el (mm-extern-cache-contents): New function.
18721         (mm-inline-external-body): Use it; force the part to be displayed;
18722         move undisplayer added to the cached handle to the parent.
18723
18724         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18725         (gnus-mime-view-part-as-type): Work with message/external-body.
18726
18727         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18728
18729 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18732         images in image-load-path.  [Sync with image.el, revision 1.60, in
18733         Emacs.]
18734
18735 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18738         path rather than symbol.  Always return list of directories.
18739         Guarantee that image directory comes first.  [Sync with image.el,
18740         revision 1.59, in Emacs.]
18741
18742         * message.el (message-make-tool-bar): Adjust to new API of
18743         `gmm-image-load-path-for-library'.
18744
18745         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18746
18747         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18748
18749 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18750
18751         * gnus-art.el (gnus-article-only-boring-p):
18752         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18753         intangible text.
18754         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18755
18756 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18757
18758         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18759         Use `defun' instead of `gmm-defun-compat'.
18760
18761 2006-03-14  Simon Josefsson  <jas@extundo.com>
18762
18763         * message.el (message-unique-id): Don't use message-number-base36
18764         if (user-uid) is a float.
18765         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18766
18767 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18770
18771         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18772         empty line between a part and a message part.
18773
18774 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * smiley.el: Add more test smileys.
18777         (smiley-data-directory, smiley-regexp-alist)
18778         (gnus-smiley-file-types): Fix doc strings.
18779         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18780         adding new elements.
18781         (smiley-mouse-map): Unused code.  Make it a comment.
18782
18783 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18786         scan latest NoCeM messages instead of old ones.
18787         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18788         delimiters that are recently used.
18789         (gnus-nocem-load-cache): Add autoload cookie.
18790
18791         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18792
18793         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18794         level which is larger than gnus-use-nocem is specified.
18795
18796         * gnus-group.el (gnus-group-get-new-news): Ditto.
18797
18798 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-util.el (gnus-tool-bar-update): New function.
18801
18802         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18803         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18804
18805         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18806
18807         * gnus-group.el (gnus-group-redraw-when-idle)
18808         (gnus-group-redraw-check): Remove.
18809         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18810
18811 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18812
18813         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18814         if optional last element is specified in splits (FIELD VALUE...).
18815
18816 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18819         to gmm-image-load-path-for-library.  Call with no-error argument.
18820         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18821
18822         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18823
18824         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18825
18826         * gmm-utils.el (gmm-image-load-path): Remove alias.
18827
18828 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18829
18830         * gmm-utils.el (gmm-image-load-path): Add alias.
18831
18832         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18833         nnml-generate-nov-databases-1.
18834         (nnml-generate-nov-databases): Use it.
18835         (nnml-generate-nov-databases-directory): Document no-active
18836         argument.
18837
18838         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18839         directory if path is t.  Add no-error.
18840
18841         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18842         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18843
18844         * gnus-art.el (gnus-article-browse-delete-temp-files):
18845         Simplify resetting gnus-article-browse-html-temp-list.
18846
18847         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18848         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18849         Add example to docstring.  Rename local variables.  Move error
18850         checks to default case in cond and simplify.
18851
18852 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18855         handle is multipart when calling it recursively.
18856         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18857
18858 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18859
18860         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18861         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18862
18863 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18866         is loaded.
18867
18868         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18869         loaded.
18870
18871 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18872
18873         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18874         to "Emacs 23 (unicode)" in doc string.
18875
18876         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18877         "Emacs 23 (unicode)" in comment.
18878
18879 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18882
18883         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18884         characters 160 through 255 in Emacs 23.
18885
18886 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18889         gnus-article-browse-html-temp.
18890         (gnus-article-browse-delete-temp): Make it customizable.
18891         Add `file'.  Adjust doc string.
18892         (gnus-article-browse-delete-temp-files): Add argument.
18893         Allow query for each file.  Adjust doc string.
18894         (gnus-article-browse-html-parts):
18895         Add `gnus-article-browse-delete-temp-files' to
18896         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18897
18898 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18899
18900         * gnus-art.el (gnus-article-browse-html-temp)
18901         (gnus-article-browse-delete-temp): New variables.
18902         (gnus-article-browse-delete-temp-files): New function.
18903         (gnus-article-browse-html-parts): Use it.
18904
18905 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18906
18907         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18908
18909         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18910         string.
18911
18912         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18913         gnus-summary-insert-new-articles when unplugged.
18914         Remove gnus-summary-search-article-forward.
18915
18916         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18917         display-visual-class instead of display-color-cells.
18918
18919 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * dgnushack.el: Autoload customize-group for XEmacs.
18922
18923         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18924         message/* containing non-ASCII text properly.
18925
18926 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18927
18928         * message.el: Require gmm-utils, remove autoloads.
18929         (message-tool-bar): Set default based on
18930         gmm-tool-bar-style.
18931         (message-tool-bar-gnome): Add gmm-customize-mode.
18932
18933         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18934         gmm-tool-bar-style.
18935         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18936
18937         * gnus-group.el (gnus-group-tool-bar): Set default based on
18938         gmm-tool-bar-style.
18939         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18940
18941         * gmm-utils.el (gmm-image-directory): Rename variable from
18942         gmm-image-load-path.
18943         (gmm-image-load-path): Use gmm-image-directory.
18944         (gmm-customize-mode): New function.
18945         (gmm-tool-bar-style): New variable.
18946
18947         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18948         gnus-group-redraw-line-number.
18949         (gnus-group-redraw-check): Simplify.
18950         (gnus-group-tool-bar-update): Remove redraw check.
18951         (gnus-group-make-tool-bar): Add redraw check.
18952
18953 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18954
18955         * gnus-art.el (gnus-button): Add missing parentheses.
18956
18957 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * lpath.el: Fbind line-number-at-pos.
18960
18961 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18964
18965 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * gnus-art.el (gnus-button): New face.
18968         (gnus-article-button-face): Use it.
18969
18970         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18971         Add gnus-summary-next-page.  Re-order.
18972
18973         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18974         next-node are now included.
18975         (gnus-group-redraw-line-number): New internal variable.
18976         (gnus-group-redraw-check): Helper function for updating the tool
18977         bar.
18978         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18979
18980         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18981
18982         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18983         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18984         Use it to match format of Spamassassin 3.0 and later.
18985         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18986         (spam-check-bogofilter)
18987         (spam-bogofilter-register-with-bogofilter): Fix args of
18988         `gnus-error' calls.
18989
18990 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18991
18992         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18993         unnecessary interaction when sending queued mails.
18994         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18995
18996 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18997
18998         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18999         first or last are nil.
19000
19001 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19002
19003         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19004
19005 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19008
19009 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19010
19011         * dns.el (query-dns): Protect more against buggy tcp output.
19012
19013 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19014
19015         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19016         nov.php.
19017
19018 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19019
19020         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19021         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19022         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19023         output on the server side.
19024         (nnweb-google-create-mapping): Update regexps and add some
19025         progress indication.
19026
19027 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * gnus-group.el (gnus-group-tool-bar-gnome):
19030         Fix gnus-agent-toggle-plugged.  Re-order icons.
19031         (gnus-group-tool-bar-gnome):
19032         Add gnus-group-{prev,next}-unread-group.
19033         (gnus-group-tool-bar-gnome): Re-order icons.
19034
19035         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19036         Move gnus-summary-insert-new-articles.
19037
19038         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19039         Fix comments.
19040
19041         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19042         also available in Emacs 21.3.
19043
19044         * message.el (message-fix-before-sending): Change "Emacs 22" to
19045         "Emacs 23 (unicode)" in comment.
19046
19047         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19048         "Emacs 23 (unicode)" in comment.
19049
19050         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19051         comment.
19052         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19053
19054         * mm-view.el (mm-fill-flowed): Add :version.
19055
19056 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19059         and load-path.
19060
19061 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19062
19063         * message.el: Autoload gmm-image-load-path.
19064         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19065         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19066         consitency.
19067
19068         * gmm-utils.el (gmm-image-load-path): Also search in
19069         "../etc/images".  Don't set gmm-image-load-path if we don't find
19070         the image.
19071
19072 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * gmm-utils.el (gmm-image-load-path): Don't make
19075         `gmm-image-load-path' include subdirectories which the second arg
19076         `image' might specify.
19077
19078         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19079         subdirectory to icon file names.
19080
19081         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19082
19083 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19084
19085         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19086         gmm-image-load-path calls.
19087
19088         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19089
19090         * message.el (message-make-tool-bar): Ditto.
19091
19092         * mml.el (mml-preview): Add comment concerning tool bar icons.
19093
19094         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19095         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19096
19097         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19098         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19099
19100         * message.el (message-tool-bar-gnome): Use new icon names.
19101         (message-make-tool-bar): Use `gmm-image-load-path'.
19102
19103         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19104         New functions from MH-E.
19105         (gmm-image-load-path): New variable from MH-E.
19106         (gmm-image-load-path): New function from MH-E.  Add arguments
19107         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19108         *-image-load-path-called-flag.
19109
19110 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19111
19112         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19113
19114 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19115
19116         * nnimap.el (nnimap-request-move-article): Change folder back to
19117         source group before deleting.
19118
19119 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19120
19121         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19122
19123         * gnus-art.el (mm-url-insert-file-contents-external):
19124         Autoload mm-url.
19125
19126         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19127
19128 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19131         coding system which mm-charset-to-coding-system returns for a
19132         given charset is valid.
19133
19134 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19135
19136         * html2text.el (html2text-remove-tag-list):
19137         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19138
19139 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19140
19141         * gnus-cus.el: Revert 2005-10-17 change.
19142
19143 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * gnus-art.el (article-strip-banner):
19146         Call article-really-strip-banner only when the regexp match is made.
19147
19148 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * gnus-art.el (article-strip-banner):
19151         Use gnus-extract-address-components instead of
19152         mail-header-parse-addresses to make it work with non-ASCII text;
19153         remove mail-encode-encoded-word-string.
19154
19155         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19156         values which are surrounded with \"...\"; make it never cause a
19157         Lisp error; give up parsing of parameters if it failed in
19158         extracting type.
19159
19160 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19161
19162         * smime.el (smime-cert-by-ldap-1): Fix bug where
19163         `smime-ldap-search' returns results without userCertificates.
19164
19165 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19168
19169 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * spam.el (spam-check-spamassassin-headers): Adapt format for
19172         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19173         <ari@mbf.ocn.ne.jp>.
19174         (spam-list-of-processors): Add spam-use-gmane.
19175
19176 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19179         make-temp-file; make it work with XEmacs as well.
19180
19181         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19182         mm-make-temp-file.
19183
19184         * mm-decode.el (mm-display-external): Use the 3rd arg of
19185         mm-make-temp-file.
19186         (mm-create-image-xemacs): Ditto.
19187
19188 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19189
19190         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19191         with message-narrow-to-headers.
19192         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19193         (gnus-draft-check-draft-articles): New function.
19194         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19195
19196 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19197
19198         * gnus-art.el (gnus-article-browse-html-parts):
19199         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19200         Don't use suffix argument for mm-make-temp-file for Emacs 21
19201         compatibility.  Remove useless `format'.
19202
19203 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19204
19205         * nnweb.el (nnweb-google-wash-article): Update regexps.
19206         (nnweb-group-alist): Use defvoo instead of defvar.
19207
19208 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19211         re-loading nn* modules.
19212
19213 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19214
19215         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19216         for `tool-bar-mode' and don't check it's default-value.
19217
19218         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19219
19220         * message.el (message-make-tool-bar): Ditto.
19221
19222         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19223         `substring'.  Shorten tmp-file name.
19224
19225         * gnus.el: Remove bogus comment.
19226
19227 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19228
19229         * gnus-art.el (gnus-article-browse-html-parts): New function.
19230         (gnus-article-browse-html-article): New function for viewing html
19231         articles with a browser.
19232
19233 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19234
19235         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19236         in elisp.
19237         (pgg-gpg-encrypt-symmetric-region): Ditto.
19238         (pgg-gpg-sign-region): Ditto.
19239
19240         * pgg-def.el (pgg-text-mode): New variable.
19241
19242         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19243         (mml2015-pgg-encrypt): Ditto.
19244
19245         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19246         (mml1991-pgg-encrypt): Ditto.
19247
19248 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * nnfolder.el (nnfolder-insert-newsgroup-line):
19251         Use message-make-date instead of current-time-string.
19252
19253         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19254         to gnus-decoded which mm-uu might set.
19255
19256 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19259         don't decode quoted parameters; remove misimported Emacs code.
19260         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19261         (rfc2231-decode-encoded-string): Don't use split-string which
19262         behaves differently according to Emacs version; use
19263         mm-decode-coding-region to convert charset to coding-system.
19264         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19265         (rfc2231-encode-string): Remove misimported Emacs code.
19266
19267 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19270         when calling mail-header-parse-content-type.
19271         (article-de-quoted-unreadable): Ditto.
19272         (article-de-base64-unreadable): Ditto.
19273         (article-wash-html): Ditto.
19274
19275         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19276         calling mail-header-parse-content-type and
19277         mail-header-parse-content-disposition.
19278         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19279         mail-header-parse-content-type.
19280
19281         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19282         insert charset and format parameters; encode description after
19283         inserting it to buffer.
19284         (mml-insert-parameter): Fold lines properly even if a parameter is
19285         segmented into two or more lines; change the max column to 76.
19286
19287         * rfc1843.el (rfc1843-decode-article-body): Don't use
19288         ignore-errors when calling mail-header-parse-content-type.
19289
19290         * rfc2231.el (rfc2231-parse-string): Return at least type if
19291         possible; don't cause an error even if it fails in parsing of
19292         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19293         (rfc2231-encode-string): Don't break lines at the beginning, leave
19294         it to mml-insert-parameter.
19295
19296         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19297         calling mail-header-parse-content-type.
19298
19299 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19300
19301         * spam-report.el (spam-report-gmane-use-article-number):
19302         Improve doc string.
19303         (spam-report-gmane-internal): Check if a suitable header was found
19304         in the article.
19305
19306 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19309         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19310
19311 2006-02-05  Romain Francoise  <romain@orebokech.com>
19312
19313         Update copyright notices of all files in the gnus directory.
19314
19315 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19316
19317         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19318
19319 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19320
19321         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19322         segmented lines of parameter value to cope with Thunderbird 1.5
19323         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19324         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19325         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19326
19327 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19328
19329         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19330         parts.
19331
19332 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19333
19334         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19335         there's only one active file for all servers.
19336         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19337         solid groups.  Gnus might have used a FAST request to select the group.
19338         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19339         and nnweb-search redundantly in the active file.
19340         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19341         (nnweb-request-create-group): Don't use ARGS.
19342         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19343         initializations.  Let nnoo do the work.
19344
19345 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19348         Say the part has been decoded.
19349
19350         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19351
19352 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19353
19354         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19355         mailcap-viewer-test-cache when there's no 'test clause, since that
19356         will invert the meaning of a "nil" test previously determined by
19357         mailcap-mailcap-entry-passes-test.
19358
19359 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19362         compiling.
19363
19364         * gnus-sum.el: Ditto.
19365
19366         * message.el: Don't bind tool-bar-map when compiling.
19367
19368 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19369
19370         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19371
19372 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19373
19374         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19375         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19376         current Google Groups.
19377
19378 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19381         and tool-bar-mode.
19382
19383         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19384         and tool-bar-mode.
19385
19386         * message.el (message-tool-bar-update): Simplify.
19387         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19388
19389         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19390         gnus-summary-buffer.
19391         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19392         gnus-summary-reply.
19393
19394         * gmm-utils.el (gmm): Add :version.
19395
19396 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * Makefile.in (clean): New rule.
19399         (distclean): Use it.
19400
19401 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19402
19403         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19404         Don't autoload.
19405
19406 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * gmm-utils.el (gmm-verbose): Add :group.
19409
19410 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19411
19412         * message.el: Change some comments WRT tool-bars.
19413
19414         * gnus-sum.el (gnus-summary-tool-bar)
19415         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19416         (gnus-summary-tool-bar-zap-list): New variables.
19417         (gnus-summary-make-tool-bar): Complete rewrite using
19418         `gmm-tool-bar-from-list'.
19419
19420         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19421         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19422         New variables.
19423         (gnus-group-make-tool-bar): Complete rewrite using
19424         `gmm-tool-bar-from-list'.
19425         (gnus-group-tool-bar-update): New function.
19426
19427         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19428
19429 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19432         is dissected into a single part of which the type is the same as
19433         the given one; decode charset.
19434
19435 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19436
19437         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19438         into alists as symbol not string, since that's what
19439         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19440         look for.
19441
19442 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19443
19444         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19445         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19446
19447         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19448
19449 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19452         (gnus-xmas-mime-security-button-menu): New function.
19453
19454         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19455         (gnus-mime-security-button-menu): New definition.
19456         (gnus-mime-security-button-map): Use them.
19457         (gnus-mime-security-button-menu): New function.
19458         (gnus-insert-mime-security-button): Addition to help echo.
19459         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19460         (gnus-mime-security-pipe-part): New functions.
19461
19462         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19463         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19464
19465         * mm-decode.el (mm-handle-set-disposition): Remove.
19466         (mm-handle-set-description): Remove.
19467
19468 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19471         (mm-w3m-standalone-supports-m17n-p): New function.
19472         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19473         w3m usage.
19474
19475         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19476         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19477
19478 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19479
19480         * message.el (message-tool-bar-zap-list):
19481         Use gmm-tool-bar-zap-list as custom type.
19482         (message-tool-bar-update): New function.
19483         (message-tool-bar, message-tool-bar-gnome)
19484         (message-tool-bar-retro): Add message-tool-bar-update.
19485         (message-tool-bar-gnome): Add flyspell-buffer.
19486
19487         * gnus-util.el (gnus-error): Describe `args'.
19488
19489         * gmm-utils.el (gmm-error): Describe `args'.
19490         (gmm-tool-bar-zap-list): New widget.
19491         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19492
19493 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19496         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19497         the number of recursive calls.
19498
19499         * mm-decode.el (mm-handle-set-disposition): New macro.
19500         (mm-handle-set-description): New macro.
19501
19502 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19505         encoding.
19506
19507 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19508
19509         * message.el (message-tool-bar-zap-list, message-tool-bar)
19510         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19511         (message-tool-bar-local-item-from-menu): Remove.
19512         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19513         (message-make-tool-bar): New function.
19514         (message-mode): Use `message-make-tool-bar'.
19515
19516         * gmm-utils.el: New file.
19517         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19518         (gmm-lazy): New widget copied from `nnmail.el'.
19519         (gmm-tool-bar-from-list): New function for creating customizable
19520         tool bars.
19521         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19522         output.
19523         (gmm): Add :prefix to defgroup.
19524
19525 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19526
19527         * gmm-utils.el (gmm-widget-p): New function.
19528
19529 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19530
19531         * mml.el (mml-attach-file): Describe `description' in doc string.
19532         (mml-menu): Add Emacs MIME manual and PGG manual.
19533
19534 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19535
19536         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19537
19538 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19539
19540         * nntp.el (nntp-end-of-line): Doc fix.
19541
19542 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19543
19544         * imap.el (imap-open): Handle case where buffer is a buffer
19545         object.
19546
19547 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19548
19549         * gnus-delay.el (gnus-delay): Don't autoload.
19550         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19551         to be re-loaded when customizing the `gnus-delay' group.
19552
19553 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19554
19555         * message.el (message-insert-citation-line): Use newlines.
19556
19557 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19558
19559         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19560         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19561         these routines, so the passphrase can be managed externally and
19562         passed in to the system.
19563         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19564         pgg-add-passphrase-to-cache function.
19565
19566         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19567         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19568         these routines, so the passphrase can be managed externally and
19569         passed in to the system.
19570         (pgg-pgp5-sign-region): Use new name of
19571         pgg-add-passphrase-to-cache function.
19572
19573 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19574
19575         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19576         part of the decoded armor to find the key-identifier.
19577         (pgg-gpg-lookup-key-owner): New function to return the
19578         human-readable identifier of a key owner.
19579         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19580         itself.
19581         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19582         the key value) if we have a key and can match it against a secret
19583         key.  Also, added a note pointing out fact that the prompt only
19584         indicates the first matching key.
19585
19586         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19587         pgg-decrypt-region.
19588         (pgg-add-passphrase-to-cache): Rename from
19589         `pgg-add-passphrase-cache' to reduce confusion (all callers
19590         changed).
19591         (pgg-remove-passphrase-from-cache): Rename from
19592         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19593         changed).
19594         (pgg-read-passphrase, pgg-add-passphrase-cache)
19595         (pgg-remove-passphrase-cache): Add informative docstrings.
19596         (pgg-decrypt): Convey provided passphrase in subordinate call to
19597         pgg-decrypt-region.
19598
19599 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19600
19601         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19602         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19603         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19604         'passphrase' argument, so the passphrase can be managed externally
19605         and then passed in to the system.
19606
19607         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19608         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19609         so the passphrase cache can be used reliably with identifiers
19610         besides a pgp packet's key id.
19611
19612         * pgg-gpg.el (pgg-gpg-encrypt-region)
19613         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19614         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19615         these routines, so the passphrase can be managed externally and
19616         passed in to the system.
19617
19618         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19619         'notruncate' argument, so the passphrase cache can be used
19620         reliably with identifiers besides a pgp packet's key id.
19621
19622 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19623
19624         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19625         symmetric encryption.
19626         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19627         encrypted session key.
19628         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19629         message ask for the passphrase in a proper way.
19630
19631         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19632         New user commands for symmetric encryption.
19633
19634 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19637
19638         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19639
19640 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19641
19642         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19643
19644 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * mm-decode.el (mm-inlined-types): Add application/pgp.
19647         (mm-automatic-display): Ditto.
19648
19649         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19650         part as text.
19651
19652 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * nnrss.el: Update copyright.
19655         (nnrss-opml-import): Query whether to subscribe to each entry.
19656
19657         * gnus-art.el:
19658         * gnus-sum.el:
19659         * gnus-xmas.el:
19660         * messagexmas.el:
19661         * mm-uu.el:
19662         * mm-view.el: Update copyright.
19663
19664 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19665
19666         * message.el (message-info): New function.
19667         (message-mode-menu): Add it.
19668         Update copyright.
19669
19670         * ChangeLog: Fix and update copyright.
19671
19672 2006-01-13  Romain Francoise  <romain@orebokech.com>
19673
19674         * message.el (message-forward-subject-name-subject): Prefer the
19675         address to 'nowhere' if the sender has no name.
19676         Fix typo.  Update copyright year.
19677
19678 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * gnus-art.el (article-wash-html):
19681         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19682         (gnus-article-wash-html-with-w3m-standalone): New function.
19683
19684         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19685         mm-inline-text-html-render-with-w3m-standalone.
19686         (mm-text-html-washer-alist): Map w3m-standalone to
19687         gnus-article-wash-html-with-w3m-standalone.
19688         (mm-inline-text-html-render-with-w3m-standalone): New function.
19689
19690 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19691
19692         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19693         Improve LaTeX.
19694
19695 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19696
19697         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19698         (nnrss-request-article): Render text/plain parts as HTML.
19699
19700         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19701         the buffer.
19702
19703 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19704
19705         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19706         custom definition of `gnus-posting-styles'.
19707
19708         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19709         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19710
19711 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19712
19713         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19714         Use nntp for bug archive.
19715
19716 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19719         parts.
19720         (nnrss-normalize-date): New function converts ISO 8601 date into
19721         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19722         (nnrss-check-group): Use it.
19723
19724 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19727
19728         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19729         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19730         (nnrss-insert-w3): Ditto.
19731
19732 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19735         the articles to be forwarded including the case where neither a
19736         number of articles nor a region is specified.
19737
19738 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19739
19740         * nnrss.el (nnrss-request-article): Fix last change; fill
19741         text/plain parts.
19742
19743 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19746         in text/plain part.
19747         (nnrss-check-group): Don't add excessive newline to dc:subject.
19748
19749 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19750
19751         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19752         article.
19753
19754 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19757         (nnml-use-compressed-files, nnml-save-mail): Support other
19758         comression programs such as bzip2.
19759
19760 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19761
19762         * dns.el (query-dns): Make sure we check the buffer size before
19763         removing tcp headers.
19764
19765 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19768         remove MIME buttons associated with multipart/alternative parts.
19769         (gnus-mime-display-alternative): Tag buttons using `article-type'
19770         text property.
19771
19772         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19773         associated with multipart/alternative parts.
19774
19775         * gnus-art.el (gnus-signature-separator): Fix custom type.
19776
19777         * mm-decode.el (mm-inlined-types): Fix custom type.
19778         (mm-keep-viewer-alive-types): Ditto.
19779         (mm-automatic-display): Ditto.
19780         (mm-attachment-override-types): Ditto.
19781         (mm-inline-override-types): Ditto.
19782         (mm-automatic-external-display): Ditto.
19783
19784 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * spam-report.el (spam-report-user-mail-address)
19787         (spam-report-user-agent): New variables.
19788         (spam-report-url-ping-plain): Use spam-report-user-agent.
19789
19790 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19791
19792         * gnus-art.el (gnus-button-handle-custom): Do not just use
19793         `customize-apropos' for any "M-x customize-*" button but the
19794         function called for.  Accept both the function name and its
19795         argument in order to achieve this.
19796         (gnus-button-alist): Remove support for "custom:" URL's.
19797         Pass function name to `gnus-button-handle-custom' in case of "M-x
19798         customize-*" buttons.
19799
19800 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19803         multipart/alternative and add xref to mm-discouraged-alternatives
19804         in doc string.
19805
19806         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19807         gnus-buttonized-mime-types in doc string.
19808
19809 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19810
19811         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19812         Suggest image/.* in the doc string.
19813
19814 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19815
19816         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19817         message-marks (Debian bug #342521).
19818
19819 2005-12-12  Simon Josefsson  <jas@extundo.com>
19820
19821         * password.el (password-read-from-cache): Add.
19822         (password-read): Use it.
19823
19824 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * rfc2047.el (rfc2047-charset-to-coding-system):
19827         Recognize us-ascii as a MIME charset.
19828
19829         * mm-bodies.el (mm-decode-content-transfer-encoding):
19830         Protect against the case where the 2nd arg TYPE is nil.
19831
19832 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19833
19834         * pop3.el (pop3-stream-type): Fix custom version.
19835
19836         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19837
19838 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19839
19840         * mm-decode.el (mm-display-external): Add missing cdr.
19841
19842 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19843
19844         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19845         RFC1524) if it is in mailcap or add a suffix according to
19846         mailcap-mime-extensions when generating a temp filename; postpone
19847         deleting a temp file for 2 seconds for some wrappers, shell
19848         scripts, and so on, which might exit right after having started a
19849         viewer command as a background job.
19850
19851 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19852
19853         * nntp.el (nntp-marks-directory): Fix custom group.
19854
19855         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19856         steps when < 10.
19857
19858         * gnus-start.el (gnus-no-server-1):
19859         Mention `gnus-level-default-subscribed' in doc string.
19860
19861 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19862
19863         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19864         parens.
19865
19866 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19867
19868         * gnus-xmas.el (gnus-use-toolbar): Revert.
19869         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19870         gnus-use-toolbar is default.
19871
19872         * messagexmas.el (message-use-toolbar): Revert.
19873         (message-setup-toolbar): Use global default-toolbar if
19874         message-use-toolbar is default.
19875
19876 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19879         according to default-toolbar-visible-p.
19880
19881         * messagexmas.el (message-use-toolbar): Ditto.
19882
19883 2005-11-26  Dave Love  <fx@gnu.org>
19884
19885         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19886         (tls-program, tls-success): Provide openssl alternative.
19887
19888         * starttls.el: Doc fixes.
19889         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19890         SERVICE to PORT.
19891
19892         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19893         port null or service name.
19894         (starttls-negotiate): Autoload.
19895
19896 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * message.el (message-kill-to-signature): Fix interactive spec.
19899
19900 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * pop3.el (pop3-open-server): Recognize a string as a service name.
19903
19904 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19905
19906         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19907
19908 2005-11-23  Dave Love  <fx@gnu.org>
19909
19910         Add pop3s, pop3/starttls.
19911
19912         * pop3.el (pop3-authentication-scheme): Clarify doc.
19913         (open-tls-stream, starttls-open-stream): Autoload.
19914         (pop3-stream-type): New.
19915         (pop3-open-server): Use it.
19916
19917         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19918         for POP.
19919         (mail-source-keyword-map): Add :stream for POP.
19920         (mail-source-fetch-pop): Use pop3-stream-type.
19921
19922 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19923
19924         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19925         of current-time-string.
19926
19927 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19928
19929         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19930         date header.
19931
19932 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19933
19934         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19935         it can seriously impact performance as it bypasses the agent's
19936         local caches.
19937
19938 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19939
19940         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19941         must be explicitly online rather than "not explicitly offline" for
19942         its flags to be synchronized.
19943
19944         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19945         that gnus-uu-unmark-thread will function correctly.
19946
19947         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19948         1024K is instead displayed as 1M.
19949
19950 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19951
19952         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19953
19954 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19955
19956         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19957
19958 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19959
19960         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19961         error message to display actual error condition.
19962         (gnus-agent-save-local): Avoid saving symbols that are bound to
19963         nil as they simply result in a warning message in
19964         gnus-agent-read-local.
19965
19966 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19969         rather than make-variable-buffer-local for file-precious-flag.
19970
19971 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19972
19973         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19974         for duplicates which are removed.  The invalid sort check then
19975         triggers a rescan after the sort as sorting may have moved
19976         duplicate entries such that they can be cheaply detected.
19977
19978 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19981
19982 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19983
19984         * gnus-agent.el (gnus-agent-article-alist-save-format):
19985         Change internal variable to a custom variable.  Change default value
19986         from compressed(2) to uncompressed(1).
19987         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19988         support for uncompressed agentview files.  Taken together, reading
19989         the agentview file should now be 6-7 times faster.
19990
19991 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19992
19993         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19994         as a buffer-local variable.  This avoids creating truncated
19995         dribble files as a result of a hang up, eg.
19996
19997 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19998
19999         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20000         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20001         XEmacs.
20002
20003 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20004
20005         * gnus-start.el (gnus-start-draft-setup):
20006         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20007
20008         * gnus.el (gnus-splash): Change custom group.
20009         (gnus-group-get-parameter, gnus-group-parameter-value):
20010         Describe allow-list argument.
20011
20012         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20013         string.
20014
20015 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20016
20017         * gnus-art.el (gnus-default-article-saver): Add user-defined
20018         `function' to custom type.
20019
20020 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20021
20022         * imap.el (imap-open): Handle case where buffer is a buffer
20023         object.
20024
20025 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20026
20027         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20028         long lines.
20029         (gnus-cache-delete-group): Wrap doc strings.
20030
20031         * gnus-agent.el (gnus-agent-rename-group)
20032         (gnus-agent-delete-group): Wrap doc strings.
20033
20034 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * messagexmas.el (message-use-toolbar): Change the valid values
20037         into default, top, bottom, left, and right.
20038         (message-toolbar-thickness): New variable.
20039         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20040         well.
20041         (message-setup-toolbar): Make it work.
20042
20043         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20044         (gnus-use-toolbar): Change the valid values into default, top,
20045         bottom, left, and right.
20046         (gnus-toolbar-thickness): New variable.
20047         (gnus-xmas-setup-toolbar): New function.
20048         (gnus-xmas-setup-group-toolbar): Use it.
20049         (gnus-xmas-setup-summary-toolbar): Use it.
20050
20051 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20052
20053         * gnus-start.el (gnus-1): Add "native" to
20054         gnus-predefined-server-alist.
20055
20056         * gnus.el (gnus-method-to-server): Don't add "native" to the
20057         lists here, because that leads to problems when
20058         gnus-select-method is bound.
20059
20060 2005-11-09  Simon Josefsson  <jas@extundo.com>
20061
20062         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20063         use (not sort-by-date) instead.
20064
20065 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20066
20067         * gnus-delay.el (gnus-delay-group): Don't autoload.
20068         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20069         to be re-loaded when customizing the `gnus-delay' group.
20070
20071 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20072
20073         * message.el: Revert last changes.
20074         (message-insert-citation-line): Use newlines.
20075
20076 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20077
20078         * message.el (message-courtesy-message)
20079         (message-mark-insert-begin, message-mark-insert-end)
20080         (message-elide-ellipsis, message-cancel-message)
20081         (message-add-header, message-change-subject)
20082         (message-cross-post-followup-to-header)
20083         (message-cross-post-insert-note, message-reduce-to-to-cc)
20084         (message-widen-reply, message-delete-not-region)
20085         (message-kill-to-signature, message-insert-signature)
20086         (message-insert-importance-high, message-insert-importance-low)
20087         (message-insert-or-toggle-importance)
20088         (message-insert-disposition-notification-to)
20089         (message-indent-citation, message-yank-original)
20090         (message-cite-original-without-signature, message-cite-original)
20091         (message-insert-citation-line, message-position-on-field)
20092         (message-fix-before-sending, message-send-mail-partially)
20093         (message-send-mail, message-send-mail-with-sendmail)
20094         (message-send-mail-with-qmail, message-send-news)
20095         (message-check-news-header-syntax, message-generate-headers)
20096         (message-insert-courtesy-copy, message-fill-address)
20097         (message-fill-header, message-shorten-references)
20098         (message-setup-1, message-cancel-news)
20099         (message-forward-make-body-plain, message-forward-make-body-mime)
20100         (message-forward-make-body-mml, message-encode-message-body)
20101         (message-forward-make-body-digest-plain)
20102         (message-forward-make-body-digest-mime)
20103         (message-use-alternative-email-as-from): Insert `hard-newline'
20104         instead of ordinary newlines.
20105
20106 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * message.el (message-generate-headers): Downcase the argument
20109         given to message-check-element.
20110
20111 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20112
20113         * nntp.el (nntp-authinfo-rejected): New error condition.
20114         (nntp-wait-for): Use new error condition to signal authentication
20115         error.
20116         (nntp-retrieve-data): Rethrow new error condition to break out of
20117         recursive call to nntp-send-authinfo.
20118
20119 2005-11-08  Romain Francoise  <romain@orebokech.com>
20120
20121         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20122         (gnus-summary-exit-map): Bind to `Z p'.
20123         (gnus-summary-make-menu-bar): Add menu item.
20124
20125 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20128         (gnus-treat-*): Add `first' in all doc strings.
20129
20130         * gnus-group.el (gnus-group-compact-group): Fix typo.
20131
20132 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * gnus.el (gnus-parameters-case-fold-search): New variable.
20135         (gnus-parameters-get-parameter): Use it.
20136
20137         * gnus-score.el (gnus-home-score-file): Doc fix.
20138
20139 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20140
20141         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20142
20143 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * mm-util.el (mm-special-display-p): New function.
20146
20147         * mml.el (mml-preview): Use it; doc fix.
20148
20149 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20150
20151         * imap.el (imap-open): Handle case where buffer is a buffer object.
20152
20153 2005-10-29  Romain Francoise  <romain@orebokech.com>
20154
20155         * message.el (message-fix-before-sending): Fix comment.
20156
20157 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20158
20159         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20160
20161 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20162
20163         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20164         Used in gnus-score.el.
20165
20166 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20169
20170 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20171
20172         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20173         whitespace removed in revision 7.8.  Use concatenated string to
20174         protect trailing whitespace.
20175
20176 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20177
20178         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20179         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20180         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20181         Courier IMAP ("some version from 2004").  Mostly based on similar
20182         code in the same function.
20183
20184 2005-10-26  Didier Verna  <didier@xemacs.org>
20185
20186         * gnus-group.el (gnus-group-compact-group): Invalidate original
20187         article buffer.
20188         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20189         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20190         NOV database and in article itself.
20191         Invalidate article backlog.
20192
20193 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20194
20195         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20196
20197 2005-10-26  Simon Josefsson  <jas@extundo.com>
20198
20199         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20200         part of 2004-07-25 change.
20201
20202 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * message.el (message-display-completion-list): New function.
20205         (message-expand-group): Use it; make sure the Completions buffer
20206         is modifiable.
20207 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20208
20209         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20210         user-mail-name is an empty string.
20211
20212 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20213
20214         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20215         depending on gnus-score-decay-constant.
20216
20217         * encrypt.el (encrypt-insert-file-contents)
20218         (encrypt-write-file-contents): Don't use `gnus-message'.
20219
20220         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20221         arguments.
20222         (mm-uu-type-alist): Add message-marks and insert-marks.
20223         Pass arguments to mm-uu-verbatim-marks-extract.
20224         (mm-uu-hide-markers): New variable.
20225         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20226
20227         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20228         (gnus-convert-image-to-face-command): Use "convert" by default to
20229         allow other input image formats.
20230         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20231         accordingly.
20232
20233 2005-10-23  Simon Josefsson  <jas@extundo.com>
20234
20235         * imap.el (imap-gssapi-program): Align command line parameters
20236         with latest GNU SASL.
20237         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20238
20239 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20240
20241         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20242         HTML.
20243         (nnslashdot-request-article): Ditto.
20244
20245         * lpath.el (featurep): Add nobreak-char-display.
20246
20247 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20248
20249         * mail-source.el (mail-source-fetch-pop): Require pop3.
20250         (mail-source-check-pop): Ditto.
20251
20252 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20255         errors.
20256
20257 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20260         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20261
20262         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20263
20264         * mm-bodies.el (mm-decode-string):
20265         Call `mm-charset-to-coding-system' with allow-override argument.
20266
20267 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20268
20269         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20270         (rfc2047-charset-to-coding-system): New function.
20271         (rfc2047-decode-encoded-words): New function.
20272         (rfc2047-decode-region): Use them.
20273         (rfc2047-decode-cte): Remove.
20274         (rfc2047-parse-and-decode): Remove.
20275         (rfc2047-decode): Remove.
20276
20277 2005-10-15  Kenichi Handa  <handa@m17n.org>
20278
20279         * rfc2047.el (rfc2047-decode-cte): New function.
20280         (rfc2047-decode-region): Change the way to decode successive
20281         encoded-words: decode B- or Q-encoding in each encoded-word,
20282         concatenate them, and decode it as charset.
20283
20284 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * lpath.el: Fbind codepage-setup for XEmacs.
20287
20288 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20289
20290         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20291         widget-move-and-invoke.
20292         (gnus-custom-mode): Use gnus-custom-map.
20293
20294 2005-10-15  Bill Wohler  <wohler@newt.com>
20295
20296         * message.el (message-tool-bar-map): Rename image file from
20297         mail_send to mail/send.
20298
20299 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20300
20301         * message.el (message-expand-group): Pass the common
20302         prefix substring of completion to `display-completion-list'.
20303
20304 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * mml-sec.el (mml-secure-method): New internal variable.
20307         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20308         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20309         New functions using mml-secure-method.
20310
20311         * mml.el (mml-mode-map): Add key bindings for those functions.
20312         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20313         Harder <harder@myrealbox.com>.
20314         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20315         Goto end of message if point is the headers of the message.
20316
20317         * message.el (message-in-body-p): New function.
20318
20319         * assistant.el: Autoload gnus-util and netrc.
20320
20321         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20322         Use `mm-charset-override-alist' only when decoding.
20323
20324         * mm-bodies.el (mm-decode-body):
20325         Call `mm-charset-to-coding-system' with allow-override argument.
20326
20327         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20328         `filename' from Content-Disposition if Content-Type doesn't
20329         provide `name'.
20330         (gnus-mime-view-part-as-type): Set default instead of
20331         initial-input.
20332
20333 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20334
20335         * format-spec.el (format-spec): Propagate text properties of % spec.
20336
20337 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20338
20339         * gnus-art.el (gnus-treat-predicate): Add `first'.
20340
20341 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20342
20343         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20344         (mm-charset-override-alist): New variable.
20345         (mm-charset-to-coding-system): Use it.
20346         (mm-codepage-setup): New helper function.
20347         (mm-charset-eval-alist): New variable.
20348         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20349         Warn about unknown charsets.
20350
20351         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20352
20353 2005-10-04  David Hansen  <david.hansen@gmx.net>
20354
20355         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20356         (nnrss-check-group): Ditto.
20357
20358 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20359
20360         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20361         Rename x-gnus-verbatim to x-verbatim.
20362         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20363
20364         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20365         x-verbatim.
20366
20367         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20368
20369         * gnus-util.el (gnus-remove-duplicates): Remove.
20370
20371         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20372         instead of gnus-remove-duplicates.
20373
20374         * message.el (message-remove-duplicates): Remove.
20375         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20376         message-remove-duplicates.
20377
20378         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20379         available, else use implementation from `delete-dups'.
20380
20381         * message.el (message-insert-expires): New function.
20382         (message-mode-map): Add key binding.
20383         (message-mode-field-menu): Add menu entry.
20384         (message-mode): Document it.
20385         (message-make-expires-date): Use `message-make-date'.
20386
20387 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20388
20389         * message.el (message-make-expires-date): New function.
20390
20391 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * Makefile.in (list-installed-shadows): New entry.
20394         (install): Use it.
20395         (remove-installed-shadows): New entry.
20396
20397         * dgnushack.el (dgnushack-default-load-path): New variable.
20398         (dgnushack-find-lisp-shadows): New function.
20399         (dgnushack-remove-lisp-shadows): New function.
20400
20401 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * Makefile.in (install-el-elc): New entry.
20404         (install): Use it so that .el files are necessarily installed.
20405
20406 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20409
20410 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20411
20412         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20413         function rather than the diff-mode.el package.
20414         (mm-display-external): Use with-current-buffer.
20415         (mm-viewer-completion-map, mm-viewer-completion-map):
20416         Move initialization inside declaration.
20417
20418 2005-09-29  Simon Josefsson  <jas@extundo.com>
20419
20420         * spam.el: Load hashcash when compiling, to avoid warnings.
20421         Don't autoload mail-check-payment.
20422         (spam-check-hashcash): Define unconditionally, since hashcash.el
20423         is part of Gnus now.  Ignore errors from payment checking.
20424
20425 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20426
20427         * message.el (message-bold-region, message-unbold-region):
20428         Rename from `bold-region' and `unbold-region'.
20429
20430         * message.el: Remove useless autoloads.
20431
20432 2005-09-28  Simon Josefsson  <jas@extundo.com>
20433
20434         * message.el (message-use-idna): Default to t.
20435         (message-use-idna): Test whether encoding works too.  Doc fix.
20436
20437 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * nntp.el (nntp-warn-about-losing-connection): Remove.
20440
20441 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20442
20443         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20444         customizable.  Change default value.
20445         (mm-uu-diff-groups-regexp): Change default value.
20446         (mm-uu-type-alist): Add doc string.
20447         (mm-uu-configure): Add doc string.  Make it interactive.
20448         (mm-uu-tex-groups-regexp): New variable.
20449         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20450         (mm-uu-type-alist): Add LaTeX documents.
20451         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20452         of "text/verbatim".
20453         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20454
20455         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20456         instead of "text/verbatim".
20457
20458         * message.el (message-mark-inserted-region)
20459         (message-mark-insert-file): Use slrn style marks when called with
20460         prefix argument.
20461
20462 2005-09-27  Simon Josefsson  <jas@extundo.com>
20463
20464         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20465
20466 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20467
20468         * message.el (message-remove-duplicates): New function.
20469         Implementation borrowed from `gnus-remove-duplicates'.
20470         (message-idna-to-ascii-rhs): Also encode idna addresses in
20471         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20472         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20473         only ask about the same idna domain once per header and also tell
20474         in what header to replace the idna domain.
20475
20476         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20477         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20478         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20479         a header is decoded and not just the last one.
20480
20481 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20482
20483         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20484         has been decoded.
20485
20486         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20487         (mm-insert-part): Don't modify text if it has been decoded.
20488
20489         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20490         decoded.
20491
20492         * mm-view.el (mm-inline-text): Don't strip text props unless
20493         decoding enriched or richtext parts.
20494
20495 2005-09-25  Romain Francoise  <romain@orebokech.com>
20496
20497         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20498         * gnus-start.el (gnus-subscribe-interactively):
20499         * gnus-uu.el (gnus-uu-grab-articles):
20500         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20501         space.
20502
20503 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20504
20505         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20506         * mm-view.el (mm-view-pkcs7-decrypt):
20507         * gnus-sum.el (gnus-summary-limit-to-extra)
20508         (gnus-summary-respool-article, gnus-read-move-group-name):
20509         * gnus-score.el (gnus-summary-increase-score):
20510         * gnus-util.el (gnus-completing-read-with-default):
20511         * gnus-art.el (gnus-read-save-file-name)
20512         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20513         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20514         * message.el (message-check-news-header-syntax):
20515         Follow convention for reading with the minibuffer.
20516
20517 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20518
20519         * spam-report.el (spam-report-url-ping-plain):
20520         Use gnus-extended-version as User-Agent.
20521
20522         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20523         default value is nil.
20524
20525         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20526         (mm-uu-verbatim-marks-extract): New function.
20527         (mm-uu-extract): New face.
20528         (mm-uu-copy-to-buffer): Use it.
20529
20530         * spam-report.el (spam-report-gmane-ham): Rename from
20531         `spam-report-gmane-unspam'.
20532         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20533         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20534
20535         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20536         Autoload.
20537         (spam-report-gmane-unregister-routine):
20538         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20539
20540 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20541
20542         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20543         (spam-report-gmane-unregister-routine): Add support for gmane
20544         unregistration.
20545
20546         * spam-report.el (spam-report-gmane-unspam)
20547         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20548         (spam-report-gmane): Change to take a single article and do unspam
20549         registration.
20550
20551 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20552
20553         * mm-url.el (mm-url-decode-entities): Fix regexp.
20554
20555 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20556
20557         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20558         default to nil, to be able to use Gnus at all.  If the default
20559         switches to something else, then the function should be fixed not
20560         be exceedingly slow.
20561
20562 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20563
20564         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20565         fail hard.
20566
20567         * spam-report.el: Add better Keywords line.
20568
20569         * spam.el: Add Maintainer and better Keywords line.
20570
20571 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20572
20573         * gnus-art.el (gnus-article-replace-part)
20574         (gnus-mime-replace-part): New functions.
20575         (gnus-mime-action-alist, gnus-mime-button-commands)
20576         (gnus-mime-save-part-and-strip): Add file argument.
20577         (gnus-article-part-wrapper): Add interactive argument.
20578
20579         * gnus-sum.el (gnus-summary-mime-map):
20580         Add `gnus-article-replace-part'.
20581
20582 2005-09-19  Didier Verna  <didier@xemacs.org>
20583
20584         The nnml compaction feature:
20585         * nnml.el (nnml-request-compact-group): New function.
20586         * nnml.el (nnml-request-compact): New function.
20587         * gnus-int.el (gnus-request-compact-group): New function.
20588         * gnus-int.el (gnus-request-compact): New function.
20589         * gnus-group.el (gnus-group-compact-group): New function.
20590         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20591         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20592         * gnus-srvr.el (gnus-server-compact-server): New function.
20593         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20594         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20595
20596 2005-09-18  Deepak Goel  <deego@gnufans.org>
20597
20598         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20599         format spec.
20600
20601 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20604
20605 2005-09-15  Romain Francoise  <romain@orebokech.com>
20606
20607         * message.el (message-fill-paragraph): Clarify docstring.
20608
20609 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20610
20611         * gnus-art.el (gnus-mime-display-part): Protect against broken
20612         MIME messages.
20613
20614 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20617         before parsing header.
20618
20619 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20620
20621         * html2text.el (html2text-replace-list): Add new entities.
20622
20623 2005-09-11  Romain Francoise  <romain@orebokech.com>
20624
20625         * message.el (message-alternative-emails): Improve docstring.
20626         (message-setup-1): Call `message-use-alternative-email-as-from'
20627         after `message-setup-hook' to give it precedence over posting
20628         styles, etc.
20629         (message-use-alternative-email-as-from): Add docstring.
20630         Remove the original From header if present.
20631
20632         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20633         (nnml-save-mail): Use it.
20634
20635         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20636         articles.  Add new argument `silent'.
20637         (gnus-uu-mark-all): Report the total number of marked articles.
20638
20639 2005-09-10  Romain Francoise  <romain@orebokech.com>
20640
20641         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20642         (gnus-uu-mark-series): Likewise.
20643
20644 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20645
20646         * spam-report.el (spam-report-gmane): Fix generation of spam
20647         report URL.
20648
20649 2005-09-10  Simon Josefsson  <jas@extundo.com>
20650
20651         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20652         t, based on discussion on the ding list with Robert Epprecht
20653         <epprecht@solnet.ch>.
20654
20655 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20656
20657         * spam-report.el (spam-report-gmane): Make it work without
20658         X-Report-Spam header.  Gmane now only provides Archived-At.
20659         This is only used if `spam-report-gmane-use-article-number' is nil.
20660         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20661
20662         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20663         make `gnus-summary-sort-by-recipient' work with threading.
20664
20665         * nnweb.el (nnweb-google-wash-article): Print a message if article
20666         is not available.
20667
20668 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20669
20670         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20671         change.  Decode text/* parts content before displaying.
20672
20673 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20674
20675         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20676
20677 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20678
20679         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20680
20681         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20682         url-package-name, url-package-version,
20683         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20684         w3m-display-inline-images, and w3m-minor-mode-map.
20685
20686 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20687
20688         * message.el (message-tab-body-function): Fix mismatched custom type.
20689
20690         * gnus.el (gnus-group-change-level-function): Ditto.
20691
20692         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20693
20694         * gnus-art.el (gnus-signature-limit)
20695         (gnus-article-mime-part-function): Ditto.
20696
20697 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20698
20699         * mml.el (mml-mode): Silence the byte compiler.
20700
20701         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20702         using `(sit-for 0)' before moving the point to the specified part;
20703         skip unbuttonized parts.
20704         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20705         return to the summary window if gnus-auto-select-part is non-nil.
20706
20707 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20708
20709         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20710         New variables.
20711         (mml-dnd-attach-file, mml-mode): Use them.
20712
20713         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20714         Make fetching article by MID work again for Google Groups.
20715         Add FIXME concerning gnus-group-make-web-group.
20716
20717         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20718         Don't depend on Gnus by using mail-extract-address-components if
20719         gnus-extract-address-components is not bound.
20720
20721 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20722
20723         * gnus-art.el (gnus-mime-display-security): Don't display the
20724         signature, but only the signed part.
20725
20726 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20729
20730         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20731         list, not listp.
20732
20733 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20734
20735         * mm-encode.el (mm-encode-content-transfer-encoding):
20736         Likewise when encoding.
20737
20738         * mm-bodies.el (mm-decode-content-transfer-encoding):
20739         De-canonicalize CRLF for all text content types, not just
20740         text/plain.
20741
20742 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20743
20744         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20745         valid article; point arrow and cursor at the MIME button.
20746
20747 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20748
20749         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20750         Suggested by Dan Christensen <jdc@uwo.ca>.
20751
20752         * mm-decode.el (mm-save-part): Enable change of prompt.
20753
20754 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20755
20756         * gnus-msg.el (gnus-inews-add-send-actions):
20757         Make `message-post-method' lambda parameter ARG `&optional'.
20758
20759 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20760
20761         * gnus-sum.el (gnus-summary-mime-map):
20762         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20763         gnus-article-jump-to-part.
20764
20765         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20766         (gnus-article-edit-part): Use it.
20767         (gnus-article-part-wrapper): Add no-handle argument.
20768         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20769         New functions.
20770
20771 2005-08-29  Romain Francoise  <romain@orebokech.com>
20772
20773         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20774         docstring.
20775         (gnus-face-from-file): Likewise.
20776
20777 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20778
20779         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20780         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20781         non-nil.
20782         (gnus-auto-select-part): New variable.
20783         (gnus-article-jump-to-part): New function.
20784         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20785         (gnus-mime-delete-part): Allow selecting specified part after
20786         deleting or stripping parts.
20787         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20788         part if argument is bogus.
20789
20790 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20791
20792         * gnus-art.el (w3m-minor-mode-map):
20793         * gnus-spec.el (gnus-newsrc-file-version):
20794         * gnus-util.el (nnmail-active-file-coding-system)
20795         (gnus-original-article-buffer, gnus-user-agent):
20796         * gnus.el (gnus-ham-process-destinations)
20797         (gnus-parameter-ham-marks-alist)
20798         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20799         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20800         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20801         * mm-decode.el (gnus-current-window-configuration):
20802         * mm-extern.el (gnus-article-mime-handles):
20803         * mm-url.el (url-current-object, url-package-name)
20804         (url-package-version):
20805         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20806         (smime-keys, w3m-cid-retrieve-function-alist)
20807         (w3m-current-buffer, w3m-display-inline-images)
20808         (w3m-minor-mode-map):
20809         * mml-smime.el (gnus-extract-address-components):
20810         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20811         (gnus-newsrc-hashtb, message-default-charset)
20812         (message-deletable-headers, message-options)
20813         (message-posting-charset, message-required-mail-headers)
20814         (message-required-news-headers):
20815         * mml1991.el (mc-pgp-always-sign):
20816         * mml2015.el (mc-pgp-always-sign):
20817         * nnheader.el (nnmail-extra-headers):
20818         * rfc1843.el (gnus-decode-encoded-word-function)
20819         (gnus-decode-header-function, gnus-newsgroup-name):
20820         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20821
20822 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20823
20824         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20825         the end of the date treatments.
20826
20827 2005-08-15  Simon Josefsson  <jas@extundo.com>
20828
20829         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20830         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20831         Capello and Romain Francoise.
20832         (pgg-fetch-key-function): Remove, not used?
20833         (pgg-insert-url-with-w3): Require url, to get
20834         url-insert-file-contents regardless of where it is defined.
20835
20836 2005-08-13  Romain Francoise  <romain@orebokech.com>
20837
20838         * message.el (message-cite-original-1): New function.
20839         (message-cite-original): Use it.
20840         (message-cite-original-without-signature): Ditto.
20841
20842 2005-08-08  Romain Francoise  <romain@orebokech.com>
20843
20844         * message.el (message-yank-empty-prefix): New variable.
20845         (message-indent-citation): Use it.
20846         (message-cite-original-without-signature): Respect X-No-Archive.
20847
20848 2005-08-08  Simon Josefsson  <jas@extundo.com>
20849
20850         * pgg.el: Autoload url-insert-file-contents instead of loading
20851         w3/url.
20852         (pgg-insert-url-with-w3): Don't load url here.
20853
20854 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20855
20856         * message.el (message-kill-to-signature): Don't insert newline at
20857         bol.
20858         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20859
20860 2005-08-06  Romain Francoise  <romain@orebokech.com>
20861
20862         * message.el (message-user-fqdn): Fix typo in docstring.
20863
20864 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20865
20866         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20867
20868         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20869
20870 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * mm-bodies.el (mm-encode-body): Use coding system rather than
20873         charset to encode text.
20874
20875         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20876         number of charsets if utf-8 is available (XEmacs).
20877
20878 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20879
20880         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20881         taken from `gnus-button-mid-or-mail-regexp'.
20882         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20883         (gnus-button-alist): Improve regexp for domain part of the MIDs
20884         for news:localpart@domain buttons.
20885         (gnus-button-ctan-directory-regexp): Update.
20886
20887 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20888
20889         * sieve-manage.el (sieve-manage-interactive-login):
20890         Use make-local-variable rather than make-variable-buffer-local.
20891         (sieve-manage-open): Ditto.
20892         (sieve-manage-authenticate): Ditto.
20893
20894         * mml.el (mml-generate-mime-1): Make the content type default to
20895         text/plain if the filename is not specified.
20896
20897 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20898
20899         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20900         instead of insert-buffer.
20901
20902         * message.el (message-yank-original): Ditto; set the mark at the
20903         end of the yanked message.
20904
20905 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20906
20907         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20908         lines to scroll rather than to stop it.
20909
20910         * mml.el (mml-generate-default-type): Add doc string.
20911         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20912         default to application/octet-stream when determining the content
20913         type if it is not specified for the part or the mml contents; add
20914         a comment about mml-generate-default-type.
20915
20916 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20917
20918         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20919         make it default to application/octet-stream when determining the
20920         content type if it is not specified for the external contents.
20921
20922 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20925         segmented parameter but also other parameters might be there.
20926
20927 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20928
20929         * mm-decode.el (mm-display-external): Delete temp file, directory
20930         and buffer immediately if the external process is exited.
20931
20932 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20935         fewer lines than that of scroll-margin.
20936         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20937
20938 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20939
20940         * gnus-art.el (gnus-article-next-page): Revert.
20941         (gnus-article-beginning-of-window): New macro.
20942         (gnus-article-next-page-1): Use it.
20943         (gnus-article-prev-page): Ditto.
20944         (gnus-article-edit-part): Use insert-buffer-substring instead of
20945         insert-buffer.
20946         (gnus-article-edit-exit): Ditto.
20947
20948         * gnus-util.el (gnus-beginning-of-window): Remove.
20949         (gnus-end-of-window): Remove.
20950
20951         * lpath.el: Don't bind header-line-format and scroll-margin.
20952
20953 2005-07-25  Simon Josefsson  <jas@extundo.com>
20954
20955         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20956         to have the url package without w3.  Reported by Daiki Ueno
20957         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20958
20959 2005-07-20  Didier Verna  <didier@xemacs.org>
20960
20961         * gnus-diary.el: Remove the description comment (nndiary is now
20962         properly documented in the Gnus manual).
20963         Fix the spelling of "Back End".
20964         * nndiary.el: Ditto.
20965         Fix the copyright notice.
20966
20967 2005-07-18  Romain Francoise  <romain@orebokech.com>
20968
20969         * gnus-sum.el (gnus-summary-to-prefix)
20970         (gnus-summary-newsgroup-prefix): New variables.
20971         (gnus-summary-from-or-to-or-newsgroups): Use them.
20972
20973 2005-07-17  Romain Francoise  <romain@orebokech.com>
20974
20975         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20976         space as it's generally not especially interesting to the user.
20977
20978 2005-07-16  Romain Francoise  <romain@orebokech.com>
20979
20980         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20981         nil to avoid prompting and file modification if one of the
20982         messages at the top of the nnfolder file contains a copyright
20983         notice.
20984         Update copyright notice.
20985
20986         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20987         instead of `current-time-string' as the latter creates a time
20988         string that is not RFC 2822 compliant (it lacks the zone).
20989         Update copyright notice.
20990
20991 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20992
20993         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20994         for text/rtf.  Display default in prompt.  Pass default for M-n.
20995
20996         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20997
20998 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20999
21000         * gnus-msg.el (gnus-button-mailto):
21001         Remove save-selected-window-window hackery because it relies on
21002         save-selected-window internals.
21003
21004 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21005
21006         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21007         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21008         (gnus-article-prev-page): Ditto.
21009
21010         * gnus-util.el (gnus-beginning-of-window): New function.
21011         (gnus-end-of-window): New function.
21012
21013         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21014
21015 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21016
21017         * gnus-score.el (gnus-score-edit-all-score):
21018         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21019         gnus-message.
21020
21021 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21022
21023         * gnus-msg.el (gnus-button-mailto):
21024         Remove save-selected-window-window hackery because it relies on
21025         save-selected-window internals.
21026
21027 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21028
21029         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21030         add-minor-mode.
21031         (gnus-binary-mode): Ditto.
21032
21033         * gnus-topic.el (gnus-topic-mode): Ditto.
21034
21035 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21036
21037         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21038         (gnus-article-prev-page): Take scroll-margin into consideration.
21039
21040 2005-07-04  Lute Kamstra  <lute@gnu.org>
21041
21042         Update FSF's address in GPL notices.
21043
21044 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21045
21046         * gnus.el (gnus-exit):
21047         * gnus-group.el (gnus-group-icons):
21048         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21049
21050         * gnus-nocem.el (gnus-nocem):
21051         * message.el (message-various, message-buffers, message-sending)
21052         (message-interface, message-forwarding, message-insertion)
21053         (message-headers, message-news, message-mail):
21054         * pgg-gpg.el (pgg-gpg):
21055         * pgg-parse.el (pgg-parse):
21056         * pgg-pgp.el (pgg-pgp):
21057         * pgg-pgp5.el (pgg-pgp5):
21058         * pop3.el (pop3): Finish `defgroup' description with period.
21059
21060 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21061
21062         * gnus-art.el (article-display-face): Improve the efficiency.
21063         (article-display-x-face): Ditto; remove gray x-face stuff.
21064
21065 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21066
21067         * gnus-art.el (article-display-face): Correct the position in
21068         which Faces are inserted.
21069
21070 2005-06-29  Didier Verna  <didier@xemacs.org>
21071
21072         * gnus-art.el (article-display-face): Display faces in correct
21073         order.
21074
21075 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21078         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21079         (gnus-nocem-check-article): Fetch the Type header.
21080         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21081         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21082         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21083         make sure gnus-nocem-hashtb is initialized.
21084         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21085         (gnus-nocem-unwanted-article-p): Ditto.
21086
21087         * pgg.el (pgg-verify): Return the verification result.
21088
21089 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21090
21091         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21092         is ascii.
21093
21094 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21095
21096         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21097         `show-nonbreak-escape'.
21098
21099 2005-06-23  Lute Kamstra  <lute@gnu.org>
21100
21101         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21102
21103         * dig.el (dig-mode):
21104         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21105
21106 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21107
21108         * nnimap.el (nnimap-split-download-body): Fix spellings.
21109
21110 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21111
21112         * gnus-art.el (gnus-article-encrypt-body):
21113         * gnus-cus.el (gnus-score-customize):
21114         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21115         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21116
21117 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21118
21119         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21120         header by looking for magic "MII" at the beginning.
21121
21122 2005-06-16  Miles Bader  <miles@gnu.org>
21123
21124         * gnus-xmas.el (gnus-xmas-group-startup-message):
21125         Use renamed gnus-splash face.
21126
21127         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21128         (assistant-field-face): New backward-compatibility alias for renamed
21129         face.
21130         (assistant-render-text): Use renamed assistant-field face.
21131
21132         * spam.el (spam): Remove "-face" suffix from face name.
21133         (spam-face): New backward-compatibility alias for renamed face.
21134         (spam-face, spam-initialize): Use renamed spam face.
21135
21136         * message.el (message-header-to, message-header-cc)
21137         (message-header-subject, message-header-newsgroups)
21138         (message-header-other, message-header-name)
21139         (message-header-xheader, message-separator, message-cited-text)
21140         (message-mml): Remove "-face" suffix from face names.
21141         (message-header-to-face, message-header-cc-face)
21142         (message-header-subject-face, message-header-newsgroups-face)
21143         (message-header-other-face, message-header-name-face)
21144         (message-header-xheader-face, message-separator-face)
21145         (message-cited-text-face, message-mml-face):
21146         New backward-compatibility aliases for renamed faces.
21147         (message-font-lock-keywords): Use renamed message faces.
21148
21149         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21150         (sieve-test-commands, sieve-tagged-arguments):
21151         Remove "-face" suffix from face names.
21152         (sieve-control-commands-face, sieve-action-commands-face)
21153         (sieve-test-commands-face, sieve-tagged-arguments-face):
21154         New backward-compatibility aliases for renamed faces.
21155         (sieve-control-commands-face, sieve-action-commands-face)
21156         (sieve-test-commands-face, sieve-tagged-arguments-face):
21157         Use renamed sieve faces.
21158
21159         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21160         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21161         (gnus-group-news-3-empty, gnus-group-news-4)
21162         (gnus-group-news-4-empty, gnus-group-news-5)
21163         (gnus-group-news-5-empty, gnus-group-news-6)
21164         (gnus-group-news-6-empty, gnus-group-news-low)
21165         (gnus-group-news-low-empty, gnus-group-mail-1)
21166         (gnus-group-mail-1-empty, gnus-group-mail-2)
21167         (gnus-group-mail-2-empty, gnus-group-mail-3)
21168         (gnus-group-mail-3-empty, gnus-group-mail-low)
21169         (gnus-group-mail-low-empty, gnus-summary-selected)
21170         (gnus-summary-cancelled, gnus-summary-high-ticked)
21171         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21172         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21173         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21174         (gnus-summary-low-undownloaded)
21175         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21176         (gnus-summary-low-unread, gnus-summary-normal-unread)
21177         (gnus-summary-high-read, gnus-summary-low-read)
21178         (gnus-summary-normal-read, gnus-splash):
21179         Remove "-face" suffix from face names.
21180         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21181         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21182         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21183         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21184         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21185         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21186         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21187         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21188         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21189         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21190         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21191         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21192         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21193         (gnus-summary-normal-ticked-face)
21194         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21195         (gnus-summary-normal-ancient-face)
21196         (gnus-summary-high-undownloaded-face)
21197         (gnus-summary-low-undownloaded-face)
21198         (gnus-summary-normal-undownloaded-face)
21199         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21200         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21201         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21202         (gnus-splash-face):
21203         New backward-compatibility aliases for renamed faces.
21204         (gnus-group-startup-message): Use renamed gnus faces.
21205
21206         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21207         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21208         (gnus-server-agent): Remove "-face" suffix from face names.
21209         (gnus-server-agent-face, gnus-server-opened-face)
21210         (gnus-server-closed-face, gnus-server-denied-face)
21211         (gnus-server-offline-face):
21212         New backward-compatibility aliases for renamed faces.
21213         (gnus-server-agent-face, gnus-server-opened-face)
21214         (gnus-server-closed-face, gnus-server-denied-face)
21215         (gnus-server-offline-face): Use renamed gnus faces.
21216
21217         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21218         Remove "-face" suffix from face names.
21219         (gnus-picon-xbm-face, gnus-picon-face):
21220         New backward-compatibility aliases for renamed faces.
21221
21222         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21223         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21224         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21225         (gnus-cite-11): Remove "-face" suffix from face names.
21226         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21227         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21228         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21229         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21230         New backward-compatibility aliases for renamed faces.
21231         (gnus-cite-attribution-face, gnus-cite-face-list)
21232         (gnus-article-boring-faces): Use renamed gnus faces.
21233
21234         * gnus-art.el (gnus-signature, gnus-header-from)
21235         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21236         (gnus-header-content): Remove "-face" suffix from face names.
21237         (gnus-signature-face, gnus-header-from-face)
21238         (gnus-header-subject-face, gnus-header-newsgroups-face)
21239         (gnus-header-name-face, gnus-header-content-face):
21240         New backward-compatibility aliases for renamed faces.
21241         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21242
21243         * gnus-sum.el (gnus-summary-selected-face)
21244         (gnus-summary-highlight): Use renamed gnus faces.
21245         * gnus-group.el (gnus-group-highlight): Likewise.
21246
21247 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21248
21249         * gnus-sieve.el (gnus-sieve-article-add-rule):
21250         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21251         * spam-stat.el (spam-stat-buffer-change-to-spam)
21252         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21253
21254         * message.el (message-is-yours-p):
21255         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21256
21257 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21258
21259         * mm-view.el (mm-inline-text): Withdraw the last change.
21260
21261 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21262
21263         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21264         executing enriched-decode.
21265
21266 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21267
21268         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21269         charset of tar files.
21270
21271 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21272
21273         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21274
21275 2005-06-04  Lute Kamstra  <lute@gnu.org>
21276
21277         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21278         information is never recorded.
21279
21280 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21281
21282         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21283
21284 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * pop3.el (pop3-apop): Run md5 in the binary mode.
21287
21288         * starttls.el (starttls-set-process-query-on-exit-flag):
21289         Use eval-and-compile.
21290
21291 2005-05-31  Simon Josefsson  <jas@extundo.com>
21292
21293         * smime.el (smime-replace-in-string): Define.
21294         (smime-cert-by-ldap-1): Use it.
21295
21296 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * gnus-art.el (article-display-x-face): Replace
21299         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21300
21301         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21302         set-process-query-on-exit-flag or process-kill-without-query.
21303
21304         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21305         loop instead of replace-regexp.
21306
21307         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21308         instead of process-kill-without-query if it is available.
21309
21310         * lpath.el: Fbind ldap-search-entries.
21311
21312         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21313         instead of find-file-hooks if it is available.
21314
21315         * mml1991.el: Bind pgg-default-user-id when compiling.
21316
21317         * mml2015.el: Bind pgg-default-user-id when compiling.
21318
21319         * nndraft.el (nndraft-request-associate-buffer):
21320         Use write-contents-functions instead of write-contents-hooks if it is
21321         available.
21322
21323         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21324         instead of find-file-hooks if it is available.
21325
21326         * nntp.el (nntp-open-connection): Replace
21327         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21328         (nntp-open-ssl-stream): Ditto.
21329         (nntp-open-tls-stream): Ditto.
21330
21331         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21332         set-process-query-on-exit-flag or process-kill-without-query.
21333         (starttls-open-stream-gnutls): Use it instead of
21334         process-kill-without-query.
21335         (starttls-open-stream): Ditto.
21336
21337 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21338
21339         * smime.el (smime-cert-by-ldap-1): Don't use
21340         replace-regexp-in-string.
21341
21342 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21343
21344         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21345
21346         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21347         in PEM format.  Adjust to the XEmacs compatibility.
21348
21349 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21350
21351         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21352         by `string-to-number'.
21353         * gnus-agent.el (gnus-agent-regenerate-group)
21354         (gnus-agent-fetch-articles): Ditto.
21355         * gnus-art.el (gnus-button-fetch-group): Ditto.
21356         * gnus-cache.el (gnus-cache-generate-active)
21357         (gnus-cache-articles-in-group): Ditto.
21358         * gnus-group.el (gnus-group-set-current-level)
21359         (gnus-group-insert-group-line): Ditto.
21360         * gnus-score.el (gnus-score-set-expunge-below)
21361         (gnus-score-set-mark-below, gnus-summary-score-effect)
21362         (gnus-summary-score-entry): Ditto.
21363         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21364         (gnus-soup-pack): Ditto.
21365         * gnus-spec.el (gnus-xmas-format): Ditto.
21366         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21367         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21368         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21369         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21370         * nndb.el (nndb-get-remote-expire-response): Ditto.
21371         * nndiary.el (nndiary-parse-schedule-value)
21372         (nndiary-string-to-number, nndiary-request-replace-article)
21373         (nndiary-request-article): Ditto.
21374         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21375         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21376         * nneething.el (nneething-make-head): Ditto.
21377         * nnfolder.el (nnfolder-request-article)
21378         (nnfolder-retrieve-headers): Ditto.
21379         * nnheader.el (nnheader-file-to-number): Ditto.
21380         * nnkiboze.el (nnkiboze-request-article): Ditto.
21381         * nnmail.el (nnmail-process-unix-mail-format)
21382         (nnmail-process-babyl-mail-format): Ditto.
21383         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21384         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21385         (nnmh-request-create-group, nnmh-request-list-1)
21386         (nnmh-request-group, nnmh-request-article): Ditto.
21387         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21388         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21389         * nnsoup.el (nnsoup-make-active): Ditto.
21390         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21391         * nntp.el (nntp-find-group-and-number)
21392         (nntp-retrieve-headers-with-xover): Ditto.
21393         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21394         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21395         (pgg-format-key-identifier): Ditto.
21396         * pop3.el (pop3-last, pop3-stat): Ditto.
21397         * qp.el (quoted-printable-decode-region): Ditto.
21398
21399         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21400         of concat.
21401
21402 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21403
21404         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21405
21406         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21407
21408         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21409
21410         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21411
21412         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21413
21414         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21415
21416         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21417         (gnus-carpal-mode): Ditto.
21418
21419         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21420         (gnus-browse-mode): Ditto.
21421
21422         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21423
21424         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21425
21426 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21427
21428         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21429
21430 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * gnus-util.el (gnus-run-mode-hooks): New function.
21433
21434         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21435
21436         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21437         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21438
21439 2005-05-27  Lute Kamstra  <lute@gnu.org>
21440
21441         * dns-mode.el (dns-mode): Specify customization group.
21442
21443 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21444
21445         * gnus-agent.el (gnus-agent-make-mode-line-string):
21446         Use mode-line-highlight as mouse-face.
21447
21448 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21449
21450         * canlock.el (canlock): Change the parent group to news.
21451
21452         * deuglify.el (gnus-outlook-deuglify): Add :group.
21453
21454         * dig.el (dig): Add :group.
21455
21456         * dns-mode.el (dns-mode): Add :group.
21457
21458         * encrypt.el (encrypt): Add :group.
21459
21460         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21461         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21462         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21463         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21464         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21465
21466         * gnus-diary.el (gnus-diary): Add :group.
21467
21468         * gnus.el (gnus-group-news-1-face): Add :group.
21469         (gnus-group-news-1-empty-face): Ditto.
21470         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21471         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21472         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21473         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21474         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21475         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21476         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21477         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21478         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21479         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21480         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21481         (gnus-summary-high-ticked-face): Ditto.
21482         (gnus-summary-low-ticked-face): Ditto.
21483         (gnus-summary-normal-ticked-face): Ditto.
21484         (gnus-summary-high-ancient-face): Ditto.
21485         (gnus-summary-low-ancient-face): Ditto.
21486         (gnus-summary-normal-ancient-face): Ditto.
21487         (gnus-summary-high-undownloaded-face): Ditto.
21488         (gnus-summary-low-undownloaded-face): Ditto.
21489         (gnus-summary-normal-undownloaded-face): Ditto.
21490         (gnus-summary-high-unread-face): Ditto.
21491         (gnus-summary-low-unread-face): Ditto.
21492         (gnus-summary-normal-unread-face): Ditto.
21493         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21494         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21495
21496         * hashcash.el (hashcash): New custom group.
21497         (hashcash-default-payment): Add :group.
21498         (hashcash-payment-alist): Ditto.
21499         (hashcash-default-accept-payment): Ditto.
21500         (hashcash-accept-resources): Ditto.
21501         (hashcash-path): Ditto.
21502         (hashcash-extra-generate-parameters): Ditto.
21503         (hashcash-double-spend-database): Ditto.
21504         (hashcash-in-news): Ditto.
21505
21506         * message.el (message-minibuffer-local-map): Add :group.
21507
21508         * netrc.el (netrc): Add :group.
21509
21510         * sieve-manage.el (sieve-manage-log): Add :group.
21511         (sieve-manage-default-user): Diito.
21512         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21513         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21514         (sieve-manage-authenticators): Ditto.
21515         (sieve-manage-authenticator-alist): Ditto.
21516         (sieve-manage-default-port): Ditto.
21517
21518         * sieve-mode.el (sieve-control-commands-face): Add :group.
21519         (sieve-action-commands-face): Ditto.
21520         (sieve-test-commands-face): Ditto.
21521         (sieve-tagged-arguments-face): Ditto.
21522
21523         * smime.el (smime): Add :group.
21524
21525         * spam-report.el (spam-report): Add :group.
21526
21527         * spam.el (spam, spam-face): Add :group.
21528
21529 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21530
21531         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21532         return \n.\n.\n at the end of articles.  Protect against that.
21533         (nntp-with-open-group): Allow debugging.
21534
21535         * nnheader.el (mail-header-set-extra): Make into a function
21536         because I just could't understand how to quote the list properly.
21537
21538         * dns.el (query-dns-cached): New function.
21539
21540 2005-05-26  Lute Kamstra  <lute@gnu.org>
21541
21542         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21543
21544 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21545
21546         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21547
21548         * gnus-art.el: Don't autoload mail-extract-address-components.
21549
21550         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21551         eval-and-compile to evaluate it.
21552
21553         * hashcash.el: Don't autoload executable-find.
21554
21555         * nndb.el: Don't declare the nndb back end two or more times; don't
21556         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21557
21558         * nntp.el: Autoload format-spec instead of format; use
21559         eval-and-compile to evaluate autoload forms.
21560
21561 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21562
21563         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21564
21565 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21566
21567         * gnus.el (gnus-version-number): Bump version.
21568
21569 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21570
21571         * gnus.el: No Gnus v0.3 is released.
21572
21573 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21574
21575         * lpath.el (featurep): Bind show-nonbreak-escape.
21576
21577 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21578
21579         * gnus-art.el (gnus-article-edit-part): Disable undo.
21580
21581 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21584         gnus-article-date-lapsed-new-header is t if date timer is active;
21585         skip headers in which the original date value is empty.
21586         (gnus-article-save-original-date): Redefine it as a macro.
21587         (gnus-display-mime): Use it.
21588
21589 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * gnus-art.el (article-date-ut): Support converting date in
21592         forwarded parts as well.
21593         (gnus-article-save-original-date): New function.
21594         (gnus-display-mime): Use it.
21595
21596 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21597
21598         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21599         enclosure element of <item>.
21600
21601 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21602
21603         * message.el (message-kill-buffer-query): Rename from
21604         `message-kill-buffer-query-if-modified'.  Add :version.
21605
21606 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21609         window layout.
21610
21611 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21612
21613         * mml.el: Autoload dnd when compiling.
21614
21615 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21616
21617         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21618         x-dnd-*.
21619
21620 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * qp.el (quoted-printable-encode-region): Save excursion.
21623
21624 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21625
21626         * message.el (message-kill-buffer-query-if-modified): Add new variable
21627         so the user can kill a modified message buffer quickly.
21628         (message-kill-buffer): Use it.
21629
21630 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21631
21632         * lpath.el: Fbind display-time-event-handler; don't fbind
21633         string-to-multibyte.
21634
21635         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21636
21637 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21638
21639         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21640         contained in text because xml.el decodes entities) with LFs.
21641
21642 2005-04-11  Lute Kamstra  <lute@gnu.org>
21643
21644         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21645         differently.
21646
21647 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21648
21649         * mm-util.el (mm-detect-coding-region): Typo.
21650
21651 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21654
21655 2005-04-06  Deepak Goel  <deego@gnufans.org>
21656
21657         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21658         user-function allow user modifications of the scores.
21659         (spam-stat-score-buffer-user): New function, to allow
21660         user-computed modifications to the score.
21661         (spam-stat-score-buffer-user-functions): List of additional
21662         scoring functions.
21663         (spam-stat-error-holder): Global temporary error holder.
21664         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21665         variable.
21666
21667 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21668
21669         * gnus-registry.el (gnus-registry-clean-empty-function)
21670         (gnus-registry-trim, gnus-registry-fetch-groups)
21671         (gnus-registry-delete-group): Groups that match
21672         `gnus-registry-ignored-groups' are removed from the registry
21673         entries, not just ignored for splitting.  This helps clean up the
21674         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21675         to get all the groups a message ID is in.
21676
21677         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21678         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21679         (spam-stat-score-buffer-user-functions): Add :number custom type.
21680
21681 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21684         argument in XEmacs.
21685
21686         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21687         (nnrss-request-group): Decode group name first.
21688         (nnrss-request-article): Make a text/plain article if mml-to-mime
21689         failed.
21690         (nnrss-get-encoding): Return a compatible encoding according to
21691         nnrss-compatible-encoding-alist.
21692         (nnrss-find-el): Use consp instead of listp.
21693         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21694
21695 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21696
21697         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21698         which Emacs 20 doesn't support.
21699         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21700
21701 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21702
21703         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21704         silence the byte compiler inside the defun.
21705
21706         * gnus-demon.el (parse-time-string): Add autoload.
21707
21708         * gnus-delay.el (parse-time-string): Add autoload.
21709
21710         * gnus-art.el (parse-time-string): Add autoload.
21711
21712         * nnultimate.el (parse-time): Require for `parse-time-string'.
21713
21714 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21715
21716         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21717
21718         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21719
21720         * smime.el (smime-ldap-host-list): Add :version.
21721
21722 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21723
21724         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21725         pass it to `gnus-browse-read-group'.
21726         (gnus-browse-read-group): Add NUMBER argument and pass it to
21727         `gnus-group-read-ephemeral-group'.
21728
21729         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21730         argument and pass it to `gnus-group-read-group'.
21731
21732 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21733
21734         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21735         mm-xemacs-find-mime-charset-1 if we have the mule feature
21736         available at runtime.
21737
21738 2005-03-25  Werner Lemberg  <wl@gnu.org>
21739
21740         * nnmaildir.el: Replace `illegal' with `invalid'.
21741
21742 2005-03-23  Lute Kamstra  <lute@gnu.org>
21743
21744         * time-date.el: Add comment on time value formats.
21745         Don't require parse-time.
21746         (with-decoded-time-value): New macro.
21747         (encode-time-value): New function.
21748         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21749         (days-to-time): Return a valid time value when arg is huge.
21750         (time-since): Use time-subtract.
21751         (time-to-number-of-days): Use time-to-seconds.
21752
21753 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21754
21755         * gnus-start.el (gnus-display-time-event-handler):
21756         Check display-time-timer at runtime rather than only at load time
21757         in case display-time-mode is turned off in the mean time.
21758
21759 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21762         used.
21763
21764         * nneething.el (nneething-map-file-directory): Derive from
21765         `gnus-directory'.
21766
21767         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21768         the To/Cc button.
21769
21770 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21771
21772         * nnmaildir.el (nnmaildir-request-accept-article):
21773         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21774
21775 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21776
21777         * gnus-async.el: Require timer-funcs at compile time when in
21778         XEmacs for `run-with-idle-timer'.
21779
21780 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21781
21782         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21783         autoloaded function.
21784
21785 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21786
21787         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21788
21789 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21790
21791         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21792
21793 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21794
21795         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21796         Add gnus-expert-user to default.
21797
21798 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21799
21800         * nnimap.el (nnimap-open-server): Ditto.
21801
21802         * imap.el (imap-authenticate): Fix typo.
21803
21804 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21805
21806         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21807         buffer (since IMAP server might return FETCH response out of
21808         order, and the nntp buffer must be sorted).
21809
21810 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21811
21812         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21813         comparison on string.
21814
21815         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21816         (gnus-agent-score): Rename category keywords to match gnus-cus.
21817         (gnus-agent-summary-fetch-series): Modify to protect against
21818         gnus-agent-summary-fetch-group clearing processable flags.
21819         (gnus-agent-synchronize-group-flags): Update live group buffer as
21820         synchronization may occur due to the user toggle the plugged
21821         status.
21822         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21823         successfully downloaded.
21824         (gnus-agent-expire-group-1): Avoid using markers when the overview
21825         is in ascending order; greatly improves performance.
21826         (gnus-agent-regenerate-group):
21827         Use gnus-agent-synchronize-group-flags to reset read status in both
21828         gnus and server.
21829         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21830
21831 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21832
21833         * message.el: Don't autoload former message-utils variables.
21834         (message-strip-subject-trailing-was): Change doc string.
21835
21836         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21837         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21838         (nnweb-google-search): Add "hl=en" here.
21839         (nnweb-google-parse-1, nnweb-google-create-mapping):
21840         Don't hardcode URL.
21841
21842 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21843
21844         * message.el (message-get-reply-headers, message-followup):
21845         Mention related variables `message-use-followup-to' and
21846         `message-use-mail-followup-to', in the information buffer.
21847
21848         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21849         of broken groups(-beta).google.com.
21850
21851 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21852
21853         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21854         parameter to invoked gnus-request-move-article; remove the
21855         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21856         all at once instead of once per article.
21857         (gnus-summary-remove-process-mark): Accept a list of articles as
21858         well as a single article for processing.
21859
21860         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21861         parameter.
21862
21863         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21864
21865         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21866
21867         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21868         parameter.
21869
21870         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21871         parameter.
21872
21873         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21874         parameter and remove the gnus-sum-hint-move-is-internal variable.
21875
21876         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21877         parameter.
21878
21879         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21880         parameter.
21881
21882         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21883         parameter.
21884
21885         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21886
21887         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21888         parameter.
21889
21890         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21891         parameter.
21892
21893 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21894
21895         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21896         a more conservative way.
21897
21898 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21899
21900         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21901         buffer, so it moves the window's cursor.
21902
21903 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21904
21905         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21906         `mm-dissect-multipart' and receive the from field as an (optional)
21907         argument from `mm-dissect-multipart'.
21908         (mm-dissect-multipart): Receive the from field as an argument and
21909         pass it on when we call `mm-dissect-buffer' on MIME parts.
21910         Fixes verification/decryption of signed/encrypted MIME parts.
21911
21912 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21913
21914         * gnus-sum.el (gnus-summary-move-article):
21915         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21916         whatever it calls (right now, only nnimap-request-move article
21917         respects it).
21918
21919         * nnimap.el (nnimap-request-move-article):
21920         When gnus-sum-hint-move-is-internal is set, don't do the extra
21921         nnimap-request-article.
21922
21923 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21924
21925         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21926
21927         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21928         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21929
21930         * gnus-sum.el (gnus-summary-caesar-message):
21931         Apply `gnus-treat-article' after rotation.
21932
21933         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21934         doc string.
21935
21936 2005-02-22  Simon Josefsson  <jas@extundo.com>
21937
21938         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21939         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21940         <arne@arnested.dk>.
21941         (encrypt): Add password-cache and password-cache-expiry as group
21942         members.
21943
21944 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21945
21946         * smime.el (smime-ldap-host-list): Doc fix.
21947         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21948         cache) password.
21949         (smime-sign-region): Use it.
21950         (smime-decrypt-region): Use it.
21951         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21952         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21953         fails.
21954         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21955         certificate from DER to PEM format rather than calling openssl.
21956
21957         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21958
21959         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21960         for signing/encryption.
21961
21962         * mml.el (mml-parse-1): Use them.
21963
21964 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21965
21966         * nnrss.el (nnrss-verbose): Remove.
21967         (nnrss-request-group): Use `nnheader-message' instead.
21968
21969 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21970
21971         * nnrss.el (nnrss-verbose): New variable.
21972         (nnrss-request-group): Make it say nnrss is requesting a group.
21973
21974 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21975
21976         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21977         Handle news URL with given port correctly.
21978
21979 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21980
21981         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21982         containing special characters.
21983
21984         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21985
21986         * mml.el (mime-to-mml): Ditto.
21987
21988         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21989         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21990         (rfc2047-decode-region): Quote decoded words containing special
21991         characters when rfc2047-quote-decoded-words-containing-tspecials
21992         is non-nil.
21993
21994 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21995
21996         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21997
21998         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21999
22000 2005-02-15  Simon Josefsson  <jas@extundo.com>
22001
22002         * nnimap.el (nnimap-debug): Doc fix.
22003
22004         * imap.el (imap-debug): Doc fix.
22005
22006 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22007
22008         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22009
22010 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22011
22012         * gnus.el (spam-contents): Improve docs for spam-contents
22013         parameter in its variable incarnation.
22014
22015 2005-02-14  Simon Josefsson  <jas@extundo.com>
22016
22017         * smime-ldap.el: Use require instead of load-library for ldap.
22018         (smime-ldap-search): Indent.
22019         (smime-ldap-search-internal): Shorten line.
22020
22021         * smime.el (smime-cert-by-dns): Add doc-string.
22022         (smime-cert-by-ldap-1): Indent.
22023
22024         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22025         mml-smime-get-dns-ldap.
22026         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22027
22028 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22029
22030         * smime.el: Require smime-ldap.
22031         (smime-ldap-host-list): New variable.
22032         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22033
22034         * mml-smime.el (mml-smime-encrypt-query): New function.
22035         (mml-smime-encrypt-query): Use it.
22036
22037         * smime-ldap.el: New file.
22038
22039 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22040
22041         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22042
22043 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22044
22045         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22046         argument in doc string.  Make query for type more clear.
22047
22048 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22049
22050         * gnus.el (gnus-group-startup-message): Search for gnus images in
22051         etc/images/gnus.
22052         * mm-util.el (mm-image-load-path): Likewise.
22053         * smiley.el (smiley-data-directory): Search for smilies in
22054         etc/images/smilies.
22055
22056 2005-02-09  Kim F. Storm  <storm@cua.dk>
22057
22058         Change Emacs release version from 21.4 to 22.1 throughout.
22059         Change Emacs development version from 21.3.50 to 22.0.50.
22060
22061 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22062
22063         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22064
22065         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22066         non-Mule XEmacs as well.
22067         (mm-decompress-buffer): Signal an error intentionally if it does
22068         not decompress compressed data because auto-compression-mode is
22069         disabled.
22070
22071 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22072
22073         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22074         an ID in the registry even if it has no groups.
22075
22076 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22079         merge it into mm-decompress-buffer.
22080         (gnus-mime-copy-part): Use the MIME part charset, the value which
22081         a user specified or gnus-newsgroup-charset for decoding, like
22082         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22083         save-buffer what was used.  Suggested by Kevin Ryde
22084         <user42@zip.com.au>.
22085         (gnus-mime-inline-part): Allow the name parameter as well as the
22086         filename parameter; force decompressing of compressed data; always
22087         display contents being not decoded as unibyte.
22088
22089         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22090         as well as the filename parameter.
22091
22092         * mm-util.el (mm-decompress-buffer):
22093         Merge gnus-mime-jka-compr-maybe-uncompress.
22094         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22095         of compressed data.
22096
22097 2005-02-08  Simon Josefsson  <jas@extundo.com>
22098
22099         * imap.el (imap-log): Doc fix.
22100
22101 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22102
22103         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22104         the coding cookies; decompress compressed parts.
22105
22106         * mml.el (mml-generate-mime-1): Add the charset parameter according
22107         to the value which a user specified manually or the coding cookie.
22108
22109         * mm-util.el (mm-string-to-multibyte): New function.
22110         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22111         (mm-coding-system-to-mime-charset): New function.
22112         (mm-decompress-buffer): New function.
22113         (mm-find-buffer-file-coding-system): New function.
22114
22115         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22116         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22117         parts.
22118
22119 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22120
22121         * mm-view.el (mm-display-inline-fontify): Decode a part according
22122         to the charset parameter.
22123
22124 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22125
22126         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22127         prefix arg is neither nil nor a number, as info specifies.
22128
22129 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22130
22131         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22132         timestamps.
22133
22134 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22135
22136         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22137         groups error checking and notify user.
22138
22139 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22140
22141         * message.el (message-send-mail-function): Check existence of
22142         sendmail-program first before using default value
22143         `message-send-mail-with-sendmail'.  Otherwise use more generic
22144         `smtpmail-send-it'.
22145
22146 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * nntp.el (nntp-request-update-info): Always return nil.
22149
22150 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22151
22152         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22153
22154 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22155
22156         * message.el (message-beginning-of-line): Change the behavior when
22157         invoked between BOL and : so that it first moves backward.
22158
22159 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22162         article buffer when editing of the article is discarded.
22163         (gnus-article-prepare): Revert.
22164
22165 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * gnus-art.el (gnus-article-prepare):
22168         Remove message-strip-forbidden-properties from the local hook.
22169
22170 2005-01-27  Simon Josefsson  <jas@extundo.com>
22171
22172         * password.el (password-cache-add): Only start one timer per key.
22173         Reported by Derek Atkins <warlord@MIT.EDU>.
22174
22175 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22176
22177         * run-at-time.el: Remove.  It is no longer needed as
22178         timer-funcs.el in the xemacs-base package has a working version of
22179         `run-at-time'.
22180
22181         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22182
22183         * password.el: Require timer-funcs instead of run-at-time in
22184         XEmacs.
22185         Remove `password-run-at-time' macro.
22186         (password-cache-add): Use `run-at-time' instead of
22187         `password-run-at-time'.
22188
22189         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22190         Remove `nnheader-cancel-function-timers' alias,
22191         `cancel-function-timers' exists in XEmacs in timer-funcs.
22192
22193         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22194         for `run-with-idle-timer'.
22195
22196         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22197         for `run-at-time'.
22198
22199         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22200         for `with-timeout'.
22201
22202         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22203         the same as for XEmacs 21.4.
22204         No need to ignore `run-with-idle-timer', this function exists in
22205         XEmacs now in timer-funcs.el in the xemacs-base package.
22206         (dgnushack-compile): No need to delete
22207         run-at-time.el from the list of files to compile because it
22208         doesn't exist anymore.
22209
22210 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22211
22212         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22213         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22214
22215 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22216
22217         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22218         sensitively.
22219
22220 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22221
22222         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22223
22224 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22225
22226         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22227         which will be inserted according to the multibyteness of a buffer
22228         rather than the type of contents.  Suggested by ARISAWA Akihiro
22229         <ari@mbf.ocn.ne.jp>.
22230
22231         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22232         of string which old xml.el may return rather than a string.
22233
22234 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22237
22238 2005-01-16  Simon Josefsson  <jas@extundo.com>
22239
22240         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22241         idn/idna.el isn't available.
22242         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22243         <michael@waxrat.com>.
22244
22245         * hashcash.el: Remove non-FSF copyright header.
22246
22247         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22248         (hashcash-generate-payment): Use it.
22249         (hashcash-generate-payment-async): Use it.
22250
22251 2005-01-15  Simon Josefsson  <jas@extundo.com>
22252
22253         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22254         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22255
22256         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22257         gnus-summary-idna-message.
22258         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22259         (gnus-summary-idna-message): New function.
22260
22261 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22262
22263         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22264         gnus-novice-user.
22265
22266 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22267
22268         * nnrss.el (nnrss-request-delete-group): Delete entries in
22269         nnrss-group-alist as well.
22270         (nnrss-save-server-data): Insert newline.
22271
22272 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22273
22274         * gnus.el (gnus-user-agent): Use list of symbols instead of
22275         symbols.  Display full version number for (S)XEmacs.
22276         Optionally display (S)XEmacs codename.
22277
22278         * gnus-util.el (gnus-emacs-version): Update for new
22279         `gnus-user-agent'.
22280
22281         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22282         Gnus version.
22283
22284 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22285
22286         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22287         which is unreadable in some setups.
22288
22289 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22290
22291         * gnus-spec.el (gnus-update-format-specifications): Flush the
22292         group format spec cache if it doesn't support decoded group names.
22293
22294 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22295
22296         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22297         Allow to apply decay on score files matching a regexp.
22298
22299 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22302         compatibility in %g and %c.
22303
22304 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22307         name for only %g and %c.
22308         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22309         of gnus-tmp-group to decoded group name.
22310         (gnus-group-make-rss-group): Exclude `/'s from group names.
22311
22312 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22313
22314         * nnrss.el (nnrss-get-encoding): Fix regexp.
22315
22316 2004-12-27  Simon Josefsson  <jas@extundo.com>
22317
22318         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22319         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22320         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22321
22322 2004-12-17  Kim F. Storm  <storm@cua.dk>
22323
22324         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22325
22326         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22327
22328 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22329
22330         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22331
22332 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * nnrss.el: Require rfc2047 and mml.
22335         (nnrss-file-coding-system): New variable.
22336         (nnrss-format-string): Redefine it as an inline function.
22337         (nnrss-decode-group-name): New function.
22338         (nnrss-string-as-multibyte): Remove.
22339         (nnrss-retrieve-headers): Decode group name; don't use
22340         nnrss-format-string.
22341         (nnrss-request-group): Decode group name.
22342         (nnrss-request-article): Decode group name; allow a Message-ID as
22343         well as an article number; don't use nnrss-format-string; encode a
22344         Message-ID string which may contain non-ASCII characters; use
22345         mml-to-mime to compose a MIME article.
22346         (nnrss-request-expire-articles): Decode group name.
22347         (nnrss-request-delete-group): Decode group name.
22348         (nnrss-fetch): Clarify error message.
22349         (nnrss-read-server-data): Use insert-file-contents instead of load;
22350         bind file-name-coding-system; use multibyte buffer.
22351         (nnrss-save-server-data): Bind coding-system-for-write to the
22352         value of nnrss-file-coding-system; bind file-name-coding-system;
22353         add coding cookie.
22354         (nnrss-read-group-data): Use insert-file-contents instead of load;
22355         bind file-name-coding-system; use multibyte buffer.
22356         (nnrss-save-group-data): Bind coding-system-for-write to the
22357         value of nnrss-file-coding-system; bind file-name-coding-system.
22358         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22359         make it work with non-ASCII text.
22360         (nnrss-find-el): Make it work with old xml.el as well.
22361
22362 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22363
22364         * nnrss.el (nnrss-get-encoding): New function.
22365         (nnrss-fetch): Use unibyte buffer initially; bind
22366         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22367         decode contents according to the encoding attribute.
22368         (nnrss-save-group-data): Add coding cookie.
22369         (nnrss-mime-encode-string): New function.
22370         (nnrss-check-group): Use it to encode subject and author.
22371
22372 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22373
22374         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22375         imaginary variable.
22376
22377 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22378
22379         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22380         correctly even if there are wide characters.
22381
22382 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22383
22384         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22385         downcased symbol names; make a new cache instead of reusing
22386         bbdb-hashtable.
22387
22388 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22389
22390         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22391         concatenating segments rather than before concatenating them.
22392         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22393
22394         * message.el (message-get-reply-headers): Bind `extra'.
22395
22396 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22397
22398         * message.el (message-extra-wide-headers): New variable.
22399         (message-get-reply-headers): Use it.
22400
22401 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22402
22403         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22404         (gnus-agent-group-pathname): Ditto.
22405
22406         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22407
22408         * gnus-group.el (gnus-group-make-group): Decode group name.
22409         (gnus-group-make-rss-group): Register the group data after opening
22410         the nnrss group.
22411
22412 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22413
22414         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22415         by expiry now get marked as read.
22416
22417 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22420
22421 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22422
22423         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22424         unify Latin characters in XEmacs.
22425         (mm-find-mime-charset-region): Use it.
22426
22427 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22428
22429         * gnus-util.el (gnus-delete-directory): New function.
22430
22431         * gnus-agent.el (gnus-agent-delete-group): Use it.
22432
22433         * gnus-cache.el (gnus-cache-delete-group): Use it.
22434
22435 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22438         names.
22439
22440 2004-12-16  Simon Josefsson  <jas@extundo.com>
22441
22442         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22443
22444 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22445
22446         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22447
22448         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22449         (gnus-group-set-current-level): Decode group name.
22450
22451 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22452
22453         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22454         failed.
22455
22456 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22457
22458         * gnus-group.el (gnus-group-delete-group): Decode group name.
22459         (gnus-group-make-rss-group): Encode group name.
22460         (gnus-group-catchup-current): Decode group name.
22461         (gnus-group-kill-group): Decode group name.
22462
22463 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22464
22465         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22466
22467 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * gnus-group.el (gnus-group-make-rss-group):
22470         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22471
22472         * gnus-start.el (gnus-setup-news): Honor user's setting to
22473         gnus-message-archive-method.  Suggested by Lute Kamstra
22474         <lute@gnu.org>.
22475
22476 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22477
22478         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22479         global counterparts of the buffer-local variables.
22480
22481 2004-11-16  Romain Francoise  <romain@orebokech.com>
22482
22483         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22484         counterparts of the buffer-local variables.
22485
22486 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22487
22488         * message.el (message-forbidden-properties): Fix typo in doc
22489         string.
22490
22491 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22492
22493         * gnus-util.el (gnus-replace-in-string): Add doc string.
22494
22495         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22496         to avoid problems when splitting mails with many recipients.
22497
22498 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22499
22500         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22501         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22502
22503 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22504
22505         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22506         if there is no hashtable in memory or file modification time is
22507         newer than cached timestamp.
22508
22509 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22510
22511         * gnus-sum.el (gnus-summary-limit-to-recipient):
22512         Implement not-matching option.
22513
22514 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22515
22516         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22517         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22518         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22519         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22520         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22521         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22522
22523 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * message.el (message-forward-make-body-mml): Remove headers
22526         according to message-forward-ignored-headers if a message is decoded.
22527
22528 2004-12-02  Romain Francoise  <romain@orebokech.com>
22529
22530         * message.el (message-forward-make-body-plain): Always remove
22531         headers according to message-forward-ignored-headers.
22532
22533 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22534
22535         * spam.el (spam-summary-prepare-exit): Remove the
22536         gnus-summary-limit pop for now, it has problems with ham marks for
22537         me.
22538
22539 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22540
22541         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22542         correctly.
22543
22544 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22545
22546         * format-spec.el (format-spec): Message the char.
22547
22548 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22549
22550         * gnus-art.el (gnus-split-methods): Reformat comments.
22551
22552         * spam.el (spam-summary-prepare-exit): Remove article limits
22553         before exiting the summary buffer.
22554
22555 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22558         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22559
22560         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22561         order to silence the byte compiler.
22562
22563         * spam.el: Fix the way to silence the byte compiler, which
22564         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22565         bbdb-search-simple, spam-BBDB-register-routine,
22566         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22567         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22568         spam-stat-buffer-is-spam, spam-stat-load,
22569         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22570         spam-stat-save and spam-stat-split-fancy.
22571
22572 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22573
22574         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22575         which may confuse users.
22576         (canlock-password-for-verify): Ditto.
22577
22578         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22579
22580         * gnus-art.el (gnus-emphasis-alist): Ditto.
22581
22582         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22583
22584         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22585
22586         * gnus-start.el (gnus-save-killed-list): Ditto.
22587
22588         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22589         (gnus-sum-thread-tree-root): Ditto.
22590         (gnus-sum-thread-tree-false-root): Ditto.
22591         (gnus-sum-thread-tree-single-indent): Ditto.
22592
22593         * message.el (message-courtesy-message): Ditto.
22594         (message-archive-note): Ditto.
22595         (message-subscribed-address-file): Ditto.
22596         (message-user-fqdn): Ditto.
22597
22598         * spam-report.el (spam-report-gmane-regex): Ditto.
22599
22600         * spam.el (spam-blackhole-good-server-regex): Ditto.
22601
22602 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22603
22604         * mml.el (mml-preview): Widen the message buffer before copying
22605         the contents to the preview buffer; sort headers before previewing.
22606
22607         * message.el (message-hidden-headers): Fix the way to avoid a bug
22608         in the `repeat' widget in Emacs 21.3 or earlier.
22609
22610 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22611
22612         * message.el (message-hidden-headers): Default to "^References:".
22613         Improve customization type.  Suggested by Reiner Steib
22614         <Reiner.Steib@gmx.de>.
22615
22616 2004-11-25  Romain Francoise  <romain@orebokech.com>
22617
22618         * message.el (message-strip-forbidden-properties): Remove check for
22619         obsolete `message-hidden' text property, hidden headers are not
22620         accessible in the buffer anymore.
22621
22622 2004-11-22  Romain Francoise  <romain@orebokech.com>
22623
22624         * message.el (message-header-format-alist): Add `From' in list
22625         so that it can be sorted.
22626         (message-fix-before-sending): Widen and sort headers before
22627         sending.
22628         (message-hide-headers): Use narrowing to hide headers by moving
22629         them to the top of the buffer and narrowing to the region
22630         underneath.
22631
22632 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22633
22634         * message.el (message-strip-forbidden-properties):
22635         Bind buffer-read-only (etc) to nil.
22636
22637 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22638
22639         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22640         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22641
22642 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22643
22644         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22645
22646 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22647
22648         * dns.el (query-dns): Use sit-for to time instead of
22649         accept-process-output, since that doesn't seem to work on udp
22650         sockets.
22651
22652 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22653
22654         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22655
22656 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22657
22658         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22659         doc string.  Improve doc string.
22660
22661 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22662
22663         * nntp.el (nntp-request-update-info): Return nil if
22664         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22665         may not call gnus-activate-group which uselessly issues the GROUP
22666         commands for all nntp groups and wastes time.  Reported by Romain
22667         Francoise <romain@orebokech.com>.
22668
22669         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22670
22671 2004-11-15  Simon Josefsson  <jas@extundo.com>
22672
22673         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22674         headers separately.
22675         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22676         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22677
22678 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22679
22680         * gnus-start.el (gnus-convert-old-newsrc):
22681         Assign legacy-gnus-agent to 5.10.7.
22682
22683 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22684
22685         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22686         start of the lines.
22687
22688 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22689
22690         * hashcash.el (hashcash-default-payment): Change default to 20.
22691         (hashcash-default-accept-payment): Change default to 20.
22692         (hashcash-process-alist): New variable.
22693         (hashcash-generate-payment-async): Add.
22694         (hashcash-already-paid-p): Add.
22695         (hashcash-insert-payment): Don't generate payments twice.
22696         (hashcash-insert-payment-async): Add.
22697         (hashcash-insert-payment-async-2): Add.
22698         (hashcash-cancel-async): Add.
22699         (hashcash-wait-async): Add.
22700         (hashcash-processes-running-p): Add.
22701         (hashcash-wait-or-cancel): Add.
22702         (mail-add-payment): New optional argument.  Conditionally start
22703         asynchronous calculation.
22704         (mail-add-payment-async): Add.
22705
22706         * message.el (message-send-mail): Wait for asynchronous hashcash
22707         results.  Don't clobber existing X-Hashcash headers.
22708         (message-setup-1): Call mail-add-payment-async when
22709         message-generate-hashcash is non-nil.
22710
22711 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22712
22713         * message.el (message-use-alternative-email-as-from): Examine the
22714         From header as well; use message-make-from in order to include a
22715         user's full name.
22716
22717 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22718
22719         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22720         default; improve customization type.
22721         (gnus-emphasis-custom-with-format): New macro.
22722         (gnus-emphasis-custom-value-to-external): New function.
22723         (gnus-emphasis-custom-value-to-internal): New function.
22724
22725 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22726
22727         * dns.el (query-dns): Resolve reverse addresses.
22728
22729 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22730
22731         * gnus-group.el (gnus-group-get-new-news): Use it.
22732
22733         * gnus-start.el (gnus-check-reasonable-setup): New function.
22734
22735 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22736
22737         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22738         "Args out of range" error.  Reported by Arnaud Giersch
22739         <arnaud.giersch@free.fr>.
22740
22741 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22742
22743         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22744
22745 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22746
22747         * spam.el (spam group): Add :version.
22748
22749         * pgg-def.el (pgg group): Add :version.
22750
22751 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22752
22753         * gnus-art.el (gnus-article-edit-article): Don't associate the
22754         article buffer with a draft file.  This is a temporary measure
22755         against the 2004-08-22 change to gnus-article-edit-mode.
22756
22757 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22758
22759         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22760         (html2text-format-tags): Remove unused variable `attr'.
22761
22762 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22763
22764         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22765
22766         * tls.el (tls-process-connection-type, tls-success)
22767         (tls-certtool-program): Add :version.
22768
22769         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22770         (starttls-extra-arguments, starttls-process-connection-type)
22771         (starttls-connect, starttls-failure, starttls-success): Add :version.
22772
22773         * spam-stat.el (spam-stat): Add :version.
22774
22775         * sieve.el (sieve): Add :version.
22776
22777         * sha1.el (sha1): Add :version.
22778         (sha1-use-external): Remove redundant version.
22779
22780         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22781         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22782         (nnmail-split-fancy-match-partial-words)
22783         (nnmail-split-lowercase-expanded): Add :version.
22784
22785         * nndiary.el (nndiary): Add :version.
22786
22787         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22788
22789         * mml-sec.el (mml-default-sign-method)
22790         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22791         Add :version.
22792
22793         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22794
22795         * mm-url.el (mm-url-use-external, mm-url-program)
22796         (mm-url-arguments): Add :version.
22797
22798         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22799         (mm-attachment-file-modes, mm-decrypt-option)
22800         (mm-w3m-safe-url-regexp): Add :version.
22801
22802         * message.el (message-cite-prefix-regexp)
22803         (message-sendmail-envelope-from, message-minibuffer-local-map)
22804         (message-user-fqdn, message-completion-alist): Add :version.
22805
22806         * gnus-win.el (gnus-configure-windows-hook)
22807         (gnus-use-frames-on-any-display): Add :version.
22808
22809         * gnus-art.el (gnus-article-address-banner-alist)
22810         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22811         (gnus-treat-from-picon, gnus-treat-mail-picon)
22812         (gnus-treat-x-pgp-sig): Add :version.
22813
22814         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22815         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22816         (gnus-summary-article-delete-hook)
22817         (gnus-summary-display-while-building): Add :version.
22818
22819         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22820         (gnus-get-top-new-news-hook): Add :version.
22821
22822         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22823         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22824
22825         * gnus-registry.el (gnus-registry): Add :version.
22826
22827         * gnus-spec.el (gnus-use-correct-string-widths)
22828         (gnus-make-format-preserve-properties): Add :version.
22829
22830         * gnus.el (gnus-group-charter-alist)
22831         (gnus-group-fetch-control-use-browse-url)
22832         (gnus-install-group-spam-parameters): Add :version.
22833
22834         * gnus-diary.el (gnus-diary): Add :version.
22835
22836         * gnus-delay.el (gnus-delay): Add :version.
22837
22838         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22839         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22840         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22841         Add :version.
22842
22843         * gnus-agent.el (gnus-agent-max-fetch-size)
22844         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22845         (gnus-agent-prompt-send-queue): Add :version.
22846
22847         * deuglify.el (gnus-outlook-deuglify): Add :version.
22848
22849         * html2text.el: Beautify code.  Improve doc strings.
22850         Some checkdoc cleanup.
22851         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22852
22853 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22854
22855         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22856
22857 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22858
22859         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22860         when package is loaded.
22861
22862         * spam.el (spam-summary-score-preferred-header): Add global preference
22863         for people who want to override the default SpamAssassin over
22864         Bogofilter preference (when both are set).
22865         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22866         (spam-user-format-function-S):
22867         Check spam-summary-score-preferred-header.
22868         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22869         (spam-user-format-function-S): Format the score correctly.
22870
22871 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22872
22873         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22874         signature file.  Suggested by Manoj Srivastava
22875         <srivasta@golden-gryphon.com>.
22876
22877         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22878         iso-2022-jp even in the Japanese language environment.
22879         Suggested by Jason Rumney <jasonr@gnu.org>.
22880
22881 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22882
22883         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22884         use the same characters as the dummy marks; make it free from
22885         getting affected by the language environment.
22886         (gnus-summary-read-group-1): Update mark positions only when the
22887         format spec is updated.
22888
22889         * gnus-spec.el (gnus-update-format-specifications): Return a list
22890         of updated types.
22891
22892 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22893
22894         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22895         of boundp to check if display-warning is available.
22896
22897 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22898
22899         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22900
22901 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * nnspool.el (nnspool-spool-directory): Use news-path if the
22904         news-directory variable is not bound.
22905
22906         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22907         function instead of display-warning if it is not available.
22908
22909 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22910
22911         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22912         v5-10: Use `point-at-bol'.
22913
22914 2004-10-26  Simon Josefsson  <jas@extundo.com>
22915
22916         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22917         <chenggao@gmail.com>.
22918
22919 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22920
22921         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22922         instead.
22923
22924 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22925
22926         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22927         to remove a server from the nnimap-server-buffer-alist.
22928         (nnimap-open-connection, nnimap-close-server): Use it.
22929
22930         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22931
22932 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22933
22934         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22935         running the major-mode function.
22936
22937 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22938
22939         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22940         dummy marks in the right way.
22941
22942 2004-10-18  David Edmondson  <dme@dme.org>
22943
22944         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22945         excessively.
22946
22947 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22948
22949         * gnus-util.el (gnus-split-references): Accept a nil references
22950         string and go on blissfully.
22951
22952         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22953         cases where the references string is non-nil but has no references.
22954
22955         * encrypt.el: Add autoload tags.
22956
22957         * spam.el (spam-resolve-registrations-routine): Remove article
22958         from unregistration list too.  Reported by David Hanak
22959         <dhanak@isis.vanderbilt.edu>
22960
22961 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22962
22963         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22964         nil.  Change custom type.
22965
22966 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22967
22968         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22969
22970         * gnus-sum.el (gnus-summary-move-article): Use it.
22971
22972 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22973
22974         * encrypt.el: Add autoload cookies.
22975
22976         * spam.el (spam-backend-article-list-property)
22977         (spam-backend-get-article-todo-list)
22978         (spam-backend-put-article-todo-list)
22979         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22980         Resolve registrations separately.
22981         (spam-register-routine): Format comments.
22982         (spam-unregister-routine, spam-register-routine): Always call with
22983         specific-articles, no default list.
22984         (spam-summary-prepare-exit): Use the spam-classifications function.
22985
22986         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22987         gnus-encrypt.el.
22988
22989         * encrypt.el: Copied from gnus-encrypt.el.
22990
22991         * gnus-encrypt.el: Commented that it's obsolete.
22992
22993 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22994
22995         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22996         (gnus-score-save): Use it.
22997
22998         * message.el (message-bury): Use `window-dedicated-p'.
22999
23000 2004-10-15  Simon Josefsson  <jas@extundo.com>
23001
23002         * pop3.el (top-level): Don't require nnheader.
23003         (pop3-read-timeout): Add.
23004         (pop3-accept-process-output): Add.
23005         (pop3-read-response, pop3-retr): Use it.
23006
23007 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23008
23009         * spam.el (spam-register-routine): Move comment.
23010         (spam-verify-bogofilter): Use 'unknown for the initial
23011         spam-bogofilter-valid state, not 'never.
23012
23013         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23014         for netrc-machine.
23015
23016         * nnimap.el (nnimap-open-connection):
23017         Use netrc-machine-user-or-password.
23018
23019 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23020
23021         * gnus-registry.el (gnus-registry-unload-hook):
23022         Set as a variable with add-hook.
23023
23024         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23025         of news-path.
23026
23027         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23028
23029         * spam.el: Delete duplicate `provide'.
23030         (spam-unload-hook): Set as a variable with add-hook.
23031
23032 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23033
23034         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23035         in the doc string.
23036
23037         * message.el (message-ignored-news-headers)
23038         (message-ignored-supersedes-headers)
23039         (message-ignored-resent-headers)
23040         (message-forward-ignored-headers): Improve custom type.
23041
23042 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23043
23044         * message.el (message-tokenize-header): Fix 2004-09-06 change
23045         which used point-min in the wrong place.
23046
23047 2004-10-12  Simon Josefsson  <jas@extundo.com>
23048
23049         * tls.el (tls-certtool-program): New variable.
23050         (tls-certificate-information): New function, based on
23051         ssl-certificate-information.
23052
23053 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23054
23055         * compface.el: Move the version of ELisp-based uncompface program
23056         to the contrib directory because of the copyright problem.
23057
23058 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23059
23060         * message.el (message-kill-buffer): Raise the current frame.
23061
23062 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23063
23064         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23065
23066         * gnus.el (message-y-or-n-p): Autoload.
23067
23068         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23069         (pop3-password-required, pop3-authentication-scheme)
23070         (pop3-leave-mail-on-server): Make customizable.
23071         (pop3): New custom group.
23072         (pop3-retr): Remove `sleep-for' statements.
23073         Suggested by Dave Love <fx@gnu.org>.
23074
23075         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23076         Windows/DOS.
23077
23078         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23079         (imap-parse-body): Fix incorrect use of `assert'.
23080         Suggested by Dave Love <fx@gnu.org>.
23081
23082         * mml.el (mml-minibuffer-read-disposition): Require match.
23083         Suggested by Dave Love <fx@gnu.org>.
23084
23085 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23086
23087         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23088         doc string.
23089
23090 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23091
23092         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23093
23094 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23095
23096         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23097         instead of calling `mm-insert-inline', to decode text/* parts
23098         before displaying them.
23099
23100 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23101
23102         * mm-uu.el (mm-uu-text-plain-type): New variable.
23103         (mm-uu-pgp-signed-extract-1): Use it.
23104         (mm-uu-pgp-encrypted-extract-1): Use it.
23105         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23106         bind mm-uu-text-plain-type with that value.
23107         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23108         mm-uu-dissect.
23109
23110 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23111
23112         * gnus-group.el (gnus-update-group-mark-positions):
23113         * gnus-sum.el (gnus-update-summary-mark-positions):
23114         * message.el (message-check-news-body-syntax):
23115         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23116         of string-as-multibyte.
23117
23118 2004-10-05  Juri Linkov  <juri@jurta.org>
23119
23120         * gnus-group.el (gnus-update-group-mark-positions):
23121         * gnus-sum.el (gnus-update-summary-mark-positions):
23122         * message.el (message-check-news-body-syntax):
23123         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23124         8-bit unibyte values to a multibyte string for search functions.
23125
23126 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23127
23128         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23129         (mm-uu-dissect-text-parts): New function.
23130
23131         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23132         dissect text parts.
23133
23134         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23135         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23136
23137         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23138
23139         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23140         Use gnus-current-topics instead of gnus-current-topic.
23141
23142 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23143
23144         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23145
23146 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23147
23148         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23149         where appropriate.
23150
23151         * nnml.el (nnml-generate-active-info): do.
23152
23153         * nndiary.el (nndiary-generate-active-info): do.
23154
23155         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23156         (gnus-topic-move): do.
23157
23158         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23159         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23160
23161         * gnus-srvr.el (gnus-server-prepare)
23162         (gnus-server-open-all-servers): do.
23163
23164         * gnus-msg.el (gnus-summary-cancel-article)
23165         (gnus-summary-resend-message)
23166         (gnus-summary-mail-crosspost-complaint): do.
23167
23168         * gnus-move.el (gnus-change-server): do.
23169
23170         * gnus-group.el (gnus-group-unmark-all-groups)
23171         (gnus-group-set-current-level): do.
23172
23173 2004-10-04  Simon Josefsson  <jas@extundo.com>
23174
23175         * message.el (message-generate-hashcash): Doc fix.
23176
23177 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23178
23179         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23180         avoid infinite recursion via gnus-get-function.
23181
23182 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23183
23184         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23185
23186         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23187
23188         * nnmail.el (nnmail-split-history): do.
23189
23190         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23191         (nnml-request-delete-group): do.
23192
23193         * nnslashdot.el (nnslashdot-read-groups): do.
23194
23195         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23196         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23197
23198         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23199         (nnspool-sift-nov-with-sed): Use last.
23200         (nnspool-retrieve-headers-with-nov): Use mapc.
23201         (nnspool-request-newgroups): Use dolist.
23202         (nnspool-request-group): Use last.
23203
23204         * nntp.el (nntp-read-server-type): Use dolist.
23205
23206         * nnvirtual.el (nnvirtual-create-mapping)
23207         (nnvirtual-update-read-and-marked): Use dolist.
23208         (nnvirtual-convert-headers): Simplify.
23209
23210 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23211
23212         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23213         Add support for sync'ing tick marks.
23214
23215 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23216
23217         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23218         there's no visible header.
23219
23220 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23221
23222         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23223         When necessary, pass full group name to gnus-request-set-marks.
23224
23225 2004-10-01  Simon Josefsson  <jas@extundo.com>
23226
23227         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23228         acroread.
23229
23230 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23231
23232         * spam-report.el (spam-report-gmane): Fix interactive.
23233
23234         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23235
23236         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23237         when writing file.
23238         (gnus-agent-synchronize-flags): Don't default to being
23239         interactive.
23240
23241 2004-09-30  Simon Josefsson  <jas@extundo.com>
23242
23243         * message.el (message-generate-hashcash): Add.
23244         (message-send-mail): Use it, call mail-add-payment.
23245
23246 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23247
23248         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23249
23250 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23251
23252         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23253         gnus-requst-update-info with explicit code to sync the in-memory
23254         info read flags with the marks being sync'd to the backend.
23255
23256         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23257
23258 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23259
23260         * spam.el (spam-verify-bogofilter): Add new function.
23261         (spam-check-bogofilter)
23262         (spam-bogofilter-register-with-bogofilter): Use it.
23263         (spam-verify-bogofilter): Add small fixes.
23264
23265 2004-09-28  Simon Josefsson  <jas@extundo.com>
23266
23267         * hashcash.el (hashcash-generate-payment): Revert.
23268
23269 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23270
23271         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23272         Use gnus-extract-references instead of gnus-split-references.
23273
23274         * gnus-util.el (gnus-extract-references): Add new function, analogous
23275         to gnus-split-references but extracts only the message-ID without
23276         anything extra.
23277
23278         * hashcash.el (hashcash-generate-payment)
23279         (hashcash-check-payment): Do the right thing if hashcash-path is
23280         nil (because the hashcash program could not be found).
23281
23282         * spam.el (spam-use-hashcash): Remove comment.
23283
23284 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23285
23286         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23287         (gnus-cache-enter-article, gnus-cache-remove-article)
23288         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23289
23290         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23291
23292         * gnus-art.el (article-hide-boring-headers)
23293         (article-translate-strings, article-display-face)
23294         (gnus-article-mime-match-handle-first)
23295         (gnus-article-highlight-headers)
23296         (gnus-article-add-buttons-to-head): do.
23297
23298 2004-09-27  Simon Josefsson  <jas@extundo.com>
23299
23300         * hashcash.el: New version, from
23301         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23302         ../contrib/.
23303
23304 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23305
23306         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23307
23308 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23309
23310         * gnus-dup.el (gnus-dup-open): Use mapc.
23311         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23312
23313         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23314         Reported by Stefan Wiens <s.wi@gmx.net>.
23315
23316         * gnus.el (gnus-shutdown): Use dolist.
23317
23318         * gnus-undo.el (gnus-undo): Use mapc.
23319
23320         * nnrss.el (nnrss-generate-active): do.
23321
23322         * message.el (message-cite-original-without-signature)
23323         (message-cite-original): Use mapc.
23324         (message-do-actions, message-make-forward-subject): Use dolist.
23325
23326 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23327
23328         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23329         deletion to remove entire duplicate line.  Fixes merged article
23330         number bug.
23331
23332 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23333
23334         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23335         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23336         first ask if you want to open a server and then, even when you
23337         responded with no, asking if you want to synchronize the server's
23338         flags.
23339         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23340         multi-line expressions.
23341         (gnus-agent-synchronize-group-flags): New internal function.
23342         Updates marks in memory (in the info structure) AND in the
23343         backend.
23344
23345         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23346
23347         * nnagent.el (nnagent-request-set-mark):
23348         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23349         method, to ensure that synchronization updates marks in the
23350         backend and in the info (in memory) structure.
23351
23352 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23353
23354         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23355         convention fully; don't miss the root article of a thread; make
23356         the X-Draft-From header with correct article numbers.
23357
23358 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23359
23360         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23361         unless plugged.  Disable the agent so that an open failure causes
23362         an error.
23363
23364         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23365         Revert 2004-09-21 change.  The backend must be opened while
23366         synchronizing flags even when the backend stores the flags
23367         locally.
23368
23369 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23370
23371         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23372         in `header' match.  Reported by Svend Tollak Munkejord.
23373
23374         * message.el (message-cite-original): Fix use of
23375         `message-cite-articles-with-x-no-archive'.
23376
23377 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23378
23379         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23380         (gnus-window-to-buffer): Ditto.
23381
23382         * mml.el (mml-preview-buffer): New variable.
23383         (mml-preview): Manage window layout with gnus-buffer-configuration.
23384
23385         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23386         X-Draft-From header even if those articles aren't quoted.
23387
23388 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23389
23390         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23391         (gnus-request-set-mark, gnus-request-update-mark): Use new
23392         g-s-t-u-l-m to decide to use backend even when unplugged.
23393
23394 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23395
23396         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23397         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23398
23399 2004-09-20  Simon Josefsson  <jas@extundo.com>
23400
23401         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23402         "utf-16-le".
23403
23404 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23405
23406         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23407
23408 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23409
23410         * uudecode.el (uudecode-use-external): Add :version.
23411
23412         * smime.el (smime-CA-file, smime-encrypt-cipher)
23413         (smime-dns-server): Add :version.
23414
23415         * smiley.el (gnus-smiley-file-types): Add :version.
23416
23417         * sha1.el (sha1-use-external): Add :version.
23418
23419         * pgg-def.el (pgg-query-keyserver): Add :version.
23420
23421         * nnmail.el (nnmail-fancy-expiry-targets)
23422         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23423         Add :version.
23424
23425         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23426         (nnimap-retrieve-groups-asynchronous): Add :version.
23427         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23428
23429         * mml.el (mml-content-disposition-parameters)
23430         (mml-insert-mime-headers-always): Add :version.
23431
23432         * mm-util.el (mm-coding-system-priorities): Add :version.
23433
23434         * mm-decode.el (mm-inline-text-html-with-images)
23435         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23436         (mm-verify-option): Add :version.
23437         (mm-text-html-renderer): Change :version.
23438
23439         * message.el (message-fcc-externalize-attachments)
23440         (message-required-headers, message-draft-headers)
23441         (message-subject-trailing-was-query)
23442         (message-subject-trailing-was-ask-regexp)
23443         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23444         (message-mark-insert-end, message-archive-header)
23445         (message-archive-note, message-cross-post-default)
23446         (message-cross-post-note, message-followup-to-note)
23447         (message-cross-post-note-function, message-use-mail-followup-to)
23448         (message-subscribed-address-functions)
23449         (message-subscribed-address-file, message-subscribed-addresses)
23450         (message-subscribed-regexps, message-allow-no-recipients)
23451         (message-yank-cited-prefix, message-signature-insert-empty-line)
23452         (message-hidden-headers, message-hierarchical-addresses)
23453         (message-mail-user-agent, message-use-idna)
23454         (message-valid-fqdn-regexp)
23455         (message-strip-special-text-properties, message-header-synonyms)
23456         (message-beginning-of-line, message-tab-body-function): Add :version.
23457         (message-insert-canlock, message-wide-reply-confirm-recipients):
23458         Change :version.
23459
23460         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23461         and :version.
23462         (mail-source-delete-old-incoming-confirm)
23463         (mail-source-movemail-program): Add :version.
23464
23465         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23466         (gnus-agent-cache, gnus-agent): Change :version.
23467
23468         * gnus-util.el (gnus-use-byte-compile): Change :version.
23469
23470         * gnus-sum.el (gnus-summary-make-false-root-always)
23471         (gnus-summary-default-high-score)
23472         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23473         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23474         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23475         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23476         (gnus-sum-thread-tree-single-indent)
23477         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23478         (gnus-sum-thread-tree-leaf-with-other)
23479         (gnus-sum-thread-tree-single-leaf): Add :version.
23480         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23481         (gnus-article-loose-mime): Change :version.
23482
23483         * gnus-start.el (gnus-backup-startup-file)
23484         (gnus-save-startup-file-via-temp-buffer): Add :version.
23485
23486         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23487         (gnus-server-offline-face): Add :version.
23488
23489         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23490
23491         * gnus-msg.el (gnus-gcc-externalize-attachments)
23492         (gnus-debug-files, gnus-debug-exclude-variables)
23493         (gnus-discouraged-post-methods): Change :version.
23494         (gnus-confirm-mail-reply-to-news)
23495         (gnus-confirm-treat-mail-like-news): Add :version.
23496
23497         * gnus-int.el (gnus-server-unopen-status): Add :version.
23498
23499         * gnus-group.el (gnus-group-jump-to-group-prompt)
23500         (gnus-large-ephemeral-newsgroup)
23501         (gnus-fetch-old-ephemeral-headers): Add :version.
23502
23503         * gnus-fun.el (gnus-x-face-directory)
23504         (gnus-convert-pbm-to-x-face-command)
23505         (gnus-convert-image-to-x-face-command)
23506         (gnus-convert-image-to-face-command): Add :version.
23507
23508         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23509
23510         * gnus-cite.el (gnus-cite-blank-line-after-header)
23511         (gnus-article-boring-faces): Add :version.
23512
23513         * gnus-art.el (gnus-buttonized-mime-types)
23514         (gnus-inhibit-mime-unbuttonizing)
23515         (gnus-treat-display-face)
23516         (gnus-treat-body-boundary): Change :version.
23517         (gnus-body-boundary-delimiter, gnus-picon-databases)
23518         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23519         (gnus-treat-date-english, gnus-treat-fold-headers)
23520         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23521         (gnus-treat-mail-picon, gnus-treat-wash-html)
23522         (gnus-article-encrypt-protocol)
23523         (gnus-use-idna, gnus-article-over-scroll)
23524         (gnus-mime-display-multipart-alternative-as-mixed)
23525         (gnus-mime-display-multipart-related-as-mixed)
23526         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23527         (gnus-ctan-url, gnus-button-ctan-handler)
23528         (gnus-button-handle-ctan-bogus-regexp)
23529         (gnus-button-ctan-directory-regexp)
23530         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23531         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23532         (gnus-button-man-level, gnus-button-emacs-level)
23533         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23534
23535         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23536         (gnus-agent-go-online): Change :version.
23537         (gnus-agent-expire-unagentized-dirs)
23538         (gnus-agent-auto-agentize-methods): Add :version.
23539
23540         * flow-fill.el (fill-flowed-display-column)
23541         (fill-flowed-encode-column): Add :version.
23542
23543         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23544         (gnus-outlook-deuglify-unwrap-max)
23545         (gnus-outlook-deuglify-cite-marks)
23546         (gnus-outlook-deuglify-unwrap-stop-chars)
23547         (gnus-outlook-deuglify-no-wrap-chars)
23548         (gnus-outlook-deuglify-attrib-cut-regexp)
23549         (gnus-outlook-deuglify-attrib-verb-regexp)
23550         (gnus-outlook-deuglify-attrib-end-regexp)
23551         (gnus-outlook-display-hook): Add :version.
23552
23553         * binhex.el (binhex-use-external): Add :version.
23554
23555 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23556
23557         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23558         and `invisible'.
23559
23560 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23561
23562         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23563         in gnus-registry-trim.
23564
23565 2004-09-13  Simon Josefsson  <jas@extundo.com>
23566
23567         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23568
23569         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23570
23571         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23572         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23573         <yamaoka@jpl.org>.
23574         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23575         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23576         <yamaoka@jpl.org>.
23577
23578         * sieve.el (sieve-manage-mode): Ditto.
23579
23580 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23583
23584 2004-09-11  Simon Josefsson  <jas@extundo.com>
23585
23586         * dns-mode.el: Add.
23587
23588         * mm-view.el (mm-display-dns-inline): Add.
23589
23590         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23591         (mm-automatic-display): Ditto.
23592
23593         * mailcap.el (mailcap-mime-data): Add text/dns.
23594         (mailcap-mime-extensions): Map .soa to text/dns.
23595
23596 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23597
23598         * gnus-art.el (article-decode-mime-words, article-babel)
23599         (gnus-article-highlight-signature, gnus-article-add-buttons)
23600         (gnus-signature-toggle): Remove unnecessary bindings of
23601         `inhibit-read-only' inherited from v5.10 merge.
23602
23603 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23604
23605         * nntp.el (nntp): New customization group.
23606         (nntp-authinfo-file): Add customization group.
23607
23608         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23609
23610         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23611
23612         * gnus.el (to-address, to-list, subscribed)
23613         (large-newsgroup-initial): Ditto.
23614
23615         * flow-fill.el (fill-flowed-display-column)
23616         (fill-flowed-encode-column): Ditto.
23617
23618 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23619
23620         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23621         Use point-min rather than 1.
23622         (message-send-mail): Use buffer-size rather than point-max.
23623
23624         * gnus-sum.el (gnus-summary-search-article-forward):
23625         Signal a specific `search-failed' rather than a generic `error'.
23626
23627         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23628         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23629         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23630
23631 2004-09-10  Simon Josefsson  <jas@extundo.com>
23632
23633         * nndb.el (require): Remove tcp and duplicate cl.
23634
23635 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23636
23637         * gnus-agent.el (directory-files-and-attributes): Move forward.
23638
23639 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23640
23641         * gnus-agent.el (directory-files-and-attributes):
23642         Optionally defined to support XEmacs.
23643
23644 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23645
23646         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23647         to avoid run-time CL dependencies.
23648         (gnus-agent-unfetch-articles): New function.
23649         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23650         article numbers even when local .overview file is missing.
23651         (gnus-agent-read-article-number): New function.  Only accepts
23652         27-bit article numbers.
23653         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23654         Use gnus-agent-read-article-number.
23655         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23656         from backend while recognizing that article numbers in .overview
23657         must be valid.
23658         (gnus-agent-update-files-total-fetched-for):
23659         Use directory-files-and-attributes to improve performance.
23660         * gnus-int.el (gnus-request-move-article):
23661         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23662         improve performance.
23663
23664         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23665         some users confused by references to .newsrc when they only have a
23666         .newsrc.eld file.
23667         (gnus-convert-mark-converter-prompt)
23668         (gnus-convert-converter-needs-prompt): Fix use of property list.
23669         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23670         New function.  Used internally to only display 'gnus converting
23671         files' message when actually necessary.
23672
23673         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23674         methods now autoloaded.
23675
23676 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23679         identifiers.
23680
23681 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23682
23683         * gnus-picon.el: Fix indentation and closing parenthesis.
23684
23685 2004-09-01  Simon Josefsson  <jas@extundo.com>
23686
23687         * message.el (message-canlock-generate): Require sha1, not
23688         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23689         to require within a function.  Sadly, if sha1.el isn't loaded, the
23690         let binding in m-c-g will hide the defcustom definition, which is
23691         bad.)
23692
23693         * canlock.el: Require sha1, not sha1-el.
23694
23695         * message.el: Don't autoload sha1 (there is a autoload cookie in
23696         sha1.el).
23697
23698         * sha1-el.el: Rename to sha1.el.
23699
23700 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23701
23702         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23703
23704 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23705
23706         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23707
23708 2004-08-30  Kim F. Storm  <storm@cua.dk>
23709
23710         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23711
23712         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23713         Add :group 'nnimap.
23714
23715 2004-08-30  Andreas Schwab  <schwab@suse.de>
23716
23717         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23718         ?* and ?\;.
23719
23720         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23721         and ?\' to symbol instead of whitespace.
23722
23723 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23724
23725         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23726
23727         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23728         instead of re-search-forward.
23729
23730         * gnus-uu.el (gnus-uu-save-article): Ditto.
23731         (gnus-uu-post-encode-uuencode): Ditto.
23732
23733         * html2text.el (html2text-clean-list-items): Ditto.
23734         (html2text-clean-dtdd): Ditto.
23735         (html2text-format-tags): Ditto.
23736
23737         * message.el (message-send-mail-with-sendmail): Fix regexp.
23738         (message-fill-field-general): Use search-forward instead of
23739         re-search-forward.
23740         (unbold-region): Ditto.
23741
23742         * nnrss.el (nnrss-request-article): Ditto.
23743
23744         * nnslashdot.el (nnslashdot-request-article): Ditto.
23745
23746         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23747
23748         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23749         "Unrecognized menu descriptor" error in XEmacs.
23750
23751 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23752
23753         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23754         parent article of a sparse article in the thread hashtb.
23755
23756 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23757
23758         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23759         (nnmail-expand-newtext): Lowercase expanded entries if
23760         nnmail-split-lowercase-expanded is non-nil.
23761
23762 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23763
23764         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23765
23766         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23767         of gnus-tmp-news-method into string under XEmacs.  It will be
23768         passed to gnus-correct-length which takes only a string argument.
23769
23770 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23771
23772         * gnus-util.el (gnus-bind-print-variables): New macro.
23773         (gnus-prin1): Use it.
23774         (gnus-prin1-to-string): Use it.
23775         (gnus-pp): New function.
23776         (gnus-pp-to-string): New function.
23777
23778         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23779         Replace pp-to-string with gnus-pp-to-string.
23780         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23781         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23782         * gnus-msg.el (gnus-debug): Ditto.
23783         * gnus-score.el (gnus-score-save): Ditto.
23784         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23785         gnus-pp-to-string.
23786         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23787         with gnus-pp.
23788         * score-mode.el (gnus-score-pretty-print): Ditto.
23789         * webmail.el (webmail-debug): Ditto.
23790
23791 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23792
23793         * gnus-art.el (article-display-face, article-display-x-face):
23794         Use buffer-read-only.
23795
23796 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23797
23798         * gnus-art.el (article-hide-list-identifiers):
23799         Bind inhibit-read-only as t.
23800
23801 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23802
23803         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23804
23805 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23806
23807         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23808         (gnus-narrow-to-page): Don't assume point-min == 1.
23809         (gnus-article-edit-mode): Derive from message-mode.
23810
23811         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23812         point-min == 1.
23813
23814         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23815         Disable incorrect use of `assert'.
23816
23817         * message.el (message-mode): Set comment-start-skip.
23818
23819
23820 2004-08-22  Sam Steingold  <sds@gnu.org>
23821
23822         * pop3.el (pop3-leave-mail-on-server): New user variable.
23823         (pop3-movemail): Delete mail only when it is nil.
23824
23825 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23826
23827         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23828
23829         * mml.el (mml-preview): Use `pop-to-buffer'.
23830
23831         * message.el (message-goto-mail-followup-to): Insert after "To".
23832         (message-carefully-insert-headers): Add comment.
23833
23834         * gnus.el: Remove unused variable `gnus-article-check-size'.
23835
23836         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23837
23838         * gnus-art.el (gnus-button-alist):
23839         Improve `gnus-button-handle-library' entry.
23840
23841 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23842
23843         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23844         Use downcase, since XEmacs capitalizes error messages differently.
23845
23846 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23847
23848         * nntp.el: Add (require 'gnus) due to reference to
23849         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23850
23851 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23852
23853         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23854         Bind `mm-fill-flowed'.
23855
23856         * mm-decode.el (mm-dissect-singlepart): Check it.
23857
23858 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23859
23860         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23861         'imap' for netrc parsing.
23862
23863 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23864
23865         * mailcap.el (mailcap-mime-data): Mark as risky.
23866
23867 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23870         may be included in the encoded word.
23871         (rfc2047-encode): Don't append a space if the encoded word
23872         includes close parenthesis.
23873
23874 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23877         of text within parentheses.
23878
23879 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23880
23881         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23882         (gnus-encrypt-write-file-contents): Make the password key the file
23883         name PLUS the cipher, not just the cipher.  Also remove failed
23884         passwords from the cache.
23885
23886 2004-08-06  Simon Josefsson  <jas@extundo.com>
23887
23888         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23889         Doc fix.
23890
23891 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23892
23893         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23894         LWSP.
23895
23896 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23897
23898         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23899         Try to append in-reply-to: data to the references: header.
23900
23901         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23902         (netrc-parse): Use gnus-encrypt.el functions.
23903
23904         * gnus-encrypt.el: Add new file for encryption support; currently
23905         does only a few GPG ciphers and an internal XOR cipher.
23906
23907         * password.el: Add comments on using password-read-and-add.
23908         (password-read-and-add): Add function to read and add the
23909         password to the cache at once.
23910
23911 2004-07-28  Simon Josefsson  <jas@extundo.com>
23912
23913         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23914         parameter (but don't use it, for now).
23915
23916         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23917         instead of hard coding to nil.
23918
23919 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23920
23921         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23922         as mm-inline-image-xemacs does.
23923
23924 2004-07-26  Simon Josefsson  <jas@extundo.com>
23925
23926         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23927         Revert part of 2004-07-17 change below.
23928
23929 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23930
23931         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23932         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23933
23934 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23935
23936         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23937         quotes that actually start with ">" at the beginning of the
23938         lines.
23939
23940 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23941
23942         * rfc2047.el (rfc2047-encode-region): Fix last change.
23943         (rfc2047-encode-parameter): Remove useless concat.
23944
23945 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23946
23947         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23948         encode special characters; fix some kind of misconfigured headers;
23949         signal a real error if debug-on-quit or debug-on-error is non-nil.
23950         (rfc2047-encode-max-chars): New variable.
23951         (rfc2047-encode-1): Use it.
23952         (rfc2047-encode-parameter): New function.
23953
23954         * mml.el (mml-insert-parameter): Remove an excessive space.
23955
23956 2004-07-17  Simon Josefsson  <jas@extundo.com>
23957
23958         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23959         Kai Grossjohann <kai@emptydomain.de>.
23960         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23961         (gnus-group-make-menu-bar): Ditto.
23962
23963         * gnus-util.el (gnus-group-server): Add.
23964
23965 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23966
23967         * message.el (message-clone-locals): Clone sendmail and smtp
23968         variables.
23969
23970 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23971
23972         * rfc2047.el (rfc2047-encode-region): Fix last change.
23973
23974 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23975
23976         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23977         characters as non-special.
23978
23979 2004-07-09  Simon Josefsson  <jas@extundo.com>
23980
23981         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23982         Users will lose all flag changes made while unplugged with
23983         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23984         good default.  See numerous reports on ding mailing list.
23985
23986 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23987
23988         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23989         add generate-head-function and generate-article-function to the
23990         rfc822-forward entry.
23991         (nndoc-rfc822-forward-generate-article): New function.
23992         (nndoc-rfc822-forward-generate-head): New function.
23993
23994         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23995
23996 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23997
23998         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23999         respect display group parameter and gnus-summary-expunge-below.
24000         (gnus-articles-to-read): Remove unused reference to display group
24001         parameter.
24002
24003 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24004
24005         * nnheader.el (nnheader-uniquify-message-id): New experimental
24006         variable.
24007         (nnheader-nov-read-message-id): Use it.
24008
24009         * spam-report.el (spam-report-gmane): Add interactive.
24010
24011 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24012
24013         * mm-encode.el (mm-content-transfer-encoding-defaults):
24014         Use qp-or-base64 for the application/* types.
24015
24016 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24017
24018         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24019
24020 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24021
24022         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24023         trim value.
24024
24025 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24026
24027         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24028         New macro and function.
24029         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24030
24031 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24032
24033         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24034         after-load-alist.
24035
24036 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24037
24038         * gnus-group.el (gnus-group-get-new-news-this-group):
24039         Don't update info that isn't there.
24040
24041 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24042
24043         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24044         entry.
24045
24046 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24047
24048         * mm-view.el (mm-inline-render-with-function): Use multibyte
24049         buffer; decode html source by charset.
24050
24051         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24052
24053         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24054         Mule-UCS is loaded under XEmacs.
24055         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24056
24057 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24058
24059         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24060
24061 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24062
24063         * mm-util.el (mm-coding-system-p): Return a coding-system.
24064         (mm-mime-mule-charset-alist): Use shift_jis instead of
24065         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24066         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24067         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24068         instead of japanese-shift-jis and iso-latin-1 respectively in
24069         order to share the default value with both Emacs and XEmacs-mule.
24070         (mm-mule-charset-to-mime-charset):
24071         Make mm-coding-system-priorities effective.
24072         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24073         while predicating of candidates upon the priorities.
24074
24075 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24076
24077         * gnus-sum.el (gnus-summary-make-menu-bar):
24078         Add gnus-uu-invert-processable.
24079
24080         * gnus.el: Autoload gnus-uu-invert-processable.
24081
24082 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24083
24084         * mm-util.el (mm-with-multibyte-buffer): New macro.
24085
24086         * rfc2047.el (rfc2047-encode-string): Use it.
24087         (rfc2047-encode-region): Move point to the end of the region after
24088         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24089
24090 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24091
24092         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24093         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24094
24095 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24096
24097         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24098         (gnus-cite-parse): Ignore quoted envelope From_.
24099         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24100
24101 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24102
24103         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24104         invalid addresses.
24105
24106 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24107
24108         * spam.el: Change section markers, revise TODO list.
24109         (spam-backends): Make new master list of all installed backends.
24110         (spam-summary-exit-behavior): Add new variable to determine how
24111         messages moves are done at summary exit.
24112         (spam-move-spam-nonspam-groups-only)
24113         (spam-process-ham-in-nonham-groups)
24114         (spam-process-ham-in-spam-groups): Remove variables, the
24115         spam-summary-exit-behavior variable should be used to manage this
24116         behavior.
24117         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24118         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24119         and spam-old-spam-articles.
24120         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24121         Add empty variables, placeholders for the backends they represent.
24122         (spam-set-difference): Move, unchanged.
24123         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24124         unless the user has a processor variable.
24125         (spam-classifications, spam-classification-valid-p)
24126         (spam-backend-properties, spam-backend-property-valid-p)
24127         (spam-backend-function-type-valid-p)
24128         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24129         (spam-report-articles-gmane, spam-report-articles-resend):
24130         Remove functions, they are not needed.
24131         (spam-install-backend-super, spam-backend-list)
24132         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24133         (spam-backend-function, spam-backend-ham-registration-function)
24134         (spam-backend-spam-registration-function)
24135         (spam-backend-ham-unregistration-function)
24136         (spam-backend-spam-unregistration-function)
24137         (spam-backend-statistical-p, spam-backend-mover-p)
24138         (spam-install-backend-alias, spam-install-checkonly-backend)
24139         (spam-install-mover-backend, spam-install-nocheck-backend)
24140         (spam-install-backend, spam-install-statistical-backend)
24141         (spam-install-statistical-checkonly-backend): Add backend installation
24142         support.
24143         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24144         (spam-group-processor-p): Use the new backend code and respect the
24145         summary exit behavior.
24146         (spam-mark-spam-as-expired-and-move-routine): Remove.
24147         (spam-summary-prepare): Change to use the new spam-old-articles
24148         variable.
24149         (spam-copy-or-move-routine, spam-copy-spam-routine)
24150         (spam-move-spam-routine, spam-copy-ham-routine)
24151         (spam-move-ham-routine): Add code to copy/move ham or spam.
24152         (spam-fetch-field-fast): Improve doc and code, plus allow the
24153         'number request.
24154         (spam-list-of-checks, spam-list-of-statistical-checks):
24155         Remove variables.
24156         (spam-split, spam-find-spam): Use the new backend code.
24157         (spam-registration-functions): Remove variable.
24158         (spam-unregister-routine): Add convenience wrapper.
24159         (spam-log-undo-registration, spam-register-routine)
24160         (spam-log-processing-to-registry)
24161         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24162         where possible.
24163         (spam-check-gmane-xref, spam-check-regex-headers)
24164         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24165         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24166         (spam-check-bogofilter-headers, spam-check-spamoracle)
24167         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24168         (spam-check-crm114-headers): Use the spam-split-group that
24169         spam-split prepares, no need to determine it every time.
24170
24171         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24172         to the nnheader-parse-naked-head call.
24173
24174         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24175
24176         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24177         the nnheader-nov-read-message-id call.
24178
24179 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24180
24181         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24182         gnus-activate-group twice.  Suggested by Markus Peter
24183         <warp@spin.de>.
24184
24185 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24186
24187         * gnus-art.el (gnus-article-time-format): Exchange the order of
24188         day and month in the default value; fix customization type.
24189         (article-date-ut): Use add-text-properties.
24190         (article-make-date-line): Use message-make-date instead of
24191         current-time-string.
24192
24193         * message.el (message-fetch-field): Don't use set-text-properties.
24194         (message-make-date): Simplify.
24195
24196         * messagexmas.el (message-xmas-make-date): New function.
24197         (message-xmas-redefine): Defalias message-make-date to it.
24198
24199 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24200
24201         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24202         (rfc2047-encode-region): Treat text within parentheses as special;
24203         show the original text when error has occurred.
24204
24205         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24206         already-computed method to gnus-activate-group.
24207
24208         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24209         same select-methods identical Lisp objects.
24210
24211         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24212         object when modifying the info.
24213
24214 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24215
24216         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24217         gnus-opened-servers since it has never been opened with the new
24218         configuration yet.
24219
24220 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24223         arg to nnheader-generate-fake-message-id.
24224
24225 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24226
24227         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24228         number and build a fake message ID localized to a group and
24229         article number (so it's repeatable from that point on).
24230         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24231         ID format.
24232
24233         * gnus-sum.el (gnus-get-newsgroup-headers):
24234         Call nnheader-generate-fake-message-id with the article number.
24235
24236 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24237
24238         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24239         end-of-buffer.
24240
24241 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24242
24243         * message.el (message-ignored-supersedes-headers): Add Approved.
24244
24245 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24246
24247         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24248         goto-char.
24249         (rfc2047-encode): Fold the line before encoding.
24250
24251 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24252
24253         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24254         folding -- not all headers can be folded, and this should be done
24255         by the message composition mode.  Probably.  I think.
24256
24257 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24258
24259         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24260         fast.
24261
24262         * gnus-ems.el (gnus-remove-image): Don't use
24263         message-text-with-property; remove only the image found first.
24264
24265         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24266         found first.
24267
24268 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24269
24270         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24271
24272 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24273
24274         * message.el (message-text-with-property): Make it fast and accept
24275         optional arguments.
24276         (message-strip-forbidden-properties): Use it.
24277         (message-fix-before-sending): Follow the m-t-w-p change.
24278
24279         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24280
24281 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24282
24283         * gnus-art.el (article-hide-headers): Don't change the buffer
24284         mistakenly when performing mml-preview even if
24285         gnus-single-article-buffer is nil.
24286
24287 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24288
24289         * message.el (message-expand-name-databases): New user option.
24290         (message-expand-name): Use it.
24291
24292 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24293
24294         * spam.el (spam-report-articles-resend)
24295         (spam-report-resend-register-routine): Allow ham reporting.
24296         (spam-report-resend-register-ham-routine): Add wrapper.
24297         (spam-registration-functions): Add ham resending functions.
24298         (spam-list-of-processors): Add ham resend processor.
24299
24300         * gnus.el (ham-resend-to): Add new group parameter.
24301         (spam-process): Add ham resend option.
24302
24303         * spam-report.el (spam-report-resend): Allow reporting ham.
24304         (spam-report-resend-ham): Add wrapper.
24305
24306 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24307
24308         * message.el (message-cite-articles-with-x-no-archive):
24309         New variable.
24310         (message-cite-original): Use it.
24311
24312 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24313
24314         * message.el (message-cite-original): Respect X-No-Archive.
24315
24316 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24317
24318         * gnus-art.el (article-hide-headers): Refer to the values for
24319         gnus-ignored-headers and gnus-visible-headers in the summary
24320         buffer since a user may have set them as group parameters.
24321
24322 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24323
24324         * assistant.el (assistant-node-name): Add convenience function.
24325         (assistant-render-text, assistant-render-node): Add error handling,
24326         plus handle multiple next nodes.
24327         (assistant-find-next-node): Comment out for now.
24328         (assistant-find-next-nodes): Add function, returns list of next
24329         nodes.
24330
24331 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24332
24333         * mail-source.el (mail-source-directory): Fix doc-string.
24334
24335 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24336
24337         * assistant.el (assistant-render-text, assistant-eval): Add :set
24338         widget type, which is different because it takes and returns a
24339         list.  Much hilarity ensues.
24340
24341 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24342
24343         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24344
24345         * gnus-group.el (gnus-group-get-new-news-this-group):
24346         Add doc-string.
24347
24348         * gnus-start.el (gnus-activate-group): Add doc-string.
24349
24350 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24351
24352         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24353
24354 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24355
24356         * assistant.el (assistant-render-text): Try to add a :set
24357         widget, more to come.
24358
24359         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24360         strings.
24361         (spam-report-articles-resend)
24362         (spam-register-routine): Do registration iff any articles warrant
24363         it.
24364         (spam-summary-prepare-exit): Change log message for nil group
24365         destinations.
24366
24367 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24368
24369         * spam.el (spam-report-resend-register-routine):
24370         Allow spam-report-resend-to to be a group parameter or a global value.
24371
24372 2004-05-26  Simon Josefsson  <jas@extundo.com>
24373
24374         * starttls.el: Merge with my GNUTLS based starttls.el.
24375         (starttls-gnutls-program, starttls-use-gnutls)
24376         (starttls-extra-arguments, starttls-process-connection-type)
24377         (starttls-connect, starttls-failure, starttls-success):
24378         New variables.
24379         (starttls-program, starttls-extra-args): Doc fix.
24380         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24381         New functions.
24382         (starttls-negotiate, starttls-open-stream):
24383         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24384         function if it is set.
24385
24386 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24387
24388         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24389         structured fields.
24390
24391 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24392
24393         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24394
24395 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24396
24397         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24398         Add variable.
24399         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24400         assigning the spam-mark to new messages.
24401
24402 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24403
24404         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24405
24406 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24407
24408         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24409
24410         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24411         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24412         default.
24413
24414 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24415
24416         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24417         correct data.
24418
24419 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24420
24421         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24422         (spam-group-processor-p): Fix function.
24423         (spam-group-processor-multiple-p)
24424         (spam-group-spam-processor-report-gmane-p)
24425         (spam-group-spam-processor-report-resend-p)
24426         (spam-group-spam-processor-bogofilter-p)
24427         (spam-group-spam-processor-blacklist-p)
24428         (spam-group-spam-processor-ifile-p)
24429         (spam-group-ham-processor-ifile-p)
24430         (spam-group-spam-processor-spamoracle-p)
24431         (spam-group-spam-processor-crm114-p)
24432         (spam-group-ham-processor-bogofilter-p)
24433         (spam-group-spam-processor-stat-p)
24434         (spam-group-ham-processor-stat-p)
24435         (spam-group-ham-processor-whitelist-p)
24436         (spam-group-ham-processor-BBDB-p)
24437         (spam-group-ham-processor-spamoracle-p)
24438         (spam-group-ham-processor-copy-p): Remove functions with some
24439         prejudice against unneeded code.
24440         (spam-report-articles-resend)
24441         (spam-report-resend-register-routine): Allow the group/topic
24442         spam-resend-to value to override spam-report-resend-to.
24443         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24444         properly now.
24445
24446         * gnus.el (spam-resend-to): Add group/topic parameter.
24447         (spam-process): Move the OBSOLETE processors to the end of the
24448         choices.
24449
24450 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24451
24452         * spam-report.el (spam-report-resend-to, spam-report-resend):
24453         Start with resend-to set to nil, and then ask the user if necessary.
24454         (spam-report-resend): spam-report-resend takes a list of articles, not
24455         separate article numbers.
24456
24457 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24458
24459         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24460         addition to emacs-w3m.
24461
24462 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24463
24464         * assistant.el (assistant-authinfo-data): New function.
24465         (assistant-eval): Eval for entire assistant.
24466
24467         * netrc.el (netrc-services-file): New variable.
24468         (netrc-parse-services): New function.
24469         (netrc-find-service-name): New function.
24470         (netrc-find-service-number): New function.
24471         (netrc-port-equal): New function.
24472         (netrc-machine): Use it.
24473
24474         * nnimap.el (nnimap-open-connection): Use netrc.
24475
24476         * gnus-util.el (gnus-netrc-get): Remove aliases.
24477
24478         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24479
24480         * assistant.el (wid-edit): Fix compilation.
24481
24482         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24483
24484 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24485
24486         * gnus-util.el (gnus-set-file-modes): New function.  (small
24487         patch).
24488
24489 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24490
24491         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24492
24493         * assistant.el (assistant-render-node): Fix up rendering and
24494         read-only text.
24495         (assistant-render-node): Reset.
24496         (assistant-make-read-only): Not sticky.
24497
24498 2004-05-20  Danny Siu  <dsiu@adobe.com>
24499
24500         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24501         centered even when gnus-auto-center-summary is t.
24502
24503 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24504
24505         * dns.el (dns-get-txt-answer): New function.
24506         (dns-read-txt): Ditto.
24507         (query-dns): Use it.
24508
24509 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24510
24511         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24512         active for foreign groups even if the group level is higher than
24513         the specified value.
24514
24515 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24516
24517         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24518         non-active groups.
24519
24520         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24521
24522 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24523
24524         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24525
24526 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24527
24528         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24529         (spam-crm114-header, spam-crm114-spam-switch)
24530         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24531         (spam-crm114-positive-spam-header)
24532         (spam-crm114-database-directory, spam-list-of-processors)
24533         (spam-group-spam-processor-crm114-p)
24534         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24535         (spam-generic-score, spam-list-of-checks)
24536         (spam-list-of-statistical-checks, spam-registration-functions)
24537         (spam-check-crm114-headers, spam-crm114-score)
24538         (spam-check-crm114, spam-crm114-register-with-crm114)
24539         (spam-crm114-register-spam-routine)
24540         (spam-crm114-unregister-spam-routine)
24541         (spam-crm114-register-ham-routine)
24542         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24543
24544 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24545
24546         * gnus.el: Add spam-use-crm114.
24547
24548         * spam.el (spam-list-of-processors, spam-registration-functions):
24549         Add spam-use-resend.
24550         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24551         (spam-report-articles-gmane): Add doc fix.
24552         (spam-report-articles-resend, spam-report-resend-register-routine):
24553         Add wrappers around spam-report-resend-to.
24554
24555         * spam-report.el (spam-report-resend-to, spam-report-resend):
24556         Add support for resending spam.
24557         (spam-report-gmane): Fix line length >80.
24558
24559         * gnus.el (spam-process): Add spam-use-resend.
24560
24561 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24562
24563         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24564         number of processed spam messages.
24565         (spam-ham-copy-or-move-routine): Return the number of processed
24566         ham messages.
24567         (spam-summary-prepare-exit): Use the above values to decide
24568         whether status messages shouled be displayed.
24569
24570 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24573         `rfc2047-encoding-function-alist' in order to avoid conflicting
24574         with the old version.
24575         (rfc2047-encode-region): Concatenate words containing non-ASCII
24576         characters in structured fields; don't encode space-delimited
24577         ASCII words even in unstructured fields; don't break words at
24578         char-category boundaries.
24579         (rfc2047-encode-1): New function.
24580         (rfc2047-encode): Use it; encode text so that it occupies the
24581         maximum width within 76-column; work correctly on Q encoding for
24582         iso-2022-* charsets.
24583         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24584         sure not to break a line just after the header name.
24585         (rfc2047-b-encode-region): Remove.
24586         (rfc2047-b-encode-string): New function.
24587         (rfc2047-q-encode-region): Remove.
24588         (rfc2047-q-encode-string): New function.
24589
24590         * mm-util.el (mm-replace-in-string): New function.
24591
24592 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24593
24594         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24595         Really get it right.
24596         (gnus-inews-make-draft): Really.
24597
24598 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24599
24600         * nnmh.el (nnmh-request-list-1): Don't check the link count
24601         before descending.  (small patch)
24602
24603 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24604
24605         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24606         stuff.
24607
24608         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24609         Match on real group name.
24610
24611         * gnus-art.el (gnus-signature-limit): Doc fix.
24612
24613         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24614
24615         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24616
24617 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24618
24619         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24620         isn't a string.
24621
24622 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24623
24624         * gnus-draft.el (gnus-draft-send):
24625         Bind rfc2047-encode-encoded-words.
24626
24627         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24628         (rfc2047-encodable-p): Say that =? needs encoding.
24629         (rfc2047-encode-encoded-words): New variable.
24630
24631         * gnus-group.el (gnus-group-select-group): Doc fix.
24632
24633         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24634
24635         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24636         to nil.
24637
24638         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24639
24640         * nnheader.el (nnheader-get-lines-and-char): New function.
24641
24642 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24643
24644         * gnus-msg.el (gnus-summary-followup-with-original):
24645         Document yanking of region when active.
24646
24647 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24648
24649         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24650         groups if the group level is higher than the specified value.
24651
24652 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24653
24654         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24655         (gnus-group-jump-to-group): Add prefix argument using
24656         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24657         non-active group.
24658
24659         * compface.el (uncompface): Be verbose when changing
24660         `uncompface-use-external'.
24661
24662         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24663         handle manual section.
24664
24665 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24666
24667         * gnus-art.el (gnus-button-alist): Revert previous change.
24668
24669 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24670
24671         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24672
24673 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24674
24675         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24676         whether backend can accept message.
24677
24678         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24679
24680 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24681
24682         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24683         Avoid creating directory when nntp-marks-is-evil is true.
24684         Reported by Reiner Steib.
24685
24686 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24687
24688         * gnus-picon.el (gnus-picon-insert-glyph):
24689         Add optional `nostring' argument.
24690
24691 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24692
24693         * gnus-picon.el (gnus-picon-style): New variable.
24694         (gnus-picon-transform-address): Support `gnus-picon-style'.
24695
24696 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24697
24698         * message.el (message-fill-field): Return point.
24699         (message-generate-headers): Go to end of field.
24700
24701         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24702         stuff for non-living groups.
24703
24704 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24705
24706         * gnus-art.el (gnus-article-followup-with-original)
24707         (gnus-article-reply-with-original): gnus-mark-active-p ->
24708         gnus-region-active-p.
24709
24710 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24711
24712         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24713         only when there is spam or ham to be processed.
24714
24715 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24716
24717         * mail-source.el (mail-source-delete-crash-box): Refactor.
24718         (mail-source-fetch): Use it.
24719         (mail-source-fetch-file): Ditto.
24720         (mail-source-fetch-directory): Run postscript in loop.
24721         (mail-source-fetch-pop): Delete.
24722         (mail-source-fetch-maildir): Ditto.
24723         (mail-source-fetch-imap): Ditto.
24724
24725         * imap.el (imap-authenticators): Comment out sasl.
24726
24727         * message.el (message-skip-to-next-address): New function.
24728         (message-fill-header-address): Refactor.
24729         (message-fill-address): Use it.
24730         (message-delete-address): Use it.
24731         (message-fill-header-general): Refactor.
24732         (message-fill-field-address): Rename.
24733         (message-narrow-to-field): Find the start of the header.
24734         (message-header-format-alist): Don't pre-fill.
24735         (message-fill-header): Remove.
24736         (message-insert-header): New function.
24737         (message-shorten-references): Use it.
24738
24739         * rfc2047.el (rfc2047-field-value): Strip props.
24740
24741         * mail-parse.el (mail-header-make-address): New alias.
24742
24743         * ietf-drums.el (ietf-drums-make-address): New function.
24744
24745         * imap.el: Add compiler directives.
24746
24747         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24748
24749         * gnus-art.el (article-decode-idna-rhs): Don't use
24750         message-idna-inside-rhs-p.
24751
24752 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24753
24754         * message.el (message-idna-inside-rhs-p): Remove.
24755         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24756
24757         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24758         false positives.
24759
24760 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24761
24762         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24763
24764 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24765
24766         * nneething.el (nneething-file-name): Don't create spurious
24767         files.
24768
24769         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24770         (gnus-inews-do-gcc): Remove sleep.
24771
24772         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24773         part under point.
24774
24775         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24776         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24777
24778 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24779
24780         * spam.el (spam-summary-prepare-exit): Fix (length).
24781
24782 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24783
24784         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24785         as expired without moving it" message when there are spam
24786         messages left.
24787
24788 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24789
24790         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24791         header is not nil.
24792
24793 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24794
24795         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24796         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24797         (nntp-marks-changed-p): New arg SERVER.
24798         (nntp-request-update-info): Adjust caller.
24799
24800 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24801
24802         * nntp.el (nntp-save-marks): Pass missing arg.
24803
24804 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24805
24806         * nntp.el: Support marks.
24807         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24808         (nntp-marks-modtime, nntp-marks-directory): New variables.
24809         (nntp-request-set-mark, nntp-request-update-info)
24810         (nntp-possibly-create-directory, nntp-marks-changed-p)
24811         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24812         New functions.
24813
24814 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24815
24816         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24817         (gnus-xmas-redefine): Rename.
24818
24819         * gnus-score.el (gnus-score-insert-help):
24820         Use gnus-select-lowest-window.
24821
24822         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24823         appt-select-lowest-window and rename to gnus-select-lowest-window.
24824
24825         * gnus.el: do.
24826
24827 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24828
24829         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24830         encodings of MIME-encoded words, in order to improve
24831         interoperability with several broken MUAs.
24832
24833 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24834
24835         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24836         tags, only when charsets are not specified in headers.
24837         (mm-inline-text-html-render-with-w3m): Ditto.
24838
24839         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24840         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24841
24842 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24843
24844         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24845         instead of MIME-decoded from fields when checking
24846         `gnus-article-address-banner-alist'.
24847
24848 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24849
24850         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24851         description rather than subject.
24852
24853 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24854
24855         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24856
24857 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24858
24859         * gnus.el (gnus-version-number): Bump.
24860
24861 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24862
24863         * gnus.el: No Gnus v0.2 is released.
24864
24865 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24866
24867         * gnus-agent.el (gnus-agent-read-agentview):
24868         Inline gnus-uncompress-range.
24869
24870 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24871
24872         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24873         `exec-installed-p'.
24874
24875 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24876
24877         * gnus.el (spam-process, spam-autodetect-methods):
24878         Add bsfilter and bsfilter-headers.
24879
24880         * spam.el (spam-bsfilter): New customize group.
24881         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24882         (spam-bsfilter-header, spam-bsfilter-probability-header)
24883         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24884         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24885         (spam-bsfilter-database-directory): New options.
24886         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24887         (spam-list-of-statistical-checks, spam-registration-functions):
24888         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24889         (spam-bsfilter-score): New command.
24890         (spam-check-bsfilter-headers, spam-check-bsfilter)
24891         (spam-bsfilter-register-with-bsfilter)
24892         (spam-bsfilter-register-spam-routine)
24893         (spam-bsfilter-unregister-spam-routine)
24894         (spam-bsfilter-register-ham-routine)
24895         (spam-bsfilter-unregister-ham-routine): New functions.
24896         (spam-generic-score): Support bsfilter; Accept an optional argument
24897         to recalcurate spam score even if scoring header has already been
24898         added.
24899         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24900         optional argument to recalcurate spam score even if scoring header
24901         has already been added.
24902
24903 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24904
24905         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24906         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24907         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24908         link is missing.
24909
24910 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24911
24912         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24913         (html2text-get-attr): Rewrite.
24914
24915         * message.el (message-setup-1): Remove redundant put-text-property
24916         on mail-header-separator.
24917
24918 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24919
24920         * gnus-registry.el (gnus-registry-cache-whitespace)
24921         (gnus-registry-action, gnus-registry-spool-action)
24922         (gnus-registry-split-fancy-with-parent): Change message levels
24923         from 5 to 3 or 7, as needed.
24924
24925         * spam.el (spam-summary-prepare-exit)
24926         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24927         (spam-split, spam-find-spam, spam-log-undo-registration)
24928         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24929         level from 5 to 6.
24930
24931 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24932
24933         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24934         2004-03-04 change).
24935
24936 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24937
24938         * sieve-manage.el (sieve-manage-open):
24939         * nnweb.el (nnweb-insert-html):
24940         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24941         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24942         * nnspool.el (nnspool-request-group):
24943         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24944         * nnml.el (nnml-request-update-info):
24945         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24946         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24947         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24948         (nnimap-request-set-mark):
24949         * nnfolder.el (nnfolder-request-update-info):
24950         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24951         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24952         * gnus-uu.el (gnus-uu-find-articles-matching):
24953         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24954         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24955         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24956         * gnus-nocem.el (gnus-nocem-scan-groups):
24957         * gnus-int.el (gnus-start-news-server):
24958         * gnus-group.el (gnus-group-make-kiboze-group)
24959         (gnus-group-browse-foreign-server):
24960         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24961         Use mapc when appropriate.
24962
24963 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24964             Adam Sjøgren  <asjo@koldfront.dk>
24965             Wes Hardaker  <wes@hardakers.net>
24966             Michael Shields  <shields@msrl.com>
24967
24968         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24969         may need for spam sorting and scoring.
24970         (spam-user-format-function-S): Add user format function suitable for
24971         general use.
24972         (spam-article-sort-by-spam-status): Add sorting function for summary
24973         sorting.
24974         (spam-extra-header-to-number): Add function to get a score from a
24975         header.
24976         (spam-summary-score): Add function to get a numeric score from the
24977         headers.
24978         (spam-generic-score): Fix function doc, was in wrong place.
24979         (spam-initialize): Take symbols when it's run, and install the
24980         extra headers that spam-necessary-extra-headers thinks we need.
24981
24982 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24983
24984         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24985         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24986
24987 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24988
24989         * gnus-sum.el (gnus-set-global-variables)
24990         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24991         (gnus-article-get-xrefs, gnus-summary-best-group)
24992         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24993         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24994         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24995         Use with-current-buffer.
24996
24997 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24998
24999         * spam.el (spam-summary-prepare-exit): Simplify logic.
25000         (spam-fetch-article-header): Read the article header if it's not
25001         available.
25002         (spam-list-articles): Simplify logic.
25003         (spam-filelist-register-routine): Fix bug with unregister-list.
25004
25005         * gnus-registry.el: Fix comments at beginning.
25006
25007 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25008
25009         * message.el (message-cater-to-broken-inn): Remove.
25010         (message-shorten-references): Make sure the total folded length of
25011         References is shorter than 998 characters to cater to a bug in INN
25012         2.3.  Also, don't pretend that references aren't folded -- this
25013         hasn't worked for a while.
25014
25015 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25016
25017         * gnus-agent.el (gnus-agentize):
25018         gnus-agent-send-mail-real-function no longer set to current value
25019         of message-send-mail-function but rather a lambda that calls
25020         message-send-mail-function.  The change makes the agent real-time
25021         responsive to user changes to message-send-mail-function.
25022
25023 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25024
25025         * legacy-gnus-agent.el
25026         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25027         help from Florian Weimer <fw@deneb.enyo.de>
25028
25029 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25030
25031         * nnmail.el (nnmail-cache-insert): Revert last change.
25032
25033 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25034
25035         * nnmail.el (nnmail-cache-insert): Always check whether
25036         nnmail-cache-ignore-groups matches a group name.
25037
25038 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25039
25040         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25041         (spam-find-spam, spam-log-processing-to-registry)
25042         (spam-log-registered-p, spam-log-unregistration-needed-p)
25043         (spam-log-undo-registration): Use gnus-message instead of
25044         gnus-error, none of these errors are fatal.
25045
25046         * gnus-registry.el (gnus-registry-clean-empty-function)
25047         (gnus-registry-clean-empty): Remove only empty entries without
25048         extra data.
25049
25050 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25051
25052         * spam-stat.el (spam-stat-buffer-change-to-spam)
25053         (spam-stat-buffer-change-to-non-spam): Change (error) to
25054         (gnus-message 8) invocation.
25055
25056 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25057
25058         * nntp.el (nntp-via-netcat-command): New variable.
25059         (nntp-via-netcat-switches): New variable.
25060         (nntp-open-via-rlogin-and-netcat): New function.
25061         (nntp-open-connection-function): Doc fix.
25062         (nntp-telnet-command): Doc fix.
25063         (nntp-end-of-line): Doc fix.
25064         (nntp-via-rlogin-command): Doc fix.
25065         (nntp-via-user-name): Doc fix.
25066         (nntp-via-address): Doc fix.
25067
25068 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25069
25070         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25071         error in Emacs 21.1.
25072
25073 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25074
25075         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25076
25077 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25078
25079         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25080         (gnus-agent-with-refreshed-group): New macro.
25081         (gnus-agent-rename-group): New function.
25082         (gnus-agent-delete-group): New function.
25083         (gnus-agent-save-group-info): Use gnus-command-method when
25084         `method' parameter is nil.  Don't write nil entries into the
25085         active file.
25086         (gnus-agent-get-group-info): New function.
25087         (gnus-agent-fetch-articles):
25088         Use gnus-agent-update-files-total-fetched-for to increment disk space
25089         used.
25090         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25091         Use gnus-agent-update-view-total-fetched-for to increment disk space
25092         used.
25093         (gnus-agent-get-local): Add optional parameters to avoid calling
25094         gnus-group-real-name and gnus-find-method-for-group.
25095         (gnus-agent-set-local): Delete stored entry if either min, or max,
25096         are nil.
25097         (gnus-agent-fetch-session): Reworded error/quit messages.
25098         On quit, use gnus-agent-regenerate-group to record existance of any
25099         articles fetched to disk before the quit occurred.
25100         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25101         gnus-agent-update-view-total-fetched-for, and
25102         gnus-agent-update-files-total-fetched-for to decrement disk space
25103         used.
25104         (gnus-agent-retrieve-headers):
25105         Use gnus-agent-update-view-total-fetched-for to increment disk space
25106         used.
25107         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25108         with gnus-agent-update-files-total-fetched-for to decrement disk
25109         space and fresh group buffer.
25110         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25111         (gnus-agent-need-update-total-fetched-for): New variable.
25112         (gnus-agent-update-files-total-fetched-for): New function.
25113         (gnus-agent-update-view-total-fetched-for): New function.
25114         (gnus-agent-total-fetched-for): New function.
25115
25116         * gnus-cache.el (gnus-cache-save-buffers):
25117         Use gnus-cache-update-overview-total-fetched-for to change disk space
25118         used by this group.
25119         (gnus-cache-possibly-enter-article):
25120         Use gnus-cache-update-file-total-fetched-for to increment disk space
25121         used by this group.
25122         (gnus-cache-possibly-remove-article):
25123         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25124         used by this group.
25125         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25126         (gnus-cache-rename-group): New function.
25127         (gnus-cache-delete-group): New function.
25128         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25129         (gnus-cache-need-update-total-fetched-for): New variable.
25130         (gnus-cache-with-refreshed-group): New macro.
25131         (gnus-cache-update-file-total-fetched-for): New function.
25132         (gnus-cache-update-overview-total-fetched-for): New function.
25133         (gnus-cache-rename-group-total-fetched-for): New function.
25134         (gnus-cache-delete-group-total-fetched-for): New function.
25135         (gnus-cache-total-fetched-for): New function.
25136
25137         * gnus-group.el: Require gnus-sum and autoload functions to
25138         resolve warnings when gnus-group.el compiled alone.
25139         (gnus-group-line-format): Documented new %F.
25140         (size of Fetched data) group line format; identifies disk space
25141         used by agent and cache.
25142         (gnus-group-line-format-alist): Defined new F format.
25143         (gnus-total-fetched-for): New function.
25144         (gnus-group-delete-group): No longer update
25145         gnus-cache-active-altered as gnus-request-delete-group now keeps
25146         the cache in sync.
25147         (gnus-group-list-active): Let the agent store a server's active
25148         list if currently plugged.
25149
25150         * gnus-int.el (gnus-request-delete-group):
25151         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25152         local disk in sync with the server.
25153         (gnus-request-rename-group):
25154         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25155         local disk in sync with the server.
25156
25157         * gnus-start.el (gnus-get-unread-articles):
25158         Cosmetic simplification to logic.
25159
25160         * gnus-util.el (gnus-rename-file): New function.
25161
25162 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25163
25164         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25165
25166 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25167
25168         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25169         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25170
25171 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25172
25173         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25174         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25175
25176 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25177
25178         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25179
25180 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25181
25182         * spam.el (spam-set-difference): Add function to replace
25183         gnus-set-difference in spam.el.
25184         (spam-summary-prepare-exit): Use spam-set-difference.
25185
25186 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25187
25188         * gnus-registry.el (gnus-registry-cache-file): Update to use
25189         gnus-dribble-directory OR gnus-home-directory OR ~.
25190         (gnus-registry-split-fancy-with-parent): Fix doc.
25191
25192 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25193
25194         * message.el (message-exchange-point-and-mark):
25195         Use message-mark-active-p.  Suggested by Jesper Harder
25196         <harder@ifa.au.dk>.
25197
25198 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25199
25200         * message.el (message-exchange-point-and-mark): Don't activate
25201         region if it was inactive.  Suggested by Hiroshi Fujishima
25202         <pooh@nature.tsukuba.ac.jp>.
25203
25204 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25205
25206         * gnus-art.el (article-display-face): Display Faces in the same
25207         order as X-Faces.
25208
25209 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25210
25211         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25212
25213 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25214
25215         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25216         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25217         (gnus-article-mime-hierarchy): Remove.
25218         (gnus-article-mime-hierarchy-next): Remove.
25219         (gnus-article-mode): Revert 2004-03-19 change.
25220         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25221         (gnus-insert-mime-button): Revert 2004-03-19 change.
25222         (gnus-mime-accumulate-hierarchy): Remove.
25223         (gnus-mime-enter-multipart): Remove.
25224         (gnus-mime-leave-multipart): Remove.
25225         (gnus-mime-display-part): Revert 2004-03-19 change.
25226         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25227
25228         * mml.el (mml-preview): Revert 2004-03-19 change.
25229
25230 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25231
25232         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25233
25234 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25235
25236         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25237         t while entering a file name using the mm-with-multibyte macro.
25238         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25239
25240         * mm-util.el (mm-with-multibyte): New macro.
25241
25242 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25243
25244         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25245         New user option.
25246         (gnus-mime-multipart-functions): Doc and customization fix.
25247         (gnus-article-mime-hierarchy): New variable.
25248         (gnus-article-mime-hierarchy-next): New variable.
25249         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25250         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25251         gnus-article-mime-hierarchy-next to nil.
25252         (gnus-insert-mime-button): Show hierarchy numbers.
25253         (gnus-mime-accumulate-hierarchy): New function.
25254         (gnus-mime-enter-multipart): New function.
25255         (gnus-mime-leave-multipart): New function.
25256         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25257         (gnus-mime-display-alternative): Show hierarchy numbers.
25258
25259         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25260         gnus-article-mime-hierarchy-next to nil.
25261
25262 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25263
25264         * dns.el: Don't require gnus-xmas.
25265
25266 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25267
25268         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25269         inline PGP.
25270         (mml-menu): Disable mml-quote-region if mark is inactive.
25271
25272 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25275         when the group's active is not available.
25276
25277 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25278
25279         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25280         error.
25281
25282 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25283
25284         * imap.el (imap-store-password): New variable.
25285         (imap-interactive-login): Use it.
25286         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25287
25288 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25289
25290         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25291         window-start and hscroll to summary window.
25292
25293 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25294
25295         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25296         conversion message to newsrc-dribble when an actual conversion is
25297         performed.
25298
25299 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25300
25301         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25302
25303 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25304
25305         * mm-decode.el (mm-complicated-handles): New function reviving
25306         former definition of mm-multiple-handles.
25307
25308         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25309         (gnus-mime-delete-part): Use it.
25310
25311 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25312
25313         * gnus-agent.el (gnus-agent-read-local):
25314         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25315         avoid the implicit assumption that they will always be equal.
25316         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25317         coding-system-for-write, as the with-temp-file macro first prints
25318         to a buffer then saves the buffer.
25319
25320 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25321
25322         * gnus-art.el (gnus-article-edit-part): New function.
25323         (gnus-mime-save-part-and-strip): Use it; do query instead of
25324         signaling an error; don't use mm-multiple-handles.
25325         (gnus-mime-delete-part): Ditto.
25326
25327 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25328
25329         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25330         old file versions.
25331         (gnus-group-prepare-hook): Remove function that converted list
25332         form of gnus-agent-expire-days to group properties.
25333
25334         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25335         (gnus-request-accept-article): Re-indented.
25336
25337         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25338         converters to handle old agent file formats.  Add logic for a
25339         "backup before upgrading warning".
25340         (gnus-convert-mark-converter-prompt): Developers can mark
25341         functions as needing (default), or not needing,
25342         gnus-convert-old-newsrc's "backup before upgrading warning".
25343         (gnus-convert-converter-needs-prompt): Tests whether the user
25344         should be protected from potentially irreversable changes by the
25345         function.
25346
25347         * legacy-gnus-agent.el: New.  Provides converters that are only
25348         loaded when gnus-convert-old-newsrc needs to call them.
25349
25350 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25351
25352         * mail-source.el (mail-source-touch-pop): Doc fix.
25353
25354         * message.el (message-smtpmail-send-it): Doc fix.
25355
25356 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25357
25358         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25359
25360         * nnmail.el (nnmail-split-fancy): do.
25361
25362         * gnus-kill.el (gnus-kill, gnus-execute): do.
25363
25364 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25365
25366         * gnus-sum.el (gnus-widget-reversible-match)
25367         (gnus-widget-reversible-to-internal)
25368         (gnus-widget-reversible-to-external): New functions.
25369         (gnus-widget-reversible): New widget.
25370         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25371
25372 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25373
25374         * gnus-sum.el (gnus-thread-sort-functions)
25375         (gnus-article-sort-functions): Document `(not F)' items.
25376
25377 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25378
25379         * spam.el (spam-use-gmane-xref): Add new backend.
25380         (spam-gmane-xref-spam-group): Add variable to control the name of the
25381         Gmane spam group.
25382         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25383         (spam-regex-headers-spam, spam-regex-headers-ham)
25384         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25385         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25386         backends and checks.
25387         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25388
25389         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25390         an autodetect method.
25391
25392 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25393
25394         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25395         articles are being added to a group.
25396         (gnus-request-replace-article): Inform the agent that articles
25397         need to be uncached as the cached contents are no longer valid.
25398
25399 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25400
25401         * binhex.el: Don't autoload executable-find.
25402
25403         * canlock.el: Don't autoload mail-fetch-field.
25404
25405         * dgnushack.el: Autoload c-mode for XEmacs.
25406
25407         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25408
25409         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25410         rmail-dont-reply-to and rmail-output.
25411
25412         * gnus-score.el: Don't autoload ffap-string-at-point.
25413
25414         * gnus-setup.el: Don't autoload sc-cite-original.
25415
25416         * imap.el: Don't autoload base64-decode-string,
25417         base64-encode-string and md5.
25418
25419         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25420         and rmail-msg-restore-non-pruned-header.
25421
25422         * mm-decode.el: Don't autoload executable-find.
25423
25424         * mm-url.el: Don't autoload executable-find.
25425
25426         * mm-view.el: Don't autoload diff-mode.
25427
25428         * nndb.el: Don't autoload news-reply-mode, news-setup,
25429         cancel-timer and telnet.
25430
25431         * password.el: Don't autoload run-at-time for Emacs.
25432
25433         * sha1-el.el: Don't autoload executable-find.
25434
25435         * sieve-mode.el: Don't autoload c-mode.
25436
25437         * uudecode.el: Don't autoload executable-find.
25438
25439 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25440
25441         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25442         (gnus-agent-possibly-alter-active): Avoid null in numeric
25443         comparison.
25444         (gnus-agent-set-local): Refuse to save null in local object table.
25445         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25446         list of articles that will be marked as unread.
25447
25448 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25451
25452 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25453
25454         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25455         language tags.
25456
25457 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25458
25459         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25460         Don't bind "obarray".
25461
25462         * gnus-sum.el (gnus-thread-sort-functions):
25463         Add `gnus-thread-sort-by-most-recent-number' and
25464         `gnus-thread-sort-by-most-recent-date'.
25465         Reported by Kai Grossjohann <kai@emptydomain.de>.
25466
25467 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25468
25469         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25470
25471 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25472
25473         * gnus-cus.el (gnus-agent-customize-category):
25474         Remove ignore-errors macro reference that required cl to be loaded at
25475         run-time.
25476
25477         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25478         single-interval range of the form (min . max).  Previously the
25479         range had to look like ((min . max)).  Likewise, return
25480         (min . max) rather than ((min . max)).
25481         (gnus-range-map): Use gnus-range-normalize to accept
25482         single-interval range.
25483
25484         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25485         the cache, but not the agent, now appear with their usual face.
25486
25487         * dgnushack.el (loaddir): New variable that is bound to the
25488         directory containing the dgnushack.el file. Use loaddir, rather
25489         than srcdir, to update load-path. Change lets dgnushack compile
25490         code in directories other than GNUS/lisp.
25491
25492 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25493
25494         * lpath.el: Don't bind w3m-safe-url-regexp.
25495
25496         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25497         w3m-safe-url-regexp variable buffer-local.
25498
25499         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25500
25501 2004-02-27  Simon Josefsson  <jas@extundo.com>
25502
25503         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25504         gnus-group-real-prefix.
25505         (gnus-summary-move-article): Use it, instead of
25506         gnus-group-real-prefix.
25507
25508 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25509
25510         * lpath.el: Bind w3m-safe-url-regexp.
25511
25512         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25513         w3m-safe-url-regexp variable buffer-local and set it as the value
25514         of mm-w3m-safe-url-regexp.
25515
25516         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25517
25518         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25519         parsing gnus-posting-styles when the message is not for replying.
25520
25521         * dgnushack.el: Autoload sgml-mode for XEmacs.
25522
25523         * nnrss.el (nnrss-opml-export):
25524         Use mm-set-buffer-file-coding-system instead of
25525         set-buffer-file-coding-system.
25526
25527 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25528
25529         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25530         of checkdoc.el).
25531         * nnrss.el: do.
25532         * gnus-mlspl.el: do.
25533         * gnus-ml.el: do.
25534         * gnus-srvr.el: do.
25535
25536         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25537
25538 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25539
25540         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25541         Corrections to custom-manual links.
25542
25543         * gnus-art.el (gnus-article): Ditto.
25544
25545         * mm-decode.el (mime-display, mime-security): Ditto.
25546
25547 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25548
25549         * flow-fill.el: Typo.
25550
25551 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25552
25553         * spam-wash.el: New file.
25554
25555 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25556
25557         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25558
25559 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25560
25561         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25562         to be run with new-articles as LIST1, not LIST2.
25563         (spam-registration-functions): Add spam-use-ham-copy as a nil
25564         registration backend.
25565
25566 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25567
25568         * spam-stat.el (spam-stat-washing-hook): New option.
25569         (spam-stat-buffer-words): Use it.
25570         (spam-stat-process-directory, spam-stat-test-directory):
25571         Use insert-file-contents-literally.
25572         (spam-stat-coding-system): New variable.
25573         (spam-stat-load, spam-stat-save): Use it.
25574
25575 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25576
25577         * spam-report.el (spam-report-plug-agent):
25578         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25579
25580 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25581
25582         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25583         Allow / in mailto URLs.
25584
25585 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25586
25587         * spam-report.el (spam-report-process-queue): Fix interactive use.
25588         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25589         (spam-report-unplug-agent): Doc fixes.
25590         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25591         (spam-report-agentize, spam-report-deagentize): Autoload.
25592
25593 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25594
25595         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25596
25597         * message.el (message-setup-fill-variables): Add mml tags to
25598         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25599         <ajk@iu.edu>.
25600         (message-mode): Don't modify paragraph-separate there.
25601
25602 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25603
25604         * compface.el (uncompface-use-external): Default to undecided.
25605         (uncompface-use-external-threshold): New variable.
25606         (uncompface-float-time): New macro.
25607         (uncompface): Determine whether to use the external decoder if
25608         uncompface-use-external is undecided.
25609
25610 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25611
25612         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25613         after images.
25614
25615         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25616
25617 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25618
25619         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25620
25621         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25622
25623         * gnus-sum.el (gnus-summary-limit-to-age)
25624         (gnus-summary-limit-children): do.
25625
25626         * gnus-int.el (gnus-request-scan): do.
25627
25628         * gnus-group.el (gnus-group-suspend): do.
25629
25630         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25631
25632         * gnus-cite.el (gnus-cite-parse-attributions): do.
25633
25634         * gnus-agent.el (gnus-summary-set-agent-mark)
25635         (gnus-agent-regenerate-group): do.
25636
25637         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25638
25639         * binhex.el (binhex-decode-region-internal): do.
25640
25641 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25642
25643         * gnus-fun.el (gnus-face-properties-alist): New user option.
25644         (gnus-display-x-face-in-from): Use it.
25645
25646         * gnus-art.el (article-display-face): Ditto.
25647
25648         * compface.el (uncompface-use-external): Default to nil.
25649
25650 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25651
25652         * nntp.el (nntp-erase-buffer): New function.
25653         (nntp-retrieve-data, nntp-send-command)
25654         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25655         (nntp-possibly-change-group): Use it.
25656
25657         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25658         Use with-current-buffer.
25659
25660 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25661
25662         * compface.el: Merge the ELisp-based uncompface program.
25663         (compface): New customization group.
25664         (uncompface-use-external): New user option.
25665         (uncompface): Call uncompface-internal if uncompface-use-external
25666         is nil.
25667         (uncompface-internal): New function.  Note that there are also
25668         some other functions and variables added for this function.
25669
25670 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25671
25672         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25673         if necessary.
25674
25675 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25676
25677         * spam-report.el (spam-report-unplug-agent)
25678         (spam-report-plug-agent, spam-report-deagentize)
25679         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25680         Add support for the Agent in spam-report: when unplugged, report to a
25681         file; when plugged, submit all the requests.
25682
25683         * spam.el (spam-register-routine): Fix message about
25684         registration.
25685
25686 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25687
25688         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25689         dependencies.
25690         (rfc2047-encode): Use it.
25691
25692         * gnus-art.el (gnus-button-marker-list): Move before first
25693         reference.
25694
25695         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25696         (imap-parse-body): Fix format string mismatch.
25697
25698         * gnus-score.el (gnus-summary-increase-score): do.
25699
25700         * nnrss.el (nnrss-close): New function.
25701
25702 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25703
25704         * nnrss.el (nnrss-make-filename): New function.
25705         (nnrss-request-delete-group, nnrss-read-server-data)
25706         (nnrss-save-server-data, nnrss-read-group-data)
25707         (nnrss-save-group-data): Use it.
25708         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25709         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25710         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25711
25712 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25713
25714         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25715
25716 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25717
25718         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25719         files.
25720
25721         * message.el (message-generate-headers-first): Don't quote nil
25722         and t in docstrings.
25723
25724         * imap.el (imap-id): do.
25725
25726         * gnus-agent.el (gnus-agent-consider-all-articles)
25727         (gnus-agent-queue-mail): do.
25728
25729 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25730
25731         * spam-report.el (spam-report-process-queue): New function.
25732         Process requests from `spam-report-requests-file'.
25733         (spam-report-process-queue): Doc fix.
25734
25735 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25736
25737         * spam.el (spam-register-routine)
25738         (spam-log-processing-to-registry, spam-log-registered-p)
25739         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25740         Change "check" to "spam-check" for semi-clarity.
25741
25742 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25743
25744         * pop3.el: Require nnheader.
25745
25746         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25747
25748         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25749
25750         * gnus-picon.el: Require cl.
25751
25752         * gnus-fun.el: Require gnus-ems and gnus-util.
25753
25754         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25755
25756         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25757
25758         * gnus-art.el (gnus-article-edit-mode): Define before first
25759         reference.
25760
25761 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25762
25763         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25764         (gnus-uu-post-encoded): Use point-at-bol.
25765
25766         * gnus-topic.el (gnus-group-active-topic-p): do.
25767
25768         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25769
25770         * gnus-group.el (gnus-group-kill-region): do.
25771
25772         * gnus-art.el (article-date-ut): do.
25773
25774         * message.el (message-fetch-field): Remove redundant
25775         case-fold-search binding.
25776         (message-narrow-to-field): Simplify.
25777
25778 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25779
25780         * spam.el (spam-directory): Derive from `gnus-directory'.
25781
25782         * spam-report.el (spam-report-url-to-file)
25783         (spam-report-requests-file): New function and variable for offline
25784         reporting.
25785         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25786         and user defined function.
25787         (spam-report-url-ping-mm-url): Remove doubled slash.
25788
25789 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25790
25791         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25792
25793 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25794
25795         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25796         Fix format string mismatch.
25797
25798         * sieve.el (sieve-deactivate-all): do.
25799
25800         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25801
25802         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25803
25804         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25805
25806         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25807
25808 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25809
25810         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25811         the list of checks.
25812
25813 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25814
25815         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25816         padding.
25817
25818 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25819
25820         * mm-view.el (mm-fill-flowed): New variable.
25821         (mm-inline-text): Use it.
25822
25823 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25824
25825         * spam.el (spam-spamassassin-register-ham-routine)
25826         (spam-spamassassin-register-spam-routine): Fix function names.
25827
25828 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25829
25830         * gnus.el (gnus-tmp-grouplens): Remove.
25831         (gnus-summary-line-format): Remove grouplens.
25832
25833         * gnus-group.el (gnus-group-line-format): Ditto.
25834
25835         * gnus-spec.el (gnus-format-specs): Ditto.
25836         (gnus-update-format-specifications): Flush the group format spec
25837         cache if there's the grouplens stuff.
25838         (gnus-parse-simple-format): Replace %l with the empty string.
25839
25840 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25841
25842         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25843         omission.
25844
25845 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25846
25847         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25848         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25849
25850 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25851
25852         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25853         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25854         New macros and functions.
25855         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25856         Handle > NLINK_MAX messages.
25857         * nnmaildir.el (nnmaildir-request-set-mark):
25858         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25859
25860 2004-01-25  Alex Schroeder  <alex@gnu.org>
25861
25862         * spam-stat.el (spam-stat-process-directory-age): New option.
25863         (spam-stat-process-directory): Use it.
25864
25865 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25866
25867         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25868         (spam-stat-save): Accept prefix argument.
25869
25870 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25871
25872         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25873         links" error.
25874
25875 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25876
25877         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25878         the rest of the and/or forms.
25879
25880 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25883         compatibility with old .newsrc.eld files.
25884
25885         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25886
25887         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25888
25889         * gnus-start.el (gnus-1): do.
25890
25891         * gnus-group.el (gnus-group-line-format-alist): do.
25892
25893         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25894
25895         * gnus-gl.el: Remove.
25896
25897 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25898
25899         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25900         marks consisting of a single range {for example, (3 . 5)} rather
25901         than a list of a single range { ((3 . 5)) }.
25902
25903 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25904
25905         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25906         Use with-current-buffer.
25907         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25908         avoid consing a string.
25909
25910         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25911         Remove obsolete entries for big5 and gb2312.
25912
25913 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25914
25915         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25916         uncompressed list.
25917
25918 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25919
25920         * spam-stat.el (spam-stat-strip-xref): New function.
25921         (spam-stat-process-directory): Use it.
25922
25923         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25924         here -- it's done in message-fetch-field.
25925
25926 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25927
25928         * gnus-agent.el (gnus-agent-queue-mail)
25929         (gnus-agent-prompt-send-queue): New variables.
25930         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25931         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25932         "nndraft:queue" along to gnus-draft-send.
25933         Use gnus-agent-prompt-send-queue.
25934         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25935         is "nndraft:queue".  Suggested by Gaute Strokkenes
25936         <gs234@srcf.ucam.org>
25937
25938         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25939         (agent-enable-undownloaded-faces): Add.
25940         (gnus-agent-cat-groups): Use eval-and-compile, not
25941         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25942         method of gnus-agent-cat-groups even when the buffer has been
25943         evaled.
25944         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25945         delete gnus-agent-save-active-1.
25946         (gnus-agent-save-groups): Delete.  Identical to
25947         gnus-agent-save-active.
25948         (gnus-agent-write-active): No longer adjust agent's copy of active
25949         file as agent's adjustments are now stored in their own
25950         file.  Remove optional parameter.
25951         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25952         servers.  Add use of min/max range limits from server's local
25953         file.
25954         (gnus-agent-save-alist): Remove unused optional argument.
25955         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25956         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25957         (gnus-agent-set-local): A per-server file that keeps min/max range
25958         limits for articles known to the agent.  Provides a fast mechanism
25959         for altering many active ranges.
25960         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25961         active file (local makes it unnecessary).
25962         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25963
25964         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25965         (agent-enable-undownloaded-faces): Add.
25966
25967         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25968         disable it when sending to "nndraft:queue".
25969         (gnus-group-send-queue): Add safety check to avoid sending queue
25970         when unplugged.
25971
25972         * gnus-group.el (gnus-group-catchup): Use new
25973         gnus-sequence-of-unread-articles, not
25974         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25975         numbers of articles.  Use gnus-range-map to avoid having to
25976         uncompress the unread list.
25977         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25978         Fix invalid ange-ftp reference.
25979
25980         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25981         (gnus-sorted-range-intersection): Intersection of two ranges
25982         without requiring that they first be uncompressed.
25983
25984         * gnus-start.el (gnus-activate-group): Unless blocked by the
25985         caller, possibly expand the active range to include both cached
25986         and agentized articles.
25987         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25988         multiple version-dependent converters.
25989         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25990         gnus-agent-save-active.
25991         (gnus-save-newsrc-file): Save dirty agent range limits.
25992
25993         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25994         gnus-agent-possibly-alter-active.
25995         (gnus-adjust-marked-articles): Faster handling of simple lists.
25996
25997 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25998
25999         * spam-stat.el (spam-stat-test-directory): New optional argument
26000         displays a list of files detected.  Suggested by Andrew Cohen
26001         <cohen@andy.bu.edu>.
26002         (spam-stat-buffer-words-with-scores): Don't narrow and change
26003         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26004
26005 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26006
26007         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26008         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26009         (spam-spamassassin-arguments)
26010         (spam-spamassassin-spam-flag-header)
26011         (spam-spamassassin-positive-spam-flag-header)
26012         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26013         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26014         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26015         (spam-list-of-processors, spam-list-of-checks)
26016         (spam-list-of-statistical-checks, spam-registration-functions)
26017         (spam-check-spamassassin-headers, spam-check-spamassassin)
26018         (spam-spamassassin-score)
26019         (spam-spamassassin-register-with-sa-learn)
26020         (spam-spamassassin-register-spam-routine)
26021         (spam-spamassassin-register-ham-routine)
26022         (spam-assassin-register-spam-routine)
26023         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26024         (spam-bogofilter-score): Fix to show article before scoring.
26025
26026 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26027
26028         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26029         default scoring function.
26030         (spam-generic-score): Call spam-spamassassin-score if
26031         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26032         spam-bogofilter-score otherwise.
26033
26034         * gnus.el (spam-process, spam-autodetect-methods):
26035         Add spamassassin and spamassassin-headers.
26036
26037 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26038
26039         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26040         Suppress unnecessary messages.
26041
26042 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26043
26044         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26045         make-hash-table.
26046
26047 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26048
26049         * canlock.el (base64-encode-string): Don't autoload it.
26050
26051 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26052
26053         * run-at-time.el: Remove useless (require 'itimer),
26054         eval-and-compile and (featurep 'xemacs).
26055
26056 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26057
26058         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26059         GROUP is a virtual group.
26060
26061 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26062
26063         * gnus.el: Autoload `message-y-or-n-p'.
26064
26065 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26066
26067         * pgg-parse.el: Remove unnecessary (require 'custom).
26068
26069         * pgg-def.el: do.
26070
26071         * nnmail.el: do.
26072
26073         * gnus-undo.el: do.
26074
26075         * gnus-picon.el: do.
26076
26077         * gnus-util.el: do.
26078
26079 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26080
26081         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26082
26083 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26084
26085         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26086         handle, as well as a list.
26087
26088         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26089         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26090         (mm-w3m-cid-retrieve): Simplify.
26091
26092 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26093
26094         * message.el (message-kill-to-signature): Allow prefix arg to
26095         specify number of lines to keep before signature.
26096
26097 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26098
26099         * message.el (message-kill-to-signature): Change docstring.
26100
26101 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26102
26103         * canlock.el: Always require sha1-el.
26104         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26105
26106         * message.el: Autoload sha1 only when compiling.
26107
26108         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26109         eudc-expand-inline for XEmacs.
26110
26111 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26112
26113         * message.el (message-canlock-generate): Require sha1-el.
26114
26115 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26116
26117         * message.el (message-expand-name): Silence the byte compiler.
26118
26119         * lpath.el: Add detect-coding-system.
26120
26121         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26122         cus-edit.
26123
26124 2004-01-13  Simon Josefsson  <jas@extundo.com>
26125
26126         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26127         Invoke gnus-score-mode.
26128         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26129
26130         * gnus-range.el (gnus-compress-sequence): Doc fix.
26131         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26132
26133 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26134
26135         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26136
26137 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26138
26139         * spam.el (spam-get-article-as-string): Update to use
26140         gnus-request-article-this-buffer, much simpler.
26141         (spam-get-article-as-buffer): Remove.
26142
26143 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26144
26145         * message.el (message-expand-name): Use EUDC if the user uses that.
26146
26147 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26148
26149         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26150         character for the encoding to avoid consing a string.
26151
26152         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26153         unnecessarily.
26154
26155         * mm-util.el (mm-replace-chars-in-string): Remove.
26156
26157         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26158         of mm-replace-chars-in-string.
26159
26160 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26161
26162         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26163
26164         * mm-util.el (mm-subst-char-in-string): Support inplace.
26165
26166         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26167         a new string in every iteration.  Use shy groups.
26168
26169 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26170
26171         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26172         * gnus-soup.el (gnus-soup-group-brew):
26173         * gnus-msg.el (gnus-put-message):
26174         * gnus-move.el (gnus-group-move-group-to-server):
26175         * gnus-kill.el (gnus-batch-score):
26176         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26177         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26178         (gnus-group-update-group, gnus-group-read-group)
26179         (gnus-group-make-group, gnus-group-make-help-group)
26180         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26181         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26182         (gnus-group-sort-by-unread, gnus-group-catchup)
26183         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26184         (gnus-group-yank-group, gnus-group-set-info)
26185         (gnus-group-list-groups):
26186         * gnus.el (gnus-generate-new-group-name):
26187         * gnus-delay.el (gnus-delay-send-queue):
26188         * nnvirtual.el (nnvirtual-catchup-group):
26189         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26190         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26191         (gnus-group-prepare-topics, gnus-topic-check-topology):
26192         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26193         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26194         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26195         (gnus-group-make-articles-read):
26196         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26197         (gnus-group-change-level, gnus-kill-newsgroup)
26198         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26199         (gnus-get-unread-articles, gnus-make-articles-unread)
26200         (gnus-make-ascending-articles-unread): Use accessor
26201         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26202         to get group information for improved readability.
26203
26204
26205 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26206
26207         * gnus-art.el (article-decode-mime-words, article-babel)
26208         (gnus-article-highlight-signature, gnus-article-add-buttons)
26209         (gnus-signature-toggle): Use gnus-with-article-buffer.
26210
26211         * gnus-art.el (gnus-article-highlight-headers)
26212         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26213
26214         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26215         (gnus-article-set-globals, gnus-request-article-this-buffer)
26216         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26217         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26218         (gnus-mime-display-alternative): Use with-current-buffer.
26219
26220 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26221
26222         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26223         also under 80 char limit, and call gnus-error if needed.
26224         (spam-fetch-article-header): Fix - it was a
26225         buffer-local variable (gnus-newsgroup-data).
26226         (spam-find-spam): Use spam-generate-fake-headers, forget about
26227         spam-insert-fake-headers.
26228         (spam-insert-fake-headers): Remove.
26229
26230 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26231
26232         * deuglify.el (gnus-article-outlook-unwrap-lines)
26233         (gnus-outlook-rearrange-article)
26234         (gnus-outlook-repair-attribution-outlook)
26235         (gnus-outlook-repair-attribution-block)
26236         (gnus-outlook-repair-attribution-other): Remove redundant
26237         save-excursion.
26238
26239 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26240
26241         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26242         (spam-fetch-field-subject-fast)
26243         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26244         (spam-fetch-article-header): Add functions to deal with Gnus
26245         internals for fast retrieval of article header data.
26246         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26247
26248 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26249
26250         * pop3.el (pop3-md5): Remove.
26251         (pop3-apop): Replace pop3-md5 with md5.
26252
26253         * mm-bodies.el: base64 is always built-in.
26254
26255         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26256         Use with-current-buffer.
26257
26258 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26259
26260         * canlock.el (canlock-insert-header): Remove excessive grouping in
26261         regexp.
26262
26263         * gnus-sum.el (gnus-summary-read-document): Ditto.
26264
26265         * gnus-uu.el (gnus-uu-part-number): Ditto.
26266
26267         * html2text.el (html2text-remove-tags): Ditto.
26268         (html2text-format-tags): Ditto.
26269         (html2text-format-single-elements): Ditto.
26270
26271         * mml.el (mml-parse-1): Ditto.
26272
26273 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26274
26275         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26276
26277         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26278
26279         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26280
26281         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26282
26283 2003-11-15  Simon Josefsson  <jas@extundo.com>
26284
26285         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26286         (pgg-gpg-lookup-key): Use regexp match instead of
26287         split-string (split-string is different between emacs 21.2 and
26288         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26289
26290 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26291
26292         * gnus-art.el (gnus-mime-view-all-parts)
26293         (gnus-article-part-wrapper, gnus-article-view-part):
26294         Use with-current-buffer.
26295
26296 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26297
26298         * spam.el (spam-disable-spam-split-during-ham-respool)
26299         (spam-spamoracle-database, spam-cache-lookups)
26300         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26301         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26302         (spam-group-ham-marks, spam-group-spam-marks)
26303         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26304         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26305         also add spam-use-blackholes to the statistical checks.
26306         (spam-fetch-field-fast): Add interface to fetching fields, may
26307         become a macro.
26308         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26309         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26310         (spam-insert-fake-headers): Fake an article when needed.
26311         (spam-find-spam): Fake article when possible.
26312         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26313         (spam-check-bogofilter-headers): Use message-fetch-field instead
26314         of nnmail-fetch-field.
26315
26316 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26317
26318         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26319
26320 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26321
26322         * spam.el (spam-split): Do not require spam-use-CHECK to be
26323         enabled if that check is passed to spam-split explicitly; also
26324         fix so 'spam doesn't get converted to spam-split-group when
26325         spam-split-symbolic-return is t.
26326         (spam-find-spam): Find registrations of the article and use those
26327         instead of re-running spam-split to find the spam/ham
26328         classification of the article.
26329         (spam-log-processing-to-registry, spam-log-registered-p)
26330         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26331         Use gnus-error instead of gnus-message.
26332         (spam-log-registration-type): Add function to determine the
26333         classification of a message based on registry entries; will
26334         return nil if both 'spam and 'ham are found.
26335         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26336         a reasonably fast local cache without the loading errors.
26337         (spam-cache-lookups): Set to t by default.
26338         (spam-find-spam): Don't try to guess spam-cache-lookups.
26339         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26340         spam-caches entry.
26341         (spam-filelist-build-cache, spam-filelist-check-cache):
26342         Fix caching of whitelist/blacklist entries.
26343         (spam-check-whitelist, spam-check-blacklist):
26344         Invoke spam-from-listed-p with a type, not a cache variable.
26345         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26346
26347 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26348
26349         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26350
26351         * nnmail.el (nnmail-split-fancy): do.
26352
26353         * mml.el (mml-parse): do.
26354
26355         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26356         (gnus-score-adaptive): do.
26357
26358 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26359
26360         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26361         (gnus-mime-button-map): Don't set keymap parent.
26362         (gnus-button-ctan-directory-regexp): Use shy grouping.
26363         (gnus-prev-page-map): Don't set keymap parent.
26364         (gnus-prev-page-map): Remove duplicated one.
26365         (gnus-next-page-map): Don't set keymap parent.
26366         (gnus-mime-security-button-map): Ditto.
26367
26368         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26369         version number.
26370
26371         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26372
26373 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26374
26375         * canlock.el (canlock-sha1-function): Remove.
26376         (canlock-sha1-function-for-verify): Remove.
26377         (canlock-openssl-program): Remove.
26378         (canlock-openssl-args): Remove.
26379         (canlock-ignore-errors): Remove.
26380         (canlock-sha1-with-openssl): Remove.
26381         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26382         (canlock-verify): Don't use canlock-ignore-errors.
26383
26384         * sha1-el.el (sha1-string-external): Make it can return a string
26385         in binary form.
26386         (sha1-region-external): Ditto.
26387         (sha1-string-internal): Ditto.
26388         (sha1-region-internal): Ditto.
26389         (sha1-region): Ditto.
26390         (sha1-string): Ditto.
26391         (sha1): Ditto.
26392
26393 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26394
26395         * spam.el (spam-report-articles-gmane): New command.
26396
26397 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26398
26399         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26400
26401         * run-at-time.el (run-at-time-saved): Remove.
26402         (run-at-time): Doc fix.
26403
26404 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26405
26406         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26407         (gnus-summary-limit-map): Add it.
26408         (gnus-summary-make-menu-bar): do.
26409
26410 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26411
26412         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26413         Make attempt at some caching support (done for BBDB only now).
26414         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26415         addresses to be checked.
26416         (spam-clear-cache-BBDB): Add function, to be invoked by
26417         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26418         (spam-check-BBDB): Check and use the caches, if
26419         spam-cache-lookups is on, remove superfluous (provide).
26420
26421 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26422
26423         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26424
26425 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26426
26427         * run-at-time.el (run-at-time-saved): Move to after the definition
26428         of `run-at-time'.
26429
26430         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26431
26432 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26433
26434         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26435         mm-w3m-local-map-property.
26436
26437         * mm-view.el (mm-w3m-mode-map): Remove.
26438         (mm-w3m-local-map-property): Remove.
26439         (mm-inline-text-html-render-with-w3m): Don't use
26440         mm-w3m-local-map-property.
26441
26442 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26443
26444         * run-at-time.el: New file.
26445
26446         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26447         under Emacs.
26448
26449         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26450         of gnus-set-text-properties.
26451
26452         * gnus-uu.el (gnus-uu-save-article): Ditto.
26453
26454         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26455
26456         * gnus-cite.el (gnus-cite-parse): Ditto.
26457
26458         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26459         of gnus-.
26460
26461         * gnus-xmas.el (run-at-time): Require run-at-time.
26462
26463         * gnus.el: Change calls to nnheader-run-at-time and
26464         password-run-at-time throughout to use run-at-time directly.
26465
26466         * password.el: Remove definition of run-at-time.
26467
26468         * nnheaderxm.el: Remove definition of run-at-time.
26469
26470 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26471
26472         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26473         in prompt.
26474
26475 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26476
26477         * messagexmas.el (message-xmas-redefine): Alias
26478         `message-make-caesar-translation-table' to
26479         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26480         version.
26481
26482         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26483         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26484         `gnus-xmas-set-text-properties'.
26485         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26486         `gnus-xmas-completing-read'.
26487         (gnus-xmas-completing-read): Removed.
26488         (gnus-xmas-open-network-stream): Removed.
26489
26490         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26491         XEmacs version.
26492
26493         * dns.el (dns-make-network-process): Use `open-network-stream'
26494         instead of `gnus-xmas-open-network-stream'.
26495
26496         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26497
26498         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26499
26500 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26501
26502         * gnus-art.el (gnus-mime-display-alternative)
26503         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26504         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26505         Don't use gnus-local-map-property.
26506
26507         * gnus-util.el (gnus-local-map-property): Remove.
26508
26509         * mm-view.el (mm-view-pkcs7-decrypt):
26510         Replace gnus-completing-read-maybe-default with completing-read.
26511
26512         * gnus-util.el (gnus-completing-read): do.
26513         (gnus-completing-read-maybe-default): Remove.
26514
26515 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26516
26517         * password.el: Only autoload `run-at-time' if not XEmacs.
26518         Only autoload the itimer functions if XEmacs.
26519
26520 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26521
26522         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26523         XEmacsen.
26524
26525         * dgnushack.el: Autoload executable-find for XEmacs.
26526
26527 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26528
26529         * gnus-art.el (gnus-read-string): Remove.
26530         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26531         read-string.
26532
26533 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26534
26535         * netrc.el: Autoload password-read.
26536         (netrc): Add configuration group.
26537         (netrc-encoding-method, netrc-openssl-path):
26538         Add variables for encoding and decoding of files with symmetric
26539         ciphers.
26540         (netrc-encode): Add assistant function to encode a file with
26541         netrc-encoding-method.
26542         (netrc-parse): Add interactive parameter, added optional
26543         decoding if netrc-encoding-method is non-nil but otherwise
26544         behavior is standard.
26545         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26546         Do s/encode/encrypt/ everywhere.
26547
26548         * spam.el: Remove executable-find autoload.
26549
26550 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26551
26552         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26553
26554         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26555
26556 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26557
26558         * gnus-art.el (gnus-treat-ansi-sequences)
26559         (article-treat-ansi-sequences): New variable and function.
26560         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26561
26562         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26563         Use it.
26564
26565 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26566
26567         * mm-util.el (mm-quote-arg): Remove.
26568
26569         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26570         shell-quote-argument.
26571
26572         * gnus-uu.el (gnus-uu-command): do.
26573
26574         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26575
26576         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26577         with make-char.
26578
26579         * mm-util.el (mm-make-char): Remove.
26580
26581         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26582         add-minor-mode.
26583
26584         * gnus-undo.el (gnus-undo-mode): do.
26585
26586         * gnus-topic.el (gnus-topic-mode): do.
26587
26588         * gnus-sum.el (gnus-dead-summary-mode): do.
26589
26590         * gnus-start.el (gnus-slave-mode): do.
26591
26592         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26593
26594         * gnus-ml.el (gnus-mailing-list-mode): do.
26595
26596         * gnus-gl.el (gnus-grouplens-mode): do.
26597
26598         * gnus-draft.el (gnus-draft-mode): do.
26599
26600         * gnus-dired.el (gnus-dired-mode): do.
26601
26602         * gnus-ems.el (gnus-add-minor-mode): Remove.
26603
26604         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26605         Replace gnus-char-width with char-width.
26606
26607         * gnus-ems.el (gnus-char-width): Remove.
26608
26609         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26610         Replace gnus-char-width with char-width.
26611
26612         * gnus-ems.el (gnus-char-width): Remove.
26613
26614         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26615         definition.
26616         Remove Emacs 20 hash table compatibility code.
26617
26618         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26619         20 compatibility code.
26620
26621         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26622
26623         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26624
26625         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26626         Replace with point-at-{eol,bol}.
26627
26628         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26629
26630         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26631
26632         * flow-fill.el (fill-flowed-point-at-bol)
26633         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26634
26635         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26636         Replace with point-at-{eol,bol} throughout all files.
26637
26638 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26639
26640         * ntlm.el (ntlm-string-as-unibyte): New macro.
26641         (ntlm-build-auth-response): Use it.
26642
26643         Remove Emacs 20 stuff:
26644         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26645         (butlast, mapc, remove): Remove the compiler macros.
26646         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26647         of delq and copy-sequence.
26648         * gnus-art.el (popup-menu): Remove the compiler macro.
26649         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26650         Emacs 20.
26651
26652 2004-01-05  Simon Josefsson  <jas@extundo.com>
26653
26654         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26655         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26656         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26657         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26658         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26659         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26660         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26661         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26662         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26663         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26664         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26665         string-xor into ntlm-string-xor.
26666         Suggested by Jesper Harder <harder@myrealbox.com>.
26667
26668         * ntlm.el: Don't include poem.
26669
26670         * md4.el (print-int32, print-string-hexa): Remove.
26671         Suggested by Jesper Harder <harder@myrealbox.com>.
26672
26673         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26674
26675         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26676         probably breaks emacs with DL patch, but do we care? Is anyone
26677         still using the DL stuff?)
26678
26679         * sieve-manage.el: Use the password package.
26680         (sieve-manage-read-passwd): Remove.
26681         (sieve-manage-interactive-login): Use password.  Re-add
26682         condition-case around loop.
26683
26684         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26685         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26686         Use the password package.
26687
26688 2003-02-19  Simon Josefsson  <jas@extundo.com>
26689
26690         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26691         token.
26692
26693 2002-08-07  Simon Josefsson  <jas@extundo.com>
26694
26695         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26696         (sieve-manage-authenticators):
26697         (sieve-manage-authenticator-alist): Add some SASL mechs.
26698         (sieve-sasl-auth): New function.
26699         (sieve-manage-cram-md5-auth):
26700         (sieve-manage-plain-auth): Rewrite using SASL library.
26701         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26702         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26703         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26704         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26705
26706 2004-01-05  Simon Josefsson  <jas@extundo.com>
26707
26708         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26709         New files.
26710
26711 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26712
26713         * gnus-group.el (gnus-no-groups-message): Update.
26714
26715         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26716
26717 2003-11-09  Simon Josefsson  <jas@extundo.com>
26718
26719         * imap.el: Support for ID IMAP extension (RFC 2971).
26720         (imap-local-variables): Add imap-id.
26721         (imap-id): New variable.
26722         (imap-id): New function.
26723         (imap-parse-response): Parse untagged ID response.
26724         * nnimap.el (nnimap-id): New variable.
26725         (nnimap-open-connection): Use it.
26726
26727 2003-12-28  Simon Josefsson  <jas@extundo.com>
26728
26729         * gnus-score.el (gnus-score-edit-all-score): New.
26730         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26731
26732 2004-01-04  Simon Josefsson  <jas@extundo.com>
26733
26734         * password.el: Add.
26735
26736 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26737
26738         * dns.el (dns-query-types): Fix typo.
26739         (dns-query-types): New function.
26740         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26741         PTR and SOA replies, see RFC 1035.
26742
26743 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26744
26745         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26746
26747         * Move to Changelog.2.
26748
26749 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26750
26751         * gnus.el (gnus-version-number): Bump version.
26752
26753 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26754
26755         * gnus.el: No Gnus v0.1 is released.
26756
26757 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26758
26759         * gnus.el: No Gnus v0.0 is released.
26760
26761 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26762
26763         * gnus.el (gnus-version-number): Bump.
26764         (gnus-version): No.
26765
26766 See ChangeLog.2 for earlier changes.
26767
26768   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26769
26770   This file is part of GNU Emacs.
26771
26772   GNU Emacs is free software: you can redistribute it and/or modify
26773   it under the terms of the GNU General Public License as published by
26774   the Free Software Foundation, either version 3 of the License, or
26775   (at your option) any later version.
26776
26777   GNU Emacs is distributed in the hope that it will be useful,
26778   but WITHOUT ANY WARRANTY; without even the implied warranty of
26779   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26780   GNU General Public License for more details.
26781
26782   You should have received a copy of the GNU General Public License
26783   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26784
26785 ;; Local Variables:
26786 ;; coding: utf-8
26787 ;; fill-column: 79
26788 ;; add-log-time-zone-rule: t
26789 ;; End: