85137cc08155401831ac5e011a6a30c35fc61856
[gnus] / lisp / ChangeLog
1 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
4         Use save-current-buffer.
5         (gnus-tree-mode-map): Initialize in the declaration.
6         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
7         (scroll-in-place): Defvar it.
8         (gnus-tmp-*): Defvar them.
9         (gnus-get-tree-buffer): Use derived-mode-p.
10         (gnus--let-eval): New macro.
11         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
12         non-prefixed variables.
13         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
14
15         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
16         vars since it doesn't seem to be available.
17         (gnus-set-global-variables, gnus-summary-read-group-1)
18         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
19         (gnus-summary-display-article, gnus-summary-select-article)
20         (gnus-summary-next-article, gnus-offer-save-summaries)
21         (gnus-summary-generic-mark): Use derived-mode-p.
22         (gnus-summary-read-group-1, gnus-summary-exit)
23         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
24         Adjust calls to gnus-tree-close and gnus-tree-open.
25
26         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
27
28         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
29         (gnus-agent-mode): Use derived-mode-p.
30         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
31         gnus-command-method and *-command-method to nil, but bind
32         gnus-command-method to *-command-method instead!
33         (gnus-agent-fetch-articles): Remove unused var `id'.
34         (gnus-agent-fetch-headers): Remove unused arg `force'.
35         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
36         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
37         (gnus-agent-short-article, gnus-agent-long-article)
38         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
39         first use.
40         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
41         `score-param'.
42         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
43         (gnus-get-predicate): Push in front of the cache, rather than end.
44         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
45         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
46         (gnus-agent-expire-unagentized-dirs): Don't rebind
47         gnus-agent-expire-current-dirs since the defvar silences the warning.
48         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
49         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
50         (gnus-agent-regenerate): Simplify interactive spec and doc.
51
52 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-int.el (gnus-open-server): Silence compiler.
55
56         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
57
58         * message.el (message-display-completion-list): Abolish.
59         (message-completion-in-region): Use display-completion-list.
60
61 2013-09-17  Glenn Morris  <rgm@gnu.org>
62
63         * gnus-util.el (gnus-message-with-timestamp-1):
64         Use `messages-buffer' function if available.  Ignore read-only.
65
66 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * message.el (message-expand-group, message-completion-in-region):
69         Correct the order of start and end of a region.
70
71 2013-09-13  Glenn Morris  <rgm@gnu.org>
72
73         * mml2015.el (gnus-create-image): Autoload it.
74
75         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
76
77         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
78         (image-size): Declare.
79
80 2013-09-12  Glenn Morris  <rgm@gnu.org>
81
82         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
83         Avoid using `find', which i) might not be defined at runtime;
84         ii) does not work, since its default test is eql, not equal.
85         (gnus-mime-action-alist): Declare.
86
87 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
88
89         * score-mode.el (gnus-score-mode-map): Move initialization
90         into declaration.
91         (gnus-score-mode): Use define-derived-mode.
92         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
93         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
94         into declaration.
95         (gnus-kill-file-mode): Use define-derived-mode.
96         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
97         Use derived-mode-p.
98         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
99         (gnus-group-setup-buffer, gnus-group-name-at-point)
100         (gnus-group-make-web-group, gnus-group-enter-directory)
101         (gnus-group-suspend): Use derived-mode-p.
102         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
103         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
104         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
105         (gnus-article-setup-buffer, gnus-article-prepare)
106         (gnus-article-prepare-display, gnus-sticky-article)
107         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
108         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
109         (gnus-article-read-summary-keys): Use derived-mode-p.
110
111 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
114
115 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
118         shift_jis from the default value set for Japanese users.
119
120 2013-08-13  Glenn Morris  <rgm@gnu.org>
121
122         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
123
124         * gnus.el (gnus-valid-select-methods): Fix type.
125
126         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
127
128 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * mm-decode.el (mm-display-external): Run a timer for the temp files
131         deletion after a viewer exits; add a deletion timer for the needsterm
132         case, too.
133
134         * mm-decode.el (mm-display-external): Try to delete temporary files by
135         using a 1-min. timer.
136
137 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
140         New internal variables.
141         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
142         (mm-display-external): Use it to delete temporary files instead of
143         using timers.
144
145 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
148
149 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
150
151         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
152         with cond for backwards compatability.
153
154 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * mm-decode.el (mm-display-external): Bind process-connection-type to
157         nil; don't delete a temp file immediately even if a viewer finishes,
158         since it may be a shell script, like xdg-open, that launches a real
159         viewer program belatedly.
160
161 2013-08-05  Dave Abrahams  <dave@boostpro.com>
162
163         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
164         that we can create nndoc groups that excerpt other groups.
165
166 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-delay.el (gnus-delay-article): Fix typo.
169
170         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
171         articles.
172
173         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
174         we can get spell-checking etc.
175
176 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
179         a single one used for encoding the whole text in a header.
180
181 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
184         doesn't work properly on XEmacs.
185
186 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
189         before sending.
190
191         * dgnushack.el (dgnushack-compile): Add a temporary check for
192         gnus-icalendar.
193
194         * mm-decode.el (mm-command-output): New face.
195         (mm-display-external): Use it.
196
197 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
198
199         * nnmbox.el (nnmbox-request-article): Don't change point.
200
201 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
204         Include `handle' parameter.
205
206 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
207
208         * gnus-icalendar.el: New file.
209
210 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
213
214         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
215         dummy roots, too.
216
217 2013-08-01  David Edmondson  <dme@dme.org>
218
219         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
220         out on ttys.
221
222 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
225         not empty.
226
227         * nnrss.el (nnrss-discover-feed): Indent.
228
229 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
232
233 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
236         dirty to ensure nnimap data being saved.
237
238 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
239
240         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
241         menu entry.
242
243         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
244         the current thread's total score instead of the current article's
245         score.
246
247         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
248         (gnus-sort-threads-recursively): Delete defcustom.
249         (gnus-sort-threads-recursive): Adapt accordingly.
250
251 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
252
253         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
254         (gnus-sort-threads-recursive): Use it.
255         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
256         again.  Now that determines how to sort subthreads.
257
258 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
259
260         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
261         (gnus-sort-threads): Use it.
262
263 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
264
265         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
266         punctuation characters follow parentheses (bug#14950).
267
268 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus.el (gnus-continuum-version):
271         * gnus-msg.el (gnus-extended-version): Simplify.
272
273         * gnus.el (gnus-continuum-version-1): Remove.
274         * gnus-msg.el (gnus-bug): Revert.
275
276         Calculate gnus-version correctly on Cygwin.
277
278         * gnus.el (gnus-continuum-version): Do main calculations in integers.
279         (gnus-continuum-version-1): New function, return a string.
280
281         * gnus-msg.el (gnus-extended-version, gnus-bug):
282         Use gnus-continuum-version-1 instead of gnus-continuum-version.
283
284 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
285
286         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
287         (bug#13384).
288
289 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
292         that were only relevant in a development version a long time ago.
293
294 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
297         that the old Emacs 24s bundle.
298
299 2013-07-10  David Engster  <deng@randomsample.de>
300
301         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
302         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
303         fixes a bug in Emacs trunk where the 'unexist' marks were always
304         removed at startup because "Gnus v5.13" was considered smaller than "Ma
305         Gnus v0.03".
306
307 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
308
309         * gnus.el (gnus-summary-line-format): Reference
310         `gnus-user-date-format-alist' for the &user-date; format, not
311         `gnus-summary-user-date-format-alist'.
312
313 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
316         delete files (bug#13481).
317
318 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
319
320         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
321
322 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
323
324         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
325         display images.
326
327         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
328
329         * message.el (message-cancel-news): According to
330         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
331         preferred over "cmsg cancel" in the Subject.
332
333         * nnir.el (nnir-engines): Note that the group specs are regexps
334         (bug#13238).
335
336         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
337         gotten read-only text properties, ensure that those aren't heeded when
338         copying stuff over (bug#13434).
339
340         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
341         (bug#13762).
342
343 2013-07-05  David Kastrup  <dak@gnu.org>
344
345         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
346         authinfo file again (important for blank passwords).  This had been
347         broken with 2013-06-15 change.
348
349 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
352         Revert 2013-01-14 change.
353
354 2013-07-02  Daiki Ueno  <ueno@gnu.org>
355
356         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
357         of 'create-image' for XEmacs compatibility; check errors when decoding
358         image.  Reported by Uwe Brauer.
359
360 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
363         gnus-button-push revised at 2011-01-19.
364
365 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
368         now live in the lisp/net Emacs 24 repository.
369
370 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * eww.el (eww-update-header-line-format): Quote % characters.
373
374 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * eww.el (eww-process-text-input): Display passwords as asterisks.
377
378         * shr.el (shr-make-table-1): Protect against invalid column-spans.
379
380 2013-06-19  Tom Tromey  <tromey@redhat.com>
381
382         * eww.el (eww-top-url): Remove.
383         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
384         (eww-render): Set new variables.  Don't set eww-top-url.
385         (eww-handle-link): Handle "prev", "home", and "contents".
386         Downcase the rel text.
387         (eww-top-url): Choose best top URL.
388
389 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * eww.el: Rewrite to implement form elements "by hand" instead of
392         relying in widget.el.  Using widget.el leads to too many
393         user interface inconsistencies.
394         (eww-self-insert): Implement entering commands in text fields.
395         (eww-process-text-input): New function to make text input field editing
396         work.
397         (eww-submit): Rewrite to use the new-style form methods.
398         (eww-select-display): Display the correct selected item.
399         (eww-change-select): Implement changing the select value.
400         (eww-toggle-checkbox): Implement radio/checkboxes.
401         (eww-update-field): Fix compilation error.
402         (eww-tag-textarea): Implement <textarea>.
403
404         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
405         don't shadow mode-specific bindings.
406
407         * eww.el (eww-browse-url): Don't push stuff onto history if there's
408         nothing to push.
409
410         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
411
412 2013-06-19  Glenn Morris  <rgm@gnu.org>
413
414         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
415
416 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
419
420 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * shr.el (shr-make-table-1): Implement <td rowspan>.
423         (shr-table-horizontal-line): Allow nil as a value, and change the
424         default.
425         (shr-insert-table-ruler): Respect the nil value.
426
427 2013-06-18  Tom Tromey  <tromey@barimba>
428
429         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
430         New defvars.
431         (eww-open-file): New defun.
432         (eww-render): Initialize new variables.
433         (eww-display-html): Handle "link" and "a".
434         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
435         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
436         (eww-back-url): Rename from eww-previous-url.
437         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
438         defuns.
439
440 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * shr.el (shr-tag-table): Insert the images after the table, so that
443         they're not covered by the table colourisation, which often looked
444         awkward.
445         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
446         <dd>.
447         (shr-make-table-1): Implement <td colspan=> support.
448         (shr-insert-document): Use one less than window width if `shr-width' is
449         nil, since otherwise things may get one character too wide.
450
451 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * eww.el (eww-detect-charset): Improve regexp; move backward.
454
455 2013-06-18  Glenn Morris  <rgm@gnu.org>
456
457         * mm-decode.el (widget-convert-button): Autoload.
458
459         * sieve-manage.el (mm-enable-multibyte): Autoload.
460
461         * shr.el (libxml-parse-html-region): Declare.
462         (shr-render-buffer): Explicit error if no libxml2 support.
463
464 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
465
466         * auth-source.el (auth-source-current-line): New function.
467         (auth-source-netrc-parse-entries): When a data token is "machine",
468         assume we're in the wrong place and abort parsing the current line.
469
470 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
473         (eww-convert-widgets): Don't bug out if the first widget starts at the
474         beginning of the buffer.
475         (eww-convert-widgets): Fix last patch.
476         (eww-tag-input): Support <input type=image>.
477
478         * shr.el (shr-insert-table): Respect border-collapse: collapse.
479         (shr-tag-base): Protect against base specs that are degenerate.
480         (shr-ensure-paragraph): Don't delete empty lines that have text
481         properties, because these may be input fields.
482
483         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
484         we can navigate to them.
485
486         * shr.el (shr-colorize-region): Put the colours over the entire region.
487         (shr-inhibit-decoration): New variable.
488         (shr-add-font): Use it to inhibit text property decorations while doing
489         preliminary table renderings.  This speeds up typical Wikipedia page
490         renderings by 15%.
491         (shr-tag-span): Don't respect the <title>, because that overwrites the
492         help-echo from links inside the spans.
493         (shr-next-link): Use `help-echo' for navigation, so that we can
494         navigate to form elements, too.
495
496         * eww.el (eww-button): New face.
497         (eww-convert-widgets): Use it to make submit buttons more button-like.
498
499         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
500         that Gnus commands work.
501
502         * shr.el (shr-render-td): Support horizontal alignment.
503
504         * eww.el (eww-put-color): Removed.
505         (eww-colorize-region): Use `add-face-text-property'.
506
507         * shr.el (shr-add-font): Append face data, so that we get the correct
508         precedence: The innermost value (which is applied first) wins.
509         (shr-make-overlay): Obsolete function.
510
511         * mm-decode.el (mm-convert-shr-links): New function to convert
512         new-style shr URL links into widgets.
513         (mm-shr): Use it.
514
515         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
516         widget commands, since we're no longer using widgets for links.
517
518         * shr.el (shr-next-link): New command.
519         (shr-previous-link): New command.
520         (shr-urlify): Don't use `widget-convert', because that's slow.
521         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
522         because collecting the overlays and reapplying them when generating
523         tables is slow.
524         (shr-insert-table): Ditto.
525
526 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
527
528         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
529         * shr.el (browse-url): Require `url'.
530         * eww.el (url): Require format-spec.
531
532 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * eww.el (eww-display-html): Default to using the entire window width.
535         (eww-browse-url): Don't add a User-Agent header (twice), because that
536         makes Bing refuse connection.
537
538         * shr.el (shr-make-table): Cache the table rendering at the table
539         level, and not the <td> level.  This is a bit faster.
540
541         * eww.el (eww-render): Go to the correct ID when given URLs ending with
542         #id.
543
544         * shr.el (shr-tag-li): Don't require a new paragraph, since other
545         browsers don't.
546         (shr-expand-url): Respect #anchor links.
547         (shr-parse-base): Chop off the anchor before using.
548         (shr-descend): Respect display: none.
549         (shr-descend): Allow marking elements that have certain IDs.
550
551         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
552
553         * shr.el (shr-expand-url): Don't bug out on zero-length links.
554
555         * eww.el (eww-tag-textarea): Support <textarea>.
556
557 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
558
559         * shr.el (shr-dom-to-xml): Fixed function call.
560
561         * eww.el (eww): New group.
562         (eww-header-line-format): New custom variable.
563         (eww-current-title): New variable.
564         (eww-display-html): Update header and handle title tag.
565         (eww-update-header-line-format): New function.
566         (eww-tag-title): New function.
567
568         * shr.el (shr-dom-to-xml): New function.
569         (shr-tag-svg): Add support for the SVG tag.
570         (shr-bullet): New custom variable.
571         (shr-tag-li): Support custom bullet in unordered lists.
572
573 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * shr.el (shr-expand-url): Respect // URLs.
576
577         * eww.el (eww-tag-body): Override the shr body rendering so that we can
578         put a background colour onto the entire buffer.
579         (eww-render): When being redirected, use the redirect URL as the new
580         base URL.
581
582         * shr.el (shr-parse-base): Fix parsing error.
583
584         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
585
586         * shr.el (shr-parse-base): New function.
587         (shr-expand-url): Use it to expand relative URLs reliably.
588
589 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * auth-source.el (auth-source-search-collection): Fix docstring.
592         (auth-source-netrc-parse): Refactor and improve netrc parser to support
593         single-quoted strings and multiline entries.
594         (auth-source-netrc-parse-next-interesting)
595         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
596         functions to support parser.
597
598 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * eww.el (eww-submit): Get submit button logic right when hitting RET
601         on non-submit buttons.
602
603         * shr.el: Remove shr-preliminary-table-render, since that can't really
604         be used for anything in practice.
605
606 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
607
608         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
609         (sieve-manage-quit).
610
611 2013-06-14  Glenn Morris  <rgm@gnu.org>
612
613         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
614
615 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
616
617         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
618         control the maximum size of photo ID image.
619         (mml2015-epg-key-image-to-string): Respect it.
620
621 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
624         instead of the final one so that we can more easily distinguish them.
625
626         * eww.el (eww-submit): Compute the submission URL correctly.
627
628 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
629
630         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
631         Use plist-get rather than CL's getf.
632         (sieve-manage-parse-capability): Avoid CL's remove-if.
633
634 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
635
636         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
637         (sieve-manage-quit).
638
639 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640
641         * shr.el (shr-expand-url): Expansion should chop off the bits after the
642         last slash.
643
644         * eww.el (eww-tag-select): Use the first value as the default value.
645
646 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
647
648         * eww.el (eww): Prepend urls with http:// if scheme is missing.
649         (eww-mode): Use `define-derived-mode'.
650         (eww-parse-headers): Parse headers from beginning of buffer so that
651         file:// links work.
652
653 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
656
657 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
660         to handle them at all.
661
662 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
665         work, too.
666         (eww-tag-select): Implement <select>.
667
668 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
669
670         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
671         stream managing functions by using open-protocol-stream to do most of
672         the work.  Has the nice benefit of enabling STARTTLS.
673         Wait for capabilities after STARTTLS: following RFC5804, the server
674         sends new capabilities after successfully establishing a TLS connection
675         with the client. The client should update the cached list of
676         capabilities, but we just ignore the answer for now.
677         (sieve-manage-network-p, sieve-manage-network-open)
678         (sieve-manage-starttls-p, sieve-manage-starttls-open)
679         (sieve-manage-forward, sieve-manage-streams)
680         (sieve-manage-stream-alist): Remove unneeded functions neither in the
681         API, nor called by any other function.
682         Enable Multibyte for SieveManage buffers: The parser won't properly
683         handle umlauts and line endings unless multibyte is turned on in the
684         process buffer.
685
686 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * eww.el (eww-tag-input): Support password fields.
689         (eww-submit): Support POST.
690
691 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * eww.el (eww-tag-form): Protect against degenerate forms.
694
695         * shr.el (shr-expand-url): Expand URLs that start with a slash
696         correctly.
697
698         * eww.el (eww-submit): Get submit button logic right.
699
700         * shr.el (shr-final-table-render): New variable to signal when we're
701         doing the final table rendering so that we can collect more data at
702         that point.
703
704         * eww.el (eww-submit): Make form submission work.
705         (eww-tag-input): Implement submit buttons.
706         (eww-click-radio): Implement radio and checkboxes.
707         (eww-submit): Handle hidden elements.
708
709         * shr.el (shr-descend): Allow other packages to override (or provide)
710         rendering of elements.
711         (shr-expand-url): Strip query strings from URLs before expanding them.
712
713         * eww.el: Don't require cl-lib.
714         (eww-tag-form): Start form support.
715
716         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
717
718         * eww.el: Start writing a new, tiny web browser.
719         (eww-previous-url): New command.
720         (eww-quit): New command.
721
722 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
723
724         * sieve.el: Put point at beginning of buffer when viewing a script.
725         (sieve-open-server): Respect the PORT parameter.  Show the correct port
726         number in sieve-buffer's header.  Fixed code to also work with a string
727         as port specifier. Properly close the connection on pressing 'q'.  Make
728         sieve-manage-quit close the connection and process buffer.  Also, remove
729         duplicate keybinding for 'q'.
730
731 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
732
733         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
734         make it easier to read.
735         (mm-pkcs7-enveloped-magic): Ditto.
736
737 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
740         before `image-type-available-p' to avoid loading the image libraries
741         needlessly.
742
743 2013-06-05  David Engster  <deng@randomsample.de>
744
745         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
746         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
747         to see whether the group was synced before.
748
749 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
752         when opening the connection.
753         Suggested by João Távora <joaotavora@gmail.com> in
754         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
755
756 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
759         assume Date header begins with "Date", that may be customized into
760         something like "X-Sent" using gnus-article-time-format.
761         (article-transform-date): Allow multi-line Date header.
762
763 2013-06-02  David Engster  <deng@randomsample.de>
764
765         * registry.el (initialize-instance, registry-lookup)
766         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
767         (registry-lookup-secondary-value, registry-search, registry-delete)
768         (registry-insert, registry-reindex, registry-size, registry-prune): Do
769         not wrap methods in `eval-and-compile'.  This breaks due to latest
770         changes in EIEIO (introduction of eieio-core.el).
771
772 2013-05-30  Glenn Morris  <rgm@gnu.org>
773
774         * nnmail.el (nnmail-fancy-expiry-target):
775         Also bind mail-dont-reply-to-names.
776
777         * spam-stat.el (spam-stat-save):
778         No need to tweak font-lock in temp buffers.
779
780         * shr.el (shr-put-image): Silence compiler.
781
782 2013-05-29  Glenn Morris  <rgm@gnu.org>
783
784         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
785
786         * gnus-group.el (gnus-sequence-of-unread-articles)
787         (gnus-summary-add-mark, gnus-mark-article-as-read)
788         (gnus-group-make-articles-read): Declare.
789
790         * gnus-sum.el (gnus-parameter-list-identifier)
791         (gnus-article-stop-animations, gnus-stop-downloads)
792         (gnus-article-only-boring-p, article-goto-body)
793         (gnus-flush-original-article-buffer, article-narrow-to-head)
794         (gnus-article-hidden-text-p, gnus-delete-wash-type)
795         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
796
797         * gnus.el: No need to eval-and-compile autoloads.
798
799         * gravatar.el (help-function-arglist): Autoload.
800
801         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
802
803         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
804
805         * spam.el: No need to load spam-report when compiling.
806         No need to eval-and-compile autoloads.
807         (spam-report-resend-to): Declare.
808         (spam-report-resend-register-routine): Require 'spam-report.
809
810 2013-05-24  Julien Danjou  <julien@danjou.info>
811
812         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
813         setup.
814
815 2013-05-23  Glenn Morris  <rgm@gnu.org>
816
817         * gnus-util.el (rmail-swap-buffers-maybe)
818         (rmail-maybe-set-message-counters, rmail-count-new-messages)
819         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
820         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
821
822         * mm-decode.el: No need to load term when compiling.
823         (term-mode, term-char-mode): Declare.
824
825         * mm-util.el: No need to load jka-compr when compiling.
826         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
827
828         * nnmaildir.el: Require is automatically eval-and-compile.
829         (nnmail): Require at run-time too.
830
831         * registry.el (registry-size): Move definition before use.
832
833 2013-05-22  Daiki Ueno  <ueno@gnu.org>
834
835         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
836         signed data to conform the standard.  (Bug#14232)
837
838 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
839
840         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
841         double angle quotation mark.
842
843 2013-05-20  Glenn Morris  <rgm@gnu.org>
844
845         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
846
847 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
848
849         * message.el (message-insert-formatted-citation-line): handle finding
850         first/lastname when more than 2 names appear.
851
852 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
853
854         * shr.el (shr-tag-span): New function.
855
856 2013-05-18  Glenn Morris  <rgm@gnu.org>
857
858         * message.el (message-mode): Use message-mode-abbrev-table,
859         with text-mode-abbrev-table as parent.  (Bug#14413)
860
861 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * message.el (message-expand-group): Decode group names.
864
865 2013-05-16  Julien Danjou  <julien@danjou.info>
866
867         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
868         app-icon.
869
870 2013-05-15  Glenn Morris  <rgm@gnu.org>
871
872         * shr-color.el (shr-color-visible-luminance-min)
873         (shr-color-visible-distance-min): Use shr-color group.
874
875 2013-05-11  Glenn Morris  <rgm@gnu.org>
876
877         * gnus-vm.el: Make it loadable without VM.
878         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
879         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
880
881 2013-05-09  Glenn Morris  <rgm@gnu.org>
882
883         * mml1991.el: Make it loadable.  (Bug#13456)
884
885         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
886         * gnus-async.el (gnus-async-post-fetch-function):
887         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
888         * gnus-html.el (gnus-html-image-cache-ttl):
889         * gnus-notifications.el (gnus-notifications-timeout):
890         * gnus-picon.el (gnus-picon-properties):
891         * gnus-util.el (gnus-completion-styles):
892         * gnus.el (gnus-other-frame-resume-function):
893         * message.el (message-user-organization-file)
894         (message-cite-reply-position):
895         * nnir.el (nnir-summary-line-format)
896         (nnir-retrieve-headers-override-function):
897         * shr-color.el (shr-color-visible-luminance-min):
898         * shr.el (shr-blocked-images):
899         * spam-report.el (spam-report-resend-to):
900         * spam.el (spam-summary-exit-behavior): Fix custom types.
901
902         * gnus-salt.el (gnus-selected-tree-face): Fix default.
903
904 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
907         because of let-binding help-xref-following.  (Bug#14356)
908
909 2013-05-06  Glenn Morris  <rgm@gnu.org>
910
911         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
912
913 2013-05-04  Andrew Cohen  <cohen@bu.edu>
914
915         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
916         entering into the registry.
917
918 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
919
920         * gnus.el: Ma Gnus v0.7 is released.
921
922 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
925         (Bug#14304)
926
927 2013-04-27  Glenn Morris  <rgm@gnu.org>
928
929         * gnus.el (gnus-list-debbugs):
930         Use require rather than autoload.  (Bug#14262)
931
932 2013-04-27  Julien Danjou  <julien@danjou.info>
933
934         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
935         port to "sieve" now that it has an official IANA port assigned.
936
937 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
940         Don't set the MAILHOST environment variable permanently (Bug#14271).
941
942 2013-04-26  Glenn Morris  <rgm@gnu.org>
943
944         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
945
946 2013-04-25  Andrew Cohen  <cohen@bu.edu>
947
948         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
949         string values of 'gcc-self. Thanks to Saroj Thirumalai.
950
951 2013-04-24  Andrew Cohen  <cohen@bu.edu>
952
953         * nnir.el (nnir-close-group): Make sure we are in the right group.
954
955         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
956         dependency table from all newly retrieved headers.
957
958 2013-04-16  David Edmondson  <dme@dme.org>
959
960         Support <img src="data:...">.
961
962         * shr.el (shr-image-from-data): New function.
963         (shr-tag-img): Use it.
964
965 2013-04-14  Andrew Cohen  <cohen@bu.edu>
966
967         * nnir.el (nnir-request-set-mark): Make sure we are in the right
968         group.
969
970 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
973         corresponding to any existing group (Bug#14166).
974
975 2013-04-10  Andrew Cohen  <cohen@bu.edu>
976
977         * nnir.el (number-sequence): No longer used.
978         (nnir-request-set-mark): New function.
979         (nnir-request-update-info): Improve marks updating.
980         (nnir-request-scan): Don't duplicate marks updating.
981         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
982         Use 'assq rather than 'assoc.  Quote anonymous function.
983         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
984         Use 'gnus-group-prefixed-p.
985         (gnus-summary-create-nnir-group): Make sure server for method is open.
986
987 2013-04-04  Andrew Cohen  <cohen@bu.edu>
988
989         * nnir.el (gnus-nnir-group-p): New function.
990         (nnir-possibly-change-group): Use it.
991
992         * gnus-msg.el (gnus-setup-message): Use it.
993
994 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * mml.el (mml-minibuffer-read-description): Use `default' insted of
997         `initial-input' for the argument name.
998         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
999
1000 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1001
1002         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1003         (used by MH-E).
1004
1005 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1006
1007         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1008         group.
1009
1010         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1011         fix compilation.
1012
1013 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1014
1015         * nnir.el (nnir-method-default-engines): And another typo.
1016
1017 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1018
1019         * nnir.el (nnir-method-default-engines): Fix typo.
1020
1021 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1022
1023         * nnir.el: Define 'number-sequence for xemacs.
1024         (gnus-summary-create-nnir-group): New function to create an nnir group
1025         from an nnir summary buffer based on the current query.
1026         (nnir-request-create-group): Update to allow nnir group creation based
1027         on the current query.
1028
1029 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * nndraft.el (nndraft-request-expire-articles):
1032         Make expiry target always `delete'.
1033
1034 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1035
1036         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1037         buffer use the posting-style and gcc of the original article group.
1038         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1039
1040         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1041         after other deffoos.
1042
1043 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1044
1045         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1046         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1047         support for real (i.e. not ephemeral) nnir groups.
1048         (gnus-summary-make-nnir-group): New function for initiating searches
1049         from a summary buffer.
1050
1051 2013-03-18  Sam Steingold  <sds@gnu.org>
1052
1053         * message.el (message-bury): Minor cleanup.
1054
1055 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1056
1057         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1058
1059 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1062         nnml-request-list.  (Bug#13873)
1063         (nndir-request-newsgroups): Remove, unused.
1064
1065         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1066
1067 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1068
1069         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1070         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1071         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1072
1073 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1074
1075         * shr.el: Make all the overlays set the `evaporate' property so that
1076         they're removed properly.
1077
1078 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1079
1080         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
1081         shell-quote-argument.
1082
1083 2013-02-22  David Engster  <deng@randomsample.de>
1084
1085         * gnus-registry.el (gnus-registry-save): Provide class name when
1086         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1087         `condition-case' to stay compatible with older EIEIO versions which
1088         only accept one argument.
1089
1090 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1091
1092         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1093         (epg-user-id-validity): Autoload.
1094         (mml2015-epg-check-user-id): New function.
1095         (mml2015-epg-check-sub-key): New function split from
1096         mml2015-epg-find-usable-key.
1097         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1098         optional name-is-key-id, to handle the case when user-id is unusable.
1099         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1100
1101 2013-02-17  Glenn Morris  <rgm@gnu.org>
1102
1103         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1104
1105 2013-02-16  Glenn Morris  <rgm@gnu.org>
1106
1107         * shr.el (shr-put-image): Only animate images that specify a delay.
1108         This is consistent with the old image-animated-p behavior.
1109
1110 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1113         for XEmacs.
1114
1115 2013-02-13  Juri Linkov  <juri@jurta.org>
1116
1117         * gnus-art.el (gnus-article-mode-map):
1118         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1119         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1120
1121 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1122
1123         * auth-source.el (auth-source-format-prompt): Don't get confused by
1124         any "\" in replacement text.  (Bug#13637)
1125
1126 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1127
1128         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1129         (gnus-backend-trace): Honour gnus-backend-trace.
1130
1131         * mml.el (mml-insert-part): Insert closing tag.
1132
1133         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1134
1135 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1138         able to find the article, which can happen in debbugs groups,
1139         apparently.
1140
1141 2013-01-16  Glenn Morris  <rgm@gnu.org>
1142
1143         * smiley.el (smiley-style): Make the file loadable in batch mode.
1144
1145 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1148         imap process running.
1149
1150 2013-01-14  Julien Danjou  <julien@danjou.info>
1151
1152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1153         Compare addresses against addresses, not against the full From field.
1154
1155 2013-01-13  Richard Stallman  <rms@gnu.org>
1156
1157         * message.el (message-forward-make-body-mime): New args BEG, END
1158         specify what part of FORWARD-BUFFER to use.  Do the work directly
1159         instead of calling `mml-insert-buffer'.
1160
1161 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1162
1163         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1164         cross-reference(s).
1165
1166         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1167         cross-reference(s).
1168
1169 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1170
1171         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1172         and point-max-marker.
1173         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1174
1175 2013-01-11  Julien Danjou  <julien@danjou.info>
1176
1177         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1178         max are almost equal. Also return the correct value for V which is
1179         already between 0 and 1.
1180
1181 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1182
1183         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1184         to mml2015-encrypt-to-self.
1185         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1186
1187 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1188
1189         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1190         mml-smime-epg-find-usable-secret-key.
1191
1192 2013-01-08  Glenn Morris  <rgm@gnu.org>
1193
1194         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1195
1196 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1197
1198         * mml-smime.el: Support signing by sender.
1199         Requested by Uwe Brauer.
1200         (mml-smime-sign-with-sender): New user option analogous
1201         to mml2015-sign-with-sender.
1202         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1203         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1204         mml2015.el.
1205
1206 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1209         isn't running, because Gnus will probably not know how to handle the
1210         Gcc header (bug#11941).
1211
1212         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1213         articles.
1214
1215 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1218         (nnfolder-generate-active-file): Make this function work with recursive
1219         folder names.
1220
1221 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1222
1223         * nntp.el (nntp-open-connection): Use HELP as the capability command
1224         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1225         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1226
1227 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1228
1229         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1230         place holder since this gives `Invalid face reference: nil' messages.
1231         Use the `default' face instead.  It has the same effect here, even
1232         though it is not no-op.
1233
1234         * gnus-util.el
1235         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1236
1237 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1240         non-string posting styles (bug#13285).
1241
1242 2012-12-27  Glenn Morris  <rgm@gnu.org>
1243
1244         * plstore.el (plstore-passphrase-callback-function):
1245         Use plstore-get-file.
1246
1247 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1248
1249         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1250         stderr.
1251
1252 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1255
1256         * gnus-compat.el (set-buffer-multibyte): Remove.
1257
1258 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1259
1260         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1261         temporary file to get PGP key image.  Pass no-show-photos when
1262         extracting image to avoid having it pop up twice.
1263
1264 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1267         eligible for treatment.
1268
1269         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1270         lines.  This makes summary commands with hidden threads work more
1271         reliably.
1272
1273         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1274         button to mark the hidden citations (bug#9395).
1275
1276 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1277
1278         * mml2015.el (mml2015-epg-signature-to-string): New function.
1279         (mml2015-epg-verify-result-to-string): New function.
1280         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1281         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1282         instead of epg-verify-result-to-string.
1283         (epg-signature-key-id, epg-signature-to-string): Autoload.
1284         (epg-verify-result-to-string): Remove autoload.
1285
1286 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1287
1288         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1289         ID image from GPG public key.
1290         (mml2015-epg-key-image-to-string): New function.
1291
1292 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1293
1294         * plstore.el (plstore-passphrase-callback-function): Fix error when
1295         error when plstore-cache-passphrase-for-symmetric-encryption is set
1296         (bug#13264).
1297
1298 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1301         buffer to the article buffer here, because that clobbers multiple
1302         article buffers.
1303
1304         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1305         buffer always points to the right summary buffer.
1306
1307 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1308
1309         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1310         the password (bug#12097).
1311
1312 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1313
1314         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1315         (bug#13263).
1316
1317         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1318         buffer exists before using it (bug#12475).
1319
1320         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1321         offline groups (bug#11937).
1322
1323         * message.el (message-yank-original): When using customize to set the
1324         value of `message-cite-style', the variable it set to a symbol that's
1325         the name of the variable, which must then be dereferenced (bug#12616).
1326
1327 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1328
1329         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1330         the `face' property with a list whose car is the face specified in the
1331         format string and whose cdr is (nil).
1332         * lisp/gnus-util.el
1333         (gnus-put-text-property-excluding-characters-with-faces):
1334         Change accordingly.
1335         (gnus-get-text-property-excluding-characters-with-faces): New function.
1336         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1337         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1338         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1339
1340 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1341
1342         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1343         login methods.
1344         (nnimap-login): Respect the `nnimap-authenticator' variable.
1345
1346         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1347         mark state when moving articles.  Otherwise unticked articles will get
1348         their ticks back after moving.
1349
1350 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1351
1352         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1353
1354         * message.el (message-ignored-news-headers): Always remove
1355         X-Message-SMTP-Method to avoid information leakage if the user
1356         mistakenly inserts the header into news messages.
1357
1358         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1359
1360         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1361         right than four characters, this command would move point to
1362         `point-max'.  Don't do that.
1363
1364         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1365         to nil to allow re-selecting groups that gain articles.
1366         (gnus-bug-group-download-format-alist): Update the URL.
1367
1368 2012-12-23  Andreas Schwab  <schwab@suse.de>
1369
1370         * shr.el (shr-tag-em): Render em as italic, not bold.
1371
1372 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1375         for reuse.
1376         (gnus-open-server): Use it to add more tracing.
1377         (gnus-finish-retrieve-group-infos): Add backend tracing.
1378         (gnus-backend-trace): Also note the elapsed seconds.
1379
1380 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1381
1382         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1383         Set epa-file-encrypt-to from variable to avoid querying.
1384
1385 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1386
1387         * sieve-mode.el (sieve-font-lock-keywords):
1388         Keywords should be word delimited.  (Bug#13173)
1389
1390 2012-12-13  Andreas Schwab  <schwab@suse.de>
1391
1392         * tls.el (tls-program): Update customize type.
1393
1394 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1397         instead of <pre> to align message header.
1398
1399 2012-12-12  Sam Steingold  <sds@gnu.org>
1400
1401         * gnus.el (gnus-other-frame-resume-function): Add user option.
1402         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1403
1404 2012-12-06  Sam Steingold  <sds@gnu.org>
1405
1406         * gnus-start.el (gnus-before-resume-hook): Add.
1407         (gnus-1): Run it when Gnus is alive.
1408
1409 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1412         * gnus-art.el (article-unsplit-urls)
1413         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1414         * gnus-registry.el (gnus-registry-get-article-marks)
1415         * message.el (message-goto-body): Use it.
1416         (message-called-interactively-p): Remove.
1417
1418         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1419         (spam-stat-score-buffer): Use it.
1420
1421         * spam.el: Silence the warnings against BBDB functions when compiling.
1422
1423         * gnus-score.el (gnus-score-decode-text-parts):
1424         Use append+mapcar instead of the cl function mapcan.
1425
1426 2012-12-05  Sam Steingold  <sds@gnu.org>
1427
1428         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1429         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1430         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1431
1432 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gmm-utils.el (gmm-called-interactively-p): Revert.
1435         This seems to cause Emacs to get stuck!
1436         * gnus-art.el (article-unsplit-urls)
1437         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1438         * gnus-registry.el (gnus-registry-get-article-marks)
1439         * message.el (message-goto-body)
1440         (message-called-interactively-p): Revert.
1441
1442         * gmm-utils.el (gmm-called-interactively-p): New function.
1443         * gnus-art.el (article-unsplit-urls)
1444         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1445         * gnus-registry.el (gnus-registry-get-article-marks)
1446         * message.el (message-goto-body): Use it.
1447         (message-called-interactively-p): Remove.
1448
1449         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1450         * gnus-sync.el (gnus-sync-lesync-call)
1451         * message.el (message-read-from-minibuffer): Use it.
1452
1453 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gmm-utils.el (gmm-flet): Remove.
1456         * gnus-sync.el (gnus-sync-lesync-call)
1457         * message.el (message-read-from-minibuffer): Don't use it.
1458
1459 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1462
1463 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1466
1467         * gnus-sync.el (gnus-sync-lesync-call)
1468         * message.el (message-read-from-minibuffer): Use gmm-flet.
1469
1470         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1471
1472         * gnus-util.el (gnus-macroexpand-all): Remove.
1473
1474 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1475
1476         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1477         to TAB, not [tab].
1478         (gnus-summary-article-map): Likewise.
1479
1480         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1481         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1482
1483 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1484
1485         * time-date.el: Commentary fix.
1486
1487 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1488
1489         * color.el: Don't require cl.
1490         (color-complement): `caddr' -> `nth 2'.
1491
1492         * time-date.el (time-to-seconds): De-obsolete.
1493
1494 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * message.el (message-get-reply-headers):
1497         Make sure the reply goes to the author if it is a wide reply.
1498
1499 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1500
1501         * gnus-score.el (gnus-score-body):
1502         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1503         scoring by body.
1504
1505 2012-11-16  Glenn Morris  <rgm@gnu.org>
1506
1507         * gnus-diary.el (nndiary-request-create-group-functions)
1508         (nndiary-request-update-info-functions)
1509         (gnus-subscribe-newsgroup-functions)
1510         (nndiary-request-accept-article-functions):
1511         Use new names for hooks rather than obsolete aliases.
1512
1513 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1516
1517 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1520         in meta tag with the one the part specifies in its header.
1521
1522 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1523
1524         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1525         by default.
1526
1527 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1530         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1531
1532 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1535         and a runtime function for it, of which the XEmacs version takes only
1536         two arguments.
1537
1538 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1539
1540         * nndiary.el (nndiary-request-create-group-functions)
1541         (nndiary-request-update-info-functions)
1542         (nndiary-request-accept-article-functions):
1543         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1544         "-hooks" suffix.
1545
1546 2012-10-19  Julien Danjou  <julien@danjou.info>
1547
1548         * gnus-art.el: Require gnus-util because it uses
1549         `gnus-timer--function'.
1550
1551 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1552
1553         * starttls.el (starttls-extra-arguments): Doc fix.
1554
1555 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1558         it.
1559
1560 2012-10-06  Glenn Morris  <rgm@gnu.org>
1561
1562         * gnus-notifications.el (gnus-notifications):
1563         Add missing group :version tag.
1564         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1565         (gnus-gcc-post-body-encode-hook):
1566         * gnus-sync.el (gnus-sync-lesync-name)
1567         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1568
1569 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1570
1571         * color.el (color-hsl-to-rgb): Fix incorrect results for
1572         small and large hue values.  (Bug#12559)
1573
1574 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         New UIDL implementation.
1577
1578         * mail-source.el (mail-sources, mail-source-keyword-map):
1579         Add :leave as a pop3 keyword.
1580         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1581
1582         * pop3.el (pop3-leave-mail-on-server): Allow number.
1583         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1584         (pop3-movemail): Add UIDL support.
1585         (pop3-send-streaming-command): Take a list of mail numbers instead of
1586         the number of mails.
1587         (pop3-write-to-file): Add X-UIDL header.
1588         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1589         (pop3-uidl-add-xheader): New functions.
1590
1591         * message.el (message-ignored-resent-headers):
1592         Add X-Content-Length and X-UIDL headers.
1593
1594 2012-10-05  Glenn Morris  <rgm@gnu.org>
1595
1596         * color.el (color-name-to-rgb, color-rgb-to-hex)
1597         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1598         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1599         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1600         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1601
1602 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1605         a user about whether to delete temp files if once a user answered as n.
1606
1607 2012-09-25  Chong Yidong  <cyd@gnu.org>
1608
1609         * password-cache.el (password-read-and-add): Use a declare form to mark
1610         this function obsolete.
1611
1612 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * lpath.el: Bind mail-encode-mml for old Emacsen.
1615
1616 2012-09-17  Richard Stallman  <rms@gnu.org>
1617
1618         * message.el (message-in-body-p): Don't set mark or modify buffer.
1619
1620         * mml.el (mml-attach-file): Doc fix.
1621         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1622         Set mail-encode-mml when in Mail mode.
1623         Simplify code to set HEAD and move back to HEAD.
1624         (mml-insert-multipart, mml-insert-part):
1625         Set mail-encode-mml when in Mail mode.
1626
1627 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-util.el (gnus-timer--function): New function.
1630
1631         * gnus-art.el (gnus-article-stop-animations): Use it.
1632
1633 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1634
1635         Fix glitches caused by addition of psec to timers.
1636         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1637         rather than raw access to timer vector.
1638
1639 2012-09-11  Julien Danjou  <julien@danjou.info>
1640
1641         * gnus-notifications.el (gnus-notifications): Check for nil values in
1642         ignored addresses check.
1643
1644 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1647
1648 2012-09-07  Chong Yidong  <cyd@gnu.org>
1649
1650         * gnus-util.el
1651         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1652
1653         * gnus-salt.el (gnus-tree-highlight-node):
1654         * gnus-sum.el (gnus-summary-highlight-line):
1655         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1656
1657 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1660
1661 2012-09-06  Juri Linkov  <juri@jurta.org>
1662
1663         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1664         scheme for buffer names to be more consistent with other group and
1665         article buffer names in Gnus.
1666
1667 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-util.el
1670         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1671
1672         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1673         Jenkner.
1674
1675         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1676
1677         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1678
1679         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1680
1681 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1684         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1685
1686         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1687         string-prefix-p in Emacs >=23.2.
1688
1689         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1690         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1691         instead of string-match-p.
1692         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1693
1694 2012-09-06  Kenichi Handa  <handa@gnu.org>
1695
1696         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1697         lowercase a..f.
1698
1699 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1700
1701         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1702
1703 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1704
1705         * nnimap.el (nnimap-request-move-article): Decode the group name when
1706         doing internal moves to avoid charset issues.
1707
1708         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1709         TIME is set.
1710
1711 2012-09-05  Juri Linkov  <juri@jurta.org>
1712
1713         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1714         than one group at a time (bug#11961).
1715
1716 2012-09-05  Julien Danjou  <julien@danjou.info>
1717
1718         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1719         this hide the real reason with a message giving absolutely no hint.
1720
1721 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1724         to the backend (bug#11804).
1725
1726         * message.el (message-insert-newsgroups): Don't insert newsgroup
1727         duplicates (bug#12275).
1728
1729 2012-09-05  John Wiegley  <johnw@newartisans.com>
1730
1731         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1732         sieve rules.
1733
1734 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1735
1736         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1737         function.
1738
1739         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1740
1741         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1742
1743 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1744
1745         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1746         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1747         This should make nnmaildir more usable with offlineimap.
1748
1749 2012-09-05  Julien Danjou  <julien@danjou.info>
1750
1751         * nnimap.el (nnimap-request-list): Revert change that made listing
1752         synchronous.
1753         (nnimap-get-responses): Restore.
1754
1755 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1756
1757         * dgnushack.el: XEmacs 21.5 compilation fix.
1758
1759         * gnus-notifications.el (gnus-notifications-notify): Use it.
1760
1761         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1762         warnings on XEmacs.
1763
1764 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1765
1766         Better seeds for (random).
1767         * gnus-sync.el (gnus-sync-lesync-setup):
1768         * message.el (message-canlock-generate, message-unique-id):
1769         Change (random t) to (random), now that the latter is more random.
1770
1771 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1772
1773         * nnimap.el (nnimap-change-group): Document result value
1774
1775         * auth-source.el (auth-sources): Fix macos keychain access.
1776
1777         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1778         allow the backend `request-head' function to determine the group
1779         name on its own.
1780         (gnus-request-expire-articles): Filter out negative article numbers
1781         during expiry (Bug#11980).
1782
1783         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1784         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1785
1786         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1787         you've found the article when you haven't.
1788
1789         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1790         that nnimap-change-group can return t.
1791
1792 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1793
1794         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1795
1796 2012-08-30  Julien Danjou  <julien@danjou.info>
1797
1798         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1799         `gnus-notifications-timeout'.
1800         (gnus-notifications-timeout): Add.
1801         (gnus-notifications-action): New function.
1802         (gnus-notifications-notify): Add :action using
1803         `gnus-notifications-action'.
1804         (gnus-notifications-id-to-msg): New variable.
1805         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1806         notifications id to messages.
1807
1808 2012-08-30  Kenichi Handa  <handa@gnu.org>
1809
1810         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1811         once.
1812
1813 2012-08-29  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-notifications.el: New file.
1816         (gnus-notifications-notify): New function.
1817         (gnus-notifications): Use `gnus-notifications-notify'.
1818
1819 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1822         transfer encoding first; bind gnus-newsgroup-charset to the charset
1823         that the article specifies (Bug#12209).
1824
1825 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1828         (gnus-group-customize-done): Encode values posting-style holds.
1829
1830         * gnus-msg.el (gnus-summary-resend-message)
1831         (gnus-configure-posting-styles): Decode values posting-style group
1832         parameter holds.
1833
1834 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1837         `name' and `address' in Resent-From header.
1838
1839 2012-08-14  Chong Yidong  <cyd@gnu.org>
1840
1841         * gnus-art.el (article-display-face): Handle failure in
1842         gnus-create-image (Bug#11802).
1843
1844 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1847         Use defsetf.
1848
1849 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1850
1851         * auth-source.el (auth-source-plstore-search)
1852         (auth-source-secrets-search): Ignore :require and :type in search spec.
1853
1854 2012-08-06  Julien Danjou  <julien@danjou.info>
1855
1856         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1857         `nnimap-request-move-article'.
1858
1859         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1860         Remove autoload, already handled by gnus.el.
1861
1862         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1863
1864         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1865         supported by nnimap actually. Reverts previous change.
1866
1867         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1868         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1869         to-buffer argument that is already supported.
1870
1871 2012-08-05  Julien Danjou  <julien@danjou.info>
1872
1873         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1874         Add autoload.
1875
1876 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus.el (gnus-valid-select-methods): Fix custom type.
1879
1880 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1881
1882         * auth-source.el (auth-sources, auth-source-backend-parse)
1883         (auth-source-macos-keychain-search)
1884         (auth-source-macos-keychain-search-items)
1885         (auth-source-macos-keychain-result-append)
1886         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1887         auth-source.el through the /usr/bin/security utility.
1888         (auth-sources): Fix syntax error.
1889         (auth-source-macos-keychain-result-append): Fix variable name.
1890         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1891
1892 2012-07-27  Julien Danjou  <julien@danjou.info>
1893
1894         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1895         Emacs < 24.1
1896
1897 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * message.el (message-kill-address): Don't kill last newline.
1900         (message-skip-to-next-address): Don't move to the next header.
1901         (message-fill-field-address): Work properly.
1902
1903 2012-07-25  Julien Danjou  <julien@danjou.info>
1904
1905         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1906
1907 2012-07-24  Julien Danjou  <julien@danjou.info>
1908
1909         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1910
1911         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1912         (nntp-async-timer-handler): Remove, unused.
1913
1914         * nnimap.el (nnimap-get-responses): Remove, unused.
1915
1916         * nnheader.el (mail-header-set-extra): Remove, unused.
1917
1918         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1919         unused.
1920
1921         * mm-view.el (mm-view-sound-file): Remove, unused.
1922
1923         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1924         (mm-url-encode-multipart-form-data): Remove, unused.
1925
1926         * message.el (message-remove-signature, message-make-host-name)
1927         (message-fill-address): Remove, unused.
1928
1929         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1930         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1931         unused.
1932
1933         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1934         (gnus-xmas-call-region): Remove, unused.
1935
1936         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1937
1938         * gnus-util.el (gnus-extract-address-component-name)
1939         (gnus-extract-address-component-email, gnus-sortable-date)
1940         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1941         (gnus-process-live-p): Remove, unused.
1942
1943         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1944
1945         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1946         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1947         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1948         function.
1949
1950         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1951
1952         * gnus-score.el (gnus-summary-score-crossposting)
1953         (gnus-score-regexp-bad-p): Remove, unused.
1954
1955         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1956
1957         * gnus-range.el (gnus-sublist-p): Remove, unused.
1958
1959         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1960         unused.
1961
1962         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1963
1964         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1965         (gnus-request-associate-buffer): Remove, unused.
1966
1967         * gnus-group.el (gnus-group-set-method-info)
1968         (gnus-group-set-params-info): Remove, unused.
1969
1970         * gnus-fun.el (gnus-shell-command-to-string)
1971         (gnus-shell-command-on-region): Remove, unused.
1972
1973         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1974
1975         * gnus-art.el (gnus-article-text-type-exists-p)
1976         (article-translate-characters, gnus-article-hide-text-of-type)
1977         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1978         Remove, unused.
1979
1980 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1981
1982         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1983
1984 2012-07-21  Julien Danjou  <julien@danjou.info>
1985
1986         * message.el (message-dont-reply-to-names): Replace deprecated
1987         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1988         (message-get-reply-headers): Ditto.
1989
1990 2012-07-18  Julien Danjou  <julien@danjou.info>
1991
1992         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1993         `sieve-upload-and-kill'.
1994
1995         * sieve.el (sieve-bury-buffer): Remove function.
1996         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1997         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1998
1999 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2000
2001         * shr.el (shr-expand-url): Handle URL starting with `//'.
2002
2003 2012-07-13  Chong Yidong  <cyd@gnu.org>
2004
2005         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2006         instead of calling toggle-read-only with a (bogus) argument.
2007
2008 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2009
2010         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2011         of initial input when reading the author to restrict the summary to.
2012
2013 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * mm-decode.el (mm-shr):
2016         Allow overriding charset by mm-charset-override-alist.
2017
2018 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * gnus-art.el (gnus-article-view-part):
2021         Toggle subparts of multipart/alternative part.
2022
2023 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2024
2025         * shr.el (shr-render-buffer): New command.
2026         (shr-visit-file): Use it.
2027
2028 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2031         Set no-byte-compile and no-update-autoloads.
2032
2033 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2036
2037 2012-06-25  Julien Danjou  <julien@danjou.info>
2038
2039         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2040         `nnimap-request-move-articles-find-limit' since we do not use it only
2041         for move operations.
2042         (nnimap-request-accept-article): Use
2043         `nnimap-request-articles-find-limit' to limit search by message-id.
2044
2045 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2046
2047         Support higher-resolution time stamps (Bug#9000).
2048
2049         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2050         VARLIST.  It's optional, for backward compatibility.
2051         (encode-time-value): New optional arg PICO.  New type 3.
2052         (time-to-seconds) [!float-time]: Support the new picoseconds
2053         component if it's used.
2054         (seconds-to-time, time-subtract, time-add):
2055         Support ps-resolution time stamps as well.
2056
2057 2012-06-19  Julien Danjou  <julien@danjou.info>
2058
2059         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2060
2061         * nnimap.el (nnimap-log-buffer): Check that
2062         `window-point-insertion-type' is boundp, since it's not available in
2063         XEmacs.
2064
2065 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2066
2067         * nnimap.el (nnimap-log-buffer): Add this, setting
2068         `window-point-insertion-type' in the buffer to t.
2069         (nnimap-log-command): Use nnimap-log-buffer.
2070
2071 2012-06-19  Julien Danjou  <julien@danjou.info>
2072
2073         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2074         argument to be able to limit the search.
2075         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2076         (nnimap-request-move-articles-find-limit): Add this to limit the search
2077         by Message-Id after a message move.
2078         (nnimap): Add defgroup.
2079
2080 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2081
2082         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2083
2084 2012-06-15  Julien Danjou  <julien@danjou.info>
2085
2086         * nnimap.el (nnimap-find-article-by-message-id): Use
2087         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2088         (nnimap-possibly-change-group): Add read-only argument.
2089         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2090         issuing EXAMINE manually.
2091         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2092         with read-only argument.
2093         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2094         cannot possibly change because we need to be sure that it's either
2095         read-write or read-only.
2096
2097 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2100         being bound to a lambda form.
2101
2102 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2103
2104         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2105         articles when fetch-old is non-nil (bug#11370).
2106
2107 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2108
2109         * gnus-picon.el (gnus-picon-properties): New defcustom.
2110         (gnus-picon-create-glyph): Use it.
2111
2112 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-group.el (gnus-group-get-new-news): Respect
2115         `gnus-group-use-permanent-levels', as documented (bug#11638).
2116
2117 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2118
2119         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2120         groups (bug#11641).
2121
2122 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2123
2124         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2125         is an integer to avoid later problems.
2126
2127 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2130         locales.
2131
2132         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2133         on a handle.
2134
2135         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2136         address as the default.
2137         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2138
2139         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2140         makes no sense to query the user about internal files.
2141
2142         * gnus-spec.el: Remove all the byte-compilation stuff, since
2143         benchmarking shows that it doesn't help when entering large summary
2144         buffers.
2145
2146         * gnus-xmas.el (gnus-xmas-define): Remove.
2147
2148         * gnus-util.el (gnus-byte-code): Remove.
2149
2150         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2151         grouplens stuff.
2152
2153 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2156         (bug#11514).
2157
2158 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2159
2160         * message.el (message-buffers): Return all buffers derived from Message
2161         to make `gnus-dired-attach' work with mu4e.
2162
2163 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2164
2165         * nntp.el: Stop the `letf' madness.
2166         (nntp--report-1): New var.
2167         (nntp-report): Merge nntp-report-1 into it.
2168         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2169         the nntp-report function.
2170
2171         * auth-source.el: Fix comment-style to follow the convention.
2172
2173 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2174
2175         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2176         (mm-dissect-singlepart): Don't guess the MIME type of
2177         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2178         set.
2179         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2180         toplevel MIME type is multipart/encrypted.
2181
2182 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2185         a string so that Gcc works (bug#11514).
2186
2187 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2188
2189         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2190         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2191
2192 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2193
2194         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2195         jumping to *Server* from a dedicated *Group* window.
2196         (gnus-configure-frame): CSE.
2197
2198         * gnus-registry.el: Minor style cleanup.
2199         (gnus-registry--set/remove-mark): New function, extracted from
2200         gnus-registry-install-shortcuts.
2201         (gnus-registry-install-shortcuts): Use it.
2202
2203 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * nnspool.el (news-path): Use eval-and-compile.
2206
2207 2012-05-24  Glenn Morris  <rgm@gnu.org>
2208
2209         * nnspool.el (news-directory, news-path, news-inews-program):
2210         Move here from paths.el.  Don't see a need for these to be autoloaded.
2211
2212         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2213         Merge in doc from paths.el version.  Don't see any need for this to be
2214         autoloaded, or for the warning about users not setting it.
2215
2216 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2217
2218         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2219         format.  In particular, add an optional argument and a docstring.
2220
2221         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2222
2223         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2224         current before calling `gnus-groups-to-gnus-format'.
2225         Note that this was already the case for `gnus-active-to-gnus-format'.
2226
2227 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2228
2229         Fix minor Y10k bug.
2230         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2231
2232 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2233
2234         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2235         message once it's actually open.
2236
2237 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2238
2239         * gnus.el: Ma Gnus v0.5 is released.
2240
2241 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2242
2243         * auth-source.el (auth-source--aput-1, auth-source--aput)
2244         (auth-source--aget): New functions and macros.
2245         Use them instead of aput/aget.
2246
2247 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2248
2249         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2250
2251 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2252
2253         * plstore.el (plstore-called-interactively-p): New compat macro copied
2254         from message.el.
2255         (plstore-mode): Use it.
2256
2257 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2258
2259         * plstore.el: Revive the editing feature.
2260         (plstore-mode): New mode to edit plstore file.
2261         (plstore-mode-toggle-display, plstore-mode-original)
2262         (plstore-mode-decoded): New command.
2263         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2264         (plstore--insert-buffer, plstore--make): New function.
2265         (plstore-open, plstore-save): Simplify by using them.
2266
2267 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2270
2271 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2272
2273         * tls.el (open-tls-stream): Remove unused binding.
2274
2275 2012-04-16  Glenn Morris  <rgm@gnu.org>
2276
2277         * nndraft.el (nndraft-request-list): Fix declaration.
2278
2279 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * mm-decode.el (mm-dissect-buffer): Doc fix.
2282
2283         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2284         don't have a current group.
2285
2286         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2287         buffer if it doesn't exist.
2288
2289         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2290         given, mark the group as ephemeral with the current window conf.
2291
2292         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2293         buffer exists, which it doesn't if we haven't started Gnus.
2294         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2295
2296 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2299         type is.
2300
2301         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2302         `unexists' entries.
2303         (gnus-clean-old-newsrc): Fix last checkin.
2304
2305         * nnimap.el (nnimap-update-info): None of the articles below the active
2306         low-water mark exist.
2307
2308         * dgnushack.el: Get rid of XEmacs compilation warning.
2309
2310         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2311         would have gotten if we posted to the group, and use that to compare
2312         against the message we want to cancel (bug#10808).
2313
2314         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2315         on XEmacs.
2316
2317 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2318
2319         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2320         `scroll-margin'.
2321
2322 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2323
2324         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2325         citation prefix within a block of cited text should be considered part
2326         of that block *only* if it is a blank line.
2327
2328 2012-04-09  Chong Yidong  <cyd@gnu.org>
2329
2330         * binhex.el, hashcash.el, uudecode.el:
2331         Remove * characters from the front of variable docstrings.
2332
2333 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2336         before kinsoku-bol characters nor within kinsoku-eol characters.
2337
2338 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2341         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2342         (gnus-sync-read): Use mapc instead of mapcar.
2343
2344         * mm-archive.el: Require mm-decode for some macros.
2345         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2346         the byte compiler.
2347         (mm-archive-decoders): New function that returns the value of
2348         the mm-archive-decoders variable.
2349
2350         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2351         instead.
2352         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2353
2354         * nnimap.el (gnus-refer-thread-use-nnir):
2355         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2356
2357 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2360
2361 2012-03-12  Peter Münster  <pmrb@free.fr>
2362
2363         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2364         (gnus-demon-cancel): Ditto.
2365         (gnus-demon-run-callback): When function cannot be called due to low
2366         idleness, call it when idleness reaches the expected value, instead of
2367         waiting another timer period.
2368         (gnus-demon-init): Add `time' to arguments of call-back.
2369
2370 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2373
2374         * gnus.el: Register gnus-registry functions.
2375
2376         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2377         indent.
2378
2379         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2380         enabled before warping.
2381
2382 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2383
2384         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2385         registry about each article retrieved.
2386
2387         * gnus-int.el (gnus-select-group-with-message-id): New function.
2388         (gnus-try-warping-via-registry): Ditto.
2389         (gnus-warp-to-article): Fall back on the registry.
2390
2391 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2392
2393         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2394         inboxes.
2395
2396 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2399
2400 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2403         gnus-gcc-self-resent-messages may be a group parameter.
2404         (gnus-summary-resend-message): Don't encode encoded words in header
2405         when Gcc'ing resent message.
2406
2407 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * shr.el (shr-insert): Treat non-breaking space just like normal
2410         space.  This seems to produce more pleasing results.
2411         (shr-insert): Only insert a blank line if we're starting from an image.
2412         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2413         (shr-ensure-paragraph): Consider lines with white space to be blank.
2414
2415 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2416
2417         * Makefile.in: Respect DESTDIR.
2418
2419 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2420
2421         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2422         and gnus-gcc-post-body-encode-hook.
2423
2424 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2427         messages that don't exist.
2428
2429         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2430
2431 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2434         Remove.
2435
2436         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2437
2438         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2439
2440 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2443         have a group name.
2444
2445         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2446         a multibyte buffer (bug#7410).
2447         (article-wash-html): Parse the original article buffer to get the
2448         unencoded data (bug#7410).
2449
2450         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2451         .newsrc.el files.
2452
2453 2012-04-05  Bastien Guerry  <bzg@altern.org>
2454
2455         * color.el (color-lighten-name): Fix typo.
2456
2457 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2460         "#" to avoid having them interpreted as comments.
2461
2462 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * shr.el (shr-insert): Update the text state properly to avoid
2465         inserting spurious paragraph starts.
2466
2467 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * shr.el (shr-table-widths): Divide the extra width more fairly over
2470         the TDs (bug#10973).
2471         (shr-render-td): Don't delete too much padding.
2472         (shr-natural-width): Compute the natural width more correctly.
2473         (shr-insert): Allow the natural width to be computed for tables again.
2474         (shr-tag-table-1): Rework how the natural widths are computed by
2475         rendering the table a third time.
2476         (shr-natural-width): Removed.
2477         (shr-buffer-width): New function.
2478         (shr-expand-newlines): Use it.
2479
2480         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2481         using a `gnus-use-full-window' setup (bug#11013).
2482
2483 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2486         24.1 release.
2487
2488 2012-03-10  David Edmondson  <dme@dme.org>
2489
2490         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2491         'Forwarded Message' header and the start of the message.
2492
2493 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2494
2495         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2496         isn't running (bug#10897).
2497
2498 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2501         This is inconsistent with all the other stream functions, which leave
2502         the setting up to the higher levels (if so wanted) (bug#10931).
2503
2504 2012-02-28  Glenn Morris  <rgm@gnu.org>
2505
2506         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2507         mm-decode.el: Standardize possessive apostrophe usage.
2508
2509 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2512
2513 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2514
2515         * parse-time.el (parse-time-string): Allow extractor to return nil.
2516
2517 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2520
2521 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2524
2525 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2526
2527         * mm-decode.el (mm-shr): Remove "soft hyphens".
2528
2529         * nnimap.el (nnimap-request-list): Return the group names encoded as
2530         utf8.  Otherwise non-European group names don't work.
2531         (nnimap-request-newgroups): Ditto.
2532
2533         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2534         the default in `read-string' (bug#10757).
2535
2536         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2537         topics (bug#10843).
2538
2539         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2540         buffer.  Suggested by Herbert Valerio Riedel.
2541         (nnimap-request-move-article): Delete the message from the correct IMAP
2542         server.
2543
2544 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2545
2546         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2547         Reported by Peter Münster.
2548
2549 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-image-fetched): Make sure we really kill the right
2552         buffer.
2553
2554 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2555
2556         * gnus-start.el (gnus-1): Avoid duplicate entries.
2557
2558 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2559
2560         * imap.el: Remove.
2561
2562         * nntp.el (nntp-coding-system-for-read): Remove.
2563         (nntp-coding-system-for-write): Ditto.
2564         (nntp-open-connection): Just use `binary' directly.
2565
2566         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2567         Gnus 0.3.
2568
2569 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2570
2571         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2572         application/octet-stream parts really is.
2573
2574         * gnus-sum.el (gnus-propagate-marks): Remove.
2575
2576 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2577
2578         * shr.el (shr-rescale-image): Undo previous change; see
2579         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2580
2581 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2582
2583         * gnus.el: Ma Gnus v0.3 is released.
2584
2585 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-sum.el (gnus-summary-local-variables): Make
2588         `gnus-newsgroup-unexist' into a local variable.
2589
2590 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2591
2592         * registry.el (registry-usage-test, registry-persistence-test): Move to
2593         tests/gnustest-registry.el.
2594         (registry-make-testable-db, registry-match-test)
2595         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2596
2597         * gnus-registry.el (gnus-registry-misc-test)
2598         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2599
2600         * tests/gnustest-registry.el: New file with the registry and
2601         gnus-registry ERT tests.
2602
2603 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-msg.el (gnus-summary-resend-message): Make
2606         gnus-summary-resend-message-insert-gcc be last item in
2607         message-header-setup-hook.
2608
2609 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2612         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2613         Remove.
2614         (nnfolder-open-server): Don't use marks.
2615         (nnfolder-request-delete-group): Ditto.
2616         (nnfolder-request-rename-group): Ditto.
2617         (nnfolder-request-set-mark, nnfolder-request-marks)
2618         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2619         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2620
2621         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2622         (nnml-marks-modtime): Remove.
2623         (nnml-request-delete-group): Don't use marks.
2624         (nnml-request-rename-group): Ditto.
2625         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2626         (nnml-save-marks, nnml-open-marks): Remove.
2627
2628         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2629         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2630         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2631         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2632         (nntp-server-to-method-cache): Remove.
2633
2634         * shr.el (shr-rescale-image): Fix wrong merge.
2635
2636 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2637
2638         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2639         too-wide lines.
2640
2641 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2642
2643         * nnimap.el (nnimap-record-commands): New variable.
2644         (nnimap-log-command): Use it.
2645         (nnimap-make-process-buffer): Add a space to the process buffer.
2646         (nnimap-transform-headers): Don't bug out on header lines containing
2647         stuff that look like IMAP length encodings.
2648
2649         * shr.el (shr-rescale-image): Allow viewing large images.
2650
2651 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2652
2653         * nnml.el (nnml-request-compact-group): Delete the marks file after
2654         compaction (bug#10800).
2655
2656         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2657         group exit.
2658
2659         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2660         QRESYNC/FETCH output.
2661
2662 2012-02-11  Glenn Morris  <rgm@gnu.org>
2663
2664         * sieve-manage.el (sieve-manage-default-stream):
2665         * shr.el (shr):
2666         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2667         (nnir-retrieve-headers-override-function)
2668         (nnir-imap-default-search-key, nnir-notmuch-program)
2669         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2670         (nnir-method-default-engines):
2671         * message.el (message-cite-reply-position):
2672         * gssapi.el (gssapi-program):
2673         * gravatar.el (gravatar):
2674         * gnus-sum.el (gnus-refer-thread-use-nnir):
2675         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2676         (gnus-registry-max-pruned-entries):
2677         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2678         * gnus-int.el (gnus-after-set-mark-hook)
2679         (gnus-before-update-mark-hook):
2680         * gnus-async.el (gnus-async-post-fetch-function):
2681         * auth-source.el (auth-source-cache-expiry):
2682         Add missing :version tags to new defcustoms and defgroups.
2683
2684 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2685
2686         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2687         `gnus-newsgroup-unexist'.
2688
2689         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2690         marks.
2691         (gnus-article-special-mark-lists): Put the `unexist' in the special
2692         marks list instead.
2693
2694         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2695         articles in the list of articles to be selected.
2696
2697         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2698         articles.
2699         (nnimap-update-info): Keep track of unexisting articles.
2700         (nnimap-update-qresync-info): Ditto.
2701
2702 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2703
2704         * message.el (message-default-send-mail-function): Made into own
2705         function for reuse by emacsbug.el.
2706
2707 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2708
2709         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2710         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2711
2712 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2713
2714         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2715         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2716
2717         * gnus-compat.el: Define `timer-set-function'.
2718
2719         * mm-decode.el (mm-display-external): Output the text from the command
2720         in the buffer after the command finished.  This makes text-based
2721         commands behave better.
2722
2723 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2726
2727 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2730         23.1.
2731
2732 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2735
2736 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2737
2738         * message.el (smtpmail-smtp-user): Silence compiler warning.
2739
2740 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2741
2742         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2743         SMTP user name.
2744
2745 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-sum.el (gnus-summary-show-thread):
2748         next-single-char-property-change may return nil in XEmacs.
2749         (gnus-summary-article-map): Fix typo.
2750
2751 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2754         running.
2755
2756         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2757
2758         * gnus.el (gnus-server-extend-method): Don't add an -address component
2759         if the method already has one (bug#9676).
2760
2761 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2764         of an initial-input for consistency (bug#10757).
2765
2766         * dgnushack.el: Fix XEmacs compilation warning.
2767
2768         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2769
2770         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2771
2772 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2773
2774         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2775         lines that are narrower than the window width.  Otherwise background
2776         "blocks" will look less readable.
2777
2778 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2779
2780         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2781         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2782         have newlines within the strings, and where the UID comes after the
2783         BODYSTRUCTURE element (bug#10537).
2784
2785         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2786         (bug#10732).
2787
2788         * shr.el (shr-insert-document): Add doc string.
2789         (shr-visit-file): Ditto.
2790         (shr-remove-trailing-whitespace): New function.
2791         (shr-insert-document): Use it to clean up trailing whitespace as the
2792         final step (bug#10714).
2793
2794 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2795
2796         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2797         buffer if `gnus-kill-summary-on-exit' is nil.
2798
2799 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2802         when just reading a single group from "without" Gnus.
2803
2804 2012-02-06  Chong Yidong  <cyd@gnu.org>
2805
2806         * gnus-sum.el (gnus-summary-show-thread):
2807         next-single-char-property-change never returns nil (Bug#8657).
2808
2809 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2810
2811         * message.el (message-multi-smtp-send-mail): New function.
2812         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2813         header to implement multi-SMTP functionality.
2814
2815         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2816         (gnus-agentize): Don't set it.
2817         (gnus-agent-send-mail): Don't use it.
2818
2819         * gnus-sum.el (gnus-summary-widget-backward): New function and
2820         keystroke.
2821
2822         * gnus-compat.el: More the compat functions more compatible.
2823
2824         * shr.el (shr-put-image): Remove underlines from sliced images.
2825         (shr-zoom-image): Compute the region to be replaced more correctly.
2826
2827 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2830         (gnus-summary-resend-message-insert-gcc): New function.
2831         (gnus-summary-resend-message): Modify message-header-setup-hook and
2832         message-sent-hook to make it work for Gcc.
2833         (gnus-inews-do-gcc): Update the number of unread articles of groups
2834         that messages are Gcc'd to.
2835
2836         * message.el (message-resend): Run message-sent-hook to do Gcc.
2837
2838 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2839
2840         * lpath.el: Fix an XEmacs compilation warning.
2841
2842         * gnus-compat.el: Require `help-fns' to fix compilation error.
2843
2844         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2845         a higher level to silence compilation.
2846
2847         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2848         parameter to allow controlling the scaling.
2849
2850         * shr.el (shr-zoom-image): New command and keystroke.
2851         (shr-put-image): Take a `size' flag to say how to scale the image.
2852
2853         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2854         deletion unless already defined.
2855
2856         * gnus.el (gnus-compat): Require it.
2857
2858         * gnus-compat.el: New file.
2859
2860         * gnus-start.el (gnus-clean-old-newsrc): New function.
2861         (gnus-read-newsrc-file): Use it.
2862
2863         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2864         Use recursive deletion.
2865         (mm-dissect-archive): Add support for zip files.
2866
2867         * gnus-util.el (gnus-recursive-directory-files): New function.
2868
2869         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2870         (mm-archive-decoders): Add tgz support.
2871
2872         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2873         Otherwise inserting text into the Gnus buffer can look odd.
2874
2875         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2876
2877         * mm-archive.el (mm-archive-decoders): Add support for tar.
2878
2879         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2880
2881         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2882
2883 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2884
2885         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2886
2887         * mm-archive.el: New file.
2888
2889         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2890
2891         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2892
2893         * message.el (message-goto-*): Make all the `message-goto-*' commands
2894         push the mark before moving point.  This makes it easier to go back to
2895         where you came from after editing whatever you jumped to.
2896
2897 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2898
2899         * gnus.el: Ma Gnus v0.1 is released.
2900
2901 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2902
2903         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2904         without reconnecting.
2905         (nnimap-possibly-change-group): Ditto.
2906         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2907         connection has died before being called.
2908
2909 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2910
2911         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2912         an initial sync unless we're really doing one.
2913
2914         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2915         address parameter if one already exists (bug#9676).
2916
2917         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2918         not the prefix, as documented (bug#10689).
2919
2920 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2923         the "server".
2924
2925         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2926         the real error message with the useless "previously known to be down".
2927         Which isn't even correct.
2928
2929         * nntp.el (nntp-open-connection): Report the error message if the nntp
2930         server can't be reached.
2931
2932         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2933         groups we do a total scan for.
2934         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2935         doing that.
2936
2937 2012-01-31  Jim Meyering  <jim@meyering.net>
2938
2939         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2940         Correct a comment (insert "not") and hide nominally-doubled "to".
2941
2942 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2943
2944         * gnus.el (gnus-version): Change name to "Ma Gnus".
2945
2946 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2947
2948         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2949         section in the manual.
2950
2951 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2952
2953         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2954         words.
2955         (rfc2047-encode-string): Ditto.
2956         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2957         understand folded filename="..." parameters, for instance.
2958
2959         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2960         the message for greater debuggability.
2961
2962 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2963
2964         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2965         instead of setting it locally, since the latter doesn't seem to have
2966         any effect (most of the time).
2967
2968 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2969
2970         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2971         function call.
2972
2973 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2974
2975         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2976         seconds, and make the repeat clause with HH:MM specs work as
2977         documented.
2978
2979 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2980
2981         * proto-stream.el (proto-stream-capability-open): Fall back on
2982         :end-of-command if :end-of-capability doesn't exist.
2983
2984 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2987         bound globally in old Emacsen and XEmacsen.
2988
2989 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2990
2991         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2992         so that previous errors don't prohibit getting new news.
2993
2994         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2995
2996         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2997
2998 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2999
3000         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3001         buffer, not of the string which is its name.
3002
3003 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3004
3005         * proto-stream.el (proto-stream-capability-open): Wait for
3006         :end-of-capability, not :end-of-command.
3007
3008         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3009         non-server-marks groups.
3010         (gnus-group-make-articles-read): Ditto.
3011
3012         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3013         methods (bug#9676).
3014
3015         * gnus.el (gnus-method-ephemeral-p): New function.
3016
3017 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3020         left-to-right.
3021
3022 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3023
3024         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3025         warning.
3026
3027 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3028
3029         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3030         macroexpand the nnir things, since they haven't been defined yet, and
3031         nnir requires gnus-sum.
3032
3033 2012-01-24  Julien Danjou  <julien@danjou.info>
3034
3035         * color.el (color-rgb-to-hsl): Fix value computing.
3036         (color-hue-to-rgb): New function.
3037         (color-hsl-to-rgb): New function.
3038         (color-clamp, color-saturate-hsl, color-saturate-name)
3039         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3040         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3041
3042 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3045
3046 2012-01-19  Julien Danjou  <julien@danjou.info>
3047
3048         * color.el (color-name-to-rgb): Use the white color to find the max
3049         color component value and return correctly computed values.
3050         (color-name-to-rgb): Add missing float conversion for max value.
3051
3052 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3055         logical server name in addition to the actual machine address.
3056
3057         * auth-source.el (auth-source-user-and-password): Add convenience
3058         wrapper to search by just host and optionally user.
3059
3060 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3063         after rendering.
3064
3065 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3066
3067         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3068         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3069         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3070
3071 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3074         (bug#9693).
3075         (gnus-summary-setup-buffer): Document return value (bug#9697).
3076
3077         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3078         since ido doesn't work on symbols (bug#9632).
3079
3080         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3081         when getting a single value as when getting all the values.  This means
3082         that atoms like `gcc-self' work cumulatively, like variable settings,
3083         instead of getting the value from the last matching clause.
3084         (gnus-group-find-parameter): Protect against the group buffer not
3085         existing (bug#9585).
3086
3087 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * gnus-start.el (gnus-activate-group): Document more parameters
3090         (bug#9694).
3091
3092         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3093         (bug#9692).
3094
3095         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3096         article was fetched, so that it can be expired later (bug#9958).
3097         (gnus-agent-summary-fetch-series): Add doc string.
3098         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3099         (bug#9517).
3100
3101         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3102         retrieval is happening.
3103
3104         * gnus.el (gnus-parameters): Doc fix.
3105
3106 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3107
3108         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3109         show the thread after expansion.
3110
3111 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-art.el (article-narrow-to-head): If the head is completely
3114         empty, narrow to the empty region (bug#9764).
3115
3116         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3117         read, and then mark them as unread only when the unread mark is used.
3118         This makes `C-- T k' actually work, even though it's confusing.
3119
3120         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3121         alive before we try to find its window.
3122
3123 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3124
3125         * mm-decode.el (mm-display-external): Use a longer timeout for the
3126         deletion to allow slow programs to display the file.
3127
3128 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3131         prompt to be less confusing.
3132
3133         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3134         argument to `message-reply'.  This broke `special-display-*' frame
3135         pop-uping (bug#10238).
3136
3137 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3140         systems, since these allegedly don't work there.
3141
3142 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3143
3144         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3145         live buffer.
3146
3147 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * nnir.el (nnir-retrieve-headers): Protect against the article not
3150         existing on the server (bug#10335).
3151
3152 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3153
3154         * gnus-agent.el (gnus-agent-load-local): Recompute
3155         gnus-agent-article-local on changing method.
3156
3157 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus.el (gnus-parameters): Note precedence.
3160
3161 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3162
3163         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3164         in the group buffer.
3165
3166 2012-01-04  Julien Danjou  <julien@danjou.info>
3167
3168         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3169         change.
3170
3171 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3174         too.
3175
3176         * nntp.el (nntp-retrieve-group-data-early): Use it.
3177
3178 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * nntp.el (nntp-retrieval-in-progress): New variable.
3181         (nntp-make-process-buffer): Make it buffer-local.
3182
3183         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3184         2010.
3185         (gnus-demon-init): Use it to compute the time if time is on the form
3186         "04:23".
3187
3188         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3189
3190         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3191         status in the correct buffer.
3192
3193 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3194
3195         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3196         when opening topics (bug#10407).
3197
3198 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3199
3200         * gnus-cus.el (gnus-score-customize):
3201         * gnus-sum.el (gnus-sort-gathered-threads):
3202         * message.el (message-shorten-references):
3203         * nnmairix.el (nnmairix-request-group):
3204         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3205
3206 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3207
3208         * gnus-agent.el (gnus-agent-regenerate-group):
3209         * gnus-int.el (gnus-retrieve-group-data-early):
3210         * mm-util.el (mm-codepage-ibm-list):
3211         * nndiary.el (Commentary, nndiary-get-new-mail):
3212         * nnir.el (nnir):
3213         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3214
3215 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * mm-view.el (mm-display-inline-fontify): Add comment.
3218
3219 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3220
3221         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3222         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3223
3224 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3225
3226         * gnus-art.el (gnus-split-methods):
3227         * gnus-msg.el (gnus-configure-posting-styles):
3228         * gnus-spec.el (gnus-parse-simple-format):
3229         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3230         * message.el (message-do-actions): Spelling fix.
3231
3232 2011-12-15  Juri Linkov  <juri@jurta.org>
3233
3234         * mm-decode.el (mm-inline-media-tests): Add missing
3235         `mm-handle-media-subtype'.
3236
3237 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         * gnus-group.el (gnus-group-tool-bar):
3240         * gnus-sum.el (gnus-summary-tool-bar):
3241         * message.el (message-tool-bar):
3242         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3243
3244 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3245
3246         * plstore.el (plstore--insert-buffer): Spelling fix.
3247
3248 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3249
3250         * message.el (message-valid-fqdn-regexp): Update with newly approved
3251         top-level domain names ".tel" and ".asia".
3252
3253 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3256         unconditionally.
3257
3258 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3261         pop-to-buffer-same-window for old Emacsen.
3262
3263 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3264
3265         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3266
3267 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3268
3269         * netrc.el (netrc-credentials): Spelling fix.
3270
3271 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3272
3273         * gnus-fun.el (gnus-fun-ppm-change-string):
3274         * gnus-msg.el (gnus-inews-do-gcc):
3275         * gnus-sum.el (gnus-summary-find-for-reselect):
3276         * gnus.el (gnus-summary-cancelled):
3277         * message.el (message-cancel-hook, message-send-news):
3278         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3279         * nnir.el (nnir-run-hyrex):
3280         * nntp.el (nntp-with-open-group-function):
3281         * pgg.el (pgg-pending-timers): Spelling fix.
3282
3283 2011-12-04  Chong Yidong  <cyd@gnu.org>
3284
3285         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3286         change (Bug#10200).
3287
3288 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * compface.el (uncompface):
3291         * gnus-art.el (gnus-article-x-face-command): Update the header format
3292         of icon data for the most recent icontopbm program.
3293
3294 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-msg.el (gnus-inews-do-gcc):
3297         * message.el (message-send-mail):
3298         * mml.el (mml-generate-mime): Share the value of the buffer-local
3299         `message-options' variable between a draft buffer and temprary working
3300         buffers.
3301
3302 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3303
3304         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3305
3306 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3309         for Cygwin.
3310
3311 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3312
3313         * gnus-group.el (gnus-group-prepare-flat):
3314         * mm-bodies.el (mm-encode-body):
3315         * mml.el (mml-preview):
3316         * nnml.el (nnml-request-compact-group):
3317         * pop3.el (pop3-stream-type): Spelling fix.
3318
3319 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3320
3321         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3322
3323 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3324
3325         * color.el (color-rgb-to-hsl):
3326         * gmm-utils.el (gmm-tool-bar-style):
3327         * gnus-group.el (gnus-group-prepare-flat):
3328         * gnus-topic.el (gnus-topic-prepare-topic):
3329         * mm-decode.el (mm-discouraged-alternatives):
3330         * rfc2047.el (rfc2047-encode-1):
3331         * starttls.el: Spelling fix.
3332
3333 2011-11-24  Glenn Morris  <rgm@gnu.org>
3334
3335         * binhex.el (binhex-begin-line): Give it basic doc-string.
3336
3337         * starttls.el, tls.el: Fix case of "GnuTLS".
3338
3339 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3340
3341         * gnus-group.el (gnus-group-highlight): Fix typo.
3342
3343 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3344
3345         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3346         value of `delete-file', that returns nil for a local file but returns t
3347         for a remote file using ssh.
3348
3349 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3350
3351         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3352
3353 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3356         avoid later breakage.
3357
3358 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3361         article buffers' name.
3362
3363 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3366         by Paul Eggert's spellfixes two days ago.
3367
3368 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3371         doesn't have it.
3372
3373         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3374         buffer-local instead of binding them to avoid warnings.  Also demote
3375         errors (bug#10063).
3376         (font-lock-mode-hook): Shut up byte compiler.
3377
3378 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3379
3380         * mm-util.el (mm-charset-after):
3381         * nnir.el (nnir-run-hyrex):
3382         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3383         (ntlm-get-password-hashes, ntlm-md4hash):
3384         * smime.el: Fix typo.
3385
3386 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3387
3388         * gnus-agent.el (gnus-agent-expire-group-1):
3389         * nndiary.el (nndiary-last-occurence):
3390         * nnimap.el (nnimap-request-set-mark):
3391         * nnmairix.el (nnmairix-only-use-registry):
3392         * gnus-group.el (gnus-group-prepare-flat):
3393         * gnus-sum.el (gnus-decode-encoded-word-methods):
3394         * message.el (message-wash-subject):
3395         * nntp.el (nntp-retrieve-headers-with-xover):
3396         * smime.el (smime-certificate-directory): Spelling fix.
3397
3398 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3399
3400         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3401
3402         * color.el:
3403         * gnus-agent.el (gnus-agent-possibly-alter-active):
3404         * gnus-dired.el (gnus-dired-print):
3405         * mail-parse.el:
3406         * nnmairix.el (nnmairix-request-group):
3407         * shr.el (shr-image-displayer):
3408         * sieve-manage.el:
3409         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3410
3411 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3412
3413         * gnus-sum.el (gnus-auto-select-subject):
3414         * spam-report.el (spam-report-resend): Spelling fix.
3415
3416 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3417
3418         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3419         * gnus-art.el (gnus-default-article-saver):
3420         * gnus-srvr.el (gnus-server-copy-server):
3421         * gnus.el (gnus-sloppily-equal-method-parameters):
3422         * html2text.el (html2text-format-tag-list):
3423         * message.el (message-narrow-to-head):
3424         * nndiary.el:
3425         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3426         * sieve.el: Spelling fix.
3427
3428 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3429
3430         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3431         * gnus-sum.el (gnus-summary-make-menu-bar):
3432         * gnus-uu.el (gnus-uu-decode-postscript)
3433         (gnus-uu-decode-postscript-and-save):
3434         * mailcap.el (mailcap-print-command):
3435         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3436         Fix typos.
3437
3438 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3439
3440         * gnus-art.el (gnus-article-part-wrapper):
3441         * html2text.el (html2text-fix-paragraphs):
3442         * mm-decode.el (mm-image-fit-p):
3443         * rfc2047.el (rfc2047-encode-message-header):
3444         * shr-color.el (shr-color-visible-distance-min)
3445         (shr-color-relative-to-absolute, set-minimum-interval)
3446         (shr-color-visible): Fix typos.
3447
3448 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3449
3450         * gmm-utils.el (gmm-tool-bar-item):
3451         * gnus-art.el (gnus-treat-body-boundary):
3452         * gnus-diary.el (gnus-user-format-function-d):
3453         * gnus-start.el (gnus-get-unread-articles):
3454         * pgg-gpg.el (pgg-gpg-update-agent):
3455         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3456
3457 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3458
3459         * gnus-topic.el (gnus-group-prepare-topics):
3460         * gnus-uu.el (gnus-extract-view):
3461         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3462
3463 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * spam.el: Move BBDB autoloads.
3466         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3467         BBDB 2 and 3.
3468         (spam-check-BBDB): Use it.
3469         (spam-enter-ham-BBDB): Use it.
3470
3471 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3472
3473         * smime.el (smime-draw-buffer): Spelling fix.
3474
3475 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3476
3477         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3478         for scanning exactly one level.
3479         * gnus-start.el (gnus-get-unread-articles): Ditto.
3480
3481 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3484         slightly clearer.
3485
3486 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3487
3488         * gnus-sync.el: More commentary about setup.
3489
3490 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * message.el (message-send-and-exit): Document `arg'.
3493
3494 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3495
3496         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3497
3498 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3499
3500         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3501
3502         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3503         we don't use `bound-and-true-p'.
3504
3505 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * gnus-util.el (gnus-bound-and-true-p): Remove.
3508         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3509         * nnir.el: Use it.
3510         * nnmairix.el: Use it.
3511
3512 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * gnus-sync.el: Improve docs about CouchDB admins.
3515
3516         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3517         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3518         for reasons unknown.
3519         * nnir.el: Use it.
3520         * nnmairix.el: Use it.
3521
3522         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3523         * nnir.el: Ditto.
3524         * nnmairix.el: Ditto.
3525
3526         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3527
3528 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3531         not needed.  Provide xmlplistread list function to produce XML plist
3532         output for non-Gnus LeSync clients.
3533
3534 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3537
3538         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3539         and save against it.  Group subscriptions, read marks, other marks,
3540         subscription levels, topic names, and topic offsets (the group's
3541         position within the topic) are saved.  This is an experimental backend
3542         and may change significantly.  Load json.el from the gnus-fallback-lib
3543         if it's not available otherwise.
3544         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3545
3546 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * message.el (message-completion-function): Make sure
3549         message-tab-body-function is not attempted if one of
3550         message-completion-alist fails to find a completion (bug#9158).
3551
3552 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3553
3554         * mml.el (mml-quote-region): Quote <#secure> tag.
3555         (mml-generate-mime-1): Unquote <#secure> tag.
3556
3557 2011-10-20  Chong Yidong  <cyd@gnu.org>
3558
3559         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3560         calling a minor mode from Lisp with nil arg enables it, so we have to
3561         make the wording a bit ambiguous here).
3562
3563 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3564
3565         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3566         * nnir.el (nnir-mode): Use it.
3567         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3568         Use it.
3569
3570         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3571         * nnmairix.el (gnus-registry-enabled): Ditto.
3572
3573 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3574
3575         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3576         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3577         only while we need to find out if it should be t or nil.
3578         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3579         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3580         the registry is installed.  Set it to nil when it's unloaded.
3581         (gnus-registry-install-p): Provide user guidance for the initial value
3582         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3583         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3584         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3585         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3586         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3587         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3588         `gnus-registry-install'.
3589
3590 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3591
3592         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3593         previous change.
3594         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3595         primary key is marked as disabled.
3596
3597 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3598
3599         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3600         primary key is marked as disabled.
3601
3602 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3603
3604         * html2text.el (html2text-clean-anchor): Check for quotes around
3605         `href' value.
3606
3607 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3610         searching.  Drop `bbdb-cache'.
3611
3612 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * message.el (message-signed-or-encrypted-p): Exclude header when
3615         checking if there is signed or encrypted body in text/plain message.
3616
3617 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3618
3619         * html2text.el (html2text-get-attr): Correctly handle attribute values
3620         containing "=".
3621
3622 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3623
3624         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3625         handle bindings.
3626
3627 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * gnus-win.el (gnus-configure-windows): Protect against reading
3630         ephemeral groups outside of Gnus.
3631
3632 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * shr.el (shr-tag-img): Don't get images displayed in tables.
3635
3636 2011-10-03  Glenn Morris  <rgm@gnu.org>
3637
3638         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3639         the "maintainer" version of debbugs.gnu.org reports.
3640
3641 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3644         make asynchronous adjacent image insertion work better.
3645
3646 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3647
3648         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3649         documentation.
3650
3651 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3654         `gnus-asynchronous' isn't shadowed.
3655
3656 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3659
3660         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3661         (nnimap-insert-partial-structure): The charset parameter isn't
3662         case-sensitive.
3663
3664         * nnheader.el (nnheader-message-maybe): New function.
3665
3666         * shr.el (shr-tag-table): Render totally broken tables better.
3667
3668         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3669         computing the boundary.
3670
3671 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * pop3.el (pop3-number-of-responses): Remove.
3674         (pop3-wait-for-messages): Rewrite to take linear time instead of
3675         exponential time.
3676
3677 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3680         re-fetch images.
3681
3682         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3683         re-fetch images when hitting `g' in Gnus.
3684
3685 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3688         (mml-compute-boundary): Don't check collision if it is non-nil.
3689         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3690         before checking collision.
3691
3692 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * message.el (message-indent-citation): Really make sure there's a
3695         newline at the end.
3696
3697         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3698         Fix suggested by John Wiegley.
3699
3700         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3701
3702         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3703
3704         * message.el (message-default-send-rename-function): Break out into its
3705         own function.
3706
3707         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3708         doesn't work under XEmacs.
3709
3710         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3711         of "imaps" to word around Windows problems.
3712         (nnimap-open-connection-1): Use it.
3713
3714         * message.el (message-indent-citation): Revert last change which made
3715         `F' not work.
3716
3717 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3718
3719         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3720         terminal as well.
3721
3722 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3725         because it displays images using overlays that aren't easy to copy to
3726         the article buffer.
3727
3728 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3729
3730         * message.el (message-indent-citation): Fix empty line removal at the
3731         end of the citation.
3732
3733 2011-09-20  Julien Danjou  <julien@danjou.info>
3734
3735         * auth-source.el (auth-source-netrc-create): Use default value for
3736         password if specified.  Evaluate default.
3737         (auth-source-plstore-create): Ditto.
3738         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3739         value evaluation.
3740         (auth-source-netrc-create): Typo fix.
3741         (auth-source-plstore-create): Ditto.
3742
3743         * password-cache.el (password-cache-remove): Remove entries even if the
3744         value is nil, so that password with a nil value (negative caching) is
3745         possible to invalidate.
3746
3747         * auth-source.el (auth-source-format-cache-entry): New function.
3748
3749 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3752
3753 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3756
3757 2011-09-19  Julien Danjou  <julien@danjou.info>
3758
3759         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3760         which work with things that are not ASCII.
3761
3762 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3765
3766 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3769         message level.
3770
3771 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3774
3775 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3778
3779 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3780
3781         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3782         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3783
3784 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3785
3786         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3787         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3788         articles.
3789
3790 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3791
3792         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3793         (message-mail-other-window, message-mail-other-frame)
3794         (message-news-other-window, message-news-other-frame):
3795         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3796         instead of setting buffer display varibles.
3797
3798 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3801
3802         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3803
3804 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3807         duplicates" to a higher level.
3808
3809         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3810         most egregious messages.
3811
3812 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3815
3816 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3817
3818         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3819         up the file (bug#9351).
3820
3821 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3824         it does with all other backends, but decode the names immediately after
3825         getting them.
3826
3827         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3828         decoding nnimap groups.
3829
3830         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3831         newsrc file.  It doesn't seem like an important optimization any more.
3832
3833 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3834
3835         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3836         overflows.
3837
3838 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3841         (gnus-interactive-exit): Extend to `quiet'.
3842
3843         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3844
3845         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3846         string.
3847
3848         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3849         renaming function arguments from `this'.
3850
3851         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3852
3853         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3854         has been renamed.
3855         (gnus-lrm-string-p): Include RLM and PDF, too.
3856
3857         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3858         (bug#9225).
3859
3860 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3861
3862         Add autoload cookies for functions used by sendmail.el.
3863         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3864
3865         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3866
3867 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus-art.el (article-date-ut): Work properly even when there are
3870         things like Date header in the body; work for forwarded parts.
3871
3872 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3873
3874         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3875         original-article-buffer.
3876
3877 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3878
3879         * nnir.el (nnir-compose-result): Fix matching of server type.
3880         (nnir-run-swish++): Ditto.
3881         (nnir-run-namazu): Ditto.
3882         (nnir-run-notmuch): Ditto.
3883
3884 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3887         (bug#9405).
3888
3889         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3890         (bug#9421).
3891
3892         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3893         (bug#9425).
3894
3895         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3896         thing (bug#9426).
3897
3898 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3901         the error message.
3902
3903 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3904
3905         * message.el (message-setup-1): Return t (Bug#9392).
3906
3907 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3908
3909         * gnus-sum.el: When adding article headers to a summary buffer also
3910         update gnus-newsgroup-articles (bug#9386).
3911
3912 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * auth-source.el: Autoload help-mode.
3915
3916 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3919         names.
3920
3921 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3922
3923         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3924         mm-replace-in-string for compatibility issues.
3925         * mml2015.el (mml2015-epg-verify): Ditto.
3926
3927 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3930
3931         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3932
3933 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3936         continue on and do the clean-up phase (bug#9188).
3937
3938         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3939         just ignore groups that can't be opened instead of erroring out
3940         (bug#9225).
3941
3942         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3943         nil since some many people are fuddy-duddies.
3944
3945         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3946         images.
3947
3948         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3949         instead.
3950
3951         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3952
3953         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3954
3955         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3956         processing.
3957
3958         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3959         buffer to avoid warnings.
3960
3961 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3962
3963         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3964         specified to reduce precision.
3965
3966 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3969         bodystructures (bug#9314).
3970
3971 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3974         Make button keymap non-sticky after buttons.
3975
3976 2011-08-18  David Engster  <dengste@eml.cc>
3977
3978         * nnmairix.el (nnmairix-request-set-mark)
3979         (nnmairix-goto-original-article): Remove adding of article to registry,
3980         since `gnus-registry-add-group' isn't available anymore.
3981         (nnmairix-determine-original-group-from-registry):
3982         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3983         available anymore.
3984
3985 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3986
3987         * starttls.el (starttls-any-program-available): Define as obsolete
3988         function.
3989
3990 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991
3992         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3993         versions which Gnus use when appropriate.
3994
3995         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3996         a pretty destructive command.
3997
3998         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3999
4000 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * message.el (message-fix-before-sending): Make a different warning
4003         about NUL characters (bug#9270).
4004
4005         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4006         from custom (bug#9260).
4007
4008         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4009         things work in Emacs 22 and XEmacs, too.
4010
4011         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4012         default From.
4013
4014         * gnus-spec.el (gnus-lrm-string-p): New macro.
4015         (gnus-lrm-string): New constant.
4016         (gnus-summary-line-format-spec): LRM-ify the from.
4017         (gnus-tilde-max-form): LRM-ify string chopping.
4018
4019         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4020
4021         * message.el (message-is-yours-p): Allow disabling canlock checking
4022         (bug#9295).
4023         (message-shoot-gnksa-feet): Add `canlock-verify'.
4024         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4025         message directory isn't writable (bug#9304).
4026
4027         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4028         non-world-readable.
4029
4030 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4033         articles.
4034
4035 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4036
4037         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4038         copy-list.
4039
4040 2011-08-12  Sam Steingold  <sds@gnu.org>
4041
4042         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4043         in the reverse order to avoid modifying the cache with `nreverse'.
4044         (gnus-all-score-files): Do not modify the value returned by
4045         `gnus-score-find-alist' because it lives in a cache variable.
4046         (gnus-current-home-score-file): No need to `nreverse' the return value
4047         of `gnus-score-find-alist', it is already in the correct order.
4048
4049 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4050
4051         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4052         type MESSAGE and subtype RFC822 is slightly different from those of
4053         type TEXT.
4054
4055 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4056
4057         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4058         This allows article-referral to work from an nnir group.
4059
4060 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4061
4062         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4063
4064 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4065
4066         * mml1991.el (mml1991-epg-find-usable-key)
4067         (mml1991-epg-find-usable-secret-key): New function.
4068         (mml1991-epg-sign): Check if signing key is usable.
4069         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4070
4071 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4072
4073         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4074         server-variables only.  This should fix a bug introduced with commit
4075         e1889675b7f4adf057833c5513c9374134c4e053.
4076         (nnir-run-query): 'nnir-search-engine should not be set from the global
4077         environment.
4078
4079 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4080
4081         * nnir.el (nnir-search-thread): Position point on referring article
4082         line.
4083         (nnir-warp-to-article): Clean up summary buffers.
4084
4085         * nnimap.el (nnimap-request-thread): Whitespace fix.
4086
4087 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4088
4089         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4090
4091 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092
4093         * starttls.el (starttls-available-p): Rename from
4094         `starttls-any-program-available' and changed return convention.
4095
4096 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4097
4098         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4099         `unix-sync' unless it's defined.
4100
4101 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4102
4103         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4104         `aref' for XEmacs compatibiltiy.
4105
4106 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4109
4110 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4111
4112         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4113         closures, quote the form properly (bug#9194).
4114
4115 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4118         (gnus-summary-insert-new-articles): Protect against servers that are
4119         down.
4120
4121 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4122
4123         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4124         in mm handle if none is specified.
4125
4126 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4127
4128         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4129
4130 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4131
4132         * nnir.el (nnir-search-thread): New function to make an nnir group
4133         based on a thread query.
4134
4135         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4136         of nnir in thread referral.
4137         (gnus-summary-refer-thread): Use it.
4138
4139         * nnimap.el (nnimap-request-thread): Use it.
4140
4141 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * shr.el (shr-tag-comment): Ignore HTML comments.
4144
4145 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4146
4147         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4148         argument.
4149         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4150         Use `nnir-address' to handle server info rather than passing an arg.
4151
4152         * nnimap.el (nnimap-make-thread-query): New utility function to format
4153         an imap thread search query.
4154         (nnimap-request-thread): Use it.
4155
4156         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4157         right select-method if we are not going back to the group buffer.
4158
4159 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160
4161         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4162         enter invalid buffer configurations into the quit form (bug#9107).
4163         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4164         unplugged/plugged.
4165
4166         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4167         keep track of which ones are unread (bug#9061).
4168
4169         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4170         (bug#9055).
4171
4172         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4173         (bug#9041).
4174
4175         * gnus-html.el (mm-util): Require (bug#9073).
4176
4177         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4178         (gnus-summary-refer-thread): Use it to remove duplicates in the
4179         un-threaded view (bug#9053).
4180         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4181
4182 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4183
4184         * nnir.el (nnir-read-server-parm): Use default value from global
4185         variable.  Without this the default search engine parameters aren't
4186         used at all.
4187
4188 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * message.el (message-unique-id): Don't use the undocumented return
4191         value from (random t) (bug#9118).
4192
4193 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * message.el (message-auto-save-directory): If the ~/Mail directory
4196         doesn't exist, use ~ as the auto-save directory (bug#4432).
4197
4198         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4199         hasn't already been started.
4200
4201 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4204
4205         * message.el (message-reply): Work around mysterious bug where
4206         `message-mode' seems to overwrite the locally bound `subject' variable.
4207
4208 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4209
4210         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4211         correct group.
4212
4213         * gnus-int.el (gnus-request-thread): Add group argument.
4214
4215         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4216
4217 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4220
4221         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4222         renamed to `debbugs-gnu-*'.
4223
4224 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4225
4226         * plstore.el: Revert the editing feature since it is not urgent.
4227         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4228         (plstore-mode-decoded): Remove.
4229
4230 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231
4232         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4233         isn't very interesting any more, and it leaks potentially secret data.
4234         (gnus-debug): Remove.
4235
4236         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4237         use of :custom-show.
4238
4239 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4240
4241         * plstore.el: Add documentation.
4242         (plstore-mode): New mode to edit plstore file.
4243         (plstore-mode-toggle-display, plstore-mode-original)
4244         (plstore-mode-decoded): New command.
4245         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4246         (plstore--insert-buffer, plstore--make): New function.
4247         (plstore-open, plstore-save): Simplify by using them.
4248
4249 2011-07-06  Glenn Morris  <rgm@gnu.org>
4250
4251         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4252
4253 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254
4255         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4256         no longer is much used.
4257         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4258         Articles".
4259
4260 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4261
4262         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4263         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4264         `notmuch' backend.
4265
4266 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * mm-decode.el (mm-text-html-renderer): Doc fix.
4269
4270         * gnus-msg.el (gnus-bug): Fix the MML tag.
4271
4272         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4273
4274 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4275
4276         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4277         secondary methods if started with `gnus-no-server'.
4278
4279 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4280
4281         * message.el (message-return-action): Fix typo in docstring.
4282
4283 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4286         bug reports at once.
4287
4288         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4289
4290 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * nndraft.el: Require gnus-group.
4293         (nndraft-request-list): Declare.
4294
4295         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4296         no unread article unless it matches gnus-permanently-visible-groups.
4297
4298         * nndraft.el (nndraft-update-unread-articles): New function.
4299         (nndraft-request-associate-buffer): Use it to update the number of
4300         unread articles for the nndraft groups in the group buffer when saving
4301         or killing a draft message.
4302
4303 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4306         systems to binary before writing and reading the mbox files.
4307
4308         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4309         instead of trying to list them all (bug#8978).
4310
4311 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4312
4313         * pop3.el (pop3-open-server): Use :end-of-capability.
4314
4315 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4318         the id is always a number.
4319
4320         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4321
4322         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4323         debbugs mode, if possible.
4324
4325 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4326
4327         * auth-source.el (auth-source-token-passphrase-callback-function):
4328         Reindent.
4329         (epg-context-operation): Remove unnecessary autoload.
4330
4331 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus.el (gnus-list-debbugs): New command.
4334
4335         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4336         mboxstat instead of the maintbox, since the stat seems to be fuller.
4337
4338         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4339         summary buffers.
4340
4341         * message.el (message-get-reply-headers): Delete all duplicates,
4342         instead of the first.
4343         (message-get-reply-headers): Ensure that we have progress while
4344         deleting duplicates.
4345
4346         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4347         gnus-posting-style value from the summary buffer to make it easier to
4348         make that a per-buffer conf.
4349
4350 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4351
4352         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4353         found by setting `shortcut' in 'query.
4354         (nnir-request-article): Use `shortcut' setting when requesting article
4355         by Message-ID.
4356
4357 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4360         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4361         Bring the pseudo-headers back too.
4362
4363 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4364
4365         * auth-source.el (auth-source-token-passphrase-callback-function):
4366         Simplify and remove EPA dependency.
4367
4368 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4369
4370         * nnir.el (nnir-request-article): Fix error message text.
4371
4372 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4373
4374         * auth-source.el (plstore-delete): Autoload.
4375         (auth-source-plstore-search): Support delete operation.
4376         * plstore.el (plstore-delete): New function.
4377
4378 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4381         mark actually existing articles as unread rather than the ones that
4382         active asserts.
4383
4384 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4385
4386         * nntp.el (nntp-record-command):
4387         * gnus-util.el (gnus-message-with-timestamp-1):
4388         Use format-time-string rather than decoding time stamps by hand.
4389         This is simpler and insulates the code from potential changes to
4390         current-time format.
4391
4392 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4395
4396 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4397
4398         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4399         (plstore-save): Support public key encryption.
4400         (plstore--init-from-buffer): New function.
4401         (plstore-open): Use it; fix error when opening a non-existent file.
4402         (plstore-revert): Use plstore--init-from-buffer.
4403
4404 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4405
4406         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4407
4408 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4411         for old Emacsen.
4412
4413 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4416         is not fully working.
4417
4418 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * dgnushack.el: Autoload sha1 on XEmacs.
4421
4422         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4423         quit window configuration.
4424
4425         * auth-source.el (epg-context-set-passphrase-callback):
4426         Remove duplicate autoload.
4427
4428 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4429
4430         * nnir.el (nnir-request-article): Allow requesting articles by
4431         Message-ID with nnimap.
4432
4433         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4434         current server.
4435
4436 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * auth-source.el: Autoload EPA/EPG functions.
4439         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4440         changed when EPA/EPG is not available.
4441         (auth-source-backend): Rename "arg" member to "data".
4442         (auth-source-backend-parse, auth-source-plstore-search)
4443         (auth-source-plstore-create): Use it.
4444
4445 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4446
4447         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4448         `gnus-refer-article-methods'.
4449
4450 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4451
4452         * auth-source.el: Require EPA and EPG.
4453         (auth-source-passphrase-alist): New variable.
4454         (auth-source-passphrase-callback-function)
4455         (auth-source-token-passphrase-callback-function): Callbacks for the
4456         netrc field encryption (GPG tokens).
4457         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4458         Symmetric encryption and decryption of the netrc GPG tokens.
4459         (auth-source-netrc-normalize): Use them, simplifying the closure.
4460
4461 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4464         is available.
4465
4466 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4469         non-nil, and `nnimap-split-methods' is nil, use the former.
4470
4471 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4472
4473         * plstore.el (plstore-revert): New function.
4474         (plstore-open): Use it; hide the buffer from user.
4475
4476 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4477
4478         * auth-source.el (auth-source-backend): New member "arg".
4479         (auth-source-backend-parse): Handle new backend 'plstore.
4480         * plstore.el: New file.
4481
4482 2011-06-30  Glenn Morris  <rgm@gnu.org>
4483
4484         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4485
4486 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4489         expiring articles to.
4490
4491         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4492         variations as ASCII (bug#5458).
4493
4494 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4497
4498 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * message.el (message-point-in-header-p): Tweak the function to default
4501         to saying that we're not in the headers if there is no separator at
4502         all.  This makes it possible to use the Message version of `M-q' in
4503         buffers with no headers (bug#7987).
4504         (message-point-in-header-p): Fix last checkin to work with an empty
4505         mail-header-separator, too.
4506
4507         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4508         again, save the choice via customize.
4509
4510 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4513
4514         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4515         ended the connection, bail out before waiting infinitely on a new
4516         connection.
4517
4518 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4521         reports.
4522
4523         * gnus.el (gnus-bug-package): Use "gnus."
4524         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4525
4526 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * dgnushack.el: Make the timer warning go away on XEmacs.
4529
4530         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4531         animations going on at article exit time.
4532
4533         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4534         since removing it breaks people upgrading.
4535
4536         * shr.el (shr-put-image): Use the new interface for animating images.
4537         (shr-put-image): Animate for 60 seconds.
4538
4539         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4540         avoid compiler warnings.
4541
4542         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4543         error with `find-file-hooks' on Emacs 22.
4544         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4545         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4546         on all architectures.
4547
4548         * spam.el (spam-stat): Require in a normal fashion without binding
4549         `spam-stat-install-hooks' to avoid compilation warnings.
4550
4551         * spam-stat.el (spam-stat-install-hooks): Remove.
4552         (spam-stat-install-hooks): Don't run automatically.
4553
4554 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4555
4556         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4557         and keystroke.
4558
4559 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * auth-source.el (auth-source-netrc-cache): Move forward.
4562
4563 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * proto-stream.el (proto-stream-open-starttls): Use
4566         `gnutls-available-p' to see whether we have built-in support.
4567
4568         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4569         we already know.
4570         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4571         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4572
4573 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4576         %S format, since that looks odd.
4577         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4578         file, especially when saving.
4579
4580 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4581
4582         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4583         article found.
4584
4585 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4586
4587         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4588         `auth-source-save-secrets' with a more sensitive alist that can be
4589         configured per file.  Experimental, so defaults to 'never.
4590         (auth-source-netrc-create): Use it.  Still experimental code.
4591         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4592         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4593
4594 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4595
4596         * auth-source.el (auth-source-save-secrets): New variable to control if
4597         secret tokens should be saved encrypted.
4598         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4599         to `auth-source-netrc-normalize'.
4600         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4601         on the EPA variables being defined.
4602         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4603         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4604         the lexical-let closure.
4605         (auth-source-netrc-create): Create "gpg:" tokens according to
4606         `auth-source-save-secrets'.
4607
4608 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-group.el (gnus-group-update-group): Add new argument
4611         `info-unchanged' that stops updating dribble buffer.
4612
4613         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4614         deletes lines matching to it in dribble buffer.
4615
4616         * gnus-agent.el (gnus-agent-fetch-group-1):
4617         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4618         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4619         * gnus-start.el (gnus-group-change-level):
4620         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4621
4622         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4623         if newsgroup info is not changed.
4624
4625         * gnus-group.el (gnus-group-get-new-news-this-group):
4626         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4627         Don't update dribble buffer.
4628
4629 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4632         remove entries with groups we ignore.
4633
4634 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4637         the underline comes at the bottom.
4638
4639 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4642         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4643         (gnus-registry-article-marks-to-names): Rename from
4644         `gnus-registry-user-format-function-M2'.
4645
4646 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4649         ephemeral group.
4650
4651 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * shr.el (shr-browse-image): Copy the URL if called interactively.
4654
4655 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4658         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4659         done, then unselected articles may be marked as read.
4660
4661         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4662         since not doing this seems to lead to a race condition in pop3-logon.
4663
4664         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4665         so that the call chain it correct when we call "upwards".
4666
4667         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4668         in read-only groups.
4669
4670         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4671
4672         * message.el (message-cite-reply-position): Doc string fix.
4673
4674         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4675         avoid regexp overflow.
4676         (nnimap-transform-split-mail): Ditto.
4677
4678         * pop3.el (pop3-retr): Error out if the server closes the connection.
4679
4680 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4681
4682         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4683         mm-with-unibyte-current-buffer.  The buffer should not contain any
4684         multibyte chars anyway at this stage.
4685
4686 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4689         at the end of lines.
4690
4691 2011-05-29  Julien Danjou  <julien@danjou.info>
4692
4693         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4694
4695 2011-05-27  Glenn Morris  <rgm@gnu.org>
4696
4697         * gnus-group.el (gnus-bug-group-download-format-alist):
4698         Use the "maintainer" version of debian reports as well.
4699
4700 2011-05-26  Glenn Morris  <rgm@gnu.org>
4701
4702         * gnus-group.el (gnus-bug-group-download-format-alist):
4703         Use the "maintainer" version of debbugs.gnu.org reports.
4704
4705 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4708
4709 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4710
4711         * gnus-cus.el (gnus-agent-customize-category):
4712         * gnus-delay.el (gnus-delay-send-queue):
4713         * gnus.el (gnus-other-frame):
4714         Don't quote lambda expressions with `quote'.
4715
4716 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4719         the thread moves us backwards and so we loop forever.
4720
4721 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4724         whitespace in base64 data lines.
4725
4726 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4727
4728         * gnus-registry.el (gnus-registry-user-format-function-M):
4729         Use `mapconcat'.
4730         (gnus-registry-user-format-function-M2): Use to see the full text of
4731         the marks.  Make "," the mark text separator.
4732
4733         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4734         authentication with auth-source.
4735
4736 2011-05-17  Glenn Morris  <rgm@gnu.org>
4737
4738         * gnus-group.el (gnus-import-other-newsrc-file):
4739         Use insert-file-contents.
4740
4741 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4742
4743         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4744         1000 iterations.
4745
4746 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * nntp.el (nntp-open-connection): Check if process-type is available.
4749
4750 2011-05-16  Julien Danjou  <julien@danjou.info>
4751
4752         * shr.el (shr-tag-del): Add support for del tag.
4753
4754 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-html.el (gnus-html-put-image): Register a displayer.
4757
4758         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4759
4760 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * registry.el (prune-factor): New initialization parameter defaulting
4763         to 0.1.
4764         (registry-prune-hard): Use it.
4765
4766         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4767         0.1 expicitly.
4768
4769 2011-05-13  Glenn Morris  <rgm@gnu.org>
4770
4771         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4772         is bound, since this function requires sendmail.
4773
4774 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4775
4776         * registry.el (registry-usage-test): Disable pruning test.
4777
4778 2011-05-11  David Engster  <dengste@eml.cc>
4779
4780         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4781         Bind set-network-process-option for XEmacs.
4782
4783 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * registry.el (registry-prune-hard-candidates)
4786         (registry-prune-soft-candidates): Helper methods for registry pruning.
4787         (registry-prune): Use them.  Make the sort function optional.
4788
4789 2011-05-10  Jim Meyering  <meyering@redhat.com>
4790
4791         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4792
4793 2011-05-10  Julien Danjou  <julien@danjou.info>
4794
4795         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4796         symbol and not a list.
4797
4798 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-article-mode): Move binding of
4801         shr-put-image-function here from gnus-article-prepare-display.
4802
4803         * shr.el (shr-put-image-function): New variable.
4804         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4805         (shr-put-image): Return scaled image.
4806
4807         * gnus-art.el (gnus-shr-put-image): New function.
4808         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4809
4810         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4811         original ones, as deletable.
4812
4813 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4814
4815         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4816
4817 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * registry.el (registry-full): Add convenience method.  Fix logic.
4820         (registry-insert): Use it.  Fix logic here too.
4821
4822         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4823         `registry-prune' if `registry-full' returns t.
4824         (gnus-registry-handle-action)
4825         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4826         (gnus-registry-usage-test): Use it.
4827
4828 2011-05-07  Julien Danjou  <julien@danjou.info>
4829
4830         * shr.el (shr-link): Make shr-link inherit from link by default.
4831
4832 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4835
4836 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4839         error out because the face is not a list.
4840
4841 2011-05-05  Glenn Morris  <rgm@gnu.org>
4842
4843         * proto-stream.el (gnutls-negotiate): Fix declarations.
4844
4845         * gnus-start.el (gnus-propagate-marks): Declare.
4846
4847 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4848
4849         * registry.el (registry-reindex): Fix percentage message.
4850
4851         * proto-stream.el (network-stream-open-starttls): Adjust to call
4852         `gnutls-negotiate' with :process and :hostname arguments.
4853
4854 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         * shr.el: Add shr-link face for links.
4857         (shr-urlify): Use it.
4858
4859         * registry.el (registry-insert): Make error message more helpful.
4860
4861 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-html.el (gnus-html-schedule-image-fetching):
4864         Use url-queue-retrieve, if it exists.
4865
4866         * shr.el (shr-tag-img): Ditto.
4867
4868         * gnus.el: Autoload more gnus-agent functions.
4869
4870         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4871         agent if we haven't already (bug#8502).
4872
4873         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4874         into the Agent, too.
4875
4876         * gnus-agent.el (gnus-agent-store-article): New function.
4877
4878         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4879         and moved from that file for reuse.
4880
4881         * pop3.el (pop3-open-server): Error messages are "-ERR".
4882
4883 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4886         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4887
4888 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4889
4890         * gnus.el: No Gnus v0.17 is released.
4891
4892 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4893
4894         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4895         buffer has moved to a different frame.
4896
4897 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4900         to get the conversion from unibyte to multibyte buffers to work on
4901         Emacs 22.
4902
4903         * nntp.el (nntp-request-article): Slight clean-up.
4904
4905 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * shr.el (shr-strike-through): New face.
4908         (shr-tag-s): Use it to provide <s> support.
4909         (shr-tag-s): Remove duplicate definition.
4910
4911 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4912
4913         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4914         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4915
4916 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4919         `gnutls-negotiate'.
4920         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4921
4922 2011-04-23  Glenn Morris  <rgm@gnu.org>
4923
4924         * gnus-sum.el (gnus-extra-headers): Bump :version.
4925
4926 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4927
4928         * shr.el (shr-tag-sup): New function.
4929         (shr-tag-sub): Ditto.
4930
4931 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4932
4933         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4934         for the case where `gnus-registry-ignored-groups' is a list of lists,
4935         and don't call `gnus-parameter-registry-ignore' otherwise.
4936
4937 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4938
4939         * nnimap.el (nnimap-user): New backend variable.
4940         (nnimap-open-connection-1): Use it.
4941         (nnimap-credentials): Accept user parameter so it's explicit what user
4942         name is desired.
4943
4944         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4945         default.
4946
4947         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4948         not gnus-registry.el.
4949
4950         * gnus-registry.el: Mention in comments how to modify
4951         `gnus-extra-headers' for proper recipient tracking and that it may
4952         already have To and Cc recently, which it does as of this commit.
4953         (gnus-registry-ignored-groups): Remove defcustom.
4954         Explain why in comments.
4955         (gnus-registry-action): Fix data-header reference to use the extra
4956         headers.  Explain in package commentary how to add To and Cc headers to
4957         the gnus-extra-headers.
4958         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4959         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4960         parameter list or a string list in `gnus-registry-ignored-groups'.
4961         Fix logic error.
4962
4963 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * shr.el (shr-expand-url): Protect against null urls.
4966
4967 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * shr.el (shr-base): New binding.
4970         (shr-tag-base): Keep track of <base>.
4971         (shr-expand-url): New function used throughout.
4972
4973 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4974
4975         * gnus-registry.el
4976         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4977         (gnus-registry-ignored-groups): New variable.
4978         (gnus-registry-ignore-group-p): Use it.
4979         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4980         set the destination group to nil (same as delete) if it's ignored.
4981
4982 2011-04-20  David Engster  <dengste@eml.cc>
4983
4984         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4985
4986         * Makefile.in (test-nntp): New rule.
4987         (check): Add it.
4988         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4989
4990 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-registry.el (gnus-registry-action)
4993         (gnus-registry-fetch-header-fast):
4994         Don't use mail-header that looks an internal function of mailheader.el.
4995
4996 2011-04-19  Glenn Morris  <rgm@gnu.org>
4997
4998         * time-date.el (time-to-days): Remove unused local variables.
4999
5000 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * gnus-registry.el: Eliminate cl functions.
5003         (gnus-registry-sort-addresses): New function that replaces mapcan.
5004         (gnus-registry-action, gnus-registry-spool-action)
5005         (gnus-registry-split-fancy-with-parent)
5006         (gnus-registry-fetch-recipients-fast): Use it.
5007         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5008
5009         * registry.el (initialize-instance, registry-lookup)
5010         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5011         (registry-lookup-secondary-value, registry-search, registry-delete)
5012         (registry-insert, registry-reindex, registry-size, registry-prune):
5013         Use eval-and-compile.
5014
5015 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * registry.el (registry-reindex): New method to recreate the secondary
5018         registry indices.
5019
5020         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5021         tracked field changes.
5022         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5023         (gnus-registry-action, gnus-registry-spool-action)
5024         (gnus-registry-handle-action)
5025         (gnus-registry--split-fancy-with-parent-internal)
5026         (gnus-registry-split-fancy-with-parent)
5027         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5028         move, and delete actions, and for fancy splitting with parent.
5029         (gnus-registry-extract-addresses)
5030         (gnus-registry-fetch-recipients-fast)
5031         (gnus-registry-fetch-header-fast): Convenience functions.
5032         (gnus-registry-misc-test): ERT test of
5033         `gnus-registry-extract-addresses'.
5034
5035 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5036
5037         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5038         Track by subject first, then sender.
5039
5040 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5041
5042         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5043
5044         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5045         Lisp.
5046
5047         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5048         (gnus-draft-send): Use it to avoid popping
5049         up frames from gnus-group-send-queue.
5050
5051 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5052
5053         * gnus-registry.el: Updated gnus-registry docs.
5054
5055 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5058         Fix logic bug.
5059         (gnus-registry-post-process-groups): Fix logging of no results and
5060         quote sender and subject.
5061
5062 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5065         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5066         gnutls-cli are too slow to be done opportunistically.
5067
5068         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5069         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5070         we had no early-data returned.
5071         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5072         two async commands to the same server at the same time.
5073
5074 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5075
5076         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5077
5078 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5081         "warning" level.
5082
5083         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5084         (mm-url-insert-file-contents): Don't set the package names.
5085
5086 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5087
5088         * gnus-registry.el (gnus-registry-action): Remove properties and
5089         simplify subject in `gnus-registry-handle-action'.
5090         (gnus-registry-spool-action): Get subject and sender from message if
5091         they are not passed in.
5092         (gnus-registry-handle-action): Remove properties and simplify subject
5093         consistently.
5094
5095 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5096
5097         * registry.el: Require CL before using defmacro*.
5098
5099 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el (article-treat-date): Assume that
5102         gnus-article-date-headers may be a group parameter.
5103
5104 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5107
5108         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5109         interactively so the newsrc file can contain foreign groups too.
5110         Useful for debugging but not much for users.
5111
5112 2011-04-07  David Engster  <dengste@eml.cc>
5113
5114         * registry.el (registry-usage-test): Only do
5115         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5116         lexical binding.
5117
5118 2011-04-07  David Engster  <dengste@eml.cc>
5119
5120         * Makefile.in (check, test-registry): New rules for test-suite.
5121
5122 2011-04-06  David Engster  <dengste@eml.cc>
5123
5124         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5125         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5126
5127 2011-04-06  David Engster  <dengste@eml.cc>
5128
5129         * registry.el (initialize-instance): Change :after to :AFTER to be
5130         compatible with old EIEIO version in XEmacs.
5131
5132 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * gnus-registry.el (gnus-registry-post-process-groups)
5135         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5136         and provide better messaging.
5137
5138 2011-04-06  David Engster  <dengste@eml.cc>
5139
5140         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5141         errors.
5142
5143         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5144         dgnushack-compile with error-on-warn enabled, and to signal an error if
5145         clean compilation failed.
5146         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5147         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5148
5149 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5152         unconditionally anyway, discarding errors.
5153         (gnus-registry-delete-entries): New convenience function.
5154         (gnus-registry-import-eld): Import from old .eld registry.
5155
5156         * registry.el: Don't use ERT if it's not available.  Load it
5157         unconditionally anyway, discarding errors.
5158
5159         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5160         version from the Claudio Bley GnuTLS patch (extra optional parameters
5161         and host name).
5162
5163 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5166         fixup the parameters that can be customized by the user between
5167         save/read cycles.
5168         (gnus-registry-read): Use it.
5169         (gnus-registry-make-db): Use it.
5170         (gnus-registry-spool-action, gnus-registry-handle-action):
5171         Fix messaging.
5172         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5173         Map references to actual group names with sender and subject tracking.
5174         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5175         (gnus-registry-usage-test): Add subject lookup test.
5176
5177         * registry.el (registry-db, initialize-instance): Set up constructor
5178         instead of :initform arguments for the sake of older Emacsen.
5179         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5180         pre-lexbind merge bug.
5181         (registry-usage-test): Use it.
5182         (initialize-instance, registry-db): Move the non-function initforms
5183         back to the class definition.
5184
5185 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * registry.el: New library to manage gnus-registry-style data.
5188
5189         * gnus-registry.el: Use it (major rewrite).
5190
5191         * nnregistry.el: Use it.
5192
5193         * spam.el: Use it.
5194
5195 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5198         marks on non-selected articles.
5199
5200 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5201
5202         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5203         parameter to open-protocol-stream.
5204
5205 2011-04-01  Julien Danjou  <julien@danjou.info>
5206
5207         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5208         fundamental-mode.
5209
5210 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5213         servers.
5214
5215 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5218         made marks not propagate, again.
5219
5220 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5221
5222         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5223         Make this the default type.
5224         (proto-stream-open-plain): Rename from proto-stream-open-default.
5225         (open-protocol-stream, proto-stream-open-starttls)
5226         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5227         with `plain'.
5228
5229         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5230         value.
5231
5232         * nntp.el (nntp-open-connection-function): Document the fact that some
5233         values are not functions but are instead handled specially.
5234         Recognize nntp-open-plain-stream value.
5235         (nntp-open-connection): Recognize that value.
5236
5237 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5240         where it seems to be needed.
5241
5242 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5245         stuff.
5246
5247         * gnus-score.el (gnus-score-string): Fix calling convention of
5248         `gnus-simplify-buffer-fuzzy' after last patches.
5249
5250         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5251         server for articles we didn't get any headers for.  This is a sanity
5252         check.
5253
5254 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5255
5256         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5257         new CAPABILITY, use it.
5258
5259 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5262         downloading anything.
5263
5264         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5265
5266 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5267
5268         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5269         colors.
5270         (gnus-splash-svg-color-symbols): New function.
5271
5272 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5275         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5276         (gnus-simplify-subject-fuzzy): Use the local
5277         gnus-simplify-subject-fuzzy-regex instead of the global one.
5278         This makes using this variable in group parameters work.
5279
5280 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5281
5282         * gnus-registry.el (gnus-registry-unfollowed-groups):
5283         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5284         archive:sent-YYYY-MM-DD groups).
5285         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5286         tracking if there are more than `gnus-registry-max-track-groups'
5287         matches.
5288
5289 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5290
5291         * message.el (message--yank-original-internal): New function to do the
5292         insertion cleanly inside eval in `message-yank-original'.
5293         (message-yank-original): Use it.
5294
5295 2011-03-29  Julien Danjou  <julien@danjou.info>
5296
5297         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5298         local variables disabled rather than `normal-mode'.
5299
5300 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5301
5302         * imap.el (imap-shell-open, imap-process-connection-type):
5303         Use imap-process-connection-type for 'shell' streams as well as
5304         Kerberos, SSL, other subprocesses.
5305
5306 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5307
5308         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5309         with open-network-stream.
5310         (proto-stream-always-use-starttls): Option removed.
5311         (open-protocol-stream): Return a process object by default.  Provide a
5312         new parameter :return-list specifying a list-type return value, which
5313         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5314         :type `network' to `try-starttls', and `network-only' to `default'.
5315         Make `default' the default, for compatibility with open-network-stream.
5316         Handle the no-parameter case exactly as open-network-stream, with no
5317         additional stream processing.  Search plists using plist-get.
5318         Explicitly add :end-of-commend parameter if it is missing.
5319         (proto-stream-open-default): Rename from
5320         proto-stream-open-network-only.  Return 'default as the type.
5321         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5322         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5323         failed.  Always return a list with a (possibly dead) process as the
5324         first element, for compatibility with open-network-stream.
5325         (proto-stream-open-tls): Use plist-get.  Always return a list.
5326         (proto-stream-open-shell): Return `default' as connection type.
5327         (proto-stream-capability-open): Use plist-get.
5328         (proto-stream-eoc): Function deleted.
5329
5330         * nnimap.el (nnimap-stream, nnimap-open-connection)
5331         (nnimap-open-connection-1): Handle renaming of :type parameter for
5332         open-protocol-stream.
5333         (nnimap-open-connection-1): Pass a :return-list parameter
5334         open-protocol-stream to obtain a list return value.  Parse this list
5335         using plist-get.
5336
5337         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5338         for open-protocol-stream.  Accept open-protocol-stream return value
5339         that is a subprocess object instead of a list.  Handle the case of a
5340         dead returned process.
5341
5342 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5343
5344         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5345
5346         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5347
5348 2011-03-21  Julien Danjou  <julien@danjou.info>
5349
5350         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5351         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5352         query.
5353         (mm-inline-text): Render normal text with fontification whenever
5354         possible.
5355
5356         * gnus-sum.el (gnus-summary-save-parts-1):
5357         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5358         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5359         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5360         Use `mm-handle-filename'.
5361
5362         * mm-util.el (mm-handle-filename): New function, return the filename of
5363         an handle.
5364
5365 2011-03-18  Julien Danjou  <julien@danjou.info>
5366
5367         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5368         (gnus-buffer-live-p): Check that buffer is not nil.
5369
5370 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5371
5372         * gnus.el: No Gnus v0.15 is released.
5373
5374 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5375
5376         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5377         avoid warning on XEmacs.
5378
5379         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5380         on XEmacs.
5381
5382         * gnus-art.el: Require mouse, which the build bot seems to say is
5383         needed.
5384
5385         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5386
5387         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5388         XEmacs, since it doesn't have url-retrieve-synchronously.
5389
5390         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5391         since assoc-string doesn't exist in XEmacs.
5392
5393 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5394
5395         * gnus-group.el (gnus-group-list-ticked): New function.
5396         (gnus-group-make-menu-bar): Provide a menu entry for it.
5397         (gnus-group-list-map): Provide a binding for it.
5398
5399 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * shr.el (shr-visit-file): New command.
5402
5403         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5404
5405 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5406
5407         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5408         servers.
5409
5410 2011-03-16  Julien Danjou  <julien@danjou.info>
5411
5412         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5413         inline.
5414
5415         * gnus-art.el (article-hide-list-identifiers):
5416         Use gnus-group-get-list-identifiers.
5417
5418         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5419         (gnus-summary-remove-list-identifiers):
5420         Use gnus-group-get-list-identifiers to get regexp.
5421         (gnus-select-newsgroup, gnus-summary-insert-subject)
5422         (gnus-summary-insert-articles):
5423         Call gnus-summary-remove-list-identifiers unconditionally.
5424
5425 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5428         we're selecting a group with unread articles.
5429
5430         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5431
5432         * gssapi.el: New file separated out from imap.el to provide a general
5433         Kerberos 5 connection facility for Emacs.
5434
5435         * message.el (message-elide-ellipsis): Document the format spec
5436         ellipsis.
5437
5438 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * message.el (message-elide-region): Allow the ellipsis to say how many
5441         lines were removed.
5442
5443 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5446         window configurations containing buffers that are now dead.
5447
5448         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5449         parsing to avoid integer overflows.
5450         (nnimap-parse-flags): Simplify the last change.
5451         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5452         too large for 32-bit Emacsen.
5453
5454 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5455
5456         * auth-source.el (auth-source-netrc-create):
5457         * message.el (message-yank-original): Fix use of `case'.
5458
5459 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5460
5461         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5462         XEmacs, which was one character too wide.
5463
5464 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5465
5466         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5467         default number of articles to display.
5468         (gnus-articles-to-read): Use pretty names for prompt.
5469
5470 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-int.el (gnus-open-server): Ditto.
5473
5474         * gnus-start.el (gnus-activate-group): Give a backtrace if
5475         debug-on-quit is set and the user hits `C-g'.
5476         (gnus-read-active-file): Ditto.
5477
5478         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5479
5480 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * message.el (message-yank-original): Use cond instead of CL case.
5483
5484 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5485
5486         * auth-source.el (auth-source-netrc-create): Use usual format for the
5487         default in prompts.
5488
5489 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * lpath.el: Fbind read-char-choice for XEmacs.
5492
5493 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5494
5495         * auth-source.el (auth-source-netrc-create): Show the default in the
5496         prompt when prompting for token creation.
5497
5498 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * auth-source.el (auth-source-format-prompt): Always convert the value
5501         to a string to avoid evaluating non-string arguments.
5502         (auth-source-netrc-create): Offer default properly, not as initial
5503         content in `read-string'.
5504         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5505         of line to determine if we've been run before.  If so, don't run again,
5506         but print a trivial message to indicate the cache was hit instead.
5507
5508 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5511         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5512         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5513         Gnus.
5514
5515 2011-03-11  Julien Danjou  <julien@danjou.info>
5516
5517         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5518         modified file".
5519
5520 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * auth-source.el (auth-source-read-char-choice): New function to read a
5523         character choice using `dropdown-list', `read-char-choice', or
5524         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5525         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5526         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5527         (auth-source-netrc-saver): Use it.
5528         (auth-source-pick-first-password): New convenience function.
5529
5530 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5533         parameter in the credentials.
5534         (nnimap-open-connection-1): Use it after a successful login.
5535         (nnimap-credentials): Add IMAP-specific user and password prompt.
5536
5537         * auth-source.el (auth-source-search): Add :require parameter, taking a
5538         list.  Document it and the :save-function return token.  Pass :require
5539         down.  Change the CREATED message from a warning to a debug statement.
5540         (auth-source-search-backends): Pass :require down.
5541         (auth-source-netrc-search): Pass :require down.
5542         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5543         Change save prompt to indicate all modifications saved here are
5544         deletions.
5545         (auth-source-netrc-create): Take user login name as default in user
5546         prompt.  Move all the save functionality to a lexically bound function
5547         under the :save-function token in the returned list.  Set up clearer
5548         default prompts for user, host, port, and secret.
5549         (auth-source-netrc-saver): New function, intended to be wrapped for
5550         :save-function.
5551
5552 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553
5554         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5555         lines to be spaces instead.
5556
5557 2011-03-07  Julien Danjou  <julien@danjou.info>
5558
5559         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5560         (sieve-sasl-auth): Check that auth-source-search did return something,
5561         or just return an empty string.
5562
5563 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5564
5565         * gnus.el (gnus-interactive): Use read-directory-name.
5566
5567         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5568         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5569         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5570         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5571         Likewise.
5572
5573         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5574
5575 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5578         onto the list of killed groups, too.  This makes killed nnimap groups,
5579         for instance, more reliably not reappear.
5580
5581         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5582         the parent.
5583
5584         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5585
5586         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5587         really have server-side marks.
5588
5589         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5590         since most backends do not usefully have server-side marks.
5591         (gnus-update-read-articles): Propagate marks to all backends that
5592         really have server-side marks.
5593
5594 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5595
5596         * message.el (message-cite-reply-position, message-cite-style):
5597         New variables.
5598         (message-yank-original): Use the new citation styles.
5599
5600 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5601
5602         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5603         buffer-local issue); don't mark it buffer-local when running under
5604         XEmacs.
5605
5606 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5607
5608         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5609         numbers too big to be `read'.
5610
5611 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * password-cache.el (password-in-cache-p): Add autoload.
5614
5615         * message.el (message-options): Make buffer-local two ways to attempt
5616         to fix a XEmacs bug.
5617
5618 2011-03-02  Julien Danjou  <julien@danjou.info>
5619
5620         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5621
5622 2011-03-01  Julien Danjou  <julien@danjou.info>
5623
5624         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5625         group.
5626         (article-hide-list-identifiers): Use list-identifier group parameter.
5627
5628 2011-02-28  Julien Danjou  <julien@danjou.info>
5629
5630         * sieve.el (sieve-buffer-script-name): New local variable to store
5631         sieve script name.
5632         (sieve-edit-script): Store sieve script name.
5633         (sieve-upload): Use sieve script name when uploading.
5634         (sieve-upload): Use substitute-command-keys.
5635         (sieve-edit-script): Use substitute-command-keys.
5636         (sieve-refresh-scriptlist): Use substitute-command-keys.
5637         (sieve-manage-mode-map): Define keymap properly.
5638         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5639         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5640         Remove commented code about cvs.
5641         (sieve-manage-quit): New function.
5642         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5643
5644 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645
5646         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5647
5648 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * auth-source.el (auth-source-search): Cache empty result sets.
5651
5652         * password-cache.el (password-in-cache-p): Convenience function to
5653         check if a key is in the cache, even if the value is nil.
5654
5655         * auth-source.el (auth-source-save-behavior): New variable to replace
5656         `auth-source-never-create'.
5657         (auth-source-netrc-create): Use it.
5658         (auth-source-never-save): Remove.
5659
5660 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5661
5662         * nnimap.el (nnimap-stream): Doc fix.
5663         (nnimap-open-connection-1): Reverse the order of the ports to that the
5664         prompted-for port is first.
5665
5666         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5667         retrieval by the no-group selection.
5668
5669         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5670         numerical parameters.
5671
5672 2011-02-25  Julien Danjou  <julien@danjou.info>
5673
5674         * gnus-gravatar.el: Use gnus-with-article-buffer.
5675
5676         * gnus-art.el (gnus-with-article-buffer): Check that the
5677         gnus-article-buffer is alive.
5678
5679 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         * auth-source.el (auth-source-creation-prompts): New variable to manage
5682         creation-time prompts.
5683         (auth-source-search): Document it.
5684         (auth-source-format-prompt): Add utility function.
5685         (auth-source-netrc-create): Don't default the user name to
5686         user-login-name.  Use `auth-source-creation-prompts' and some default
5687         prompts for user, host, port, and password (the default generic prompt
5688         remains ugly).
5689         (auth-source-never-save): Add customizable option to never save info.
5690         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5691         mode excursion.
5692
5693 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5696         argument that XEmacs doesn't support.
5697
5698         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5699         compiled for Emacsen having no `libxml-parse-html-region' support.
5700
5701         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5702
5703         * lpath.el: Bind buffer-save-without-query for XEmacs.
5704
5705 2011-02-23  Julien Danjou  <julien@danjou.info>
5706
5707         * gnus-art.el (article-make-date-line): Ignore errors if time is
5708         invalid and not convertible.
5709         (article-make-date-line): Only add lapsed time if time is not nil.
5710
5711 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5712
5713         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5714         `read-char-choice' for backwards compatibility.
5715         (auth-source-netrc-element-or-first): New function to DTRT for
5716         parameter extraction.
5717         (auth-source-netrc-create): Use it and fix multiple parameter print
5718         bug.  Use the default passed from above (given-default) or the
5719         built-in (user-login-name for :user).
5720
5721 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5722
5723         * gnus-start.el (gnus-dribble-read-file):
5724         Set buffer-save-without-query, since we always want to save the dribble
5725         file, probably.
5726
5727         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5728         nnimap.
5729
5730         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5731         -summary- since it's a user-visible variable.
5732
5733         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5734         first time you use the new Gnus.
5735
5736 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * auth-source.el: Don't load netrc.el.
5739         (auth-sources): Search ~/.netrc as well by default.
5740         (auth-source-debug): Add 'trivia option for extra output.
5741         (auth-source-do-trivia): Use it.
5742         (auth-source-search): Simplify logic to use
5743         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5744         appropriate.  Don't keep a running count at this level.  Layer :create
5745         and :delete options appropriately on the first and second passes.
5746         Don't track the backend with the search results.
5747         (auth-source-search-backends): New function to search a list of
5748         backends for a processed spec.
5749         (auth-source-netrc-parse): Cache all netrc files, making
5750         auth-source-netrc-cache an alist keyed by the file name and using the
5751         file mtime as the caching criterion.  Keep the obfuscated data secret
5752         with a lexical bind.
5753         (auth-source-netrc-search): Don't calculate the length of the results
5754         unnecessarily.
5755         (auth-source-search-backends): Fix bug.
5756         (auth-source-netrc-create): Rework prompts.
5757
5758 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5759
5760         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5761         Lower case names of search constraints.
5762         (nnir-run-query): Cache and reuse search constraints for all imap
5763         servers.
5764
5765 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5766
5767         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5768         after exit.
5769         (gnus-setup-message): Define missing variable from last checkin.
5770
5771         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5772         value, show the raw article.
5773
5774 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5775
5776         * gnus.el: No Gnus v0.13 is released.
5777
5778 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5779
5780         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5781         auth-source now accepts numbers.
5782
5783         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5784         spec, too.
5785         (auth-source-ensure-strings): New function.
5786
5787         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5788         (gnus-article-setup-buffer): Always restart the date timer so that user
5789         changes to the frequency is respected.
5790
5791         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5792         port numbers, so make sure it gets that if nnimap-server-port is
5793         explicit.
5794
5795 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5796
5797         * nnimap.el (nnimap-inbox): Doc fix.
5798
5799 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5800
5801         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5802         Autoload.  Add optional arg FRAME, and pass it to color-values.
5803         (color-complement): Caller changed.  Doc fix.
5804         (color-gradient): Rewrite for better clarity and efficiency.
5805
5806 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5807
5808         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5809         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5810         color-lab-to-srgb.
5811
5812 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5813
5814         * color.el: First part of merge from hexrgb.el.
5815         (color-rgb-to-hex): Rename from color-rgb->hex.
5816         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5817         saturation to zero if the value is too small.
5818         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5819         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5820         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5821         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5822         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5823         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5824         (color-cie-de2000): Doc fix.
5825
5826 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5827
5828         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5829         given method as in the group name if we're using an extended method.
5830         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5831         command, if we're using that, instead of waiting for the beginning.
5832
5833         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5834         we're sure to get unique server names, and we don't output two async
5835         commands in the same buffer.  This fixes an NNTP hang for some users.
5836
5837 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5838
5839         * gnus.el: No Gnus v0.11 is released.
5840
5841 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5844         summary buffer before reading going to the next buffer.  This avoids
5845         putting the point in the group buffer if you `C-g' the command.
5846
5847         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5848         cache (for now) to make ~/.authinfo.gpg files usable.
5849
5850         * nnfolder.el (copyright-update): Define for the compiler.
5851
5852         * auth-source.el (auth-source-search): Fix unbound variable.
5853
5854 2011-02-19  Glenn Morris  <rgm@gnu.org>
5855
5856         * gnus.el (gnus-meta): Doc fix.
5857
5858 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5859
5860         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5861         in case it's not yet loaded.
5862
5863 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5864
5865         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5866         line we're waiting for.
5867
5868 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5869
5870         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5871         face with line-width greater than zero will cause RET in gnus summary
5872         buffer to scroll down article page-wise because auto vscroll happens,
5873         it should be temporally disabled when doing a scroll-up.
5874
5875 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5876
5877         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5878         outputs from the server.
5879
5880 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5881
5882         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5883         later so that bbdb can hook in easier.
5884
5885 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5886
5887         * auth-source.el (auth-source-search): Don't try to create credentials
5888         if the caller doesn't want that.
5889         (auth-source-search): If we don't find a match, don't bug out on
5890         non-bound variables.
5891         (auth-source-search): Only ask a single backend to create the
5892         credentials.
5893
5894         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5895         logging.
5896         (nnimap-credentials): Protect against auth-source-search returning nil.
5897         (nnimap-request-list): Protect against not being able to open the
5898         server.
5899
5900 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5901
5902         * auth-source.el (auth-source-search): Do a two-phase search, one with
5903         no :create to get the responses from all backends.
5904
5905         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5906         when getting credentials.
5907
5908         * gnus-util.el (gnus-delete-duplicates): New function.
5909
5910 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5913         a creation default, pass the whole port list down.  It will be
5914         completed.
5915
5916         * auth-source.el (auth-source-search): Updated docs to talk about
5917         multiple creation choices.
5918         (auth-source-netrc-create): Accept a list as a value (from the search
5919         parameters) and do completion on that list.  Keep a separate netrc line
5920         with the password obscured for showing the user.
5921
5922         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5923         first choice to `auth-source-search' so it will be used for entry
5924         creation instead of the server's Gnus-specific name.
5925         (nnimap-credentials): Rely on the auth-source library to select which
5926         port is actually wanted in the new netrc entry, so don't override
5927         `auth-source-creation-defaults'.
5928
5929         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5930         :protocol and accept a missing user, host, or port as a wildcard match.
5931         (auth-source-debug): Default to off.
5932
5933         (auth-source-netrc-search, auth-source-netrc-create)
5934         (auth-source-secrets-search, auth-source-secrets-create)
5935         (auth-source-user-or-password, auth-source-backend, auth-sources)
5936         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5937         instead of :protocol.
5938
5939         * nnimap.el (nnimap-credentials): Pass a port default to
5940         `auth-source-search' in case an entry needs to be created.
5941         (nnimap-open-connection-1): Use :port instead of :protocol.
5942
5943 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * auth-source.el: Bind load-path when loading EIEIO from
5946         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5947         21.4 doesn't support, to `require'.
5948         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5949         delete-dups that is not available in XEmacs 21.4.
5950
5951 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5952
5953         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5954         as EIEIO must also be loaded when auth-source.el is being
5955         byte-compiled.
5956
5957 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5960
5961         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5962
5963         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5964
5965         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5966
5967         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5968
5969         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5970
5971         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5972
5973         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5974         necessary.
5975
5976 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5979         nil means that nnimap doesn't get updated.
5980
5981 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5984         result when the user doesn't want to write to the file.
5985         (auth-source-netrc-search): Expect a synthetic result and proceed
5986         accordingly.
5987         (auth-source-cache-expiry): New variable to override
5988         `password-cache-expiry'.
5989         (auth-source-remember): Use it.
5990
5991         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5992         parameter.  Create entry if necessary by using :create t.
5993         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5994
5995 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * auth-source.el (auth-source-debug): Enable by default and don't
5998         mention the obsolete `auth-source-hide-passwords'.
5999         (auth-source-do-warn): New function to debug unconditionally.
6000         (auth-source-do-debug): Use it.
6001         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6002         and for Secrets API entries when the secrets.el library is not
6003         available.
6004
6005 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6006
6007         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6008         (gnus-summary-exit): Kill the correct article buffer on exit from a
6009         `C-d' group.
6010
6011         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6012         gnus-propagate-marks.
6013
6014         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6015         before killing the buffers so that a non-full window conf gets handled
6016         correctly.
6017         (gnus-summary-exit): Ditto.
6018         (gnus-summary-read-group-1): Ditto.
6019
6020         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6021         async code again so that we can debug it properly.
6022
6023         * message.el (message-reply): Take an optional switch-buffer parameter
6024         so that Gnus window confs are respected better.
6025
6026 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6029         `plist-get' to accept non-list parameters (XEmacs issue).
6030         Fix docstring.
6031         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6032         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6033         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6034         Login collection is "Login" and not "login".
6035
6036 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6039         multiple headers.
6040
6041         * nnimap.el (nnimap-inhibit-logging): New variable.
6042         (nnimap-log-command): Don't log login commands.
6043
6044         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6045         to have more parameters.
6046
6047         * nnimap.el (nnimap-send-command): Mark the command time for each
6048         command, so that we don't get NOOPs stepping on our toes.
6049
6050         * gnus-art.el (article-date-ut): Get the date from the Date header on
6051         `t'.
6052
6053 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * auth-source.el (auth-source-search): Use copy-sequence instead of
6056         the cl.el copy-list.
6057
6058 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * imap.el: Bring it back (revert
6061         84d800cd31de3064f0ed39617d725709a2f8f42f).
6062
6063 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6064
6065         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6066         Improve prompt.
6067
6068 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6071         washing status from the default format.  It isn't very informative.
6072
6073 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6074
6075         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6076         Fix Gcc processing on imap.
6077
6078 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * imap.el: Remove file.  All the functionality is in nnimap.el.
6081
6082 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * message.el (message-bury): Don't pop up a new window when selected
6085         window is dedicated.
6086
6087 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6088
6089         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6090
6091 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * sieve-manage.el: Autoload `auth-source-search'.
6094         (sieve-sasl-auth): Use it.
6095
6096 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * nnimap.el: Autoload `auth-source-forget+'.
6099         (nnimap-open-connection-1): Use it if the connection fails.
6100
6101         * auth-source.el: Require `password-cache'.
6102         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6103         obsolete.
6104         (auth-source-magic): Marker for `password-cache' keys.
6105         (auth-source-do-cache): Update docstring.
6106         (auth-source-search): Use and check cache.
6107         (auth-source-forget-all-cached, auth-source-remember)
6108         (auth-source-recall, auth-source-forget, auth-source-forget+)
6109         (auth-source-specmatchp): Caching support functions.
6110         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6111         Remove and obsolete.
6112         (auth-source-user-or-password): Remove caching to further discourage
6113         using it.  Always hide passwords.
6114
6115         * password-cache.el (password-cache-remove): Accept secrets that are
6116         not strings.
6117
6118 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6119
6120         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6121         code for now, since it doesn't work for all users.
6122
6123 2011-02-09  Julien Danjou  <julien@danjou.info>
6124
6125         * message.el (message-options): Make message-options really buffer
6126         local.
6127
6128 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * mail-source.el: Autoload `auth-source-search'.
6131         (mail-source-keyword-map): Note order matters.
6132         (mail-source-set-1): Get all the mail-source source values and
6133         defaults and search auth-source on those if needed.  This can all
6134         probably be simplified.
6135
6136         * nnimap.el: Autoload `auth-source-search'.
6137         (nnimap-credentials): Use it.
6138         (nnimap-open-connection-1): Ask for the virtual server and physical
6139         address in one shot.
6140
6141         * nntp.el: Autoload `auth-source-search'.
6142         (nntp-send-authinfo): Use it.  Note TODO.
6143
6144 2011-02-08  Julien Danjou  <julien@danjou.info>
6145
6146         * shr.el (shr-tag-body): Add support for text attribute in body
6147         markups.
6148
6149         * message.el (message-options): Make message-options a local variable.
6150
6151 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6152
6153         * auth-source.el (auth-source-secrets-search)
6154         (auth-source-user-or-password): Use `append' instead of `nconc'.
6155         (auth-source-user-or-password): Build return list better and protect
6156         against nil :secret.
6157
6158 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6159
6160         * nnimap.el (nnimap-update-info): Refactor slightly.
6161         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6162         (nnimap-update-info): Clean up slightly.
6163         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6164         characters.
6165         (nnimap-process-quirk): Rename function to avoid collision.
6166         (nnimap-update-info): Fix macrology bug-out.
6167         (nnimap-update-info): Simplify split history test.
6168
6169 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6170
6171         * auth-source.el (top): Require 'eieio unconditionally.
6172         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6173         (auth-source-secrets-search): Limit search when `max' is greater than
6174         number of results.
6175
6176 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6177
6178         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6179         part not returning any data.
6180
6181         * proto-stream.el (open-protocol-stream): Document the return value.
6182
6183 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * auth-source.el (auth-source-secrets-search): Add examples.
6186
6187 2011-02-06  Julien Danjou  <julien@danjou.info>
6188
6189         * message.el (message-setup-1): Handle message-generate-headers-first
6190         set to t.
6191
6192 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6193
6194         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6195         API with a string "secrets:collection-name" and with 'default.
6196         (auth-source-backend-parse): Parse "secrets:collection-name" and
6197         'default.  Recurse on parses instead of repeating code.  Use the
6198         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6199         message when ignoring a source.
6200         (auth-source-search): List ignored search keys at the top level.
6201         (auth-source-netrc-create): Use `case' instead of `cond'.
6202         (auth-source-secrets-search): Created with TODOs.
6203         (auth-source-secrets-create): Created with TODOs.
6204         (auth-source-retrieve, auth-source-create, auth-source-delete)
6205         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6206         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6207         (auth-source-user-or-password-sftp)
6208         (auth-source-user-or-password-smtp): Remove.
6209         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6210         around `auth-source-search'.  Not tested thoroughly.
6211
6212 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6213
6214         * auth-source.el: Bring in assoc and eioeio libraries.
6215         (secrets-enabled): New variable to track the status of the Secrets API.
6216         (auth-source-backend): New EIOEIO class to represent a backend.
6217         (auth-source-creation-defaults): New variable to set prompt defaults
6218         during token creation (see the `auth-source-search' docstring for
6219         details).
6220         (auth-sources): Simplify to allow a simple string as a netrc backend
6221         spec.
6222         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6223         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6224         (auth-source-search): Main auth-source API entry point.
6225         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6226         (auth-source-search-collection): Helper function for searching.
6227         (auth-source-netrc-parse, auth-source-netrc-normalize)
6228         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6229         Supports search, create, and delete.
6230         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6231         backend stubs.
6232         (auth-source-user-or-password): Call `auth-source-search' but it's not
6233         ready yet.
6234
6235 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6236
6237         * message.el (message-setup-1): Remove the read-only stuff, since it
6238         doesn't work under XEmacs, for some reason.
6239
6240         * gnus-sum.el (gnus-user-date): Rename back from
6241         gnus-summary-user-date since user code refers to it.
6242
6243         * shr.el (shr-render-td): Store the actual background color used.
6244
6245         * message.el (message-setup-1): Don't bind the constant
6246         -forbidden-properties.
6247         (message-setup-1): Revert previous change, since it needs to bind the
6248         props to insert them.
6249         (message-resend): Allow removing the read-only separator line.
6250
6251 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6252
6253         * nnimap.el (nnimap-request-accept-article): Give an error message if
6254         the APPEND wasn't successful.
6255
6256 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6257
6258         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6259         that have no groups.
6260
6261 2011-02-03  Julien Danjou  <julien@danjou.info>
6262
6263         * gnus-draft.el: Remove progn around gnus-draft-setup.
6264
6265 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-start.el (gnus-read-active-for-groups): This function is never
6268         called with a nil `infos', so clean that up.
6269         (gnus-get-unread-articles): Request active files from primary/secondary
6270         methods that have no groups (yet).
6271
6272 2011-02-03  Julien Danjou  <julien@danjou.info>
6273
6274         * message.el (message-setup-1): Always generate References first.
6275         (message-mail): Return the return value of message-setup, not always t.
6276         (message-setup-1): Insert mail-header-separator with read-only and
6277         intangible properties set.
6278
6279         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6280         user-date in docstring.
6281
6282         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6283
6284         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6285         docstring.
6286
6287         * gnus.el (gnus-user-date-format-alist): Change default value.
6288         Use defcustom, with type and group. Move from gnus-util.el.
6289         Rename to gnus-summary-user-date-format-alist.
6290
6291 2011-02-03  Glenn Morris  <rgm@gnu.org>
6292
6293         * nnimap.el (gnus-fetch-headers): Declare.
6294
6295         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6296
6297 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6298
6299         * message.el (message-forward-make-body-digest-plain)
6300         (message-followup, message-reply): Clean up things noted by Stefan.
6301
6302         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6303         gnus-article-update-date-headers is nil.
6304         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6305         it didn't really work with defcustom.
6306         (article-update-date-lapsed): Make sure the window start doesn't move,
6307         either.
6308
6309 2011-02-01  Julien Danjou  <julien@danjou.info>
6310
6311         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6312         format.
6313
6314         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6315         standard in Emacs nowadays.
6316
6317         * color.el (color-gradient): Add a color-gradient function.
6318
6319 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6320
6321         * message.el (message-expand-name): Don't trust the return value of
6322         bbdb-complete-name.
6323         (message-check-news-header-syntax): Remove unused var `start'.
6324         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6325         (message-inhibit-body-encoding): Move to before first use.
6326         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6327         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6328         (Organization, Message-ID, Date, mh-previous-window-config):
6329         Defvar the vars using dynamic scoping.
6330
6331 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6332
6333         * shr.el (shr-render-td): Only do colors at the final rendering.
6334         Should be slightly faster.
6335         (shr-insert-table): Fix up TD background colors when doing the
6336         vertical padding.
6337
6338         * gnus-art.el (article-date-ut): Protect against articles with no Date
6339         header.
6340         (article-update-date-lapsed): Don't use current-column to find the
6341         horizontal position.  It's fragile in the presence of \003 characters.
6342
6343         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6344
6345 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6346
6347         * gnus-art.el (article-transform-date): Rewrite to still work when
6348         there are several rfc2822 parts.
6349         (article-transform-date): Fix infinite recursion.
6350         (article-date-ut): Replace infinitely many Date headers with a single
6351         one when called interactively.
6352
6353         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6354         secure manner.
6355
6356         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6357         move around by not using save-window-excursion.  It seems to work...
6358
6359 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-art.el (article-make-date-line): Work for user-defined format.
6362
6363 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6364
6365         * nntp.el (nntp-retrieve-group-data-early)
6366         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6367         fetching functions.
6368
6369         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6370         thoroughly for all backends that have no known groups.  This should
6371         allow new nnml methods to retrieve mail.
6372
6373         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6374         that Gnus doesn't know exists again.
6375
6376         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6377         (gnus-treat-date-ut): Ditto.
6378         (gnus-article-update-date-header): Rename.
6379         (gnus-treat-date-local): Remove.
6380         (gnus-treat-date-english): Remove.
6381         (gnus-treat-date-lapsed): Remove.
6382         (gnus-treat-date-combined-lapsed): Remove.
6383         (gnus-treat-date-original): Remove.
6384         (gnus-treat-date-iso8601): Remove.
6385         (gnus-treat-date-user-defined): Remove.
6386         (gnus-article-date-headers): New variable to control all the date
6387         header options.
6388         (article-date-ut): Rewrite to allow using the new way to format date
6389         headers(s).
6390
6391 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6392
6393         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6394         method.
6395         (nnmail-article-group): A better test for fanciness.
6396
6397         * nnimap.el (nnimap-request-head): Protect against not finding the
6398         article by Message-ID.
6399
6400 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6401
6402         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6403         keep point at the "same place".
6404
6405 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6406
6407         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6408         data if the group is inactive.
6409
6410 2011-01-28  Julien Danjou  <julien@danjou.info>
6411
6412         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6413         (gnus-all-windows-visible-p): Remove old compatibility code.
6414         (gnus-window-top-edge): Add docstring.
6415
6416         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6417
6418 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6421         older request-update-info.
6422
6423         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6424
6425 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6426
6427         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6428         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6429
6430 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6431
6432         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6433         groups.  This makes the nndraft:queue group pop up if it's not already
6434         there.
6435
6436         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6437         messages" logic, which was reversed.
6438
6439         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6440         the "same place" even if point is on the line being replaced.
6441         (article-update-date-lapsed): Allow updating both the combined lapsed
6442         and the lapsed headers.
6443         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6444         (article-make-date-line): Limit the number of segments dynamically to
6445         avoid too-long lines.
6446
6447 2011-01-27  Julien Danjou  <julien@danjou.info>
6448
6449         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6450         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6451
6452 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6455         Use plist-get instead of the cl function getf.
6456
6457 2011-01-27  Glenn Morris  <rgm@gnu.org>
6458
6459         * gnus-util.el (float-time): Get rid of compiler warning, again.
6460
6461 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6462
6463         * shr.el (shr-put-color): Special-case background colors: Do put them
6464         at the blank parts at the front of the lines.
6465
6466         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6467         exit hook to nix out all data on readedness on group exit.
6468
6469         * gnus-util.el (float-time): If float-time is bound, always use it on
6470         all Emacsen.  It's unclear why the subrp check was there.
6471         (time-date): Require to make some autoload issues on XEmacs go away.
6472
6473         * shr.el (shr-put-color): Don't do the box padding in tables, since
6474         they're already padded.
6475
6476 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-art.el (gnus-article-next-page): When the last line of the
6479         article is displayed, scroll down once more instead of going to the
6480         next article at once.
6481         (article-lapsed-string): Refactor out and allow specifying how many
6482         segments you want.
6483         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6484         (gnus-article-update-lapsed-header): New variable.
6485
6486         * shr.el: Revert change that made headings use different-sized faces.
6487         The Emacs display engine isn't advanced enough that, for instance,
6488         tables can comfortably use differently-sized faces.
6489
6490 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6491
6492         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6493         used.
6494         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6495         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6496         we're using an encrypted connection.
6497
6498         * proto-stream.el: Alter the interface functions to also return the
6499         actual stream type used: network or tls.
6500
6501 2011-01-25  Julien Danjou  <julien@danjou.info>
6502
6503         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6504         (mm-display-javascript-inline): New function.
6505
6506         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6507         viewing function.
6508
6509 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * shr.el (shr-expand-newlines): Fix variable name.
6512
6513 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6514
6515         * shr.el (shr-expand-newlines): Make nested boxes work.
6516
6517 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6518
6519         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6520         backgrounds.
6521         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6522         in a more sensible manner.
6523
6524 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6527         if EPG is loaded.
6528
6529 2011-01-24  Julien Danjou  <julien@danjou.info>
6530
6531         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6532         tags.
6533
6534 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6535
6536         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6537         commands.
6538
6539         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6540         in the article buffer.
6541         (gnus-gravatar-insert): Use blank space from the current buffer to
6542         avoid breaking text properties.  This makes X-Sent updating work again.
6543
6544         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6545
6546 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6547
6548         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6549         fix the bug in url-http.el instead.
6550
6551         * shr.el (shr-image-fetched): Ditto.
6552
6553         * shr.el (shr-image-fetched): Avoid having point move in the article
6554         buffer.
6555
6556         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6557         buffer after being called.  It's apparently being killed by url.el, and
6558         killing it made point move to end-of-buffer in a random buffer.
6559
6560         * shr.el (shr-image-fetched): Ditto.
6561
6562 2011-01-23  Julien Danjou  <julien@danjou.info>
6563
6564         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6565
6566         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6567         text/x-org.
6568
6569 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6570
6571         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6572         (i.e., nnimap) returning nil as the article number.
6573
6574 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6575
6576         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6577         "DelSp" parameter in RFC3676.
6578
6579 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6580
6581         * message.el (message-check-recipients): Display the encoded version of
6582         the bogus address if they differ.
6583
6584         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6585         after sending.
6586
6587         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6588
6589         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6590
6591         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6592         group buffer after sending the queue.
6593
6594         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6595
6596 2011-01-22  Julien Danjou  <julien@danjou.info>
6597
6598         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6599
6600 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6601
6602         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6603         nested related parts.
6604
6605         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6606         unexpired articles.  This fixes the regression that led expiry marks to
6607         disappear from nnfolder groups.
6608
6609 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6612         Don't confuse the "ret" of "retrograde" with RET.
6613
6614 2011-01-21  Julien Danjou  <julien@danjou.info>
6615
6616         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6617         than mm-insert-inline.
6618
6619 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6622         Widen article buffer.
6623
6624 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6625
6626         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6627         the temp buffer.
6628         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6629
6630 2011-01-20  Julien Danjou  <julien@danjou.info>
6631
6632         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6633
6634         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6635         than mm-insert-inline to insert inline part: this respect
6636         mm-inline-media-tests displayers.
6637
6638         * mm-view.el (mm-display-shell-script-inline): New function.
6639
6640         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6641
6642         * mm-uu.el (mm-uu-type-alist): Add org block.
6643         (mm-uu-org-src-code-block-extract): New function.
6644
6645         * mm-view.el (mm-display-org-inline): New function.
6646
6647         * mm-decode.el (mm-automatic-display): Add text/org.
6648
6649         * mailcap.el (mailcap-mime-extensions): Add .org.
6650
6651 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6654         gnus-article-add-buttons.
6655
6656 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6657
6658         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6659         From header with a date and "nobody" as the sender.
6660
6661 2011-01-19  Julien Danjou  <julien@danjou.info>
6662
6663         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6664         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6665         if you have the same regexp several times.
6666         (gnus-button-push): Fix matching when regexp is symbol.
6667
6668 2011-01-15  Glenn Morris  <rgm@gnu.org>
6669
6670         * message.el (message-mail): A compose-mail function should
6671         accept headers as strings.
6672
6673 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6674
6675         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6676         Add :vert-only tags.
6677         (message-mail): New arg RETURN-ACTION.
6678         (message-return-action): New var.
6679         (message-bury): Use it.
6680         (message-mode): Make it buffer-local.
6681         (message-send-and-exit): Always call message-bury.
6682
6683         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6684         message-mail.
6685
6686 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * nnimap.el (nnimap-convert-partial-article): Protect against
6689         zero-length body parts.
6690
6691         * mm-decode.el (mm-preferred-alternative-precedence):
6692         Discourage showing empty parts.
6693
6694         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6695         and stuff if the backend didn't return the article number.  This fixes
6696         an Exchange-related nnimap bug.
6697
6698         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6699         group window, because it does the wrong thing when a separate frame
6700         displays the group buffer.
6701
6702         * proto-stream.el (open-protocol-stream): Protect against the low-level
6703         transport functions returning nil.
6704
6705 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6706
6707         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6708         (mml2015-epg-find-usable-secret-key): New function.
6709         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6710         mml2015-epg-find-usable-key (Bug#7797).
6711         (mml2015-epg-encrypt): Ditto.
6712
6713 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * dgnushack.el (rot13-string): Fix the way to get the argument.
6716
6717 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6720
6721 2011-01-03  Glenn Morris  <rgm@gnu.org>
6722
6723         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6724
6725         * sieve.el (sieve-open-server): Give a more explicit error if
6726         sieve-manage-open returns nil.  (Bug#7720)
6727
6728 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6729
6730         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6731
6732 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6735         This avoids sending passwords in plain text over non-encrypted
6736         channels.
6737
6738         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6739
6740         * nnimap.el (nnimap-login): Refactored out into own function, and
6741         implement CRAM-MD5.
6742         (nnimap-wait-for-line): Refactored out.
6743
6744         * mm-view.el (mml-smime): Require.
6745
6746 2010-12-20  David Engster  <deng@eml.cc>
6747
6748         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6749         use EPG to decrypt S/MIME messages instead of openssl.
6750
6751 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6752
6753         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6754
6755         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6756         status is the group clearly is unreachable.
6757
6758         * auth-source.el (auth-source-create): Add the optional second
6759         parameter to `local-variable-p' to be compatible with XEmacs.
6760
6761 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6762
6763         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6764         work when using a compressed nnml folder.
6765
6766 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6769         backends after sanitising on entry, because this never makes sense:
6770         If the articles have gone missing, then the data no longer exists on
6771         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6772         overwrite anything anyway.
6773
6774         * shr.el (shr-insert-document): Bind shr-width dynamically to
6775         window-width if it's nil.
6776
6777 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6778
6779         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6780         with the meaning of using the full emacs window width for rendering.
6781
6782 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6783
6784         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6785         case when sender is not given.
6786
6787 2010-12-23  Julien Danjou  <julien@danjou.info>
6788
6789         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6790         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6791         the addresses, otherwise we might misplaced the gravatar.
6792
6793 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6794
6795         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6796         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6797         obsolete in Emacs.
6798
6799 2010-12-20  Julien Danjou  <julien@danjou.info>
6800
6801         * gnus-util.el (gnus-rescale-image): Revert last change.
6802
6803 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6804
6805         * binhex.el: Improve commentary (Bug#7482).
6806
6807 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-group.el (gnus-group-delete-articles): New command.
6810
6811 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6812
6813         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6814
6815 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6816
6817         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6818         here, since it's up to the backends to do CRLF removal if their
6819         protocol has it.
6820
6821         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6822
6823 2010-12-17  Julien Danjou  <julien@danjou.info>
6824
6825         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6826         they are from file.  Can also scale up.
6827
6828 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6829
6830         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6831         Restore gnus-use-agent.
6832         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6833
6834         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6835
6836 2010-12-17  Julien Danjou  <julien@danjou.info>
6837
6838         * gravatar.el (gravatar-retrieve-synchronously): New function.
6839         (gravatar-get-data): Make more robust.
6840
6841 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6844
6845 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6848         to really consider the last line.
6849
6850 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6851
6852         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6853         list of recipient keys, or use symmetric encryption if not a list.
6854         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6855         EPA override, replacing the call to `netrc-store-data'.
6856
6857 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6858
6859         * gnus-srvr.el: Avoid passing nil regexp argument to
6860         delete-matching-lines.
6861
6862 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6865         fetching stops when Gnus exits.
6866
6867         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6868         function.
6869         (nnfolder-request-expire-articles): Save all the buffers after doing
6870         expiry.
6871
6872         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6873         the last article", since that led to serious performance regressions
6874         when expiring nnml groups.
6875
6876 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6877
6878         * nnir.el: Improve customizations.
6879
6880 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6881
6882         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6883
6884         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6885         group has been killed.
6886         (gnus-group-yank-group): Ditto.
6887
6888         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6889
6890         * nnimap.el (nnimap-request-update-group-status): New function.
6891
6892         * gnus-int.el (gnus-request-update-group-status): New interface
6893         function.
6894
6895         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6896         copying read-ness to the backends.
6897
6898         * nnimap.el (nnimap-quirk): New function.
6899         (nnimap-retrieve-group-data-early): Use it.
6900         (nnimap-quirks): New alist.
6901
6902 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6905         don't delete it within indentation.
6906
6907 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6910         previous line.
6911
6912 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6913
6914         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6915         QRESYNC command by deleting a superfluous space which broke Cyrus
6916         servers.  This change will break other servers that are buggy the other
6917         way around.
6918
6919 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6920
6921         * spam.el: Reindent and fix long lines.
6922         (spam-copy-or-move-routine): Exclude invalid move destinations.
6923
6924 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6925
6926         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6927         installed the registry.
6928
6929 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6932
6933 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6934
6935         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6936         groupname doesn't contain "gmane".
6937
6938 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6941         and netrc-bound-and-true-p bindings.
6942         (netrc-parse): Cache the netrc contents.
6943
6944         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6945         (gnus-1): Don't create the nndrafts group twice.
6946         (gnus-setup-news): There's no need to read the active file here, since
6947         that's done again later on a per-backend basis.
6948         (gnus-start-draft-setup): Make sure that the new group is started out
6949         empty.
6950
6951         * gnus-agent.el (gnus-agentize): Don't create the queue group
6952         automatically on startup.  It'll be created later, if needed.
6953
6954         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6955         of automatically subscribed groups.
6956         (gnus-auto-subscribed-categories): New variable.
6957         (gnus-matches-options-n): Use it.
6958         (gnus-default-subscribed-newsgroups): Remove unused variable.
6959         (gnus-start-draft-setup): Message a bit less.
6960
6961 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6962
6963         * nnir.el (nnir-run-imap): Return article list in order of increasing
6964         UID.
6965
6966 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * gnus-sum.el (gnus-summary-enter-digest-group):
6969         Mention gnus-auto-select-on-ephemeral-exit.
6970
6971         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6972         convention of the network-only option.
6973
6974 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6975
6976         * proto-stream.el (proto-stream-open-network-only): New function to
6977         have a way to specify non-STARTTLS upgrade connections.
6978
6979 2010-12-10  Julien Danjou  <julien@danjou.info>
6980
6981         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6982         email address is nil.
6983
6984         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6985
6986 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6987
6988         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6989         deletion.
6990         (nnir-run-imap): Only need to parse list once.
6991
6992 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * shr.el (shr-tag-script): Ignore <script>.
6995         (shr-tag-label): Add <label> support.
6996
6997 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7000
7001         * shr.el (shr-image-displayer): Work for images lined side by side.
7002
7003 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7004
7005         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7006         parameter, since XEmacs doesn't accept t as a parameter.
7007
7008 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7009
7010         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7011         ids.
7012         (nnir-run-gmane): Simplify groupspec formatting.
7013         (nnir-request-expire-articles): New function.
7014
7015 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7018         overflow, possibly.
7019
7020         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7021         (shr-render-td): Handle td style="" better.
7022         (shr-tag-table): Use the color from the style sheet.
7023         (shr-render-td): Make sure we copy over all the overlays, too.
7024
7025 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7026
7027         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7028         (nnir-request-article): Improve article retrieval.
7029
7030 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mm-util.el (mm-extra-numeric-entities): New variable.
7033
7034         * mm-url.el (mm-url-decode-entities):
7035         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7036
7037         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7038
7039 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7040
7041         * message.el: Use completion-at-point.
7042         (message-completion-function): New fun, extracted from message-tab.
7043         (message-mode): Use it for completion-at-point-functions.
7044         (message-tab): Use it and completion-at-point.
7045
7046 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7049         character if a non-breakable character follows.
7050
7051 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7054         any stream.
7055
7056         * shr.el (shr-tag-font): Colorize the region.
7057         (shr-tag-body): Ditto.
7058         (shr-tag-font): Actually let the styles be inherited instead of
7059         overwriting them.
7060         (shr-tag-font): Get the background color right.
7061         (shr-tag-style): Ignore all <style> tags for the moment.
7062
7063         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7064         a Message-ID to avoid having nnimap depend on gnus-sum.
7065
7066         * shr.el (shr-descend): Only colorize something if we have a node that
7067         sets colors.
7068
7069 2010-12-06  Julien Danjou  <julien@danjou.info>
7070
7071         * shr.el (shr-render-td): Render td content with shr-descend, so style
7072         will be applied to <td> too.
7073         (shr-colorize-region): Colorize region even if we only have a background.
7074         (shr-tag-body): Fix color and background color inheritance.
7075         Do not recolorize after shr-generic.
7076         (shr-tag-font): Let shr-generic colorize via inheritance.
7077
7078 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7081
7082 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7083
7084         * nnir.el (nnir-request-move-article): Remove obsolete code.
7085
7086 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7089
7090 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * gnus-sum.el (gnus-summary-respool-article): The completion function
7093         expects a list instead of an alist.
7094
7095         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7096         string as the parameter.
7097
7098         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7099
7100         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7101         styles.
7102         (shr-colorize-region): New function.
7103         (shr-insert-background-overlay): Remove.
7104         (shr-render-td): Background setting should be taken care of on a higher
7105         level.
7106         (shr-tag-body): Use post-hoc colorizations.
7107         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7108         (shr-put-color-1): Don't overwrite old colors.
7109         (shr-colorize-region): When the background color isn't explicit, use
7110         a fixed background.
7111
7112         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7113         nnmail variables.
7114
7115 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7116
7117         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7118         unless necessary.
7119
7120 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7121
7122         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7123         server.
7124
7125 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7128         so that TAB works.
7129
7130         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7131         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7132
7133         * shr.el (shr-urlify): Show the URL before the title to avoid
7134         misleading URLs.
7135
7136 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7137
7138         * shr.el (shr-urlify): Display the title in <a> tags.
7139
7140 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7141
7142         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7143
7144 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7145
7146         * nnir.el: Rearrange code to allow macros to be autoloaded by
7147         gnus-sum.el.
7148         (nnir-retrieve-headers-override-function): Make this variable
7149         customizable.
7150         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7151
7152         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7153         from nnir.el.
7154
7155 2010-12-03  Julien Danjou  <julien@danjou.info>
7156
7157         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7158
7159 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7162         allow optional argument `environment'.
7163
7164 2010-12-03  Glenn Morris  <rgm@gnu.org>
7165
7166         * mm-extern.el (message-goto-body): Update declaration.
7167
7168 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-util.el (gnus-macroexpand-all): New function.
7171
7172         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7173         instead of macroexpand-all that is unavailable in XEmacs.
7174
7175 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7176
7177         * nnir.el (nnir-summary-line-format): New variable.
7178         (nnir-mode): Use it.
7179         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7180         (nnir-article-ids): Reimplement as defsubst.
7181         (nnir-retrieve-headers): Don't mangle the subject header.
7182         (nnir-run-imap): Use 100 as RSV score.
7183         (nnir-run-find-grep): Fix for full server searching.
7184         (nnir-run-gmane): Better restriction to gmane groups.
7185
7186         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7187         summary buffers.
7188
7189 2010-12-02  Julien Danjou  <julien@danjou.info>
7190
7191         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7192
7193         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7194
7195         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7196         support.
7197
7198 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7199
7200         * nnir.el: Update to handle the registry better.
7201         (autoload): Silence byte-compiler.
7202         (nnir-open-server): Add a hook for nnir groups.
7203         (nnir-request-move-article): Don't mangle the header.  Better to use
7204         formatting variables (which will be added in the future).
7205         (nnir-registry-action): Update the registry using the original article
7206         group name.
7207         (nnir-mode): Install nnir-specific hooks for updating the registry.
7208
7209         * gnus-sum.el
7210         (gnus-article-original-subject,gnus-newsgroup-original-name):
7211         Remove obsolete variables.
7212         (gnus-summary-move-article): Remove use of obsolete variables.
7213         (gnus-summary-local-variables): Make move and delete hooks local to
7214         summary buffers.
7215
7216 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * rtree.el: New file.
7219
7220 2010-12-01  Julien Danjou  <julien@danjou.info>
7221
7222         * message.el (message-user-organization): Do not use
7223         gnus-local-organization.
7224
7225         * gnus.el: Remove gnus-local-organization.
7226
7227         * gnus-msg.el: Remove nastygram thing.
7228
7229 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7230
7231         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7232         funcall.
7233
7234 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7237         names.
7238
7239         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7240         characters.
7241
7242         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7243         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7244         Suggested by Štěpán Němec <stepnem@gmail.com>.
7245         (gnus-gravatar-transform-address): Use mail-extract-address-components
7246         that supports non-ASCII names rather than mail-header-parse-addresses.
7247
7248 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7249
7250         * proto-stream.el (open-protocol-stream): All starttls connections are
7251         handled by the network handler.
7252
7253 2010-11-30  Julien Danjou  <julien@danjou.info>
7254
7255         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7256         (nnimap-open-connection-1): Fix PREAUTH.
7257
7258         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7259
7260 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7263         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7264         (shr-insert): Use them.
7265         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7266
7267 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7268
7269         * nnir.el (nnir-request-move-article): Bail out if original group
7270         doesn't support article moves.
7271         (nnir-get-active): Improve active list retrieval.
7272
7273 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7276
7277 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7278
7279         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7280         seem to accept strings-with-numbers as port numbers.
7281
7282 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7283
7284         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7285         change the registry.
7286
7287 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7290         delete-dups that is not available in XEmacs 21.4.
7291
7292         * mm-util.el (mm-delete-duplicates): Add comment.
7293
7294 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7295
7296         * nnir.el (nnir-ignored-newsgroups): New variable.
7297         (nnir-get-active): Use it.
7298
7299 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * proto-stream.el (proto-stream-open-network): Add some comments.
7302
7303         * nntp.el (nntp-open-connection): Provide a :success condition.
7304
7305         * nnimap.el (nnimap-open-connection-1): Ditto.
7306
7307         * proto-stream.el (proto-stream-open-network): See what the response to
7308         the STARTTLS command is.
7309
7310         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7311         backwards compatibility).
7312         (nnimap-open-connection-1): Really respect nnimap-server-port.
7313
7314         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7315         TLS upgrades we don't really care about the identity of the peer.
7316         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7317         that what we've checked for.
7318         (proto-stream-always-use-starttls): Only default to t if
7319         open-gnutls-stream exists.
7320         (proto-stream-open-network): If STARTTLS failed, then just open a
7321         normal connection.
7322         (proto-stream-open-network): Wait until the greeting before doing
7323         STARTTLS.
7324
7325         * nntp.el (nntp-open-connection): Report what the connection error is.
7326
7327         * proto-stream.el (open-protocol-stream): Rename from
7328         open-proto-stream.
7329
7330 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * nnimap.el (nnimap-stream): Change default to `undecided'.
7333         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7334         first, and then network.
7335         (nnimap-open-connection-1): Respect nnimap-server-port.
7336         (nnimap-open-connection): Be more backwards-compatible.
7337
7338         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7339         (proto-stream-open-starttls): De-duplicate the starttls code.
7340         (proto-stream-open-starttls): Folded back into the main function.
7341         (proto-stream-open-network): Fix typo in the gnutls path.
7342         (proto-stream-command): Refactor out.
7343
7344         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7345
7346         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7347         starttls.el STARTTLS.
7348
7349         * color.el (color-lab->srgb): Fix function call name.
7350
7351         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7352         if we're using tls.el.
7353         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7354         built in, then don't try to establish a STARTTLS connection.
7355
7356         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7357         servers.
7358
7359         * proto-stream.el (open-proto-stream): Use network, not stream.
7360         (open-proto-stream): Add a way to specify what the end of a command is.
7361
7362         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7363         connections types.
7364         (nntp-open-network-stream): Remove.
7365         (nntp-open-ssl-stream): Remove.
7366         (nntp-open-tls-stream): Remove.
7367         (nntp-ssl-program): Remove.
7368
7369         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7370
7371 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7372
7373         * nnir.el: Fix typos.
7374         (nnir-retrieve-headers-override-function): Rename variable to reflect
7375         new semantics.
7376         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7377         macros.
7378         (nnir-request-article, nnir-request-move-article): Use them.
7379         (nnir-categorize): New function.
7380         (nnir-run-query): Use it.
7381         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7382         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7383         sorted.
7384         (nnir-group-full-name): Use gnus-group-full-name instead.
7385         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7386         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7387
7388 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7389
7390         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7391
7392         * proto-stream.el: New library to provide protocol-specific
7393         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7394         protocols.
7395         (open-proto-stream): Complete the documentation.
7396         (proto-stream-open-network): Fix some typos.
7397
7398         * nnimap.el (nnimap-open-connection): Use it.
7399
7400 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7401
7402         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7403         negotiation.
7404
7405 2010-11-26  Julien Danjou  <julien@danjou.info>
7406
7407         * color.el: Rename various rgb functions to srgb.
7408
7409 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7412         names.
7413
7414 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * shr.el (shr-insert): Revert last change.
7417         (shr-find-fill-point): Never leave point being at bol;
7418         relax the kinsoku limitation when rendering tables.
7419
7420 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7423         results from -accept-article.
7424
7425         * shr-color.el: Require cl when compiling.
7426
7427         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7428         checkin.
7429
7430         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7431
7432         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7433
7434         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7435         'add and 'delete to set backend marks.
7436
7437         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7438
7439         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7440
7441         * nntp.el (nntp-request-set-mark): Use it.
7442
7443         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7444
7445         * nnml.el (nnml-request-set-mark): Ditto.
7446
7447         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7448         introduces regressions in article selection.
7449         (nnimap-find-uid-response): New function.
7450         (nnimap-request-accept-article): Use the UID returned, if any.
7451         (nnimap-request-move-article): Use the UID returned, if any.
7452         (nnimap-get-groups): Reimplement to work with folded lines.
7453         (nnimap-find-uid-response): The UID is the last element in the list.
7454         (nnimap-request-set-mark): Extend syntax with 'set.
7455
7456         * nnml.el (nnml-request-set-mark): Ditto.
7457
7458         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7459
7460         * nntp.el (nntp-request-set-mark): Ditto.
7461
7462 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * message.el (message-called-interactively-p): A temporary macro.
7465         (message-goto-body): Use it temporarily.
7466
7467 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7470         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7471         (nnimap-last-response-string): Fix last unfolding fix.
7472
7473 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * shr.el (shr-insert): Fix the way to fold lines.
7476
7477 2010-11-25  Julien Danjou  <julien@danjou.info>
7478
7479         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7480
7481         * color.el: Rename from color-lab.el
7482         (color-rgb->hex): Add.
7483         (color-complement): Add.
7484         (color-complement-hex): Add.
7485
7486         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7487
7488 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7489
7490         * shr-color.el (shr-color-visible): Don't bug out if the color names
7491         don't exist.
7492
7493 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7496         assuming that article displaying or another mml-preview may be
7497         interrupted for an error or for the like.
7498
7499         * shr.el (shr-get-background): Fix argument name.
7500
7501 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7504
7505         * gnus-sum.el (gnus-summary-include-articles): New function.
7506
7507         * message.el (message-goto-body): called-interactively-p needs a
7508         parameter, so use `any'.
7509
7510         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7511         clear marks before moving, since they're synced from the Gnus side
7512         first.
7513
7514         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7515         (gnus-summary-move-article): Copy over all marks before moving, so that
7516         IMAP doesn't think a new article has arrived.
7517
7518 2010-11-24  Julien Danjou  <julien@danjou.info>
7519
7520         * shr.el (shr-insert-background-overlay): Fix typo.
7521         (shr-render-td): Copy the background before rendering.
7522
7523         * shr-color.el (shr-color-visible): Fix docstring.
7524
7525         * shr.el (shr-tag-table): Add bgcolor support.
7526         (shr-render-td): Add bgcolor support.
7527         (shr-get-background): Add.
7528         (shr-insert-foreground-overlay): Use shr-get-background.
7529
7530         * message.el (message-goto-body): Use called-interactively-p.
7531         (message-in-body-p): message-goto-body returns point.
7532
7533 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7534
7535         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7536         Fixes something or other in Emacs 23, and is backwards compatible.
7537
7538         * message.el (message-goto-body): Remove the <#secure special-casing,
7539         which is too special.
7540
7541         * shr.el (shr-parse-style): Drop !important from styles.
7542
7543 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7544
7545         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7546         this function to return incorrect results when calling it with an
7547         explicit article argument different from
7548         (gnus-summary-article-number).
7549
7550 2010-11-24  Julien Danjou  <julien@danjou.info>
7551
7552         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7553         (shr-tag-body): Add background support.
7554         (shr-descend): Add background support.
7555         (shr-tag-title): Add.
7556
7557         * shr-color.el (shr-color-visible): Really return original background
7558         if fixed.
7559
7560 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * shr.el (shr-color-check): Protect against non-existent color names.
7563
7564 2010-11-24  Julien Danjou  <julien@danjou.info>
7565
7566         * color-lab.el: Require 'cl when compiling.
7567
7568         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7569
7570         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7571         matched part.
7572
7573         * color-lab.el: Fix all expt calls to use float type.
7574
7575 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7578         expression to shr-color-check as is.
7579
7580         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7581
7582         * color-lab.el: Add coding cookie.
7583         (float-pi): Use eval-and-compile.
7584
7585         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7586         compiled for Emacsen having no `libxml-parse-html-region' support.
7587
7588 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * shr.el (shr-insert-color-overlay): Split stuff like
7591         "#444444 !important" to find the real color.
7592         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7593         parse <font color="red"> entries.
7594
7595 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7596
7597         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7598         point when parsing headers.
7599
7600         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7601         is positioned properly when parsing headers.
7602
7603 2010-11-23  Julien Danjou  <julien@danjou.info>
7604
7605         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7606
7607         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7608
7609         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7610
7611         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7612         Use shr-color-hue-to-rgb.
7613         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7614
7615 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * shr.el (shr-color->hexadecimal): Autoload.
7618         (shr-descend): Add color to all tags.
7619
7620 2010-11-22  Julien Danjou  <julien@danjou.info>
7621
7622         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7623         shr-color->hexadecimal.
7624
7625         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7626         RGB() or HSL() color representation.
7627
7628         * shr.el (shr-tag-font): Add.
7629         (shr-tag-color-check): New function to get better colors.
7630         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7631         tag-span.
7632
7633         * shr-color.el: New file.
7634
7635         * color-lab.el: New file.
7636
7637         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7638
7639 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7640
7641         * nnir.el: Fix typo in comments.
7642         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7643         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7644
7645 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7646
7647         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7648
7649         * nnimap.el (nnimap-get-capabilities): Refactor out.
7650         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7651
7652 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7653
7654         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7655         appearing when `mm-uu-hide-markers' is nil.
7656
7657 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * nnimap.el (nnimap-unselect-group): Make into its own function.
7660         (nnimap-request-rename-group): Unselect group before renaming.
7661         This had gotten lost somewhere.
7662         (nnimap-request-accept-article): Keep track of examined groups, and
7663         unselect the group before APPENDing to read-only groups.
7664         (nnimap-request-move-article): Clear flags before moving so that they
7665         can be re-set later.
7666
7667 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7670         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7671
7672 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * gnus-art.el (gnus-mime-display-single):
7675         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7676         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7677         parameter.
7678
7679 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680
7681         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7682         (shr-table-vertical-line): New variable.
7683         (shr-insert-table): Use it.
7684
7685 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-html.el (gnus-html-wash-images): Don't display images if
7688         gnus-inhibit-images is non-nil; register displayer for cid images.
7689         (gnus-html-display-image): Work for cid image.
7690         (gnus-html-insert-image): Allow arguments.
7691         (gnus-html-put-image): Inhibit read-only.
7692         (gnus-html-prefetch-images): Don't prefetch images if
7693         gnus-inhibit-images is non-nil.
7694
7695 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * shr.el (shr-put-image): Break lines when inserting big pictures.
7698
7699 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7700
7701         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7702         sender, thanks Katsumi Yamaoka.
7703
7704 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7705
7706         * nnir.el (nnir-run-imap): Reverse the article list for each group
7707         rather than the whole list.
7708
7709 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * shr.el (shr-image-displayer): Protect function against non-existent
7712         image source.
7713
7714         * gnus-art.el (gnus-inhibit-images): New user option.
7715         (gnus-mime-display-single): Don't display image if it is non-nil.
7716
7717         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7718         gnus-inhibit-images.
7719
7720         * shr.el (shr-image-displayer): New function.
7721         (shr-tag-img): Use it.
7722
7723 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7724
7725         * mml2015.el (mml2015-epg-sign): Use From header.
7726
7727 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7728
7729         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7730
7731         * gnus-util.el (gnus-find-text-property-region): Return markers.
7732
7733         * shr.el (shr-tag-img): Put a displayer in the text property.
7734
7735         * gnus-util.el (gnus-find-text-property-region): New utility function.
7736
7737         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7738         (gnus-html-show-images): Remove.
7739
7740         * gnus-art.el (gnus-article-show-images): New, more general function.
7741
7742         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7743         image url text properties.
7744
7745         * shr.el: Ditto.
7746
7747         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7748         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7749
7750 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7753         work for two or more articles.
7754
7755 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7758         divide an image that's in an html article to two or more when washing
7759         non-ASCII characters in alt text of it.
7760
7761 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7764         smime-decrypt-region using function argument.
7765         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7766
7767         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7768
7769         * smime.el (smime-decrypt-region): Catch it.
7770
7771 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7772
7773         * smime.el (smime-mode-map): Move initialization into declaration.
7774         (gnus-run-mode-hooks): Don't autoload.
7775         (smime-mode): Use define-derived-mode.
7776
7777 2010-11-11  Glenn Morris  <rgm@gnu.org>
7778
7779         * smime.el (from): Restrict declaration to XEmacs.
7780
7781         * nnir.el (gnus-group-topic-name): Autoload.
7782
7783 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * shr.el (shr-insert): Don't break long line if it is because of
7786         kinsoku-bol characters in the line end.
7787
7788 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7789
7790         * nnir.el (nnir-request-move-article): Fix to provide original group
7791         and subject.
7792         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7793         been retrieved.
7794
7795         * gnus-sum.el (gnus-summary-move-article): Use original group and
7796         subject for virtual articles such as those in an nnir summary buffer.
7797
7798 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7801         least 21.5).
7802
7803         * smime.el (from): Declare it again for XEmacs.
7804
7805 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * message.el (message-resend): Don't disable encoding unless it's
7808         already encoded.
7809
7810         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7811         low-numbered articles.
7812
7813 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * rfc2047.el (rfc2047-syntax-table): Simplify.
7816
7817         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7818
7819         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7820         set-char-table-range for XEmacs.
7821
7822 2010-11-10  Glenn Morris  <rgm@gnu.org>
7823
7824         * time-date.el (time-to-seconds): Always an alias on Emacs,
7825         never a real function.
7826         (with-no-warnings): Remove compat stub, now unused.
7827         (time-less-p): Doc fix.
7828         (time-to-number-of-days): Simplify.
7829
7830         * smime.el (from): Remove unused declaration.
7831
7832         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7833         (gnus-float-time): On Emacs, always an alias.
7834
7835         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7836         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7837
7838 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * dgnushack.el: Don't use ignore-errors in the top level form since it
7841         is unavailable in XEmacs even if cl is loaded.
7842
7843         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7844
7845 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * shr.el (browse-url-mailto): Autoload.
7848
7849         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7850
7851         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7852         regexp doesn't need quoting.
7853
7854 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7855
7856         * message.el (message-subject-trailing-was-ask-regexp)
7857         (message-subject-trailing-was-regexp): Match was: in addition to was.
7858
7859 2010-11-09  Glenn Morris  <rgm@gnu.org>
7860
7861         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7862         (nnbabyl-check-mbox): Use point-at-bol.
7863
7864 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7867
7868         * message.el (message-mailto): New function.
7869         (message-mailto): Should accept other parameters.
7870         (message-mailto): Remove since it duplicates browse-url-mailto
7871         functionality.
7872
7873 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7876         methods.
7877         (gnus-read-active-file): Ditto.
7878
7879         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7880         ": " from the prompt.
7881         (gnus-group-make-group): Ditto.
7882
7883 2010-11-07  Glenn Morris  <rgm@gnu.org>
7884
7885         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7886         (gnus-bookmark-kill-line): Use point-at-eol.
7887
7888 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7891         asterisks in From header.
7892
7893 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7896         string to avoid making the From headers syntactically invalid.
7897
7898         * message.el (message-send-mail): Don't insert courtesy messages if the
7899         message already has List-Post and List-ID messages.
7900
7901 2010-11-06  Glenn Morris  <rgm@gnu.org>
7902
7903         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7904         `condition', `type', `length' a prefix.
7905         (gnus-treat-predicate): Update for above name changes.
7906
7907 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7908
7909         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7910         binding.  Handled by `gnus-summary-refer-thread' instead.
7911         (nnir-warp-to-article): New backend function.
7912
7913         * nnimap.el (nnimap-request-thread): Force dependency updating.
7914
7915         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7916         (gnus-summary-refer-thread): Rework to improve thread-referral.
7917
7918         * gnus-int.el (gnus-warp-to-article): New function.
7919
7920         * gnus-sum.el (gnus-summary-article-map): Bind it.
7921
7922 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7923
7924         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7925         gnus-summary-refer-thread.
7926
7927         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7928         headers.
7929         (gnus-summary-limit-include-thread): Prevent articles in thread from
7930         being cut in gnus-cut-threads.
7931         (gnus-summary-refer-thread): Limit retrieved headers to those in
7932         thread.
7933
7934 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * message.el (message-send-mail): Use the value of
7937         message-courtesy-message from the message buffer.
7938
7939         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7940
7941         * shr.el (shr-browse-url): Implement mailto: URLs.
7942
7943         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7944         "raw".
7945
7946         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7947         if it's already selected.
7948
7949         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7950
7951 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7954         to measure the length and truncate alt text.
7955
7956 2010-11-03  Glenn Morris  <rgm@gnu.org>
7957
7958         * nndiary.el (nndiary-generate-nov-databases-1)
7959         (nndiary-generate-active-info): Rename dynamic variable `files' to
7960         something less generic.
7961
7962 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7963
7964         * nnir.el (nnir-request-move-article): Call the underlying backend to
7965         move articles from nnir.
7966
7967 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7970
7971 2010-11-02  Julien Danjou  <julien@danjou.info>
7972
7973         * nnir.el: Remove wais support.
7974
7975 2010-11-02  Glenn Morris  <rgm@gnu.org>
7976
7977         * gnus-html.el: Reorder requirements to quieten compiler.
7978
7979 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7982         properly for XEmacs as well.
7983         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7984         (gnus-article-natural-long-line-p): Use window-width rather than
7985         frame-width.
7986
7987 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7988
7989         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7990         (nnir-read-parms): Don't modify query.
7991         (nnir-run-query): Add ability to search topic on current line.
7992         (nnir-get-active): Clean up.
7993
7994 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7997         degenerate articles.
7998
7999         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8000         (gnus-print-buffer): Just print the buffer as is, without any copying
8001         to a buffer and then re-highlighting.
8002
8003         * nnimap.el (nnimap-request-group): Store the new updated info.
8004         (nnimap-request-group): Select the group when we don't know whether it
8005         exists or not.
8006
8007         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8008         groups.
8009
8010         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8011         groups.
8012
8013         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8014         groups.
8015
8016         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8017         long-lines case by only filling the long lines.
8018
8019         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8020         (bug #7311).
8021
8022 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * shr.el: No need to declare `declare-function' since shr.el is for
8025         only Emacsen that provide `libxml-parse-html-region'.
8026
8027         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8028         effective only in a file it is referred to.
8029
8030 2010-11-01  Glenn Morris  <rgm@gnu.org>
8031
8032         * mm-util.el (gnus-completing-read): Autoload.
8033         (mm-read-coding-system): Simplify Emacs definition.
8034
8035         * nnmail.el (gnus-activate-group):
8036         * nnimap.el (gnutls-negotiate):
8037         * nntp.el (netrc-parse): Fix declarations.
8038
8039 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8042         string-match-p in Emacs >=23.
8043
8044         * gnus-msg.el (gnus-configure-posting-styles):
8045         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8046
8047 2010-11-01  Glenn Morris  <rgm@gnu.org>
8048
8049         * nnir.el (declare-function): Add compat stub.
8050         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8051         (nnir-run-gmane): Require 'mm-url.
8052
8053         * mm-util.el (mm-string-to-multibyte): Simplify.
8054
8055         * shr.el (declare-function): Add compat stub.
8056         (url-cache-create-filename): Declare.
8057         (mm-disable-multibyte, widget-convert-button): Autoload.
8058
8059         * smime.el (ldap-search): Declare.
8060         (smime-cert-by-ldap-1): Require ldap on Emacs.
8061
8062         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8063         (nnimap-keepalive): Use gnus-float-time.
8064
8065         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8066         (mail-source-delete-crash-box): Use gnus-float-time.
8067
8068         * gnus-dired.el (gnus-completing-read): Autoload.
8069
8070         * mm-view.el (gnus-rescale-image): Autoload.
8071
8072         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8073
8074         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8075
8076         * sieve-manage.el: Require 'cl when compiling.
8077
8078         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8079         (gnus-iswitchb-completing-read): Require iswitchb.
8080         (gnus-select-frame-set-input-focus): Silence compiler.
8081
8082 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * message.el (message-subject-trailing-was-query): Change default to t,
8085         since I think that's what most people want.
8086
8087         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8088         appending for easier debugging.
8089         (nnimap-wait-for-connection): Take a regexp.
8090         (nnimap-request-accept-article): Wait for the continuation line before
8091         sending anything unless we're streaming.
8092
8093         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8094         leave the header washing to take place.
8095
8096 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8097
8098         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8099         regular expression match and replace in posting styles.
8100
8101 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8102
8103         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8104         an entire server.
8105         (nnir-get-active): New function.
8106         (nnir-run-imap): Use it.
8107         (nnir-run-gmane): Who knew, gmane search returns an article score!
8108
8109         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8110         server on the current line with nnir.
8111
8112 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8115         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8116         left edge.
8117         (gnus-article-foldable-buffer): Skip past the prefix when determining
8118         raggedness.
8119
8120         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8121         the raw article, and change `C-u g' to show the article without doing
8122         treatments.
8123
8124         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8125         on to `gnus-treat-article'.
8126         (gnus-inhibit-article-treatments): New variable.
8127
8128         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8129
8130         * gnus-art.el (gnus-treatment-function-alist): Have
8131         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8132         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8133         sections.
8134
8135         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8136         parameter.
8137         (gnus-article-fill-cited-long-lines): New function.
8138         (gnus-article-fill-cited-article): Allow filling only long sections.
8139
8140         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8141         and non-punctuation (like after the apostrophe in "'We").
8142
8143         * gnus-sum.el (gnus-summary-select-article): Make sure
8144         gnus-original-article-buffer is alive.
8145
8146         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8147         reflect the order they're in in the digest.
8148
8149         * gnus.el (gnus-group-startup-message): Move point to the start of the
8150         buffer.
8151
8152         * nnimap.el (nnimap-capability): New function.
8153         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8154         is set.
8155
8156 2010-10-31  David Engster  <dengste@eml.cc>
8157
8158         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8159         conform with changes to gnus-completing-read.
8160
8161 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8164
8165 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8166
8167         * nnir.el: Move defvar, defcustom around to keep file organized
8168         and keep byte-compiler quiet.
8169         (nnir-read-parms): Accept search-engine as arg.
8170         (nnir-run-query): Pass search-engine as arg.
8171         (nnir-search-engine): Remove.
8172
8173 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174
8175         * shr.el (shr-generic): The text nodes should be text, not :text.
8176
8177         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8178         later in the file.
8179
8180 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8181
8182         * nnir.el: General clean up.  Allow searching with multiple engines.
8183         Allow separate extra-parameters for each engine.
8184         Batch queries when possible.
8185         (nnir-imap-default-search-key,nnir-method-default-engines):
8186         Add customize interface.
8187         (nnir-run-gmane): New engine.
8188         (nnir-engines): Use it.  Qualify all prompts with engine name.
8189         (nnir-search-engine): Remove global variable.
8190         (nnir-run-hyrex): Restore for now.
8191         (nnir-extra-parms,nnir-search-history): New variables.
8192         (gnus-group-make-nnir-group): Use them.
8193         (nnir-group-server): Remove in favor of gnus-group-server.
8194         (nnir-request-group): Avoid searching twice.
8195         (nnir-sort-groups-by-server): New function.
8196
8197 2010-10-30  Julien Danjou  <julien@danjou.info>
8198
8199         * gnus-group.el: Remove gnus-group-fetch-control.
8200
8201         * gnus-start.el (gnus-find-new-newsgroups):
8202         Remove gnus-check-first-time-used.
8203
8204         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8205
8206 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8207
8208         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8209         set on groups that don't have \* permanentflags.
8210
8211 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8214         control the background color.
8215         (shr-tag-img): Ignore very small web bug type images.
8216         (shr-put-image): Add help-echo alt texts to the images.
8217         (shr-tag-video): Show the video poster image.
8218
8219 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * shr.el (shr-table-depth): New variable.
8222         (shr-tag-table-1): Only insert the images after the top-level table.
8223
8224         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8225
8226         * gnus-util.el (gnus-list-memq-of-list): New function.
8227
8228         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8229         selected.
8230         (nnimap-unsplittable-articles): New slot.
8231         (nnimap-new-articles): Use it.
8232
8233 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8234
8235         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8236         move to the previous line on `M-g'.
8237
8238 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8239
8240         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8241         *-request-group, which seems unnecessary.
8242
8243         * nnimap.el (nnimap-quote-specials): Function copied over from
8244         imap.el.
8245         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8246         they support that.  Suggested by Tom Regner.
8247
8248 2010-10-29  Julien Danjou  <julien@danjou.info>
8249
8250         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8251         defalias.
8252         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8253
8254         * gnus.el: Remove `gnus-nntp-service' variable.
8255         (gnus-secondary-servers): Make obsolete.
8256         (gnus-nntp-server): Make obsolete.
8257
8258         * gnus-start.el (gnus-1): Remove x-splash calls.
8259
8260         * gnus-ems.el (gnus-x-splash): Remove.
8261
8262         * gnus.el (gnus-group-startup-message): Simplify/update code.
8263
8264         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8265         definition.
8266
8267         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8268         capability before doing anything.
8269         (gnus-group-insert-group-line): Remove useless
8270         gnus-group-remove-excess-properties.
8271
8272 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8275
8276 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8279         config after reselecting.
8280
8281 2010-10-28  Julien Danjou  <julien@danjou.info>
8282
8283         * shr.el (shr-put-image): Use point even if only inserting text.
8284         (shr-put-image): Save excursion when inserting alt text on non-graphic
8285         display, so the behavior is the same when we are on a graphic display.
8286
8287         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8288
8289 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8292         (gnus-mime-copy-part): Check coding system, not charset.
8293         (gnus-mime-view-part-externally): Never remove part.
8294         (gnus-mime-view-part-internally): Don't remove part here.
8295         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8296         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8297         multipart/alternative.
8298
8299         * mm-decode.el (mm-display-part): Take optional arg `force'.
8300
8301 2010-10-26  Julien Danjou  <julien@danjou.info>
8302
8303         * gnus-group.el (gnus-group-default-list-level): Add this function to
8304         compute the default list level.
8305         (gnus-group-default-list-level): Add possibility to use a function.
8306
8307 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8310
8311         * gnus-group.el (gnus-group-completing-read)
8312         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8313         gnus-replace-in-string.
8314
8315 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * shr.el (shr-tag-div): Add.
8318
8319         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8320
8321 2010-10-25  Julien Danjou  <julien@danjou.info>
8322
8323         * gnus-util.el: Remove `gnus-with-local-quit'.
8324
8325         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8326
8327 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8328
8329         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8330         the original article buffer.
8331
8332 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * nnimap.el (nnimap-request-head): New function.
8335         (nnimap-request-move-article): Try to be slightly faster by not
8336         requesting the entire message when moving.
8337         (nnimap-transform-headers): Don't bug out on bodiless articles.
8338         (nnimap-send-command): Have no outstanding messages if the IMAP server
8339         doesn't support streaming.
8340         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8341
8342 2010-10-24  Julien Danjou  <julien@danjou.info>
8343
8344         * message.el (message-default-headers): Fix type.
8345
8346 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8349         prefetching images.
8350
8351         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8352         backend for unknown groups.  This is mainly useful for nnimap groups.
8353
8354         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8355         group isn't covered by the agent.
8356
8357 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8358
8359         * nnir.el (nnir-method-default-engines): New variable.
8360         (nnir-run-query): Use it.
8361         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8362         (gnus-summary-nnir-goto-thread): Change group if needed.
8363
8364         * gnus-group.el (gnus-group-group-map): Add key binding for
8365         gnus-group-make-nnir-group.
8366
8367 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8368
8369         * shr.el (shr-tag-object): Add.
8370
8371         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8372         original article buffer live.
8373         (gnus-summary-select-article-buffer):
8374         Mention gnus-widen-article-buffer.
8375
8376 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * shr.el (shr-tag-strong): Add.
8379
8380 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8383         group names.  They mess up the group buffer badly.
8384
8385         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8386
8387         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8388         instead of the summary one.
8389
8390 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * mml.el (mml-preview): Work properly when editing article.
8393
8394         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8395         gnus-have-read-active-file if it's already been in.
8396
8397 2010-10-22  Tom Tromey  <tromey@redhat.com>
8398
8399         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8400         gnus-group-completing-read.
8401
8402 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * message.el (message-mode-map): Don't bind M-; to comment region, to
8405         allow the global comment-dwim to work.
8406
8407 2010-10-21  Julien Danjou  <julien@danjou.info>
8408
8409         * message.el (message-setup-1): Allow message-default-headers to be a
8410         function.
8411
8412 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * shr.el (shr-tag-table): Simplify.
8415
8416 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8419         to avoid trying to snarf invalid stuff.
8420
8421         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8422
8423         * gnus.el (gnus-message-archive-group): Quote value.
8424         (gnus-message-archive-group): Mark as changed.
8425
8426         * shr.el (shr-add-font): Don't put the font properties on the newline
8427         or the indentation.
8428
8429         * message.el (message-fix-before-sending): Change options when sending
8430         non-printable characters.
8431
8432         * gnus.el (gnus-message-archive-method): Change the default to
8433         monthly outgoing groups.
8434
8435         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8436         that have gotten new numbers.
8437
8438         * nnimap.el (nnimap-request-replace-article): New function.
8439
8440 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8443         (nnrss-request-article): Don't use special html washing code.
8444
8445 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * shr.el (shr-tag-table): Remove useless nconc.
8448
8449 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450
8451         * gnus-art.el (article-wash-html): Simplify and remove the charset
8452         stuff.  Use the normal html rendering code instead of the special html
8453         washing code.
8454
8455         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8456         `gnus-w3m' symbols.
8457         (mm-text-html-washer-alist): Remove.
8458
8459         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8460         (mm-inline-media-tests): Remove use.
8461         (mm-text-html-renderer): Change default to the `shr' symbol.
8462
8463         * mm-view.el (mm-inline-text-html): Remove use.
8464
8465         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8466         `gnus-blocked-images' to be a function.
8467         (gnus-article-wash-function): Remove.
8468
8469 2010-10-20  Julien Danjou  <julien@danjou.info>
8470
8471         * spam.el (spam-list-of-processors): Mark as obsolete.
8472
8473         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8474         (nnimap-insert-partial-structure): Fix boundary detection.
8475
8476 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8477
8478         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8479         run file-truename on remote files.  This can be expensive and even
8480         prevent one from editing drafts if some unrelated buffer has a stale
8481         connection.
8482
8483 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8486         kinsoku-eol regardless of shr-kinsoku-shorten.
8487         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8488         (shr-tag-table): Support caption, thead, and tfoot.
8489
8490 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8493         lines.
8494         (shr-save-contents): New command and keystroke.
8495
8496         * nndoc.el (nndoc-type-alist): Add git support.
8497         (nndoc-git-type-p): New function.
8498         (nndoc-transform-git-article): Ditto.
8499         (nndoc-transform-git-headers): Ditto.
8500         (nndoc-transform-git-headers): Generate Subject headers.
8501
8502         * shr.el (shr-parse-style): New function.
8503         (shr-tag-span): Ditto.
8504
8505         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8506         to `G G' to avoid collisions.
8507
8508 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * shr.el: Load kinsoku if necessary.
8511         (shr-kinsoku-shorten): New internal variable.
8512         (shr-find-fill-point): Make kinsoku shorten text line if
8513         shr-kinsoku-shorten is bound to non-nil.
8514         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8515         shr-indentation too when testing if table is wider than frame width.
8516         (shr-insert-table): Use `string-width' instead of `length' to measure
8517         text width.
8518         (shr-insert-table-ruler): Make sure indentation is done at bol.
8519
8520 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8521
8522         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8523         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8524         undecoded network data.
8525
8526 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8529         name in the mode line spec so that the mode line menu works
8530         (bug #2431).
8531
8532         * message.el (message-get-reply-headers): If we're fed `to-address',
8533         then always use that.
8534
8535         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8536         aren't so wide as to need to switch off the edit menu.
8537
8538         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8539         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8540
8541         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8542         `M-g'.
8543         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8544         the permanent marks.
8545
8546 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8547
8548         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8549         Splitting according to references/in-reply-to obeys the ignore-groups
8550         variable, while splitting by sender and subject do not.
8551
8552 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8555         alist, so that we can look for non-Unicode chars.
8556         (article-translate-strings): Allow both character and string maps.
8557
8558 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * shr.el (shr-insert): Don't insert space behind a wide character
8561         categorized as kinsoku-bol, or between characters both categorized as
8562         nospace.
8563
8564 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8565
8566         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8567         headers to gnus-newsgroup-headers.
8568
8569 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * shr.el (shr-tag-img): Don't align images -- since we're not
8572         rescaling, this often leads to ugly displays.
8573
8574 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8575
8576         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8577         duplicates.
8578
8579 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8580
8581         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8582         call.
8583
8584 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * gnus.el: Autoload gnus-html-show-images.
8587
8588         * nnimap.el: Use nnheader-message throughout.
8589
8590         * shr.el (shr-tag-img): Ignore images with no data.
8591
8592 2010-10-15  Julien Danjou  <julien@danjou.info>
8593
8594         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8595         a possibility to disable format=flow encoding when using hard newlines.
8596
8597 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * shr.el (shr-insert): Remove space inserted before or after a
8600         breakable character or at the beginning or the end of a line.
8601         (shr-find-fill-point): Do kinsoku; find the second best point or give
8602         it up if there's no breakable point.
8603
8604 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * nnimap.el (nnimap-open-connection): Message when opening connection
8607         for debugging purposes.
8608
8609         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8610         on every setup buffer call to allow this to change from article to
8611         article.
8612
8613         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8614         buffers where we have a wide table.
8615
8616 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8617
8618         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8619         uses *-request-thread.
8620
8621 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8624         incantation, which is no longer valid.
8625
8626 2010-10-14  Julien Danjou  <julien@danjou.info>
8627
8628         * shr.el: Fix defcustom type (char -> character).
8629
8630 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8633         programs.
8634
8635 2010-10-14  Julien Danjou  <julien@danjou.info>
8636
8637         * shr.el (shr-tag-a): Use url-link as widget type.
8638
8639         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8640         `gnus-group-get-icon'.
8641
8642 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8645         This should make server editing work better.
8646
8647         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8648
8649         * tls.el (tls-program): Remove spurious %s from openssl.
8650
8651         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8652         (nnimap-parse-flags): Fix regexp.
8653
8654         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8655         probably work for CJVK text, too.
8656
8657         * nnimap.el (nnimap-extend-tls-programs): Remove.
8658         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8659
8660         * tls.el (tls-starttls-switches): Remove starttls hack.
8661         (open-tls-stream): Ditto.
8662         (tls-find-starttls-argument): Ditto.
8663
8664 2010-10-13  Julien Danjou  <julien@danjou.info>
8665
8666         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8667         responses.
8668
8669 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8672
8673         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8674         anything in Emacs.
8675
8676         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8677
8678 2010-10-13  Julien Danjou  <julien@danjou.info>
8679
8680         * shr.el (shr-width): Make shr-width a defcustom with default to
8681         fill-column.
8682         (shr-tag-img): Use shr-width rather than fill-column.
8683
8684 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * dgnushack.el (byte-optimize-apply):
8687         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8688
8689         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8690         position when (X-)Faces exist.
8691         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8692         avatars when called interactively.
8693
8694 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8697         gnus-article-x-face-too-ugly is bound.
8698
8699 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8702
8703         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8704         mailbox that doesn't exist.
8705
8706 2010-10-12  Julien Danjou  <julien@danjou.info>
8707
8708         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8709         (shr-get-image-data): Encode URL properly when fetching from cache.
8710         (shr-tag-img): Use aligned-to spaces to align correctly images.
8711
8712         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8713         before inserting the Gravatar.
8714
8715         * shr.el (shr-tag-img): Add align attribute support for <img>.
8716
8717 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * gnus-gravatar.el (gnus-art): Require.
8720
8721         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8722         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8723         Remove long obsoleted functions.
8724
8725 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8728
8729         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8730
8731         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8732         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8733         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8734         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8735         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8736         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8737         * sieve-manage.el, smime.el, spam.el:
8738         Fix comment for declare-function.
8739
8740 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * nnimap.el (nnimap-request-rename-group): Select group read-only
8743         before renaming it.
8744
8745         * shr.el (shr-insert): Fix up the white space only regexp.
8746
8747         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8748         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8749
8750         * shr.el (shr-current-column): New function.
8751         (shr-find-fill-point): New function.
8752
8753 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8754
8755         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8756         numbers.
8757
8758 2010-10-11  Julien Danjou  <julien@danjou.info>
8759
8760         * shr.el (shr-hr-line): Add.
8761         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8762         display hr lines.
8763         (shr-max-columns): Do not change state to nil if we just inserting
8764         spaces.
8765
8766 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8769         select the last group.
8770
8771 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8772
8773         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8774
8775 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8776
8777         * dig.el (dig-mode-map): Declare and define in one step.
8778
8779 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8782         for Gnus.
8783         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8784         (nnimap-update-qresync-info): Mark \Seen articles as read.
8785
8786         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8787         non-variable, too.
8788
8789         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8790         available.
8791         (nnimap-update-info): Rely more on the current active than the param
8792         active to avoid marking articles as read too much.
8793
8794         * auth-source.el (auth-source-create): Use (user-login-name) for the
8795         user name default.
8796
8797         * nnimap.el (nnimap-update-info): If the server doesn't return any
8798         useful info, just use the previous info.
8799         (nnimap-update-info): Prefer old info over start-article.
8800         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8801
8802 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8803
8804         * nnir.el (autoload): Clean up autoloads.
8805         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8806         Use key rather than value.
8807         (nnir-imap-search-other): New variable.
8808         (nnir-read-parm): Use it.
8809         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8810         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8811
8812 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8813
8814         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8815         the process, too.
8816
8817 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * spam.el (gnus-summary-mode-map): Bind to "$".
8820         Suggested by Russ Allbery.
8821
8822         * shr.el: Rework the way things are indented by <li> slightly.
8823
8824         * gnus.el (gnus-group-set-parameter): Fix typo.
8825
8826         * nnimap.el: Start implementing QRESYNC support.
8827
8828 2010-10-09  Julien Danjou  <julien@danjou.info>
8829
8830         * nnir.el (nnir-engines): Fix too many arguments.
8831
8832 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8833
8834         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8835         group is the "last", so that the backends like nnfolder actually save
8836         their folders.
8837
8838         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8839         try to use that for the tls stream.
8840         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8841         UIDVALIDITY and find out which groups are read-only and not.
8842         (nnimap-get-flags): Use the same marks parsing code as the rest of
8843         nnimap.
8844
8845 2010-10-09  Julien Danjou  <julien@danjou.info>
8846
8847         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8848
8849         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8850         retrieving gravatars.
8851
8852         * shr.el (shr-table-corner): Add.
8853         (shr-table-line): Add.
8854         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8855
8856 2010-10-08  Julien Danjou  <julien@danjou.info>
8857
8858         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8859
8860 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8861
8862         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8863
8864         * gnus-sum.el (gnus-mark-article-as-unread)
8865         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8866         (gnus-summary-set-bookmark): Use it.
8867
8868         * gnus-msg.el (gnus-setup-message): Use it.
8869
8870         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8871
8872         * gnus.el (gnus-group-remove-parameter): Use it.
8873
8874         * gnus-group.el (gnus-group-make-web-group): Use it.
8875
8876         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8877
8878         * nnregistry.el: Update docs to mention manual.
8879
8880         * gnus-registry.el: Update docs to mention nnregistry.el.
8881         (gnus-registry-initialize): Don't install nnregistry refer method
8882         automatically.
8883         (gnus-registry-install-nnregistry): Remove it.
8884
8885 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * shr.el (shr-insert): Don't insert double spaces.
8888
8889 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-gravatar.el (gnus-treat-from-gravatar)
8892         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8893         called interactively.
8894
8895         * gnus-art.el (gnus-mime-view-part-externally)
8896         (gnus-mime-view-part-internally): Make predicate function passed to
8897         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8898         of a mime type.
8899
8900         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8901
8902 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * shr.el (require): Require cl when compiling.
8905         (shr-tag-hr): New function.
8906
8907         * nnimap.el (nnimap-update-info): Remove double setting of high.
8908         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8909         This makes nnimap work properly on Courier again.
8910
8911         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8912         the variable for backwards compatibility.
8913
8914         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8915         the file name before using to avoid setting mm-default-directory to
8916         nil.
8917
8918         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8919         bidning gnus-agent variables.
8920
8921         * shr.el (shr-render-td): Use a cache for the table rendering function
8922         to avoid getting an exponential rendering behavior in nested tables.
8923         (shr-insert): Rework the line-breaking algorithm.
8924         (shr-insert): Don't leave trailing spaces.
8925         (shr-insert-table): Also insert empty TDs.
8926         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8927
8928 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8929
8930         * gnus-sum.el (gnus-number): Rename from `number'.
8931         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8932         (gnus-summary-limit-children): Update uses correspondingly.
8933
8934 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8937         (gnus-gravatar-transform-address): Don't show avatars of people of
8938         which mail addresses match gnus-gravatar-too-ugly.
8939
8940 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * shr.el (shr-table-widths): Expand TD elements to fill available
8943         space.
8944
8945 2010-10-07  Julien Danjou  <julien@danjou.info>
8946
8947         * nnimap.el (nnimap-request-rename-group): Add this method.
8948
8949 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8952         name from XEmacs' function-arglist.
8953
8954         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8955         gravatar under XEmacs.
8956
8957 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * auth-source.el: Update docs with TODO items.
8960
8961         * gnus-sync.el: Update docs to explain state and plans.
8962
8963         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8964         Hooks for mark updates.
8965         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8966
8967         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8968         hooks with arguments, which is needed for mark update hooks.
8969
8970 2010-10-06  Julien Danjou  <julien@danjou.info>
8971
8972         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8973         was matched.
8974
8975         * sieve-manage.el: Update example in `Commentary'.
8976
8977         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8978
8979         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8980         not 2000.
8981         (sieve-manage-authenticate): Re-add function.
8982
8983 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * shr.el (shr-insert): Get 'space transition right.
8986         (shr-render-td): Only delete space at the end of the TD.
8987
8988         * nnimap.el (nnimap-open-connection): Prepare to support
8989         open-gnutls-stream.
8990
8991         * shr.el: Rearrange function order to be more logical.
8992
8993 2010-10-06  Julien Danjou  <julien@danjou.info>
8994
8995         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8996         (nnrss-discover-feed): Remove 404 URL in docstring.
8997
8998         * nnir.el: Fix Swish-E URL.
8999         Fix Namazu URL.
9000
9001         * message.el (message-change-subject): Remove 404 URL in a comment.
9002
9003 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9006         called interactively.
9007
9008         * gnus-util.el (gnus-remove-if): Allow hash table.
9009         (gnus-remove-if-not): New function.
9010
9011         * gnus-art.el (gnus-mime-view-part-as-type):
9012         * gnus-score.el (gnus-summary-score-effect):
9013         * gnus-sum.el (gnus-read-move-group-name):
9014         Replace remove-if-not with gnus-remove-if-not.
9015
9016         * gnus-group.el (gnus-group-completing-read):
9017         Regard collection as a hash table if it is not a list.
9018
9019 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9022
9023         * shr.el: Document the table-rendering algorithm.
9024
9025 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9028         for Emacsen having no `libxml-parse-html-region' support.
9029
9030 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9033         invalid URLs.
9034
9035         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9036         line-broken.
9037         (shr-tag-img): Ignore image fetching errors.
9038         (shr-overlays-in-region): Compute overlay positions correctly.
9039
9040         * mm-decode.el (mm-shr): Require shr.
9041
9042         * gnus-art.el (gnus-blocked-images): Move variable here.
9043
9044         * shr.el (shr-insert-table): Bind free variable.
9045
9046         * mm-decode.el (mm-shr): Bind shr-content-function.
9047
9048         * shr.el (shr-content-function): New variable.
9049
9050         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9051         added for symmetry.
9052
9053         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9054
9055         * gnus-group.el (gnus-group-make-group): Doc fix.
9056
9057         * nnimap.el (nnimap-request-newgroups): Return success.
9058
9059         * shr.el (shr-find-elements): New function.
9060         (shr-tag-table): Put all the images after the table.
9061         (shr-tag-table): Really inhibit images inside the table.
9062         (shr-collect-overlays): Copy over overlays from the TD elements to the
9063         main document.
9064
9065         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9066         gnus-blocked-images.
9067
9068 2010-10-05  Julien Danjou  <julien@danjou.info>
9069
9070         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9071
9072         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9073         (gnus-html-maximum-image-size): Add this function.
9074         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9075
9076         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9077         server-value of the capability is nil.
9078
9079 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * shr.el (shr-tag-em): Add <EM> tag.
9082
9083 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9084
9085         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9086         customizable.
9087
9088         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9089         handing broken links to browse-url.
9090
9091 2010-10-05  Julien Danjou  <julien@danjou.info>
9092
9093         * gnus-util.el (gnus-emacs-completing-read)
9094         (gnus-iswitchb-completing-read): Use autoload rather than require.
9095
9096 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9099         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9100         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9101         iswitchb-temp-buflist for XEmacs.
9102
9103         * gnus-util.el (gnus-completing-read-function): Exclude
9104         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9105         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9106         XEmacs.
9107
9108         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9109         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9110
9111         * gnus-html.el: Don't require help-fns under XEmacs.
9112         (gnus-html-schedule-image-fetching): Work for XEmacs.
9113
9114         * mm-decode.el (mm-shr): Decode contents by charset.
9115
9116 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9119         unknown.
9120
9121         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9122         (shr-get-image-data): Ensure against the cache file missing.
9123
9124         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9125         for data.
9126
9127         * spam-report.el (spam-report-url-ping-plain): Don't query about
9128         killing the process.
9129
9130         * shr.el (shr-render-td): Protect against too-wide text.
9131
9132 2010-10-04  Julien Danjou  <julien@danjou.info>
9133
9134         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9135         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9136
9137         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9138         retrieved.
9139
9140 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * shr.el (browse-url): Require.
9143         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9144         lines.
9145         (shr-show-alt-text, shr-browse-image): New commands.
9146         (shr-browse-url, shr-copy-url): New commands.
9147
9148         * gnus-sum.el (gnus-widen-article-window): New variable.
9149         (gnus-summary-select-article-buffer): Use it.
9150
9151         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9152         without @ signs.
9153
9154 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9155
9156         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9157
9158 2010-10-04  Julien Danjou  <julien@danjou.info>
9159
9160         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9161         for XEmacs.
9162
9163 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9164
9165         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9166
9167         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9168         (nnimap-close-server): Implement.
9169
9170         * dgnushack.el (iswitchb): Require to shut up the compiler.
9171
9172         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9173         (shr-insert): Tweak line breaking.
9174         (shr-insert): Handle <pre> better.
9175         (shr-tag-li): Get <li> indentation right.
9176         (shr-tag-li): Get <li> indentation even righter.
9177         (shr-tag-blockquote): Ensure paragraph start.
9178         (shr-make-table): Tweak table generation.
9179         (shr-make-table): Fix typo.
9180
9181         * shr.el: Implement table rendering.
9182
9183 2010-10-04  Julien Danjou  <julien@danjou.info>
9184
9185         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9186
9187 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * shr.el (shr-insert): Use string anchors instead of line anchors.
9190
9191 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * shr.el: Add headings.
9194         (shr-ensure-paragraph): Actually work.
9195         (shr-tag-li): Make <ul> prettier.
9196         (shr-insert): Get white space at the beginning/end of elements right.
9197         (shr-tag-p): Collapse subsequent <p>s.
9198         (shr-ensure-paragraph): Don't insert double line feeds after blank
9199         lines.
9200         (shr-insert): \t is also space.
9201         (shr-tag-s): Fix "s" tag name function.
9202         (shr-tag-s): Fix face prop name.
9203
9204 2010-10-03  Julien Danjou  <julien@danjou.info>
9205
9206         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9207
9208         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9209         gnus-window-inside-pixel-edges.
9210
9211         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9212         gnus-ems.
9213
9214         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9215
9216         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9217         function.
9218
9219         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9220         resize choice.
9221
9222 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9223
9224         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9225         beginning of the buffer.
9226
9227         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9228         article buffer again.
9229
9230         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9231
9232         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9233         when it's at the start of the buffer.
9234
9235         * shr.el (shr-tag-blockquote): Convert name.
9236         (shr-rescale-image): Use the right image-size variant.
9237
9238         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9239         buffer isn't shown, then select the current article first instead of
9240         bugging out.
9241         (gnus-summary-select-article-buffer): Show both the article and summary
9242         buffers again.
9243
9244         * shr.el (shr-fontize-cont): Protect against regions with no text.
9245         Rename tag functions to shr-tag-* for enhanced security.
9246         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9247
9248 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9249
9250         * shr.el (shr-insert):
9251         * pop3.el (pop3-movemail):
9252         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9253         loaded.
9254
9255 2010-10-03  Glenn Morris  <rgm@gnu.org>
9256
9257         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9258
9259         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9260
9261         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9262
9263         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9264
9265         * gnus-util.el (gnus-make-local-hook): Simplify.
9266
9267 2010-10-02  Julien Danjou  <julien@danjou.info>
9268
9269         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9270         (gnus-ido-completing-read): New function.
9271         (gnus-emacs-completing-read): New function.
9272         (gnus-completing-read): Use gnus-completing-read-function.
9273         Add gnus-completing-read-function.
9274
9275 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * shr.el (shr-insert-document): Autoload.
9278         (shr-img): Be silent.
9279         (shr-insert): Add a newline after every picture before text.
9280         (shr-add-font): Use overlays for combining faces.
9281         (shr-insert): Pass upwards the text start point.
9282
9283         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9284         possible.
9285         (mm-shr): New function.
9286
9287 2010-10-02  Julien Danjou  <julien@danjou.info>
9288
9289         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9290         should go backward.
9291
9292 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9293
9294         * shr.el (shr): Fix typo in provide call.
9295
9296 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * shr.el: New file.
9299
9300         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9301
9302         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9303         completing read.
9304
9305 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9308         we're being queried about.  Suggested by Dan Jacobson.
9309
9310         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9311         Suggested by Jason Eisner.
9312
9313         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9314         table, too.  Suggested by Stefan Wiens.
9315         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9316         the table unnecessary.  Suggested by Stefan Wiens.
9317
9318         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9319         longer needed, and probably doesn't work either, as pointed out by
9320         Stefan Wiens.
9321         (gnus-summary-exit): Remove call to the clearing function.
9322         (gnus-summary-exit-no-update): Ditto.
9323
9324         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9325         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9326         Reported by Stefan Monnier.
9327         (gnus-summary-save-in-rmail): Ditto.
9328
9329         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9330         article buffer, instead of both the article buffer and the summary
9331         buffer.  Sort of suggested by Dan Jacobson.
9332
9333         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9334
9335         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9336         Suggested by Dan Jacobson.
9337
9338         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9339         documentation clearer.
9340
9341         * message.el (message-shorten-references): Comment on the number "21".
9342         Suggested by Stefan Monnier.
9343
9344         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9345         Suggested by Dan Jacobson.
9346
9347         * gnus.el (gnus-large-newsgroup):
9348         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9349
9350         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9351         externalize attachments.  Bug reported by Steve Wen.
9352
9353         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9354         really message anything to the user.
9355
9356         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9357         directly.
9358
9359         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9360         messages in empty groups.
9361
9362 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9363
9364         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9365         non-UIDNEXT group.
9366
9367 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9370         not the value from the collection.
9371
9372         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9373         values.  This sometimes happens on some groups that have no info.
9374         (nnimap-request-newgroups): New function.
9375
9376 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9377
9378         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9379         check into `gnus-registry-initialize'.
9380         (gnus-registry-initialize): Ditto.
9381         Fix and extend header docs.
9382
9383 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9386         regexp backtrace overflows.
9387
9388         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9389         for starttls that tls.el implements; i.e. openssl.
9390
9391         * tls.el (tls-starttls-switches): Give up on using starttls with
9392         gnutls-cli.
9393         (tls-program): Add --insecure to be consistent with the defaults from
9394         openssl s_client.  Now all three commands are insecure.
9395
9396 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * lpath.el: Bind completion-styles-alist for XEmacs.
9399
9400         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9401         (gravatar-create-image): New function that's an alias to
9402         gnus-xmas-create-image, gnus-create-image, or create-image.
9403         (gravatar-data->image): Use it.
9404
9405 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9406
9407         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9408         install the nnregistry refer method.
9409         (gnus-registry-install-hooks): Use it.
9410         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9411         unfollowed groups.
9412
9413 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9414
9415         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9416         expanding threads.
9417
9418 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * nnir.el: Use the server names without suffixes (bug #7009).
9421
9422         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9423         unencrypted to STARTTLS, if possible.
9424
9425 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9426
9427         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9428         headers before superseding.
9429
9430 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * nnrss.el (nnrss-use-local): Add documentation.
9433
9434         * nnimap.el (nnimap-extend-tls-programs): New function.
9435         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9436         (nnimap-wait-for-connection): Accept the greeting from the stupid
9437         output from openssl s_client -starttls, too.
9438
9439         * tls.el (tls-starttls-switches): New variable.
9440         (tls-find-starttls-argument): Use it.
9441         (open-tls-stream): Ditto.
9442
9443         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9444         (netrc-machine): Ditto.
9445
9446         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9447         article number.
9448         (nnimap-split-fancy): New variable.
9449         (nnimap-split-incoming-mail): Use it.
9450
9451         * nntp.el (nntp-server-list-active-group): Document.
9452
9453         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9454         SELECT to get the message-id.
9455
9456         * mail-source.el (mail-sources): Remove webmail support.
9457         (defvar): Ditto.
9458         (mail-source-fetcher-alist): Ditto.
9459         (mail-source-fetch-webmail): Remove.
9460
9461         * webmail.el: Remove -- doesn't seem relevant any more.
9462
9463         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9464
9465         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9466         the \r.
9467
9468 2010-09-30  Julien Danjou  <julien@danjou.info>
9469
9470         * gnus-agent.el (gnus-agent-add-group): Fix call to
9471         gnus-completing-read.
9472
9473 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * nndoc.el (nndoc-retrieve-groups): New function.
9476
9477         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9478         `default', use nnmail-split-methods.
9479         (nnimap-request-article): Downcase the NILs so that they are nil.
9480
9481         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9482         symbol.
9483
9484         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9485         code, since if the user has requested network, that's what they ought
9486         to get.
9487         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9488         (nnimap-split-rule): Mark as obsolete.
9489
9490         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9491         New variable.
9492
9493         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9494         correct slot, too.
9495
9496 2010-09-29  Julien Danjou  <julien@danjou.info>
9497
9498         * gnus.el (gnus-local-domain): Declare variable obsolete.
9499
9500         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9501         Fix history computing.
9502         (gnus-ido-completing-read): Require ido.
9503
9504 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9507         build Gnus.
9508
9509         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9510         when interpreting the structures.
9511         (nnimap-request-accept-article): Add \r\n to the lines to make this
9512         work with Cyrus.
9513
9514         * nndraft.el (nndraft-request-expire-articles): Use the group name
9515         instead if "nndraft".  Fix found by Nils Ackermann.
9516
9517 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9518
9519         * nnregistry.el: Add.
9520
9521 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9522
9523         * nnmail.el (group, group-art-list, group-art):
9524         Remove unneeded directives.
9525
9526 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9529         (mm-mime-charset):
9530         * rfc2047.el (rfc2047-syntax-table):
9531         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9532
9533         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9534         rather than `insert-file-contents' and `eval-region'.
9535
9536         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9537         construction.
9538
9539         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9540
9541         * time-date.el: No need to require cl for Emacs 21.
9542
9543 2010-09-29  Julien Danjou  <julien@danjou.info>
9544
9545         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9546         replacement of `gnus-gravatar-relief' to mimic
9547         `gnus-faces-properties-alist'.
9548         Add :version property.
9549
9550 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * mail-source.el (mail-source-report-new-mail):
9553         * message.el (message-default-mail-headers):
9554         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9555
9556         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9557
9558 2010-09-28  Julien Danjou  <julien@danjou.info>
9559
9560         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9561         mail-address contains the same string as real-name.
9562
9563         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9564         non-blank in header, otherwise it'll get stripped.
9565
9566         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9567         real-name, and then for mail address rather than doing : or , search.
9568
9569 2010-09-27  Julien Danjou  <julien@danjou.info>
9570
9571         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9572         right completing-read function.
9573         (gnus-use-ido): New variable
9574         (gnus-completing-read-with-default): Remove.
9575         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9576         (gnus-agent-add-group):
9577         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9578         * mm-view.el (mm-view-pkcs7-decrypt):
9579         * mm-util.el (mm-codepage-setup):
9580         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9581         * mml-smime.el (mml-smime-openssl-sign-query):
9582         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9583         (mml-insert-multipart):
9584         * gnus-msg.el (gnus-summary-yank-message):
9585         * gnus-int.el (gnus-start-news-server):
9586         * mm-decode.el (mm-interactively-view-part):
9587         * gnus-dired.el (gnus-dired-attach):
9588         * gnus.el (gnus-read-method):
9589         * gnus-bookmark.el (gnus-bookmark-jump):
9590         * gnus-art.el (gnus-mime-view-part-as-type)
9591         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9592         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9593         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9594         * nnmairix.el (nnmairix-create-server-and-default-group)
9595         (nnmairix-update-groups, nnmairix-get-server)
9596         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9597         (nnmairix-get-group-from-file-path):
9598         * nnrss.el (nnrss-find-rss-via-syndic8):
9599         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9600         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9601         (gnus-group-browse-foreign-server):
9602         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9603         (gnus-summary-execute-command, gnus-summary-respool-article)
9604         (gnus-read-move-group-name):
9605         * gnus-score.el (gnus-summary-increase-score)
9606         (gnus-summary-score-effect):
9607         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9608
9609 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9612         x-focus-frame.
9613
9614         * nnimap.el (auth-source-forget-user-or-password)
9615         (auth-source-user-or-password): Autoload.
9616
9617         * message.el (message-from-style, message-interactive)
9618         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9619         (message-yank-prefix, message-indentation-spaces, message-signature)
9620         (message-signature-file): Add comment.
9621
9622 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9625         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9626         new articles.
9627
9628         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9629         parts.
9630         (nnimap-request-article): Work with the t setting, too.
9631
9632         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9633         that you don't get flashes of other buffers.
9634         (gnus-summary-show-complete-article): Intern before setting.
9635
9636 2010-09-27  David Engster  <dengste@eml.cc>
9637
9638         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9639         well as HEADERS.
9640         (nnmairix-retrieve-headers): Provide new argument for the above.
9641
9642 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * gnus-sum.el (gnus-summary-move-article): Don't alter
9645         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9646         group.
9647
9648         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9649
9650         * message.el (message-cite-prefix-regexp): Revert my last edit.
9651
9652         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9653         variable instead of the Gnus variable.
9654
9655         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9656
9657         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9658
9659         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9660         since some servers don't like it.
9661         (nnimap-open-connection): Forget credentials if the server says the
9662         password was wrong.
9663         (nnimap-parse-line): Protect against invalid data.
9664
9665         * gnus-sum.el (gnus-summary-move-article): Add comment.
9666         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9667         nothing alters it while scanning for new messages.
9668
9669         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9670         which may or may not help.
9671         (nnimap-open-connection): If we're doing a stream connection, and then
9672         discover we're on a STARTTLS-capable server, then open a STARTTLS
9673         connection instead.
9674
9675 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * nnimap.el (utf7): Require.
9678
9679         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9680         prefix.
9681
9682 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9683
9684         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9685
9686 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9687
9688         * nnimap.el (nnimap-request-accept-article): Message the error on
9689         error.
9690
9691 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9694
9695 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * nndoc.el (nndoc-request-list): Return success always.
9698
9699         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9700         `fetch-old' -- we only want to fetch the articles we've requested.
9701         The rest are in the agent, probably.
9702         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9703         disappeared server" to something low.  It's not important.
9704
9705         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9706         arrived before the FETCH data.
9707
9708         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9709         target here, because we don't know the Gnus name of the group.
9710
9711         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9712         for the correct group.
9713
9714         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9715
9716         * gnus.el (gnus): Give a final warning after startup.
9717
9718         * gnus-util.el (gnus-action-message-log): New variable.
9719         (gnus-message): Use it.
9720         (gnus-final-warning): New function.
9721
9722         * nnimap.el (nnimap-open-connection): Record the greeting.
9723         (nnimap): Add greeting.
9724
9725 2010-09-26  Julien Danjou  <julien@danjou.info>
9726
9727         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9728         arguments.
9729         (gnus-html-wash-images): Fix spec computing to include start/end.
9730
9731         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9732
9733 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9736         deletion.
9737         (nnimap-retrieve-headers): Don't select the group, because that's
9738         already done by nnimap-possibly-change-group.
9739
9740         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9741         (gnus-picon-transform-address): Use it.
9742
9743         * mail-source.el (mail-source-value): Revert previous patch.
9744
9745         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9746         on failure.
9747         (nnimap-open-connection): Look up both virtual and physical server name
9748         credentials.
9749
9750         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9751
9752 2009-02-07  Dave Love  <fx@gnu.org>
9753
9754         * tls.el (open-tls-stream): Don't query killing process.
9755
9756 2009-02-08  Dave Love  <fx@gnu.org>
9757
9758         * gnus-win.el (gnus-window-to-buffer-helper)
9759         (gnus-all-windows-visible-p): Function needn't be a symbol.
9760
9761         * mail-source.el (mail-source-value): Function needn't be a symbol.
9762
9763 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * message.el (message-cite-prefix-regexp): Remove } from the cite
9766         prefix.
9767
9768         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9769         highlight again, so that the highlight is correct.
9770
9771         * gnus-picon.el (gnus-picon): Remove again.
9772         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9773
9774         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9775         doing the header highlightling, so that the background color of the
9776         picon is correct.
9777
9778         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9779         (gnus-picon): Ditto.
9780         (gnus-picon): Reinstate.  The background color for picons is white.
9781         (gnus-picon-insert-glyph): Make the background white.
9782
9783         * nnml.el (nnml-open-nov): Don't return dead buffers.
9784
9785         * auth-source.el (auth-source-create): Query the user for whether to
9786         store the credentials.
9787
9788         * netrc.el (netrc-store-data): New function.
9789
9790         * auth-source.el (auth-source-user-or-password): Use the existing auth
9791         sources, if any, for creation.
9792
9793         * gnus.el (gnus-group-fast-parameter): Return the last matching
9794         parameter instead of the first matching parameter.
9795
9796 2010-09-26  Julien Danjou  <julien@danjou.info>
9797
9798         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9799
9800 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * mml2015.el (mml2015-use): Remove gpg support.
9803
9804         * mml1991.el (mml1991-function-alist): Remove gpg function.
9805         (mml1991-gpg-sign): Remove.
9806
9807 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9808
9809         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9810         (gnus-browse-unsubscribe-current-group): Document it.
9811         (gnus-browse-unsubscribe-group): Use it.
9812
9813 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9816         address to the To list for easier response.
9817
9818         * gnus.el (gnus-play-startup-jingle): Remove.
9819         (gnus-splash): Don't play jingle.
9820         (gnus): Silence gnus-load message.
9821
9822         * gnus-art.el (gnus-treat-play-sounds): Remove.
9823
9824         * gnus.el (gnus-play-jingle): Remove audio support.
9825
9826         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9827
9828         * earcon.el: Remove -- no users.
9829
9830         * gnus-audio.el: Remove -- no users of this package.
9831
9832         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9833
9834         * gnus-start.el (gnus-setup-news): Remove nocem support.
9835
9836         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9837
9838         * gnus.el (gnus-use-nocem): Remove.
9839
9840         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9841         Remove.
9842
9843         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9844         uses NoCeM any more.
9845
9846         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9847         (gnus-button-ctan-handler): Ditto.
9848         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9849         (gnus-button-ctan-directory-regexp): Ditto.
9850         (gnus-button-handle-ctan): Ditto.
9851         (gnus-button-tex-level): Ditto.
9852         (gnus-button-alist): Remove CTAN stuff.
9853
9854 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855
9856         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9857         nnimap-streaming test.
9858
9859         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9860         servers twice.
9861
9862         * nnimap.el (nnimap-open-connection): Add more error reporting when
9863         nnimap fails early.
9864
9865         * nnheader.el (nnheader-get-report-string): New function.
9866         (nnheader-get-report): Use it.
9867
9868         * gnus-int.el (gnus-check-server): Say what the error was when opening
9869         failed.
9870
9871         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9872         using streaming.
9873
9874 2010-09-25  Julien Danjou  <julien@danjou.info>
9875
9876         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9877         gnus-window-inside-pixel-edges.
9878
9879 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9882
9883         * mm-decode.el (mm-save-part): Allow saving to other directories the
9884         normal Emacs way.
9885
9886         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9887         Suggested by Jay Berkenbilt.
9888
9889         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9890         there isn't a single byte.
9891
9892         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9893         just do it.  It doesn't really seem to matter what the user responds
9894         here, I think, so it's just a confusing question.
9895
9896         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9897         non-streaming case.
9898
9899         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9900         (gnus-article-encrypt-body): Use it.
9901
9902         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9903         keystroke.
9904
9905         * nnimap.el (nnimap-find-wanted-parts-1):
9906         Use gnus-fetch-partial-articles.
9907
9908         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9909
9910         * nnimap.el (nnimap-insert-partial-structure): New function.
9911         (nnimap-get-partial-article): New function.
9912         (nnimap-request-article): Use it.
9913         (nnimap-wait-for-response): Return whether the wait was successful.
9914         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9915         retrieval wasn't successful.
9916         (nnimap-retrieve-group-data-early): Allow throttling servers.
9917         (nnimap-streaming): New variable.
9918         (nnimap-fetch-partial-articles): Remove.
9919
9920         * mm-decode.el (mm-with-part): Protect against killed buffers.
9921
9922         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9923         for prettier summary display.
9924
9925 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9926
9927         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9928
9929 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930
9931         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9932         apparently third-party libraries depend on it.
9933
9934         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9935         before starting negotiation.
9936
9937         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9938         privacy reasons.
9939         (gnus-treat-mail-gravatar): Ditto.
9940
9941         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9942         buffer when inserting images.  Inserting text into the headers, for
9943         instance, can make them invalid.
9944
9945 2010-09-25  Julien Danjou  <julien@danjou.info>
9946
9947         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9948         variables.
9949
9950         * nnheader.el: Remove useless variables news-reply-yank-from and
9951         news-reply-yank-message-id.
9952
9953         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9954         variables.
9955
9956         * mml1991.el: Remove useless mml1991-verbose.
9957
9958         * gnus.el: Remove useless variable gnus-use-generic-from.
9959         Remove obsolete variable gnus-topic-indentation.
9960
9961         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9962
9963         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9964
9965         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9966
9967         * gnus-group.el: Remove useless gnus-group-icon-cache.
9968         Remove useless gnus-ephemeral-group-server.
9969
9970         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9971
9972         * mml2015.el: Remove useless mml2015-verbose.
9973
9974         * mml-smime.el: Remove useless mml-smime-verbose.
9975
9976         * gnus.el: Remove useless gnus-local-domain.
9977
9978         * gnus-gravatar.el (gnus-gravatar-transform-address):
9979         Use gnus-gravatar-size.
9980
9981         * gnus-art.el: Remove useless gnus-treat-translate.
9982
9983 2010-09-24  Julien Danjou  <julien@danjou.info>
9984
9985         * gnus-sum.el: Add support for Gravatars.
9986
9987         * gnus-art.el: Add support for Gravatars.
9988
9989         * gnus-gravatar.el: Add this file.
9990
9991         * gravatar.el: Add this file.
9992
9993 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9996
9997         * gnus-group.el (gnus-group-fetch-faq): Remove.
9998
9999         * gnus.el (gnus-group-faq-directory): Remove.
10000
10001         * gnus-group.el (gnus-group-fetch-charter): Remove.
10002
10003         * gnus.el (gnus-group-charter-alist): Remove.
10004
10005         * gnus-group.el (gnus-group-archive-directory): Remove.
10006         (gnus-group-recent-archive-directory): Ditto.
10007         (gnus-group-make-archive-group): Remove.
10008
10009         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10010
10011         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10012         use the same article number for all the cached articles.
10013
10014         * nnimap.el (nnimap-command): Register the last command time so
10015         that we can use it for idling NOOPs.
10016         (nnimap-open-connection): Start the keeplive timer.
10017         (nnimap-make-process-buffer): Store all the process buffers.
10018         (nnimap-keepalive): New function.
10019
10020         * starttls.el (starttls-open-stream): Add autoload cookie.
10021
10022 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10023
10024         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10025         handling.
10026
10027 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10030         its data structures.
10031
10032         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10033         instead of the cl.el copy-list.
10034         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10035         equalp.
10036
10037 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10040         and tool-bar-local-item-from-menu.
10041
10042         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10043         mode-line-highlight face for Emacs.
10044
10045         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10046         loading gnus-sum.elc; fix comment for canlock-verify.
10047         (gnus-article-jump-to-part): Use read-number.
10048         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10049         Remove Emacs pre-21 compatible code for help-echo.
10050         (gnus-article-next-page-1): No need to adjust the number of lines.
10051         (gnus-article-describe-bindings): Always use help-buffer.
10052
10053         * gnus-audio.el (gnus-audio-inline-sound):
10054         * gnus-cus.el (gnus-custom-mode):
10055         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10056
10057         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10058
10059         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10060         compatible code.
10061
10062 2010-09-24  Glenn Morris  <rgm@gnu.org>
10063
10064         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10065         visiting the fcc file in rmail-mode.
10066
10067         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10068
10069 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * nnir.el: Silence the byte compiler.
10072
10073         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10074         alias to browse-url-url-encode-chars if any.
10075         (gnus-html-encode-url): Use it.
10076
10077 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * gnus-start.el (gnus-use-backend-marks): New variable.
10080         (gnus-get-unread-articles-in-group): Use it.
10081
10082         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10083         makeover.
10084
10085 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10086
10087         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10088
10089 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10092         Remove.
10093         (gnus-setup-news-hook):
10094         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10095
10096         * gnus-int.el (gnus-request-update-info): Protect against backends not
10097         having the function.
10098
10099         * nnimap.el (nnimap-stream): Mention starttls.
10100         (nnimap-open-connection): Add starttls support.
10101
10102 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10103
10104         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10105
10106 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107
10108         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10109         BODYSTRUCTUREs.
10110         (nnimap-transform-headers): Unfold quoted {42} headers.
10111
10112         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10113         the info.
10114         (gnus-get-unread-articles): Only call updatep on backends that support
10115         it.
10116
10117         * nnweb.el (nnweb-request-update-info): NOOP.
10118
10119         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10120
10121         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10122         since it only deals with marks.
10123
10124         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10125         gnus-request-marks, and make a new gnus-request-update-info.
10126
10127         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10128         the active instead of the high number, which is usually too low.
10129
10130 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10131
10132         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10133         * encrypt.el: Remove.
10134
10135 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10136
10137         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10138         server in symbolic form.
10139
10140         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10141
10142 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10143
10144         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10145         (nnimap-update-info): Fix up code slightly.
10146
10147         * gnus-int.el (gnus-open-server): Add tracing for performance
10148         debugging.
10149
10150         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10151         (gnus-group-insert-group-line): Pass the real group name so that it
10152         gets the right data.
10153
10154         * gnus-start.el (gnus-get-unread-articles): Don't have
10155         `gnus-get-unread-articles-in-group' update info, since that can be
10156         really slow and doesn't seem to be needed?
10157
10158 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10159
10160         * time-date.el (date-to-time): Try using parse-time-string first before
10161         using the slower timezone-make-date-arpa-standard.
10162
10163 2010-09-22  Julien Danjou  <julien@danjou.info>
10164
10165         * gnus-group.el (gnus-group-insert-group-line):
10166         Call gnus-group-highlight-line.
10167         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10168         default hook list.
10169         (gnus-group-update-eval-form): Add new function.
10170         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10171         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10172
10173 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10176         immediate, then expire all articles.
10177         (nnimap-update-info): Fix off-by-one errors.
10178         (nnimap-flags-to-marks): Would return no marks lists for group with no
10179         flags.  Instead return the other data.
10180
10181 2010-09-22  Julien Danjou  <julien@danjou.info>
10182
10183         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10184         Only return an icon.
10185         (gnus-group-insert-group-line): Compute icon to return.
10186
10187         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10188         (gnus-html-image-fetched): Only cache if
10189         gnus-html-image-automatic-caching is set.
10190         (gnus-html-image-fetched): Check for errors.
10191
10192 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10195         once per method on `g'.  This ensures that backends like nnfolder don't
10196         open all their folders.
10197
10198         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10199         (nnimap-request-list): Nix out group in the correct buffer.
10200         (nnimap-parse-flags): Implement by using `read' instead of
10201         hand-parsing.
10202         (nnimap-flags-to-marks): Pass on permanent-flags.
10203         (nnimap-make-process-buffer): Record the server name.
10204         (nnimap-parse-flags): Fix typo.
10205         (nnimap-request-scan): Run split on the server in general, not just a
10206         single group.
10207
10208         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10209         parameter, and propagate this downwards.
10210
10211         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10212         since EXAMINE changes it on the server.
10213
10214         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10215         this command might take a while.
10216
10217 2010-09-22  Julien Danjou  <julien@danjou.info>
10218
10219         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10220         harmful if you have 2 images side-by-side, they can't be properly
10221         update on text deletion.  Using text-property is safer here.
10222         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10223         data.
10224
10225 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * nnimap.el (nnimap-expunge-inbox): Remove.
10228         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10229         (nnimap-expunge): Flip default to t.
10230
10231         * gnus.el (gnus-method-to-server): Don't push things to the cache
10232         unless it's unique.
10233         (gnus-server-to-method): Ditto.
10234
10235 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10236
10237         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10238
10239 2010-09-22  Julien Danjou  <julien@danjou.info>
10240
10241         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10242         get the start of data.
10243         (gnus-html-encode-url): Add this function to encode special chars in
10244         URL.
10245         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10246         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10247
10248         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10249         default.
10250         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10251
10252         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10253         images alt-text.
10254         (gnus-html-put-image): Put alt-text as help-echo.
10255
10256 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10259         * mm-util.el (mm-decompress-buffer):
10260         * nnir.el (nnir-run-find-grep):
10261         * pop3.el (pop3-list): Use 3rd arg of split-string.
10262
10263         * time-date.el (format-seconds): Comment fix.
10264
10265         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10266         and byte-optimize-form-code-walker.
10267         (dgnushack-make-auto-load): Don't advise make-autoload.
10268
10269         * lpath.el: Remove Emacs 21 stuff.
10270
10271 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10274         outside the active range.  Suggested by Dan Christensen.
10275
10276         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10277         slightly later to avoid double-getting it.
10278
10279         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10280         previous patch.
10281
10282         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10283
10284 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10285
10286         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10287
10288 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus-int.el (gnus-open-server): Give a better error message in the
10291         "go offline" case.
10292
10293         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10294         marks for nnimap, which is seldom the right thing to do.
10295
10296         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10297         (gnus-same-method-different-name): New function.
10298
10299         * nnimap.el (parse-time): Require.
10300
10301         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10302         method in the presence of many similar methods.
10303
10304         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10305
10306         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10307         nnml-inhibit-expiry.
10308
10309         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10310         find out whether methods are equal.
10311
10312         * nnimap.el (nnimap-find-expired-articles): New function.
10313         (nnimap-process-expiry-targets): New function.
10314         (nnimap-request-move-article): Request the article before looking at
10315         what the Message-ID is.  Fix found by Andrew Cohen.
10316         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10317
10318         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10319         for oldness in addition to being a predicate.
10320
10321         * nnimap.el (nnimap-request-group): When we have zero articles, return
10322         the right data to Gnus.
10323         (nnimap-request-expire-articles): Only delete articles immediately if
10324         the target is 'delete.
10325
10326         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10327         method, this would bug out.
10328
10329         * gnus-group.el (gnus-group-expunge-group): Rename from
10330         gnus-group-nnimap-expunge, and implemented as a normal interface
10331         function.
10332
10333         * gnus-int.el (gnus-request-expunge-group): New function.
10334
10335         * nnimap.el (nnimap-request-create-group): Implement.
10336         (nnimap-request-expunge-group): New function.
10337
10338 2010-09-21  Julien Danjou  <julien@danjou.info>
10339
10340         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10341         (gnus-html-cache-expired): Add new function.
10342         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10343         wethever we should display image for fetch it.
10344         Compute alt-text earlier to pass it to the fetching function too.
10345         (gnus-html-schedule-image-fetching): Change function argument to only
10346         get one image at a time, not a list.
10347         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10348         cache.
10349         (gnus-html-get-image-data): New function to retrieve image data from
10350         cache.
10351         (gnus-html-put-image): Change buffer argument to use image data rather
10352         than file, and place image above region rather than inserting a new
10353         one.  Do not take alt-text as argument, since it's useless now: we place
10354         the image above alt-text.
10355         (gnus-html-prune-cache): Remove.
10356         (gnus-html-show-images): Start to fetch image when we find one, do not
10357         push into a temporary list.
10358         (gnus-html-prefetch-images): Only fetch image if they have expired.
10359         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10360         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10361
10362 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10365
10366 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10369         spec inser "*" if the group isn't active instead of 0.
10370
10371         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10372         opening the server.
10373         (nnimap-request-delete-group): Implement group deletion.
10374         (nnimap-transform-headers): Return the size of the entire message in
10375         the Bytes header, not just the size of the first part.
10376         (nnimap-request-move-article): When moving an article from nnimap,
10377         request the article first so the accepting form has an article to
10378         accept.  Reported by Dan Christensen.
10379         (nnimap-command): Make sure that the error message doesn't error out.
10380
10381 2010-09-20  David Edmondson  <dme@dme.org>
10382
10383         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10384         we haven't requested anything.
10385
10386 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10389         "".  Fix found by Andrew Cohen.
10390
10391         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10392         instead of -encode-string.
10393
10394 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10397
10398         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10399         by mm-subst-char-in-string.
10400
10401 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10402
10403         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10404         waiting for the connection string.
10405
10406         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10407         arriving.
10408
10409         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10410         bogus characters.  This allows selecting certain Gmail groups.
10411
10412         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10413         (nnimap-fetch-partial-articles): New variable.
10414         (nnimap-open-connection): When looking for credentials, also use the
10415         nnimap-server-port.
10416         (nnimap-request-article): Return the group/article number, so that Gnus
10417         `^' works as expected.
10418         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10419
10420         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10421         comments.
10422         (gnus-methods-sloppily-equal): New function.
10423         (gnus): When using the development version of Gnus, load the gnus-load
10424         file.
10425
10426         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10427         `gnus-open-server' on each method before trying to scan them etc.
10428         This ensures that all the backend parameters are set correctly.
10429
10430         * nnimap.el (nnimap-authenticator): New variable.
10431         (nnimap-open-connection): Allow anonymous login.
10432         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10433         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10434
10435         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10436         patch, found by Knut Anders Hatlen.
10437
10438 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10439
10440         * gnus-agent.el (gnus-agent-batch-confirmation)
10441         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10442         to gnus-message.
10443         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10444         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10445         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10446         * gnus-int.el (gnus-open-server): Likewise.
10447         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10448         (gnus-score-check-syntax): Likewise.
10449         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10450         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10451         Likewise.
10452         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10453
10454 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10457         calling conventions so that prefetch doesn't bug out.
10458
10459 2010-09-19  Julien Danjou  <julien@danjou.info>
10460
10461         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10462         rather than `subst-char-in-region' in order to be able to replace ASCII
10463         char by UTF-8 ones.
10464
10465         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10466         than curl.
10467         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10468         the right URL and ALT text on images.
10469         (gnus-html-wash-tags): Fix tag case.
10470         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10471         (gnus-article-html): Add -o display_ins_del=2 option.
10472         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10473
10474 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10477         the extra mail headers, which sometimes seem to happen for unknown
10478         reasons.
10479
10480         * mail-parse.el (mail-header-encode-parameter): Define as
10481         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10482         (or most, perhaps?) mail readers don't understand the latter, but do
10483         understand the former.
10484
10485         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10486         to nil, so that no methods are automatically agentized.  I think this
10487         is probably what most users want.
10488
10489         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10490         from url-retrieve, for instance about invalid URLs.
10491
10492         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10493         groups that have no articles.
10494         (nnimap-request-article): Check that we really got an article when we
10495         requested one.
10496
10497         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10498         doesn't exist.
10499
10500         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10501         nntp buffer so the agent can save it.
10502         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10503         that CRLF doesn't get translated to \n.
10504         (nnimap-open-connection): Don't make 'shell commands only send \n.
10505
10506 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10507
10508         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10509         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10510         Update var name.
10511         (nnml-generate-nov-file): Use dolist.
10512         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10513         Use with-current-buffer.
10514
10515 2010-09-18  Julien Danjou  <julien@danjou.info>
10516
10517         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10518         parallel.
10519
10520 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10521
10522         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10523         the range update right.
10524         (nnimap-request-group): Don't make `M-g' bug out on group with no
10525         marks.
10526         (nnoo): Require, so that other packages can require nnimap.
10527         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10528         command we're looking for.  This helps when the server sends more
10529         responses after we've gotten everything we expected.
10530         (nnimap): Add a `newlinep' field to keep track of end-of-line
10531         conventions.
10532         Don't send CRLF to things that don't want it.
10533         (nnimap-request-accept-article): Ditto.
10534
10535 2010-09-18  Julien Danjou  <julien@danjou.info>
10536
10537         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10538         than curl to retrieve images.
10539
10540 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10543         the marks.
10544         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10545         (nnimap-wait-for-connection): New function.
10546         (nnimap-open-connection): If we have PREAUTH, don't query for login
10547         credentials.
10548         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10549         when doing a partial update.
10550
10551 2010-09-18  Julien Danjou  <julien@danjou.info>
10552
10553         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10554         tags.
10555
10556 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * nnimap.el (nnimap-credentials): New function.
10559         (nnimap-open-connection): Use the new function to look for credentials
10560         also on the numeric equivalents of "imap" and "imaps".
10561
10562         * gnus-start.el (gnus-activate-group): Send the info to
10563         gnus-request-group.
10564
10565         * nnimap.el (nnimap-request-group): Have the "check" version of the
10566         function parse flags and update the info, so that a `M-g' get a total
10567         resync of all flags from the group.
10568
10569         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10570         to allow backends to alter the info on group selection.  Also alter all
10571         the backend -request-group functions to take the parameter.
10572
10573         * nnimap.el (nnimap-store-info): New function.
10574         (nnimap-update-info): Store the info for later usage.
10575         (nnimap-request-group): Use the stored info for the dont-check case, so
10576         that we don't retrieve all marks when we enter a group.
10577
10578         * nnimap.el: Use deffoo instead of defun for interface functions.
10579
10580         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10581         update the group info.  This makes the nndraft groups, for instance, go
10582         back to their old behavior.
10583
10584         * gnus-sum.el (gnus-select-newsgroup): Indent.
10585
10586         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10587         in.
10588         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10589         nothing.
10590
10591         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10592         from methods that are denied.
10593
10594         * gnus-int.el (gnus-method-denied-p): New function.
10595
10596         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10597         store the password instead of netrc.
10598         (nnimap-open-connection): Don't error out when we can't make a
10599         connections.
10600
10601         * auth-source.el (auth-source-create): In the password prompt, say what
10602         we're querying for.  Also prompt for user name if that hasn't been
10603         given.
10604
10605         * nnimap.el (nnimap-with-process-buffer): Remove.
10606
10607 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10610         method when we're reading from the agent.
10611
10612         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10613
10614         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10615         that's probably most useful for users.
10616
10617         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10618         "failed" all the time.
10619
10620         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10621         ...)) with (with-current-buffer ... ).
10622
10623         * nntp.el (nntp-open-server): Return whether the open was successful or
10624         not.
10625
10626         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10627         select an unread unseen article first.
10628
10629         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10630         /etc/services, supply some sensible port defaults.
10631
10632         * dgnushack.el: Define netrc-credentials.
10633
10634 2010-09-17  Julien Danjou  <julien@danjou.info>
10635
10636         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10637
10638 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10639
10640         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10641         doesn't have any parameters.
10642
10643 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10646         only upcased checks.
10647
10648         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10649
10650         * nnimap.el (nnimap-open-shell-stream): New function.
10651         (nnimap-open-connection): Use it.
10652         (nnimap-transform-headers): Get the number of lines in each message.
10653         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10654         number of lines.
10655         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10656         problem.
10657
10658         * utf7.el (utf7-encode): Autoload.
10659
10660         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10661         to allow the mail splitting to not return a default group.  This is
10662         useful for nnimap, which will leave unmatched mail in the inbox.
10663
10664         * nnimap.el: Rewritten.
10665
10666         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10667         nnimap usage.
10668
10669         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10670         if the move is internal, so that nnimap can do fast internal moves.
10671
10672         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10673         data.
10674         (gnus-read-active-for-groups): Support finishing the early retrieval of
10675         data.
10676
10677         * gnus-range.el (gnus-range-nconcat): New function.
10678
10679         * gnus-int.el (gnus-finish-retrieve-group-infos)
10680         (gnus-retrieve-group-data-early): New functions.
10681
10682 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10683
10684         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10685         (nnrss-retrieve-groups):
10686         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10687         (pop3-quit): Use with-current-buffer.
10688
10689 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10692         instead of nnheader-accept-process-output.
10693
10694         * dgnushack.el (dgnushack-compile): Add comment.
10695
10696         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10697
10698         * gnus-html.el (gnus-html-schedule-image-fetching)
10699         (gnus-html-prefetch-images): Replace process-kill-without-query by
10700         gnus-set-process-query-on-exit-flag.
10701
10702 2010-09-16  Romain Francoise  <romain@orebokech.com>
10703
10704         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10705
10706 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10709         parameter to unintern is mandatory-ish in Emacs 24.
10710
10711         * gnus-html.el (gnus-html-schedule-image-fetching)
10712         (gnus-html-prefetch-images): Check for curl before using it.
10713
10714         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10715         depend on curl, which isn't essential.
10716
10717         * imap.el: Revert back to version
10718         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10719         seem problematic.
10720
10721 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10722
10723         * gnus-registry.el (gnus-registry-install-shortcuts):
10724         Explicitly pass `obarray' to `unintern' to avoid a warning.
10725
10726 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10729         change.
10730
10731         * nnrss.el (nnrss-request-list): Remove this function and related
10732         functions, including the moreover stuff.
10733
10734 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10735
10736         * nnrss.el (nnrss-retrieve-groups): New function.
10737
10738 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10739
10740         * .dir-locals.el: Add no-byte-compile cookie.
10741
10742 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * time-date.el (format-seconds): Comment fix.
10745
10746         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10747         for back end that doesn't support request-scan.
10748
10749 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10752         then do request scans from the backends.
10753
10754         * netrc.el (netrc-credentials): New conveniency function.
10755
10756         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10757         avoid running a hook per line, since this takes a lot of time,
10758         profiling shows.
10759         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10760         directly if gnus-visual-p is true.
10761
10762 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10765         groups; replace mapcar with dolist which is a bit faster; pass groups
10766         info to gnus-read-active-file-1.
10767         (gnus-read-active-file-1): Scan only specified groups if the new
10768         optional arg `infos' is given.
10769
10770 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10773
10774         * pop3.el (pop3-movemail): Remove.
10775         (pop3-streaming-movemail): Rename to pop3-movemail.
10776
10777         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10778         don't restrict end-tag searches to the end of the line.
10779
10780 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10783         articles of every unchecked group to t, which means unknown since the
10784         server has never been opened.
10785
10786 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-html.el (gnus-html-show-alt-text): New command.
10789         (gnus-html-browse-image): Ditto.
10790         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10791         to browse the image directly.
10792         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10793         better.
10794
10795         * gnus-async.el (gnus-async-article-callback):
10796         Call `gnus-html-prefetch-images' unconditionally.
10797
10798         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10799         before feeding URLs to curl.
10800
10801 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10804         internal images as deletable by `W D D'.
10805
10806         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10807         (gnus-async-article-callback): Fix typo.
10808
10809 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810
10811         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10812         current line to work around bugs in the output from w3m.
10813
10814         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10815         for groups that want that.
10816
10817         * nntp.el (nntp-wait-for-string): Supply a timeout for
10818         accept-process-output to ensure progress.
10819
10820         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10821         level to get unread articles from, then use that for foreign groups,
10822         too.
10823
10824         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10825         confuses the rest of the function.
10826
10827         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10828         for the methods that support -retrieve-groups, too.
10829
10830         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10831
10832 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10835         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10836
10837         * pop3.el: Require cl when compiling.
10838         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10839
10840 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10843         that aren't going to be activated.
10844         (gnus-get-unread-articles): Fix up the last commit.
10845
10846         * gnus-html.el (gnus-article-html): Allow calling without specifying
10847         the handle.  In that case, dissect the buffer first.
10848
10849         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10850
10851         * nnimap.el (nnimap-open-connection): Revert the change that would look
10852         into authinfo for imaps instead of imap.
10853
10854         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10855         say that you don't want to call gnus-request-group with don-check, but
10856         do check the reponse.  This is for virtual groups only.
10857         (gnus-get-unread-articles): Count the archive groups as secondary, so
10858         that they're activated the same way as before.
10859
10860         * imap.el (imap-message-map): Removed optional buffer parameter, since
10861         no callers use it.
10862         (imap-message-get): Ditto.
10863         (imap-message-put): Ditto.
10864         (imap-mailbox-map): Ditto.
10865         (imap-mailbox-put): Ditto.
10866         (imap-mailbox-get): Ditto.
10867         (imap-mailbox-get): Revert last change for this function.
10868
10869         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10870         case-insensitively.
10871         (nnimap-debug): Remove.
10872
10873         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10874         callers to use `imap-fetch' instead.  According to the comments, this
10875         should be safe, since all other IMAP clients use the 1:* syntax.
10876         (imap-enable-exchange-bug-workaround): Remove.
10877         (imap-debug): Remove -- doesn't seem very useful.
10878
10879         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10880         mail from a file, and the file doesn't exist.
10881
10882         * imap.el (imap-log): New convenience function used throughout instead
10883         of repeating the same code all over the place.
10884
10885         * pop3.el (pop3-streaming-movemail): Return t for success.
10886
10887         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10888         .authinfo if we're using ssl connection.
10889
10890         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10891         already have if we're in a main Gnus `g' run.
10892
10893         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10894
10895 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10898
10899         * nnmh.el (nnmh-request-list-1): Bind `file'.
10900
10901         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10902         alias to set-process-query-on-exit-flag or process-kill-without-query.
10903         (pop3-open-server): Use it.
10904
10905 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906
10907         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10908         box to the Incoming file.  Fixes mistake in previous checkin.
10909
10910         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10911         request loop (for debugging purposes) removed.
10912
10913         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10914         culprit is more visible.
10915         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10916         (nnml-add-incremental-nov): New functions to do "incremental" nov
10917         updates, where we just append to the end of the existing nov files
10918         without reading/writing them in full.
10919
10920         * mail-source.el (mail-source-delete-crash-box): Really only check the
10921         incoming files once in a while.
10922
10923         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10924
10925         * mail-source.el (mail-source-delete-crash-box): Only check the
10926         incoming files for deletion once per day to save a lot of file
10927         accesses.
10928
10929         * pop3.el (pop3-logon): Fix up unbound variable typo.
10930
10931         * mail-source.el (pop3-streaming-movemail): Autoload.
10932
10933         * pop3.el (pop3-streaming-movemail):
10934         Respect pop3-leave-mail-on-server.
10935
10936         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10937         retrieval.
10938
10939         * pop3.el (pop3-process-filter): Remove unused function.
10940         (pop3-streaming-movemail, pop3-send-streaming-command)
10941         (pop3-wait-for-messages, pop3-write-to-file)
10942         (pop3-number-of-responses): New functions for streaming pop3
10943         retrieval.
10944
10945         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10946         come from no known methods.
10947         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10948         list.
10949
10950         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10951         message sizes.
10952         (pop3-movemail): Use erase-buffer instead of looping and deleting
10953         regions, which seems rather odd.
10954
10955         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10956         file once per `g' run.
10957
10958         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10959         directories.  This makes the draft queue directory work.
10960
10961         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10962         data from the backends, so that we only request the list of groups from
10963         each method once.  This should speed things up considerably.
10964
10965         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10966         detect that it's not implemented.
10967
10968         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10969         we actually do recurse down into the tree, but don't stat all leaf
10970         nodes.
10971
10972         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10973         then say so instead of bugging out.
10974
10975         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10976         files exist before trying to read them.
10977
10978         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10979         around <pre_int>.
10980
10981         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10982
10983         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10984
10985 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * mm-util.el (mm-image-load-path): Just return the image directories,
10988         not all directories in the path in addition to the image directories.
10989         (mm-image-load-path): Maintain a cache of the image directories so that
10990         the `g' command in Gnus doesn't have to stat dozens of directories each
10991         time.
10992
10993         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10994         (gnus-html-wash-tags): Add a new `i' command to insert images.
10995         (gnus-html-insert-image): New command and keystroke.
10996         (gnus-html-redisplay-with-images): New command and keystroke.
10997         (gnus-html-show-images): Rename command.
10998         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10999         spacers.
11000         (gnus-html-wash-tags): Decode entities at the end, so that entities
11001         inside the tags don't mess up the rest of the "parsing".
11002
11003         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11004         so that nnimap methods aren't agentized by default.  There's apparently
11005         many problems related to agent/imap behavior.
11006
11007         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11008
11009         * gnus-html.el: Doc fix.
11010
11011 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11014         specifier-spec-list for Emacs 21.
11015
11016         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11017         glyph-width and glyph-height instead of display-graphic-p and
11018         image-size; make avoidance of displaying small images work for XEmacs.
11019
11020         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11021         for XEmacs.
11022
11023         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11024         of symbol that holds plist data.
11025         (gnus-process-plist): Remove plist of process after getting it.
11026
11027 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * message.el (message-generate-hashcash): Change default to
11030         'opportunistic if hashcash is installed.
11031
11032         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11033         (gnus-html-put-image): Only call image-size once, since it's somewhat
11034         time-consuming on remote X servers.
11035
11036 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11039         type on data, not a file name.
11040
11041         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11042         window-pixel-edges for Emacs 21.
11043
11044         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11045         decoded contents.
11046         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11047
11048 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11049
11050         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11051         group line format, since it isn't very interesting.
11052
11053         * gnus-agent.el (gnus-agent-short-article),
11054         (gnus-agent-long-article): Increase values for these two variables,
11055         since most people are likely to have more network connection and
11056         storage than before.
11057
11058         * gnus.el (gnus-refer-article-method): Change default to 'current.
11059         When referring an article, the common behavior is to refer it from the
11060         current select method, not the native select method.  The chances of
11061         the native select method having the message in question is rather slim
11062         these days.
11063
11064         * gnus-sum.el (gnus-auto-select-subject): Change default to
11065         `unseen-or-unread'.  I think it's likely that most people want to
11066         select an unseen article over a previously seen, but unread one.
11067
11068         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11069         means that in the article buffer none of the minor mode elements will
11070         be shown, usually, and this is not desirable in most cases.
11071
11072         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11073         that commands like `d' (and the like) go to the next line in the
11074         buffer, instead of the next unread article.  I think this is the
11075         behavior that is most natural for most users.
11076         (gnus-single-article-buffer): Change default to nil, so that people can
11077         have as many article buffers open as they have summary buffer.  I think
11078         this is the most natural way for the groups to behave.
11079
11080         * message.el (message-generate-new-buffers): Change default to
11081         `unsent', so that all new message buffers start their names with the
11082         string "*unsent", and it's easier to find the buffers if you move from
11083         them.
11084
11085 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11088         small.  They're probably tracking images.
11089         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11090         (gnus-html-rescale-image): Yet another try at getting the image sizing
11091         right.
11092
11093         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11094         nntp-marks-file-name is nil.
11095
11096 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11097
11098         * gnus-html.el (gnus-html-wash-tags)
11099         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11100         Better logging.
11101
11102 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11105
11106         * gnus-html.el (gnus-html-wash-tags): Check the value of
11107         gnus-blocked-images in the summary buffer.
11108
11109 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11110
11111         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11112
11113 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11114
11115         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11116         like "a", it seems like.
11117         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11118         since it needs to be picked from the correct buffer.
11119
11120         * nnwfm.el: Remove.
11121
11122         * nnlistserv.el: Remove.
11123
11124 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11125
11126         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11127         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11128
11129 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * nnkiboze.el: Remove.
11132
11133         * nndb.el: Remove.
11134
11135         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11136         alt text.
11137         (gnus-html-rescale-image): Try to get the rescaling logic right for
11138         images that are just wide and not tall.
11139
11140         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11141         overshadow variable bindings.
11142
11143 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11144
11145         * gnus-html.el (gnus-html-wash-tags)
11146         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11147         Add extra logging.
11148
11149 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11152         (gnus-max-image-proportion): New variable.
11153         (gnus-html-rescale-image): New function.
11154         (gnus-html-put-image): Rescale images.
11155
11156 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11157
11158         Fix up some byte-compiler warnings.
11159         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11160         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11161         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11162         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11163         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11164         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11165         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11166
11167 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-html.el (gnus-article-html): Decode contents by charset.
11170
11171 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11174         (gnus-html-frame-width, gnus-blocked-images):
11175         * message.el (message-prune-recipient-rules): Add custom version.
11176         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11177
11178         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11179         functions.
11180
11181         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11182         gnus-process-get.
11183
11184 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11185
11186         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11187         instead of lsub directly.
11188
11189 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * nnwarchive.el: Remove.
11192
11193         * gnus-soup.el: Remove.
11194
11195         * nnsoup.el: Remove.
11196
11197         * nnultimate.el: Remove.
11198
11199         * gnus-html.el (gnus-blocked-images): New variable.
11200
11201         * message.el (message-prune-recipients): New function.
11202         (message-prune-recipient-rules): New variable.
11203
11204         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11205         guess whether a long line is natural text or not.
11206
11207         * gnus-html.el (gnus-html-schedule-image-fetching):
11208         Use gnus-process-plist and friends for compatibility.
11209
11210 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11211
11212         * gnus-html.el: Require packages that define macros used in this file.
11213         (gnus-article-mouse-face): Declare to silence byte-compiler.
11214         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11215         process-get.
11216         (gnus-html-put-image): Use plist-get to avoid getf.
11217         (gnus-html-prefetch-images): Use with-current-buffer.
11218
11219 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-ems.el: Provide compatibility functions for
11222         gnus-set-process-plist.
11223
11224         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11225         header-line-format for XEmacs 21.4.
11226
11227         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11228         * gnus.el (gnus-valid-select-methods):
11229         * message.el (message-send-mail-partially-limit):
11230         * mm-decode.el (mm-text-html-renderer):
11231         * mml.el (mml-insert-mime-headers-always):
11232         * smiley.el (smiley-regexp-alist): Bump custom version.
11233
11234 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11235
11236         * gnus-html.el: Require mm-url.
11237         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11238         with the url to `url'.
11239         (gnus-html-wash-tags): Support cid: URLs/images.
11240
11241 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11242
11243         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11244         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11245         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11246
11247         * gnus-move.el: Remove file, since it doesn't really work.
11248
11249         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11250         UTF-8.  This seems to fix problems with some German web feeds.
11251
11252         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11253         at the top so that the proper colors are applied.
11254
11255         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11256         don't have dots in their names.
11257
11258         * gnus-art.el (gnus-article-view-part): Doc fix.
11259
11260         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11261         XEmacs-compatible.
11262         (gnus-html-put-image): Don't do images on non-graphic displays.
11263
11264         * nnslashdot.el: Remove this unused backend.
11265
11266         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11267         actions.
11268         (gnus-undo-register-1): Revert last change.
11269
11270         * gnus-group.el (gnus-group-completing-read): Protect against not
11271         having completion-styles bound.
11272
11273         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11274         make broken recipients happier.
11275
11276         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11277
11278         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11279         point parameter.
11280
11281         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11282
11283         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11284         completion-styles for group selection.
11285
11286 2009-02-04  Andreas Schwab  <schwab@suse.de>
11287
11288         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11289         headers and regexp-quote the match if necessary.
11290
11291 2009-03-24  Miles Bader  <miles@gnu.org>
11292
11293         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11294         the blinking smiley.
11295
11296 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11297
11298         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11299         blink smiley.
11300
11301 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11304         where the dribbel file lives exists.
11305
11306         * message.el (message-send-mail-partially-limit): Change the default to
11307         nil, since most people don't want this.
11308
11309         * mm-url.el (mm-url-decode-entities): Also decode entities like
11310         &#x3212.
11311
11312 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11313
11314         * gnus-sum.el (gnus-summary-idna-message):
11315         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11316         Hyperlink urls in docstrings with URL `...'.
11317
11318 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11319
11320         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11321         functions.
11322
11323 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11326         say what the mouseover text should be.
11327
11328         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11329         version of the mm-w3m-safe-url-regexp variable to only download images
11330         in the groups where we want that to happen.
11331
11332         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11333
11334         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11335         easier debugging.
11336         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11337         big pictures in the article buffer.
11338
11339         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11340         gnus-article-html.
11341         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11342         w3m.
11343
11344         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11345
11346 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347
11348         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11349         which doesn't exist.
11350
11351         * message.el (message-inhibit-ecomplete): New variable to allow some
11352         function to inhibit ecomplete address storage.
11353         (message-resend): Disable ecomplete message storage when resending
11354         messages.
11355
11356         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11357
11358 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11361         Save excursion while copying, moving, and deleting articles in order to
11362         prevent the cursor from jumping to unforeseen place.
11363
11364 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * lpath.el: No need to bind bookmark-current-buffer,
11367         bookmark-yank-point and bookmark-make-record-function.
11368
11369 2010-08-17  Glenn Morris  <rgm@gnu.org>
11370
11371         * gnus-sync.el: Require gnus components whose functions are used.
11372
11373         * gnus-art.el (bookmark-make-record-function):
11374         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11375         Declare for compiler.
11376
11377         * mm-url.el (mml-compute-boundary): Autoload.
11378
11379 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11382
11383 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         Typo fix "hoo4a" -> "hook".
11386
11387         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11388
11389 2010-08-14  Glenn Morris  <rgm@gnu.org>
11390
11391         * gnus-sync.el (gnus-sync): Fix defgroup version.
11392
11393 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11394
11395         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11396
11397         * gnus-sync.el: Fix docs.
11398         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11399         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11400
11401 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11402
11403         Optimizations for gnus-sync.el.
11404
11405         * gnus-sync.el: Add docs about gnus-sync-backend
11406         possibilities.
11407         (gnus-sync-save): Remove unnecessary message.
11408         (gnus-sync-read): Optimize and show what groups were skipped.
11409
11410 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11411
11412         Minor bug fixes for gnus-sync.el.
11413
11414         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11415         Don't read the sync on get-new-news.
11416
11417         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11418         quiet.
11419
11420         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11421         (fix typo).
11422
11423 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11424
11425         Make saving and restoring of hidden threads work with overlays.
11426         Patch applied by Ted Zlatanov.
11427
11428         * gnus-sum.el (gnus-hidden-threads-configuration)
11429         (gnus-restore-hidden-threads-configuration): Update to deal with text
11430         properties, rather than searching for a magic character.
11431
11432 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11433
11434         New gnus-sync.el library for synchronization of marks.
11435
11436         * gnus-sync.el: New library for synchronization of marks.
11437
11438         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11439         renamed from `gnus-registry-grep-in-list'.
11440
11441         * gnus-registry.el (gnus-registry-follow-group-p):
11442         Use `gnus-grep-in-list'.
11443
11444         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11445
11446 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11449         determining charset of text fails.
11450
11451 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * nnmail.el (nnmail-get-new-mail-1): Revert.
11454
11455         * nnml.el (nnml-active-number): Make sure names of newly created groups
11456         in nnml-group-alist are encoded.
11457
11458 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11461         containing non-ASCII characters in active file for nnml back end.
11462
11463 2010-07-24  David Engster  <dengste@eml.cc>
11464
11465         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11466         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11467
11468 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11469
11470         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11471         tag (Bug#6654).
11472
11473 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11476         the article buffer, not the summary buffer.
11477
11478 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11481         Emacs 23 as well.
11482
11483 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11486         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11487
11488 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11489
11490         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11491         Patch applied by Karl Fogel.
11492
11493         * gnus-sum.el (gnus-summary-bookmark-make-record):
11494         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11495
11496 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11497
11498         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11499         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11500         C-w still not working correctly from Article buffers; Thierry's
11501         patch to fix that will be applied after this.
11502
11503         * gnus-art.el (bookmark-make-record-function): New local variable.
11504
11505         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11506         article buffer.
11507         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11508
11509 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11510
11511         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11512         on changes in bookmark.el.
11513
11514 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11517         `no-log' instead of message not to log prompt string.
11518
11519 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11520
11521         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11522         the *other* type of HTML form submission.
11523
11524 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11525
11526         * auth-source.el (auth-source-pick): If choice does not contain a
11527         questioned keyword, set the check to t.
11528
11529 2010-06-12  Romain Francoise  <romain@orebokech.com>
11530
11531         * gnus-util.el (gnus-date-get-time): Move up before first use.
11532
11533 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11536         (gnus-article-edit-part): Bind it to make last part that is substituted
11537         or deleted visible.
11538         (gnus-mime-display-single): Buttonize part of which id equals to
11539         gnus-mime-buttonized-part-id.
11540
11541 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11542
11543         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11544         (gnus-dd-mmm): Use gnus-date-get-time.
11545         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11546         simplify logic.
11547         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11548         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11549
11550 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11551
11552         * auth-source.el (top): Autoload `secrets-list-collections',
11553         `secrets-create-item', `secrets-delete-item'.
11554         (auth-sources): Fix tag string.
11555         (auth-get-source, auth-source-retrieve, auth-source-create)
11556         (auth-source-delete): New defuns.
11557         (auth-source-pick): Rewrite in order to avoid 2 passes.
11558         (auth-source-forget-user-or-password): New parameter USERNAME.
11559         (auth-source-user-or-password): New parameters CREATE-MISSING and
11560         DELETE-EXISTING.  Retrieve password interactively, if needed.
11561
11562 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11563
11564         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11565         deleting unused directories when gnus-expert-user is t.
11566
11567 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11570         for each temp file when gnus-article-browse-delete-temp is ask.
11571
11572 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11573
11574         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11575         Replace Lisp calls to delete-backward-char by calls to delete-char.
11576
11577 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11578
11579         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11580
11581 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11582
11583         * password-cache.el (password-cache-remove): Fix docstring.
11584
11585 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11588         article unless decoding article to be saved.
11589
11590 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11593         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11594         generated within the mm-with-unibyte-current-buffer macro.
11595
11596 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11599         to nil when we're in a mml-preview buffer and no group is selected.
11600
11601 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11602
11603         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11604         when catching the `C-g'.  Reported by "Leo".
11605
11606 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * message.el (message-forward-make-body-plain)
11609         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11610         multibyte-string-p.
11611
11612         * lpath.el: Revert.
11613
11614 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * message.el (message-forward-make-body-mml): Assume original message
11617         is multibyte string; error on unibyte.
11618         (message-forward-make-body-plain): Ditto; don't add excessive newline
11619         in body end.
11620
11621         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11622
11623 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11624
11625         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11626         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11627
11628 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * mm-extern.el (mm-extern-url): Don't use
11631         mm-with-unibyte-current-buffer.
11632         (mm-extern-cache-contents): Use with-current-buffer instead of
11633         save-excursion + set-buffer.
11634
11635 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * mm-util.el (mm-emacs-mule): Remove.
11638
11639 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11640
11641         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11642         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11643         change.
11644
11645 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11648         bind the default value of enable-multibyte-characters to nil.
11649
11650 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * message.el (message-forward-make-body-plain)
11653         (message-forward-make-body-mml):
11654         Don't use mm-with-unibyte-current-buffer.
11655
11656 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11657
11658         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11659
11660 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11661
11662         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11663         (Bug#5592).
11664
11665 2010-05-07  Julien Danjou  <julien@danjou.info>
11666
11667         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11668         it to mm-pipe-part.
11669
11670         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11671         it is given.
11672
11673 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * binhex.el (binhex-decode-region-internal):
11676         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11677         (dns-query):
11678         * nnweb.el (nnweb-gmane-search):
11679         * pgg-parse.el (pgg-parse-armor):
11680         * pgg.el (pgg-verify-region):
11681         * sha1.el (sha1-string-external):
11682         * uudecode.el (uudecode-decode-region-internal):
11683         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11684         XEmacs.
11685
11686         * gnus-art.el (gnus-article-browse-html-parts):
11687         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11688         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11689         make-temp-file.
11690
11691         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11692         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11693         compiling.
11694
11695         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11696         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11697         XEmacs when compiling.
11698
11699         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11700         gnus-pick-mode-off-hook for XEmacs when compiling.
11701         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11702         gnus-binary-mode-off-hook for XEmacs when compiling.
11703
11704         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11705         Return nil if char-charset is not available.
11706
11707         * imap.el (imap-disable-multibyte)
11708         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11709         macros.
11710
11711         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11712         instead of encode-coding-string.
11713
11714         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11715         'xemacs) instead of mm-emacs-mule to switch function definitions.
11716         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11717
11718         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11719         bind temporary-file-directory for XEmacs;
11720         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11721         timer-set-function for XEmacs 21.4 and SXEmacs;
11722         bind timer-list for XEmacs 21.4 and SXEmacs;
11723         fbind char-charset and find-charset-region for non-Mule XEmacs;
11724         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11725         encode-coding-region and encode-coding-string for XEmacs having no
11726         file-coding feature.
11727
11728 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11729
11730         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11731
11732 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11735         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11736
11737 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11738
11739         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11740         alias `jka-compr-delete-temp-file' no longer exists.
11741
11742 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11743
11744         Use define-minor-mode in Gnus where applicable.
11745         * mml.el (mml-mode): Use define-minor-mode.
11746         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11747         (gnus-undo-mode): Use define-minor-mode.
11748         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11749         (gnus-dead-summary-mode): Use define-minor-mode.
11750         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11751         Initialize in declaration.
11752         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11753         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11754         (gnus-mailing-list-mode): Use define-minor-mode.
11755         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11756         (gnus-draft-mode): Use define-minor-mode.
11757         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11758         (gnus-dired-mode): Use define-minor-mode.
11759
11760 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11761
11762         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11763         handles on recursive mml-to-mime translation and check them for
11764         boundary delimiter collisions.  Reported by Greg Troxel.
11765
11766 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11769
11770 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11771
11772         * mm-util.el (mm-find-buffer-file-coding-system):
11773         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11774
11775 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11776
11777         * message.el (message-generate-headers): Record insertion of optional
11778         headers as well.  Otherwise the check to prevent repeated insertion of
11779         optional headers is a no-op.
11780
11781 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11782
11783         * smime.el: Don't mention CVS.
11784
11785         * nnrss.el (nnrss-fetch): Don't mention CVS.
11786
11787         * nnir.el: Don't mention CVS.
11788
11789 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11790
11791         * gnus-sum.el (gnus-summary-bookmark-make-record):
11792         Add `location' field.
11793
11794 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * lpath.el: Fbind bookmark-default-handler,
11797         bookmark-get-bookmark-record, bookmark-make-record-default,
11798         bookmark-prop-get for Emacs <23 and XEmacs.
11799
11800 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11801
11802         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11803         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11804         Use with-current-buffer to silence the byte-compiler.
11805         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11806         bother to require `gnus'.
11807         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11808
11809 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11810
11811         * gnus-sum.el (gnus-summary-bookmark-make-record)
11812         (gnus-summary-bookmark-jump): New functions.
11813         (gnus-summary-mode): Setup bookmark support.
11814
11815 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11816
11817         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11818         if set.
11819
11820 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11823         gnus-article-browse-html-save-cid-image; make it work recursively for
11824         forwarded messages as well.
11825         (gnus-article-browse-html-parts): Work when prefix arg is given.
11826         (gnus-article-browse-html-article): Doc fix.
11827
11828 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11829
11830         * message.el (message-default-mail-headers):
11831         (message-default-headers): Carry the value mail-default-headers over
11832         into message-default-mail-headers, rather than message-default-headers.
11833
11834 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11835
11836         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11837         charset.
11838
11839         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11840         charset into the <meta> tag when the article is encoded to utf-8.
11841
11842 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-art.el (gnus-article-browse-delete-temp-files):
11845         Delete directories as well.
11846         (gnus-article-browse-html-parts): Work for images that do not specify
11847         file names; delete temp directory when quitting; insert header at the
11848         right place; use file: scheme for image files.
11849
11850 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11851
11852         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11853         (gnus-article-browse-html-parts): Use it to make temporary cid image
11854         files in addition to html file so that browser may display them.
11855
11856 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11859
11860 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11861
11862         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11863
11864 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11865
11866         * auth-source.el (auth-sources): Change default to be simpler.
11867         Explain about Secret Service API sources.  Improve Customize options.
11868         (auth-source-pick): Change to accept any number of search parameters.
11869         Implement fallbacks iteratively, not recursively.  Add scoring on the
11870         second pass and sort by score.  Call Secret Service API when needed.
11871         (auth-source-user-or-password): Use it.  Call Secret Service API
11872         directly when needed to get the user name and the password.
11873
11874 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11875
11876         * message.el (message-interactive): Doc fix.
11877         (message-qmail-inject-args): Reflow.
11878         (message-kill-to-signature): Fix typo in docstring.
11879
11880         * smiley.el (smiley-buffer): Fix typo in docstring.
11881
11882 2010-03-24  Glenn Morris  <rgm@gnu.org>
11883
11884         * mail-source.el (gnus-message): Declare.
11885         (mail-source-delete-old-incoming): Require gnus-util.
11886
11887 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11890
11891         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11892
11893         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11894         password-cache's default if it is not bound.
11895         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11896         password-cache-expiry's default if it is not bound.
11897
11898         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11899         available in Emacs 21.
11900
11901         * lpath.el: Suppress compiler warnings for:
11902         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11903         XEmacs;
11904         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11905         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11906         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11907
11908 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11909
11910         * auth-source.el (auth-sources): Fix up definition so extra parameters
11911         are always inline.
11912
11913 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11914
11915         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11916         wasn't updated after mismatch.  Clear cached mailbox info correctly
11917         when uidvalidity changes.
11918         (nnimap-group-prefixed-name): New function to avoid some code
11919         duplication.
11920         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11921         (nnimap-request-group): Use it.
11922         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11923         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11924         with many imap folders.  This is done by caching the group status from
11925         the imap server persistently in a group parameter `imap-status'.  (This
11926         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11927         but not persistently, so every Gnus startup was still very slow.)
11928
11929 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11930
11931         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11932         delete the extra newline.  Otherwise editing of :string and :number
11933         types don't work.
11934
11935 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11936
11937         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11938         secrets.el dependency.
11939         (auth-sources): Add optional user name.  Add secrets.el configuration
11940         choice (unused right now).
11941
11942 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11943
11944         * gnus-sum.el (gnus-summary-make-menu-bar):
11945         Let `gnus-registry-install-shortcuts' fill in the functions.
11946
11947         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11948         warnings.
11949         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11950         (gnus-registry-install-shortcuts): Populate and use it in a
11951         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11952
11953 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11954
11955         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11956         In-place substitutions for the group name encoding/decoding.
11957         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11958         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11959         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11960         (nnimap-update-unseen, nnimap-request-list)
11961         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11962         (nnimap-request-set-mark, nnimap-split-to-groups)
11963         (nnimap-split-articles, nnimap-request-newgroups)
11964         (nnimap-request-create-group, nnimap-request-accept-article)
11965         (nnimap-request-delete-group, nnimap-request-rename-group)
11966         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11967         `encoded-mbx' for consistency.
11968         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11969         variable `imap-current-mailbox'.
11970
11971         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11972         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11973
11974 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11975
11976         * pop3.el (pop3-display-message-size-flag): Display message size byte
11977         counts during POP3 download.
11978         (pop3-movemail): Use it.
11979         (pop3-list): Implement listing of available messages.
11980
11981 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11982
11983         * nnir.el (nnir-get-article-nov-override-function): New function to
11984         override the normal NOV retrieval.
11985         (nnir-retrieve-headers): Use it.
11986
11987 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11988
11989         * auth-source.el (netrc-machine-user-or-password): Autoload.
11990
11991 2010-03-19  Glenn Morris  <rgm@gnu.org>
11992
11993         Stop message.el from loading about 40 libraries it doesn't always need.
11994         The general approach is to autoload rather than require, and to
11995         require in the specific functions rather than the file.  (Bug#5642)
11996
11997         * gmm-utils.el: Don't require wid-edit.
11998         (widget-create-child-value, widget-convert, widget-default-get):
11999         Autoload.
12000
12001         * gnus-util.el: Don't require time-date, netrc.
12002         (message-fetch-field, gnus-group-name-decode): Declare rather than
12003         autoloading.
12004         (gnus-fetch-field): Require message.
12005         (gnus-decode-newsgroups): Require gnus-group.
12006
12007         * ietf-drums.el: Don't require time-date.
12008
12009         * message.el: Don't require hashcash, canlock, ecomplete.
12010         Do require mail-utils.  Require nnheader only when compiling.
12011         (smtpmail-default-smtp-server): Remove declaration.
12012         (message-send-mail-function): Check smtpmail-default-smtp-server
12013         is bound rather than requiring smtpmail.
12014         (message-auto-save-directory, message-insert-signature):
12015         Use expand-file-name rather than nnheader-concat.
12016         (nnheader-insert-file-contents): Autoload.
12017         (hashcash-wait-async): Declare.
12018         (message-send-mail): Only call gnus-setup-posting-charset if
12019         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12020         (message-send-mail-with-sendmail): Require sendmail.
12021         (canlock-password, canlock-password-for-verify): Declare.
12022         (message-canlock-password): Require canlock.
12023         (nnheader-get-report): Autoload.
12024         (gnus-setup-posting-charset): Declare.
12025         (message-send-news): Require gnus-msg.
12026         (message-make-references, message-make-in-reply-to): Use mail-header-id
12027         rather than the alias mail-header-message-id.
12028         (ecomplete-add-item, ecomplete-save): Declare.
12029         (message-put-addresses-in-ecomplete): Require ecomplete.
12030         (ecomplete-display-matches): Autoload.
12031
12032         * mm-decode.el: Don't require mailcap, gnus-util.
12033         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12034         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12035         Autoload.
12036         (mailcap-mime-extensions): Declare.
12037
12038         * mm-encode.el: Don't require mailcap.
12039         (mailcap-extension-to-mime): Autoload.
12040
12041         * mml-sec.el: Don't require password-cache.
12042
12043         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12044         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12045         (mml-minibuffer-read-type): Require mailcap.
12046         (mml-preview): Require gnus-msg.
12047
12048         * mml1991.el: Require password-cache.
12049         (password-cache-expiry): Remove declaration.
12050
12051         * mml2015.el: Require password-cache.
12052         (password-cache-expiry): Remove declaration.
12053
12054         * nneething.el (mailcap): Require mailcap.
12055
12056         * nnheader.el (declare-function): Add compatibility stub.
12057         (message-remove-header): Declare rather than autoload.
12058         (nnheader-replace-header): Require message.
12059
12060         * nnimap.el (declare-function): Add compatibility stub.
12061         (netrc-parse, netrc-machine-user-or-password): Declare.
12062         (nnimap-open-connection): Require netrc.
12063
12064         * nntp.el (declare-function): Add compatibility stub.
12065         (netrc-parse, netrc-machine, netrc-get): Declare.
12066         (nntp-send-authinfo): Require netrc.
12067
12068         * rfc2047.el: Don't require qp.
12069         (quoted-printable-encode-region, quoted-printable-decode-string):
12070         Autoload.
12071
12072         * sieve-mode.el: Don't require easymenu.
12073         (easy-menu-add-item): Autoload it.
12074
12075         * spam-stat.el (time-to-number-of-days): Autoload it.
12076
12077 2010-03-19  Glenn Morris  <rgm@gnu.org>
12078
12079         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12080
12081 2010-03-18  Glenn Morris  <rgm@gnu.org>
12082
12083         * hashcash.el (declare-function): Remove duplicate definition.
12084
12085 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12086
12087         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12088         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12089         value if any backslash escapes).
12090
12091 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12094         if it is available.  (bug#5647)
12095
12096         * lpath.el: Suppress compiler warning for coding-system-from-name for
12097         Emacs 21 and XEmacs.
12098
12099 2010-03-14  Juri Linkov  <juri@jurta.org>
12100
12101         * hmac-def.el:
12102         * hmac-md5.el:
12103         * netrc.el: Fix keywords.
12104
12105 2010-02-26  Glenn Morris  <rgm@gnu.org>
12106
12107         * message.el (message-send-mail-function): Change the default, so that
12108         it inherits from a customized send-mail-function.  (Bug#5643)
12109
12110 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12111
12112         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12113         shell-command-to-string signals an error (bug#5299).
12114
12115 2010-02-24  Glenn Morris  <rgm@gnu.org>
12116
12117         * message.el (message-smtpmail-send-it)
12118         (message-send-mail-with-mailclient): Doc fixes.
12119
12120 2010-02-16  Glenn Morris  <rgm@gnu.org>
12121
12122         * message.el (message-default-mail-headers): Change the default value
12123         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12124
12125 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12128         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12129
12130 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12131
12132         * time-date.el (date-to-time): Doc fix (Bug#5408).
12133
12134 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12135
12136         * message.el (message-mail): Just pass yank-action on to message-setup.
12137         (message-setup): Handle (FUN . ARGS) form of yank-action.
12138         (message-with-reply-buffer, message-widen-reply)
12139         (message-yank-original): Handle non-buffer values of
12140         message-reply-buffer (Bug#4080).
12141         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12142
12143 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12144
12145         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12146         Fix typo in docstring.
12147
12148 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12149
12150         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12151         response.
12152
12153 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12156
12157         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12158
12159         * message.el (message-check-news-header-syntax): Protect against a
12160         string that `rfc822-addresses' returns when parsing fails.
12161
12162 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12165         (gnus-previous-char-property-change): New functions.
12166
12167         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12168
12169 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12170
12171         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12172         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12173
12174 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12175
12176         * message.el (message-exchange-point-and-mark): Rework last change to
12177         avoid using optional arg of exchange-point-and-mark, for backward
12178         compatibility.
12179
12180 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12181
12182         * message.el (message-exchange-point-and-mark):
12183         Call exchange-point-and-mark with an argument rather than setting
12184         mark-active by hand (Bug#5175).
12185
12186 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * nntp.el (nntp-service-to-port): Work for service expressed with
12189         numeric string; replace [:digit:] with [0-9] for XEmacs.
12190
12191 2009-12-17  Glenn Morris  <rgm@gnu.org>
12192
12193         * gnus-group.el (gnus-bug-group-download-format-alist):
12194         Change emacs entry to debbugs.gnu.org.  Bump :version.
12195
12196 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12199
12200 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * message.el (message-info): Explain why we use `Info-goto-node'.
12203
12204 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12207
12208 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12209
12210         * message.el (message-completion-in-region): New compatibility function.
12211         (message-expand-group): Use it.
12212
12213 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12216         with no unread article should be listed if the 2nd arg `predicate' is
12217         given.
12218
12219 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12222
12223 2009-11-29  Juri Linkov  <juri@jurta.org>
12224
12225         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12226         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12227         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12228
12229 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12230
12231         * sha1.el (sha1-string-external): default-directory "/" in case
12232         otherwise non-existent.  process-connection-type pipe for touch of
12233         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12234
12235 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12236
12237         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12238         it's comms related and sgml-mode.el has "comm" on that basis too.
12239
12240 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12243         containing tspecial characters if they have been already quoted.
12244
12245 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12246
12247         * dns-mode.el (auto-mode-alist): Purecopy string.
12248
12249 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12250
12251         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12252
12253 2009-10-24  Glenn Morris  <rgm@gnu.org>
12254
12255         * gnus-art.el (help-xref-stack-item): Define for compiler.
12256
12257 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12258
12259         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12260
12261 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12264
12265 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12268         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12269
12270 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12273         (gnus-overlays-in): New alias to overlays-in.
12274
12275         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12276         gnus-overlay-get, and gnus-delete-overlay.
12277         (gnus-summary-show-thread): Make it work as well for systems in which
12278         next-single-char-property-change is not available.
12279         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12280
12281         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12282         (gnus-overlay-get): New alias to extent-property.
12283         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12284
12285         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12286         SXEmacs.
12287
12288         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12289         SXEmacs.
12290
12291 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12294
12295 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12296
12297         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12298         and XEmacs that don't have `remove-overlays'.
12299
12300 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12301
12302         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12303         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12304         selective display.  Use overlays instead.
12305
12306 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12307
12308         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12309
12310 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12311
12312         * spam-stat.el (spam-stat-load): Fix typo in message.
12313
12314 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12315
12316         * dig.el (dig-invoke): Fix typo in docstring.
12317         (query-dig): Reflow docstring.
12318
12319 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12320
12321         * gnus-art.el (gnus-article-encrypt-body):
12322         * message.el (message-check-recipients):
12323         * mm-util.el (mm-codepage-setup):
12324         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12325         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12326
12327 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12328
12329         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12330         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12331         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12332         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12333         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12334
12335 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12336
12337         * dig.el: Add "Keywords: comm", as per net-utils.el.
12338
12339 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12340
12341         * dig.el (dig-mode): Use define-derived-mode.
12342
12343 2009-09-19  Glenn Morris  <rgm@gnu.org>
12344
12345         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12346
12347 2009-09-18  Glenn Morris  <rgm@gnu.org>
12348
12349         * gnus-diary.el (gnus-diary-check-message):
12350         * message.el (message-insert-formatted-citation-line):
12351         * nnbabyl.el (top-level):
12352         * nndiary.el (nndiary-schedule):
12353         Fix typos in condition-case handlers.
12354
12355 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12358         configuration that provides the sole article window in a frame;
12359         position point correctly after deleting a part.
12360
12361 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12362
12363         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12364         (spam-resolve-registrations-routine): Use it to unregister articles
12365         that change status.
12366
12367 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12370         with XEmacs.
12371         (parse-time-string-chars): Use it.
12372
12373 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * imap.el (imap-interactive-login): Better messages.
12376         (imap-open): Fix bug with renamed buffer on reconnect.
12377         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12378         for easier debugging and cleaner code.  On successful (guessed based on
12379         server capabilities) secondary authentication, set imap-state
12380         correctly.
12381         (imap-last-authenticator): Define imap-last-authenticator as a variable
12382         to avoid warnings.
12383
12384 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * nnrss.el (nnrss-request-article): Remove binding of
12387         default-enable-multibyte-characters that has gotten needless by
12388         the 2007-07-13 change in rfc2047-encode-message-header.
12389
12390         * mml.el (mml-insert-multipart): Error on the message header.
12391         (mml-insert-part): Error on the message header; position point at
12392         the end of a MIME tag.
12393
12394 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * time-date.el (autoload): Expand define-obsolete-function-alias into
12397         defalias and make-obsolete for old Emacsen that Gnus supports.
12398         (with-no-warnings): Define it for old Emacsen.
12399         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12400         is available.
12401         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12402         float-time is available; suppress compile warning for time-to-seconds.
12403
12404         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12405         (gnus-float-time): Alias to float-time if it exists.
12406
12407         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12408         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12409         float-time is available; suppress compile warning for time-to-seconds.
12410
12411         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12412         XEmacs.
12413
12414 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12415
12416         * imap.el (imap-message-map): Docstring fix.
12417
12418 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12421         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12422         Add the optional argument `encoding' that overrides the default.
12423
12424         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12425         mm-encode-buffer.
12426
12427 2009-09-04  Glenn Morris  <rgm@gnu.org>
12428
12429         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12430         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12431         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12432         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12433         * mm-util.el (mm-with-unibyte-current-buffer)
12434         (mm-find-buffer-file-coding-system):
12435         * yenc.el (yenc-decode-region): Use default-value rather than
12436         default-enable-multibyte-characters.
12437
12438 2009-09-03  Glenn Morris  <rgm@gnu.org>
12439
12440         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12441         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12442         than default-enable-multibyte-characters.
12443
12444 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12445
12446         * gnus-art.el (gnus-article-read-summary-keys):
12447         Fix gnus-buffer-configuration's value temporarily used.
12448
12449 2009-09-02  Glenn Morris  <rgm@gnu.org>
12450
12451         * gnus-util.el (gnus-float-time): New function.
12452         * gnus-delay.el (gnus-delay-article):
12453         * gnus-sum.el (gnus-thread-latest-date):
12454         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12455         * nnspool.el (nnspool-request-newgroups):
12456         Use gnus-float-time rather than time-to-seconds.
12457         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12458
12459         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12460         (gnus-header-subject-face, gnus-header-newsgroups-face)
12461         (gnus-header-name-face, gnus-header-content-face):
12462         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12463         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12464         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12465         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12466         (gnus-cite-face-11):
12467         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12468         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12469         (gnus-server-closed-face, gnus-server-denied-face)
12470         (gnus-server-offline-face):
12471         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12472         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12473         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12474         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12475         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12476         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12477         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12478         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12479         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12480         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12481         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12482         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12483         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12484         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12485         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12486         (gnus-summary-high-undownloaded-face)
12487         (gnus-summary-low-undownloaded-face)
12488         (gnus-summary-normal-undownloaded-face)
12489         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12490         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12491         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12492         (gnus-splash-face):
12493         * message.el (message-header-to-face, message-header-cc-face)
12494         (message-header-subject-face, message-header-newsgroups-face)
12495         (message-header-other-face, message-header-name-face)
12496         (message-header-xheader-face, message-separator-face)
12497         (message-cited-text-face, message-mml-face):
12498         * sieve-mode.el (sieve-control-commands-face)
12499         (sieve-action-commands-face, sieve-test-commands-face)
12500         (sieve-tagged-arguments-face):
12501         * spam.el (spam-face):
12502         Mark face aliases with "-face" in the name as obsolete.
12503
12504 2009-09-01  Glenn Morris  <rgm@gnu.org>
12505
12506         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12507         than goto-line.
12508
12509 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12512         Don't move point if the command is invoked inside the message header.
12513
12514 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12515
12516         * imap.el (imap-send-command): Simplify.
12517         (imap-wait-for-tag): point-max -> buffer-size.
12518
12519 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12520
12521         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12522         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12523         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12524         * nnir.el (nnir-swish-e-index-file):
12525         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12526         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12527         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12528         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12529         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12530         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12531
12532 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12535         Don't save excursion.
12536
12537 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12538
12539         * nnheader.el (nnheader-find-file-noselect):
12540         * mm-util.el (mm-insert-file-contents):
12541         Use (default-value 'major-mode) instead of default-major-mode.
12542
12543 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12544
12545         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12546
12547 2009-08-26  Glenn Morris  <rgm@gnu.org>
12548
12549         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12550         than placing in files.el.
12551
12552 2009-08-25  Glenn Morris  <rgm@gnu.org>
12553
12554         * nnir.el (top-level): Don't require cl at run-time.
12555         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12556         Replace cl-function substitute with gnus-replace-in-string.
12557         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12558         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12559         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12560         simplified expansions.
12561
12562 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12563
12564         * dig.el (dig): Add autoload cookie.
12565
12566 2009-08-22  Glenn Morris  <rgm@gnu.org>
12567
12568         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12569         goto-line.
12570
12571 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12572
12573         * parse-time.el (parse-time-string-chars): Save match data.
12574
12575 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12576
12577         * parse-time.el (parse-time-string-chars): Compute using character
12578         classes, to handle non-ascii characters (Bug#3190).
12579
12580 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12583
12584         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12585         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12586         (gnus-mm-display-part, gnus-mime-display-single)
12587         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12588         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12589
12590         * gnus-sum.el
12591         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12592         (gnus-summary-move-article): Add expirable mark to articles copied or
12593         moved to group that has auto-expire turned on if the option is non-nil.
12594
12595 2009-07-24  Glenn Morris  <rgm@gnu.org>
12596
12597         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12598         Fix typo.  (Bug#3903)
12599
12600 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12603         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12604         that should not be used for draft articles.
12605         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12606         that has no concern in minor mode keys.
12607         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12608         Abolish.
12609
12610 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12613         article without making inquiry to a user for unknown encoding.
12614
12615         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12616         (nnmaildir--scan): Assume i-node and device number that file-attributes
12617         returns might be cons-cell.
12618
12619         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12620
12621         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12622
12623 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12624
12625         * auth-source.el: Remove docs now in auth.texi.  Don't use
12626         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12627         `auth-source-hide-passwords' and use them.
12628
12629 2009-07-15  Glenn Morris  <rgm@gnu.org>
12630
12631         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12632
12633 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12636         excessive whitespace from the default values of title and description.
12637
12638 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12641         mail-fetch-field to fetch Content-Description header in order to
12642         exclude newlines.
12643
12644 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12645
12646         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12647         format used by GnuPG 2.0.11.
12648
12649 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12652         to deleted part.
12653
12654 2009-05-30  David Engster  <dengste@eml.cc>
12655
12656         * nnmairix.el: Remove old documentation in the commentary block.
12657         (nnmairix-request-group): Do not update active file for nnml back ends.
12658         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12659         end so that overview files are ignored.
12660         (nnmairix-update-groups): Make updating the groups more robust by using
12661         marks.
12662         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12663         with dollar characters in message-id.
12664
12665 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12668         2008-12-25 in dns.el.
12669
12670 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12671
12672         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12673         could happen if the text is only composed of spaces and/or tabs.
12674
12675 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12676
12677         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12678         when sending a queued message to avoid extra mml tags.
12679
12680 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12683
12684 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12687         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12688         rmail-toggle-header for XEmacs;
12689         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12690
12691 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-dired.el: Remove autoload for gnus-setup-message.
12694         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12695         displaying Gnus logo; always use compose-mail.
12696
12697 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12700
12701 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12704         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12705         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12706         available.
12707         (gnus-nocem-epg-verify): New function.
12708
12709 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12712
12713 2009-02-15  Glenn Morris  <rgm@gnu.org>
12714
12715         * gnus-util.el (rmail-insert-rmail-file-header)
12716         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12717         autoloads.
12718         (rmail-default-rmail-file): Remove unnecessary declaration.
12719         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12720
12721 2009-02-14  Glenn Morris  <rgm@gnu.org>
12722
12723         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12724         variable (only used in gnus-util, which declares it anyway).
12725         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12726         which was only needed by gnus-art (changed to not use it any more).
12727         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12728         only used in gnus-util, which autoloads it itself.
12729         (rmail-update-summary): Fix autoload.
12730
12731         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12732         rather than rmail-output-to-rmail-file.
12733
12734 2009-02-07  Glenn Morris  <rgm@gnu.org>
12735
12736         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12737         autoload of function that no longer exists.
12738         (rmail-toggle-header): Declare.
12739         (message-forward-rmail-make-body): Handle mbox Rmail.
12740
12741 2009-01-31  Glenn Morris  <rgm@gnu.org>
12742
12743         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12744         2009-01-09 change.
12745
12746 2009-01-31  Dave Love  <fx@gnu.org>
12747
12748         * imap.el (imap-fetch-safe): Bind debug-on-error.
12749         (imap-debug): Add imap-fetch-safe.
12750
12751 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12752
12753         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12754         (auth-source-forget-all-cached): New convenience function.
12755         (auth-source-user-or-password): Accept list of modes or a single mode.
12756
12757         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12758         auth-source modes.
12759
12760         * netrc.el (netrc-machine-user-or-password): Use list of
12761         auth-source modes.
12762
12763         * nnimap.el (nnimap-open-connection): Use list of
12764         auth-source modes.
12765
12766         * nntp.el (nntp-send-authinfo): Use list of
12767         auth-source modes.
12768
12769 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12770
12771         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12772         now.
12773
12774 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12777         coding system in XEmacs; add a workaround for XEmacs.
12778
12779         * lpath.el: Fbind coding-system-aliasee.
12780
12781 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12784         of current-language-environment.
12785
12786 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12789         available at runtime.
12790
12791 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12794
12795 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12796
12797         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12798         the greatest positive fixnum value doesn't work under an XEmacs with
12799         bignum support; use the most-positive-fixnum constant instead,
12800         available since Emacs 21.1 with cl and XEmacs 21.1.
12801
12802 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12805         XEmacs gets not to work.
12806
12807 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * mm-util.el (mm-coding-system-priorities): Allow the value like
12810         "Japanese (UTF-8)" of current-language-environment.
12811
12812 2009-01-09  Glenn Morris  <rgm@gnu.org>
12813
12814         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12815         with last-command-event.
12816
12817 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12820         in the doc string.
12821
12822         * message.el (message-fix-before-sending): Amend comment.
12823
12824 2009-01-08  Dave Love  <fx@gnu.org>
12825
12826         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12827
12828 2009-01-07  David Engster  <dengste@eml.cc>
12829
12830         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12831         simplified server definitions by converting it via
12832         gnus-server-to-method.
12833
12834 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12837         parameter's operands.
12838
12839 2009-01-06  David Engster  <dengste@eml.cc>
12840
12841         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12842         primary select method (for gnus-group-mark-article-as-read).
12843
12844 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12845
12846         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12847         `(gnus)Face', not `(gnus)X-Face'.
12848
12849 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * mm-util.el (mm-ucs-to-char): New function.
12852
12853         * mm-url.el (mm-url-decode-entities): Use it.
12854
12855         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12856         unicode-to-char.
12857
12858 2009-01-05  Dave Love  <fx@gnu.org>
12859
12860         * time-date.el: Require cl for `declare'.
12861
12862 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12865         Dave Love.
12866
12867 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * message.el (message-fix-before-sending): Add `eight-bit' to
12870         illegible-text check.
12871
12872 2009-01-03  Michael Olson  <mwolson@gnu.org>
12873
12874         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12875         `headers' is nil.  This can occur if the IMAP server does not have
12876         permissions to read messages from a folder, but can write new messages
12877         to the folder.
12878         (nnimap-request-article-part): Do not insert `data' if it is nil.
12879
12880         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12881         characters which will confuse `read', so skip past them.
12882
12883 2009-01-01  Dave Love  <fx@gnu.org>
12884
12885         * imap.el (imap-string-to-integer): Fix typo.
12886         (imap-fetch-safe): New function.
12887         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12888
12889         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12890
12891         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12892         (imap-parse-greeting): Fix doc strings.
12893         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12894         (imap-parse-flag-list): Make messages unique.
12895         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12896
12897         * nnimap.el: Fix author email.
12898         (nnimap-split-rule): Add FIXME comment.
12899         (nnimap-debug): Fix doc string.
12900
12901 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12904
12905 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12908         nslookup if resolv.conf isn't available.
12909         (dns-query): Rename from query-dns.
12910         (dns-query-cached): Rename from query-dns-cached.
12911
12912 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12915         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12916         to check if those variables exist (first appeared in Emacs 18.50).
12917
12918 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * mm-util.el (mm-line-number-at-pos): New function.
12921
12922         * spam-report.el (spam-report-process-queue): Use it.
12923
12924 2008-12-24  David Engster  <dengste@eml.cc>
12925
12926         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12927         parameters that haven't existed as variables as buffer-local variables.
12928
12929 2008-12-23  Dave Love  <fx@gnu.org>
12930
12931         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12932         cadar.
12933
12934         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12935         imap-starttls-p.
12936         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12937
12938 2008-12-22  Dave Love  <fx@gnu.org>
12939
12940         * imap.el: Fix author email.  Doc fixes.
12941         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12942         reply.
12943
12944 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * spam-report.el (spam-report-gmane-max-requests): New constant.
12947         (spam-report-gmane-wait): New variable.
12948         (spam-report-gmane-ham, spam-report-gmane-spam)
12949         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12950         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12951         the server.
12952
12953         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12954         Add explanations.
12955
12956         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12957         nnheader-accept-process-output and nnheader-read-timeout if available.
12958         (pop3-movemail): Use it.
12959
12960         * message.el (message-check-news-body-syntax): Fix signature check if
12961         there's an attachment.
12962
12963 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * mm-util.el: Add comments to the mm- emulating functions.
12966
12967 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12970         Reported by Stephen Berman <stephen.berman@gmx.net>.
12971
12972 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * mm-util.el (mm-substring-no-properties): New function.
12975         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12976         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12977         (mm-string-to-multibyte): Doc fix.
12978
12979         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12980
12981 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * mml.el (mml-attach-file): Strip text properties from file name.
12984         (Bug#1574)
12985
12986 2008-12-16  Glenn Morris  <rgm@gnu.org>
12987
12988         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12989
12990 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12993         knows since the charset specified might be a bogus alias that
12994         mm-charset-synonym-alist provides.
12995
12996 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12999         "ISO_8859-1".
13000
13001         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13002
13003 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * mm-util.el (mm-charset-eval-alist):
13006         Define it before mm-charset-to-coding-system.
13007         (mm-charset-to-coding-system): Add optional argument `silent';
13008         define it before mm-charset-override-alist.
13009         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13010         default value if it can be used in Emacs currently running;
13011         silence mm-charset-to-coding-system.
13012
13013 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13016         `allow-override' which says whether to use `mm-charset-override-alist'.
13017         (rfc2047-decode-encoded-words): Use it.
13018
13019         * mm-util.el (mm-charset-override-alist): Fix custom type;
13020         add `(gb2312 . gbk)' to choices.
13021
13022 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13025         fast.
13026
13027         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13028
13029         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13030
13031 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13032
13033         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13034         on links.
13035
13036         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13037
13038 2008-12-03  Lute Kamstra  <lute@gnu.org>
13039
13040         * sha1.el: Remove leading * from docstrings of defcustoms,
13041         deffaces, defconsts and defuns.
13042
13043 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13046         users' addresses that don't have domain parts.
13047         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13048         rather than message-narrow-to-head since there will be the message
13049         header separator.
13050
13051 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13052
13053         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13054         since the result is inserted in a unibyte buffer anyway.
13055         (nnimap-demule-use-string-to-multibyte): Remove.
13056         (nnimap-demule): Alias it to mm-string-to-multibyte.
13057
13058 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13061         variable for debugging bug#464 and bug#1174.
13062         (nnimap-demule): Use it.
13063
13064 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13067         score calculation correctly.
13068
13069 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13070
13071         * message.el (message-send-mail): Just set the buffer to unibyte
13072         rather than use mm-with-unibyte-current-buffer which does a lot more.
13073         (message-send-mail-partially): Don't bother with
13074         mm-with-unibyte-current-buffer since it's already been made unibyte by
13075         message-send-mail.
13076
13077 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13080
13081 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13082
13083         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13084
13085 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13088         require itself and to remove `with-no-warnings'.
13089
13090 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13091
13092         * starttls.el (starttls-any-program-available): Get the name of the
13093         available TLS layer program.
13094         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13095         well as the host name in the "opening" message.
13096
13097         * auth-source.el (auth-source-cache, auth-source-do-cache)
13098         (auth-source-user-or-password): Cache passwords and logins by default,
13099         allow override with `auth-source-do-cache'.
13100         (auth-source-forget-user-or-password): Allow users to remove cache
13101         entries if needed.
13102
13103 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13104
13105         * md4.el (md4-buffer): Fix typo in docstring.
13106         (md4, md4-64): Doc fixes.
13107         (md4-pack-int32): Reflow docstring.
13108
13109 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13110
13111         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13112         condition-case to only the forward-sexp call.
13113
13114 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13117         quotes contained.  Make it more robust regardless by an extra
13118         condition-case wrapper.
13119
13120 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13123
13124 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * nnml.el (nnml-request-expire-articles): Check if the function set to
13127         `nnmail-expiry-target' returns the symbol `delete'.
13128
13129         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13130
13131         * nnmail.el (nnmail-expiry-target): Fix custom type.
13132
13133 2008-10-02  Glenn Morris  <rgm@gnu.org>
13134
13135         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13136         Silence compiler warning.
13137
13138 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13139
13140         * tls.el (open-tls-stream): Show the actual command being
13141         executed, instead of the format string.
13142
13143 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * lpath.el: Fbind codepage-setup for Emacs 23.
13146
13147 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13148
13149         * mml.el (mml-menu): Don't assume mml2015 is bound.
13150
13151 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13154         exists.
13155
13156 2008-09-27  Glenn Morris  <rgm@gnu.org>
13157
13158         * gnus-util.el (mail-header-remove-comments): Autoload it.
13159
13160 2008-09-27  Andreas Schwab  <schwab@suse.de>
13161
13162         * gnus-util.el (gnus-split-references): Strip comments.
13163         (gnus-parent-id): Likewise.
13164
13165 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * message.el (message-confirm-send): Fix version.
13168
13169 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * message.el (message-idna-to-ascii-rhs-1): Use
13172         mail-extract-address-components rather than mail-header-parse-addresses
13173         that is an alias by default to ietf-drums-parse-addresses that does not
13174         support non-ASCII names in headers' contents.
13175
13176 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13177
13178         * message.el (message-confirm-send): Fix variable documentation to
13179         avoid the "y/n" wording.
13180
13181 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13182
13183         * message.el (message-set-auto-save-file-name): Save to a different
13184         filename so multiple messages (especially drafts) can be recovered.
13185
13186 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13187
13188         * message.el (message-confirm-send): Add appropriate version.
13189
13190 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13191
13192         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13193         defvar.
13194
13195 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13196
13197         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13198         (mm-pkcs7-enveloped-magic): Ditto.
13199
13200 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13201
13202         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13203         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13204
13205 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13206
13207         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13208         default, it's better.
13209
13210 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13213         summary line gnus-number property and ignore them (with a warning
13214         message).
13215
13216 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13219         macro caddr in the interactive form since it won't be expanded.
13220
13221 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13224         `charset'; fix name of function called recursively.
13225         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13226
13227 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13230         (gnus-mime-set-charset-parameters): New function.
13231         (gnus-mime-view-part-as-charset): Use it to correctly display part
13232         specifying wrong charset.
13233
13234 2008-09-08  David Engster  <dengste@eml.cc>
13235
13236         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13237         in completing-read for back end server.
13238
13239 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13240
13241         * message.el (message-confirm-send): New variable to confirm sending a
13242         message.
13243         (message-send): Use it.
13244
13245 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13246
13247         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13248
13249 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13252
13253 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13256         prevent tracking too many groups.
13257         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13258         Use it.
13259
13260 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13261
13262         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13263         moving point to the bottom of the window in order to avoid recentering.
13264
13265 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13268
13269         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13270         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13271         (gnus-article-beginning-of-window): Fix calculation.
13272
13273 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-msg.el (gnus-summary-supersede-article)
13276         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13277         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13278         message header.
13279
13280 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13281
13282         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13283         pending output coming after the status change.
13284
13285 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13286
13287         * message.el:
13288         * gnus-start.el:
13289         * gnus-registry.el: Remove VMS support.
13290
13291 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13294         macro.
13295         (rfc2104-hash): Use it.
13296
13297 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13300         (gnus-summary-sort-by-most-recent-date): New commands.
13301         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13302         and menu entries.
13303
13304 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13307         don't redisplay article for raw contents; remove plural articles stuff.
13308
13309         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13310         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13311         on gnus-summary-save-article; display results properly.
13312
13313 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * lpath.el: No need to fbind ns-focus-frame.
13316
13317 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13320
13321 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (gnus-summary-save-in-pipe):
13324         Consider gnus-save-all-headers.
13325
13326 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13327
13328         * gnus-util.el (ns-focus-frame): Remove declaration.
13329         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13330         like x.
13331
13332 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13333
13334         * rfc2104.el (rfc2104-zero): Delete defconst.
13335         (rfc2104-hex-alist): Likewise.
13336         (rfc2104-hex-to-int): Delete func.
13337         (rfc2104-hexstring-to-bitstring): Likewise.
13338         (rfc2104-nybbles): New defconst.
13339         (rfc2104-hash): Rewrite for speed.
13340
13341 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * tls.el (open-tls-stream): Make it work with the 2nd argument
13344         BUFFER that is a string but does not exist as a buffer object, as
13345         mentioned in the doc-string.
13346
13347 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13350         SXEmacs.
13351
13352 2008-07-16  Glenn Morris  <rgm@gnu.org>
13353
13354         * gnus-util.el (ns-focus-frame): Declare for compiler.
13355
13356 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13359         set as a group parameter.
13360         (gnus-summary-save-in-pipe): Work when it is called independently.
13361         (gnus-summary-pipe-to-muttprint): Don't modify
13362         gnus-summary-pipe-output-default-command.
13363
13364 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13365
13366         * message.el (message-send-mail-with-sendmail):
13367         Display the error message.
13368
13369 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-art.el (gnus-default-article-saver):
13372         Add gnus-summary-save-in-pipe to choices.
13373         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13374         gnus-summary-pipe-output-default-command as the default command.
13375         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13376         instead of gnus-last-shell-command.
13377
13378         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13379         New user option.
13380         (gnus-summary-muttprint-program): Mention the value will be changed.
13381         (gnus-summary-save-article): Force showing of all headers.
13382         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13383
13384 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13385
13386         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13387
13388 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13389
13390         * nnimap.el (nnimap-id):
13391         * sieve-manage.el (sieve-manage-open): Doc fixes.
13392
13393 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13394
13395         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13396         if available.
13397
13398 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13399
13400         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13401
13402         * nnkiboze.el (nnkiboze-generate-group):
13403         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13404
13405         * nnmairix.el: Require CL.
13406
13407 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * dgnushack.el: Autoload get-display-table and put-display-table for
13410         XEmacs 21.5.
13411
13412         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13413         21.4 and SXEmacs.
13414
13415 2008-06-15  David Engster  <dengste@eml.cc>
13416
13417         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13418
13419 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13420
13421         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13422         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13423         runtime choice under XEmacs.
13424
13425         * gnus-sum.el (gnus-summary-set-display-table):
13426         Use `gnus-put-display-table', `gnus-get-display-table',
13427         `gnus-set-display-table' for the display table, instead of `aset'.
13428
13429         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13430         Use `gnus-put-display-table', `gnus-get-display-table',
13431         `gnus-set-display-table' for the display table.
13432
13433 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * nnmairix.el: Add autoloads.
13436
13437 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * nnmairix.el (nnmairix-delete-recreate-group)
13440         (nnmairix-update-and-clear-marks): Fix error messages.
13441
13442 2008-06-14  David Engster  <dengste@eml.cc>
13443
13444         * nnmairix.el: Upgrade to version 0.6.
13445         (nnmairix-group-toggle-propmarks-this-group)
13446         (nnmairix-group-toggle-readmarks-this-group)
13447         (nnmairix-group-delete-recreate-this-group)
13448         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13449         (nnmairix-remove-tick-mark-original-article): New commands.
13450         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13451         (nnmairix-propagate-marks-to-nnmairix-groups)
13452         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13453         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13454         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13455         functions needed for marks propagation and manipulation of read marks.
13456         (nnmairix-update-groups): New function.
13457         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13458         (nnmairix-determine-original-group-from-registry)
13459         (nnmairix-determine-original-group-from-path)
13460         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13461         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13462         New helper functions.
13463         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13464         keystrokes for new commands.
13465         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13466         (nnmairix-request-group): Check allow-fast group parameter.
13467         (nnmairix-request-create-group): Set allow-fast group parameter if
13468         nnmairix-allowfast-default is set.
13469         (nnmairix-close-group): Propagate marks upon closing if needed.
13470         (nnmairix-group-toggle-threads-this-group): Use new.
13471         nnmairix-group-toggle-parameter helper function.
13472         (nnmairix-search): Better check for empty search result.
13473         (nnmairix-goto-original-article): Use new helper functions for
13474         determining original article.
13475         (nnmairix-show-original-article): Make sure message-id is in brackets.
13476         (nnmairix-call-mairix-binary): Change variable name.
13477         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13478         helper function.
13479         (nnmairix-widget-toggle-activate): Fix doc string.
13480
13481 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * nnir.el: Require edmacro when compiling with XEmacs.
13484         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13485         available in Emacs 21.
13486
13487 2008-06-11  Glenn Morris  <rgm@gnu.org>
13488
13489         * gnus-util.el (x-focus-frame):
13490         * gnus.el (image-size):
13491         * mm-decode.el (image-size): Declare.
13492
13493         * gnus-picon.el (declare-function): Add compat definition.
13494         (image-size): Declare.
13495
13496         * gnus-group.el (tool-bar-map):
13497         * gnus-sum.el (tool-bar-map): Define for compiler.
13498
13499         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13500
13501         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13502
13503         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13504         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13505         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13506         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13507         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13508         * sieve-manage.el, spam-report.el, spam.el:
13509         Remove unnecessary eval-and-compile of autoloads.
13510
13511 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13512
13513         * auth-source.el: Precise Tramp doc.
13514
13515 2008-06-07  Glenn Morris  <rgm@gnu.org>
13516
13517         * nnmairix.el: Remove unnecessary eval-when-compile.
13518
13519 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * lpath.el: Fbind propertize for XEmacs 21.4.
13522
13523 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * nnir.el: Move here from ../contrib.
13526
13527 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13528
13529         * gnus-util.el (gnus-read-shell-command): New function.
13530         * mm-decode.el (mm-pipe-part):
13531         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13532
13533 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13536
13537 2008-06-03  Glenn Morris  <rgm@gnu.org>
13538
13539         * pop3.el (nnheader-accept-process-output): Autoload it.
13540
13541 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13544         are not 2-digit hexadecimal characters that follow `%'s.
13545
13546 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * message.el (message-bogus-recipient-p): Fix type in doc string.
13549         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13550         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13551         Improve custom options.
13552         (message-bogus-recipient-p): Adjust accordingly.
13553
13554 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13555
13556         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13557         long-form month and day names.
13558
13559 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * dgnushack.el: Autoload debug, eudc-expand-inline and
13562         pgg-snarf-keys-region for XEmacs.
13563
13564         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13565
13566         * nnmairix.el: Require edmacro when compiling with XEmacs.
13567
13568 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13571         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13572
13573 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13574
13575         * auth-source.el: Add more docs.
13576
13577         * netrc.el (netrc-machine): Always match if the port is not given.
13578
13579 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13580
13581         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13582         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13583         retrieval faster in some cases, but might make CPU usage larger.
13584         If this has any bad side effects, we might revert this change.
13585
13586         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13587         seems to make mail retrieval much, much faster.
13588         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13589         unconditionally.
13590
13591         * gnus-draft.el (gnus-group-send-queue):
13592         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13593
13594 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13597
13598         * message.el (message-bogus-address-regexp): Fix and improve custom
13599         type.
13600         (message-setup-hook): Add message-check-recipients as custom option.
13601
13602 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * message.el (message-cite-function): Remove bogus autoload which crept
13605         in during merge from v5-10.
13606
13607 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13608
13609         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13610
13611         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13612
13613         * auth-source.el: Preliminary Tramp docs.
13614         (auth-sources): Change the default auth-sources to use
13615         EPA .gpg files.
13616
13617 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * nntp.el: Autoload `auth-source-user-or-password'.
13620         (nntp-send-authinfo): Use it.
13621
13622         * nnimap.el: Autoload `auth-source-user-or-password'.
13623         (nnimap-open-connection): Use it.
13624
13625         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13626         for the gnus-message function.
13627         (auth-source-user-or-password): Use it.
13628
13629 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13630
13631         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13632         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13633         (rfc2104-hash): Use it.
13634
13635 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13636
13637         * gnus-art.el (gnus-article-toggle-truncate-lines):
13638         Don't use `iff' in docstring.
13639
13640 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13641
13642         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13643
13644         * gnus-util.el (gnus-extract-address-component-name)
13645         (gnus-extract-address-component-email): Convenience functions around
13646         `gnus-extract-address-components'.
13647
13648         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13649         Use `gnus-extract-address-component-email' to fix bug of comparing full
13650         sender name to `user-mail-address'.
13651
13652 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13653
13654         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13655         catch/throw to optimize.
13656         (gnus-registry-find-keywords): Just use member to find a keyword.
13657
13658 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13659
13660         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13661         is current before calling gnus-server-prepare.
13662         (gnus-server-setup-buffer, gnus-server-update-server)
13663         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13664
13665 2008-05-04  Juri Linkov  <juri@jurta.org>
13666
13667         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13668         (mailcap-file-default-commands): Use mailcap-replace-in-string
13669         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13670         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13671
13672 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13673
13674         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13675
13676 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13677
13678         * gnus.el: Bump version to 0.11.
13679
13680 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13681
13682         * gnus.el: No Gnus v0.10 is released.
13683
13684 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13685
13686         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13687         hooks.
13688         (gnus-update-read-articles): Speed up non-marks-using users.
13689         (gnus-use-marks): Define gnus-use-marks.
13690         (gnus-propagate-marks): Rename variable to something more sensible.
13691
13692 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13693
13694         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13695         (gmm-image-load-path-for-library): Fix typos in docstrings.
13696         (gmm-message): Reflow docstring.
13697
13698 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13699
13700         * mail-source.el (mail-source-set-1, mail-source-bind):
13701         Move auth-source code out of the macro to clean it up and fix bugs.
13702
13703 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13704
13705         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13706         by sender if it's equal to user-mail-address, it's likely to be
13707         useless.
13708
13709         * mail-source.el (mail-source-bind): Don't use user or password if they
13710         are not bound.  Unintern them if they are nil.  Don't use server unless
13711         it's bound, and default it to empty string otherwise.
13712
13713 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * mail-source.el: Load auth-source.el.
13716         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13717         get user name or password, if auth-sources is set up.
13718
13719         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13720         strategy of splitting with parent.
13721         (gnus-registry-split-fancy-with-parent)
13722         (gnus-registry-post-process-groups): Use it and fix prior
13723         bug (returning a list as the split result).
13724
13725         * auth-source.el (auth-sources): Remove server parameter.
13726         (auth-source-pick, auth-source-user-or-password)
13727         (auth-source-user-or-password-imap)
13728         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13729         (auth-source-user-or-password-sftp)
13730         (auth-source-user-or-password-smtp): Remove server parameter.
13731
13732 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13733
13734         * smime.el (smime-sign-region, smime-encrypt-region)
13735         (smime-decrypt-region):
13736         Remove redundant calls to `generate-new-buffer-name'.
13737
13738 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13739
13740         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13741         Don't use QP for message/rfc822.
13742         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13743
13744 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13745
13746         * sieve-manage.el (sieve-string-bytes): Remove.
13747         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13748         correct byte-length only if the process's coding-system is the same as
13749         the one used internally by Emacs to represent strings.
13750
13751 2008-04-22  Juri Linkov  <juri@jurta.org>
13752
13753         * mailcap.el (mailcap-file-default-commands): New function.
13754
13755 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * message.el (message-signature-separator, message-cite-function):
13758         Change custom version.
13759
13760 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13761
13762         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13763         commands.
13764         (tls-checktrust): Ditto.
13765
13766 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * mm-decode.el (mm-display-external): Make temp file read-only.
13769
13770 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13771
13772         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13773         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13774         `C-c C-f d'.
13775
13776 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13777
13778         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13779
13780 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * gnus.el: Bump version to 0.9.
13783
13784 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus.el: No Gnus v0.8 is released.
13787
13788 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13789
13790         * mail-source.el (mail-source-value):
13791         Prefer fboundp to functionp so it works with macros as well.
13792
13793 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13794
13795         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13796         Fix last change in case the element is not even a symbol.
13797
13798 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13799
13800         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13801         Prefer fboundp to functionp so it works with macros as well.
13802
13803 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13804
13805         * auth-source.el: Add docs.
13806         (auth-sources): Modify format to support server.
13807         (auth-source-pick, auth-source-user-or-password)
13808         (auth-source-user-or-password-imap)
13809         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13810         (auth-source-user-or-password-sftp)
13811         (auth-source-user-or-password-smtp): Add server parameter.
13812
13813 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13814
13815         * gnus-registry.el: Initialize the registry when gnus-registry-install
13816         is t.
13817
13818 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * compface.el (uncompface): Make buffer unibyte.
13821
13822 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13823
13824         * mail-source.el (mail-source-value):
13825         Prefer fboundp to functionp so it works with macros as well.
13826
13827 2008-04-05  Glenn Morris  <rgm@gnu.org>
13828
13829         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13830
13831 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13832
13833         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13834         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13835
13836         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13837         multibyteness after rather than before erasing it.
13838
13839         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13840         mm-with-multibyte.
13841         (gnus-request-article-this-buffer): Make sure the proper decoding is
13842         used if gnus-original-article-buffer happens to be unibyte.
13843
13844         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13845         default-enable-multibyte-characters.
13846
13847         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13848         default-enable-multibyte-characters.
13849
13850         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13851
13852         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13853
13854 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13855
13856         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13857         Fix last change in case the element is not even a symbol.
13858
13859 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13860
13861         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13862         (imap-message-copyuid-1): Use it.
13863         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13864         J. Williams in
13865         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13866
13867         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13868         imap-enable-exchange-bug-workaround.
13869         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13870
13871 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13872
13873         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13874         a 100 byte status-checks into a 2-3MB transfer for each group.
13875         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13876         to enable bug workaround or not.
13877         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13878
13879 2008-03-31  Glenn Morris  <rgm@gnu.org>
13880
13881         * message.el (mml2015-use): Declare for compiler.
13882         (message-info): Require mml2015 when appropriate.
13883
13884 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13887         whitespace.
13888
13889 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13890
13891         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13892         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13893         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13894         (nntp-service-to-port): New function.
13895         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13896         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13897         (nntp-open-netcat-stream): New function.
13898         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13899
13900 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13901
13902         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13903
13904 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13905
13906         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13907
13908 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13909
13910         * dns.el (dns-write): Use set-buffer-multibyte.
13911
13912 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13913
13914         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13915
13916 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * message.el (message-signature-separator): Change default.
13919         Improve custom type.
13920         (message-cite-function): Change default to
13921         message-cite-original-without-signature.
13922
13923         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13924         toggle.
13925
13926         * message.el (message-check-news-body-syntax): Fix signature check.
13927         (message-setup-1): Mark buffer as unmodified _after_ running
13928         message-setup-hook and handling message-alternative-emails.
13929         (message-shorten-references): Be more strict when building list of
13930         valid references to comply with GNKSA.
13931
13932         * gnus-group.el (gnus-read-ephemeral-bug-group)
13933         (gnus-read-ephemeral-debian-bug-group)
13934         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13935
13936         * message.el (message-info): Don't use booleanp which isn't supported
13937         in Emacs 21 and XEmacs.
13938
13939 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13942         gnus-group-gmane-group-download-format.
13943         (gnus-group-read-ephemeral-gmane-group): Rename from
13944         gnus-group-read-ephemeral-gmane-group.
13945         (gnus-read-ephemeral-gmane-group-url): Rename from
13946         gnus-group-read-ephemeral-gmane-group-url.
13947         (gnus-bug-group-download-format-alist): New variable.
13948         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13949         (gnus-read-ephemeral-emacs-bug-group): New commands.
13950
13951 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13954         (gnus-visible-headers): Improve custom type.
13955
13956 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13957
13958         * mml.el (mml-menu): Add workarounds for XEmacs.
13959
13960         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13961         X-Boundary header.
13962
13963         * message.el (message-simplify-recipients): Fix previous commit.
13964
13965 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13966
13967         * mm-util.el (mm-set-buffer-multibyte): New function.
13968         * mm-decode.el (mm-copy-to-buffer): Use it.
13969
13970         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13971         Prefer fboundp to functionp so it works with macros as well.
13972
13973 2008-03-19  Glenn Morris  <rgm@gnu.org>
13974
13975         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13976         Accidentally removed in the sync process with Emacs.
13977
13978 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * message.el (message-alter-recipients-discard-bogus-full-name):
13981         New function.
13982         (message-alter-recipients-function): New variable.
13983         (message-get-reply-headers): Use it.
13984         (message-replace-header): New helper function.
13985         (message-recipients-without-full-name): New variable.
13986         (message-simplify-recipients): New command.
13987
13988         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13989
13990         * message.el (message-info): Handle EasyPG manual.
13991
13992         * mml.el (mml-menu): Add entry for EasyPG.
13993
13994 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13995
13996         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13997         parameter.
13998
13999         * message.el (message-disassociate-draft): Specify drafts group name
14000         fully.
14001
14002 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14003
14004         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14005         Eliminate unnecessary duplicates from the match list.
14006
14007 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14010
14011         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14012
14013         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14014         args of `how-many' of which the XEmacs version doesn't take; declare
14015         Info-index-next as function.
14016
14017 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gnus-score.el (gnus-score-headers): Fix handling of
14020         gnus-inhibit-slow-scoring.
14021
14022         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14023         string.
14024         (gnus-button-url-regexp): Improve handling of parenthesis.
14025         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14026         (gnus-button-handle-info-keystrokes): Handle index entries.
14027
14028 2008-03-15  Glenn Morris  <rgm@gnu.org>
14029
14030         * parse-time.el (parse-time-string): Simplify.
14031
14032 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14035         Incoming* files.
14036
14037 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14038
14039         * auth-source.el (auth-sources): Rename from auth-source-choices.
14040         (auth-source-pick): Use it.
14041
14042 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14043
14044         * binhex.el (binhex-decode-region-internal):
14045         * uudecode.el (uudecode-decode-region-internal):
14046         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14047         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14048         setting default-enable-multibyte-characters.
14049
14050 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * auth-source.el (auth-source-protocols)
14053         (auth-source-protocols-customize, auth-source-choices): Add and
14054         modified variable customizations and defaults.
14055         (auth-source-pick, auth-source-user-or-password)
14056         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14057         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14058         (auth-source-user-or-password-sftp)
14059         (auth-source-user-or-password-smtp): Use new variables and provide an
14060         interface to netrc.el.
14061
14062 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14065         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14066         Make sure the nntp port to specify is a string.
14067
14068 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14069
14070         * nntp.el: Use with-current-buffer.
14071         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14072         dubious mm-with-unibyte-current-buffer.
14073         (nntp-with-open-group-function): New function extracted from
14074         nntp-with-open-group macro.
14075         (nntp-with-open-group): Use the function, so it's easier to debug.
14076         Add indentation and debugging info.
14077         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14078         Recommend the use of the netcat alternatives.
14079
14080         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14081         Avoid mm-string-as-multibyte as well.
14082
14083         * nnweb.el (nnweb-insert-html):
14084         Remove use of nnheader-string-as-multibyte.
14085
14086         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14087         (nnheader-string-as-multibyte): Remove.
14088
14089         * mm-view.el: Use inhibit-read-only.
14090         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14091         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14092         or unibyte-string.
14093
14094         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14095         (mm-uu-yenc-extract): Use with-current-buffer.
14096
14097         * gnus-soup.el (gnus-soup-send-packet): Don't use
14098         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14099
14100         * nnmh.el: Use with-current-buffer.
14101         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14102         mm-string-as-multibyte on the output of mm-encode-coding-string.
14103
14104         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14105         (nnimap-request-move-article): Use with-current-buffer.
14106
14107         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14108         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14109         conversion uses string-make-unibyte rather than string-as-unibyte.
14110
14111         * gnus-msg.el: Use with-current-buffer.
14112
14113         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14114
14115 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14116
14117         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14118         string for caching if it is 'PIN.
14119
14120 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * lpath.el: Consider the case without Emacs/W3.
14123
14124 2008-03-08  Glenn Morris  <rgm@gnu.org>
14125
14126         * time-date.el (date-to-time, time-subtract, time-add)
14127         (safe-date-to-time): Doc fixes.
14128
14129 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * mail-source.el (mail-source-delete-old-incoming-confirm):
14132         Change default to nil.
14133         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14134
14135 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * lpath.el: Rearrange.
14138
14139         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14140         (gnus-article-goto-prev-page): Work for articles having ^L's.
14141
14142         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14143
14144         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14145
14146 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14147
14148         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14149         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14150         (gnus-bookmark-jump): Adjust some variable names.
14151
14152 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14153
14154         * auth-source.el: New package.
14155         (auth-source-choices): Add customization entry point variable.
14156
14157         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14158         bug.
14159
14160 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14161
14162         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14163         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14164         (gnus-registry-install-shortcuts): Rename from
14165         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14166         the `gnus-registry-mark-map' keymap dynamically from
14167         `gnus-registry-marks'.  The generated functions update the summary line
14168         when a registry mark is added or deleted, and will call
14169         `gnus-registry-install-p' (see the comments in the code).
14170         (gnus-registry-user-format-function-M): Use concat intelligently.
14171
14172         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14173         the registry mark functions.
14174
14175 2008-03-05  Glenn Morris  <rgm@gnu.org>
14176
14177         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14178         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14179         gnus-art.
14180         (top-level): No need to load own source when compiling.
14181
14182 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14185         Suggested by <chris.anderton@zetnet.co.uk>.
14186
14187 2008-03-04  Glenn Morris  <rgm@gnu.org>
14188
14189         * gnus-sum.el (top-level): No need to require gnus when compiling,
14190         since unconditionally required near start of file.
14191         (gnus-summary-display-while-building): Move definition before use.
14192
14193 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14194
14195         * gnus-registry.el (gnus-registry-user-format-function-M):
14196         Add formatting function.
14197
14198 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14199
14200         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14201         with plists.
14202         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14203         Use new format.
14204
14205 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14208         `where-is-internal' that returns a range of key sequences.
14209
14210 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14211
14212         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14213
14214         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14215         (gnus-summary-jump-to-group): Consider windows on other displayed
14216         frames as well.  Similar changes might be needed elsewhere, but that's
14217         the one I've bumped into during my use.
14218
14219         * nndoc.el (nndoc-oe-dbx-type-p):
14220         * gnus-msg.el (gnus-debug):
14221         * gnus-group.el (gnus-update-group-mark-positions):
14222         Use mm-string-to-multibyte.
14223
14224 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14227         doesn't handle NotDashEscaped.
14228
14229         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14230         (mml-dnd-attach-options): Fix typo in custom choice.
14231
14232         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14233         Change nndoc-article-type to mbox.
14234         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14235
14236         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14237         to nil, instead of html2text.
14238
14239         * imap.el (imap-debug): Add `imap-ping-server'.
14240
14241         * gnus-bookmark.el: Add FIXMEs.
14242
14243         * message.el (message-form-letter-separator)
14244         (message-send-form-letter-delay): New variables.
14245         (message-send-form-letter): Use them.  New command to send form
14246         letters.  Requested by Uwe Siart.
14247         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14248
14249 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14250
14251         * Update copyright years.
14252
14253 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         Sync from EMACS_22_BASE.
14256
14257         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14258
14259 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14260
14261         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14262         empty author.
14263
14264 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14265
14266         * gnus-registry.el (gnus-registry-marks): Add variable for
14267         customization of marks and their appearance.
14268         (gnus-registry-read-mark): Use it.
14269         (gnus-registry-do-marks): Add utility function to loop through
14270         `gnus-registry-marks'.
14271         (gnus-registry-install-shortcuts-and-menus): Add function to install
14272         shortcuts and menus.
14273         (gnus-registry-initialize): Use it.
14274         (gnus-registry-default-mark): Clarify documentation.
14275
14276 2008-02-29  Glenn Morris  <rgm@gnu.org>
14277
14278         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14279         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14280         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14281         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14282         Change defcustom :version from 23.0 to 23.1.
14283
14284 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14285
14286         * gnus-registry.el (gnus-registry-follow-group-p)
14287         (gnus-registry-post-process-groups): Add functions to aid registry
14288         splitting and improve logging.  Clarify behavior in function
14289         documentation.
14290         (gnus-registry-split-fancy-with-parent): Use them.
14291
14292 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14293
14294         * gnus-art.el: Use with-current-buffer.
14295
14296 2008-02-27  David Engster  <dengste@eml.cc>
14297
14298         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14299         Express real group name in the response.
14300
14301 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14304         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14305         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14306         autoload gnus-registry-fetch-group when compiling.
14307         (nnmairix-request-group-with-article-number-correction):
14308         Remove unreferenced argument passed to nnmairix-call-backend.
14309
14310 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14313         (mm-uu-extract): Improve face for low color ttys.
14314         Reported by Sascha Wilde.
14315
14316 2008-02-27  Glenn Morris  <rgm@gnu.org>
14317
14318         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14319         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14320         variables to defconsts.  Convert comments to doc-strings.
14321         (nnmairix-last-server, nnmairix-current-server): Convert from free
14322         variables to defvars.  Convert comments to doc-strings.
14323         (gnus-registry-fetch-group): Autoload.
14324         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14325         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14326         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14327         caddr.
14328         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14329         nnmairix-request-group-with-article-number-correction call.
14330         (nnmairix-fast, nnmairix-group): New, less general names, for free
14331         variables passed from nnmairix-request-group to
14332         nnmairix-request-group-with-article-number-correction.  Declare.
14333         (nnmairix-request-group-with-article-number-correction):
14334         Use nnmairix-fast, nnmairix-group rather than fast, group.
14335
14336 2008-02-26  David Engster  <dengste@eml.cc>
14337
14338         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14339         version 0.5.
14340
14341 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14342
14343         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14344         instead of making an extra function call.  Don't add the current group
14345         to articles only when they have the group.  Use
14346         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14347         Reported by David <de_bb@arcor.de>.
14348
14349 2008-02-24  Miles Bader  <miles@gnu.org>
14350
14351         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14352         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14353         (mm-find-mime-charset-region):
14354         * mm-bodies.el (mm-encode-body):
14355         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14356
14357 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14360         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14361
14362 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * mail-source.el (mail-source-delete-incoming): Change default.
14365         Supplement doc string.
14366
14367         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14368
14369 2008-02-14  Glenn Morris  <rgm@gnu.org>
14370
14371         * time-date.el (format-seconds): New function.
14372
14373 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * nnmail.el (nnmail-message-id-cache-file): Derive from
14376         `gnus-home-directory'.
14377
14378 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14379
14380         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14381         Document negative prefix.
14382
14383         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14384
14385 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14386
14387         * message.el (message-unsent-separator): Add the Exim bounce
14388         separator.
14389
14390 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14391
14392         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14393         list.
14394         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14395         recipient/signer list.
14396
14397 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * Makefile.in (datarootdir): Define.
14400         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14401         name that might contain whitespace.
14402
14403 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14406         fbound (Emacs 23 unicode), signal an error.
14407
14408 2008-02-08  Glenn Morris  <rgm@gnu.org>
14409
14410         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14411
14412 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14413
14414         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14415         ports to the calls to `netrc-machine-user-or-password' in addition to
14416         "imap" and "imaps".
14417
14418 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14419
14420         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14421
14422         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14423
14424 2008-02-01  Kenichi Handa  <handa@m17n.org>
14425
14426         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14427         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14428         (rfc2104-hash): Convert the result of concat to unibyte string.
14429
14430 2008-02-01  Dave Love  <fx@gnu.org>
14431
14432         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14433         coding-system-for-read.
14434         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14435
14436 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14439         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14440         <hanche@math.ntnu.no>.
14441
14442 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14445
14446         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14447
14448 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14449
14450         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14451         * message.el (message-beginning-of-line): Use featurep instead of bound
14452         tests in order to resolve conditionals at compile time.
14453
14454 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14455
14456         * mail-source.el (mail-sources): Add `group' choice.
14457
14458         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14459         parameter `in-group' to control into which group the articles go.
14460         Add treatment of `group' mail-source.
14461
14462 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14465
14466         * mm-decode.el (mm-dissect-buffer): Decode description.
14467
14468         * mml.el (mml-to-mime): Encode message header first.
14469
14470 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14473         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14474
14475         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14476         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14477
14478 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14479
14480         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14481
14482 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14485         prefix keys.
14486         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14487         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14488         gnus-xmas.el.
14489
14490         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14491         (gnus-xmas-article-describe-bindings): New function.
14492         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14493         gnus-xmas-article-describe-bindings.
14494
14495         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14496
14497 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14500         Add new variables for article mark management.
14501         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14502         list of extra data entries which, when present, will indicate that the
14503         article ID should not be trimmed from the registry.
14504         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14505         functions.
14506         (gnus-registry-read-mark): New function to read a mark name from the
14507         user.
14508         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14509         (gnus-registry-set-article-mark-internal): New functions to add and
14510         remove marks.
14511         (gnus-registry-get-article-marks): New function to show the marks for
14512         an article, or retrieve them for further use.
14513
14514 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14517         keys when no argument is given.
14518
14519 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * imap.el (imap-ping-server): New variable.
14522         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14523         (imap-ping-server): Minor doc string fixes.
14524
14525 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14526
14527         * imap.el (imap-ping-server): New function.
14528         (imap-opened): Call imap-ping-server.
14529
14530 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * gnus-sum.el (gnus-article-sort-by-random)
14533         (gnus-thread-sort-by-random): Fix doc strings.
14534         Reported by jidanni@jidanni.org.
14535
14536 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-art.el (gnus-article-describe-bindings): New function.
14539         (gnus-article-read-summary-keys): Use it.
14540         (gnus-article-mode-map): Bind `C-h b' to it.
14541
14542 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14545         XEmacs.
14546         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14547         Protect against non-character events.
14548
14549         * lpath.el: Fbind map-keymap for Emacs 21.
14550
14551 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14554         New command.
14555         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14556         instead of END.  Change name of the temp file.
14557         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14558         customizable.
14559
14560 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14563         bind `S W' to gnus-article-wide-reply-with-original; set default
14564         binding to gnus-article-read-summary-send-keys.
14565         (gnus-article-read-summary-keys): Fix the order of keys; display
14566         continuation keys correctly in the echo area; describe bindings
14567         correctly when keys end with `C-h'.
14568         (gnus-article-read-summary-send-keys): New function.
14569         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14570         Work for gnus-article-read-summary-send-keys; display continuation keys
14571         correctly in the echo area.
14572         (gnus-article-reply-with-original): Ignore prefix argument.
14573         (gnus-article-wide-reply-with-original): New function.
14574
14575         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14576         Emacs 21.
14577
14578 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14581         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14582
14583 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14586         (gnus-group-read-ephemeral-gmane-group): New command.
14587
14588 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14589
14590         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14591
14592 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * message.el (message-send-mail-function): Increase custom version.
14595
14596         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14597         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14598
14599 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14602         for the cases where imap-authenticate is called with a nil buffer
14603         parameter.
14604
14605 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14608         html parts correctly; support forwarded messages.
14609         (gnus-article-browse-html-article): Remove work buffers.
14610
14611         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14612         compiling.
14613         (netrc-bound-and-true-p): New macro.
14614         (netrc-parse): Use it instead of bound-and-true-p that is not available
14615         in XEmacs 21.4.
14616
14617 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14618
14619         * gnus-registry.el (gnus-registry-mark-article)
14620         (gnus-registry-article-marks): Add functionality to mark articles
14621         through the Gnus registry.
14622
14623         * encrypt.el: Clarify documentation for the new pgg method.
14624         (encrypt-file-alist): Add PGG option.
14625         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14626         functionality.  Abstract password key and messaging to external
14627         functions.
14628         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14629         (encrypt-message-method-and-cipher): Add new convenience external
14630         functions.
14631         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14632         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14633
14634         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14635         (netrc-parse): Use encrypt-file-alist to determine if
14636         encrypt-find-model or encrypt-insert-file-contents should be used.
14637
14638         * encrypt.el: Clarify documentation.  Load password-cache or
14639         password, whichever one is found first, instead of autoloading.
14640
14641 2007-12-19  Glenn Morris  <rgm@gnu.org>
14642
14643         * mml.el (message-options-set, message-narrow-to-head)
14644         (message-in-body-p, message-mail-p, message-encode-message-body):
14645         Autoload.
14646         (message-remove-header, message-narrow-to-headers-or-head)
14647         (message-subscribed-p, message-make-mail-followup-to)
14648         (message-position-on-field, message-news-p)
14649         (message-options-set-recipient, message-generate-headers)
14650         (message-sort-headers): Declare as functions.
14651
14652 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14655         convention in doc string.
14656
14657 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14660         title to html parts.
14661         (gnus-article-browse-html-article): Pass message header to it.
14662
14663         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14664
14665 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14668         or password compatible with XEmacs.
14669
14670 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14673         format document.
14674         (gnus-mime-delete-part): Don't write description line if empty.
14675         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14676
14677 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14678
14679         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14680         (gnus-summary-mark-read-and-unread-as-read)
14681         (gnus-summary-mark-current-read-and-unread-as-read)
14682         (gnus-summary-mark-unread-as-ticked): Doc fix.
14683         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14684
14685 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14688         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14689
14690 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14693         yes-or-no-p.
14694
14695 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * mm-decode.el (mm-add-meta-html-tag): New function.
14698         (mm-save-part-to-file, mm-pipe-part): Use it.
14699
14700         * gnus-art.el (gnus-article-browse-delete-temp-files):
14701         Use gnus-y-or-n-p instead of y-or-n-p.
14702         (gnus-article-browse-html-parts): Work with message/external-body; use
14703         mm-add-meta-html-tag.
14704
14705 2007-12-11  Glenn Morris  <rgm@gnu.org>
14706
14707         * gnus-cache.el: Require gnus-sum not just when compiling.
14708
14709         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14710
14711         * gnus-int.el (gnus-server-opened, gnus-status-message):
14712         Move definitions before use.
14713
14714         * mm-decode.el: Require gnus-util.
14715         (mm-remove-part): Only call delete-annotation on XEmacs.
14716
14717         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14718
14719         * nnmail.el: Require gnus-int.
14720
14721         * spam.el: Move `require's before `eval-when-compile's.
14722
14723         * gnus-ems.el (gnus-alive-p):
14724         * gnus-fun.el (message-goto-eoh):
14725         * gnus-util.el (gnus-group-name-decode):
14726         * mail-source.el (gnus-compress-sequence):
14727         * message.el (Info-goto-node, format-spec):
14728         * mm-bodies.el (message-options-get):
14729         * mm-decode.el (mm-view-pkcs7):
14730         * mm-util.el (gmm-write-region):
14731         * mml-smime.el (mml-compute-boundary)
14732         (gnus-completing-read-with-default):
14733         * mml.el (widget-button-press, gnus-make-hashtable):
14734         * mml1991.el (mm-decode-content-transfer-encoding)
14735         (mm-encode-content-transfer-encoding)
14736         (message-options-get, message-options-set):
14737         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14738         * nnfolder.el (gnus-request-group):
14739         * nnheader.el (ietf-drums-unfold-fws):
14740         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14741         * smime.el (gnus-run-mode-hooks):
14742         * spam-stat.el (gnus-message): Autoload.
14743
14744         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14745         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14746         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14747         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14748         Add declare-function compatibility definition.
14749
14750         * gnus-cache.el (nnvirtual-find-group-art):
14751         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14752         (gnus-add-image, gnus-add-wash-type):
14753         * gnus-group.el (nnkiboze-score-file):
14754         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14755         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14756         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14757         (message-tokenize-header, gnus-get-buffer-create)
14758         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14759         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14760         * gnus.el (gnus-group-decoded-name):
14761         * mail-source.el (imap-capability):
14762         * mm-bodies.el (message-options-set):
14763         * mm-decode.el (gnus-configure-windows):
14764         * mm-extern.el (message-goto-body):
14765         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14766         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14767         (epg-sub-key-validity, message-options-set):
14768         * mml.el (widget-event-point, gnus-configure-windows):
14769         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14770         * mml2015.el (epg-check-configuration, epg-configuration)
14771         (message-options-set):
14772         * nndb.el (nndb-request-article):
14773         * nnfolder.el (gnus-request-create-group):
14774         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14775         * nnmaildir.el (gnus-group-mark-article-read):
14776         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14777         * rfc1843.el (message-fetch-field):
14778         * spam.el (gnus-extract-address-components):
14779         Declare as functions.
14780
14781 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14784
14785         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14786
14787         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14788         bind show-trailing-whitespace for XEmacs.
14789
14790 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14793         new no-op macro for backward compatibility.
14794
14795         * imap.el (imap-string-to-integer): New function.
14796
14797 2007-12-09  Glenn Morris  <rgm@gnu.org>
14798
14799         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14800
14801         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14802         * message.el, mm-view.el, sieve-manage.el, smime.el:
14803         Add declare-function compatibility definition.
14804
14805         * gnus-art.el (w3-region, w3m-region, Info-menu):
14806         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14807         * gnus-sum.el (gnus-get-predicate):
14808         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14809         * message.el (mail-abbrev-in-expansion-header-p):
14810         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14811         (w3m-detect-meta-charset, w3m-region):
14812         * sieve-manage.el (password-read, password-cache-add)
14813         (password-cache-remove):
14814         * smime.el (password-read-and-add): Declare as functions.
14815
14816 2007-12-08  David Kastrup  <dak@gnu.org>
14817
14818         * gnus-sum.el (gnus-summary-simplify-subject-query):
14819         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14820         `message'.
14821
14822 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14825         it to bind idna-program, installation-directory, defined-colors, and
14826         face-attribute for XEmacs of the version that compiles defcustom forms.
14827
14828 2007-12-07  Glenn Morris  <rgm@gnu.org>
14829
14830         * gnus-art.el (article-make-date-line): Revert previous change.
14831
14832 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14835
14836 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14837
14838         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14839         Call gnus-add-to-range ranges only once with a prepared article-list.
14840
14841 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14842
14843         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14844         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14845         group names with backslashes.
14846         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14847
14848 2007-12-06  Deepak Goel  <deego3@gmail.com>
14849
14850         * gnus-art.el (article-make-date-line):
14851         * gnus-start.el (gnus-load):
14852         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14853
14854 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-art.el (gnus-use-idna):
14857         * gnus-start.el (gnus-site-init-file):
14858         * message.el (message-use-idna):
14859         * mm-uu.el (mm-uu-hide-markers):
14860         * smiley.el (smiley-style): Revert changes that suppress warnings.
14861
14862 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14865         specify charset to html source.
14866         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14867
14868 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14871         idna-program in order to suppress byte compile warning issued by XEmacs
14872         that came to byte compile the default value section of defcustom forms
14873         recently.
14874
14875         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14876         value of installation-directory.
14877
14878         * message.el (message-use-idna): Don't directly refer to the value of
14879         idna-program.
14880
14881         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14882
14883         * smiley.el (smiley-style): Don't directly call face-attribute.
14884
14885 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14888
14889         * gnus-dired.el: Reduce Gnus dependencies.
14890         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14891         Don't require.  Use autoloads instead.
14892         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14893         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14894         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14895         (gnus-dired-mode): Adjust doc string.
14896         (gnus-dired-mail-mode): New variable.
14897         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14898         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14899         (gnus-dired-mail-buffers): New function.  Return mail or message
14900         composition buffers.
14901         (gnus-dired-attach): Use it.
14902         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14903         NO-DECODE.
14904         (gnus-dired-print): Use `gnus-print-buffer' depending on
14905         `gnus-dired-mail-mode'.
14906
14907 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * rfc2047.el (rfc2047-encoded-word-regexp)
14910         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14911         explaining what regexp patterns are for.
14912
14913 2007-12-04  Glenn Morris  <rgm@gnu.org>
14914
14915         * password.el: Move to password-cache.el.
14916
14917         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14918         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14919         * mml-smime.el (password-read, password-cache-add)
14920         (password-cache-remove):
14921         No need to autoload, since mml-sec requires password.
14922
14923         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14924         * message.el (gnus-extract-address-components):
14925         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14926
14927         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14928         password.
14929
14930 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * mailcap.el: Reduce dependencies.
14933         (mail-header-parse-content-type): Autoload.
14934         (mailcap-delete-duplicates): New alias.
14935         (mailcap-mime-info): Add optional argument NO-DECODE.
14936         (mailcap-mime-types): Use mailcap-delete-duplicates.
14937
14938         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14939
14940 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14941
14942         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14943         (imap-parse-status): Upcase status-att for servers that sends them
14944         lower-case (e.g., MS Exchange 2007).
14945
14946 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14947
14948         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14949         function.
14950
14951         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14952         (gnus-uu-yenc-article): New function.
14953
14954         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14955
14956         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14957
14958 2007-12-02  Glenn Morris  <rgm@gnu.org>
14959
14960         * binhex.el (binhex): New custom group.
14961         (binhex-decoder-program, binhex-decoder-switches)
14962         (binhex-use-external): Move to the binhex custom group.
14963
14964         * uudecode.el (uudecode): New custom group.
14965         (uudecode-decoder-program, uudecode-decoder-switches)
14966         (uudecode-use-external): Move to the uudecode custom group.
14967
14968         * netrc.el (top-level): Don't load `encrypt' features.
14969         (netrc-parse): Don't use encrypt.
14970         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14971
14972         * encrypt.el: Remove file.
14973
14974 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14977         matches on patches.
14978
14979         * gnus-art.el (gnus-article-browse-html-article):
14980         Mention `mm-text-html-renderer' in the doc string.
14981
14982         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14983         string.  Add comments.
14984
14985         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14986         if rhs is ASCII.
14987
14988 2007-12-01  Glenn Morris  <rgm@gnu.org>
14989
14990         * mail-source.el (top-level): Require format-spec before
14991         eval-when-compile.
14992
14993 2007-11-30  Glenn Morris  <rgm@gnu.org>
14994
14995         * encrypt.el: Require password, rather than autoloading password-read.
14996
14997 2007-11-29  Glenn Morris  <rgm@gnu.org>
14998
14999         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15000         (sasl-make-client, sasl-next-step, sasl-step-data)
15001         (sasl-step-set-data): Declare as functions.
15002
15003 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15006
15007 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15008
15009         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15010         certs should be verified and what is to be done in the event of a
15011         verification failure.
15012
15013         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15014         caller can indicate whether the cache should be disregarded for this
15015         call.  This way the result of the call is reproducible at all times and
15016         can be considered a canonical server name for the supplied method.
15017         (gnus-agent-method-p): Canonicalize server names by pushing their
15018         method through `gnus-method-to-server' using the no-cache argument.
15019
15020         * gnus-srvr.el (gnus-server-insert-server-line):
15021         Call `gnus-method-to-server' with `no-cache' argument.
15022
15023         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15024         gnus-agent-possibly-synchronize-flags as this should be called when the
15025         server is actually being opened.
15026         (gnus-agent-possibly-synchronize-flags)
15027         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15028         flags file of an agentized server to the latter function.
15029
15030         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15031         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15032         after a connection has been established successfully.
15033
15034 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-art.el (article-display-face): Force to display face if called
15037         interactively; check if gnus-article-x-face-too-ugly matches author.
15038         (article-display-x-face): Display face even if From header is missing
15039         as article-display-face does.
15040
15041 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15042
15043         * hashcash.el (message-narrow-to-headers-or-head)
15044         (message-fetch-field, message-goto-eoh)
15045         (message-narrow-to-headers): Declare as functions.
15046
15047 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * mail-source.el (mail-sources): Default to fetch from file for
15050         compatibility with default of nnmail-spool-file.
15051
15052 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15055         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15056         to look for encoded word that should be encoded again.
15057         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15058         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15059         encoding pattern.
15060         (rfc2047-decode-region): Switch strict regexp and loose one according
15061         to rfc2047-allow-irregular-q-encoded-words.
15062
15063 2007-11-25  Romain Francoise  <romain@orebokech.com>
15064
15065         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15066
15067 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * tls.el (tls-program): Provide more custom choices from
15070         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15071         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15072
15073 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15074
15075         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15076         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15077
15078         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15079         `nnmail-spool-file'.
15080
15081         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15082         `nnmail-spool-file'.
15083
15084         * gnus-move.el (gnus-change-server): Ditto.
15085
15086         * gnus-kill.el (gnus-batch-score): Ditto.
15087
15088         * gnus-cache.el (gnus-jog-cache): Ditto.
15089
15090         * gnus-msg.el (gnus-summary-reply):
15091         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15092
15093 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15096         version.  Minor improvement to doc strings.
15097         (tls-program): Add comment.
15098
15099 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15100
15101         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15102         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15103         mismatch between the hostname provided in the certificate and the name
15104         of the host connnecting to.
15105         (open-tls-stream): Use them.  Check certificates against trusted root
15106         certificates.
15107
15108 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus-cache.el (gnus-cache-generate-nov-databases):
15111         Use nnml-generate-nov-databases-directory instead of
15112         nnml-generate-nov-databases-1.
15113
15114 2007-11-24  Glenn Morris  <rgm@gnu.org>
15115
15116         * message.el (message-tool-bar-retro): Update for rename
15117         mail_send.xpm->mail-send.xpm.
15118
15119 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15122         `smime-ldap-search' for Emacs 22 and up.
15123
15124 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15125
15126         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15127
15128         * message.el (message-send-mail-function): Fix error convention.
15129         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15130         (message-widen-reply, message-send-mail, message-talkative-question)
15131         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15132         (message-clone-locals, message-send-news): Use with-current-buffer.
15133         (message-insert-or-toggle-importance): Remove unused var `valid'.
15134         (message-make-references): Remove unused var `new-references'.
15135         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15136
15137 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15138
15139         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15140         (spam-split-symbolic-return-positive): Reflow docstring.
15141         (spam-backends, spam-summary-exit-behavior)
15142         (spam-mark-ham-unread-before-move-from-spam-group)
15143         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15144         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15145         (spam-clear-cache, spam-backend-check, spam-install-backend)
15146         (spam-install-statistical-backend, spam-list-of-processors)
15147         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15148         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15149         (spam-check-crm114, spam-initialize, spam-unload-hook):
15150         Fix typos in docstrings.
15151
15152 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15155         been checked if they have never been read and those group levels are
15156         higher than the one that a user specified.
15157
15158 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15161         foreign groups unless a group level is specified by a user.
15162         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15163
15164 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * message.el (message-send-mail-function): Require sendmail.
15167
15168 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15169
15170         * message.el (message-send-mail-function): Check for smtpmail too.
15171
15172         * utf7.el (utf7-encode, utf7-decode): Use coding system
15173         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15174
15175         * message.el (message-send-mail-function): New function.
15176         (message-send-mail-function): Set default using
15177         message-send-mail-function.  Adjust doc string.
15178         (message-send-mail-with-mailclient): New function.
15179
15180 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15181
15182         * smime.el (from):
15183         * rfc2047.el (message-posting-charset):
15184         * qp.el (mm-use-ultra-safe-encoding):
15185         * pop3.el (parse-time-months):
15186         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15187         * nnml.el (files):
15188         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15189         (jka-compr-compression-info-list, ange-ftp-path-format)
15190         (efs-path-regexp):
15191         * nndiary.el (files):
15192         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15193         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15194         (epg-digest-algorithm-alist, inhibit-redisplay)
15195         (password-cache-expiry):
15196         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15197         (pgg-output-buffer, password-cache-expiry):
15198         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15199         (efs-path-regexp):
15200         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15201         (inhibit-redisplay):
15202         * mm-uu.el (file-name, start-point, end-point, entry)
15203         (gnus-newsgroup-name, gnus-newsgroup-charset):
15204         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15205         (latin-unity-ucs-list):
15206         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15207         (mm-uu-binhex-decode-function):
15208         * message.el (gnus-message-group-art, gnus-list-identifiers)
15209         (rmail-enable-mime-composing, gnus-local-organization)
15210         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15211         (gnus-read-active-file, facemenu-add-face-function)
15212         (facemenu-remove-face-function, gnus-article-decoded-p)
15213         (tool-bar-mode):
15214         * mail-source.el (display-time-mail-function):
15215         * gnus-util.el (nnmail-pathname-coding-system)
15216         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15217         (gnus-original-article-buffer, gnus-user-agent)
15218         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15219         (xemacs-codename, sxemacs-codename, emacs-program-version):
15220         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15221         * gnus-start.el (gnus-agent-covered-methods)
15222         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15223         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15224         (gnus-newsgroup-headers, gnus-group-list-mode)
15225         (gnus-group-mark-positions, gnus-newsgroup-data)
15226         (gnus-newsgroup-unreads, nnoo-state-alist)
15227         (gnus-current-select-method, mail-sources)
15228         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15229         (nnmail-spool-file, gnus-cache-active-hashtb):
15230         * gnus-mh.el (mh-lib-progs):
15231         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15232         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15233         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15234         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15235         (gnus-group-buffer):
15236         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15237         (font-lock-set-defaults):
15238         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15239         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15240         (gnus-summary-post-menu, total-parts, type, condition, length):
15241         * gnus-agent.el (gnus-agent-read-agentview):
15242         * flow-fill.el (show-trailing-whitespace):
15243         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15244         eval-and-compile wrappers for byte compiler pacifiers.
15245
15246         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15247         (mm-display-inline-fontify): Check for featurep 'xemacs not
15248         extent-list.
15249
15250         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15251         itimer-list.
15252         (mm-create-image-xemacs): Only do something for XEmacs.
15253         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15254
15255         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15256
15257         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15258         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15259
15260 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15261
15262         * nnimap.el (nnimap-split-download-body):
15263         * gnus-demon.el (gnus-demon):
15264         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15265
15266 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15269         New macros.
15270         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15271         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15272         copy data from unibyte buffer to multibyte current buffer.
15273         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15274         to copy data from unibyte current buffer to multibyte buffer.
15275         (nntp-make-process-buffer): Make process buffer unibyte.
15276
15277         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15278
15279 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15280
15281         * pop3.el (pop3-open-server): Accept and process data more robustly at
15282         connection start to avoid spurious "POP SSL connection failed" errors.
15283
15284 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15287         read group names.
15288
15289 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15292
15293 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15296         (nnmail-save-active): Use a unibyte buffer when saving active file,
15297         which may contain non-ASCII group names.
15298
15299         * nnml.el (nnml-request-group): Decode group names in messages.
15300
15301 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * message.el (message-citation-line-function)
15304         (message-insert-formatted-citation-line): Fix spelling of
15305         `message-insert-formated-citation-line'.
15306
15307 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15310
15311 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15314         nnmail-pathname-coding-system.
15315
15316         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15317         that a user enters; decode group names in messages.
15318
15319         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15320
15321 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15324
15325         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15326
15327         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15328         risky local variable.
15329
15330         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15331
15332 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15333
15334         * encrypt.el: Improve documentation to fix function name typo.
15335         Reported by Daiki Ueno <ueno@unixuser.org>.
15336
15337 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15340         even if the point is not in the last page of an article.
15341         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15342         back to the previous page.
15343
15344 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15347
15348 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15351
15352 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15353
15354         * message.el (message-check-news-body-syntax):
15355         Avoid mm-string-as-multibyte.
15356         (message-hide-headers): Don't assume (point-min)==1.
15357
15358 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * message.el (message-remove-blank-cited-lines): Fix if remove is
15361         given.
15362         (message-bogus-address-regexp): New variable.
15363         (message-bogus-recipient-p): New function.
15364         (message-check-recipients): New command.
15365         (message-syntax-checks): Add `bogus-recipient'.
15366         (message-fix-before-sending): Add `bogus-recipient'.
15367
15368         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15369         (gnus-treat-body-boundary): Don't test window-system.
15370
15371 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15372
15373         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15374
15375 2007-10-28  Miles Bader  <miles@gnu.org>
15376
15377         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15378         at compile-time too.
15379
15380 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * gnus-msg.el (gnus-message-setup-hook):
15383         Add `message-remove-blank-cited-lines' to options.
15384
15385 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * message.el (message-remove-blank-cited-lines): New function.
15388         Suggested by Karl Plästerer.
15389
15390 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15393         mapc.
15394
15395         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15396         (top-level): Use mapc to set functions to be traced for debugging.
15397
15398         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15399         called for effect with while loop.
15400
15401         * message.el (message-talkative-question): Replace mapcar called for
15402         effect with mapc.
15403
15404         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15405         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15406         called for effect with dolist.
15407
15408         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15409
15410         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15411         gnus-extra-headers and nnmail-extra-headers.
15412
15413         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15414         called for effect with dolist.
15415         (top-level): Use mapc to set functions to be traced for debugging.
15416
15417         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15418         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15419         dolist.
15420
15421         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15422         Replace mapcar called for effect with mapc.
15423         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15424         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15425         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15426         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15427
15428         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15429         remove-if that's a cl function.
15430
15431         * webmail.el (webmail-debug): Replace mapcar called for effect with
15432         dolist.
15433
15434         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15435         with mapc.
15436
15437 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15440         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15441         with while loop.
15442
15443         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15444         functions from article-* functions.
15445         (gnus-multi-decode-header): Replace mapcar called for effect with
15446         dolist.
15447
15448         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15449         (gnus-bookmark-show-details): Replace mapcar called for effect with
15450         while loop.
15451
15452         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15453         called for effect with while loop.
15454
15455         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15456         with dolist.
15457
15458         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15459         Replace mapcar called for effect with dolist.
15460
15461         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15462
15463         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15464         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15465         Replace mapcar called for effect with dolist.
15466         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15467         mapc.
15468
15469         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15470         Replace mapcar called for effect with dolist.
15471         (gnus-topic-list): Replace mapcar called for effect with mapc.
15472
15473         * gnus.el: Use mapc instead of mapcar to add autoloads.
15474
15475 2007-10-23  Richard Stallman  <rms@gnu.org>
15476
15477         * gnus-group.el (gnus-group-highlight): Mark as risky.
15478
15479 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus.el (gnus-server-to-method): Return method found first in
15482         gnus-newsrc-alist.
15483
15484         * gnus-art.el (gnus-article-highlight-signature)
15485         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15486         button overlay without the front stickiness.
15487
15488 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15489
15490         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15491         overview buffer needed a catch to receive its throw.
15492         (gnus-agent-flush-cache): Declare as interactive to make this function
15493         easier to use.
15494
15495 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15498         `next-line'.
15499
15500 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15503         exclude address matching message-dont-reply-to-names.
15504
15505 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * gnus-util.el (gnus-string<): New function.
15508
15509         * gnus-sum.el (gnus-article-sort-by-author)
15510         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15511
15512 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15515         the frame-focus tag is set in gnus-buffer-configuration.
15516
15517 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15520         the front stickiness.
15521
15522 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15525         url pattern; remove duplicate one.
15526         (gnus-article-extend-url-button): New function.
15527         (gnus-article-add-buttons): Use it.
15528         (gnus-button-push): Use concatenated url that it makes.
15529
15530 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15531
15532         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15533
15534 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15535
15536         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15537         Don't hardcode point-min==1.
15538
15539 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15542         Fix comment about "iso8859-1".
15543
15544 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15545
15546         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15547         ones returned from the verify-function.
15548
15549         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15550         Call mml2015-extract-cleartext-signature if extraction failed.
15551
15552 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15553
15554         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15555         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15556         failed.
15557
15558 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15561
15562 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15565         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15566         recommends to use EasyPG instead of PGG.
15567
15568         * pgg.el: Revert to revision 6.23.2.16.
15569
15570         * pgg-def.el: Revert to revision 6.6.2.14.
15571
15572         * pgg-gpg.el: Revert to revision 6.23.2.34.
15573
15574 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15577         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15578         thread for both the null and zero (kill/expire thread) universal prefix
15579         cases.
15580         (gnus-summary-expire-thread): Add new function to expire a thread,
15581         using gnus-summary-kill-thread.
15582         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15583         shortcuts for gnus-summary-expire-thread.
15584         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15585         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15586
15587 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15588
15589         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15590         extras value, so an extras entry can be deleted.
15591         (gnus-registry-delete-extra-entry): Use it.
15592         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15593         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15594         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15595         storage through the gnus-registry, and provide an appropriate API for
15596         it.
15597
15598 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15601         Suggested by Leo <sdl.web@gmail.com>.
15602
15603         * gnus.el: Do.
15604
15605 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15608         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15609
15610         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15611
15612         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15613         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15614
15615 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15618         newline.
15619         (nnmbox-request-accept-article): Don't change article in source buffer;
15620         narrow to header to use message-fetch-field rather than
15621         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15622         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15623         as delimiters; make sure article ends with newline.
15624         (nnmbox-delete-mail): Correct last position of article to be deleted;
15625         ignore X-Gnus-Newsgroup header in article body.
15626         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15627         positions; make sure article ends with newline.
15628
15629         * message.el (message-display-abbrev): Don't infloop when a user
15630         inserts SPC in the beginning of header.
15631
15632         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15633         coding-system-for-read and coding-system-for-write for XEmacs having no
15634         file-coding feature.
15635
15636         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15637
15638 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15639
15640         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15641         list of groups not followed by default.  Fix type to be regexp.
15642         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15643
15644 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15645
15646         * hmac-def.el (define-hmac-function): Switch from old-style to
15647         new-style backquotes.
15648
15649         * md4.el (md4-make-step): Likewise.
15650
15651 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15654         raw-text coding system when saving .newsrc file, which may contain
15655         non-ASCII group names.
15656
15657 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-cus.el (gnus-score-extra): New widget.
15660         (gnus-score-extra-convert): New function.
15661         (gnus-score-customize): Use it for Extra.
15662
15663 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15664
15665         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15666         (mml2015-mailcrypt-clear-verify): Use it.
15667         (mml2015-gpg-clear-verify): Use it.
15668         (mml2015-pgg-clear-verify): Use it.
15669         (mml2015-epg-clear-verify): Replace the current part with the output
15670         from GnuPG; don't extract the plaintext by itself.
15671
15672         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15673         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15674         mml2015-clear-verify-function; don't touch the armor headers or
15675         dash-escaped text here.
15676
15677 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15680         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15681         parts, or application/octet-stream as a last resort.
15682         (gnus-mime-view-part-as-type): Don't toggle display.
15683         (gnus-mime-view-part-as-charset): Don't turn off display before
15684         querying charset.
15685
15686         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15687         stuff to undisplayer function in Emacs.
15688         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15689
15690         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15691         text/calendar parts.
15692
15693 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15696         decoding text/calendar parts.
15697
15698         * message.el (message-forward-make-body-mime): Always mark body as
15699         having no illegible text; remove signed-or-encrypted argument.
15700         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15701
15702         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15703         (mml-generate-mime-1): Don't encode body if it is specified to be in
15704         raw form; don't make buffer be unibyte when inserting multibyte string.
15705
15706 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15707
15708         * sha1.el: Fix up comment style.
15709         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15710         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15711
15712         * hex-util.el: Fix up comment style.
15713         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15714
15715         * gnus-salt.el: Use with-current-buffer.
15716         (gnus-pick-setup-message): Fix long-standing typo.
15717
15718 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * imap.el (imap-logout-timeout): New variable.
15721         (imap-logout, imap-logout-wait): New functions.
15722         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15723
15724         * nnimap.el (nnimap-logout-timeout): New server variable.
15725         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15726         nnimap-logout-timeout.
15727
15728         * gnus-art.el (gnus-article-summary-command-nosave)
15729         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15730
15731 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus.el (gnus-maximum-newsgroup): New variable.
15734
15735         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15736         according to gnus-maximum-newsgroup.
15737
15738         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15739         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15740         Limit the range of articles according to gnus-maximum-newsgroup.
15741
15742 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15743
15744         * gnus-art.el (gnus-sticky-article): Fix problems described in
15745         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15746         Don't perform gnus-configure-windows here; reuse existing sticky
15747         article buffer.
15748
15749         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15750         it doesn't exist in gnus-article-mode.
15751
15752 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15755         (gnus-agent-decoded-group-name): New function.
15756         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15757         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15758
15759 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15760
15761         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15762         Add binding for gnus-sticky-article.
15763         (gnus-summary-exit): Don't kill sticky article buffers.
15764
15765         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15766         article buffer.
15767         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15768         (gnus-kill-sticky-article-buffers): New commands.
15769
15770 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * nntp.el (nntp-xref-number-is-evil): New server variable.
15773         (nntp-find-group-and-number): If it is non-nil, don't trust article
15774         numbers in the Xref header.
15775
15776 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15777
15778         * gnus-agent.el (gnus-agent-read-group): New function.
15779         (gnus-agent-flush-group, gnus-agent-expire-group)
15780         (gnus-agent-regenerate-group): Use it.
15781         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15782         nnmail-pathname-coding-system.
15783
15784 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15787
15788         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15789         that are unread as unread, and also as selected so that information of
15790         marks having been changed by a user may be updated when exiting group.
15791
15792 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15795
15796 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15799         calculated ignoring signature parts to gnus-treat-article.
15800
15801 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15804         a point here in order to keep the window start.
15805         (gnus-insert-mime-security-button): Make a button overlay without the
15806         front stickiness.
15807         (gnus-mime-display-security): Goto the end of a button.
15808
15809         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15810
15811 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15814         group-name-at-point.
15815         (gnus-group-completing-read): New function that offers decoded
15816         non-ASCII group names for completion.
15817         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15818         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15819         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15820         (gnus-group-fetch-control): Use it.
15821         (gnus-fetch-group): Use group-name-at-point for the initial value
15822         rather than the default value; use gnus-alive-p.
15823
15824         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15825         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15826         (gnus-summary-post-news): Use gnus-group-completing-read.
15827
15828         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15829         (gnus-read-move-group-name): Decode group name for completion.
15830
15831 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15832
15833         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15834         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15835         Yamaoka slightly modified the code).
15836
15837 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15840         (nnmail-split-incoming): Bind it.
15841
15842         * nnml.el (nnml-group-name-charset): New function.
15843         (nnml-decoded-group-name): Use it; don't decode group name if
15844         nnmail-group-names-not-encoded-p is non-nil.
15845         (nnml-encoded-group-name): New function.
15846         (nnml-group-pathname): Inline nnml-decoded-group-name.
15847         (nnml-request-expire-articles): Decode group name in message.
15848         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15849         nnmail-pathname-coding-system.
15850         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15851         not decoded ones according to nnmail-group-names-not-encoded-p.
15852         (nnml-generate-active-info): Use nnml-encoded-group-name.
15853
15854 2007-08-08  Glenn Morris  <rgm@gnu.org>
15855
15856         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15857         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15858         doc-strings and comments.
15859
15860 2007-07-25  Glenn Morris  <rgm@gnu.org>
15861
15862         * Relicense all FSF files to GPLv3 or later.
15863
15864 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-sum.el (gnus-summary-move-article):
15867         Make gnus-summary-respool-article work.
15868
15869 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15872         string.
15873
15874 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15875
15876         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15877         that should be ignored when comparing distant RSS articles with local
15878         ones.
15879         (nnrss-make-hash-index): New function.  Create a hash index according
15880         to the ignored fields.
15881         (nnrss-check-group): Use it.
15882
15883 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15886
15887         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15888
15889         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15890         the new optional argument ENCODED is non-nil.
15891         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15892         coding system for encoding group name.
15893         (gnus-group-make-rss-group): Pass un-encoded group name to
15894         gnus-group-make-group.
15895         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15896         encoded.
15897
15898         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15899         Encode group name to which articles are moved or copied.
15900         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15901         coding system for encoding Newsgroup, Followup-To and Xref headers.
15902
15903         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15904         marks; use nnheader-file-coding-system to write a file.
15905         (nnagent-retrieve-headers): Bind file-name-coding-system to
15906         nnmail-pathname-coding-system.
15907
15908         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15909
15910         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15911         (nnml-request-article, nnml-request-create-group)
15912         (nnml-request-rename-group, nnml-find-id)
15913         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15914         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15915         (nnml-save-marks): Use nnml-group-pathname instead of
15916         nnmail-group-pathname.
15917
15918         (nnml-request-create-group, nnml-request-expire-articles)
15919         (nnml-request-move-article, nnml-request-delete-group)
15920         (nnml-deletable-article-p, nnml-possibly-create-directory)
15921         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15922         (nnml-open-marks): Bind file-name-coding-system to
15923         nnmail-pathname-coding-system.
15924
15925         (nnml-request-article): Pass server argument to nnml-find-group-number.
15926         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15927         Pass server argument to nnml-possibly-create-directory.
15928         (nnml-request-accept-article): Pass server argument to
15929         nnml-active-number and nnml-save-mail.
15930         (nnml-find-group-number): Pass server argument to nnml-find-id.
15931         (nnml-request-update-info): Pass server argument to
15932         nnml-marks-changed-p.
15933
15934         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15935         (nnml-save-mail, nnml-active-number): Add server argument.
15936
15937         (nnml-request-delete-group): Warn if group is missing.
15938         (nnml-get-nov-buffer): Decode group name.
15939         (nnml-generate-active-info): Encode group name.
15940         (nnml-open-marks): Decode group name in messages.
15941
15942 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15945         if it is not specified.
15946         (gnus-article-pipe-part, gnus-article-save-part)
15947         (gnus-article-interactively-view-part, gnus-article-copy-part)
15948         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15949         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15950         (gnus-article-replace-part, gnus-article-delete-part)
15951         (gnus-article-view-part-as-type): Pass raw prefix argument to
15952         gnus-article-part-wrapper.
15953
15954 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-agent.el (gnus-agent-save-active):
15957         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15958
15959         * gnus-cache.el (gnus-cache-save-buffers)
15960         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15961         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15962         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15963         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15964         (gnus-cache-generate-active, gnus-cache-rename-group)
15965         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15966         (gnus-cache-update-overview-total-fetched-for):
15967         Bind file-name-coding-system to nnmail-pathname-coding-system.
15968         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15969         New variables.
15970         (gnus-cache-decoded-group-name): New function.
15971         (gnus-cache-file-name): Use it.
15972         (gnus-cache-generate-active): Use non-decoded group name for active.
15973
15974         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15975         right place.
15976         (gnus-write-active-file): Don't break non-ASCII group names.
15977
15978         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15979         nnmail-pathname-coding-system.
15980
15981         * lpath.el: Bind default-file-name-coding-system,
15982         file-name-coding-system and language-info-alist for XEmacs.
15983
15984         * gnus-uu.el (gnus-uu-decode-save): Typo.
15985
15986 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15989
15990 2007-07-14  David Kastrup  <dak@gnu.org>
15991
15992         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15993         finishing actions if we did not edit the article.
15994
15995 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15998         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15999         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16000         (gnus-agent-flush-group, gnus-agent-flush-cache)
16001         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16002         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16003         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16004         (gnus-agent-regenerate-group)
16005         (gnus-agent-update-files-total-fetched-for)
16006         (gnus-agent-update-view-total-fetched-for):
16007         Bind file-name-coding-system to nnmail-pathname-coding-system.
16008         (gnus-agent-group-pathname): Don't encode file names by
16009         nnmail-pathname-coding-system.
16010         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16011         coding-system-for-write instead of buffer-file-coding-system to
16012         gnus-agent-file-coding-system.
16013
16014         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16015         Decode group name.
16016
16017         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16018
16019         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16020         (gnus-read-newsrc-el-file): Make group names unibyte.
16021
16022         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16023         nnmail-pathname-coding-system.
16024
16025         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16026         (nnrss-request-delete-group): Bind file-name-coding-system to
16027         nnmail-pathname-coding-system.
16028         (nnrss-read-server-data, nnrss-read-group-data):
16029         Bind file-name-coding-system correctly.
16030         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16031
16032         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16033         (nntp-server-to-method-cache): New variable.
16034         (nntp-group-pathname): New function that decodes non-ASCII group names.
16035         (nntp-possibly-create-directory, nntp-marks-changed-p)
16036         (nntp-save-marks, nntp-open-marks): Use it.
16037         (nntp-possibly-create-directory, nntp-open-marks):
16038         Bind file-name-coding-system to nnmail-pathname-coding-system.
16039         (nntp-open-marks): Decode group names when bootstrapping marks.
16040
16041         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16042         Newsgroups and Followup-To headers.
16043
16044 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16047         (gnus-server-closed-face, gnus-server-denied-face)
16048         (gnus-server-offline-face): Remove variable.
16049         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16050
16051         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16052         of modifying message-stack directly for XEmacs.
16053
16054         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16055         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16056         if the coding-system argument is nil for XEmacs.
16057
16058         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16059         mm-charset-override-alist.
16060
16061         * rfc2047.el: Don't require base64; require rfc2045 for the function
16062         rfc2045-encode-string.
16063         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16064         to quote the parameter value.
16065
16066 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16069         form in gnus-group-name-charset-method-alist.
16070
16071         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16072         overrides the default layout edit-form.
16073
16074         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16075
16076         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16077
16078 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16081         as unfetched articles.
16082
16083 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16086
16087 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16090         original back end that keeps marks in the local system.
16091
16092 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16095         arg of pop-to-buffer for XEmacs.
16096         (gnus-article-read-summary-keys): Ditto; don't restore window
16097         configuration if summary command ends up with neither article buffer
16098         nor summary buffer; describe bindings if summary keys end with C-h.
16099
16100 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * message.el (message-fix-before-sending): Skip raw message part to be
16103         forwarded while checking illegible text.
16104         (message-forward-make-body-mime, message-forward-make-body):
16105         Mark signed or encrypted raw message as having no illegible text.
16106
16107 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16110         (gnus-message-with-timestamp-1): New macro.
16111         (gnus-message-with-timestamp): New function.
16112         (gnus-message): Use them.
16113
16114         * nnheader.el (nnheader-message): Use them.
16115
16116 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16119         .newsrc.eld file.
16120
16121 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * gnus-agent.el (gnus-agent-fetch-headers)
16124         (gnus-agent-retrieve-headers):
16125         Bind gnus-decode-encoded-address-function to identity.
16126
16127         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16128         available also when the server returns simply a dot.
16129
16130         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16131
16132 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16135
16136 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-ems.el (gnus-x-splash): Make it work.
16139
16140         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16141         from being used.
16142
16143         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16144
16145 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16148         4th and the 5th arguments.
16149
16150         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16151         the front stickiness.
16152         (gnus-article-summary-command-nosave): Correct the order of the
16153         arguments passed to pop-to-buffer.
16154         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16155         summary command ends up with the article buffer.
16156
16157         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16158         the same faces.
16159
16160 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16161
16162         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16163
16164 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16165
16166         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16167         * gnus-sum.el (gnus-summary-highlight):
16168         * pgg.el (pgg-sign-region, pgg-sign):
16169         * mail-source.el (mail-source-delete-old-incoming-confirm):
16170         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16171
16172 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-art.el (gnus-mime-view-part-externally)
16175         (gnus-mime-view-part-internally): Fix predicate function passed to
16176         completing-read.
16177
16178         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16179
16180         * gnus.el (gnus-update-message-archive-method): Add :version.
16181
16182 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * gnus.el (gnus-update-message-archive-method): New variable.
16185
16186         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16187         according to gnus-message-archive-method if
16188         gnus-update-message-archive-method is non-nil.
16189
16190 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16193         Suggested by Loic Dachary <loic@dachary.org>.
16194         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16195
16196 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * message.el (message-pop-to-buffer): Add switch-function argument.
16199         (message-mail): Pass switch-function argument to it.
16200
16201 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16202
16203         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16204         Improve doc string.
16205
16206 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16209         (gnus-header-content):
16210         * gnus-cite.el (gnus-cite-10):
16211         * gnus-srvr.el (gnus-server-closed):
16212         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16213         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16214         (gnus-group-mail-3-empty, gnus-group-mail-low)
16215         (gnus-group-mail-low-empty, gnus-splash):
16216         * message.el (message-header-to, message-header-cc)
16217         (message-header-subject, message-header-other, message-header-name)
16218         (message-header-xheader, message-separator, message-cited-text)
16219         (message-mml): Lighten colors of faces used for dark background.
16220
16221 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16222
16223         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16224         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16225
16226 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * message.el (message-narrow-to-headers-or-head):
16229         Ignore mail-header-separator in the body.
16230
16231 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16234         same as window size.
16235
16236 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16237
16238         * message.el (message-font-lock-keywords): Use message-header-xheader
16239         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16240         ahead of the anything pattern, to get it recognized.
16241
16242 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16245         spam.el loads uses it in the compiled defadvice form.
16246
16247 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16248
16249         * gnus-sum.el (gnus-articles-to-read)
16250         (gnus-summary-insert-old-articles): Don't truncate group name for
16251         `read-string'.
16252
16253         * gnus-util.el (gnus-limit-string): Delete this function.
16254
16255         * gnus-sum.el (gnus-simplify-subject-fully):
16256         Use `truncate-string-to-width' instead.
16257
16258 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16259
16260         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16261         Tell if, on summary exit, the next group has to be selected.
16262         (gnus-summary-exit): Use it.
16263
16264 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16265
16266         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16267         non-break space.
16268
16269 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16272         Check if group is not a directory.
16273         (nnfolder-request-expire-articles): Don't delete articles if the target
16274         group is not available.
16275
16276         * nnml.el (nnml-request-create-group): Properly check if group is not a
16277         file.
16278         (nnml-request-expire-articles): Don't delete articles if the target
16279         group is not available.
16280
16281         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16282         Don't quote characters that are within parentheses.
16283
16284 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16287         (gnus-handle-ephemeral-exit): Select article according to it.
16288
16289 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * message.el (message-insert-formated-citation-line): Remove newline.
16292         (message-citation-line-format): Add final \n here so that the user can
16293         avoid a blank line.
16294
16295 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16296
16297         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16298         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16299         Update lanl/arXiv support.
16300
16301 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus.el: Bump version number.
16304
16305 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16306
16307         * gnus.el (gnus-version-number): Bump version.
16308
16309 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16310
16311         * gnus.el: No Gnus v0.6 is released.
16312
16313 2007-04-27  Didier Verna  <didier@xemacs.org>
16314
16315         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16316         * gmm-utils.el (gmm-regexp-concat): ... here.
16317         * message.el: Don't require 'gnus-util.
16318         (message-dont-reply-to-names): Handle name change above.
16319         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16320
16321 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16324         since the initial value varies according to the system.
16325
16326 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16329
16330 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16331
16332         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16333
16334 2007-04-24  Didier Verna  <didier@xemacs.org>
16335
16336         Improve the type of gnus-ignored-from-addresses.
16337         * gnus-util.el (gnus-orify-regexp): New function.
16338         * message.el (gnus-util): Require it.
16339         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16340         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16341         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16342
16343 2007-04-24  Didier Verna  <didier@xemacs.org>
16344
16345         * gnus-sum.el:
16346         * gnus-utils.el: Fix some trailing whitespaces.
16347
16348 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16351         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16352         article's Message-ID; refer parent article in summary buffer.
16353
16354         * message.el (message-bounce): Call mime-to-mml.
16355
16356         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16357         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16358         optimize and/or forms properly.
16359
16360 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16363         URL.
16364
16365 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16368
16369 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16370
16371         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16372         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16373         displayed of multipart/alternative part if it is invoked from summary
16374         buffer.
16375
16376         * mm-view.el (mm-inline-text-html-render-with-w3m)
16377         (mm-inline-text-html-render-with-w3m-standalone)
16378         (mm-inline-render-with-function): Use mail-parse-charset by default.
16379
16380 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16381
16382         * parse-time.el (parse-time-string-chars): Check if CHAR
16383         is less than the length of parse-time-syntax.
16384
16385 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16388         from gnus-newsgroup-processable.
16389
16390 2007-04-16  Didier Verna  <didier@xemacs.org>
16391
16392         * gnus-msg.el (gnus-configure-posting-styles):
16393         Handle message-signature-directory properly with :file syntax.
16394         Reported by "Leo".
16395
16396 2007-04-11  Didier Verna  <didier@xemacs.org>
16397
16398         New user option: message-signature-directory.
16399         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16400         * message.el (message-insert-signature): Ditto.
16401         * message.el (message-signature-file): Doc update.
16402         * message.el (message-signature-directory): New.
16403
16404 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-msg.el (gnus-inews-yank-articles):
16407         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16408
16409 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * message.el (message-yank-original): Make sure cited text ends with
16412         newline; don't exchange point and mark.
16413
16414 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16415
16416         * tls.el (open-tls-stream): Properly handle case where there
16417         is no associated buffer.
16418
16419 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16420
16421         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16422         message-yank-original, make sure (< mark TEXT point).
16423
16424 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * message.el (message-fill-column): New variable.
16427         (message-mode): Use it.  Add comment on a possible new hook.
16428
16429         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16430         (nnmail-get-new-mail): Reformat.
16431
16432         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16433
16434         * gmm-utils.el: Fix Commentary.
16435         (gmm-tool-bar-from-list): Fix typo in doc string.
16436
16437 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16438
16439         * message.el (message-yank-original): Don't switch point and mark
16440         unnecessarily to put point and mark as documented.
16441
16442 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16443
16444         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16445         from the message heads.
16446
16447 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16448
16449         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16450         article buffer does not have a window.  This may not be the best
16451         solution but is certainly better than setting the start of the null,
16452         that is the current, window.
16453
16454 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16455
16456         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16457         (gnus-draft-setup): Run it.
16458
16459         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16460         gnus-score-fast-scoring.  Allow regexp.
16461         (gnus-score-headers): Use it.
16462
16463         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16464         XEmacs.
16465
16466         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16467         string.
16468         (gnus-button-alist): Also catch `<f1> k ...'.
16469         (gnus-treat-display-x-face): Fix doc string.
16470
16471 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16472
16473         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16474         evaluation of gnus-extended-version to ensure correct generation of the
16475         User-Agent header when message-generate-headers-first is used.
16476
16477 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16478
16479         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16480         hashcash-path is nil.  Don't call callback with incorrect number of
16481         parameters if val is 0.
16482
16483 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16484
16485         * message.el (message-required-news-headers):
16486         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16487
16488 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16489
16490         * tls.el (open-tls-stream): In handshake-waiting loop,
16491         don't wait more if there is output available to process.
16492
16493 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16494
16495         * tls.el (tls-program): Doc fix.
16496
16497 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * message.el (message-generate-new-buffers): Change the meaning of the
16500         nil value; add `standard' to the choices; treat t as `unique'; improve
16501         doc string.
16502         (gnus-select-frame-set-input-focus): Autoload.
16503         (message-buffer-name): Search for the existing message buffer if
16504         message-generate-new-buffers is nil or `standard'; treat the value t of
16505         message-generate-new-buffers as `unique'.
16506         (message-pop-to-buffer): Raise the frame already displaying the message
16507         buffer; clear the echo area after querying.
16508         (message-setup): Pass the `continue' argument to compose-mail.
16509         (message-mail): Prefer `switch-function' if it is given; search for the
16510         existing message buffer if the `continue' argument is non-nil; pass
16511         continue and switch-function arguments to compose-mail by way of
16512         message-setup.
16513         (message-mail-other-window): Adjust argument of message-setup.
16514         (message-mail-other-frame): Ditto.
16515
16516 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16519         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16520         to turn font-lock on when turning gnus-message-citation-mode on.
16521
16522 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16523
16524         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16525         (mml-smime-function-alist): New variable; add epg as the backend.
16526         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16527         mml-smime- functions instead.
16528         * mm-view.el: Require smime.
16529
16530 2007-03-05  Didier Verna  <didier@xemacs.org>
16531
16532         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16533         instead of just inheritance for posting styles.
16534         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16535
16536 2007-02-24  Chris Moore  <dooglus@gmail.com>
16537
16538         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16539         * pgg-pgp.el (pgg-pgp-encrypt-region):
16540         * pgg-gpg.el (pgg-gpg-encrypt-region):
16541         Check pgg-encrypt-for-me if no other recipients.
16542
16543 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16544
16545         * tls.el (tls-certtool-program): Fix custom type.
16546
16547 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16550         and point-at-eol instead of line-(beginning|end)-position.
16551
16552         * assistant.el (assistant-parse-buffer): Ditto.
16553
16554         * netrc.el (netrc-parse-services): Ditto.
16555
16556 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16557
16558         * mml2015.el (mml2015-epg-find-usable-key): New function.
16559         (mml2015-epg-sign): Use it.
16560         (mml2015-epg-encrypt): Use it.
16561
16562 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * message.el (message-make-in-reply-to): Quote name containing
16565         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16566         if there are special characters.  Reported by NAKAJI Hiroyuki
16567         <nakaji@jp.freebsd.org>.
16568
16569 2007-02-27  Didier Verna  <didier@xemacs.org>
16570
16571         Include the group parameters as well as the topic ones in the
16572         inheritance filter process.
16573         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16574         argument GROUP-PARAMS-LIST.
16575         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16576
16577 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * nntp.el (nntp-never-echoes-commands)
16580         (nntp-open-connection-functions-never-echo-commands): New variables.
16581         (nntp-send-command): Use them.
16582
16583 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16584
16585         * mml2015.el (mml2015-epg-verify): Simplify.
16586
16587 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * mml.el (mml-content-disposition-alist): New user option.
16590         (mml-content-disposition): New function.
16591         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16592         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16593
16594 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16595
16596         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16597         verification.
16598
16599 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16600
16601         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16602         articles posted in the last 24 hours.
16603
16604 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16605
16606         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16607
16608 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16609
16610         * nntp.el (nntp-send-command): Don't wait for echoes when
16611         nntp-open-ssl-stream is used.
16612
16613 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16616         (gnus-message-add-citation-keywords)
16617         (gnus-message-remove-citation-keywords): Remove.
16618         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16619         directly, make the variables in font-lock-defaults buffer-local, add
16620         gnus-message-citation-keywords to them and then update the value of
16621         font-lock-keywords.
16622
16623 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * message.el (message-cite-original-1): Don't call
16626         gnus-article-highlight-citation.
16627
16628         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16629         citations; fix line count.
16630
16631 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16634         (gnus-message-add-citation-keywords)
16635         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16636         versions of font-lock-add-keywords and font-lock-remove-keywords to
16637         work with XEmacs correctly.
16638
16639 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * gnus-cite.el (gnus-cite-face-list): Set the values of
16642         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16643         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16644         (gnus-message-cite-prefix-regexp): New variable.
16645         (gnus-message-search-citation-line): Use it; protect against long
16646         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16647         the 0th match data for Emacs.
16648         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16649         (gnus-message-add-citation-keywords): Append keywords rather than
16650         prepending; emulate font-lock-add-keywords if it is not available.
16651         (gnus-message-remove-citation-keywords):
16652         Emulate font-lock-remove-keywords if it is not available.
16653
16654         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16655
16656         * message.el (message-cite-prefix-regexp): Set the value of
16657         gnus-message-cite-prefix-regexp.
16658
16659 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16660
16661         * nnweb.el (nnweb-google-parse-1): Update parser.
16662
16663 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16664
16665         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16666
16667 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16668
16669         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16670         regexp.
16671
16672 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16675         string-to-multibyte.
16676         (uudecode-decode-region-internal): Use it.
16677
16678         * lpath.el: Fbind string-as-multibyte for XEmacs.
16679
16680 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16681
16682         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16683         Fix custom choice.
16684
16685         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16686
16687 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16688
16689         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16690
16691         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16692         `write-region' to respect `mm-inhibit-file-name-handlers'.
16693
16694 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16697         Use gnus-home-directory instead of "~/" or "$HOME".
16698
16699 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16700
16701         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16702         to mention filename.
16703         Add comments at beginning regarding usage.
16704         (encrypt-write-file-contents): Change interactive so a string is
16705         acceptable.  If the file has no associated model, show an error instead
16706         of a nonsense prompt.
16707
16708 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16709
16710         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16711         Thanks to Yoshihiko Yamada for kind notification of this typo.
16712
16713 2007-01-12  Kenichi Handa  <handa@m17n.org>
16714
16715         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16716         multibyte buffer.
16717
16718 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16719
16720         * gnus-score.el (gnus-score-fast-scoring): New variable.
16721         (gnus-score-headers): Use it.
16722
16723         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16724
16725         * message.el (message-cite-original-1):
16726         Call gnus-article-highlight-citation if requested.
16727         (message-make-from): Allow name and address as optional arguments.
16728
16729         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16730
16731         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16732         bugs to doc string.
16733         (gnus-button-alist): Add mid\\|message-id.
16734         (gnus-button-fetch-group): Extend for use in
16735         `browse-url-browser-function'.
16736         (gnus-button-url-regexp): Try to catch paired parentheses like in
16737         Wikipedia URLs.
16738
16739         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16740         Suggested by Simon Krahnke <overlord@gmx.li>.
16741
16742 2007-01-13  Romain Francoise  <romain@orebokech.com>
16743
16744         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16745         Update copyright.
16746
16747 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16748
16749         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16750
16751 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16752
16753         * gnus-registry.el (gnus-registry-unfollowed-groups)
16754         (gnus-registry-split-fancy-with-parent): Fix documentation.
16755
16756 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16757
16758         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16759         from nnweb groups.
16760
16761 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16762
16763         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16764         Xref urls.  Erase buffer before requesting head.
16765
16766         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16767
16768 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16771         customizable.
16772
16773 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16774
16775         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16776         no signing key is found.
16777         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16778         no encrypting and/or signing key is found.
16779
16780 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16781
16782         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16783
16784 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16785
16786         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16787         headers read from disk with the ones newly found in the current search.
16788         This should no longer cause problems, because the article numbers in
16789         Gmane's `nov.php' output are ignored since the previous change.
16790
16791 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16792
16793         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16794
16795 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16798         replace-regexp-in-string; bind url-version; fbind display-images-p and
16799         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16800         find-face and set-itimer-function for Emacs; bind itimer-list for
16801         Emacs.
16802
16803         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16804
16805 2007-01-01  Romain Francoise  <romain@orebokech.com>
16806
16807         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16808
16809 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16810
16811         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16812         `define-minor-mode' macro definition expanded properly.
16813         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16814         exclude it there.
16815
16816         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16817         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16818         `fboundp' test.
16819         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16820         This is OK to autoload in (S)XEmacs now.
16821
16822 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823
16824         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16825         keystroke.
16826         (gnus-summary-limit-to-singletons): Fix typo.
16827
16828         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16829         else fails.
16830
16831 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16832
16833         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16834         docstring.
16835
16836         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16837         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16838         (gnus-summary-insert-dormant-articles): Fix typo in message.
16839
16840 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16841
16842         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16843         nil for XEmacs.
16844         (gnus-message-citation-mode): Don't autoload in XEmacs.
16845
16846         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16847
16848 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16849
16850         * nnimap.el (nnimap-expunge-search-string):
16851         Mention nnimap-search-uids-not-since-is-evil in docstring.
16852
16853 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * spam.el: Revert to make-obsolete-variable because
16856         define-obsolete-variable-alias is not supported in Emacs 21.
16857
16858         * spam.el (spam-ifile-path, spam-ifile-database-path)
16859         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16860         make-obsolete-variable.
16861         (spam-bsfilter-path, spam-bsfilter-program)
16862         (spam-spamassassin-path, spam-spamassassin-program)
16863         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16864         Don't use "path" inappropriately.
16865         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16866         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16867         variable names.
16868
16869 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16870
16871         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16872         summary buffer.
16873
16874         * password.el (password-cache-remove): Use clear-string to burn
16875         password, if available.
16876
16877 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16880
16881         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16882
16883         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16884         (gnus-message-highlight-citation): Move defcustom here from
16885         gnus-cite.el.
16886         (gnus-message-citation-mode): Autoload.
16887
16888         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16889         checks to make it compile with XEmacs.
16890         (gnus-message-citation-mode): New minor mode.
16891         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16892         (gnus-message-highlight-citation): New variables.
16893         (gnus-message-search-citation-line)
16894         (gnus-message-add-citation-keywords)
16895         (gnus-message-remove-citation-keywords)
16896         (turn-on-gnus-message-citation-mode)
16897         (turn-off-gnus-message-citation-mode): New functions.
16898
16899 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16900
16901         * gnus-cite.el: Enable highlighting of different citation levels in
16902         message-mode.
16903
16904 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * message.el (message-make-fqdn): Fix comment.
16907         (message-bogus-system-names): Add ".local".
16908
16909         * spam.el (spam-ifile-path, spam-ifile-program)
16910         (spam-ifile-database-path, spam-ifile-database)
16911         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16912         Don't use "path" inappropriately.
16913         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16914         strings.
16915         (spam-check-ifile, spam-ifile-register-with-ifile)
16916         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16917         Use new variable names.
16918
16919         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16920         (gnus-treat-display-smileys): Simplify using
16921         gnus-image-type-available-p.
16922
16923         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16924         available.
16925
16926         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16927         Use `display-images-p' if available.
16928
16929 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16932         one after turning on the buffer's multibyteness instead of decoding
16933         them directly in the unibyte buffer that causes unexpected conversion
16934         in Emacs 23 (unicode).
16935
16936 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16937
16938         * message.el (message-generate-hashcash): Fix custom type.
16939
16940 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16943
16944 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16947         disconnect icons.  Add help text.
16948
16949 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16952         negated to be consistent with the others we handle.
16953
16954 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16955
16956         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16957         version of gnus-summary-buffer to something, so that we can use two
16958         article buffers at the same time.
16959
16960 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16961
16962         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16963         trigger all the extra headers.
16964         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16965         sorting.
16966
16967 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16968
16969         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16970         solid groups.
16971
16972 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16973
16974         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16975
16976 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * legacy-gnus-agent.el: Add Copyright notice.
16979
16980 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16981
16982         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16983
16984 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16985
16986         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16987
16988         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16989         to make it work reliably in CVS Emacs.
16990         (gnus-summary-limit-strange-charsets-predicate)
16991         (gnus-summary-limit-to-predicate): New functions.
16992
16993 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16994
16995         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16996         specifying array size.
16997         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16998         array if it is too small.
16999         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17000         (gnus-sort-threads-loop): New function.
17001
17002 2006-12-06  Chris Moore  <dooglus@gmail.com>
17003
17004         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17005         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17006
17007 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17008
17009         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17010         options.
17011
17012 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17013
17014         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17015         DOS-ing the recipient.
17016
17017         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17018         the headers when creating the mapping to avoid mismappings.
17019         (nnweb-gmane-create-mapping): Always nix out old mapping.
17020
17021 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17024         and mm-verify-option to never.
17025
17026 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * message.el (message-signed-or-encrypted-p): New function.
17029         (message-forward-make-body): Use it.
17030
17031         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17032         Replace encode-coding-string with mm-encode-coding-string.
17033
17034 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * nneething.el (nneething-decode-file-name):
17037         Replace decode-coding-string with mm-decode-coding-string.
17038
17039         * gnus-int.el (gnus-open-server): Say failed server's name.
17040
17041 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17042
17043         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17044         strings to a single string.  Quote `errors-file-name'.
17045         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17046         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17047         Adjust calls.  Use `shell-quote-argument'.
17048
17049 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17050
17051         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17052         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17053
17054         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17055         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17056         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17057         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17058         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17059         (gnus-subscribe-newsgroup, gnus-1):
17060         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17061         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17062         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17063         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17064
17065 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17066
17067         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17068         keystroke.
17069         (gnus-summary-limit-to-bodies): Implement headersp.
17070
17071 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17072
17073         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17074
17075 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17078
17079 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17080
17081         * message.el (message-generate-hashcash): Expand range of values to
17082         include `opportunistic'.
17083         (message-send-mail): Use it.
17084
17085 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17086
17087         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17088         and comment it.
17089
17090         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17091
17092 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-util.el (gnus-extract-address-components): Improve comment.
17095
17096 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-util.el (gnus-extract-address-components): Work with address in
17099         which the name portion contains @.
17100
17101         * lpath.el: Fbind custom-autoload.
17102
17103 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * gnus.el (gnus-start): Move custom group up.
17106         (gnus-select-method): Don't autoload, but make it available for
17107         `customize-variable'.
17108         (gnus-getenv-nntpserver): Don't autoload.
17109
17110 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17111
17112         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17113
17114 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17115
17116         * message.el (message-sendmail-extra-arguments): New variable.
17117         (message-send-mail-with-sendmail): Use it.
17118
17119 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17122         mm-with-unibyte-current-buffer to make string unibyte.
17123
17124         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17125         mm-string-as-multibyte.
17126
17127 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17128
17129         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17130         Reported by Werner Koch <wk@gnupg.org>.
17131
17132 2006-11-14  Daiki Ueno  <ueno@p360>
17133
17134         * mml2015.el: Autoload epa-select-keys when compiling.
17135
17136 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17137
17138         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17139         message-options.
17140         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17141
17142 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17143
17144         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17145         EasyPG (< 0.0.6).
17146         (mml2015-always-trust): New user option.
17147         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17148         prompt.
17149
17150 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * nntp.el (nntp-authinfo-force): New variable.
17153         (nntp-send-authinfo): Use it.
17154
17155 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17156
17157         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17158         decode encoded words.  Improve prompt.  Add comment about forwarding.
17159         (message-replacement-char): Move up.
17160
17161 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17162
17163         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17164         instead of gnus-intersection because arguments of gnus-sorted-nunion
17165         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17166
17167 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17170         (message-simplify-subject-functions):
17171         Enable message-strip-subject-encoded-words by default.
17172
17173 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * message.el (message-strip-subject-encoded-words): New function.
17176         (message-simplify-subject-functions): New variable.
17177         (message-simplify-subject): Use it.  Fix typo in doc string.
17178         Support message-strip-subject-encoded-words.
17179
17180 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17181
17182         * gnus-diary.el (gnus-diary-delay-format-function):
17183         * nndiary.el (nndiary-reminders):
17184         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17185
17186 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * gnus-art.el (article-hide-boring-headers): Fetch date from
17189         gnus-original-article-buffer to avoid problems with localized date
17190         strings.
17191
17192 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17195
17196 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17199         New variables.
17200         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17201         (mm-charset-synonym-alist): Move some entries to
17202         mm-codepage-iso-8859-list.
17203         (mm-charset-synonym-alist, mm-charset-override-alist):
17204         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17205
17206 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17209
17210 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17213         with Emacs 21 and XEmacs.
17214
17215 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17216
17217         * spam.el (spam-parse-address): New function for better parsing,
17218         catching errors, etc.
17219         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17220
17221 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17222
17223         * mm-view.el: Add interactive arg to html2text autoload.
17224
17225 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17228
17229 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17232         New variables.
17233         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17234         (mm-charset-synonym-alist): Move some entries to
17235         mm-codepage-iso-8859-list.
17236
17237         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17238
17239 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * message.el (message-citation-line-format)
17242         (message-insert-formated-citation-line): Fix implementation of %E, %N
17243         and %n according to the doc string.
17244
17245 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17246
17247         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17248         Use car-safe to avoid bad parses.
17249
17250 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17253         names.
17254
17255         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17256
17257 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17260         header.
17261
17262         * message.el (message-draft-headers): Add Date.
17263         (message-headers-to-generate): Fix typo in docstring.
17264
17265         * nndraft.el (nndraft-required-headers): New variable.
17266         (nndraft-generate-headers): Use it.
17267
17268         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17269
17270 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * gnus-registry.el (gnus-registry-wash-for-keywords)
17273         (gnus-registry-find-keywords): New functions to allow easy searching of
17274         articles that are in the registry.
17275
17276 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17277
17278         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17279         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17280         Reported by Damien Elmes <damien@repose.cx>.
17281
17282 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17283
17284         * gnus.el (gnus-mime): Remove unused custom group.
17285
17286 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17287
17288         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17289         "blank line" when searching for end of armor headers.
17290
17291 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * gmm-utils.el (gmm-write-region): Fix variable name.
17294
17295 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * gmm-utils.el (gmm-write-region): New function based on compatibility
17298         code from `mm-make-temp-file'.
17299
17300         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17301
17302         * nnmaildir.el (nnmaildir--update-nov)
17303         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17304         Use `gmm-write-region'.
17305
17306 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17307
17308         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17309         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17310
17311         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17312
17313         * message.el (message-replacement-char): New variable.
17314         (message-fix-before-sending): Use it.
17315         (message-simplify-subject): New function to remove duplicate code.
17316         (message-reply, message-followup): Use it.
17317
17318         * gnus-sum.el (gnus-summary-make-menu-bar):
17319         Clarify gnus-summary-limit-to-articles.
17320
17321 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-util.el (gnus-with-local-quit): New macro.
17324
17325         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17326
17327 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17328
17329         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17330         ignore non-string data.
17331
17332 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17333
17334         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17335         non-string data (needs to be done in the registry too).
17336
17337 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17338
17339         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17340         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17341         (gnus-registry-split-fancy-with-parent)
17342         (gnus-registry-fetch-simplified-message-subject-fast)
17343         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17344         Remove text properties on ingress into the registry and when it's saved.
17345         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17346         registry from entries with no groups.
17347
17348 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17351         function to remove string properties.
17352
17353 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * gmm-utils.el (gmm): Adjust custom version.
17356
17357         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17358         Adjust custom version.
17359
17360         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17361
17362 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * gnus-art.el (gnus-insert-prev-page-button)
17365         (gnus-insert-next-page-button): Simplify.  Reformat.
17366
17367 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17368
17369         * gnus-art.el (gnus-insert-prev-page-button)
17370         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17371
17372 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17373
17374         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17375
17376 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17377
17378         * gnus-art.el (gnus-insert-mime-button)
17379         (gnus-insert-mime-security-button):
17380         Apply gnus-article-button-face to MIME and security buttons.
17381
17382 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17383
17384         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17385         readable.
17386
17387 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17390
17391 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17392
17393         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17394         `browse-url-of-file' instead of `browse-url'.
17395
17396 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17397
17398         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17399         regexp.  Articles containing quotation were cut prematurely.
17400
17401 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * message.el (message-cite-original-1): Use nobody by default for the
17404         value of From header.
17405         (message-reply): Ditto.
17406
17407 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17408
17409         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17410         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17411         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17412
17413 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17414
17415         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17416         mails in the doc string.  Add some URLs in comment.
17417         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17418
17419 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17422         backslashes handling and the way to find boundaries of quoted strings.
17423
17424 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17425
17426         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17427         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17428         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17429         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17430
17431 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17434         doc string.
17435         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17436
17437 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * lpath.el: Fbind epg-check-configuration.
17440
17441 2006-09-06  Simon Josefsson  <jas@extundo.com>
17442
17443         * mml2015.el (mml2015-use): Doc fix, mention epg.
17444
17445 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17446
17447         * mml2015.el (mml2015-use): Default to epg, if available.
17448
17449 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17450
17451         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17452         message-sender.
17453         (mml1991-epg-encrypt): Ditto.
17454         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17455         message-sender.
17456         (mml2015-epg-encrypt): Ditto.
17457
17458 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17459
17460         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17461         several common directories.
17462
17463 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17464
17465         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17466         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17467
17468 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * gnus-art.el (article-decode-encoded-words): Make it fast.
17471
17472 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17475
17476         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17477         in quoted string into `\'.
17478
17479 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17482         Use standard-syntax-table.
17483
17484 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-art.el (gnus-decode-address-function): New variable.
17487         (article-decode-encoded-words): Use it to decode headers which are
17488         assumed to contain addresses.
17489         (gnus-mime-delete-part): Remove useless `or'.
17490
17491         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17492         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17493         (gnus-nov-parse-line): Use it to decode From header.
17494         (gnus-get-newsgroup-headers): Ditto.
17495         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17496
17497         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17498         (mail-decode-encoded-address-string): New alias.
17499
17500         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17501         New function.
17502         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17503         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17504         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17505         (rfc2047-decode-string): Ditto.
17506         (rfc2047-decode-address-region): New function.
17507         (rfc2047-decode-address-string): New function.
17508
17509 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * message.el (message-caesar-buffer-body): Allow rotating headers.
17512
17513         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17514
17515         * message.el (message-insert-formated-citation-line): Fix %f.
17516         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17517
17518 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17521         (gnus-bookmark-mouse-available-p): New macro.
17522         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17523         (gnus-bookmark-bmenu-show-infos): Use it.
17524         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17525         (gnus-bookmark-bmenu-hide-infos): Ditto.
17526         (gnus-bookmark-remove-properties): New function.
17527         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17528         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17529         (gnus-bookmark-write-file): Bind coding-system-for-write.
17530         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17531         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17532         group before selecting it.
17533         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17534         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17535         quit-window if it is not available; use gnus-mouse-2 and bind it to
17536         gnus-bookmark-bmenu-select-by-mouse.
17537         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17538         (gnus-bookmark-bmenu-select-by-mouse): New function.
17539
17540 2006-08-13  Romain Francoise  <romain@orebokech.com>
17541
17542         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17543         space.
17544
17545 2006-08-10  Romain Francoise  <romain@orebokech.com>
17546
17547         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17548         (dns-mode-soa-auto-increment-serial): New user option.
17549         (dns-mode-soa-maybe-increment-serial): New function.
17550         (dns-mode): Add the latter to `write-contents-functions'.
17551
17552 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17553
17554         * compface.el (uncompface): Use binary rather than raw-text-unix.
17555
17556 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * compface.el (uncompface): Make sure the eol conversion doesn't take
17559         place when communicating with the external programs.
17560         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17561
17562 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17565
17566 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17567
17568         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17569         Make it more robust by parsing author and date independently.
17570
17571 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17574
17575 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17576
17577         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17578         first matching secret key.
17579         (mml2015-epg-encrypt): Ditto.
17580
17581         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17582         first matching secret key.
17583         (mml1991-epg-encrypt): Ditto.
17584
17585         * mml2015.el (mml2015-encrypt-to-self): New user option.
17586         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17587         mml2015-epg-encrypt-to-self is set.
17588
17589         * mml1991.el (mml1991-encrypt-to-self): New variable.
17590         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17591         mml1991-epg-encrypt-to-self is set.
17592
17593         * mml2015.el (mml2015-signers): New user option.
17594         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17595         (mml2015-epg-encrypt): Allow to select signing keys.
17596
17597         * mml1991.el (mml1991-signers): New variable.
17598         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17599         (mml1991-epg-encrypt): Allow to select signing keys.
17600
17601 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * nnheader.el (nnheader-insert-head): Make it work even if the file
17604         uses CRLF for the line-break code.
17605
17606 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17607
17608         * mml2015.el: Require mml-sec instead of password.
17609         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17610         (mml2015-cache-passphrase): Inherit the default value from
17611         mml-secure-cache-passphrase.
17612         (mml2015-passphrase-cache-expiry): Inherit the default value from
17613         mml-secure-passphrase-cache-expiry.
17614
17615         * mml1991.el: Require mml-sec instead of password.
17616         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17617         (mml1991-cache-passphrase): Inherit the default value from
17618         mml-secure-cache-passphrase.
17619         (mml1991-passphrase-cache-expiry): Inherit the default value from
17620         mml-secure-passphrase-cache-expiry.
17621
17622         * mml-sec.el: Require password.
17623         (mml-secure-verbose): New user option.
17624         (mml-secure-cache-passphrase): New user option.
17625         (mml-secure-passphrase-cache-expiry): New user option.
17626
17627 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17628             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17629
17630         * pgg-def.el (pgg-truncate-key-identifier):
17631         Truncate the key ID to 8 letters from the end.
17632
17633 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17634
17635         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17636         workaround for the url package included with Emacs.
17637
17638         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17639
17640 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17643         correctly.  This fixes a bug caused by the 2006-05-12 change.
17644
17645 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17646
17647         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17648         some information about the error when saying that the `bogus' mail
17649         group will be used.
17650
17651 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17652
17653         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17654         string.
17655
17656 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17657
17658         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17659
17660 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17661
17662         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17663
17664 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17665
17666         * mml1991.el (mml1991-function-alist): Add epg.
17667         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17668         (mml1991-epg-encrypt): New functions.
17669
17670 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17671
17672         * mml2015.el (mml2015-verbose): New variable.
17673         (mml2015-cache-passphrase): Ditto.
17674         (mml2015-passphrase-cache-expiry): Ditto.
17675         (mml2015-function-alist): Add epg.
17676         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17677         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17678         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17679         New functions.
17680
17681 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17682
17683         * message.el (message-cite-original-1): Preserve region when removing
17684         quoted text due to X-No-Archive in order to avoid bogus attribution
17685         when citing multiple messages.
17686
17687 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17688
17689         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17690         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17691
17692 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17693
17694         * gnus-diary.el (gnus-user-format-function-d)
17695         (gnus-user-format-function-D): Autoload.
17696
17697         * imap.el (Commentary): Fix typo.
17698
17699         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17700         2006-04-22 contribution.
17701
17702 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17703
17704         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17705         It didn't really fix the bogosity I'm seeing with solid web groups.
17706
17707 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17708
17709         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17710         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17711         created using server names.  If we use the feature without declaring
17712         it, Gnus does not properly manage server and group state.
17713
17714         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17715         bound.
17716
17717 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17718
17719         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17720         looking up the method using GROUP's prefix before inventing a new one.
17721         It is used on killed/unknown groups in various places where returning
17722         an all-new method isn't expected by the caller.
17723
17724         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17725         and match semantics of gnus-group-real-prefix.
17726
17727 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17728
17729         * nnmail.el (nnmail-broken-references-mailers): New variable.
17730         (nnmail-ignore-broken-references): New function generalizing
17731         nnmail-fix-eudora-headers.
17732         (nnmail-fix-eudora-headers): Now obsolete.
17733
17734         * gnus-art.el (gnus-button-handle-custom):
17735         Support `customize-apropos*'.
17736
17737 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17738
17739         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17740
17741         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17742         articles.
17743
17744 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * message.el (message-cite-reply-above): New variable.
17747         (message-yank-original): Use it.
17748
17749 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17752
17753 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17756         as read.
17757
17758         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17759
17760 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17761
17762         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17763         (gnus-bookmark-default-file): Use gnus-directory.
17764         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17765         Remove "*" in doc string.
17766         (gnus-bookmark-write-file): Simplify.
17767         (gnus-bookmark-maybe-sort-alist): Use `when'.
17768         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17769         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17770         Add FIXME about Emacs 21 and XEmacs compatibility.
17771         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17772         compatibility.
17773         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17774         compatibility.
17775         (gnus-bookmark-menu-heading): Fix version.
17776
17777 2006-06-19  Bastien Guerry  <bzg@altern.org>
17778
17779         * gnus-bookmark.el: New file.
17780
17781 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * message.el (message-syntax-checks): Doc fix.
17784
17785 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17786
17787         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17788         unsubscribed groups as if they were killed ones.  It causes duplicate
17789         entries in gnus-newsrc-alist.
17790
17791 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * message.el (message-syntax-checks): Doc fix.
17794         (message-send-mail): Add check for continuation headers.
17795         (message-check-news-header-syntax): Fix regexp used to check for
17796         continuation headers.
17797
17798 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17801
17802 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17803
17804         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17805
17806 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17809         default-truncate-lines.
17810
17811 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17814         to fill the utf-8 entry.
17815
17816         * lpath.el: Fbind unicode-precedence-list.
17817
17818 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17819
17820         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17821
17822 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17823
17824         * gnus-agent.el (directory-files-and-attributes): Move all the way
17825         forward (the third and final move).
17826         (gnus-agent-read-agentview): Trap reconstruction errors due to
17827         nonexistent directory.  Handle by returning nil.
17828
17829 2006-05-30  Didier Verna  <didier@xemacs.org>
17830
17831         * message.el (message-dont-reply-to-names): Update the custom type.
17832         * message.el (message-dont-reply-to-names): New defsubst: potentially
17833         convert a list of regexps into a single one.
17834         * message.el (message-get-reply-headers): Use it.
17835         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17836
17837 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-agent.el (directory-files-and-attributes): Move forward.
17840
17841 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17842
17843         * gnus-ml.el (gnus-mailing-list-subscribe)
17844         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17845         (gnus-mailing-list-message): Fix doc strings.
17846
17847 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17848
17849         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17850         of doing it manually.
17851
17852 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17853
17854         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17855         comment.
17856
17857 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17858
17859         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17860         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17861         (gnus-agent-read-local): All symbols allocated in my-obarray.
17862         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17863         (gnus-agent-regenerate-group): Check numeric names to see if they are
17864         messages or groups.
17865         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17866         better way of do this...)
17867
17868         * gnus-cache.el (gnus-agent-total-fetched-for):
17869         Ignore 'dummy.group' (there should be a better way of do this...)
17870
17871 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17874         (gnus-saved-headers): Ditto.
17875         (gnus-default-article-saver): Mention functions may have properties.
17876         (gnus-article-save): Override gnus-save-all-headers and
17877         gnus-saved-headers by :headers property which saver function may have.
17878         (gnus-summary-save-in-file): Add :headers property.
17879         (gnus-summary-write-to-file): Ditto.
17880
17881         * gnus-sum.el (gnus-summary-save-article): Bind
17882         gnus-prompt-before-saving to t when saving many articles in a file;
17883         always show all headers.
17884
17885         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17886
17887 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17890         marks.
17891
17892         * message.el (message-indent-citation): Add optional arguments to allow
17893         using it outside of message buffers.
17894
17895         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17896         (gnus-article-treat-unfold-headers): Use it.
17897         (gnus-article-truncate-lines): New variable.
17898         (gnus-article-mode): Use it.
17899         (gnus-article-toggle-truncate-lines): New function.
17900
17901         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17902         Add gnus-article-toggle-truncate-lines.
17903
17904         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17905         coding system in XEmacs, use binary.
17906
17907 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17910         after-load-alist.
17911
17912         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17913         this function should save decoded articles.
17914         (gnus-summary-write-to-file): Use property to specify this function
17915         should save decoded articles and specify gnus-summary-save-in-file
17916         should be used to save articles other than the first one when saving
17917         many articles.
17918         (gnus-summary-save-body-in-file): Use property to specify this
17919         function should save decoded articles.
17920         (gnus-summary-write-body-to-file): Use property to specify this
17921         function should save decoded articles and specify
17922         gnus-summary-save-body-in-file should be used to save articles other
17923         than the first one when saving many articles.
17924
17925         * gnus-sum.el (gnus-summary-save-article): Simplify.
17926
17927 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-art.el (gnus-default-article-saver):
17930         Add gnus-summary-write-body-to-file.
17931         (gnus-article-save-coding-system): Don't use coding system object
17932         in XEmacs.
17933         (gnus-read-save-file-name): Add optional `dir-var' argument which
17934         specifies directory in which files are saved; work even if optional
17935         `variable' argument is not specified.
17936         (gnus-summary-write-to-file): Read file name.
17937         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17938         (gnus-summary-write-body-to-file): New function.
17939
17940         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17941         (gnus-summary-local-variables): Add it.
17942         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17943         (gnus-summary-save-article): Remove optional `decode' argument;
17944         determine whether to decode articles by the value of
17945         gnus-default-article-saver; when saving many files using
17946         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17947         it first and use gnus-summary-save-in-file or
17948         gnus-summary-save-body-in-file thereafter unless
17949         gnus-prompt-before-saving is always; move point to article which
17950         will be saved.
17951         (gnus-summary-save-article-file): Revert.
17952         (gnus-summary-write-article-file): Revert.
17953         (gnus-summary-save-article-body-file): Revert.
17954         (gnus-summary-write-article-body-file): New function.
17955
17956 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * gnus-art.el (gnus-default-article-saver): Doc fix.
17959         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17960         from gnus-summary-save-article-coding-system, and default to a
17961         certain coding system.
17962         (gnus-output-to-file): Add coding cookie and encode text according
17963         to gnus-article-save-coding-system; don't use mm-append-to-file.
17964
17965         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17966         gnus-art.el and rename to gnus-article-save-coding-system.
17967         (gnus-summary-save-article): Require gnus-art; don't show all
17968         headers if it decodes articles; don't add coding cookie here;
17969         don't bind mm-text-coding-system-for-write.
17970         (gnus-summary-save-article-file): Save decoded articles.
17971         (gnus-summary-write-article-file): When saving many files, use
17972         gnus-summary-write-to-file first and gnus-summary-save-in-file
17973         thereafter unless gnus-prompt-before-saving is always.
17974         (gnus-summary-save-article-body-file): Save decoded articles.
17975
17976         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17977
17978 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17979
17980         * nnrss.el (nnrss-check-group): Bind hash-index.
17981
17982 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17983
17984         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17985         its hash index.  Store this hash in `nnrss-group-data'.
17986         (nnrss-read-group-data): Update accordingly.
17987
17988 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17989
17990         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17991         entry.
17992
17993         * gnus-sum.el (gnus-summary-make-menu-bar):
17994         Add gnus-article-browse-html-article.
17995
17996 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17997
17998         * gnus-sum.el (gnus-summary-mime-map):
17999         Add gnus-article-browse-html-article.
18000
18001         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18002
18003 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18004
18005         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18006         suitable coding systems in customize.
18007
18008 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * mail-source.el (mail-sources): Fix custom type.
18011
18012 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18015         (gnus-summary-expire-articles-now): Shorten prompt.
18016
18017         * gmm-utils.el (wid-edit): Require.
18018         (defun-gmm): Rename from `gmm-defun-compat'.
18019         (gmm-image-search-load-path): Use it.
18020         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18021
18022 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-sum.el (gnus-summary-save-article-coding-system):
18025         New variable.
18026         (gnus-summary-save-article): Add optional `decode' argument.
18027         If it is set and gnus-summary-save-article-coding-system is non-nil,
18028         save decoded article.
18029         (gnus-summary-write-article-file): Save decoded article if
18030         gnus-summary-save-article-coding-system is non-nil.
18031
18032         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18033         type.
18034
18035 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18038
18039 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18042         first to test gnus-single-article-buffer which may be buffer-local.
18043
18044         * gnus-sum.el (gnus-summary-setup-buffer):
18045         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18046         group; make gnus-article-buffer, gnus-article-current, and
18047         gnus-original-article-buffer always buffer-local.
18048         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18049         group.
18050         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18051
18052 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18053
18054         * nnml.el (nnml-request-compact-group): Compressed files might not
18055         have .gz extension.
18056
18057 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18058
18059         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18060         (mm-copy-to-buffer): Use with-current-buffer.
18061         (mm-display-part): Simplify.
18062         (mm-inlinable-p): Add optional arg `type'.
18063
18064 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18065
18066         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18067         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18068         Try harder to show the attachment internally or externally using
18069         gnus-mime-view-part-as-type.
18070
18071 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * message.el (message-from-style, message-signature-separator)
18074         (message-user-organization-file, message-send-mail-function)
18075         (message-citation-line-function, message-yank-prefix)
18076         (message-indent-citation-function, message-signature)
18077         (message-signature-file, message-signature-insert-empty-line):
18078         Remove autoloads.
18079
18080         * gnus-art.el (gnus-buttonized-mime-types):
18081         Remove "multipart/signed".  Revert 2006-04-26 change.
18082
18083 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18084
18085         * gnus.el (gnus-version-number): Bump version.
18086
18087 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18088
18089         * gnus.el: No Gnus v0.5 is released.
18090
18091 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18092
18093         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18094         fetching articles by message-id.
18095
18096 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18097
18098         * message.el (hashcash): Require hashcash as normal.
18099
18100         * ecomplete.el (ecomplete-highlight-match-line):
18101         Use point-at-eol.
18102         (ecomplete-highlight-match-line): Use `highlight', because that
18103         face exists in both Emacs and XEmacs.
18104
18105         * message.el (message-display-abbrev): Use point-at-bol.
18106
18107         * mail-source.el: Don't require timer/timer-funcs.
18108
18109         * gnus-async.el: Ditto.
18110
18111         * password.el: Ditto.
18112
18113         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18114
18115         * mm-url.el: Ditto.
18116
18117         * gnus-xmas.el: Don't require timer-funcs.
18118
18119         * mm-util.el: Require timer/timer-funcs.
18120
18121 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18122
18123         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18124         Close.
18125
18126 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18129         unibyte after clear-decrypt function runs.
18130
18131         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18132         returns as a unibyte string.
18133
18134 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * lpath.el: Revert.
18137
18138         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18139         (pgg-gpg-process-sentinel): Revert.
18140
18141         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18142         (pgg-pgp-lookup-key): Revert.
18143
18144         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18145         (pgg-pgp5-lookup-key): Revert.
18146
18147         * pgg.el (pgg-fetch-key): Revert.
18148
18149 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * lpath.el: Fbind string-as-multibyte for XEmacs.
18152
18153         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18154         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18155         (mml1991-pgg-encrypt): Ditto.
18156
18157         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18158         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18159         a multibyte buffer.
18160
18161         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18162         (pgg-pgp-lookup-key): Ditto.
18163
18164         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18165         (pgg-pgp5-lookup-key): Ditto.
18166
18167         * pgg.el (pgg-fetch-key): Ditto.
18168
18169 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * message.el (message-user-organization-file): Check several
18172         locations of the organization file.
18173
18174         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18175         Add gnus-article-view-part-as-type.
18176
18177         * gnus-art.el (gnus-article-view-part-as-type): New function.
18178
18179         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18180         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18181
18182         * mml.el: Simplify autoload.
18183         (mml-mode): defvar dnd-protocol-alist instead of using
18184         symbol-value.
18185         (mml-default-directory): New variable.
18186         (mml-minibuffer-read-file): Use it.
18187         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18188
18189         * message.el (message-citation-line-format): New variable.
18190         (message-insert-formated-citation-line): New function.
18191         (message-citation-line-function):
18192         Add `message-insert-formated-citation-line' to custom type.
18193
18194         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18195         to doc string.
18196
18197         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18198         depending on mm-verify-option.
18199
18200 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18203         binding pgg-* variables; reimplement the section which prevents
18204         MIME header from being signed.
18205         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18206         pgg-text-mode; remove a blank line at the top of body.
18207
18208         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18209         lines at the top of body; use gnus-newsgroup-charset if there's no
18210         Charset header.
18211
18212 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * message.el (message-self-insert-commands): Doc fix.
18215
18216         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18217         (mm-uu-pgp-encrypted-test): Ditto.
18218         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18219         between header and body; return application/pgp-encrypted handle
18220         if decryption failed; decode decrypted body by charset.
18221
18222         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18223         element match to application/pgp-*.
18224
18225 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18226
18227         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18228         HTML.
18229
18230 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18231
18232         * mail-source.el (mail-source-call-script): Message the error
18233         string.
18234
18235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18236
18237         * gnus-util.el (gnus-byte-compile): Use it.
18238
18239 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18240
18241         * gnus-util.el (kill-empty-logs): New function.
18242
18243 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18244
18245         * message.el (message-mail-alias-type): Doc fix.
18246         (message-mail-alias-type-p): New function.
18247         (message-send): Use it.
18248         (message-mode): Ditto.
18249         (message-strip-forbidden-properties): Ditto.
18250
18251         * ecomplete.el (ecomplete-database-file-coding-system):
18252         New variable.
18253         (ecomplete-save): Use it.
18254         (ecomplete-setup): Use it.
18255
18256 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18257
18258         * message.el (message-self-insert-commands): New variable.
18259         (message-strip-forbidden-properties): Use it.
18260
18261 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18262
18263         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18264         that doesn't make XEmacs choke.
18265
18266 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18267
18268         * gnus-util.el (gnus-replace-in-string):
18269         Prefer replace-regexp-in-string over of replace-in-string.
18270
18271 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18272
18273         * gnus-util.el (gnus-select-frame-set-input-focus):
18274         Use select-frame-set-input-focus if it is available in XEmacs; use
18275         definition defined in Emacs 22 for old Emacsen.
18276
18277         * dgnushack.el: Autoload unmorse-region for XEmacs.
18278
18279         * lpath.el: Bind cursor-in-non-selected-windows and
18280         select-frame-set-input-focus for XEmacs.
18281
18282 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18285
18286 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18287
18288         * gnus-registry.el (gnus-registry-cache-save): Remove text
18289         properties when saving via the temp buffer.
18290
18291 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * message.el (message-generate-hashcash): Honor custom type.
18294
18295 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296
18297         * message.el (message-generate-hashcash): Default to non-nil when
18298         hashcash is found.
18299
18300         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18301         (gnus-refer-thread-limit): Increase default to 500.
18302
18303         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18304
18305         * flow-fill.el (fill-flowed): Allow delete-space.
18306
18307 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18308
18309         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18310         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18311         Remove autoloads.
18312
18313 2006-04-18  Simon Josefsson  <jas@extundo.com>
18314
18315         * message.el (message-generate-hashcash): Default to.
18316
18317 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18320         concatenating segments rather than before concatenating them.
18321
18322 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18323
18324         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18325
18326 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18327
18328         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18329
18330         * message.el (message-forward-make-body-plain):
18331         Allow message-forward-ignored-headers to be a list.
18332         (message-remove-ignored-headers): Factor out into function.
18333         (message-forward-make-body-mml): Use it.
18334
18335         * imap.el (imap-quote-specials): New function.
18336         (imap-login-auth): Quote specials.
18337
18338         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18339         (rfc2231-parse-string): Allow concatanation of parameters that
18340         aren't contiguous.  The test case is
18341           (mail-header-parse-content-type "message/external-body;
18342             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18343             access-type=LOCAL-FILE;
18344             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18345
18346 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18347
18348         * nntp.el (nntp-accept-process-output): Return the value of
18349         `nnheader-accept-process-output'.
18350
18351 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18352
18353         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18354         (gnus-button-alist): Recognize more diff formats.
18355         (gnus-button-patch): Strip directory.
18356
18357 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18358
18359         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18360         Emacs 22 when setting focus.
18361
18362 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18363
18364         * gnus-art.el (gnus-article-treat-types): Do treatment of
18365         text/x-verbatim parts.
18366         (gnus-button-patch): New command.
18367
18368         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18369         addresses that contain invalid characters.
18370
18371 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18372
18373         * message.el (message-put-addresses-in-ecomplete):
18374         Use gnus-replace-in-string.
18375         (message-is-yours-p): Use the more correct
18376         mail-header-parse-address instead of
18377         mail-extract-address-components.
18378         (message-put-addresses-in-ecomplete): Fix typo.
18379
18380         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18381         keystroke.
18382
18383         * gnus-art.el (gnus-treatment-function-alist): Change order of
18384         newsgroups/generic header folding to avoid double-folding.
18385
18386         * message.el (message-hidden-headers): Add X-Draft-From.
18387
18388         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18389         New command.
18390         (gnus-summary-repeat-search-article-backward): New command.
18391
18392         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18393         groups in the parent topic.
18394
18395 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18396
18397         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18398         (spam-extra-header-to-number): Return the CRM114 number as a
18399         number instead of a string.
18400
18401 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18402
18403         * gnus-art.el (gnus-face-properties-alist): Move here from
18404         gnus-fun.
18405
18406         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18407
18408 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18409
18410         * message.el (message-strip-forbidden-properties): Only display on
18411         self-insert-command.
18412
18413         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18414         reindent.
18415         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18416
18417 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18418
18419         * smiley.el (smiley-style): Fix typo.
18420
18421 2006-03-23  Kenichi Handa  <handa@m17n.org>
18422
18423         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18424         instead of set-buffer-multibyte.
18425
18426 2006-03-23  Kenichi Handa  <handa@m17n.org>
18427
18428         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18429         buffer and then decode the buffer text if necessary.
18430         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18431         first, and after mm-encode-body, change the buffer to unibyte.
18432
18433 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18434
18435         * hashcash.el (hashcash-insert-payment-async-2):
18436         Use message-goto-eoh instead of doing it manually.
18437         (mail-add-payment): Use message-narrow-to-header instead of trying
18438         to do the same itself.
18439
18440         * message.el (message-hidden-headers): Add Face.
18441
18442         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18443         reparenting code.
18444         (gnus-summary-reparent-children): Refactored out code.
18445         (gnus-summary-thread-map): New keystroke.
18446         (gnus-summary-reparent-children): Make into command.
18447
18448         * smiley.el (smiley-style): Default to `medium' if using a large
18449         font.
18450
18451         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18452         does it itself.
18453
18454         * message.el (message-point-in-header-p): Simplify definition.
18455
18456 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18457
18458         * nnagent.el (nnagent-request-set-mark): Silence log file
18459         writing.
18460         (nnagent-request-set-mark): Use write-region instead of
18461         append-to-file.
18462
18463         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18464         strange select method.
18465
18466         * ecomplete.el (ecomplete-display-matches): Get highlightling
18467         right.
18468         (ecomplete-display-matches): Use literals.
18469         (ecomplete-display-matches): Disable message logging.
18470
18471         * message.el (message-display-abbrev): Small optimization.
18472
18473         * ecomplete.el (ecomplete-display-matches): Allow automatic
18474         display.
18475
18476         * message.el (message-strip-forbidden-properties):
18477         Display abbrevs.
18478         (message-display-abbrev): Get automatic display right.
18479
18480         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18481         keystrokes.
18482
18483 2006-04-13  Romain Francoise  <romain@orebokech.com>
18484
18485         TODO: Backport to v5-10!
18486
18487         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18488         Move here (and rename) from gnus-registry.el.
18489
18490         * gnus-registry.el: Require gnus-util.
18491         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18492
18493 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18494
18495         * gnus-group.el (gnus-group-catchup-current):
18496         Change if-then-else-if-then-else into cond.
18497         (gnus-group-catchup): Indent.
18498         (group-name-at-point): New function.
18499         (gnus-fetch-group): Provide default from thing at point.
18500
18501 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18502
18503         * message.el (message-display-abbrev): Fix regexp.
18504
18505         * ecomplete.el (ecomplete-highlight-match-line):
18506         Reimplement choosing.
18507         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18508         dead variables.
18509
18510         * message.el (message-newline-and-indent): Remove debugging.
18511         (message-display-abbrev): Use new implementation.
18512
18513 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18514
18515         * gnus-art.el (gnus-article-mode):
18516         Set cursor-in-non-selected-windows to nil.
18517
18518         * smiley.el: Revert previous change.
18519         (smiley-data-directory): defvar it before using it in the
18520         defcustom of `smiley-style'.
18521
18522 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18523
18524         * message.el (message-newline-and-indent): New function.
18525
18526         * ecomplete.el: Implement more bits.
18527
18528         * message.el (message-put-addresses-in-ecomplete): Clean up the
18529         string.
18530
18531         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18532
18533         * gnus-sum.el (gnus-summary-save-parts):
18534         Bind gnus-summary-save-parts-counter and use it to make unique file
18535         names.
18536
18537         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18538
18539         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18540         parameter to say whether to actually parse the individual
18541         addresses.
18542
18543         * message.el (message-put-addresses-in-ecomplete): New function.
18544         (ecomplete): Require.
18545         (message-mail-alias-type): Add ecomplete as an option.
18546
18547 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18548
18549         * flow-fill.el (fill-flowed): Remove trailing space from blank
18550         quoted lines.
18551
18552 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18553
18554         * smiley.el (smiley-style): Move definition later to avoid a
18555         compilation warning.
18556
18557 2006-04-12  Kenichi Handa  <handa@m17n.org>
18558
18559         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18560         buffer and then decode the buffer text if necessary.
18561         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18562         first, and after mm-encode-body, change the buffer to unibyte.
18563         Use mm-disable-multibyte instead of set-buffer-multibyte.
18564
18565 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18568         Content-Type header instead of Content-Disposition header.
18569         (gnus-mime-inline-part): Ditto.
18570         (gnus-mime-view-part-as-charset): Ignore charset that the part
18571         specifies.
18572
18573         * mm-decode.el (mm-display-part): Work with external parts and
18574         usual parts similarly.
18575
18576         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18577         instead of gnus-display-mime.
18578
18579         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18580         instead of with-temp-buffer.
18581
18582         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18583         tag to summarized topics part in order to encode non-ASCII text.
18584
18585 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * smiley.el (smiley-style): New variable.
18588         (smiley-directory): New function.
18589         (smiley-data-directory): Derive from `smiley-style' using
18590         `smiley-directory'.
18591         (smiley-regexp-alist): Add new entries.
18592
18593         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18594         (gnus-article-browse-delete-temp): Add :version.
18595
18596 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18597
18598         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18599         the sieve region.
18600
18601 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18602
18603         * gnus.el (gnus-version-number): Bump version.
18604
18605 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18606
18607         * gnus.el: No Gnus v0.4 is released.
18608
18609 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18610
18611         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18612         layout.
18613
18614         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18615         unknown charset.
18616
18617         * message.el (message-header-synonyms): Add Original-To to the
18618         default.
18619
18620         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18621         optional parameter.
18622
18623 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18624
18625         * gnus-fun.el (gnus): Require it for gnus-directory.
18626
18627 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18628
18629         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18630
18631 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18632
18633         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18634
18635 2006-04-05  Simon Josefsson  <jas@extundo.com>
18636
18637         * password.el (password-reset): New function.
18638
18639 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18640
18641         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18642         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18643
18644 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18645
18646         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18647         Some whitespace was matched into the url, which broke browsing hits
18648         > 100 when mm-url-use-external was nil.
18649
18650 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18651
18652         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18653         Check gnus-extra-headers for 'Newsgroups.
18654
18655         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18656         bound.
18657
18658 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18659
18660         * pgg-gpg.el: Clean up process buffers every time gpg processes
18661         complete.
18662
18663 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18664
18665         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18666         doc string.
18667
18668 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18669
18670         * pgg-gpg.el (pgg-gpg-process-filter)
18671         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18672
18673         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18674         lines, temporary fix.
18675
18676 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18679
18680 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18681
18682         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18683         default-enable-multibyte-characters.  This reverts the change from
18684         revision 6.17 which is no longer necessary because the passphrase
18685         is sent separately now.  GnuPG messages are unreadable under
18686         multibyte locales with default-enable-multibyte-characters set to
18687         nil.
18688
18689 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18690
18691         * message.el (message-tool-bar-gnome): Move "spell".
18692
18693 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18696         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18697         instead.
18698
18699 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18700
18701         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18702         Improve newsgroups handling for NNTP overviews which don't include
18703         Newsgroups.
18704
18705 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18706
18707         * message.el (message-resend): Bind message-generate-hashcash to nil.
18708
18709 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18710
18711         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18712         when searching for already-paid recipients.
18713
18714 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18715
18716         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18717         passphrases when it is not needed.
18718         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18719         passphrase stuff from gpg, should only be necessary when you use
18720         gpg with a smartcard.
18721
18722 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * mml.el (mml-insert-mime): Ignore cached contents of
18725         message/external-body part.
18726
18727         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18728         (mm-insert-part): Ditto.
18729
18730 2006-03-23  Simon Josefsson  <jas@extundo.com>
18731
18732         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18733         Reiner.
18734         (pgg-gpg-use-agent-p): Use it again.
18735
18736 2006-03-23  Simon Josefsson  <jas@extundo.com>
18737
18738         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18739         older emacsen.
18740         (pgg-gpg-use-agent-p): Don't use it.
18741
18742 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18743
18744         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18745         if we can.
18746
18747 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18748
18749         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18750         (pgg-gpg-update-agent): New function.
18751         (pgg-gpg-use-agent-p): New function.
18752         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18753         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18754         (pgg-gpg-sign-region): Use it.
18755
18756 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18759         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18760
18761 2006-03-21  Simon Josefsson  <jas@extundo.com>
18762
18763         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18764         <wilde@sha-bang.de>.
18765         (pgg-gpg-use-agent): New variable.
18766         (pgg-gpg-process-region): Use it.
18767         (pgg-gpg-encrypt-region): Likewise.
18768         (pgg-gpg-encrypt-symmetric-region): Likewise.
18769         (pgg-gpg-decrypt-region): Likewise.
18770         (pgg-gpg-sign-region): Likewise.
18771         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18772
18773 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18774
18775         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18776
18777         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18778         Add comment on version.
18779
18780 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18781
18782         * smiley.el: Add missing test smiley.
18783
18784 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * mm-decode.el (mm-with-part): New macro.
18787         (mm-get-part): Use it; work with message/external-body as well.
18788         (mm-save-part): Treat name and filename equally.
18789
18790         * mm-extern.el (mm-extern-cache-contents): New function.
18791         (mm-inline-external-body): Use it; force the part to be displayed;
18792         move undisplayer added to the cached handle to the parent.
18793
18794         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18795         (gnus-mime-view-part-as-type): Work with message/external-body.
18796
18797         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18798
18799 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18800
18801         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18802         images in image-load-path.  [Sync with image.el, revision 1.60, in
18803         Emacs.]
18804
18805 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18808         path rather than symbol.  Always return list of directories.
18809         Guarantee that image directory comes first.  [Sync with image.el,
18810         revision 1.59, in Emacs.]
18811
18812         * message.el (message-make-tool-bar): Adjust to new API of
18813         `gmm-image-load-path-for-library'.
18814
18815         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18816
18817         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18818
18819 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18820
18821         * gnus-art.el (gnus-article-only-boring-p):
18822         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18823         intangible text.
18824         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18825
18826 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18827
18828         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18829         Use `defun' instead of `gmm-defun-compat'.
18830
18831 2006-03-14  Simon Josefsson  <jas@extundo.com>
18832
18833         * message.el (message-unique-id): Don't use message-number-base36
18834         if (user-uid) is a float.
18835         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18836
18837 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18840
18841         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18842         empty line between a part and a message part.
18843
18844 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * smiley.el: Add more test smileys.
18847         (smiley-data-directory, smiley-regexp-alist)
18848         (gnus-smiley-file-types): Fix doc strings.
18849         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18850         adding new elements.
18851         (smiley-mouse-map): Unused code.  Make it a comment.
18852
18853 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18856         scan latest NoCeM messages instead of old ones.
18857         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18858         delimiters that are recently used.
18859         (gnus-nocem-load-cache): Add autoload cookie.
18860
18861         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18862
18863         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18864         level which is larger than gnus-use-nocem is specified.
18865
18866         * gnus-group.el (gnus-group-get-new-news): Ditto.
18867
18868 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18869
18870         * gnus-util.el (gnus-tool-bar-update): New function.
18871
18872         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18873         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18874
18875         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18876
18877         * gnus-group.el (gnus-group-redraw-when-idle)
18878         (gnus-group-redraw-check): Remove.
18879         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18880
18881 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18884         if optional last element is specified in splits (FIELD VALUE...).
18885
18886 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18889         to gmm-image-load-path-for-library.  Call with no-error argument.
18890         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18891
18892         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18893
18894         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18895
18896         * gmm-utils.el (gmm-image-load-path): Remove alias.
18897
18898 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18899
18900         * gmm-utils.el (gmm-image-load-path): Add alias.
18901
18902         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18903         nnml-generate-nov-databases-1.
18904         (nnml-generate-nov-databases): Use it.
18905         (nnml-generate-nov-databases-directory): Document no-active
18906         argument.
18907
18908         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18909         directory if path is t.  Add no-error.
18910
18911         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18912         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18913
18914         * gnus-art.el (gnus-article-browse-delete-temp-files):
18915         Simplify resetting gnus-article-browse-html-temp-list.
18916
18917         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18918         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18919         Add example to docstring.  Rename local variables.  Move error
18920         checks to default case in cond and simplify.
18921
18922 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18925         handle is multipart when calling it recursively.
18926         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18927
18928 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18929
18930         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18931         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18932
18933 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18936         is loaded.
18937
18938         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18939         loaded.
18940
18941 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18942
18943         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18944         to "Emacs 23 (unicode)" in doc string.
18945
18946         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18947         "Emacs 23 (unicode)" in comment.
18948
18949 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18952
18953         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18954         characters 160 through 255 in Emacs 23.
18955
18956 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18959         gnus-article-browse-html-temp.
18960         (gnus-article-browse-delete-temp): Make it customizable.
18961         Add `file'.  Adjust doc string.
18962         (gnus-article-browse-delete-temp-files): Add argument.
18963         Allow query for each file.  Adjust doc string.
18964         (gnus-article-browse-html-parts):
18965         Add `gnus-article-browse-delete-temp-files' to
18966         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18967
18968 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18969
18970         * gnus-art.el (gnus-article-browse-html-temp)
18971         (gnus-article-browse-delete-temp): New variables.
18972         (gnus-article-browse-delete-temp-files): New function.
18973         (gnus-article-browse-html-parts): Use it.
18974
18975 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18976
18977         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18978
18979         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18980         string.
18981
18982         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18983         gnus-summary-insert-new-articles when unplugged.
18984         Remove gnus-summary-search-article-forward.
18985
18986         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18987         display-visual-class instead of display-color-cells.
18988
18989 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * dgnushack.el: Autoload customize-group for XEmacs.
18992
18993         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18994         message/* containing non-ASCII text properly.
18995
18996 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18997
18998         * message.el: Require gmm-utils, remove autoloads.
18999         (message-tool-bar): Set default based on
19000         gmm-tool-bar-style.
19001         (message-tool-bar-gnome): Add gmm-customize-mode.
19002
19003         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19004         gmm-tool-bar-style.
19005         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19006
19007         * gnus-group.el (gnus-group-tool-bar): Set default based on
19008         gmm-tool-bar-style.
19009         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19010
19011         * gmm-utils.el (gmm-image-directory): Rename variable from
19012         gmm-image-load-path.
19013         (gmm-image-load-path): Use gmm-image-directory.
19014         (gmm-customize-mode): New function.
19015         (gmm-tool-bar-style): New variable.
19016
19017         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19018         gnus-group-redraw-line-number.
19019         (gnus-group-redraw-check): Simplify.
19020         (gnus-group-tool-bar-update): Remove redraw check.
19021         (gnus-group-make-tool-bar): Add redraw check.
19022
19023 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19024
19025         * gnus-art.el (gnus-button): Add missing parentheses.
19026
19027 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * lpath.el: Fbind line-number-at-pos.
19030
19031 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19034
19035 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19036
19037         * gnus-art.el (gnus-button): New face.
19038         (gnus-article-button-face): Use it.
19039
19040         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19041         Add gnus-summary-next-page.  Re-order.
19042
19043         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19044         next-node are now included.
19045         (gnus-group-redraw-line-number): New internal variable.
19046         (gnus-group-redraw-check): Helper function for updating the tool
19047         bar.
19048         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19049
19050         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19051
19052         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19053         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19054         Use it to match format of Spamassassin 3.0 and later.
19055         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19056         (spam-check-bogofilter)
19057         (spam-bogofilter-register-with-bogofilter): Fix args of
19058         `gnus-error' calls.
19059
19060 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19061
19062         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19063         unnecessary interaction when sending queued mails.
19064         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19065
19066 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19069         first or last are nil.
19070
19071 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19072
19073         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19074
19075 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19078
19079 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * dns.el (query-dns): Protect more against buggy tcp output.
19082
19083 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19084
19085         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19086         nov.php.
19087
19088 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19089
19090         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19091         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19092         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19093         output on the server side.
19094         (nnweb-google-create-mapping): Update regexps and add some
19095         progress indication.
19096
19097 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19098
19099         * gnus-group.el (gnus-group-tool-bar-gnome):
19100         Fix gnus-agent-toggle-plugged.  Re-order icons.
19101         (gnus-group-tool-bar-gnome):
19102         Add gnus-group-{prev,next}-unread-group.
19103         (gnus-group-tool-bar-gnome): Re-order icons.
19104
19105         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19106         Move gnus-summary-insert-new-articles.
19107
19108         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19109         Fix comments.
19110
19111         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19112         also available in Emacs 21.3.
19113
19114         * message.el (message-fix-before-sending): Change "Emacs 22" to
19115         "Emacs 23 (unicode)" in comment.
19116
19117         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19118         "Emacs 23 (unicode)" in comment.
19119
19120         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19121         comment.
19122         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19123
19124         * mm-view.el (mm-fill-flowed): Add :version.
19125
19126 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19129         and load-path.
19130
19131 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19132
19133         * message.el: Autoload gmm-image-load-path.
19134         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19135         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19136         consitency.
19137
19138         * gmm-utils.el (gmm-image-load-path): Also search in
19139         "../etc/images".  Don't set gmm-image-load-path if we don't find
19140         the image.
19141
19142 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19143
19144         * gmm-utils.el (gmm-image-load-path): Don't make
19145         `gmm-image-load-path' include subdirectories which the second arg
19146         `image' might specify.
19147
19148         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19149         subdirectory to icon file names.
19150
19151         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19152
19153 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19154
19155         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19156         gmm-image-load-path calls.
19157
19158         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19159
19160         * message.el (message-make-tool-bar): Ditto.
19161
19162         * mml.el (mml-preview): Add comment concerning tool bar icons.
19163
19164         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19165         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19166
19167         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19168         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19169
19170         * message.el (message-tool-bar-gnome): Use new icon names.
19171         (message-make-tool-bar): Use `gmm-image-load-path'.
19172
19173         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19174         New functions from MH-E.
19175         (gmm-image-load-path): New variable from MH-E.
19176         (gmm-image-load-path): New function from MH-E.  Add arguments
19177         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19178         *-image-load-path-called-flag.
19179
19180 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19181
19182         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19183
19184 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19185
19186         * nnimap.el (nnimap-request-move-article): Change folder back to
19187         source group before deleting.
19188
19189 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19192
19193         * gnus-art.el (mm-url-insert-file-contents-external):
19194         Autoload mm-url.
19195
19196         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19197
19198 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19201         coding system which mm-charset-to-coding-system returns for a
19202         given charset is valid.
19203
19204 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19205
19206         * html2text.el (html2text-remove-tag-list):
19207         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19208
19209 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19210
19211         * gnus-cus.el: Revert 2005-10-17 change.
19212
19213 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-art.el (article-strip-banner):
19216         Call article-really-strip-banner only when the regexp match is made.
19217
19218 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19219
19220         * gnus-art.el (article-strip-banner):
19221         Use gnus-extract-address-components instead of
19222         mail-header-parse-addresses to make it work with non-ASCII text;
19223         remove mail-encode-encoded-word-string.
19224
19225         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19226         values which are surrounded with \"...\"; make it never cause a
19227         Lisp error; give up parsing of parameters if it failed in
19228         extracting type.
19229
19230 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19231
19232         * smime.el (smime-cert-by-ldap-1): Fix bug where
19233         `smime-ldap-search' returns results without userCertificates.
19234
19235 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19238
19239 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19240
19241         * spam.el (spam-check-spamassassin-headers): Adapt format for
19242         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19243         <ari@mbf.ocn.ne.jp>.
19244         (spam-list-of-processors): Add spam-use-gmane.
19245
19246 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19249         make-temp-file; make it work with XEmacs as well.
19250
19251         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19252         mm-make-temp-file.
19253
19254         * mm-decode.el (mm-display-external): Use the 3rd arg of
19255         mm-make-temp-file.
19256         (mm-create-image-xemacs): Ditto.
19257
19258 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19261         with message-narrow-to-headers.
19262         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19263         (gnus-draft-check-draft-articles): New function.
19264         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19265
19266 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19267
19268         * gnus-art.el (gnus-article-browse-html-parts):
19269         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19270         Don't use suffix argument for mm-make-temp-file for Emacs 21
19271         compatibility.  Remove useless `format'.
19272
19273 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19274
19275         * nnweb.el (nnweb-google-wash-article): Update regexps.
19276         (nnweb-group-alist): Use defvoo instead of defvar.
19277
19278 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19281         re-loading nn* modules.
19282
19283 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19284
19285         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19286         for `tool-bar-mode' and don't check it's default-value.
19287
19288         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19289
19290         * message.el (message-make-tool-bar): Ditto.
19291
19292         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19293         `substring'.  Shorten tmp-file name.
19294
19295         * gnus.el: Remove bogus comment.
19296
19297 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19298
19299         * gnus-art.el (gnus-article-browse-html-parts): New function.
19300         (gnus-article-browse-html-article): New function for viewing html
19301         articles with a browser.
19302
19303 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19304
19305         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19306         in elisp.
19307         (pgg-gpg-encrypt-symmetric-region): Ditto.
19308         (pgg-gpg-sign-region): Ditto.
19309
19310         * pgg-def.el (pgg-text-mode): New variable.
19311
19312         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19313         (mml2015-pgg-encrypt): Ditto.
19314
19315         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19316         (mml1991-pgg-encrypt): Ditto.
19317
19318 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * nnfolder.el (nnfolder-insert-newsgroup-line):
19321         Use message-make-date instead of current-time-string.
19322
19323         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19324         to gnus-decoded which mm-uu might set.
19325
19326 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19329         don't decode quoted parameters; remove misimported Emacs code.
19330         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19331         (rfc2231-decode-encoded-string): Don't use split-string which
19332         behaves differently according to Emacs version; use
19333         mm-decode-coding-region to convert charset to coding-system.
19334         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19335         (rfc2231-encode-string): Remove misimported Emacs code.
19336
19337 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19340         when calling mail-header-parse-content-type.
19341         (article-de-quoted-unreadable): Ditto.
19342         (article-de-base64-unreadable): Ditto.
19343         (article-wash-html): Ditto.
19344
19345         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19346         calling mail-header-parse-content-type and
19347         mail-header-parse-content-disposition.
19348         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19349         mail-header-parse-content-type.
19350
19351         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19352         insert charset and format parameters; encode description after
19353         inserting it to buffer.
19354         (mml-insert-parameter): Fold lines properly even if a parameter is
19355         segmented into two or more lines; change the max column to 76.
19356
19357         * rfc1843.el (rfc1843-decode-article-body): Don't use
19358         ignore-errors when calling mail-header-parse-content-type.
19359
19360         * rfc2231.el (rfc2231-parse-string): Return at least type if
19361         possible; don't cause an error even if it fails in parsing of
19362         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19363         (rfc2231-encode-string): Don't break lines at the beginning, leave
19364         it to mml-insert-parameter.
19365
19366         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19367         calling mail-header-parse-content-type.
19368
19369 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19370
19371         * spam-report.el (spam-report-gmane-use-article-number):
19372         Improve doc string.
19373         (spam-report-gmane-internal): Check if a suitable header was found
19374         in the article.
19375
19376 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19377
19378         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19379         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19380
19381 2006-02-05  Romain Francoise  <romain@orebokech.com>
19382
19383         Update copyright notices of all files in the gnus directory.
19384
19385 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19386
19387         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19388
19389 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19392         segmented lines of parameter value to cope with Thunderbird 1.5
19393         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19394         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19395         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19396
19397 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19398
19399         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19400         parts.
19401
19402 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19403
19404         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19405         there's only one active file for all servers.
19406         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19407         solid groups.  Gnus might have used a FAST request to select the group.
19408         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19409         and nnweb-search redundantly in the active file.
19410         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19411         (nnweb-request-create-group): Don't use ARGS.
19412         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19413         initializations.  Let nnoo do the work.
19414
19415 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19418         Say the part has been decoded.
19419
19420         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19421
19422 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19423
19424         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19425         mailcap-viewer-test-cache when there's no 'test clause, since that
19426         will invert the meaning of a "nil" test previously determined by
19427         mailcap-mailcap-entry-passes-test.
19428
19429 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19432         compiling.
19433
19434         * gnus-sum.el: Ditto.
19435
19436         * message.el: Don't bind tool-bar-map when compiling.
19437
19438 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19439
19440         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19441
19442 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19443
19444         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19445         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19446         current Google Groups.
19447
19448 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19449
19450         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19451         and tool-bar-mode.
19452
19453         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19454         and tool-bar-mode.
19455
19456         * message.el (message-tool-bar-update): Simplify.
19457         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19458
19459         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19460         gnus-summary-buffer.
19461         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19462         gnus-summary-reply.
19463
19464         * gmm-utils.el (gmm): Add :version.
19465
19466 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * Makefile.in (clean): New rule.
19469         (distclean): Use it.
19470
19471 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19472
19473         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19474         Don't autoload.
19475
19476 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * gmm-utils.el (gmm-verbose): Add :group.
19479
19480 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19481
19482         * message.el: Change some comments WRT tool-bars.
19483
19484         * gnus-sum.el (gnus-summary-tool-bar)
19485         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19486         (gnus-summary-tool-bar-zap-list): New variables.
19487         (gnus-summary-make-tool-bar): Complete rewrite using
19488         `gmm-tool-bar-from-list'.
19489
19490         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19491         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19492         New variables.
19493         (gnus-group-make-tool-bar): Complete rewrite using
19494         `gmm-tool-bar-from-list'.
19495         (gnus-group-tool-bar-update): New function.
19496
19497         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19498
19499 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19502         is dissected into a single part of which the type is the same as
19503         the given one; decode charset.
19504
19505 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19506
19507         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19508         into alists as symbol not string, since that's what
19509         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19510         look for.
19511
19512 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19513
19514         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19515         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19516
19517         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19518
19519 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19522         (gnus-xmas-mime-security-button-menu): New function.
19523
19524         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19525         (gnus-mime-security-button-menu): New definition.
19526         (gnus-mime-security-button-map): Use them.
19527         (gnus-mime-security-button-menu): New function.
19528         (gnus-insert-mime-security-button): Addition to help echo.
19529         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19530         (gnus-mime-security-pipe-part): New functions.
19531
19532         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19533         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19534
19535         * mm-decode.el (mm-handle-set-disposition): Remove.
19536         (mm-handle-set-description): Remove.
19537
19538 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19539
19540         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19541         (mm-w3m-standalone-supports-m17n-p): New function.
19542         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19543         w3m usage.
19544
19545         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19546         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19547
19548 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19549
19550         * message.el (message-tool-bar-zap-list):
19551         Use gmm-tool-bar-zap-list as custom type.
19552         (message-tool-bar-update): New function.
19553         (message-tool-bar, message-tool-bar-gnome)
19554         (message-tool-bar-retro): Add message-tool-bar-update.
19555         (message-tool-bar-gnome): Add flyspell-buffer.
19556
19557         * gnus-util.el (gnus-error): Describe `args'.
19558
19559         * gmm-utils.el (gmm-error): Describe `args'.
19560         (gmm-tool-bar-zap-list): New widget.
19561         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19562
19563 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19566         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19567         the number of recursive calls.
19568
19569         * mm-decode.el (mm-handle-set-disposition): New macro.
19570         (mm-handle-set-description): New macro.
19571
19572 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19575         encoding.
19576
19577 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19578
19579         * message.el (message-tool-bar-zap-list, message-tool-bar)
19580         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19581         (message-tool-bar-local-item-from-menu): Remove.
19582         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19583         (message-make-tool-bar): New function.
19584         (message-mode): Use `message-make-tool-bar'.
19585
19586         * gmm-utils.el: New file.
19587         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19588         (gmm-lazy): New widget copied from `nnmail.el'.
19589         (gmm-tool-bar-from-list): New function for creating customizable
19590         tool bars.
19591         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19592         output.
19593         (gmm): Add :prefix to defgroup.
19594
19595 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19596
19597         * gmm-utils.el (gmm-widget-p): New function.
19598
19599 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19600
19601         * mml.el (mml-attach-file): Describe `description' in doc string.
19602         (mml-menu): Add Emacs MIME manual and PGG manual.
19603
19604 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19605
19606         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19607
19608 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19609
19610         * nntp.el (nntp-end-of-line): Doc fix.
19611
19612 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19613
19614         * imap.el (imap-open): Handle case where buffer is a buffer
19615         object.
19616
19617 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19618
19619         * gnus-delay.el (gnus-delay): Don't autoload.
19620         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19621         to be re-loaded when customizing the `gnus-delay' group.
19622
19623 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19624
19625         * message.el (message-insert-citation-line): Use newlines.
19626
19627 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19628
19629         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19630         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19631         these routines, so the passphrase can be managed externally and
19632         passed in to the system.
19633         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19634         pgg-add-passphrase-to-cache function.
19635
19636         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19637         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19638         these routines, so the passphrase can be managed externally and
19639         passed in to the system.
19640         (pgg-pgp5-sign-region): Use new name of
19641         pgg-add-passphrase-to-cache function.
19642
19643 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19644
19645         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19646         part of the decoded armor to find the key-identifier.
19647         (pgg-gpg-lookup-key-owner): New function to return the
19648         human-readable identifier of a key owner.
19649         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19650         itself.
19651         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19652         the key value) if we have a key and can match it against a secret
19653         key.  Also, added a note pointing out fact that the prompt only
19654         indicates the first matching key.
19655
19656         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19657         pgg-decrypt-region.
19658         (pgg-add-passphrase-to-cache): Rename from
19659         `pgg-add-passphrase-cache' to reduce confusion (all callers
19660         changed).
19661         (pgg-remove-passphrase-from-cache): Rename from
19662         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19663         changed).
19664         (pgg-read-passphrase, pgg-add-passphrase-cache)
19665         (pgg-remove-passphrase-cache): Add informative docstrings.
19666         (pgg-decrypt): Convey provided passphrase in subordinate call to
19667         pgg-decrypt-region.
19668
19669 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19670
19671         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19672         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19673         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19674         'passphrase' argument, so the passphrase can be managed externally
19675         and then passed in to the system.
19676
19677         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19678         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19679         so the passphrase cache can be used reliably with identifiers
19680         besides a pgp packet's key id.
19681
19682         * pgg-gpg.el (pgg-gpg-encrypt-region)
19683         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19684         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19685         these routines, so the passphrase can be managed externally and
19686         passed in to the system.
19687
19688         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19689         'notruncate' argument, so the passphrase cache can be used
19690         reliably with identifiers besides a pgp packet's key id.
19691
19692 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19693
19694         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19695         symmetric encryption.
19696         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19697         encrypted session key.
19698         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19699         message ask for the passphrase in a proper way.
19700
19701         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19702         New user commands for symmetric encryption.
19703
19704 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19707
19708         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19709
19710 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19711
19712         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19713
19714 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * mm-decode.el (mm-inlined-types): Add application/pgp.
19717         (mm-automatic-display): Ditto.
19718
19719         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19720         part as text.
19721
19722 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * nnrss.el: Update copyright.
19725         (nnrss-opml-import): Query whether to subscribe to each entry.
19726
19727         * gnus-art.el:
19728         * gnus-sum.el:
19729         * gnus-xmas.el:
19730         * messagexmas.el:
19731         * mm-uu.el:
19732         * mm-view.el: Update copyright.
19733
19734 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19735
19736         * message.el (message-info): New function.
19737         (message-mode-menu): Add it.
19738         Update copyright.
19739
19740         * ChangeLog: Fix and update copyright.
19741
19742 2006-01-13  Romain Francoise  <romain@orebokech.com>
19743
19744         * message.el (message-forward-subject-name-subject): Prefer the
19745         address to 'nowhere' if the sender has no name.
19746         Fix typo.  Update copyright year.
19747
19748 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-art.el (article-wash-html):
19751         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19752         (gnus-article-wash-html-with-w3m-standalone): New function.
19753
19754         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19755         mm-inline-text-html-render-with-w3m-standalone.
19756         (mm-text-html-washer-alist): Map w3m-standalone to
19757         gnus-article-wash-html-with-w3m-standalone.
19758         (mm-inline-text-html-render-with-w3m-standalone): New function.
19759
19760 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19761
19762         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19763         Improve LaTeX.
19764
19765 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19768         (nnrss-request-article): Render text/plain parts as HTML.
19769
19770         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19771         the buffer.
19772
19773 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19774
19775         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19776         custom definition of `gnus-posting-styles'.
19777
19778         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19779         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19780
19781 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19782
19783         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19784         Use nntp for bug archive.
19785
19786 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19787
19788         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19789         parts.
19790         (nnrss-normalize-date): New function converts ISO 8601 date into
19791         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19792         (nnrss-check-group): Use it.
19793
19794 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19797
19798         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19799         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19800         (nnrss-insert-w3): Ditto.
19801
19802 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19805         the articles to be forwarded including the case where neither a
19806         number of articles nor a region is specified.
19807
19808 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * nnrss.el (nnrss-request-article): Fix last change; fill
19811         text/plain parts.
19812
19813 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19816         in text/plain part.
19817         (nnrss-check-group): Don't add excessive newline to dc:subject.
19818
19819 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19820
19821         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19822         article.
19823
19824 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19825
19826         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19827         (nnml-use-compressed-files, nnml-save-mail): Support other
19828         comression programs such as bzip2.
19829
19830 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19831
19832         * dns.el (query-dns): Make sure we check the buffer size before
19833         removing tcp headers.
19834
19835 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19838         remove MIME buttons associated with multipart/alternative parts.
19839         (gnus-mime-display-alternative): Tag buttons using `article-type'
19840         text property.
19841
19842         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19843         associated with multipart/alternative parts.
19844
19845         * gnus-art.el (gnus-signature-separator): Fix custom type.
19846
19847         * mm-decode.el (mm-inlined-types): Fix custom type.
19848         (mm-keep-viewer-alive-types): Ditto.
19849         (mm-automatic-display): Ditto.
19850         (mm-attachment-override-types): Ditto.
19851         (mm-inline-override-types): Ditto.
19852         (mm-automatic-external-display): Ditto.
19853
19854 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19855
19856         * spam-report.el (spam-report-user-mail-address)
19857         (spam-report-user-agent): New variables.
19858         (spam-report-url-ping-plain): Use spam-report-user-agent.
19859
19860 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19861
19862         * gnus-art.el (gnus-button-handle-custom): Do not just use
19863         `customize-apropos' for any "M-x customize-*" button but the
19864         function called for.  Accept both the function name and its
19865         argument in order to achieve this.
19866         (gnus-button-alist): Remove support for "custom:" URL's.
19867         Pass function name to `gnus-button-handle-custom' in case of "M-x
19868         customize-*" buttons.
19869
19870 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19871
19872         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19873         multipart/alternative and add xref to mm-discouraged-alternatives
19874         in doc string.
19875
19876         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19877         gnus-buttonized-mime-types in doc string.
19878
19879 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19880
19881         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19882         Suggest image/.* in the doc string.
19883
19884 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19885
19886         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19887         message-marks (Debian bug #342521).
19888
19889 2005-12-12  Simon Josefsson  <jas@extundo.com>
19890
19891         * password.el (password-read-from-cache): Add.
19892         (password-read): Use it.
19893
19894 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * rfc2047.el (rfc2047-charset-to-coding-system):
19897         Recognize us-ascii as a MIME charset.
19898
19899         * mm-bodies.el (mm-decode-content-transfer-encoding):
19900         Protect against the case where the 2nd arg TYPE is nil.
19901
19902 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19903
19904         * pop3.el (pop3-stream-type): Fix custom version.
19905
19906         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19907
19908 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19909
19910         * mm-decode.el (mm-display-external): Add missing cdr.
19911
19912 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19915         RFC1524) if it is in mailcap or add a suffix according to
19916         mailcap-mime-extensions when generating a temp filename; postpone
19917         deleting a temp file for 2 seconds for some wrappers, shell
19918         scripts, and so on, which might exit right after having started a
19919         viewer command as a background job.
19920
19921 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * nntp.el (nntp-marks-directory): Fix custom group.
19924
19925         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19926         steps when < 10.
19927
19928         * gnus-start.el (gnus-no-server-1):
19929         Mention `gnus-level-default-subscribed' in doc string.
19930
19931 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19932
19933         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19934         parens.
19935
19936 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * gnus-xmas.el (gnus-use-toolbar): Revert.
19939         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19940         gnus-use-toolbar is default.
19941
19942         * messagexmas.el (message-use-toolbar): Revert.
19943         (message-setup-toolbar): Use global default-toolbar if
19944         message-use-toolbar is default.
19945
19946 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19949         according to default-toolbar-visible-p.
19950
19951         * messagexmas.el (message-use-toolbar): Ditto.
19952
19953 2005-11-26  Dave Love  <fx@gnu.org>
19954
19955         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19956         (tls-program, tls-success): Provide openssl alternative.
19957
19958         * starttls.el: Doc fixes.
19959         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19960         SERVICE to PORT.
19961
19962         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19963         port null or service name.
19964         (starttls-negotiate): Autoload.
19965
19966 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * message.el (message-kill-to-signature): Fix interactive spec.
19969
19970 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19971
19972         * pop3.el (pop3-open-server): Recognize a string as a service name.
19973
19974 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19975
19976         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19977
19978 2005-11-23  Dave Love  <fx@gnu.org>
19979
19980         Add pop3s, pop3/starttls.
19981
19982         * pop3.el (pop3-authentication-scheme): Clarify doc.
19983         (open-tls-stream, starttls-open-stream): Autoload.
19984         (pop3-stream-type): New.
19985         (pop3-open-server): Use it.
19986
19987         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19988         for POP.
19989         (mail-source-keyword-map): Add :stream for POP.
19990         (mail-source-fetch-pop): Use pop3-stream-type.
19991
19992 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19993
19994         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19995         of current-time-string.
19996
19997 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19998
19999         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20000         date header.
20001
20002 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20003
20004         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20005         it can seriously impact performance as it bypasses the agent's
20006         local caches.
20007
20008 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20009
20010         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20011         must be explicitly online rather than "not explicitly offline" for
20012         its flags to be synchronized.
20013
20014         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20015         that gnus-uu-unmark-thread will function correctly.
20016
20017         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20018         1024K is instead displayed as 1M.
20019
20020 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20021
20022         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20023
20024 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20025
20026         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20027
20028 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20029
20030         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20031         error message to display actual error condition.
20032         (gnus-agent-save-local): Avoid saving symbols that are bound to
20033         nil as they simply result in a warning message in
20034         gnus-agent-read-local.
20035
20036 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20039         rather than make-variable-buffer-local for file-precious-flag.
20040
20041 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20042
20043         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20044         for duplicates which are removed.  The invalid sort check then
20045         triggers a rescan after the sort as sorting may have moved
20046         duplicate entries such that they can be cheaply detected.
20047
20048 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20049
20050         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20051
20052 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20053
20054         * gnus-agent.el (gnus-agent-article-alist-save-format):
20055         Change internal variable to a custom variable.  Change default value
20056         from compressed(2) to uncompressed(1).
20057         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20058         support for uncompressed agentview files.  Taken together, reading
20059         the agentview file should now be 6-7 times faster.
20060
20061 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20062
20063         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20064         as a buffer-local variable.  This avoids creating truncated
20065         dribble files as a result of a hang up, eg.
20066
20067 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20068
20069         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20070         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20071         XEmacs.
20072
20073 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20074
20075         * gnus-start.el (gnus-start-draft-setup):
20076         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20077
20078         * gnus.el (gnus-splash): Change custom group.
20079         (gnus-group-get-parameter, gnus-group-parameter-value):
20080         Describe allow-list argument.
20081
20082         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20083         string.
20084
20085 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20086
20087         * gnus-art.el (gnus-default-article-saver): Add user-defined
20088         `function' to custom type.
20089
20090 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20091
20092         * imap.el (imap-open): Handle case where buffer is a buffer
20093         object.
20094
20095 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20096
20097         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20098         long lines.
20099         (gnus-cache-delete-group): Wrap doc strings.
20100
20101         * gnus-agent.el (gnus-agent-rename-group)
20102         (gnus-agent-delete-group): Wrap doc strings.
20103
20104 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20105
20106         * messagexmas.el (message-use-toolbar): Change the valid values
20107         into default, top, bottom, left, and right.
20108         (message-toolbar-thickness): New variable.
20109         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20110         well.
20111         (message-setup-toolbar): Make it work.
20112
20113         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20114         (gnus-use-toolbar): Change the valid values into default, top,
20115         bottom, left, and right.
20116         (gnus-toolbar-thickness): New variable.
20117         (gnus-xmas-setup-toolbar): New function.
20118         (gnus-xmas-setup-group-toolbar): Use it.
20119         (gnus-xmas-setup-summary-toolbar): Use it.
20120
20121 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20122
20123         * gnus-start.el (gnus-1): Add "native" to
20124         gnus-predefined-server-alist.
20125
20126         * gnus.el (gnus-method-to-server): Don't add "native" to the
20127         lists here, because that leads to problems when
20128         gnus-select-method is bound.
20129
20130 2005-11-09  Simon Josefsson  <jas@extundo.com>
20131
20132         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20133         use (not sort-by-date) instead.
20134
20135 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20136
20137         * gnus-delay.el (gnus-delay-group): Don't autoload.
20138         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20139         to be re-loaded when customizing the `gnus-delay' group.
20140
20141 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20142
20143         * message.el: Revert last changes.
20144         (message-insert-citation-line): Use newlines.
20145
20146 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20147
20148         * message.el (message-courtesy-message)
20149         (message-mark-insert-begin, message-mark-insert-end)
20150         (message-elide-ellipsis, message-cancel-message)
20151         (message-add-header, message-change-subject)
20152         (message-cross-post-followup-to-header)
20153         (message-cross-post-insert-note, message-reduce-to-to-cc)
20154         (message-widen-reply, message-delete-not-region)
20155         (message-kill-to-signature, message-insert-signature)
20156         (message-insert-importance-high, message-insert-importance-low)
20157         (message-insert-or-toggle-importance)
20158         (message-insert-disposition-notification-to)
20159         (message-indent-citation, message-yank-original)
20160         (message-cite-original-without-signature, message-cite-original)
20161         (message-insert-citation-line, message-position-on-field)
20162         (message-fix-before-sending, message-send-mail-partially)
20163         (message-send-mail, message-send-mail-with-sendmail)
20164         (message-send-mail-with-qmail, message-send-news)
20165         (message-check-news-header-syntax, message-generate-headers)
20166         (message-insert-courtesy-copy, message-fill-address)
20167         (message-fill-header, message-shorten-references)
20168         (message-setup-1, message-cancel-news)
20169         (message-forward-make-body-plain, message-forward-make-body-mime)
20170         (message-forward-make-body-mml, message-encode-message-body)
20171         (message-forward-make-body-digest-plain)
20172         (message-forward-make-body-digest-mime)
20173         (message-use-alternative-email-as-from): Insert `hard-newline'
20174         instead of ordinary newlines.
20175
20176 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * message.el (message-generate-headers): Downcase the argument
20179         given to message-check-element.
20180
20181 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20182
20183         * nntp.el (nntp-authinfo-rejected): New error condition.
20184         (nntp-wait-for): Use new error condition to signal authentication
20185         error.
20186         (nntp-retrieve-data): Rethrow new error condition to break out of
20187         recursive call to nntp-send-authinfo.
20188
20189 2005-11-08  Romain Francoise  <romain@orebokech.com>
20190
20191         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20192         (gnus-summary-exit-map): Bind to `Z p'.
20193         (gnus-summary-make-menu-bar): Add menu item.
20194
20195 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20196
20197         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20198         (gnus-treat-*): Add `first' in all doc strings.
20199
20200         * gnus-group.el (gnus-group-compact-group): Fix typo.
20201
20202 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * gnus.el (gnus-parameters-case-fold-search): New variable.
20205         (gnus-parameters-get-parameter): Use it.
20206
20207         * gnus-score.el (gnus-home-score-file): Doc fix.
20208
20209 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20210
20211         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20212
20213 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20214
20215         * mm-util.el (mm-special-display-p): New function.
20216
20217         * mml.el (mml-preview): Use it; doc fix.
20218
20219 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20220
20221         * imap.el (imap-open): Handle case where buffer is a buffer object.
20222
20223 2005-10-29  Romain Francoise  <romain@orebokech.com>
20224
20225         * message.el (message-fix-before-sending): Fix comment.
20226
20227 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20228
20229         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20230
20231 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20232
20233         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20234         Used in gnus-score.el.
20235
20236 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20237
20238         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20239
20240 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20241
20242         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20243         whitespace removed in revision 7.8.  Use concatenated string to
20244         protect trailing whitespace.
20245
20246 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20247
20248         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20249         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20250         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20251         Courier IMAP ("some version from 2004").  Mostly based on similar
20252         code in the same function.
20253
20254 2005-10-26  Didier Verna  <didier@xemacs.org>
20255
20256         * gnus-group.el (gnus-group-compact-group): Invalidate original
20257         article buffer.
20258         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20259         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20260         NOV database and in article itself.
20261         Invalidate article backlog.
20262
20263 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20266
20267 2005-10-26  Simon Josefsson  <jas@extundo.com>
20268
20269         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20270         part of 2004-07-25 change.
20271
20272 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * message.el (message-display-completion-list): New function.
20275         (message-expand-group): Use it; make sure the Completions buffer
20276         is modifiable.
20277 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20278
20279         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20280         user-mail-name is an empty string.
20281
20282 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20283
20284         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20285         depending on gnus-score-decay-constant.
20286
20287         * encrypt.el (encrypt-insert-file-contents)
20288         (encrypt-write-file-contents): Don't use `gnus-message'.
20289
20290         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20291         arguments.
20292         (mm-uu-type-alist): Add message-marks and insert-marks.
20293         Pass arguments to mm-uu-verbatim-marks-extract.
20294         (mm-uu-hide-markers): New variable.
20295         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20296
20297         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20298         (gnus-convert-image-to-face-command): Use "convert" by default to
20299         allow other input image formats.
20300         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20301         accordingly.
20302
20303 2005-10-23  Simon Josefsson  <jas@extundo.com>
20304
20305         * imap.el (imap-gssapi-program): Align command line parameters
20306         with latest GNU SASL.
20307         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20308
20309 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20310
20311         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20312         HTML.
20313         (nnslashdot-request-article): Ditto.
20314
20315         * lpath.el (featurep): Add nobreak-char-display.
20316
20317 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20318
20319         * mail-source.el (mail-source-fetch-pop): Require pop3.
20320         (mail-source-check-pop): Ditto.
20321
20322 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20325         errors.
20326
20327 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20328
20329         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20330         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20331
20332         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20333
20334         * mm-bodies.el (mm-decode-string):
20335         Call `mm-charset-to-coding-system' with allow-override argument.
20336
20337 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20338
20339         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20340         (rfc2047-charset-to-coding-system): New function.
20341         (rfc2047-decode-encoded-words): New function.
20342         (rfc2047-decode-region): Use them.
20343         (rfc2047-decode-cte): Remove.
20344         (rfc2047-parse-and-decode): Remove.
20345         (rfc2047-decode): Remove.
20346
20347 2005-10-15  Kenichi Handa  <handa@m17n.org>
20348
20349         * rfc2047.el (rfc2047-decode-cte): New function.
20350         (rfc2047-decode-region): Change the way to decode successive
20351         encoded-words: decode B- or Q-encoding in each encoded-word,
20352         concatenate them, and decode it as charset.
20353
20354 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * lpath.el: Fbind codepage-setup for XEmacs.
20357
20358 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20359
20360         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20361         widget-move-and-invoke.
20362         (gnus-custom-mode): Use gnus-custom-map.
20363
20364 2005-10-15  Bill Wohler  <wohler@newt.com>
20365
20366         * message.el (message-tool-bar-map): Rename image file from
20367         mail_send to mail/send.
20368
20369 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20370
20371         * message.el (message-expand-group): Pass the common
20372         prefix substring of completion to `display-completion-list'.
20373
20374 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20375
20376         * mml-sec.el (mml-secure-method): New internal variable.
20377         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20378         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20379         New functions using mml-secure-method.
20380
20381         * mml.el (mml-mode-map): Add key bindings for those functions.
20382         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20383         Harder <harder@myrealbox.com>.
20384         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20385         Goto end of message if point is the headers of the message.
20386
20387         * message.el (message-in-body-p): New function.
20388
20389         * assistant.el: Autoload gnus-util and netrc.
20390
20391         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20392         Use `mm-charset-override-alist' only when decoding.
20393
20394         * mm-bodies.el (mm-decode-body):
20395         Call `mm-charset-to-coding-system' with allow-override argument.
20396
20397         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20398         `filename' from Content-Disposition if Content-Type doesn't
20399         provide `name'.
20400         (gnus-mime-view-part-as-type): Set default instead of
20401         initial-input.
20402
20403 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20404
20405         * format-spec.el (format-spec): Propagate text properties of % spec.
20406
20407 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20408
20409         * gnus-art.el (gnus-treat-predicate): Add `first'.
20410
20411 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20412
20413         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20414         (mm-charset-override-alist): New variable.
20415         (mm-charset-to-coding-system): Use it.
20416         (mm-codepage-setup): New helper function.
20417         (mm-charset-eval-alist): New variable.
20418         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20419         Warn about unknown charsets.
20420
20421         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20422
20423 2005-10-04  David Hansen  <david.hansen@gmx.net>
20424
20425         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20426         (nnrss-check-group): Ditto.
20427
20428 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20429
20430         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20431         Rename x-gnus-verbatim to x-verbatim.
20432         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20433
20434         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20435         x-verbatim.
20436
20437         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20438
20439         * gnus-util.el (gnus-remove-duplicates): Remove.
20440
20441         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20442         instead of gnus-remove-duplicates.
20443
20444         * message.el (message-remove-duplicates): Remove.
20445         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20446         message-remove-duplicates.
20447
20448         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20449         available, else use implementation from `delete-dups'.
20450
20451         * message.el (message-insert-expires): New function.
20452         (message-mode-map): Add key binding.
20453         (message-mode-field-menu): Add menu entry.
20454         (message-mode): Document it.
20455         (message-make-expires-date): Use `message-make-date'.
20456
20457 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20458
20459         * message.el (message-make-expires-date): New function.
20460
20461 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * Makefile.in (list-installed-shadows): New entry.
20464         (install): Use it.
20465         (remove-installed-shadows): New entry.
20466
20467         * dgnushack.el (dgnushack-default-load-path): New variable.
20468         (dgnushack-find-lisp-shadows): New function.
20469         (dgnushack-remove-lisp-shadows): New function.
20470
20471 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * Makefile.in (install-el-elc): New entry.
20474         (install): Use it so that .el files are necessarily installed.
20475
20476 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20477
20478         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20479
20480 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20481
20482         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20483         function rather than the diff-mode.el package.
20484         (mm-display-external): Use with-current-buffer.
20485         (mm-viewer-completion-map, mm-viewer-completion-map):
20486         Move initialization inside declaration.
20487
20488 2005-09-29  Simon Josefsson  <jas@extundo.com>
20489
20490         * spam.el: Load hashcash when compiling, to avoid warnings.
20491         Don't autoload mail-check-payment.
20492         (spam-check-hashcash): Define unconditionally, since hashcash.el
20493         is part of Gnus now.  Ignore errors from payment checking.
20494
20495 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20496
20497         * message.el (message-bold-region, message-unbold-region):
20498         Rename from `bold-region' and `unbold-region'.
20499
20500         * message.el: Remove useless autoloads.
20501
20502 2005-09-28  Simon Josefsson  <jas@extundo.com>
20503
20504         * message.el (message-use-idna): Default to t.
20505         (message-use-idna): Test whether encoding works too.  Doc fix.
20506
20507 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20508
20509         * nntp.el (nntp-warn-about-losing-connection): Remove.
20510
20511 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20512
20513         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20514         customizable.  Change default value.
20515         (mm-uu-diff-groups-regexp): Change default value.
20516         (mm-uu-type-alist): Add doc string.
20517         (mm-uu-configure): Add doc string.  Make it interactive.
20518         (mm-uu-tex-groups-regexp): New variable.
20519         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20520         (mm-uu-type-alist): Add LaTeX documents.
20521         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20522         of "text/verbatim".
20523         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20524
20525         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20526         instead of "text/verbatim".
20527
20528         * message.el (message-mark-inserted-region)
20529         (message-mark-insert-file): Use slrn style marks when called with
20530         prefix argument.
20531
20532 2005-09-27  Simon Josefsson  <jas@extundo.com>
20533
20534         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20535
20536 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20537
20538         * message.el (message-remove-duplicates): New function.
20539         Implementation borrowed from `gnus-remove-duplicates'.
20540         (message-idna-to-ascii-rhs): Also encode idna addresses in
20541         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20542         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20543         only ask about the same idna domain once per header and also tell
20544         in what header to replace the idna domain.
20545
20546         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20547         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20548         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20549         a header is decoded and not just the last one.
20550
20551 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20552
20553         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20554         has been decoded.
20555
20556         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20557         (mm-insert-part): Don't modify text if it has been decoded.
20558
20559         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20560         decoded.
20561
20562         * mm-view.el (mm-inline-text): Don't strip text props unless
20563         decoding enriched or richtext parts.
20564
20565 2005-09-25  Romain Francoise  <romain@orebokech.com>
20566
20567         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20568         * gnus-start.el (gnus-subscribe-interactively):
20569         * gnus-uu.el (gnus-uu-grab-articles):
20570         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20571         space.
20572
20573 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20574
20575         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20576         * mm-view.el (mm-view-pkcs7-decrypt):
20577         * gnus-sum.el (gnus-summary-limit-to-extra)
20578         (gnus-summary-respool-article, gnus-read-move-group-name):
20579         * gnus-score.el (gnus-summary-increase-score):
20580         * gnus-util.el (gnus-completing-read-with-default):
20581         * gnus-art.el (gnus-read-save-file-name)
20582         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20583         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20584         * message.el (message-check-news-header-syntax):
20585         Follow convention for reading with the minibuffer.
20586
20587 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20588
20589         * spam-report.el (spam-report-url-ping-plain):
20590         Use gnus-extended-version as User-Agent.
20591
20592         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20593         default value is nil.
20594
20595         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20596         (mm-uu-verbatim-marks-extract): New function.
20597         (mm-uu-extract): New face.
20598         (mm-uu-copy-to-buffer): Use it.
20599
20600         * spam-report.el (spam-report-gmane-ham): Rename from
20601         `spam-report-gmane-unspam'.
20602         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20603         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20604
20605         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20606         Autoload.
20607         (spam-report-gmane-unregister-routine):
20608         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20609
20610 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20611
20612         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20613         (spam-report-gmane-unregister-routine): Add support for gmane
20614         unregistration.
20615
20616         * spam-report.el (spam-report-gmane-unspam)
20617         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20618         (spam-report-gmane): Change to take a single article and do unspam
20619         registration.
20620
20621 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20622
20623         * mm-url.el (mm-url-decode-entities): Fix regexp.
20624
20625 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20626
20627         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20628         default to nil, to be able to use Gnus at all.  If the default
20629         switches to something else, then the function should be fixed not
20630         be exceedingly slow.
20631
20632 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20633
20634         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20635         fail hard.
20636
20637         * spam-report.el: Add better Keywords line.
20638
20639         * spam.el: Add Maintainer and better Keywords line.
20640
20641 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20642
20643         * gnus-art.el (gnus-article-replace-part)
20644         (gnus-mime-replace-part): New functions.
20645         (gnus-mime-action-alist, gnus-mime-button-commands)
20646         (gnus-mime-save-part-and-strip): Add file argument.
20647         (gnus-article-part-wrapper): Add interactive argument.
20648
20649         * gnus-sum.el (gnus-summary-mime-map):
20650         Add `gnus-article-replace-part'.
20651
20652 2005-09-19  Didier Verna  <didier@xemacs.org>
20653
20654         The nnml compaction feature:
20655         * nnml.el (nnml-request-compact-group): New function.
20656         * nnml.el (nnml-request-compact): New function.
20657         * gnus-int.el (gnus-request-compact-group): New function.
20658         * gnus-int.el (gnus-request-compact): New function.
20659         * gnus-group.el (gnus-group-compact-group): New function.
20660         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20661         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20662         * gnus-srvr.el (gnus-server-compact-server): New function.
20663         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20664         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20665
20666 2005-09-18  Deepak Goel  <deego@gnufans.org>
20667
20668         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20669         format spec.
20670
20671 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20672
20673         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20674
20675 2005-09-15  Romain Francoise  <romain@orebokech.com>
20676
20677         * message.el (message-fill-paragraph): Clarify docstring.
20678
20679 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20680
20681         * gnus-art.el (gnus-mime-display-part): Protect against broken
20682         MIME messages.
20683
20684 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20687         before parsing header.
20688
20689 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20690
20691         * html2text.el (html2text-replace-list): Add new entities.
20692
20693 2005-09-11  Romain Francoise  <romain@orebokech.com>
20694
20695         * message.el (message-alternative-emails): Improve docstring.
20696         (message-setup-1): Call `message-use-alternative-email-as-from'
20697         after `message-setup-hook' to give it precedence over posting
20698         styles, etc.
20699         (message-use-alternative-email-as-from): Add docstring.
20700         Remove the original From header if present.
20701
20702         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20703         (nnml-save-mail): Use it.
20704
20705         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20706         articles.  Add new argument `silent'.
20707         (gnus-uu-mark-all): Report the total number of marked articles.
20708
20709 2005-09-10  Romain Francoise  <romain@orebokech.com>
20710
20711         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20712         (gnus-uu-mark-series): Likewise.
20713
20714 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20715
20716         * spam-report.el (spam-report-gmane): Fix generation of spam
20717         report URL.
20718
20719 2005-09-10  Simon Josefsson  <jas@extundo.com>
20720
20721         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20722         t, based on discussion on the ding list with Robert Epprecht
20723         <epprecht@solnet.ch>.
20724
20725 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20726
20727         * spam-report.el (spam-report-gmane): Make it work without
20728         X-Report-Spam header.  Gmane now only provides Archived-At.
20729         This is only used if `spam-report-gmane-use-article-number' is nil.
20730         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20731
20732         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20733         make `gnus-summary-sort-by-recipient' work with threading.
20734
20735         * nnweb.el (nnweb-google-wash-article): Print a message if article
20736         is not available.
20737
20738 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20739
20740         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20741         change.  Decode text/* parts content before displaying.
20742
20743 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20744
20745         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20746
20747 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20748
20749         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20750
20751         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20752         url-package-name, url-package-version,
20753         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20754         w3m-display-inline-images, and w3m-minor-mode-map.
20755
20756 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20757
20758         * message.el (message-tab-body-function): Fix mismatched custom type.
20759
20760         * gnus.el (gnus-group-change-level-function): Ditto.
20761
20762         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20763
20764         * gnus-art.el (gnus-signature-limit)
20765         (gnus-article-mime-part-function): Ditto.
20766
20767 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * mml.el (mml-mode): Silence the byte compiler.
20770
20771         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20772         using `(sit-for 0)' before moving the point to the specified part;
20773         skip unbuttonized parts.
20774         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20775         return to the summary window if gnus-auto-select-part is non-nil.
20776
20777 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20778
20779         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20780         New variables.
20781         (mml-dnd-attach-file, mml-mode): Use them.
20782
20783         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20784         Make fetching article by MID work again for Google Groups.
20785         Add FIXME concerning gnus-group-make-web-group.
20786
20787         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20788         Don't depend on Gnus by using mail-extract-address-components if
20789         gnus-extract-address-components is not bound.
20790
20791 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20792
20793         * gnus-art.el (gnus-mime-display-security): Don't display the
20794         signature, but only the signed part.
20795
20796 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20799
20800         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20801         list, not listp.
20802
20803 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20804
20805         * mm-encode.el (mm-encode-content-transfer-encoding):
20806         Likewise when encoding.
20807
20808         * mm-bodies.el (mm-decode-content-transfer-encoding):
20809         De-canonicalize CRLF for all text content types, not just
20810         text/plain.
20811
20812 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20815         valid article; point arrow and cursor at the MIME button.
20816
20817 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20820         Suggested by Dan Christensen <jdc@uwo.ca>.
20821
20822         * mm-decode.el (mm-save-part): Enable change of prompt.
20823
20824 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20825
20826         * gnus-msg.el (gnus-inews-add-send-actions):
20827         Make `message-post-method' lambda parameter ARG `&optional'.
20828
20829 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20830
20831         * gnus-sum.el (gnus-summary-mime-map):
20832         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20833         gnus-article-jump-to-part.
20834
20835         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20836         (gnus-article-edit-part): Use it.
20837         (gnus-article-part-wrapper): Add no-handle argument.
20838         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20839         New functions.
20840
20841 2005-08-29  Romain Francoise  <romain@orebokech.com>
20842
20843         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20844         docstring.
20845         (gnus-face-from-file): Likewise.
20846
20847 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20850         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20851         non-nil.
20852         (gnus-auto-select-part): New variable.
20853         (gnus-article-jump-to-part): New function.
20854         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20855         (gnus-mime-delete-part): Allow selecting specified part after
20856         deleting or stripping parts.
20857         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20858         part if argument is bogus.
20859
20860 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20861
20862         * gnus-art.el (w3m-minor-mode-map):
20863         * gnus-spec.el (gnus-newsrc-file-version):
20864         * gnus-util.el (nnmail-active-file-coding-system)
20865         (gnus-original-article-buffer, gnus-user-agent):
20866         * gnus.el (gnus-ham-process-destinations)
20867         (gnus-parameter-ham-marks-alist)
20868         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20869         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20870         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20871         * mm-decode.el (gnus-current-window-configuration):
20872         * mm-extern.el (gnus-article-mime-handles):
20873         * mm-url.el (url-current-object, url-package-name)
20874         (url-package-version):
20875         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20876         (smime-keys, w3m-cid-retrieve-function-alist)
20877         (w3m-current-buffer, w3m-display-inline-images)
20878         (w3m-minor-mode-map):
20879         * mml-smime.el (gnus-extract-address-components):
20880         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20881         (gnus-newsrc-hashtb, message-default-charset)
20882         (message-deletable-headers, message-options)
20883         (message-posting-charset, message-required-mail-headers)
20884         (message-required-news-headers):
20885         * mml1991.el (mc-pgp-always-sign):
20886         * mml2015.el (mc-pgp-always-sign):
20887         * nnheader.el (nnmail-extra-headers):
20888         * rfc1843.el (gnus-decode-encoded-word-function)
20889         (gnus-decode-header-function, gnus-newsgroup-name):
20890         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20891
20892 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20893
20894         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20895         the end of the date treatments.
20896
20897 2005-08-15  Simon Josefsson  <jas@extundo.com>
20898
20899         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20900         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20901         Capello and Romain Francoise.
20902         (pgg-fetch-key-function): Remove, not used?
20903         (pgg-insert-url-with-w3): Require url, to get
20904         url-insert-file-contents regardless of where it is defined.
20905
20906 2005-08-13  Romain Francoise  <romain@orebokech.com>
20907
20908         * message.el (message-cite-original-1): New function.
20909         (message-cite-original): Use it.
20910         (message-cite-original-without-signature): Ditto.
20911
20912 2005-08-08  Romain Francoise  <romain@orebokech.com>
20913
20914         * message.el (message-yank-empty-prefix): New variable.
20915         (message-indent-citation): Use it.
20916         (message-cite-original-without-signature): Respect X-No-Archive.
20917
20918 2005-08-08  Simon Josefsson  <jas@extundo.com>
20919
20920         * pgg.el: Autoload url-insert-file-contents instead of loading
20921         w3/url.
20922         (pgg-insert-url-with-w3): Don't load url here.
20923
20924 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20925
20926         * message.el (message-kill-to-signature): Don't insert newline at
20927         bol.
20928         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20929
20930 2005-08-06  Romain Francoise  <romain@orebokech.com>
20931
20932         * message.el (message-user-fqdn): Fix typo in docstring.
20933
20934 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20935
20936         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20937
20938         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20939
20940 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20941
20942         * mm-bodies.el (mm-encode-body): Use coding system rather than
20943         charset to encode text.
20944
20945         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20946         number of charsets if utf-8 is available (XEmacs).
20947
20948 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20949
20950         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20951         taken from `gnus-button-mid-or-mail-regexp'.
20952         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20953         (gnus-button-alist): Improve regexp for domain part of the MIDs
20954         for news:localpart@domain buttons.
20955         (gnus-button-ctan-directory-regexp): Update.
20956
20957 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * sieve-manage.el (sieve-manage-interactive-login):
20960         Use make-local-variable rather than make-variable-buffer-local.
20961         (sieve-manage-open): Ditto.
20962         (sieve-manage-authenticate): Ditto.
20963
20964         * mml.el (mml-generate-mime-1): Make the content type default to
20965         text/plain if the filename is not specified.
20966
20967 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20968
20969         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20970         instead of insert-buffer.
20971
20972         * message.el (message-yank-original): Ditto; set the mark at the
20973         end of the yanked message.
20974
20975 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20978         lines to scroll rather than to stop it.
20979
20980         * mml.el (mml-generate-default-type): Add doc string.
20981         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20982         default to application/octet-stream when determining the content
20983         type if it is not specified for the part or the mml contents; add
20984         a comment about mml-generate-default-type.
20985
20986 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20987
20988         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20989         make it default to application/octet-stream when determining the
20990         content type if it is not specified for the external contents.
20991
20992 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20993
20994         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20995         segmented parameter but also other parameters might be there.
20996
20997 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * mm-decode.el (mm-display-external): Delete temp file, directory
21000         and buffer immediately if the external process is exited.
21001
21002 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21005         fewer lines than that of scroll-margin.
21006         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21007
21008 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * gnus-art.el (gnus-article-next-page): Revert.
21011         (gnus-article-beginning-of-window): New macro.
21012         (gnus-article-next-page-1): Use it.
21013         (gnus-article-prev-page): Ditto.
21014         (gnus-article-edit-part): Use insert-buffer-substring instead of
21015         insert-buffer.
21016         (gnus-article-edit-exit): Ditto.
21017
21018         * gnus-util.el (gnus-beginning-of-window): Remove.
21019         (gnus-end-of-window): Remove.
21020
21021         * lpath.el: Don't bind header-line-format and scroll-margin.
21022
21023 2005-07-25  Simon Josefsson  <jas@extundo.com>
21024
21025         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21026         to have the url package without w3.  Reported by Daiki Ueno
21027         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21028
21029 2005-07-20  Didier Verna  <didier@xemacs.org>
21030
21031         * gnus-diary.el: Remove the description comment (nndiary is now
21032         properly documented in the Gnus manual).
21033         Fix the spelling of "Back End".
21034         * nndiary.el: Ditto.
21035         Fix the copyright notice.
21036
21037 2005-07-18  Romain Francoise  <romain@orebokech.com>
21038
21039         * gnus-sum.el (gnus-summary-to-prefix)
21040         (gnus-summary-newsgroup-prefix): New variables.
21041         (gnus-summary-from-or-to-or-newsgroups): Use them.
21042
21043 2005-07-17  Romain Francoise  <romain@orebokech.com>
21044
21045         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21046         space as it's generally not especially interesting to the user.
21047
21048 2005-07-16  Romain Francoise  <romain@orebokech.com>
21049
21050         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21051         nil to avoid prompting and file modification if one of the
21052         messages at the top of the nnfolder file contains a copyright
21053         notice.
21054         Update copyright notice.
21055
21056         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21057         instead of `current-time-string' as the latter creates a time
21058         string that is not RFC 2822 compliant (it lacks the zone).
21059         Update copyright notice.
21060
21061 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21062
21063         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21064         for text/rtf.  Display default in prompt.  Pass default for M-n.
21065
21066         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21067
21068 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21069
21070         * gnus-msg.el (gnus-button-mailto):
21071         Remove save-selected-window-window hackery because it relies on
21072         save-selected-window internals.
21073
21074 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21075
21076         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21077         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21078         (gnus-article-prev-page): Ditto.
21079
21080         * gnus-util.el (gnus-beginning-of-window): New function.
21081         (gnus-end-of-window): New function.
21082
21083         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21084
21085 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21086
21087         * gnus-score.el (gnus-score-edit-all-score):
21088         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21089         gnus-message.
21090
21091 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21092
21093         * gnus-msg.el (gnus-button-mailto):
21094         Remove save-selected-window-window hackery because it relies on
21095         save-selected-window internals.
21096
21097 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21100         add-minor-mode.
21101         (gnus-binary-mode): Ditto.
21102
21103         * gnus-topic.el (gnus-topic-mode): Ditto.
21104
21105 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21106
21107         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21108         (gnus-article-prev-page): Take scroll-margin into consideration.
21109
21110 2005-07-04  Lute Kamstra  <lute@gnu.org>
21111
21112         Update FSF's address in GPL notices.
21113
21114 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21115
21116         * gnus.el (gnus-exit):
21117         * gnus-group.el (gnus-group-icons):
21118         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21119
21120         * gnus-nocem.el (gnus-nocem):
21121         * message.el (message-various, message-buffers, message-sending)
21122         (message-interface, message-forwarding, message-insertion)
21123         (message-headers, message-news, message-mail):
21124         * pgg-gpg.el (pgg-gpg):
21125         * pgg-parse.el (pgg-parse):
21126         * pgg-pgp.el (pgg-pgp):
21127         * pgg-pgp5.el (pgg-pgp5):
21128         * pop3.el (pop3): Finish `defgroup' description with period.
21129
21130 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * gnus-art.el (article-display-face): Improve the efficiency.
21133         (article-display-x-face): Ditto; remove gray x-face stuff.
21134
21135 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * gnus-art.el (article-display-face): Correct the position in
21138         which Faces are inserted.
21139
21140 2005-06-29  Didier Verna  <didier@xemacs.org>
21141
21142         * gnus-art.el (article-display-face): Display faces in correct
21143         order.
21144
21145 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21148         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21149         (gnus-nocem-check-article): Fetch the Type header.
21150         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21151         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21152         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21153         make sure gnus-nocem-hashtb is initialized.
21154         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21155         (gnus-nocem-unwanted-article-p): Ditto.
21156
21157         * pgg.el (pgg-verify): Return the verification result.
21158
21159 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21160
21161         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21162         is ascii.
21163
21164 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21165
21166         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21167         `show-nonbreak-escape'.
21168
21169 2005-06-23  Lute Kamstra  <lute@gnu.org>
21170
21171         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21172
21173         * dig.el (dig-mode):
21174         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21175
21176 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21177
21178         * nnimap.el (nnimap-split-download-body): Fix spellings.
21179
21180 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21181
21182         * gnus-art.el (gnus-article-encrypt-body):
21183         * gnus-cus.el (gnus-score-customize):
21184         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21185         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21186
21187 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21188
21189         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21190         header by looking for magic "MII" at the beginning.
21191
21192 2005-06-16  Miles Bader  <miles@gnu.org>
21193
21194         * gnus-xmas.el (gnus-xmas-group-startup-message):
21195         Use renamed gnus-splash face.
21196
21197         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21198         (assistant-field-face): New backward-compatibility alias for renamed
21199         face.
21200         (assistant-render-text): Use renamed assistant-field face.
21201
21202         * spam.el (spam): Remove "-face" suffix from face name.
21203         (spam-face): New backward-compatibility alias for renamed face.
21204         (spam-face, spam-initialize): Use renamed spam face.
21205
21206         * message.el (message-header-to, message-header-cc)
21207         (message-header-subject, message-header-newsgroups)
21208         (message-header-other, message-header-name)
21209         (message-header-xheader, message-separator, message-cited-text)
21210         (message-mml): Remove "-face" suffix from face names.
21211         (message-header-to-face, message-header-cc-face)
21212         (message-header-subject-face, message-header-newsgroups-face)
21213         (message-header-other-face, message-header-name-face)
21214         (message-header-xheader-face, message-separator-face)
21215         (message-cited-text-face, message-mml-face):
21216         New backward-compatibility aliases for renamed faces.
21217         (message-font-lock-keywords): Use renamed message faces.
21218
21219         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21220         (sieve-test-commands, sieve-tagged-arguments):
21221         Remove "-face" suffix from face names.
21222         (sieve-control-commands-face, sieve-action-commands-face)
21223         (sieve-test-commands-face, sieve-tagged-arguments-face):
21224         New backward-compatibility aliases for renamed faces.
21225         (sieve-control-commands-face, sieve-action-commands-face)
21226         (sieve-test-commands-face, sieve-tagged-arguments-face):
21227         Use renamed sieve faces.
21228
21229         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21230         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21231         (gnus-group-news-3-empty, gnus-group-news-4)
21232         (gnus-group-news-4-empty, gnus-group-news-5)
21233         (gnus-group-news-5-empty, gnus-group-news-6)
21234         (gnus-group-news-6-empty, gnus-group-news-low)
21235         (gnus-group-news-low-empty, gnus-group-mail-1)
21236         (gnus-group-mail-1-empty, gnus-group-mail-2)
21237         (gnus-group-mail-2-empty, gnus-group-mail-3)
21238         (gnus-group-mail-3-empty, gnus-group-mail-low)
21239         (gnus-group-mail-low-empty, gnus-summary-selected)
21240         (gnus-summary-cancelled, gnus-summary-high-ticked)
21241         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21242         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21243         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21244         (gnus-summary-low-undownloaded)
21245         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21246         (gnus-summary-low-unread, gnus-summary-normal-unread)
21247         (gnus-summary-high-read, gnus-summary-low-read)
21248         (gnus-summary-normal-read, gnus-splash):
21249         Remove "-face" suffix from face names.
21250         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21251         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21252         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21253         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21254         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21255         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21256         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21257         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21258         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21259         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21260         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21261         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21262         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21263         (gnus-summary-normal-ticked-face)
21264         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21265         (gnus-summary-normal-ancient-face)
21266         (gnus-summary-high-undownloaded-face)
21267         (gnus-summary-low-undownloaded-face)
21268         (gnus-summary-normal-undownloaded-face)
21269         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21270         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21271         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21272         (gnus-splash-face):
21273         New backward-compatibility aliases for renamed faces.
21274         (gnus-group-startup-message): Use renamed gnus faces.
21275
21276         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21277         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21278         (gnus-server-agent): Remove "-face" suffix from face names.
21279         (gnus-server-agent-face, gnus-server-opened-face)
21280         (gnus-server-closed-face, gnus-server-denied-face)
21281         (gnus-server-offline-face):
21282         New backward-compatibility aliases for renamed faces.
21283         (gnus-server-agent-face, gnus-server-opened-face)
21284         (gnus-server-closed-face, gnus-server-denied-face)
21285         (gnus-server-offline-face): Use renamed gnus faces.
21286
21287         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21288         Remove "-face" suffix from face names.
21289         (gnus-picon-xbm-face, gnus-picon-face):
21290         New backward-compatibility aliases for renamed faces.
21291
21292         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21293         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21294         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21295         (gnus-cite-11): Remove "-face" suffix from face names.
21296         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21297         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21298         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21299         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21300         New backward-compatibility aliases for renamed faces.
21301         (gnus-cite-attribution-face, gnus-cite-face-list)
21302         (gnus-article-boring-faces): Use renamed gnus faces.
21303
21304         * gnus-art.el (gnus-signature, gnus-header-from)
21305         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21306         (gnus-header-content): Remove "-face" suffix from face names.
21307         (gnus-signature-face, gnus-header-from-face)
21308         (gnus-header-subject-face, gnus-header-newsgroups-face)
21309         (gnus-header-name-face, gnus-header-content-face):
21310         New backward-compatibility aliases for renamed faces.
21311         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21312
21313         * gnus-sum.el (gnus-summary-selected-face)
21314         (gnus-summary-highlight): Use renamed gnus faces.
21315         * gnus-group.el (gnus-group-highlight): Likewise.
21316
21317 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21318
21319         * gnus-sieve.el (gnus-sieve-article-add-rule):
21320         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21321         * spam-stat.el (spam-stat-buffer-change-to-spam)
21322         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21323
21324         * message.el (message-is-yours-p):
21325         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21326
21327 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * mm-view.el (mm-inline-text): Withdraw the last change.
21330
21331 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21332
21333         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21334         executing enriched-decode.
21335
21336 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21339         charset of tar files.
21340
21341 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21342
21343         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21344
21345 2005-06-04  Lute Kamstra  <lute@gnu.org>
21346
21347         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21348         information is never recorded.
21349
21350 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21351
21352         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21353
21354 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * pop3.el (pop3-apop): Run md5 in the binary mode.
21357
21358         * starttls.el (starttls-set-process-query-on-exit-flag):
21359         Use eval-and-compile.
21360
21361 2005-05-31  Simon Josefsson  <jas@extundo.com>
21362
21363         * smime.el (smime-replace-in-string): Define.
21364         (smime-cert-by-ldap-1): Use it.
21365
21366 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21367
21368         * gnus-art.el (article-display-x-face): Replace
21369         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21370
21371         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21372         set-process-query-on-exit-flag or process-kill-without-query.
21373
21374         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21375         loop instead of replace-regexp.
21376
21377         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21378         instead of process-kill-without-query if it is available.
21379
21380         * lpath.el: Fbind ldap-search-entries.
21381
21382         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21383         instead of find-file-hooks if it is available.
21384
21385         * mml1991.el: Bind pgg-default-user-id when compiling.
21386
21387         * mml2015.el: Bind pgg-default-user-id when compiling.
21388
21389         * nndraft.el (nndraft-request-associate-buffer):
21390         Use write-contents-functions instead of write-contents-hooks if it is
21391         available.
21392
21393         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21394         instead of find-file-hooks if it is available.
21395
21396         * nntp.el (nntp-open-connection): Replace
21397         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21398         (nntp-open-ssl-stream): Ditto.
21399         (nntp-open-tls-stream): Ditto.
21400
21401         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21402         set-process-query-on-exit-flag or process-kill-without-query.
21403         (starttls-open-stream-gnutls): Use it instead of
21404         process-kill-without-query.
21405         (starttls-open-stream): Ditto.
21406
21407 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21408
21409         * smime.el (smime-cert-by-ldap-1): Don't use
21410         replace-regexp-in-string.
21411
21412 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21413
21414         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21415
21416         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21417         in PEM format.  Adjust to the XEmacs compatibility.
21418
21419 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21420
21421         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21422         by `string-to-number'.
21423         * gnus-agent.el (gnus-agent-regenerate-group)
21424         (gnus-agent-fetch-articles): Ditto.
21425         * gnus-art.el (gnus-button-fetch-group): Ditto.
21426         * gnus-cache.el (gnus-cache-generate-active)
21427         (gnus-cache-articles-in-group): Ditto.
21428         * gnus-group.el (gnus-group-set-current-level)
21429         (gnus-group-insert-group-line): Ditto.
21430         * gnus-score.el (gnus-score-set-expunge-below)
21431         (gnus-score-set-mark-below, gnus-summary-score-effect)
21432         (gnus-summary-score-entry): Ditto.
21433         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21434         (gnus-soup-pack): Ditto.
21435         * gnus-spec.el (gnus-xmas-format): Ditto.
21436         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21437         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21438         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21439         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21440         * nndb.el (nndb-get-remote-expire-response): Ditto.
21441         * nndiary.el (nndiary-parse-schedule-value)
21442         (nndiary-string-to-number, nndiary-request-replace-article)
21443         (nndiary-request-article): Ditto.
21444         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21445         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21446         * nneething.el (nneething-make-head): Ditto.
21447         * nnfolder.el (nnfolder-request-article)
21448         (nnfolder-retrieve-headers): Ditto.
21449         * nnheader.el (nnheader-file-to-number): Ditto.
21450         * nnkiboze.el (nnkiboze-request-article): Ditto.
21451         * nnmail.el (nnmail-process-unix-mail-format)
21452         (nnmail-process-babyl-mail-format): Ditto.
21453         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21454         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21455         (nnmh-request-create-group, nnmh-request-list-1)
21456         (nnmh-request-group, nnmh-request-article): Ditto.
21457         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21458         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21459         * nnsoup.el (nnsoup-make-active): Ditto.
21460         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21461         * nntp.el (nntp-find-group-and-number)
21462         (nntp-retrieve-headers-with-xover): Ditto.
21463         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21464         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21465         (pgg-format-key-identifier): Ditto.
21466         * pop3.el (pop3-last, pop3-stat): Ditto.
21467         * qp.el (quoted-printable-decode-region): Ditto.
21468
21469         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21470         of concat.
21471
21472 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21475
21476         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21477
21478         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21479
21480         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21481
21482         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21483
21484         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21485
21486         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21487         (gnus-carpal-mode): Ditto.
21488
21489         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21490         (gnus-browse-mode): Ditto.
21491
21492         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21493
21494         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21495
21496 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21497
21498         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21499
21500 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * gnus-util.el (gnus-run-mode-hooks): New function.
21503
21504         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21505
21506         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21507         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21508
21509 2005-05-27  Lute Kamstra  <lute@gnu.org>
21510
21511         * dns-mode.el (dns-mode): Specify customization group.
21512
21513 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21514
21515         * gnus-agent.el (gnus-agent-make-mode-line-string):
21516         Use mode-line-highlight as mouse-face.
21517
21518 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21519
21520         * canlock.el (canlock): Change the parent group to news.
21521
21522         * deuglify.el (gnus-outlook-deuglify): Add :group.
21523
21524         * dig.el (dig): Add :group.
21525
21526         * dns-mode.el (dns-mode): Add :group.
21527
21528         * encrypt.el (encrypt): Add :group.
21529
21530         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21531         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21532         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21533         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21534         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21535
21536         * gnus-diary.el (gnus-diary): Add :group.
21537
21538         * gnus.el (gnus-group-news-1-face): Add :group.
21539         (gnus-group-news-1-empty-face): Ditto.
21540         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21541         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21542         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21543         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21544         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21545         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21546         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21547         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21548         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21549         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21550         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21551         (gnus-summary-high-ticked-face): Ditto.
21552         (gnus-summary-low-ticked-face): Ditto.
21553         (gnus-summary-normal-ticked-face): Ditto.
21554         (gnus-summary-high-ancient-face): Ditto.
21555         (gnus-summary-low-ancient-face): Ditto.
21556         (gnus-summary-normal-ancient-face): Ditto.
21557         (gnus-summary-high-undownloaded-face): Ditto.
21558         (gnus-summary-low-undownloaded-face): Ditto.
21559         (gnus-summary-normal-undownloaded-face): Ditto.
21560         (gnus-summary-high-unread-face): Ditto.
21561         (gnus-summary-low-unread-face): Ditto.
21562         (gnus-summary-normal-unread-face): Ditto.
21563         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21564         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21565
21566         * hashcash.el (hashcash): New custom group.
21567         (hashcash-default-payment): Add :group.
21568         (hashcash-payment-alist): Ditto.
21569         (hashcash-default-accept-payment): Ditto.
21570         (hashcash-accept-resources): Ditto.
21571         (hashcash-path): Ditto.
21572         (hashcash-extra-generate-parameters): Ditto.
21573         (hashcash-double-spend-database): Ditto.
21574         (hashcash-in-news): Ditto.
21575
21576         * message.el (message-minibuffer-local-map): Add :group.
21577
21578         * netrc.el (netrc): Add :group.
21579
21580         * sieve-manage.el (sieve-manage-log): Add :group.
21581         (sieve-manage-default-user): Diito.
21582         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21583         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21584         (sieve-manage-authenticators): Ditto.
21585         (sieve-manage-authenticator-alist): Ditto.
21586         (sieve-manage-default-port): Ditto.
21587
21588         * sieve-mode.el (sieve-control-commands-face): Add :group.
21589         (sieve-action-commands-face): Ditto.
21590         (sieve-test-commands-face): Ditto.
21591         (sieve-tagged-arguments-face): Ditto.
21592
21593         * smime.el (smime): Add :group.
21594
21595         * spam-report.el (spam-report): Add :group.
21596
21597         * spam.el (spam, spam-face): Add :group.
21598
21599 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21600
21601         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21602         return \n.\n.\n at the end of articles.  Protect against that.
21603         (nntp-with-open-group): Allow debugging.
21604
21605         * nnheader.el (mail-header-set-extra): Make into a function
21606         because I just could't understand how to quote the list properly.
21607
21608         * dns.el (query-dns-cached): New function.
21609
21610 2005-05-26  Lute Kamstra  <lute@gnu.org>
21611
21612         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21613
21614 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21615
21616         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21617
21618         * gnus-art.el: Don't autoload mail-extract-address-components.
21619
21620         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21621         eval-and-compile to evaluate it.
21622
21623         * hashcash.el: Don't autoload executable-find.
21624
21625         * nndb.el: Don't declare the nndb back end two or more times; don't
21626         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21627
21628         * nntp.el: Autoload format-spec instead of format; use
21629         eval-and-compile to evaluate autoload forms.
21630
21631 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21632
21633         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21634
21635 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21636
21637         * gnus.el (gnus-version-number): Bump version.
21638
21639 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21640
21641         * gnus.el: No Gnus v0.3 is released.
21642
21643 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21644
21645         * lpath.el (featurep): Bind show-nonbreak-escape.
21646
21647 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-art.el (gnus-article-edit-part): Disable undo.
21650
21651 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21654         gnus-article-date-lapsed-new-header is t if date timer is active;
21655         skip headers in which the original date value is empty.
21656         (gnus-article-save-original-date): Redefine it as a macro.
21657         (gnus-display-mime): Use it.
21658
21659 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21660
21661         * gnus-art.el (article-date-ut): Support converting date in
21662         forwarded parts as well.
21663         (gnus-article-save-original-date): New function.
21664         (gnus-display-mime): Use it.
21665
21666 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21667
21668         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21669         enclosure element of <item>.
21670
21671 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21672
21673         * message.el (message-kill-buffer-query): Rename from
21674         `message-kill-buffer-query-if-modified'.  Add :version.
21675
21676 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21677
21678         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21679         window layout.
21680
21681 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21682
21683         * mml.el: Autoload dnd when compiling.
21684
21685 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21686
21687         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21688         x-dnd-*.
21689
21690 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * qp.el (quoted-printable-encode-region): Save excursion.
21693
21694 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21695
21696         * message.el (message-kill-buffer-query-if-modified): Add new variable
21697         so the user can kill a modified message buffer quickly.
21698         (message-kill-buffer): Use it.
21699
21700 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * lpath.el: Fbind display-time-event-handler; don't fbind
21703         string-to-multibyte.
21704
21705         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21706
21707 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21710         contained in text because xml.el decodes entities) with LFs.
21711
21712 2005-04-11  Lute Kamstra  <lute@gnu.org>
21713
21714         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21715         differently.
21716
21717 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21718
21719         * mm-util.el (mm-detect-coding-region): Typo.
21720
21721 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21722
21723         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21724
21725 2005-04-06  Deepak Goel  <deego@gnufans.org>
21726
21727         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21728         user-function allow user modifications of the scores.
21729         (spam-stat-score-buffer-user): New function, to allow
21730         user-computed modifications to the score.
21731         (spam-stat-score-buffer-user-functions): List of additional
21732         scoring functions.
21733         (spam-stat-error-holder): Global temporary error holder.
21734         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21735         variable.
21736
21737 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21738
21739         * gnus-registry.el (gnus-registry-clean-empty-function)
21740         (gnus-registry-trim, gnus-registry-fetch-groups)
21741         (gnus-registry-delete-group): Groups that match
21742         `gnus-registry-ignored-groups' are removed from the registry
21743         entries, not just ignored for splitting.  This helps clean up the
21744         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21745         to get all the groups a message ID is in.
21746
21747         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21748         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21749         (spam-stat-score-buffer-user-functions): Add :number custom type.
21750
21751 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21752
21753         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21754         argument in XEmacs.
21755
21756         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21757         (nnrss-request-group): Decode group name first.
21758         (nnrss-request-article): Make a text/plain article if mml-to-mime
21759         failed.
21760         (nnrss-get-encoding): Return a compatible encoding according to
21761         nnrss-compatible-encoding-alist.
21762         (nnrss-find-el): Use consp instead of listp.
21763         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21764
21765 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21766
21767         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21768         which Emacs 20 doesn't support.
21769         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21770
21771 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21772
21773         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21774         silence the byte compiler inside the defun.
21775
21776         * gnus-demon.el (parse-time-string): Add autoload.
21777
21778         * gnus-delay.el (parse-time-string): Add autoload.
21779
21780         * gnus-art.el (parse-time-string): Add autoload.
21781
21782         * nnultimate.el (parse-time): Require for `parse-time-string'.
21783
21784 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21785
21786         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21787
21788         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21789
21790         * smime.el (smime-ldap-host-list): Add :version.
21791
21792 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21793
21794         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21795         pass it to `gnus-browse-read-group'.
21796         (gnus-browse-read-group): Add NUMBER argument and pass it to
21797         `gnus-group-read-ephemeral-group'.
21798
21799         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21800         argument and pass it to `gnus-group-read-group'.
21801
21802 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21803
21804         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21805         mm-xemacs-find-mime-charset-1 if we have the mule feature
21806         available at runtime.
21807
21808 2005-03-25  Werner Lemberg  <wl@gnu.org>
21809
21810         * nnmaildir.el: Replace `illegal' with `invalid'.
21811
21812 2005-03-23  Lute Kamstra  <lute@gnu.org>
21813
21814         * time-date.el: Add comment on time value formats.
21815         Don't require parse-time.
21816         (with-decoded-time-value): New macro.
21817         (encode-time-value): New function.
21818         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21819         (days-to-time): Return a valid time value when arg is huge.
21820         (time-since): Use time-subtract.
21821         (time-to-number-of-days): Use time-to-seconds.
21822
21823 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21824
21825         * gnus-start.el (gnus-display-time-event-handler):
21826         Check display-time-timer at runtime rather than only at load time
21827         in case display-time-mode is turned off in the mean time.
21828
21829 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21830
21831         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21832         used.
21833
21834         * nneething.el (nneething-map-file-directory): Derive from
21835         `gnus-directory'.
21836
21837         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21838         the To/Cc button.
21839
21840 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * nnmaildir.el (nnmaildir-request-accept-article):
21843         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21844
21845 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21846
21847         * gnus-async.el: Require timer-funcs at compile time when in
21848         XEmacs for `run-with-idle-timer'.
21849
21850 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21851
21852         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21853         autoloaded function.
21854
21855 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21856
21857         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21858
21859 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21860
21861         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21862
21863 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21864
21865         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21866         Add gnus-expert-user to default.
21867
21868 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21869
21870         * nnimap.el (nnimap-open-server): Ditto.
21871
21872         * imap.el (imap-authenticate): Fix typo.
21873
21874 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21875
21876         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21877         buffer (since IMAP server might return FETCH response out of
21878         order, and the nntp buffer must be sorted).
21879
21880 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21881
21882         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21883         comparison on string.
21884
21885         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21886         (gnus-agent-score): Rename category keywords to match gnus-cus.
21887         (gnus-agent-summary-fetch-series): Modify to protect against
21888         gnus-agent-summary-fetch-group clearing processable flags.
21889         (gnus-agent-synchronize-group-flags): Update live group buffer as
21890         synchronization may occur due to the user toggle the plugged
21891         status.
21892         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21893         successfully downloaded.
21894         (gnus-agent-expire-group-1): Avoid using markers when the overview
21895         is in ascending order; greatly improves performance.
21896         (gnus-agent-regenerate-group):
21897         Use gnus-agent-synchronize-group-flags to reset read status in both
21898         gnus and server.
21899         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21900
21901 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21902
21903         * message.el: Don't autoload former message-utils variables.
21904         (message-strip-subject-trailing-was): Change doc string.
21905
21906         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21907         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21908         (nnweb-google-search): Add "hl=en" here.
21909         (nnweb-google-parse-1, nnweb-google-create-mapping):
21910         Don't hardcode URL.
21911
21912 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21913
21914         * message.el (message-get-reply-headers, message-followup):
21915         Mention related variables `message-use-followup-to' and
21916         `message-use-mail-followup-to', in the information buffer.
21917
21918         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21919         of broken groups(-beta).google.com.
21920
21921 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21922
21923         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21924         parameter to invoked gnus-request-move-article; remove the
21925         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21926         all at once instead of once per article.
21927         (gnus-summary-remove-process-mark): Accept a list of articles as
21928         well as a single article for processing.
21929
21930         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21931         parameter.
21932
21933         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21934
21935         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21936
21937         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21938         parameter.
21939
21940         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21941         parameter.
21942
21943         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21944         parameter and remove the gnus-sum-hint-move-is-internal variable.
21945
21946         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21947         parameter.
21948
21949         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21950         parameter.
21951
21952         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21953         parameter.
21954
21955         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21956
21957         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21958         parameter.
21959
21960         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21961         parameter.
21962
21963 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21964
21965         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21966         a more conservative way.
21967
21968 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21969
21970         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21971         buffer, so it moves the window's cursor.
21972
21973 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21974
21975         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21976         `mm-dissect-multipart' and receive the from field as an (optional)
21977         argument from `mm-dissect-multipart'.
21978         (mm-dissect-multipart): Receive the from field as an argument and
21979         pass it on when we call `mm-dissect-buffer' on MIME parts.
21980         Fixes verification/decryption of signed/encrypted MIME parts.
21981
21982 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21983
21984         * gnus-sum.el (gnus-summary-move-article):
21985         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21986         whatever it calls (right now, only nnimap-request-move article
21987         respects it).
21988
21989         * nnimap.el (nnimap-request-move-article):
21990         When gnus-sum-hint-move-is-internal is set, don't do the extra
21991         nnimap-request-article.
21992
21993 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21994
21995         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21996
21997         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21998         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21999
22000         * gnus-sum.el (gnus-summary-caesar-message):
22001         Apply `gnus-treat-article' after rotation.
22002
22003         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22004         doc string.
22005
22006 2005-02-22  Simon Josefsson  <jas@extundo.com>
22007
22008         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22009         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22010         <arne@arnested.dk>.
22011         (encrypt): Add password-cache and password-cache-expiry as group
22012         members.
22013
22014 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22015
22016         * smime.el (smime-ldap-host-list): Doc fix.
22017         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22018         cache) password.
22019         (smime-sign-region): Use it.
22020         (smime-decrypt-region): Use it.
22021         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22022         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22023         fails.
22024         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22025         certificate from DER to PEM format rather than calling openssl.
22026
22027         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22028
22029         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22030         for signing/encryption.
22031
22032         * mml.el (mml-parse-1): Use them.
22033
22034 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22035
22036         * nnrss.el (nnrss-verbose): Remove.
22037         (nnrss-request-group): Use `nnheader-message' instead.
22038
22039 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22040
22041         * nnrss.el (nnrss-verbose): New variable.
22042         (nnrss-request-group): Make it say nnrss is requesting a group.
22043
22044 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22047         Handle news URL with given port correctly.
22048
22049 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22050
22051         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22052         containing special characters.
22053
22054         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22055
22056         * mml.el (mime-to-mml): Ditto.
22057
22058         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22059         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22060         (rfc2047-decode-region): Quote decoded words containing special
22061         characters when rfc2047-quote-decoded-words-containing-tspecials
22062         is non-nil.
22063
22064 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22065
22066         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22067
22068         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22069
22070 2005-02-15  Simon Josefsson  <jas@extundo.com>
22071
22072         * nnimap.el (nnimap-debug): Doc fix.
22073
22074         * imap.el (imap-debug): Doc fix.
22075
22076 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22079
22080 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22081
22082         * gnus.el (spam-contents): Improve docs for spam-contents
22083         parameter in its variable incarnation.
22084
22085 2005-02-14  Simon Josefsson  <jas@extundo.com>
22086
22087         * smime-ldap.el: Use require instead of load-library for ldap.
22088         (smime-ldap-search): Indent.
22089         (smime-ldap-search-internal): Shorten line.
22090
22091         * smime.el (smime-cert-by-dns): Add doc-string.
22092         (smime-cert-by-ldap-1): Indent.
22093
22094         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22095         mml-smime-get-dns-ldap.
22096         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22097
22098 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22099
22100         * smime.el: Require smime-ldap.
22101         (smime-ldap-host-list): New variable.
22102         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22103
22104         * mml-smime.el (mml-smime-encrypt-query): New function.
22105         (mml-smime-encrypt-query): Use it.
22106
22107         * smime-ldap.el: New file.
22108
22109 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22110
22111         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22112
22113 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22114
22115         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22116         argument in doc string.  Make query for type more clear.
22117
22118 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22119
22120         * gnus.el (gnus-group-startup-message): Search for gnus images in
22121         etc/images/gnus.
22122         * mm-util.el (mm-image-load-path): Likewise.
22123         * smiley.el (smiley-data-directory): Search for smilies in
22124         etc/images/smilies.
22125
22126 2005-02-09  Kim F. Storm  <storm@cua.dk>
22127
22128         Change Emacs release version from 21.4 to 22.1 throughout.
22129         Change Emacs development version from 21.3.50 to 22.0.50.
22130
22131 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22134
22135         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22136         non-Mule XEmacs as well.
22137         (mm-decompress-buffer): Signal an error intentionally if it does
22138         not decompress compressed data because auto-compression-mode is
22139         disabled.
22140
22141 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22142
22143         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22144         an ID in the registry even if it has no groups.
22145
22146 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22149         merge it into mm-decompress-buffer.
22150         (gnus-mime-copy-part): Use the MIME part charset, the value which
22151         a user specified or gnus-newsgroup-charset for decoding, like
22152         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22153         save-buffer what was used.  Suggested by Kevin Ryde
22154         <user42@zip.com.au>.
22155         (gnus-mime-inline-part): Allow the name parameter as well as the
22156         filename parameter; force decompressing of compressed data; always
22157         display contents being not decoded as unibyte.
22158
22159         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22160         as well as the filename parameter.
22161
22162         * mm-util.el (mm-decompress-buffer):
22163         Merge gnus-mime-jka-compr-maybe-uncompress.
22164         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22165         of compressed data.
22166
22167 2005-02-08  Simon Josefsson  <jas@extundo.com>
22168
22169         * imap.el (imap-log): Doc fix.
22170
22171 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22172
22173         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22174         the coding cookies; decompress compressed parts.
22175
22176         * mml.el (mml-generate-mime-1): Add the charset parameter according
22177         to the value which a user specified manually or the coding cookie.
22178
22179         * mm-util.el (mm-string-to-multibyte): New function.
22180         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22181         (mm-coding-system-to-mime-charset): New function.
22182         (mm-decompress-buffer): New function.
22183         (mm-find-buffer-file-coding-system): New function.
22184
22185         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22186         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22187         parts.
22188
22189 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22190
22191         * mm-view.el (mm-display-inline-fontify): Decode a part according
22192         to the charset parameter.
22193
22194 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22197         prefix arg is neither nil nor a number, as info specifies.
22198
22199 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22202         timestamps.
22203
22204 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22205
22206         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22207         groups error checking and notify user.
22208
22209 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22210
22211         * message.el (message-send-mail-function): Check existence of
22212         sendmail-program first before using default value
22213         `message-send-mail-with-sendmail'.  Otherwise use more generic
22214         `smtpmail-send-it'.
22215
22216 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22217
22218         * nntp.el (nntp-request-update-info): Always return nil.
22219
22220 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22221
22222         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22223
22224 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22225
22226         * message.el (message-beginning-of-line): Change the behavior when
22227         invoked between BOL and : so that it first moves backward.
22228
22229 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22232         article buffer when editing of the article is discarded.
22233         (gnus-article-prepare): Revert.
22234
22235 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * gnus-art.el (gnus-article-prepare):
22238         Remove message-strip-forbidden-properties from the local hook.
22239
22240 2005-01-27  Simon Josefsson  <jas@extundo.com>
22241
22242         * password.el (password-cache-add): Only start one timer per key.
22243         Reported by Derek Atkins <warlord@MIT.EDU>.
22244
22245 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22246
22247         * run-at-time.el: Remove.  It is no longer needed as
22248         timer-funcs.el in the xemacs-base package has a working version of
22249         `run-at-time'.
22250
22251         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22252
22253         * password.el: Require timer-funcs instead of run-at-time in
22254         XEmacs.
22255         Remove `password-run-at-time' macro.
22256         (password-cache-add): Use `run-at-time' instead of
22257         `password-run-at-time'.
22258
22259         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22260         Remove `nnheader-cancel-function-timers' alias,
22261         `cancel-function-timers' exists in XEmacs in timer-funcs.
22262
22263         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22264         for `run-with-idle-timer'.
22265
22266         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22267         for `run-at-time'.
22268
22269         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22270         for `with-timeout'.
22271
22272         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22273         the same as for XEmacs 21.4.
22274         No need to ignore `run-with-idle-timer', this function exists in
22275         XEmacs now in timer-funcs.el in the xemacs-base package.
22276         (dgnushack-compile): No need to delete
22277         run-at-time.el from the list of files to compile because it
22278         doesn't exist anymore.
22279
22280 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22281
22282         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22283         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22284
22285 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22286
22287         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22288         sensitively.
22289
22290 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22291
22292         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22293
22294 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22297         which will be inserted according to the multibyteness of a buffer
22298         rather than the type of contents.  Suggested by ARISAWA Akihiro
22299         <ari@mbf.ocn.ne.jp>.
22300
22301         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22302         of string which old xml.el may return rather than a string.
22303
22304 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22307
22308 2005-01-16  Simon Josefsson  <jas@extundo.com>
22309
22310         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22311         idn/idna.el isn't available.
22312         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22313         <michael@waxrat.com>.
22314
22315         * hashcash.el: Remove non-FSF copyright header.
22316
22317         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22318         (hashcash-generate-payment): Use it.
22319         (hashcash-generate-payment-async): Use it.
22320
22321 2005-01-15  Simon Josefsson  <jas@extundo.com>
22322
22323         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22324         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22325
22326         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22327         gnus-summary-idna-message.
22328         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22329         (gnus-summary-idna-message): New function.
22330
22331 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22332
22333         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22334         gnus-novice-user.
22335
22336 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22337
22338         * nnrss.el (nnrss-request-delete-group): Delete entries in
22339         nnrss-group-alist as well.
22340         (nnrss-save-server-data): Insert newline.
22341
22342 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22343
22344         * gnus.el (gnus-user-agent): Use list of symbols instead of
22345         symbols.  Display full version number for (S)XEmacs.
22346         Optionally display (S)XEmacs codename.
22347
22348         * gnus-util.el (gnus-emacs-version): Update for new
22349         `gnus-user-agent'.
22350
22351         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22352         Gnus version.
22353
22354 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22355
22356         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22357         which is unreadable in some setups.
22358
22359 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22360
22361         * gnus-spec.el (gnus-update-format-specifications): Flush the
22362         group format spec cache if it doesn't support decoded group names.
22363
22364 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22365
22366         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22367         Allow to apply decay on score files matching a regexp.
22368
22369 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22370
22371         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22372         compatibility in %g and %c.
22373
22374 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22375
22376         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22377         name for only %g and %c.
22378         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22379         of gnus-tmp-group to decoded group name.
22380         (gnus-group-make-rss-group): Exclude `/'s from group names.
22381
22382 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * nnrss.el (nnrss-get-encoding): Fix regexp.
22385
22386 2004-12-27  Simon Josefsson  <jas@extundo.com>
22387
22388         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22389         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22390         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22391
22392 2004-12-17  Kim F. Storm  <storm@cua.dk>
22393
22394         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22395
22396         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22397
22398 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22399
22400         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22401
22402 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * nnrss.el: Require rfc2047 and mml.
22405         (nnrss-file-coding-system): New variable.
22406         (nnrss-format-string): Redefine it as an inline function.
22407         (nnrss-decode-group-name): New function.
22408         (nnrss-string-as-multibyte): Remove.
22409         (nnrss-retrieve-headers): Decode group name; don't use
22410         nnrss-format-string.
22411         (nnrss-request-group): Decode group name.
22412         (nnrss-request-article): Decode group name; allow a Message-ID as
22413         well as an article number; don't use nnrss-format-string; encode a
22414         Message-ID string which may contain non-ASCII characters; use
22415         mml-to-mime to compose a MIME article.
22416         (nnrss-request-expire-articles): Decode group name.
22417         (nnrss-request-delete-group): Decode group name.
22418         (nnrss-fetch): Clarify error message.
22419         (nnrss-read-server-data): Use insert-file-contents instead of load;
22420         bind file-name-coding-system; use multibyte buffer.
22421         (nnrss-save-server-data): Bind coding-system-for-write to the
22422         value of nnrss-file-coding-system; bind file-name-coding-system;
22423         add coding cookie.
22424         (nnrss-read-group-data): Use insert-file-contents instead of load;
22425         bind file-name-coding-system; use multibyte buffer.
22426         (nnrss-save-group-data): Bind coding-system-for-write to the
22427         value of nnrss-file-coding-system; bind file-name-coding-system.
22428         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22429         make it work with non-ASCII text.
22430         (nnrss-find-el): Make it work with old xml.el as well.
22431
22432 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22433
22434         * nnrss.el (nnrss-get-encoding): New function.
22435         (nnrss-fetch): Use unibyte buffer initially; bind
22436         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22437         decode contents according to the encoding attribute.
22438         (nnrss-save-group-data): Add coding cookie.
22439         (nnrss-mime-encode-string): New function.
22440         (nnrss-check-group): Use it to encode subject and author.
22441
22442 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22443
22444         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22445         imaginary variable.
22446
22447 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22448
22449         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22450         correctly even if there are wide characters.
22451
22452 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22453
22454         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22455         downcased symbol names; make a new cache instead of reusing
22456         bbdb-hashtable.
22457
22458 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22459
22460         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22461         concatenating segments rather than before concatenating them.
22462         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22463
22464         * message.el (message-get-reply-headers): Bind `extra'.
22465
22466 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22467
22468         * message.el (message-extra-wide-headers): New variable.
22469         (message-get-reply-headers): Use it.
22470
22471 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22472
22473         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22474         (gnus-agent-group-pathname): Ditto.
22475
22476         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22477
22478         * gnus-group.el (gnus-group-make-group): Decode group name.
22479         (gnus-group-make-rss-group): Register the group data after opening
22480         the nnrss group.
22481
22482 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22483
22484         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22485         by expiry now get marked as read.
22486
22487 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22488
22489         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22490
22491 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22492
22493         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22494         unify Latin characters in XEmacs.
22495         (mm-find-mime-charset-region): Use it.
22496
22497 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22498
22499         * gnus-util.el (gnus-delete-directory): New function.
22500
22501         * gnus-agent.el (gnus-agent-delete-group): Use it.
22502
22503         * gnus-cache.el (gnus-cache-delete-group): Use it.
22504
22505 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22506
22507         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22508         names.
22509
22510 2004-12-16  Simon Josefsson  <jas@extundo.com>
22511
22512         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22513
22514 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22515
22516         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22517
22518         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22519         (gnus-group-set-current-level): Decode group name.
22520
22521 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22522
22523         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22524         failed.
22525
22526 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22527
22528         * gnus-group.el (gnus-group-delete-group): Decode group name.
22529         (gnus-group-make-rss-group): Encode group name.
22530         (gnus-group-catchup-current): Decode group name.
22531         (gnus-group-kill-group): Decode group name.
22532
22533 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22534
22535         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22536
22537 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22538
22539         * gnus-group.el (gnus-group-make-rss-group):
22540         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22541
22542         * gnus-start.el (gnus-setup-news): Honor user's setting to
22543         gnus-message-archive-method.  Suggested by Lute Kamstra
22544         <lute@gnu.org>.
22545
22546 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22547
22548         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22549         global counterparts of the buffer-local variables.
22550
22551 2004-11-16  Romain Francoise  <romain@orebokech.com>
22552
22553         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22554         counterparts of the buffer-local variables.
22555
22556 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22557
22558         * message.el (message-forbidden-properties): Fix typo in doc
22559         string.
22560
22561 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22562
22563         * gnus-util.el (gnus-replace-in-string): Add doc string.
22564
22565         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22566         to avoid problems when splitting mails with many recipients.
22567
22568 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22569
22570         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22571         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22572
22573 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22574
22575         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22576         if there is no hashtable in memory or file modification time is
22577         newer than cached timestamp.
22578
22579 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22580
22581         * gnus-sum.el (gnus-summary-limit-to-recipient):
22582         Implement not-matching option.
22583
22584 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22585
22586         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22587         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22588         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22589         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22590         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22591         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22592
22593 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22594
22595         * message.el (message-forward-make-body-mml): Remove headers
22596         according to message-forward-ignored-headers if a message is decoded.
22597
22598 2004-12-02  Romain Francoise  <romain@orebokech.com>
22599
22600         * message.el (message-forward-make-body-plain): Always remove
22601         headers according to message-forward-ignored-headers.
22602
22603 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22604
22605         * spam.el (spam-summary-prepare-exit): Remove the
22606         gnus-summary-limit pop for now, it has problems with ham marks for
22607         me.
22608
22609 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22610
22611         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22612         correctly.
22613
22614 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22615
22616         * format-spec.el (format-spec): Message the char.
22617
22618 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22619
22620         * gnus-art.el (gnus-split-methods): Reformat comments.
22621
22622         * spam.el (spam-summary-prepare-exit): Remove article limits
22623         before exiting the summary buffer.
22624
22625 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22628         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22629
22630         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22631         order to silence the byte compiler.
22632
22633         * spam.el: Fix the way to silence the byte compiler, which
22634         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22635         bbdb-search-simple, spam-BBDB-register-routine,
22636         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22637         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22638         spam-stat-buffer-is-spam, spam-stat-load,
22639         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22640         spam-stat-save and spam-stat-split-fancy.
22641
22642 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22643
22644         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22645         which may confuse users.
22646         (canlock-password-for-verify): Ditto.
22647
22648         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22649
22650         * gnus-art.el (gnus-emphasis-alist): Ditto.
22651
22652         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22653
22654         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22655
22656         * gnus-start.el (gnus-save-killed-list): Ditto.
22657
22658         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22659         (gnus-sum-thread-tree-root): Ditto.
22660         (gnus-sum-thread-tree-false-root): Ditto.
22661         (gnus-sum-thread-tree-single-indent): Ditto.
22662
22663         * message.el (message-courtesy-message): Ditto.
22664         (message-archive-note): Ditto.
22665         (message-subscribed-address-file): Ditto.
22666         (message-user-fqdn): Ditto.
22667
22668         * spam-report.el (spam-report-gmane-regex): Ditto.
22669
22670         * spam.el (spam-blackhole-good-server-regex): Ditto.
22671
22672 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22673
22674         * mml.el (mml-preview): Widen the message buffer before copying
22675         the contents to the preview buffer; sort headers before previewing.
22676
22677         * message.el (message-hidden-headers): Fix the way to avoid a bug
22678         in the `repeat' widget in Emacs 21.3 or earlier.
22679
22680 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22681
22682         * message.el (message-hidden-headers): Default to "^References:".
22683         Improve customization type.  Suggested by Reiner Steib
22684         <Reiner.Steib@gmx.de>.
22685
22686 2004-11-25  Romain Francoise  <romain@orebokech.com>
22687
22688         * message.el (message-strip-forbidden-properties): Remove check for
22689         obsolete `message-hidden' text property, hidden headers are not
22690         accessible in the buffer anymore.
22691
22692 2004-11-22  Romain Francoise  <romain@orebokech.com>
22693
22694         * message.el (message-header-format-alist): Add `From' in list
22695         so that it can be sorted.
22696         (message-fix-before-sending): Widen and sort headers before
22697         sending.
22698         (message-hide-headers): Use narrowing to hide headers by moving
22699         them to the top of the buffer and narrowing to the region
22700         underneath.
22701
22702 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22703
22704         * message.el (message-strip-forbidden-properties):
22705         Bind buffer-read-only (etc) to nil.
22706
22707 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22710         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22711
22712 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22713
22714         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22715
22716 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22717
22718         * dns.el (query-dns): Use sit-for to time instead of
22719         accept-process-output, since that doesn't seem to work on udp
22720         sockets.
22721
22722 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22723
22724         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22725
22726 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22727
22728         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22729         doc string.  Improve doc string.
22730
22731 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22732
22733         * nntp.el (nntp-request-update-info): Return nil if
22734         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22735         may not call gnus-activate-group which uselessly issues the GROUP
22736         commands for all nntp groups and wastes time.  Reported by Romain
22737         Francoise <romain@orebokech.com>.
22738
22739         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22740
22741 2004-11-15  Simon Josefsson  <jas@extundo.com>
22742
22743         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22744         headers separately.
22745         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22746         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22747
22748 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22749
22750         * gnus-start.el (gnus-convert-old-newsrc):
22751         Assign legacy-gnus-agent to 5.10.7.
22752
22753 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22754
22755         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22756         start of the lines.
22757
22758 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22759
22760         * hashcash.el (hashcash-default-payment): Change default to 20.
22761         (hashcash-default-accept-payment): Change default to 20.
22762         (hashcash-process-alist): New variable.
22763         (hashcash-generate-payment-async): Add.
22764         (hashcash-already-paid-p): Add.
22765         (hashcash-insert-payment): Don't generate payments twice.
22766         (hashcash-insert-payment-async): Add.
22767         (hashcash-insert-payment-async-2): Add.
22768         (hashcash-cancel-async): Add.
22769         (hashcash-wait-async): Add.
22770         (hashcash-processes-running-p): Add.
22771         (hashcash-wait-or-cancel): Add.
22772         (mail-add-payment): New optional argument.  Conditionally start
22773         asynchronous calculation.
22774         (mail-add-payment-async): Add.
22775
22776         * message.el (message-send-mail): Wait for asynchronous hashcash
22777         results.  Don't clobber existing X-Hashcash headers.
22778         (message-setup-1): Call mail-add-payment-async when
22779         message-generate-hashcash is non-nil.
22780
22781 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22782
22783         * message.el (message-use-alternative-email-as-from): Examine the
22784         From header as well; use message-make-from in order to include a
22785         user's full name.
22786
22787 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22788
22789         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22790         default; improve customization type.
22791         (gnus-emphasis-custom-with-format): New macro.
22792         (gnus-emphasis-custom-value-to-external): New function.
22793         (gnus-emphasis-custom-value-to-internal): New function.
22794
22795 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22796
22797         * dns.el (query-dns): Resolve reverse addresses.
22798
22799 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22800
22801         * gnus-group.el (gnus-group-get-new-news): Use it.
22802
22803         * gnus-start.el (gnus-check-reasonable-setup): New function.
22804
22805 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22806
22807         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22808         "Args out of range" error.  Reported by Arnaud Giersch
22809         <arnaud.giersch@free.fr>.
22810
22811 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22812
22813         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22814
22815 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22816
22817         * spam.el (spam group): Add :version.
22818
22819         * pgg-def.el (pgg group): Add :version.
22820
22821 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22822
22823         * gnus-art.el (gnus-article-edit-article): Don't associate the
22824         article buffer with a draft file.  This is a temporary measure
22825         against the 2004-08-22 change to gnus-article-edit-mode.
22826
22827 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22830         (html2text-format-tags): Remove unused variable `attr'.
22831
22832 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22833
22834         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22835
22836         * tls.el (tls-process-connection-type, tls-success)
22837         (tls-certtool-program): Add :version.
22838
22839         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22840         (starttls-extra-arguments, starttls-process-connection-type)
22841         (starttls-connect, starttls-failure, starttls-success): Add :version.
22842
22843         * spam-stat.el (spam-stat): Add :version.
22844
22845         * sieve.el (sieve): Add :version.
22846
22847         * sha1.el (sha1): Add :version.
22848         (sha1-use-external): Remove redundant version.
22849
22850         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22851         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22852         (nnmail-split-fancy-match-partial-words)
22853         (nnmail-split-lowercase-expanded): Add :version.
22854
22855         * nndiary.el (nndiary): Add :version.
22856
22857         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22858
22859         * mml-sec.el (mml-default-sign-method)
22860         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22861         Add :version.
22862
22863         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22864
22865         * mm-url.el (mm-url-use-external, mm-url-program)
22866         (mm-url-arguments): Add :version.
22867
22868         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22869         (mm-attachment-file-modes, mm-decrypt-option)
22870         (mm-w3m-safe-url-regexp): Add :version.
22871
22872         * message.el (message-cite-prefix-regexp)
22873         (message-sendmail-envelope-from, message-minibuffer-local-map)
22874         (message-user-fqdn, message-completion-alist): Add :version.
22875
22876         * gnus-win.el (gnus-configure-windows-hook)
22877         (gnus-use-frames-on-any-display): Add :version.
22878
22879         * gnus-art.el (gnus-article-address-banner-alist)
22880         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22881         (gnus-treat-from-picon, gnus-treat-mail-picon)
22882         (gnus-treat-x-pgp-sig): Add :version.
22883
22884         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22885         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22886         (gnus-summary-article-delete-hook)
22887         (gnus-summary-display-while-building): Add :version.
22888
22889         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22890         (gnus-get-top-new-news-hook): Add :version.
22891
22892         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22893         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22894
22895         * gnus-registry.el (gnus-registry): Add :version.
22896
22897         * gnus-spec.el (gnus-use-correct-string-widths)
22898         (gnus-make-format-preserve-properties): Add :version.
22899
22900         * gnus.el (gnus-group-charter-alist)
22901         (gnus-group-fetch-control-use-browse-url)
22902         (gnus-install-group-spam-parameters): Add :version.
22903
22904         * gnus-diary.el (gnus-diary): Add :version.
22905
22906         * gnus-delay.el (gnus-delay): Add :version.
22907
22908         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22909         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22910         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22911         Add :version.
22912
22913         * gnus-agent.el (gnus-agent-max-fetch-size)
22914         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22915         (gnus-agent-prompt-send-queue): Add :version.
22916
22917         * deuglify.el (gnus-outlook-deuglify): Add :version.
22918
22919         * html2text.el: Beautify code.  Improve doc strings.
22920         Some checkdoc cleanup.
22921         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22922
22923 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22924
22925         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22926
22927 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22928
22929         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22930         when package is loaded.
22931
22932         * spam.el (spam-summary-score-preferred-header): Add global preference
22933         for people who want to override the default SpamAssassin over
22934         Bogofilter preference (when both are set).
22935         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22936         (spam-user-format-function-S):
22937         Check spam-summary-score-preferred-header.
22938         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22939         (spam-user-format-function-S): Format the score correctly.
22940
22941 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22942
22943         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22944         signature file.  Suggested by Manoj Srivastava
22945         <srivasta@golden-gryphon.com>.
22946
22947         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22948         iso-2022-jp even in the Japanese language environment.
22949         Suggested by Jason Rumney <jasonr@gnu.org>.
22950
22951 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22952
22953         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22954         use the same characters as the dummy marks; make it free from
22955         getting affected by the language environment.
22956         (gnus-summary-read-group-1): Update mark positions only when the
22957         format spec is updated.
22958
22959         * gnus-spec.el (gnus-update-format-specifications): Return a list
22960         of updated types.
22961
22962 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22963
22964         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22965         of boundp to check if display-warning is available.
22966
22967 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22968
22969         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22970
22971 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * nnspool.el (nnspool-spool-directory): Use news-path if the
22974         news-directory variable is not bound.
22975
22976         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22977         function instead of display-warning if it is not available.
22978
22979 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22980
22981         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22982         v5-10: Use `point-at-bol'.
22983
22984 2004-10-26  Simon Josefsson  <jas@extundo.com>
22985
22986         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22987         <chenggao@gmail.com>.
22988
22989 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22990
22991         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22992         instead.
22993
22994 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22995
22996         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22997         to remove a server from the nnimap-server-buffer-alist.
22998         (nnimap-open-connection, nnimap-close-server): Use it.
22999
23000         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23001
23002 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23003
23004         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23005         running the major-mode function.
23006
23007 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23008
23009         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23010         dummy marks in the right way.
23011
23012 2004-10-18  David Edmondson  <dme@dme.org>
23013
23014         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23015         excessively.
23016
23017 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23018
23019         * gnus-util.el (gnus-split-references): Accept a nil references
23020         string and go on blissfully.
23021
23022         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23023         cases where the references string is non-nil but has no references.
23024
23025         * encrypt.el: Add autoload tags.
23026
23027         * spam.el (spam-resolve-registrations-routine): Remove article
23028         from unregistration list too.  Reported by David Hanak
23029         <dhanak@isis.vanderbilt.edu>
23030
23031 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23032
23033         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23034         nil.  Change custom type.
23035
23036 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23037
23038         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23039
23040         * gnus-sum.el (gnus-summary-move-article): Use it.
23041
23042 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23043
23044         * encrypt.el: Add autoload cookies.
23045
23046         * spam.el (spam-backend-article-list-property)
23047         (spam-backend-get-article-todo-list)
23048         (spam-backend-put-article-todo-list)
23049         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23050         Resolve registrations separately.
23051         (spam-register-routine): Format comments.
23052         (spam-unregister-routine, spam-register-routine): Always call with
23053         specific-articles, no default list.
23054         (spam-summary-prepare-exit): Use the spam-classifications function.
23055
23056         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23057         gnus-encrypt.el.
23058
23059         * encrypt.el: Copied from gnus-encrypt.el.
23060
23061         * gnus-encrypt.el: Commented that it's obsolete.
23062
23063 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23064
23065         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23066         (gnus-score-save): Use it.
23067
23068         * message.el (message-bury): Use `window-dedicated-p'.
23069
23070 2004-10-15  Simon Josefsson  <jas@extundo.com>
23071
23072         * pop3.el (top-level): Don't require nnheader.
23073         (pop3-read-timeout): Add.
23074         (pop3-accept-process-output): Add.
23075         (pop3-read-response, pop3-retr): Use it.
23076
23077 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23078
23079         * spam.el (spam-register-routine): Move comment.
23080         (spam-verify-bogofilter): Use 'unknown for the initial
23081         spam-bogofilter-valid state, not 'never.
23082
23083         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23084         for netrc-machine.
23085
23086         * nnimap.el (nnimap-open-connection):
23087         Use netrc-machine-user-or-password.
23088
23089 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23090
23091         * gnus-registry.el (gnus-registry-unload-hook):
23092         Set as a variable with add-hook.
23093
23094         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23095         of news-path.
23096
23097         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23098
23099         * spam.el: Delete duplicate `provide'.
23100         (spam-unload-hook): Set as a variable with add-hook.
23101
23102 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23103
23104         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23105         in the doc string.
23106
23107         * message.el (message-ignored-news-headers)
23108         (message-ignored-supersedes-headers)
23109         (message-ignored-resent-headers)
23110         (message-forward-ignored-headers): Improve custom type.
23111
23112 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23113
23114         * message.el (message-tokenize-header): Fix 2004-09-06 change
23115         which used point-min in the wrong place.
23116
23117 2004-10-12  Simon Josefsson  <jas@extundo.com>
23118
23119         * tls.el (tls-certtool-program): New variable.
23120         (tls-certificate-information): New function, based on
23121         ssl-certificate-information.
23122
23123 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23124
23125         * compface.el: Move the version of ELisp-based uncompface program
23126         to the contrib directory because of the copyright problem.
23127
23128 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23129
23130         * message.el (message-kill-buffer): Raise the current frame.
23131
23132 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23133
23134         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23135
23136         * gnus.el (message-y-or-n-p): Autoload.
23137
23138         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23139         (pop3-password-required, pop3-authentication-scheme)
23140         (pop3-leave-mail-on-server): Make customizable.
23141         (pop3): New custom group.
23142         (pop3-retr): Remove `sleep-for' statements.
23143         Suggested by Dave Love <fx@gnu.org>.
23144
23145         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23146         Windows/DOS.
23147
23148         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23149         (imap-parse-body): Fix incorrect use of `assert'.
23150         Suggested by Dave Love <fx@gnu.org>.
23151
23152         * mml.el (mml-minibuffer-read-disposition): Require match.
23153         Suggested by Dave Love <fx@gnu.org>.
23154
23155 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23156
23157         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23158         doc string.
23159
23160 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23161
23162         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23163
23164 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23165
23166         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23167         instead of calling `mm-insert-inline', to decode text/* parts
23168         before displaying them.
23169
23170 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23171
23172         * mm-uu.el (mm-uu-text-plain-type): New variable.
23173         (mm-uu-pgp-signed-extract-1): Use it.
23174         (mm-uu-pgp-encrypted-extract-1): Use it.
23175         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23176         bind mm-uu-text-plain-type with that value.
23177         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23178         mm-uu-dissect.
23179
23180 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23181
23182         * gnus-group.el (gnus-update-group-mark-positions):
23183         * gnus-sum.el (gnus-update-summary-mark-positions):
23184         * message.el (message-check-news-body-syntax):
23185         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23186         of string-as-multibyte.
23187
23188 2004-10-05  Juri Linkov  <juri@jurta.org>
23189
23190         * gnus-group.el (gnus-update-group-mark-positions):
23191         * gnus-sum.el (gnus-update-summary-mark-positions):
23192         * message.el (message-check-news-body-syntax):
23193         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23194         8-bit unibyte values to a multibyte string for search functions.
23195
23196 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23197
23198         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23199         (mm-uu-dissect-text-parts): New function.
23200
23201         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23202         dissect text parts.
23203
23204         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23205         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23206
23207         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23208
23209         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23210         Use gnus-current-topics instead of gnus-current-topic.
23211
23212 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23213
23214         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23215
23216 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23217
23218         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23219         where appropriate.
23220
23221         * nnml.el (nnml-generate-active-info): do.
23222
23223         * nndiary.el (nndiary-generate-active-info): do.
23224
23225         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23226         (gnus-topic-move): do.
23227
23228         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23229         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23230
23231         * gnus-srvr.el (gnus-server-prepare)
23232         (gnus-server-open-all-servers): do.
23233
23234         * gnus-msg.el (gnus-summary-cancel-article)
23235         (gnus-summary-resend-message)
23236         (gnus-summary-mail-crosspost-complaint): do.
23237
23238         * gnus-move.el (gnus-change-server): do.
23239
23240         * gnus-group.el (gnus-group-unmark-all-groups)
23241         (gnus-group-set-current-level): do.
23242
23243 2004-10-04  Simon Josefsson  <jas@extundo.com>
23244
23245         * message.el (message-generate-hashcash): Doc fix.
23246
23247 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23248
23249         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23250         avoid infinite recursion via gnus-get-function.
23251
23252 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23253
23254         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23255
23256         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23257
23258         * nnmail.el (nnmail-split-history): do.
23259
23260         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23261         (nnml-request-delete-group): do.
23262
23263         * nnslashdot.el (nnslashdot-read-groups): do.
23264
23265         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23266         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23267
23268         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23269         (nnspool-sift-nov-with-sed): Use last.
23270         (nnspool-retrieve-headers-with-nov): Use mapc.
23271         (nnspool-request-newgroups): Use dolist.
23272         (nnspool-request-group): Use last.
23273
23274         * nntp.el (nntp-read-server-type): Use dolist.
23275
23276         * nnvirtual.el (nnvirtual-create-mapping)
23277         (nnvirtual-update-read-and-marked): Use dolist.
23278         (nnvirtual-convert-headers): Simplify.
23279
23280 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23281
23282         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23283         Add support for sync'ing tick marks.
23284
23285 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23286
23287         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23288         there's no visible header.
23289
23290 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23291
23292         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23293         When necessary, pass full group name to gnus-request-set-marks.
23294
23295 2004-10-01  Simon Josefsson  <jas@extundo.com>
23296
23297         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23298         acroread.
23299
23300 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23301
23302         * spam-report.el (spam-report-gmane): Fix interactive.
23303
23304         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23305
23306         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23307         when writing file.
23308         (gnus-agent-synchronize-flags): Don't default to being
23309         interactive.
23310
23311 2004-09-30  Simon Josefsson  <jas@extundo.com>
23312
23313         * message.el (message-generate-hashcash): Add.
23314         (message-send-mail): Use it, call mail-add-payment.
23315
23316 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23317
23318         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23319
23320 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23321
23322         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23323         gnus-requst-update-info with explicit code to sync the in-memory
23324         info read flags with the marks being sync'd to the backend.
23325
23326         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23327
23328 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23329
23330         * spam.el (spam-verify-bogofilter): Add new function.
23331         (spam-check-bogofilter)
23332         (spam-bogofilter-register-with-bogofilter): Use it.
23333         (spam-verify-bogofilter): Add small fixes.
23334
23335 2004-09-28  Simon Josefsson  <jas@extundo.com>
23336
23337         * hashcash.el (hashcash-generate-payment): Revert.
23338
23339 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23340
23341         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23342         Use gnus-extract-references instead of gnus-split-references.
23343
23344         * gnus-util.el (gnus-extract-references): Add new function, analogous
23345         to gnus-split-references but extracts only the message-ID without
23346         anything extra.
23347
23348         * hashcash.el (hashcash-generate-payment)
23349         (hashcash-check-payment): Do the right thing if hashcash-path is
23350         nil (because the hashcash program could not be found).
23351
23352         * spam.el (spam-use-hashcash): Remove comment.
23353
23354 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23355
23356         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23357         (gnus-cache-enter-article, gnus-cache-remove-article)
23358         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23359
23360         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23361
23362         * gnus-art.el (article-hide-boring-headers)
23363         (article-translate-strings, article-display-face)
23364         (gnus-article-mime-match-handle-first)
23365         (gnus-article-highlight-headers)
23366         (gnus-article-add-buttons-to-head): do.
23367
23368 2004-09-27  Simon Josefsson  <jas@extundo.com>
23369
23370         * hashcash.el: New version, from
23371         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23372         ../contrib/.
23373
23374 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23375
23376         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23377
23378 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23379
23380         * gnus-dup.el (gnus-dup-open): Use mapc.
23381         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23382
23383         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23384         Reported by Stefan Wiens <s.wi@gmx.net>.
23385
23386         * gnus.el (gnus-shutdown): Use dolist.
23387
23388         * gnus-undo.el (gnus-undo): Use mapc.
23389
23390         * nnrss.el (nnrss-generate-active): do.
23391
23392         * message.el (message-cite-original-without-signature)
23393         (message-cite-original): Use mapc.
23394         (message-do-actions, message-make-forward-subject): Use dolist.
23395
23396 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23397
23398         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23399         deletion to remove entire duplicate line.  Fixes merged article
23400         number bug.
23401
23402 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23403
23404         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23405         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23406         first ask if you want to open a server and then, even when you
23407         responded with no, asking if you want to synchronize the server's
23408         flags.
23409         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23410         multi-line expressions.
23411         (gnus-agent-synchronize-group-flags): New internal function.
23412         Updates marks in memory (in the info structure) AND in the
23413         backend.
23414
23415         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23416
23417         * nnagent.el (nnagent-request-set-mark):
23418         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23419         method, to ensure that synchronization updates marks in the
23420         backend and in the info (in memory) structure.
23421
23422 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23425         convention fully; don't miss the root article of a thread; make
23426         the X-Draft-From header with correct article numbers.
23427
23428 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23429
23430         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23431         unless plugged.  Disable the agent so that an open failure causes
23432         an error.
23433
23434         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23435         Revert 2004-09-21 change.  The backend must be opened while
23436         synchronizing flags even when the backend stores the flags
23437         locally.
23438
23439 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23440
23441         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23442         in `header' match.  Reported by Svend Tollak Munkejord.
23443
23444         * message.el (message-cite-original): Fix use of
23445         `message-cite-articles-with-x-no-archive'.
23446
23447 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23448
23449         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23450         (gnus-window-to-buffer): Ditto.
23451
23452         * mml.el (mml-preview-buffer): New variable.
23453         (mml-preview): Manage window layout with gnus-buffer-configuration.
23454
23455         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23456         X-Draft-From header even if those articles aren't quoted.
23457
23458 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23459
23460         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23461         (gnus-request-set-mark, gnus-request-update-mark): Use new
23462         g-s-t-u-l-m to decide to use backend even when unplugged.
23463
23464 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23465
23466         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23467         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23468
23469 2004-09-20  Simon Josefsson  <jas@extundo.com>
23470
23471         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23472         "utf-16-le".
23473
23474 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23475
23476         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23477
23478 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23479
23480         * uudecode.el (uudecode-use-external): Add :version.
23481
23482         * smime.el (smime-CA-file, smime-encrypt-cipher)
23483         (smime-dns-server): Add :version.
23484
23485         * smiley.el (gnus-smiley-file-types): Add :version.
23486
23487         * sha1.el (sha1-use-external): Add :version.
23488
23489         * pgg-def.el (pgg-query-keyserver): Add :version.
23490
23491         * nnmail.el (nnmail-fancy-expiry-targets)
23492         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23493         Add :version.
23494
23495         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23496         (nnimap-retrieve-groups-asynchronous): Add :version.
23497         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23498
23499         * mml.el (mml-content-disposition-parameters)
23500         (mml-insert-mime-headers-always): Add :version.
23501
23502         * mm-util.el (mm-coding-system-priorities): Add :version.
23503
23504         * mm-decode.el (mm-inline-text-html-with-images)
23505         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23506         (mm-verify-option): Add :version.
23507         (mm-text-html-renderer): Change :version.
23508
23509         * message.el (message-fcc-externalize-attachments)
23510         (message-required-headers, message-draft-headers)
23511         (message-subject-trailing-was-query)
23512         (message-subject-trailing-was-ask-regexp)
23513         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23514         (message-mark-insert-end, message-archive-header)
23515         (message-archive-note, message-cross-post-default)
23516         (message-cross-post-note, message-followup-to-note)
23517         (message-cross-post-note-function, message-use-mail-followup-to)
23518         (message-subscribed-address-functions)
23519         (message-subscribed-address-file, message-subscribed-addresses)
23520         (message-subscribed-regexps, message-allow-no-recipients)
23521         (message-yank-cited-prefix, message-signature-insert-empty-line)
23522         (message-hidden-headers, message-hierarchical-addresses)
23523         (message-mail-user-agent, message-use-idna)
23524         (message-valid-fqdn-regexp)
23525         (message-strip-special-text-properties, message-header-synonyms)
23526         (message-beginning-of-line, message-tab-body-function): Add :version.
23527         (message-insert-canlock, message-wide-reply-confirm-recipients):
23528         Change :version.
23529
23530         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23531         and :version.
23532         (mail-source-delete-old-incoming-confirm)
23533         (mail-source-movemail-program): Add :version.
23534
23535         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23536         (gnus-agent-cache, gnus-agent): Change :version.
23537
23538         * gnus-util.el (gnus-use-byte-compile): Change :version.
23539
23540         * gnus-sum.el (gnus-summary-make-false-root-always)
23541         (gnus-summary-default-high-score)
23542         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23543         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23544         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23545         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23546         (gnus-sum-thread-tree-single-indent)
23547         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23548         (gnus-sum-thread-tree-leaf-with-other)
23549         (gnus-sum-thread-tree-single-leaf): Add :version.
23550         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23551         (gnus-article-loose-mime): Change :version.
23552
23553         * gnus-start.el (gnus-backup-startup-file)
23554         (gnus-save-startup-file-via-temp-buffer): Add :version.
23555
23556         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23557         (gnus-server-offline-face): Add :version.
23558
23559         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23560
23561         * gnus-msg.el (gnus-gcc-externalize-attachments)
23562         (gnus-debug-files, gnus-debug-exclude-variables)
23563         (gnus-discouraged-post-methods): Change :version.
23564         (gnus-confirm-mail-reply-to-news)
23565         (gnus-confirm-treat-mail-like-news): Add :version.
23566
23567         * gnus-int.el (gnus-server-unopen-status): Add :version.
23568
23569         * gnus-group.el (gnus-group-jump-to-group-prompt)
23570         (gnus-large-ephemeral-newsgroup)
23571         (gnus-fetch-old-ephemeral-headers): Add :version.
23572
23573         * gnus-fun.el (gnus-x-face-directory)
23574         (gnus-convert-pbm-to-x-face-command)
23575         (gnus-convert-image-to-x-face-command)
23576         (gnus-convert-image-to-face-command): Add :version.
23577
23578         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23579
23580         * gnus-cite.el (gnus-cite-blank-line-after-header)
23581         (gnus-article-boring-faces): Add :version.
23582
23583         * gnus-art.el (gnus-buttonized-mime-types)
23584         (gnus-inhibit-mime-unbuttonizing)
23585         (gnus-treat-display-face)
23586         (gnus-treat-body-boundary): Change :version.
23587         (gnus-body-boundary-delimiter, gnus-picon-databases)
23588         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23589         (gnus-treat-date-english, gnus-treat-fold-headers)
23590         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23591         (gnus-treat-mail-picon, gnus-treat-wash-html)
23592         (gnus-article-encrypt-protocol)
23593         (gnus-use-idna, gnus-article-over-scroll)
23594         (gnus-mime-display-multipart-alternative-as-mixed)
23595         (gnus-mime-display-multipart-related-as-mixed)
23596         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23597         (gnus-ctan-url, gnus-button-ctan-handler)
23598         (gnus-button-handle-ctan-bogus-regexp)
23599         (gnus-button-ctan-directory-regexp)
23600         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23601         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23602         (gnus-button-man-level, gnus-button-emacs-level)
23603         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23604
23605         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23606         (gnus-agent-go-online): Change :version.
23607         (gnus-agent-expire-unagentized-dirs)
23608         (gnus-agent-auto-agentize-methods): Add :version.
23609
23610         * flow-fill.el (fill-flowed-display-column)
23611         (fill-flowed-encode-column): Add :version.
23612
23613         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23614         (gnus-outlook-deuglify-unwrap-max)
23615         (gnus-outlook-deuglify-cite-marks)
23616         (gnus-outlook-deuglify-unwrap-stop-chars)
23617         (gnus-outlook-deuglify-no-wrap-chars)
23618         (gnus-outlook-deuglify-attrib-cut-regexp)
23619         (gnus-outlook-deuglify-attrib-verb-regexp)
23620         (gnus-outlook-deuglify-attrib-end-regexp)
23621         (gnus-outlook-display-hook): Add :version.
23622
23623         * binhex.el (binhex-use-external): Add :version.
23624
23625 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23626
23627         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23628         and `invisible'.
23629
23630 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23631
23632         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23633         in gnus-registry-trim.
23634
23635 2004-09-13  Simon Josefsson  <jas@extundo.com>
23636
23637         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23638
23639         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23640
23641         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23642         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23643         <yamaoka@jpl.org>.
23644         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23645         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23646         <yamaoka@jpl.org>.
23647
23648         * sieve.el (sieve-manage-mode): Ditto.
23649
23650 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23651
23652         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23653
23654 2004-09-11  Simon Josefsson  <jas@extundo.com>
23655
23656         * dns-mode.el: Add.
23657
23658         * mm-view.el (mm-display-dns-inline): Add.
23659
23660         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23661         (mm-automatic-display): Ditto.
23662
23663         * mailcap.el (mailcap-mime-data): Add text/dns.
23664         (mailcap-mime-extensions): Map .soa to text/dns.
23665
23666 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23667
23668         * gnus-art.el (article-decode-mime-words, article-babel)
23669         (gnus-article-highlight-signature, gnus-article-add-buttons)
23670         (gnus-signature-toggle): Remove unnecessary bindings of
23671         `inhibit-read-only' inherited from v5.10 merge.
23672
23673 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23674
23675         * nntp.el (nntp): New customization group.
23676         (nntp-authinfo-file): Add customization group.
23677
23678         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23679
23680         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23681
23682         * gnus.el (to-address, to-list, subscribed)
23683         (large-newsgroup-initial): Ditto.
23684
23685         * flow-fill.el (fill-flowed-display-column)
23686         (fill-flowed-encode-column): Ditto.
23687
23688 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23689
23690         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23691         Use point-min rather than 1.
23692         (message-send-mail): Use buffer-size rather than point-max.
23693
23694         * gnus-sum.el (gnus-summary-search-article-forward):
23695         Signal a specific `search-failed' rather than a generic `error'.
23696
23697         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23698         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23699         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23700
23701 2004-09-10  Simon Josefsson  <jas@extundo.com>
23702
23703         * nndb.el (require): Remove tcp and duplicate cl.
23704
23705 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23706
23707         * gnus-agent.el (directory-files-and-attributes): Move forward.
23708
23709 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23710
23711         * gnus-agent.el (directory-files-and-attributes):
23712         Optionally defined to support XEmacs.
23713
23714 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23715
23716         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23717         to avoid run-time CL dependencies.
23718         (gnus-agent-unfetch-articles): New function.
23719         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23720         article numbers even when local .overview file is missing.
23721         (gnus-agent-read-article-number): New function.  Only accepts
23722         27-bit article numbers.
23723         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23724         Use gnus-agent-read-article-number.
23725         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23726         from backend while recognizing that article numbers in .overview
23727         must be valid.
23728         (gnus-agent-update-files-total-fetched-for):
23729         Use directory-files-and-attributes to improve performance.
23730         * gnus-int.el (gnus-request-move-article):
23731         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23732         improve performance.
23733
23734         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23735         some users confused by references to .newsrc when they only have a
23736         .newsrc.eld file.
23737         (gnus-convert-mark-converter-prompt)
23738         (gnus-convert-converter-needs-prompt): Fix use of property list.
23739         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23740         New function.  Used internally to only display 'gnus converting
23741         files' message when actually necessary.
23742
23743         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23744         methods now autoloaded.
23745
23746 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23747
23748         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23749         identifiers.
23750
23751 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23752
23753         * gnus-picon.el: Fix indentation and closing parenthesis.
23754
23755 2004-09-01  Simon Josefsson  <jas@extundo.com>
23756
23757         * message.el (message-canlock-generate): Require sha1, not
23758         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23759         to require within a function.  Sadly, if sha1.el isn't loaded, the
23760         let binding in m-c-g will hide the defcustom definition, which is
23761         bad.)
23762
23763         * canlock.el: Require sha1, not sha1-el.
23764
23765         * message.el: Don't autoload sha1 (there is a autoload cookie in
23766         sha1.el).
23767
23768         * sha1-el.el: Rename to sha1.el.
23769
23770 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23771
23772         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23773
23774 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23775
23776         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23777
23778 2004-08-30  Kim F. Storm  <storm@cua.dk>
23779
23780         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23781
23782         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23783         Add :group 'nnimap.
23784
23785 2004-08-30  Andreas Schwab  <schwab@suse.de>
23786
23787         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23788         ?* and ?\;.
23789
23790         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23791         and ?\' to symbol instead of whitespace.
23792
23793 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23796
23797         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23798         instead of re-search-forward.
23799
23800         * gnus-uu.el (gnus-uu-save-article): Ditto.
23801         (gnus-uu-post-encode-uuencode): Ditto.
23802
23803         * html2text.el (html2text-clean-list-items): Ditto.
23804         (html2text-clean-dtdd): Ditto.
23805         (html2text-format-tags): Ditto.
23806
23807         * message.el (message-send-mail-with-sendmail): Fix regexp.
23808         (message-fill-field-general): Use search-forward instead of
23809         re-search-forward.
23810         (unbold-region): Ditto.
23811
23812         * nnrss.el (nnrss-request-article): Ditto.
23813
23814         * nnslashdot.el (nnslashdot-request-article): Ditto.
23815
23816         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23817
23818         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23819         "Unrecognized menu descriptor" error in XEmacs.
23820
23821 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23822
23823         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23824         parent article of a sparse article in the thread hashtb.
23825
23826 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23827
23828         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23829         (nnmail-expand-newtext): Lowercase expanded entries if
23830         nnmail-split-lowercase-expanded is non-nil.
23831
23832 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23833
23834         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23835
23836         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23837         of gnus-tmp-news-method into string under XEmacs.  It will be
23838         passed to gnus-correct-length which takes only a string argument.
23839
23840 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23841
23842         * gnus-util.el (gnus-bind-print-variables): New macro.
23843         (gnus-prin1): Use it.
23844         (gnus-prin1-to-string): Use it.
23845         (gnus-pp): New function.
23846         (gnus-pp-to-string): New function.
23847
23848         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23849         Replace pp-to-string with gnus-pp-to-string.
23850         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23851         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23852         * gnus-msg.el (gnus-debug): Ditto.
23853         * gnus-score.el (gnus-score-save): Ditto.
23854         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23855         gnus-pp-to-string.
23856         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23857         with gnus-pp.
23858         * score-mode.el (gnus-score-pretty-print): Ditto.
23859         * webmail.el (webmail-debug): Ditto.
23860
23861 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23862
23863         * gnus-art.el (article-display-face, article-display-x-face):
23864         Use buffer-read-only.
23865
23866 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23867
23868         * gnus-art.el (article-hide-list-identifiers):
23869         Bind inhibit-read-only as t.
23870
23871 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23872
23873         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23874
23875 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23876
23877         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23878         (gnus-narrow-to-page): Don't assume point-min == 1.
23879         (gnus-article-edit-mode): Derive from message-mode.
23880
23881         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23882         point-min == 1.
23883
23884         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23885         Disable incorrect use of `assert'.
23886
23887         * message.el (message-mode): Set comment-start-skip.
23888
23889
23890 2004-08-22  Sam Steingold  <sds@gnu.org>
23891
23892         * pop3.el (pop3-leave-mail-on-server): New user variable.
23893         (pop3-movemail): Delete mail only when it is nil.
23894
23895 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23896
23897         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23898
23899         * mml.el (mml-preview): Use `pop-to-buffer'.
23900
23901         * message.el (message-goto-mail-followup-to): Insert after "To".
23902         (message-carefully-insert-headers): Add comment.
23903
23904         * gnus.el: Remove unused variable `gnus-article-check-size'.
23905
23906         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23907
23908         * gnus-art.el (gnus-button-alist):
23909         Improve `gnus-button-handle-library' entry.
23910
23911 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23912
23913         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23914         Use downcase, since XEmacs capitalizes error messages differently.
23915
23916 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23917
23918         * nntp.el: Add (require 'gnus) due to reference to
23919         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23920
23921 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23922
23923         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23924         Bind `mm-fill-flowed'.
23925
23926         * mm-decode.el (mm-dissect-singlepart): Check it.
23927
23928 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23929
23930         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23931         'imap' for netrc parsing.
23932
23933 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23934
23935         * mailcap.el (mailcap-mime-data): Mark as risky.
23936
23937 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23940         may be included in the encoded word.
23941         (rfc2047-encode): Don't append a space if the encoded word
23942         includes close parenthesis.
23943
23944 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23945
23946         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23947         of text within parentheses.
23948
23949 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23950
23951         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23952         (gnus-encrypt-write-file-contents): Make the password key the file
23953         name PLUS the cipher, not just the cipher.  Also remove failed
23954         passwords from the cache.
23955
23956 2004-08-06  Simon Josefsson  <jas@extundo.com>
23957
23958         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23959         Doc fix.
23960
23961 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23962
23963         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23964         LWSP.
23965
23966 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23967
23968         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23969         Try to append in-reply-to: data to the references: header.
23970
23971         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23972         (netrc-parse): Use gnus-encrypt.el functions.
23973
23974         * gnus-encrypt.el: Add new file for encryption support; currently
23975         does only a few GPG ciphers and an internal XOR cipher.
23976
23977         * password.el: Add comments on using password-read-and-add.
23978         (password-read-and-add): Add function to read and add the
23979         password to the cache at once.
23980
23981 2004-07-28  Simon Josefsson  <jas@extundo.com>
23982
23983         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23984         parameter (but don't use it, for now).
23985
23986         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23987         instead of hard coding to nil.
23988
23989 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23990
23991         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23992         as mm-inline-image-xemacs does.
23993
23994 2004-07-26  Simon Josefsson  <jas@extundo.com>
23995
23996         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23997         Revert part of 2004-07-17 change below.
23998
23999 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24000
24001         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24002         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24003
24004 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24005
24006         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24007         quotes that actually start with ">" at the beginning of the
24008         lines.
24009
24010 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24011
24012         * rfc2047.el (rfc2047-encode-region): Fix last change.
24013         (rfc2047-encode-parameter): Remove useless concat.
24014
24015 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24016
24017         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24018         encode special characters; fix some kind of misconfigured headers;
24019         signal a real error if debug-on-quit or debug-on-error is non-nil.
24020         (rfc2047-encode-max-chars): New variable.
24021         (rfc2047-encode-1): Use it.
24022         (rfc2047-encode-parameter): New function.
24023
24024         * mml.el (mml-insert-parameter): Remove an excessive space.
24025
24026 2004-07-17  Simon Josefsson  <jas@extundo.com>
24027
24028         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24029         Kai Grossjohann <kai@emptydomain.de>.
24030         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24031         (gnus-group-make-menu-bar): Ditto.
24032
24033         * gnus-util.el (gnus-group-server): Add.
24034
24035 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24036
24037         * message.el (message-clone-locals): Clone sendmail and smtp
24038         variables.
24039
24040 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24041
24042         * rfc2047.el (rfc2047-encode-region): Fix last change.
24043
24044 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24047         characters as non-special.
24048
24049 2004-07-09  Simon Josefsson  <jas@extundo.com>
24050
24051         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24052         Users will lose all flag changes made while unplugged with
24053         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24054         good default.  See numerous reports on ding mailing list.
24055
24056 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24057
24058         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24059         add generate-head-function and generate-article-function to the
24060         rfc822-forward entry.
24061         (nndoc-rfc822-forward-generate-article): New function.
24062         (nndoc-rfc822-forward-generate-head): New function.
24063
24064         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24065
24066 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24067
24068         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24069         respect display group parameter and gnus-summary-expunge-below.
24070         (gnus-articles-to-read): Remove unused reference to display group
24071         parameter.
24072
24073 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24074
24075         * nnheader.el (nnheader-uniquify-message-id): New experimental
24076         variable.
24077         (nnheader-nov-read-message-id): Use it.
24078
24079         * spam-report.el (spam-report-gmane): Add interactive.
24080
24081 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24082
24083         * mm-encode.el (mm-content-transfer-encoding-defaults):
24084         Use qp-or-base64 for the application/* types.
24085
24086 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24087
24088         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24089
24090 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24091
24092         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24093         trim value.
24094
24095 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24096
24097         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24098         New macro and function.
24099         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24100
24101 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24102
24103         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24104         after-load-alist.
24105
24106 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24107
24108         * gnus-group.el (gnus-group-get-new-news-this-group):
24109         Don't update info that isn't there.
24110
24111 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24112
24113         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24114         entry.
24115
24116 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24117
24118         * mm-view.el (mm-inline-render-with-function): Use multibyte
24119         buffer; decode html source by charset.
24120
24121         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24122
24123         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24124         Mule-UCS is loaded under XEmacs.
24125         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24126
24127 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24128
24129         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24130
24131 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24132
24133         * mm-util.el (mm-coding-system-p): Return a coding-system.
24134         (mm-mime-mule-charset-alist): Use shift_jis instead of
24135         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24136         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24137         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24138         instead of japanese-shift-jis and iso-latin-1 respectively in
24139         order to share the default value with both Emacs and XEmacs-mule.
24140         (mm-mule-charset-to-mime-charset):
24141         Make mm-coding-system-priorities effective.
24142         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24143         while predicating of candidates upon the priorities.
24144
24145 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24146
24147         * gnus-sum.el (gnus-summary-make-menu-bar):
24148         Add gnus-uu-invert-processable.
24149
24150         * gnus.el: Autoload gnus-uu-invert-processable.
24151
24152 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24153
24154         * mm-util.el (mm-with-multibyte-buffer): New macro.
24155
24156         * rfc2047.el (rfc2047-encode-string): Use it.
24157         (rfc2047-encode-region): Move point to the end of the region after
24158         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24159
24160 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24161
24162         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24163         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24164
24165 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24166
24167         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24168         (gnus-cite-parse): Ignore quoted envelope From_.
24169         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24170
24171 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24172
24173         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24174         invalid addresses.
24175
24176 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24177
24178         * spam.el: Change section markers, revise TODO list.
24179         (spam-backends): Make new master list of all installed backends.
24180         (spam-summary-exit-behavior): Add new variable to determine how
24181         messages moves are done at summary exit.
24182         (spam-move-spam-nonspam-groups-only)
24183         (spam-process-ham-in-nonham-groups)
24184         (spam-process-ham-in-spam-groups): Remove variables, the
24185         spam-summary-exit-behavior variable should be used to manage this
24186         behavior.
24187         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24188         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24189         and spam-old-spam-articles.
24190         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24191         Add empty variables, placeholders for the backends they represent.
24192         (spam-set-difference): Move, unchanged.
24193         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24194         unless the user has a processor variable.
24195         (spam-classifications, spam-classification-valid-p)
24196         (spam-backend-properties, spam-backend-property-valid-p)
24197         (spam-backend-function-type-valid-p)
24198         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24199         (spam-report-articles-gmane, spam-report-articles-resend):
24200         Remove functions, they are not needed.
24201         (spam-install-backend-super, spam-backend-list)
24202         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24203         (spam-backend-function, spam-backend-ham-registration-function)
24204         (spam-backend-spam-registration-function)
24205         (spam-backend-ham-unregistration-function)
24206         (spam-backend-spam-unregistration-function)
24207         (spam-backend-statistical-p, spam-backend-mover-p)
24208         (spam-install-backend-alias, spam-install-checkonly-backend)
24209         (spam-install-mover-backend, spam-install-nocheck-backend)
24210         (spam-install-backend, spam-install-statistical-backend)
24211         (spam-install-statistical-checkonly-backend): Add backend installation
24212         support.
24213         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24214         (spam-group-processor-p): Use the new backend code and respect the
24215         summary exit behavior.
24216         (spam-mark-spam-as-expired-and-move-routine): Remove.
24217         (spam-summary-prepare): Change to use the new spam-old-articles
24218         variable.
24219         (spam-copy-or-move-routine, spam-copy-spam-routine)
24220         (spam-move-spam-routine, spam-copy-ham-routine)
24221         (spam-move-ham-routine): Add code to copy/move ham or spam.
24222         (spam-fetch-field-fast): Improve doc and code, plus allow the
24223         'number request.
24224         (spam-list-of-checks, spam-list-of-statistical-checks):
24225         Remove variables.
24226         (spam-split, spam-find-spam): Use the new backend code.
24227         (spam-registration-functions): Remove variable.
24228         (spam-unregister-routine): Add convenience wrapper.
24229         (spam-log-undo-registration, spam-register-routine)
24230         (spam-log-processing-to-registry)
24231         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24232         where possible.
24233         (spam-check-gmane-xref, spam-check-regex-headers)
24234         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24235         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24236         (spam-check-bogofilter-headers, spam-check-spamoracle)
24237         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24238         (spam-check-crm114-headers): Use the spam-split-group that
24239         spam-split prepares, no need to determine it every time.
24240
24241         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24242         to the nnheader-parse-naked-head call.
24243
24244         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24245
24246         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24247         the nnheader-nov-read-message-id call.
24248
24249 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24250
24251         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24252         gnus-activate-group twice.  Suggested by Markus Peter
24253         <warp@spin.de>.
24254
24255 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24256
24257         * gnus-art.el (gnus-article-time-format): Exchange the order of
24258         day and month in the default value; fix customization type.
24259         (article-date-ut): Use add-text-properties.
24260         (article-make-date-line): Use message-make-date instead of
24261         current-time-string.
24262
24263         * message.el (message-fetch-field): Don't use set-text-properties.
24264         (message-make-date): Simplify.
24265
24266         * messagexmas.el (message-xmas-make-date): New function.
24267         (message-xmas-redefine): Defalias message-make-date to it.
24268
24269 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24270
24271         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24272         (rfc2047-encode-region): Treat text within parentheses as special;
24273         show the original text when error has occurred.
24274
24275         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24276         already-computed method to gnus-activate-group.
24277
24278         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24279         same select-methods identical Lisp objects.
24280
24281         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24282         object when modifying the info.
24283
24284 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24285
24286         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24287         gnus-opened-servers since it has never been opened with the new
24288         configuration yet.
24289
24290 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24291
24292         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24293         arg to nnheader-generate-fake-message-id.
24294
24295 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24296
24297         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24298         number and build a fake message ID localized to a group and
24299         article number (so it's repeatable from that point on).
24300         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24301         ID format.
24302
24303         * gnus-sum.el (gnus-get-newsgroup-headers):
24304         Call nnheader-generate-fake-message-id with the article number.
24305
24306 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24307
24308         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24309         end-of-buffer.
24310
24311 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24312
24313         * message.el (message-ignored-supersedes-headers): Add Approved.
24314
24315 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24318         goto-char.
24319         (rfc2047-encode): Fold the line before encoding.
24320
24321 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24322
24323         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24324         folding -- not all headers can be folded, and this should be done
24325         by the message composition mode.  Probably.  I think.
24326
24327 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24328
24329         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24330         fast.
24331
24332         * gnus-ems.el (gnus-remove-image): Don't use
24333         message-text-with-property; remove only the image found first.
24334
24335         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24336         found first.
24337
24338 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24339
24340         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24341
24342 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24343
24344         * message.el (message-text-with-property): Make it fast and accept
24345         optional arguments.
24346         (message-strip-forbidden-properties): Use it.
24347         (message-fix-before-sending): Follow the m-t-w-p change.
24348
24349         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24350
24351 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24352
24353         * gnus-art.el (article-hide-headers): Don't change the buffer
24354         mistakenly when performing mml-preview even if
24355         gnus-single-article-buffer is nil.
24356
24357 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24358
24359         * message.el (message-expand-name-databases): New user option.
24360         (message-expand-name): Use it.
24361
24362 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24363
24364         * spam.el (spam-report-articles-resend)
24365         (spam-report-resend-register-routine): Allow ham reporting.
24366         (spam-report-resend-register-ham-routine): Add wrapper.
24367         (spam-registration-functions): Add ham resending functions.
24368         (spam-list-of-processors): Add ham resend processor.
24369
24370         * gnus.el (ham-resend-to): Add new group parameter.
24371         (spam-process): Add ham resend option.
24372
24373         * spam-report.el (spam-report-resend): Allow reporting ham.
24374         (spam-report-resend-ham): Add wrapper.
24375
24376 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24377
24378         * message.el (message-cite-articles-with-x-no-archive):
24379         New variable.
24380         (message-cite-original): Use it.
24381
24382 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24383
24384         * message.el (message-cite-original): Respect X-No-Archive.
24385
24386 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24387
24388         * gnus-art.el (article-hide-headers): Refer to the values for
24389         gnus-ignored-headers and gnus-visible-headers in the summary
24390         buffer since a user may have set them as group parameters.
24391
24392 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24393
24394         * assistant.el (assistant-node-name): Add convenience function.
24395         (assistant-render-text, assistant-render-node): Add error handling,
24396         plus handle multiple next nodes.
24397         (assistant-find-next-node): Comment out for now.
24398         (assistant-find-next-nodes): Add function, returns list of next
24399         nodes.
24400
24401 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24402
24403         * mail-source.el (mail-source-directory): Fix doc-string.
24404
24405 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24406
24407         * assistant.el (assistant-render-text, assistant-eval): Add :set
24408         widget type, which is different because it takes and returns a
24409         list.  Much hilarity ensues.
24410
24411 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24412
24413         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24414
24415         * gnus-group.el (gnus-group-get-new-news-this-group):
24416         Add doc-string.
24417
24418         * gnus-start.el (gnus-activate-group): Add doc-string.
24419
24420 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24421
24422         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24423
24424 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24425
24426         * assistant.el (assistant-render-text): Try to add a :set
24427         widget, more to come.
24428
24429         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24430         strings.
24431         (spam-report-articles-resend)
24432         (spam-register-routine): Do registration iff any articles warrant
24433         it.
24434         (spam-summary-prepare-exit): Change log message for nil group
24435         destinations.
24436
24437 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24438
24439         * spam.el (spam-report-resend-register-routine):
24440         Allow spam-report-resend-to to be a group parameter or a global value.
24441
24442 2004-05-26  Simon Josefsson  <jas@extundo.com>
24443
24444         * starttls.el: Merge with my GNUTLS based starttls.el.
24445         (starttls-gnutls-program, starttls-use-gnutls)
24446         (starttls-extra-arguments, starttls-process-connection-type)
24447         (starttls-connect, starttls-failure, starttls-success):
24448         New variables.
24449         (starttls-program, starttls-extra-args): Doc fix.
24450         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24451         New functions.
24452         (starttls-negotiate, starttls-open-stream):
24453         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24454         function if it is set.
24455
24456 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24457
24458         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24459         structured fields.
24460
24461 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24462
24463         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24464
24465 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24466
24467         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24468         Add variable.
24469         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24470         assigning the spam-mark to new messages.
24471
24472 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24473
24474         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24475
24476 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24477
24478         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24479
24480         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24481         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24482         default.
24483
24484 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24485
24486         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24487         correct data.
24488
24489 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24490
24491         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24492         (spam-group-processor-p): Fix function.
24493         (spam-group-processor-multiple-p)
24494         (spam-group-spam-processor-report-gmane-p)
24495         (spam-group-spam-processor-report-resend-p)
24496         (spam-group-spam-processor-bogofilter-p)
24497         (spam-group-spam-processor-blacklist-p)
24498         (spam-group-spam-processor-ifile-p)
24499         (spam-group-ham-processor-ifile-p)
24500         (spam-group-spam-processor-spamoracle-p)
24501         (spam-group-spam-processor-crm114-p)
24502         (spam-group-ham-processor-bogofilter-p)
24503         (spam-group-spam-processor-stat-p)
24504         (spam-group-ham-processor-stat-p)
24505         (spam-group-ham-processor-whitelist-p)
24506         (spam-group-ham-processor-BBDB-p)
24507         (spam-group-ham-processor-spamoracle-p)
24508         (spam-group-ham-processor-copy-p): Remove functions with some
24509         prejudice against unneeded code.
24510         (spam-report-articles-resend)
24511         (spam-report-resend-register-routine): Allow the group/topic
24512         spam-resend-to value to override spam-report-resend-to.
24513         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24514         properly now.
24515
24516         * gnus.el (spam-resend-to): Add group/topic parameter.
24517         (spam-process): Move the OBSOLETE processors to the end of the
24518         choices.
24519
24520 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24521
24522         * spam-report.el (spam-report-resend-to, spam-report-resend):
24523         Start with resend-to set to nil, and then ask the user if necessary.
24524         (spam-report-resend): spam-report-resend takes a list of articles, not
24525         separate article numbers.
24526
24527 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24528
24529         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24530         addition to emacs-w3m.
24531
24532 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24533
24534         * assistant.el (assistant-authinfo-data): New function.
24535         (assistant-eval): Eval for entire assistant.
24536
24537         * netrc.el (netrc-services-file): New variable.
24538         (netrc-parse-services): New function.
24539         (netrc-find-service-name): New function.
24540         (netrc-find-service-number): New function.
24541         (netrc-port-equal): New function.
24542         (netrc-machine): Use it.
24543
24544         * nnimap.el (nnimap-open-connection): Use netrc.
24545
24546         * gnus-util.el (gnus-netrc-get): Remove aliases.
24547
24548         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24549
24550         * assistant.el (wid-edit): Fix compilation.
24551
24552         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24553
24554 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24555
24556         * gnus-util.el (gnus-set-file-modes): New function.  (small
24557         patch).
24558
24559 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24560
24561         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24562
24563         * assistant.el (assistant-render-node): Fix up rendering and
24564         read-only text.
24565         (assistant-render-node): Reset.
24566         (assistant-make-read-only): Not sticky.
24567
24568 2004-05-20  Danny Siu  <dsiu@adobe.com>
24569
24570         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24571         centered even when gnus-auto-center-summary is t.
24572
24573 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24574
24575         * dns.el (dns-get-txt-answer): New function.
24576         (dns-read-txt): Ditto.
24577         (query-dns): Use it.
24578
24579 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24580
24581         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24582         active for foreign groups even if the group level is higher than
24583         the specified value.
24584
24585 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24586
24587         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24588         non-active groups.
24589
24590         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24591
24592 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24593
24594         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24595
24596 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24597
24598         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24599         (spam-crm114-header, spam-crm114-spam-switch)
24600         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24601         (spam-crm114-positive-spam-header)
24602         (spam-crm114-database-directory, spam-list-of-processors)
24603         (spam-group-spam-processor-crm114-p)
24604         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24605         (spam-generic-score, spam-list-of-checks)
24606         (spam-list-of-statistical-checks, spam-registration-functions)
24607         (spam-check-crm114-headers, spam-crm114-score)
24608         (spam-check-crm114, spam-crm114-register-with-crm114)
24609         (spam-crm114-register-spam-routine)
24610         (spam-crm114-unregister-spam-routine)
24611         (spam-crm114-register-ham-routine)
24612         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24613
24614 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24615
24616         * gnus.el: Add spam-use-crm114.
24617
24618         * spam.el (spam-list-of-processors, spam-registration-functions):
24619         Add spam-use-resend.
24620         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24621         (spam-report-articles-gmane): Add doc fix.
24622         (spam-report-articles-resend, spam-report-resend-register-routine):
24623         Add wrappers around spam-report-resend-to.
24624
24625         * spam-report.el (spam-report-resend-to, spam-report-resend):
24626         Add support for resending spam.
24627         (spam-report-gmane): Fix line length >80.
24628
24629         * gnus.el (spam-process): Add spam-use-resend.
24630
24631 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24632
24633         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24634         number of processed spam messages.
24635         (spam-ham-copy-or-move-routine): Return the number of processed
24636         ham messages.
24637         (spam-summary-prepare-exit): Use the above values to decide
24638         whether status messages shouled be displayed.
24639
24640 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24641
24642         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24643         `rfc2047-encoding-function-alist' in order to avoid conflicting
24644         with the old version.
24645         (rfc2047-encode-region): Concatenate words containing non-ASCII
24646         characters in structured fields; don't encode space-delimited
24647         ASCII words even in unstructured fields; don't break words at
24648         char-category boundaries.
24649         (rfc2047-encode-1): New function.
24650         (rfc2047-encode): Use it; encode text so that it occupies the
24651         maximum width within 76-column; work correctly on Q encoding for
24652         iso-2022-* charsets.
24653         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24654         sure not to break a line just after the header name.
24655         (rfc2047-b-encode-region): Remove.
24656         (rfc2047-b-encode-string): New function.
24657         (rfc2047-q-encode-region): Remove.
24658         (rfc2047-q-encode-string): New function.
24659
24660         * mm-util.el (mm-replace-in-string): New function.
24661
24662 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24663
24664         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24665         Really get it right.
24666         (gnus-inews-make-draft): Really.
24667
24668 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24669
24670         * nnmh.el (nnmh-request-list-1): Don't check the link count
24671         before descending.  (small patch)
24672
24673 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24674
24675         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24676         stuff.
24677
24678         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24679         Match on real group name.
24680
24681         * gnus-art.el (gnus-signature-limit): Doc fix.
24682
24683         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24684
24685         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24686
24687 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24688
24689         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24690         isn't a string.
24691
24692 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24693
24694         * gnus-draft.el (gnus-draft-send):
24695         Bind rfc2047-encode-encoded-words.
24696
24697         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24698         (rfc2047-encodable-p): Say that =? needs encoding.
24699         (rfc2047-encode-encoded-words): New variable.
24700
24701         * gnus-group.el (gnus-group-select-group): Doc fix.
24702
24703         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24704
24705         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24706         to nil.
24707
24708         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24709
24710         * nnheader.el (nnheader-get-lines-and-char): New function.
24711
24712 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24713
24714         * gnus-msg.el (gnus-summary-followup-with-original):
24715         Document yanking of region when active.
24716
24717 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24718
24719         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24720         groups if the group level is higher than the specified value.
24721
24722 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24723
24724         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24725         (gnus-group-jump-to-group): Add prefix argument using
24726         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24727         non-active group.
24728
24729         * compface.el (uncompface): Be verbose when changing
24730         `uncompface-use-external'.
24731
24732         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24733         handle manual section.
24734
24735 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24736
24737         * gnus-art.el (gnus-button-alist): Revert previous change.
24738
24739 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24740
24741         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24742
24743 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24744
24745         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24746         whether backend can accept message.
24747
24748         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24749
24750 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24751
24752         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24753         Avoid creating directory when nntp-marks-is-evil is true.
24754         Reported by Reiner Steib.
24755
24756 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24757
24758         * gnus-picon.el (gnus-picon-insert-glyph):
24759         Add optional `nostring' argument.
24760
24761 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24762
24763         * gnus-picon.el (gnus-picon-style): New variable.
24764         (gnus-picon-transform-address): Support `gnus-picon-style'.
24765
24766 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24767
24768         * message.el (message-fill-field): Return point.
24769         (message-generate-headers): Go to end of field.
24770
24771         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24772         stuff for non-living groups.
24773
24774 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24775
24776         * gnus-art.el (gnus-article-followup-with-original)
24777         (gnus-article-reply-with-original): gnus-mark-active-p ->
24778         gnus-region-active-p.
24779
24780 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24781
24782         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24783         only when there is spam or ham to be processed.
24784
24785 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24786
24787         * mail-source.el (mail-source-delete-crash-box): Refactor.
24788         (mail-source-fetch): Use it.
24789         (mail-source-fetch-file): Ditto.
24790         (mail-source-fetch-directory): Run postscript in loop.
24791         (mail-source-fetch-pop): Delete.
24792         (mail-source-fetch-maildir): Ditto.
24793         (mail-source-fetch-imap): Ditto.
24794
24795         * imap.el (imap-authenticators): Comment out sasl.
24796
24797         * message.el (message-skip-to-next-address): New function.
24798         (message-fill-header-address): Refactor.
24799         (message-fill-address): Use it.
24800         (message-delete-address): Use it.
24801         (message-fill-header-general): Refactor.
24802         (message-fill-field-address): Rename.
24803         (message-narrow-to-field): Find the start of the header.
24804         (message-header-format-alist): Don't pre-fill.
24805         (message-fill-header): Remove.
24806         (message-insert-header): New function.
24807         (message-shorten-references): Use it.
24808
24809         * rfc2047.el (rfc2047-field-value): Strip props.
24810
24811         * mail-parse.el (mail-header-make-address): New alias.
24812
24813         * ietf-drums.el (ietf-drums-make-address): New function.
24814
24815         * imap.el: Add compiler directives.
24816
24817         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24818
24819         * gnus-art.el (article-decode-idna-rhs): Don't use
24820         message-idna-inside-rhs-p.
24821
24822 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24823
24824         * message.el (message-idna-inside-rhs-p): Remove.
24825         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24826
24827         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24828         false positives.
24829
24830 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24831
24832         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24833
24834 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24835
24836         * nneething.el (nneething-file-name): Don't create spurious
24837         files.
24838
24839         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24840         (gnus-inews-do-gcc): Remove sleep.
24841
24842         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24843         part under point.
24844
24845         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24846         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24847
24848 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24849
24850         * spam.el (spam-summary-prepare-exit): Fix (length).
24851
24852 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24853
24854         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24855         as expired without moving it" message when there are spam
24856         messages left.
24857
24858 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24859
24860         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24861         header is not nil.
24862
24863 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24864
24865         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24866         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24867         (nntp-marks-changed-p): New arg SERVER.
24868         (nntp-request-update-info): Adjust caller.
24869
24870 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24871
24872         * nntp.el (nntp-save-marks): Pass missing arg.
24873
24874 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24875
24876         * nntp.el: Support marks.
24877         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24878         (nntp-marks-modtime, nntp-marks-directory): New variables.
24879         (nntp-request-set-mark, nntp-request-update-info)
24880         (nntp-possibly-create-directory, nntp-marks-changed-p)
24881         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24882         New functions.
24883
24884 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24885
24886         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24887         (gnus-xmas-redefine): Rename.
24888
24889         * gnus-score.el (gnus-score-insert-help):
24890         Use gnus-select-lowest-window.
24891
24892         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24893         appt-select-lowest-window and rename to gnus-select-lowest-window.
24894
24895         * gnus.el: do.
24896
24897 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24898
24899         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24900         encodings of MIME-encoded words, in order to improve
24901         interoperability with several broken MUAs.
24902
24903 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24904
24905         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24906         tags, only when charsets are not specified in headers.
24907         (mm-inline-text-html-render-with-w3m): Ditto.
24908
24909         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24910         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24911
24912 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24913
24914         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24915         instead of MIME-decoded from fields when checking
24916         `gnus-article-address-banner-alist'.
24917
24918 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24919
24920         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24921         description rather than subject.
24922
24923 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24924
24925         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24926
24927 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24928
24929         * gnus.el (gnus-version-number): Bump.
24930
24931 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24932
24933         * gnus.el: No Gnus v0.2 is released.
24934
24935 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24936
24937         * gnus-agent.el (gnus-agent-read-agentview):
24938         Inline gnus-uncompress-range.
24939
24940 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24941
24942         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24943         `exec-installed-p'.
24944
24945 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24946
24947         * gnus.el (spam-process, spam-autodetect-methods):
24948         Add bsfilter and bsfilter-headers.
24949
24950         * spam.el (spam-bsfilter): New customize group.
24951         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24952         (spam-bsfilter-header, spam-bsfilter-probability-header)
24953         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24954         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24955         (spam-bsfilter-database-directory): New options.
24956         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24957         (spam-list-of-statistical-checks, spam-registration-functions):
24958         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24959         (spam-bsfilter-score): New command.
24960         (spam-check-bsfilter-headers, spam-check-bsfilter)
24961         (spam-bsfilter-register-with-bsfilter)
24962         (spam-bsfilter-register-spam-routine)
24963         (spam-bsfilter-unregister-spam-routine)
24964         (spam-bsfilter-register-ham-routine)
24965         (spam-bsfilter-unregister-ham-routine): New functions.
24966         (spam-generic-score): Support bsfilter; Accept an optional argument
24967         to recalcurate spam score even if scoring header has already been
24968         added.
24969         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24970         optional argument to recalcurate spam score even if scoring header
24971         has already been added.
24972
24973 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24974
24975         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24976         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24977         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24978         link is missing.
24979
24980 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24981
24982         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24983         (html2text-get-attr): Rewrite.
24984
24985         * message.el (message-setup-1): Remove redundant put-text-property
24986         on mail-header-separator.
24987
24988 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24989
24990         * gnus-registry.el (gnus-registry-cache-whitespace)
24991         (gnus-registry-action, gnus-registry-spool-action)
24992         (gnus-registry-split-fancy-with-parent): Change message levels
24993         from 5 to 3 or 7, as needed.
24994
24995         * spam.el (spam-summary-prepare-exit)
24996         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24997         (spam-split, spam-find-spam, spam-log-undo-registration)
24998         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24999         level from 5 to 6.
25000
25001 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25002
25003         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25004         2004-03-04 change).
25005
25006 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25007
25008         * sieve-manage.el (sieve-manage-open):
25009         * nnweb.el (nnweb-insert-html):
25010         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25011         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25012         * nnspool.el (nnspool-request-group):
25013         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25014         * nnml.el (nnml-request-update-info):
25015         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25016         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25017         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25018         (nnimap-request-set-mark):
25019         * nnfolder.el (nnfolder-request-update-info):
25020         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25021         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25022         * gnus-uu.el (gnus-uu-find-articles-matching):
25023         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25024         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25025         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25026         * gnus-nocem.el (gnus-nocem-scan-groups):
25027         * gnus-int.el (gnus-start-news-server):
25028         * gnus-group.el (gnus-group-make-kiboze-group)
25029         (gnus-group-browse-foreign-server):
25030         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25031         Use mapc when appropriate.
25032
25033 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25034             Adam Sjøgren  <asjo@koldfront.dk>
25035             Wes Hardaker  <wes@hardakers.net>
25036             Michael Shields  <shields@msrl.com>
25037
25038         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25039         may need for spam sorting and scoring.
25040         (spam-user-format-function-S): Add user format function suitable for
25041         general use.
25042         (spam-article-sort-by-spam-status): Add sorting function for summary
25043         sorting.
25044         (spam-extra-header-to-number): Add function to get a score from a
25045         header.
25046         (spam-summary-score): Add function to get a numeric score from the
25047         headers.
25048         (spam-generic-score): Fix function doc, was in wrong place.
25049         (spam-initialize): Take symbols when it's run, and install the
25050         extra headers that spam-necessary-extra-headers thinks we need.
25051
25052 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25053
25054         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25055         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25056
25057 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25058
25059         * gnus-sum.el (gnus-set-global-variables)
25060         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25061         (gnus-article-get-xrefs, gnus-summary-best-group)
25062         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25063         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25064         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25065         Use with-current-buffer.
25066
25067 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25068
25069         * spam.el (spam-summary-prepare-exit): Simplify logic.
25070         (spam-fetch-article-header): Read the article header if it's not
25071         available.
25072         (spam-list-articles): Simplify logic.
25073         (spam-filelist-register-routine): Fix bug with unregister-list.
25074
25075         * gnus-registry.el: Fix comments at beginning.
25076
25077 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25078
25079         * message.el (message-cater-to-broken-inn): Remove.
25080         (message-shorten-references): Make sure the total folded length of
25081         References is shorter than 998 characters to cater to a bug in INN
25082         2.3.  Also, don't pretend that references aren't folded -- this
25083         hasn't worked for a while.
25084
25085 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25086
25087         * gnus-agent.el (gnus-agentize):
25088         gnus-agent-send-mail-real-function no longer set to current value
25089         of message-send-mail-function but rather a lambda that calls
25090         message-send-mail-function.  The change makes the agent real-time
25091         responsive to user changes to message-send-mail-function.
25092
25093 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25094
25095         * legacy-gnus-agent.el
25096         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25097         help from Florian Weimer <fw@deneb.enyo.de>
25098
25099 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25100
25101         * nnmail.el (nnmail-cache-insert): Revert last change.
25102
25103 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25104
25105         * nnmail.el (nnmail-cache-insert): Always check whether
25106         nnmail-cache-ignore-groups matches a group name.
25107
25108 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25109
25110         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25111         (spam-find-spam, spam-log-processing-to-registry)
25112         (spam-log-registered-p, spam-log-unregistration-needed-p)
25113         (spam-log-undo-registration): Use gnus-message instead of
25114         gnus-error, none of these errors are fatal.
25115
25116         * gnus-registry.el (gnus-registry-clean-empty-function)
25117         (gnus-registry-clean-empty): Remove only empty entries without
25118         extra data.
25119
25120 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25121
25122         * spam-stat.el (spam-stat-buffer-change-to-spam)
25123         (spam-stat-buffer-change-to-non-spam): Change (error) to
25124         (gnus-message 8) invocation.
25125
25126 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25127
25128         * nntp.el (nntp-via-netcat-command): New variable.
25129         (nntp-via-netcat-switches): New variable.
25130         (nntp-open-via-rlogin-and-netcat): New function.
25131         (nntp-open-connection-function): Doc fix.
25132         (nntp-telnet-command): Doc fix.
25133         (nntp-end-of-line): Doc fix.
25134         (nntp-via-rlogin-command): Doc fix.
25135         (nntp-via-user-name): Doc fix.
25136         (nntp-via-address): Doc fix.
25137
25138 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25139
25140         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25141         error in Emacs 21.1.
25142
25143 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25144
25145         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25146
25147 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25148
25149         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25150         (gnus-agent-with-refreshed-group): New macro.
25151         (gnus-agent-rename-group): New function.
25152         (gnus-agent-delete-group): New function.
25153         (gnus-agent-save-group-info): Use gnus-command-method when
25154         `method' parameter is nil.  Don't write nil entries into the
25155         active file.
25156         (gnus-agent-get-group-info): New function.
25157         (gnus-agent-fetch-articles):
25158         Use gnus-agent-update-files-total-fetched-for to increment disk space
25159         used.
25160         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25161         Use gnus-agent-update-view-total-fetched-for to increment disk space
25162         used.
25163         (gnus-agent-get-local): Add optional parameters to avoid calling
25164         gnus-group-real-name and gnus-find-method-for-group.
25165         (gnus-agent-set-local): Delete stored entry if either min, or max,
25166         are nil.
25167         (gnus-agent-fetch-session): Reworded error/quit messages.
25168         On quit, use gnus-agent-regenerate-group to record existance of any
25169         articles fetched to disk before the quit occurred.
25170         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25171         gnus-agent-update-view-total-fetched-for, and
25172         gnus-agent-update-files-total-fetched-for to decrement disk space
25173         used.
25174         (gnus-agent-retrieve-headers):
25175         Use gnus-agent-update-view-total-fetched-for to increment disk space
25176         used.
25177         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25178         with gnus-agent-update-files-total-fetched-for to decrement disk
25179         space and fresh group buffer.
25180         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25181         (gnus-agent-need-update-total-fetched-for): New variable.
25182         (gnus-agent-update-files-total-fetched-for): New function.
25183         (gnus-agent-update-view-total-fetched-for): New function.
25184         (gnus-agent-total-fetched-for): New function.
25185
25186         * gnus-cache.el (gnus-cache-save-buffers):
25187         Use gnus-cache-update-overview-total-fetched-for to change disk space
25188         used by this group.
25189         (gnus-cache-possibly-enter-article):
25190         Use gnus-cache-update-file-total-fetched-for to increment disk space
25191         used by this group.
25192         (gnus-cache-possibly-remove-article):
25193         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25194         used by this group.
25195         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25196         (gnus-cache-rename-group): New function.
25197         (gnus-cache-delete-group): New function.
25198         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25199         (gnus-cache-need-update-total-fetched-for): New variable.
25200         (gnus-cache-with-refreshed-group): New macro.
25201         (gnus-cache-update-file-total-fetched-for): New function.
25202         (gnus-cache-update-overview-total-fetched-for): New function.
25203         (gnus-cache-rename-group-total-fetched-for): New function.
25204         (gnus-cache-delete-group-total-fetched-for): New function.
25205         (gnus-cache-total-fetched-for): New function.
25206
25207         * gnus-group.el: Require gnus-sum and autoload functions to
25208         resolve warnings when gnus-group.el compiled alone.
25209         (gnus-group-line-format): Documented new %F.
25210         (size of Fetched data) group line format; identifies disk space
25211         used by agent and cache.
25212         (gnus-group-line-format-alist): Defined new F format.
25213         (gnus-total-fetched-for): New function.
25214         (gnus-group-delete-group): No longer update
25215         gnus-cache-active-altered as gnus-request-delete-group now keeps
25216         the cache in sync.
25217         (gnus-group-list-active): Let the agent store a server's active
25218         list if currently plugged.
25219
25220         * gnus-int.el (gnus-request-delete-group):
25221         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25222         local disk in sync with the server.
25223         (gnus-request-rename-group):
25224         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25225         local disk in sync with the server.
25226
25227         * gnus-start.el (gnus-get-unread-articles):
25228         Cosmetic simplification to logic.
25229
25230         * gnus-util.el (gnus-rename-file): New function.
25231
25232 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25233
25234         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25235
25236 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25237
25238         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25239         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25240
25241 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25242
25243         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25244         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25245
25246 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25247
25248         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25249
25250 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25251
25252         * spam.el (spam-set-difference): Add function to replace
25253         gnus-set-difference in spam.el.
25254         (spam-summary-prepare-exit): Use spam-set-difference.
25255
25256 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25257
25258         * gnus-registry.el (gnus-registry-cache-file): Update to use
25259         gnus-dribble-directory OR gnus-home-directory OR ~.
25260         (gnus-registry-split-fancy-with-parent): Fix doc.
25261
25262 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25263
25264         * message.el (message-exchange-point-and-mark):
25265         Use message-mark-active-p.  Suggested by Jesper Harder
25266         <harder@ifa.au.dk>.
25267
25268 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25269
25270         * message.el (message-exchange-point-and-mark): Don't activate
25271         region if it was inactive.  Suggested by Hiroshi Fujishima
25272         <pooh@nature.tsukuba.ac.jp>.
25273
25274 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25275
25276         * gnus-art.el (article-display-face): Display Faces in the same
25277         order as X-Faces.
25278
25279 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25280
25281         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25282
25283 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25284
25285         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25286         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25287         (gnus-article-mime-hierarchy): Remove.
25288         (gnus-article-mime-hierarchy-next): Remove.
25289         (gnus-article-mode): Revert 2004-03-19 change.
25290         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25291         (gnus-insert-mime-button): Revert 2004-03-19 change.
25292         (gnus-mime-accumulate-hierarchy): Remove.
25293         (gnus-mime-enter-multipart): Remove.
25294         (gnus-mime-leave-multipart): Remove.
25295         (gnus-mime-display-part): Revert 2004-03-19 change.
25296         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25297
25298         * mml.el (mml-preview): Revert 2004-03-19 change.
25299
25300 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25301
25302         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25303
25304 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25305
25306         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25307         t while entering a file name using the mm-with-multibyte macro.
25308         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25309
25310         * mm-util.el (mm-with-multibyte): New macro.
25311
25312 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25313
25314         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25315         New user option.
25316         (gnus-mime-multipart-functions): Doc and customization fix.
25317         (gnus-article-mime-hierarchy): New variable.
25318         (gnus-article-mime-hierarchy-next): New variable.
25319         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25320         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25321         gnus-article-mime-hierarchy-next to nil.
25322         (gnus-insert-mime-button): Show hierarchy numbers.
25323         (gnus-mime-accumulate-hierarchy): New function.
25324         (gnus-mime-enter-multipart): New function.
25325         (gnus-mime-leave-multipart): New function.
25326         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25327         (gnus-mime-display-alternative): Show hierarchy numbers.
25328
25329         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25330         gnus-article-mime-hierarchy-next to nil.
25331
25332 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25333
25334         * dns.el: Don't require gnus-xmas.
25335
25336 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25337
25338         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25339         inline PGP.
25340         (mml-menu): Disable mml-quote-region if mark is inactive.
25341
25342 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25345         when the group's active is not available.
25346
25347 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25350         error.
25351
25352 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25353
25354         * imap.el (imap-store-password): New variable.
25355         (imap-interactive-login): Use it.
25356         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25357
25358 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25359
25360         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25361         window-start and hscroll to summary window.
25362
25363 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25364
25365         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25366         conversion message to newsrc-dribble when an actual conversion is
25367         performed.
25368
25369 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25370
25371         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25372
25373 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25374
25375         * mm-decode.el (mm-complicated-handles): New function reviving
25376         former definition of mm-multiple-handles.
25377
25378         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25379         (gnus-mime-delete-part): Use it.
25380
25381 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25382
25383         * gnus-agent.el (gnus-agent-read-local):
25384         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25385         avoid the implicit assumption that they will always be equal.
25386         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25387         coding-system-for-write, as the with-temp-file macro first prints
25388         to a buffer then saves the buffer.
25389
25390 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25391
25392         * gnus-art.el (gnus-article-edit-part): New function.
25393         (gnus-mime-save-part-and-strip): Use it; do query instead of
25394         signaling an error; don't use mm-multiple-handles.
25395         (gnus-mime-delete-part): Ditto.
25396
25397 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25398
25399         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25400         old file versions.
25401         (gnus-group-prepare-hook): Remove function that converted list
25402         form of gnus-agent-expire-days to group properties.
25403
25404         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25405         (gnus-request-accept-article): Re-indented.
25406
25407         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25408         converters to handle old agent file formats.  Add logic for a
25409         "backup before upgrading warning".
25410         (gnus-convert-mark-converter-prompt): Developers can mark
25411         functions as needing (default), or not needing,
25412         gnus-convert-old-newsrc's "backup before upgrading warning".
25413         (gnus-convert-converter-needs-prompt): Tests whether the user
25414         should be protected from potentially irreversable changes by the
25415         function.
25416
25417         * legacy-gnus-agent.el: New.  Provides converters that are only
25418         loaded when gnus-convert-old-newsrc needs to call them.
25419
25420 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25421
25422         * mail-source.el (mail-source-touch-pop): Doc fix.
25423
25424         * message.el (message-smtpmail-send-it): Doc fix.
25425
25426 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25427
25428         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25429
25430         * nnmail.el (nnmail-split-fancy): do.
25431
25432         * gnus-kill.el (gnus-kill, gnus-execute): do.
25433
25434 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25435
25436         * gnus-sum.el (gnus-widget-reversible-match)
25437         (gnus-widget-reversible-to-internal)
25438         (gnus-widget-reversible-to-external): New functions.
25439         (gnus-widget-reversible): New widget.
25440         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25441
25442 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25443
25444         * gnus-sum.el (gnus-thread-sort-functions)
25445         (gnus-article-sort-functions): Document `(not F)' items.
25446
25447 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25448
25449         * spam.el (spam-use-gmane-xref): Add new backend.
25450         (spam-gmane-xref-spam-group): Add variable to control the name of the
25451         Gmane spam group.
25452         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25453         (spam-regex-headers-spam, spam-regex-headers-ham)
25454         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25455         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25456         backends and checks.
25457         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25458
25459         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25460         an autodetect method.
25461
25462 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25463
25464         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25465         articles are being added to a group.
25466         (gnus-request-replace-article): Inform the agent that articles
25467         need to be uncached as the cached contents are no longer valid.
25468
25469 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25470
25471         * binhex.el: Don't autoload executable-find.
25472
25473         * canlock.el: Don't autoload mail-fetch-field.
25474
25475         * dgnushack.el: Autoload c-mode for XEmacs.
25476
25477         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25478
25479         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25480         rmail-dont-reply-to and rmail-output.
25481
25482         * gnus-score.el: Don't autoload ffap-string-at-point.
25483
25484         * gnus-setup.el: Don't autoload sc-cite-original.
25485
25486         * imap.el: Don't autoload base64-decode-string,
25487         base64-encode-string and md5.
25488
25489         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25490         and rmail-msg-restore-non-pruned-header.
25491
25492         * mm-decode.el: Don't autoload executable-find.
25493
25494         * mm-url.el: Don't autoload executable-find.
25495
25496         * mm-view.el: Don't autoload diff-mode.
25497
25498         * nndb.el: Don't autoload news-reply-mode, news-setup,
25499         cancel-timer and telnet.
25500
25501         * password.el: Don't autoload run-at-time for Emacs.
25502
25503         * sha1-el.el: Don't autoload executable-find.
25504
25505         * sieve-mode.el: Don't autoload c-mode.
25506
25507         * uudecode.el: Don't autoload executable-find.
25508
25509 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25510
25511         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25512         (gnus-agent-possibly-alter-active): Avoid null in numeric
25513         comparison.
25514         (gnus-agent-set-local): Refuse to save null in local object table.
25515         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25516         list of articles that will be marked as unread.
25517
25518 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25519
25520         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25521
25522 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25523
25524         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25525         language tags.
25526
25527 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25528
25529         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25530         Don't bind "obarray".
25531
25532         * gnus-sum.el (gnus-thread-sort-functions):
25533         Add `gnus-thread-sort-by-most-recent-number' and
25534         `gnus-thread-sort-by-most-recent-date'.
25535         Reported by Kai Grossjohann <kai@emptydomain.de>.
25536
25537 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25538
25539         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25540
25541 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25542
25543         * gnus-cus.el (gnus-agent-customize-category):
25544         Remove ignore-errors macro reference that required cl to be loaded at
25545         run-time.
25546
25547         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25548         single-interval range of the form (min . max).  Previously the
25549         range had to look like ((min . max)).  Likewise, return
25550         (min . max) rather than ((min . max)).
25551         (gnus-range-map): Use gnus-range-normalize to accept
25552         single-interval range.
25553
25554         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25555         the cache, but not the agent, now appear with their usual face.
25556
25557         * dgnushack.el (loaddir): New variable that is bound to the
25558         directory containing the dgnushack.el file. Use loaddir, rather
25559         than srcdir, to update load-path. Change lets dgnushack compile
25560         code in directories other than GNUS/lisp.
25561
25562 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25563
25564         * lpath.el: Don't bind w3m-safe-url-regexp.
25565
25566         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25567         w3m-safe-url-regexp variable buffer-local.
25568
25569         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25570
25571 2004-02-27  Simon Josefsson  <jas@extundo.com>
25572
25573         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25574         gnus-group-real-prefix.
25575         (gnus-summary-move-article): Use it, instead of
25576         gnus-group-real-prefix.
25577
25578 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25579
25580         * lpath.el: Bind w3m-safe-url-regexp.
25581
25582         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25583         w3m-safe-url-regexp variable buffer-local and set it as the value
25584         of mm-w3m-safe-url-regexp.
25585
25586         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25587
25588         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25589         parsing gnus-posting-styles when the message is not for replying.
25590
25591         * dgnushack.el: Autoload sgml-mode for XEmacs.
25592
25593         * nnrss.el (nnrss-opml-export):
25594         Use mm-set-buffer-file-coding-system instead of
25595         set-buffer-file-coding-system.
25596
25597 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25598
25599         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25600         of checkdoc.el).
25601         * nnrss.el: do.
25602         * gnus-mlspl.el: do.
25603         * gnus-ml.el: do.
25604         * gnus-srvr.el: do.
25605
25606         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25607
25608 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25609
25610         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25611         Corrections to custom-manual links.
25612
25613         * gnus-art.el (gnus-article): Ditto.
25614
25615         * mm-decode.el (mime-display, mime-security): Ditto.
25616
25617 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25618
25619         * flow-fill.el: Typo.
25620
25621 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25622
25623         * spam-wash.el: New file.
25624
25625 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25626
25627         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25628
25629 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25630
25631         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25632         to be run with new-articles as LIST1, not LIST2.
25633         (spam-registration-functions): Add spam-use-ham-copy as a nil
25634         registration backend.
25635
25636 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25637
25638         * spam-stat.el (spam-stat-washing-hook): New option.
25639         (spam-stat-buffer-words): Use it.
25640         (spam-stat-process-directory, spam-stat-test-directory):
25641         Use insert-file-contents-literally.
25642         (spam-stat-coding-system): New variable.
25643         (spam-stat-load, spam-stat-save): Use it.
25644
25645 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25646
25647         * spam-report.el (spam-report-plug-agent):
25648         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25649
25650 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25651
25652         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25653         Allow / in mailto URLs.
25654
25655 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25656
25657         * spam-report.el (spam-report-process-queue): Fix interactive use.
25658         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25659         (spam-report-unplug-agent): Doc fixes.
25660         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25661         (spam-report-agentize, spam-report-deagentize): Autoload.
25662
25663 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25664
25665         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25666
25667         * message.el (message-setup-fill-variables): Add mml tags to
25668         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25669         <ajk@iu.edu>.
25670         (message-mode): Don't modify paragraph-separate there.
25671
25672 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25673
25674         * compface.el (uncompface-use-external): Default to undecided.
25675         (uncompface-use-external-threshold): New variable.
25676         (uncompface-float-time): New macro.
25677         (uncompface): Determine whether to use the external decoder if
25678         uncompface-use-external is undecided.
25679
25680 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25681
25682         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25683         after images.
25684
25685         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25686
25687 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25688
25689         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25690
25691         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25692
25693         * gnus-sum.el (gnus-summary-limit-to-age)
25694         (gnus-summary-limit-children): do.
25695
25696         * gnus-int.el (gnus-request-scan): do.
25697
25698         * gnus-group.el (gnus-group-suspend): do.
25699
25700         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25701
25702         * gnus-cite.el (gnus-cite-parse-attributions): do.
25703
25704         * gnus-agent.el (gnus-summary-set-agent-mark)
25705         (gnus-agent-regenerate-group): do.
25706
25707         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25708
25709         * binhex.el (binhex-decode-region-internal): do.
25710
25711 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25712
25713         * gnus-fun.el (gnus-face-properties-alist): New user option.
25714         (gnus-display-x-face-in-from): Use it.
25715
25716         * gnus-art.el (article-display-face): Ditto.
25717
25718         * compface.el (uncompface-use-external): Default to nil.
25719
25720 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25721
25722         * nntp.el (nntp-erase-buffer): New function.
25723         (nntp-retrieve-data, nntp-send-command)
25724         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25725         (nntp-possibly-change-group): Use it.
25726
25727         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25728         Use with-current-buffer.
25729
25730 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25731
25732         * compface.el: Merge the ELisp-based uncompface program.
25733         (compface): New customization group.
25734         (uncompface-use-external): New user option.
25735         (uncompface): Call uncompface-internal if uncompface-use-external
25736         is nil.
25737         (uncompface-internal): New function.  Note that there are also
25738         some other functions and variables added for this function.
25739
25740 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25741
25742         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25743         if necessary.
25744
25745 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25746
25747         * spam-report.el (spam-report-unplug-agent)
25748         (spam-report-plug-agent, spam-report-deagentize)
25749         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25750         Add support for the Agent in spam-report: when unplugged, report to a
25751         file; when plugged, submit all the requests.
25752
25753         * spam.el (spam-register-routine): Fix message about
25754         registration.
25755
25756 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25757
25758         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25759         dependencies.
25760         (rfc2047-encode): Use it.
25761
25762         * gnus-art.el (gnus-button-marker-list): Move before first
25763         reference.
25764
25765         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25766         (imap-parse-body): Fix format string mismatch.
25767
25768         * gnus-score.el (gnus-summary-increase-score): do.
25769
25770         * nnrss.el (nnrss-close): New function.
25771
25772 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25773
25774         * nnrss.el (nnrss-make-filename): New function.
25775         (nnrss-request-delete-group, nnrss-read-server-data)
25776         (nnrss-save-server-data, nnrss-read-group-data)
25777         (nnrss-save-group-data): Use it.
25778         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25779         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25780         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25781
25782 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25783
25784         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25785
25786 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25787
25788         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25789         files.
25790
25791         * message.el (message-generate-headers-first): Don't quote nil
25792         and t in docstrings.
25793
25794         * imap.el (imap-id): do.
25795
25796         * gnus-agent.el (gnus-agent-consider-all-articles)
25797         (gnus-agent-queue-mail): do.
25798
25799 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25800
25801         * spam-report.el (spam-report-process-queue): New function.
25802         Process requests from `spam-report-requests-file'.
25803         (spam-report-process-queue): Doc fix.
25804
25805 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25806
25807         * spam.el (spam-register-routine)
25808         (spam-log-processing-to-registry, spam-log-registered-p)
25809         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25810         Change "check" to "spam-check" for semi-clarity.
25811
25812 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25813
25814         * pop3.el: Require nnheader.
25815
25816         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25817
25818         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25819
25820         * gnus-picon.el: Require cl.
25821
25822         * gnus-fun.el: Require gnus-ems and gnus-util.
25823
25824         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25825
25826         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25827
25828         * gnus-art.el (gnus-article-edit-mode): Define before first
25829         reference.
25830
25831 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25832
25833         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25834         (gnus-uu-post-encoded): Use point-at-bol.
25835
25836         * gnus-topic.el (gnus-group-active-topic-p): do.
25837
25838         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25839
25840         * gnus-group.el (gnus-group-kill-region): do.
25841
25842         * gnus-art.el (article-date-ut): do.
25843
25844         * message.el (message-fetch-field): Remove redundant
25845         case-fold-search binding.
25846         (message-narrow-to-field): Simplify.
25847
25848 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25849
25850         * spam.el (spam-directory): Derive from `gnus-directory'.
25851
25852         * spam-report.el (spam-report-url-to-file)
25853         (spam-report-requests-file): New function and variable for offline
25854         reporting.
25855         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25856         and user defined function.
25857         (spam-report-url-ping-mm-url): Remove doubled slash.
25858
25859 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25860
25861         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25862
25863 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25864
25865         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25866         Fix format string mismatch.
25867
25868         * sieve.el (sieve-deactivate-all): do.
25869
25870         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25871
25872         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25873
25874         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25875
25876         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25877
25878 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25879
25880         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25881         the list of checks.
25882
25883 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25884
25885         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25886         padding.
25887
25888 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25889
25890         * mm-view.el (mm-fill-flowed): New variable.
25891         (mm-inline-text): Use it.
25892
25893 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25894
25895         * spam.el (spam-spamassassin-register-ham-routine)
25896         (spam-spamassassin-register-spam-routine): Fix function names.
25897
25898 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25899
25900         * gnus.el (gnus-tmp-grouplens): Remove.
25901         (gnus-summary-line-format): Remove grouplens.
25902
25903         * gnus-group.el (gnus-group-line-format): Ditto.
25904
25905         * gnus-spec.el (gnus-format-specs): Ditto.
25906         (gnus-update-format-specifications): Flush the group format spec
25907         cache if there's the grouplens stuff.
25908         (gnus-parse-simple-format): Replace %l with the empty string.
25909
25910 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25911
25912         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25913         omission.
25914
25915 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25916
25917         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25918         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25919
25920 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25921
25922         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25923         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25924         New macros and functions.
25925         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25926         Handle > NLINK_MAX messages.
25927         * nnmaildir.el (nnmaildir-request-set-mark):
25928         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25929
25930 2004-01-25  Alex Schroeder  <alex@gnu.org>
25931
25932         * spam-stat.el (spam-stat-process-directory-age): New option.
25933         (spam-stat-process-directory): Use it.
25934
25935 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25936
25937         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25938         (spam-stat-save): Accept prefix argument.
25939
25940 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25941
25942         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25943         links" error.
25944
25945 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25946
25947         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25948         the rest of the and/or forms.
25949
25950 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25951
25952         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25953         compatibility with old .newsrc.eld files.
25954
25955         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25956
25957         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25958
25959         * gnus-start.el (gnus-1): do.
25960
25961         * gnus-group.el (gnus-group-line-format-alist): do.
25962
25963         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25964
25965         * gnus-gl.el: Remove.
25966
25967 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25968
25969         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25970         marks consisting of a single range {for example, (3 . 5)} rather
25971         than a list of a single range { ((3 . 5)) }.
25972
25973 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25974
25975         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25976         Use with-current-buffer.
25977         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25978         avoid consing a string.
25979
25980         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25981         Remove obsolete entries for big5 and gb2312.
25982
25983 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25984
25985         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25986         uncompressed list.
25987
25988 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25989
25990         * spam-stat.el (spam-stat-strip-xref): New function.
25991         (spam-stat-process-directory): Use it.
25992
25993         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25994         here -- it's done in message-fetch-field.
25995
25996 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25997
25998         * gnus-agent.el (gnus-agent-queue-mail)
25999         (gnus-agent-prompt-send-queue): New variables.
26000         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26001         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26002         "nndraft:queue" along to gnus-draft-send.
26003         Use gnus-agent-prompt-send-queue.
26004         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26005         is "nndraft:queue".  Suggested by Gaute Strokkenes
26006         <gs234@srcf.ucam.org>
26007
26008         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26009         (agent-enable-undownloaded-faces): Add.
26010         (gnus-agent-cat-groups): Use eval-and-compile, not
26011         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26012         method of gnus-agent-cat-groups even when the buffer has been
26013         evaled.
26014         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26015         delete gnus-agent-save-active-1.
26016         (gnus-agent-save-groups): Delete.  Identical to
26017         gnus-agent-save-active.
26018         (gnus-agent-write-active): No longer adjust agent's copy of active
26019         file as agent's adjustments are now stored in their own
26020         file.  Remove optional parameter.
26021         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26022         servers.  Add use of min/max range limits from server's local
26023         file.
26024         (gnus-agent-save-alist): Remove unused optional argument.
26025         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26026         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26027         (gnus-agent-set-local): A per-server file that keeps min/max range
26028         limits for articles known to the agent.  Provides a fast mechanism
26029         for altering many active ranges.
26030         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26031         active file (local makes it unnecessary).
26032         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26033
26034         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26035         (agent-enable-undownloaded-faces): Add.
26036
26037         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26038         disable it when sending to "nndraft:queue".
26039         (gnus-group-send-queue): Add safety check to avoid sending queue
26040         when unplugged.
26041
26042         * gnus-group.el (gnus-group-catchup): Use new
26043         gnus-sequence-of-unread-articles, not
26044         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26045         numbers of articles.  Use gnus-range-map to avoid having to
26046         uncompress the unread list.
26047         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26048         Fix invalid ange-ftp reference.
26049
26050         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26051         (gnus-sorted-range-intersection): Intersection of two ranges
26052         without requiring that they first be uncompressed.
26053
26054         * gnus-start.el (gnus-activate-group): Unless blocked by the
26055         caller, possibly expand the active range to include both cached
26056         and agentized articles.
26057         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26058         multiple version-dependent converters.
26059         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26060         gnus-agent-save-active.
26061         (gnus-save-newsrc-file): Save dirty agent range limits.
26062
26063         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26064         gnus-agent-possibly-alter-active.
26065         (gnus-adjust-marked-articles): Faster handling of simple lists.
26066
26067 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26068
26069         * spam-stat.el (spam-stat-test-directory): New optional argument
26070         displays a list of files detected.  Suggested by Andrew Cohen
26071         <cohen@andy.bu.edu>.
26072         (spam-stat-buffer-words-with-scores): Don't narrow and change
26073         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26074
26075 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26076
26077         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26078         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26079         (spam-spamassassin-arguments)
26080         (spam-spamassassin-spam-flag-header)
26081         (spam-spamassassin-positive-spam-flag-header)
26082         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26083         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26084         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26085         (spam-list-of-processors, spam-list-of-checks)
26086         (spam-list-of-statistical-checks, spam-registration-functions)
26087         (spam-check-spamassassin-headers, spam-check-spamassassin)
26088         (spam-spamassassin-score)
26089         (spam-spamassassin-register-with-sa-learn)
26090         (spam-spamassassin-register-spam-routine)
26091         (spam-spamassassin-register-ham-routine)
26092         (spam-assassin-register-spam-routine)
26093         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26094         (spam-bogofilter-score): Fix to show article before scoring.
26095
26096 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26097
26098         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26099         default scoring function.
26100         (spam-generic-score): Call spam-spamassassin-score if
26101         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26102         spam-bogofilter-score otherwise.
26103
26104         * gnus.el (spam-process, spam-autodetect-methods):
26105         Add spamassassin and spamassassin-headers.
26106
26107 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26108
26109         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26110         Suppress unnecessary messages.
26111
26112 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26113
26114         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26115         make-hash-table.
26116
26117 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26118
26119         * canlock.el (base64-encode-string): Don't autoload it.
26120
26121 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26122
26123         * run-at-time.el: Remove useless (require 'itimer),
26124         eval-and-compile and (featurep 'xemacs).
26125
26126 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26127
26128         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26129         GROUP is a virtual group.
26130
26131 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26132
26133         * gnus.el: Autoload `message-y-or-n-p'.
26134
26135 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26136
26137         * pgg-parse.el: Remove unnecessary (require 'custom).
26138
26139         * pgg-def.el: do.
26140
26141         * nnmail.el: do.
26142
26143         * gnus-undo.el: do.
26144
26145         * gnus-picon.el: do.
26146
26147         * gnus-util.el: do.
26148
26149 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26150
26151         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26152
26153 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26154
26155         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26156         handle, as well as a list.
26157
26158         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26159         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26160         (mm-w3m-cid-retrieve): Simplify.
26161
26162 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26163
26164         * message.el (message-kill-to-signature): Allow prefix arg to
26165         specify number of lines to keep before signature.
26166
26167 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26168
26169         * message.el (message-kill-to-signature): Change docstring.
26170
26171 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26172
26173         * canlock.el: Always require sha1-el.
26174         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26175
26176         * message.el: Autoload sha1 only when compiling.
26177
26178         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26179         eudc-expand-inline for XEmacs.
26180
26181 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26182
26183         * message.el (message-canlock-generate): Require sha1-el.
26184
26185 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26186
26187         * message.el (message-expand-name): Silence the byte compiler.
26188
26189         * lpath.el: Add detect-coding-system.
26190
26191         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26192         cus-edit.
26193
26194 2004-01-13  Simon Josefsson  <jas@extundo.com>
26195
26196         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26197         Invoke gnus-score-mode.
26198         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26199
26200         * gnus-range.el (gnus-compress-sequence): Doc fix.
26201         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26202
26203 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26204
26205         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26206
26207 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26208
26209         * spam.el (spam-get-article-as-string): Update to use
26210         gnus-request-article-this-buffer, much simpler.
26211         (spam-get-article-as-buffer): Remove.
26212
26213 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26214
26215         * message.el (message-expand-name): Use EUDC if the user uses that.
26216
26217 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26218
26219         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26220         character for the encoding to avoid consing a string.
26221
26222         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26223         unnecessarily.
26224
26225         * mm-util.el (mm-replace-chars-in-string): Remove.
26226
26227         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26228         of mm-replace-chars-in-string.
26229
26230 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26231
26232         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26233
26234         * mm-util.el (mm-subst-char-in-string): Support inplace.
26235
26236         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26237         a new string in every iteration.  Use shy groups.
26238
26239 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26240
26241         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26242         * gnus-soup.el (gnus-soup-group-brew):
26243         * gnus-msg.el (gnus-put-message):
26244         * gnus-move.el (gnus-group-move-group-to-server):
26245         * gnus-kill.el (gnus-batch-score):
26246         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26247         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26248         (gnus-group-update-group, gnus-group-read-group)
26249         (gnus-group-make-group, gnus-group-make-help-group)
26250         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26251         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26252         (gnus-group-sort-by-unread, gnus-group-catchup)
26253         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26254         (gnus-group-yank-group, gnus-group-set-info)
26255         (gnus-group-list-groups):
26256         * gnus.el (gnus-generate-new-group-name):
26257         * gnus-delay.el (gnus-delay-send-queue):
26258         * nnvirtual.el (nnvirtual-catchup-group):
26259         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26260         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26261         (gnus-group-prepare-topics, gnus-topic-check-topology):
26262         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26263         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26264         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26265         (gnus-group-make-articles-read):
26266         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26267         (gnus-group-change-level, gnus-kill-newsgroup)
26268         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26269         (gnus-get-unread-articles, gnus-make-articles-unread)
26270         (gnus-make-ascending-articles-unread): Use accessor
26271         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26272         to get group information for improved readability.
26273
26274
26275 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26276
26277         * gnus-art.el (article-decode-mime-words, article-babel)
26278         (gnus-article-highlight-signature, gnus-article-add-buttons)
26279         (gnus-signature-toggle): Use gnus-with-article-buffer.
26280
26281         * gnus-art.el (gnus-article-highlight-headers)
26282         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26283
26284         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26285         (gnus-article-set-globals, gnus-request-article-this-buffer)
26286         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26287         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26288         (gnus-mime-display-alternative): Use with-current-buffer.
26289
26290 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26291
26292         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26293         also under 80 char limit, and call gnus-error if needed.
26294         (spam-fetch-article-header): Fix - it was a
26295         buffer-local variable (gnus-newsgroup-data).
26296         (spam-find-spam): Use spam-generate-fake-headers, forget about
26297         spam-insert-fake-headers.
26298         (spam-insert-fake-headers): Remove.
26299
26300 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26301
26302         * deuglify.el (gnus-article-outlook-unwrap-lines)
26303         (gnus-outlook-rearrange-article)
26304         (gnus-outlook-repair-attribution-outlook)
26305         (gnus-outlook-repair-attribution-block)
26306         (gnus-outlook-repair-attribution-other): Remove redundant
26307         save-excursion.
26308
26309 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26310
26311         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26312         (spam-fetch-field-subject-fast)
26313         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26314         (spam-fetch-article-header): Add functions to deal with Gnus
26315         internals for fast retrieval of article header data.
26316         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26317
26318 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26319
26320         * pop3.el (pop3-md5): Remove.
26321         (pop3-apop): Replace pop3-md5 with md5.
26322
26323         * mm-bodies.el: base64 is always built-in.
26324
26325         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26326         Use with-current-buffer.
26327
26328 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26329
26330         * canlock.el (canlock-insert-header): Remove excessive grouping in
26331         regexp.
26332
26333         * gnus-sum.el (gnus-summary-read-document): Ditto.
26334
26335         * gnus-uu.el (gnus-uu-part-number): Ditto.
26336
26337         * html2text.el (html2text-remove-tags): Ditto.
26338         (html2text-format-tags): Ditto.
26339         (html2text-format-single-elements): Ditto.
26340
26341         * mml.el (mml-parse-1): Ditto.
26342
26343 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26344
26345         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26346
26347         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26348
26349         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26350
26351         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26352
26353 2003-11-15  Simon Josefsson  <jas@extundo.com>
26354
26355         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26356         (pgg-gpg-lookup-key): Use regexp match instead of
26357         split-string (split-string is different between emacs 21.2 and
26358         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26359
26360 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26361
26362         * gnus-art.el (gnus-mime-view-all-parts)
26363         (gnus-article-part-wrapper, gnus-article-view-part):
26364         Use with-current-buffer.
26365
26366 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26367
26368         * spam.el (spam-disable-spam-split-during-ham-respool)
26369         (spam-spamoracle-database, spam-cache-lookups)
26370         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26371         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26372         (spam-group-ham-marks, spam-group-spam-marks)
26373         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26374         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26375         also add spam-use-blackholes to the statistical checks.
26376         (spam-fetch-field-fast): Add interface to fetching fields, may
26377         become a macro.
26378         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26379         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26380         (spam-insert-fake-headers): Fake an article when needed.
26381         (spam-find-spam): Fake article when possible.
26382         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26383         (spam-check-bogofilter-headers): Use message-fetch-field instead
26384         of nnmail-fetch-field.
26385
26386 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26387
26388         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26389
26390 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26391
26392         * spam.el (spam-split): Do not require spam-use-CHECK to be
26393         enabled if that check is passed to spam-split explicitly; also
26394         fix so 'spam doesn't get converted to spam-split-group when
26395         spam-split-symbolic-return is t.
26396         (spam-find-spam): Find registrations of the article and use those
26397         instead of re-running spam-split to find the spam/ham
26398         classification of the article.
26399         (spam-log-processing-to-registry, spam-log-registered-p)
26400         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26401         Use gnus-error instead of gnus-message.
26402         (spam-log-registration-type): Add function to determine the
26403         classification of a message based on registry entries; will
26404         return nil if both 'spam and 'ham are found.
26405         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26406         a reasonably fast local cache without the loading errors.
26407         (spam-cache-lookups): Set to t by default.
26408         (spam-find-spam): Don't try to guess spam-cache-lookups.
26409         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26410         spam-caches entry.
26411         (spam-filelist-build-cache, spam-filelist-check-cache):
26412         Fix caching of whitelist/blacklist entries.
26413         (spam-check-whitelist, spam-check-blacklist):
26414         Invoke spam-from-listed-p with a type, not a cache variable.
26415         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26416
26417 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26418
26419         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26420
26421         * nnmail.el (nnmail-split-fancy): do.
26422
26423         * mml.el (mml-parse): do.
26424
26425         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26426         (gnus-score-adaptive): do.
26427
26428 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26429
26430         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26431         (gnus-mime-button-map): Don't set keymap parent.
26432         (gnus-button-ctan-directory-regexp): Use shy grouping.
26433         (gnus-prev-page-map): Don't set keymap parent.
26434         (gnus-prev-page-map): Remove duplicated one.
26435         (gnus-next-page-map): Don't set keymap parent.
26436         (gnus-mime-security-button-map): Ditto.
26437
26438         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26439         version number.
26440
26441         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26442
26443 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26444
26445         * canlock.el (canlock-sha1-function): Remove.
26446         (canlock-sha1-function-for-verify): Remove.
26447         (canlock-openssl-program): Remove.
26448         (canlock-openssl-args): Remove.
26449         (canlock-ignore-errors): Remove.
26450         (canlock-sha1-with-openssl): Remove.
26451         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26452         (canlock-verify): Don't use canlock-ignore-errors.
26453
26454         * sha1-el.el (sha1-string-external): Make it can return a string
26455         in binary form.
26456         (sha1-region-external): Ditto.
26457         (sha1-string-internal): Ditto.
26458         (sha1-region-internal): Ditto.
26459         (sha1-region): Ditto.
26460         (sha1-string): Ditto.
26461         (sha1): Ditto.
26462
26463 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26464
26465         * spam.el (spam-report-articles-gmane): New command.
26466
26467 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26468
26469         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26470
26471         * run-at-time.el (run-at-time-saved): Remove.
26472         (run-at-time): Doc fix.
26473
26474 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26475
26476         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26477         (gnus-summary-limit-map): Add it.
26478         (gnus-summary-make-menu-bar): do.
26479
26480 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26481
26482         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26483         Make attempt at some caching support (done for BBDB only now).
26484         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26485         addresses to be checked.
26486         (spam-clear-cache-BBDB): Add function, to be invoked by
26487         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26488         (spam-check-BBDB): Check and use the caches, if
26489         spam-cache-lookups is on, remove superfluous (provide).
26490
26491 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26492
26493         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26494
26495 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26496
26497         * run-at-time.el (run-at-time-saved): Move to after the definition
26498         of `run-at-time'.
26499
26500         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26501
26502 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26503
26504         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26505         mm-w3m-local-map-property.
26506
26507         * mm-view.el (mm-w3m-mode-map): Remove.
26508         (mm-w3m-local-map-property): Remove.
26509         (mm-inline-text-html-render-with-w3m): Don't use
26510         mm-w3m-local-map-property.
26511
26512 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26513
26514         * run-at-time.el: New file.
26515
26516         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26517         under Emacs.
26518
26519         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26520         of gnus-set-text-properties.
26521
26522         * gnus-uu.el (gnus-uu-save-article): Ditto.
26523
26524         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26525
26526         * gnus-cite.el (gnus-cite-parse): Ditto.
26527
26528         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26529         of gnus-.
26530
26531         * gnus-xmas.el (run-at-time): Require run-at-time.
26532
26533         * gnus.el: Change calls to nnheader-run-at-time and
26534         password-run-at-time throughout to use run-at-time directly.
26535
26536         * password.el: Remove definition of run-at-time.
26537
26538         * nnheaderxm.el: Remove definition of run-at-time.
26539
26540 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26541
26542         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26543         in prompt.
26544
26545 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26546
26547         * messagexmas.el (message-xmas-redefine): Alias
26548         `message-make-caesar-translation-table' to
26549         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26550         version.
26551
26552         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26553         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26554         `gnus-xmas-set-text-properties'.
26555         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26556         `gnus-xmas-completing-read'.
26557         (gnus-xmas-completing-read): Removed.
26558         (gnus-xmas-open-network-stream): Removed.
26559
26560         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26561         XEmacs version.
26562
26563         * dns.el (dns-make-network-process): Use `open-network-stream'
26564         instead of `gnus-xmas-open-network-stream'.
26565
26566         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26567
26568         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26569
26570 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26571
26572         * gnus-art.el (gnus-mime-display-alternative)
26573         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26574         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26575         Don't use gnus-local-map-property.
26576
26577         * gnus-util.el (gnus-local-map-property): Remove.
26578
26579         * mm-view.el (mm-view-pkcs7-decrypt):
26580         Replace gnus-completing-read-maybe-default with completing-read.
26581
26582         * gnus-util.el (gnus-completing-read): do.
26583         (gnus-completing-read-maybe-default): Remove.
26584
26585 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26586
26587         * password.el: Only autoload `run-at-time' if not XEmacs.
26588         Only autoload the itimer functions if XEmacs.
26589
26590 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26591
26592         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26593         XEmacsen.
26594
26595         * dgnushack.el: Autoload executable-find for XEmacs.
26596
26597 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26598
26599         * gnus-art.el (gnus-read-string): Remove.
26600         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26601         read-string.
26602
26603 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26604
26605         * netrc.el: Autoload password-read.
26606         (netrc): Add configuration group.
26607         (netrc-encoding-method, netrc-openssl-path):
26608         Add variables for encoding and decoding of files with symmetric
26609         ciphers.
26610         (netrc-encode): Add assistant function to encode a file with
26611         netrc-encoding-method.
26612         (netrc-parse): Add interactive parameter, added optional
26613         decoding if netrc-encoding-method is non-nil but otherwise
26614         behavior is standard.
26615         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26616         Do s/encode/encrypt/ everywhere.
26617
26618         * spam.el: Remove executable-find autoload.
26619
26620 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26621
26622         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26623
26624         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26625
26626 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26627
26628         * gnus-art.el (gnus-treat-ansi-sequences)
26629         (article-treat-ansi-sequences): New variable and function.
26630         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26631
26632         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26633         Use it.
26634
26635 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26636
26637         * mm-util.el (mm-quote-arg): Remove.
26638
26639         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26640         shell-quote-argument.
26641
26642         * gnus-uu.el (gnus-uu-command): do.
26643
26644         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26645
26646         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26647         with make-char.
26648
26649         * mm-util.el (mm-make-char): Remove.
26650
26651         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26652         add-minor-mode.
26653
26654         * gnus-undo.el (gnus-undo-mode): do.
26655
26656         * gnus-topic.el (gnus-topic-mode): do.
26657
26658         * gnus-sum.el (gnus-dead-summary-mode): do.
26659
26660         * gnus-start.el (gnus-slave-mode): do.
26661
26662         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26663
26664         * gnus-ml.el (gnus-mailing-list-mode): do.
26665
26666         * gnus-gl.el (gnus-grouplens-mode): do.
26667
26668         * gnus-draft.el (gnus-draft-mode): do.
26669
26670         * gnus-dired.el (gnus-dired-mode): do.
26671
26672         * gnus-ems.el (gnus-add-minor-mode): Remove.
26673
26674         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26675         Replace gnus-char-width with char-width.
26676
26677         * gnus-ems.el (gnus-char-width): Remove.
26678
26679         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26680         Replace gnus-char-width with char-width.
26681
26682         * gnus-ems.el (gnus-char-width): Remove.
26683
26684         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26685         definition.
26686         Remove Emacs 20 hash table compatibility code.
26687
26688         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26689         20 compatibility code.
26690
26691         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26692
26693         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26694
26695         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26696         Replace with point-at-{eol,bol}.
26697
26698         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26699
26700         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26701
26702         * flow-fill.el (fill-flowed-point-at-bol)
26703         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26704
26705         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26706         Replace with point-at-{eol,bol} throughout all files.
26707
26708 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26709
26710         * ntlm.el (ntlm-string-as-unibyte): New macro.
26711         (ntlm-build-auth-response): Use it.
26712
26713         Remove Emacs 20 stuff:
26714         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26715         (butlast, mapc, remove): Remove the compiler macros.
26716         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26717         of delq and copy-sequence.
26718         * gnus-art.el (popup-menu): Remove the compiler macro.
26719         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26720         Emacs 20.
26721
26722 2004-01-05  Simon Josefsson  <jas@extundo.com>
26723
26724         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26725         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26726         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26727         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26728         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26729         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26730         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26731         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26732         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26733         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26734         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26735         string-xor into ntlm-string-xor.
26736         Suggested by Jesper Harder <harder@myrealbox.com>.
26737
26738         * ntlm.el: Don't include poem.
26739
26740         * md4.el (print-int32, print-string-hexa): Remove.
26741         Suggested by Jesper Harder <harder@myrealbox.com>.
26742
26743         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26744
26745         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26746         probably breaks emacs with DL patch, but do we care? Is anyone
26747         still using the DL stuff?)
26748
26749         * sieve-manage.el: Use the password package.
26750         (sieve-manage-read-passwd): Remove.
26751         (sieve-manage-interactive-login): Use password.  Re-add
26752         condition-case around loop.
26753
26754         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26755         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26756         Use the password package.
26757
26758 2003-02-19  Simon Josefsson  <jas@extundo.com>
26759
26760         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26761         token.
26762
26763 2002-08-07  Simon Josefsson  <jas@extundo.com>
26764
26765         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26766         (sieve-manage-authenticators):
26767         (sieve-manage-authenticator-alist): Add some SASL mechs.
26768         (sieve-sasl-auth): New function.
26769         (sieve-manage-cram-md5-auth):
26770         (sieve-manage-plain-auth): Rewrite using SASL library.
26771         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26772         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26773         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26774         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26775
26776 2004-01-05  Simon Josefsson  <jas@extundo.com>
26777
26778         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26779         New files.
26780
26781 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26782
26783         * gnus-group.el (gnus-no-groups-message): Update.
26784
26785         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26786
26787 2003-11-09  Simon Josefsson  <jas@extundo.com>
26788
26789         * imap.el: Support for ID IMAP extension (RFC 2971).
26790         (imap-local-variables): Add imap-id.
26791         (imap-id): New variable.
26792         (imap-id): New function.
26793         (imap-parse-response): Parse untagged ID response.
26794         * nnimap.el (nnimap-id): New variable.
26795         (nnimap-open-connection): Use it.
26796
26797 2003-12-28  Simon Josefsson  <jas@extundo.com>
26798
26799         * gnus-score.el (gnus-score-edit-all-score): New.
26800         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26801
26802 2004-01-04  Simon Josefsson  <jas@extundo.com>
26803
26804         * password.el: Add.
26805
26806 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26807
26808         * dns.el (dns-query-types): Fix typo.
26809         (dns-query-types): New function.
26810         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26811         PTR and SOA replies, see RFC 1035.
26812
26813 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26814
26815         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26816
26817         * Move to Changelog.2.
26818
26819 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26820
26821         * gnus.el (gnus-version-number): Bump version.
26822
26823 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26824
26825         * gnus.el: No Gnus v0.1 is released.
26826
26827 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26828
26829         * gnus.el: No Gnus v0.0 is released.
26830
26831 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26832
26833         * gnus.el (gnus-version-number): Bump.
26834         (gnus-version): No.
26835
26836 See ChangeLog.2 for earlier changes.
26837
26838   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26839
26840   This file is part of GNU Emacs.
26841
26842   GNU Emacs is free software: you can redistribute it and/or modify
26843   it under the terms of the GNU General Public License as published by
26844   the Free Software Foundation, either version 3 of the License, or
26845   (at your option) any later version.
26846
26847   GNU Emacs is distributed in the hope that it will be useful,
26848   but WITHOUT ANY WARRANTY; without even the implied warranty of
26849   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26850   GNU General Public License for more details.
26851
26852   You should have received a copy of the GNU General Public License
26853   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26854
26855 ;; Local Variables:
26856 ;; coding: utf-8
26857 ;; fill-column: 79
26858 ;; add-log-time-zone-rule: t
26859 ;; End: