gnus-html.el (declare-function): Add compat stub for ancient Emacs;
[gnus] / lisp / ChangeLog
1 2013-09-13  Glenn Morris  <rgm@gnu.org>
2
3         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
4         (image-size): Declare.
5
6 2013-09-12  Glenn Morris  <rgm@gnu.org>
7
8         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
9         Avoid using `find', which i) might not be defined at runtime;
10         ii) does not work, since its default test is eql, not equal.
11         (gnus-mime-action-alist): Declare.
12
13 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14
15         * score-mode.el (gnus-score-mode-map): Move initialization
16         into declaration.
17         (gnus-score-mode): Use define-derived-mode.
18         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
19         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
20         into declaration.
21         (gnus-kill-file-mode): Use define-derived-mode.
22         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
23         Use derived-mode-p.
24         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
25         (gnus-group-setup-buffer, gnus-group-name-at-point)
26         (gnus-group-make-web-group, gnus-group-enter-directory)
27         (gnus-group-suspend): Use derived-mode-p.
28         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
29         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
30         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
31         (gnus-article-setup-buffer, gnus-article-prepare)
32         (gnus-article-prepare-display, gnus-sticky-article)
33         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
34         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
35         (gnus-article-read-summary-keys): Use derived-mode-p.
36
37 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
40
41 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
44         shift_jis from the default value set for Japanese users.
45
46 2013-08-13  Glenn Morris  <rgm@gnu.org>
47
48         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
49
50         * gnus.el (gnus-valid-select-methods): Fix type.
51
52         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
53
54 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * mm-decode.el (mm-display-external): Run a timer for the temp files
57         deletion after a viewer exits; add a deletion timer for the needsterm
58         case, too.
59
60         * mm-decode.el (mm-display-external): Try to delete temporary files by
61         using a 1-min. timer.
62
63 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
66         New internal variables.
67         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
68         (mm-display-external): Use it to delete temporary files instead of
69         using timers.
70
71 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
74
75 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
76
77         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
78         with cond for backwards compatability.
79
80 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * mm-decode.el (mm-display-external): Bind process-connection-type to
83         nil; don't delete a temp file immediately even if a viewer finishes,
84         since it may be a shell script, like xdg-open, that launches a real
85         viewer program belatedly.
86
87 2013-08-05  Dave Abrahams  <dave@boostpro.com>
88
89         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
90         that we can create nndoc groups that excerpt other groups.
91
92 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-delay.el (gnus-delay-article): Fix typo.
95
96         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
97         articles.
98
99         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
100         we can get spell-checking etc.
101
102 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
105         a single one used for encoding the whole text in a header.
106
107 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
110         doesn't work properly on XEmacs.
111
112 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
115         before sending.
116
117         * dgnushack.el (dgnushack-compile): Add a temporary check for
118         gnus-icalendar.
119
120         * mm-decode.el (mm-command-output): New face.
121         (mm-display-external): Use it.
122
123 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
124
125         * nnmbox.el (nnmbox-request-article): Don't change point.
126
127 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
130         Include `handle' parameter.
131
132 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
133
134         * gnus-icalendar.el: New file.
135
136 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
139
140         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
141         dummy roots, too.
142
143 2013-08-01  David Edmondson  <dme@dme.org>
144
145         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
146         out on ttys.
147
148 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
151         not empty.
152
153         * nnrss.el (nnrss-discover-feed): Indent.
154
155 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
158
159 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
162         dirty to ensure nnimap data being saved.
163
164 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
165
166         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
167         menu entry.
168
169         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
170         the current thread's total score instead of the current article's
171         score.
172
173         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
174         (gnus-sort-threads-recursively): Delete defcustom.
175         (gnus-sort-threads-recursive): Adapt accordingly.
176
177 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
178
179         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
180         (gnus-sort-threads-recursive): Use it.
181         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
182         again.  Now that determines how to sort subthreads.
183
184 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
185
186         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
187         (gnus-sort-threads): Use it.
188
189 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
190
191         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
192         punctuation characters follow parentheses (bug#14950).
193
194 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus.el (gnus-continuum-version):
197         * gnus-msg.el (gnus-extended-version): Simplify.
198
199         * gnus.el (gnus-continuum-version-1): Remove.
200         * gnus-msg.el (gnus-bug): Revert.
201
202         Calculate gnus-version correctly on Cygwin.
203
204         * gnus.el (gnus-continuum-version): Do main calculations in integers.
205         (gnus-continuum-version-1): New function, return a string.
206
207         * gnus-msg.el (gnus-extended-version, gnus-bug):
208         Use gnus-continuum-version-1 instead of gnus-continuum-version.
209
210 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
211
212         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
213         (bug#13384).
214
215 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
218         that were only relevant in a development version a long time ago.
219
220 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
223         that the old Emacs 24s bundle.
224
225 2013-07-10  David Engster  <deng@randomsample.de>
226
227         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
228         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
229         fixes a bug in Emacs trunk where the 'unexist' marks were always
230         removed at startup because "Gnus v5.13" was considered smaller than "Ma
231         Gnus v0.03".
232
233 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
234
235         * gnus.el (gnus-summary-line-format): Reference
236         `gnus-user-date-format-alist' for the &user-date; format, not
237         `gnus-summary-user-date-format-alist'.
238
239 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
242         delete files (bug#13481).
243
244 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
245
246         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
247
248 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
251         display images.
252
253         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
254
255         * message.el (message-cancel-news): According to
256         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
257         preferred over "cmsg cancel" in the Subject.
258
259         * nnir.el (nnir-engines): Note that the group specs are regexps
260         (bug#13238).
261
262         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
263         gotten read-only text properties, ensure that those aren't heeded when
264         copying stuff over (bug#13434).
265
266         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
267         (bug#13762).
268
269 2013-07-05  David Kastrup  <dak@gnu.org>
270
271         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
272         authinfo file again (important for blank passwords).  This had been
273         broken with 2013-06-15 change.
274
275 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
278         Revert 2013-01-14 change.
279
280 2013-07-02  Daiki Ueno  <ueno@gnu.org>
281
282         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
283         of 'create-image' for XEmacs compatibility; check errors when decoding
284         image.  Reported by Uwe Brauer.
285
286 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
289         gnus-button-push revised at 2011-01-19.
290
291 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
294         now live in the lisp/net Emacs 24 repository.
295
296 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * eww.el (eww-update-header-line-format): Quote % characters.
299
300 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * eww.el (eww-process-text-input): Display passwords as asterisks.
303
304         * shr.el (shr-make-table-1): Protect against invalid column-spans.
305
306 2013-06-19  Tom Tromey  <tromey@redhat.com>
307
308         * eww.el (eww-top-url): Remove.
309         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
310         (eww-render): Set new variables.  Don't set eww-top-url.
311         (eww-handle-link): Handle "prev", "home", and "contents".
312         Downcase the rel text.
313         (eww-top-url): Choose best top URL.
314
315 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * eww.el: Rewrite to implement form elements "by hand" instead of
318         relying in widget.el.  Using widget.el leads to too many
319         user interface inconsistencies.
320         (eww-self-insert): Implement entering commands in text fields.
321         (eww-process-text-input): New function to make text input field editing
322         work.
323         (eww-submit): Rewrite to use the new-style form methods.
324         (eww-select-display): Display the correct selected item.
325         (eww-change-select): Implement changing the select value.
326         (eww-toggle-checkbox): Implement radio/checkboxes.
327         (eww-update-field): Fix compilation error.
328         (eww-tag-textarea): Implement <textarea>.
329
330         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
331         don't shadow mode-specific bindings.
332
333         * eww.el (eww-browse-url): Don't push stuff onto history if there's
334         nothing to push.
335
336         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
337
338 2013-06-19  Glenn Morris  <rgm@gnu.org>
339
340         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
341
342 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
345
346 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * shr.el (shr-make-table-1): Implement <td rowspan>.
349         (shr-table-horizontal-line): Allow nil as a value, and change the
350         default.
351         (shr-insert-table-ruler): Respect the nil value.
352
353 2013-06-18  Tom Tromey  <tromey@barimba>
354
355         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
356         New defvars.
357         (eww-open-file): New defun.
358         (eww-render): Initialize new variables.
359         (eww-display-html): Handle "link" and "a".
360         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
361         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
362         (eww-back-url): Rename from eww-previous-url.
363         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
364         defuns.
365
366 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * shr.el (shr-tag-table): Insert the images after the table, so that
369         they're not covered by the table colourisation, which often looked
370         awkward.
371         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
372         <dd>.
373         (shr-make-table-1): Implement <td colspan=> support.
374         (shr-insert-document): Use one less than window width if `shr-width' is
375         nil, since otherwise things may get one character too wide.
376
377 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * eww.el (eww-detect-charset): Improve regexp; move backward.
380
381 2013-06-18  Glenn Morris  <rgm@gnu.org>
382
383         * mm-decode.el (widget-convert-button): Autoload.
384
385         * sieve-manage.el (mm-enable-multibyte): Autoload.
386
387         * shr.el (libxml-parse-html-region): Declare.
388         (shr-render-buffer): Explicit error if no libxml2 support.
389
390 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * auth-source.el (auth-source-current-line): New function.
393         (auth-source-netrc-parse-entries): When a data token is "machine",
394         assume we're in the wrong place and abort parsing the current line.
395
396 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
399         (eww-convert-widgets): Don't bug out if the first widget starts at the
400         beginning of the buffer.
401         (eww-convert-widgets): Fix last patch.
402         (eww-tag-input): Support <input type=image>.
403
404         * shr.el (shr-insert-table): Respect border-collapse: collapse.
405         (shr-tag-base): Protect against base specs that are degenerate.
406         (shr-ensure-paragraph): Don't delete empty lines that have text
407         properties, because these may be input fields.
408
409         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
410         we can navigate to them.
411
412         * shr.el (shr-colorize-region): Put the colours over the entire region.
413         (shr-inhibit-decoration): New variable.
414         (shr-add-font): Use it to inhibit text property decorations while doing
415         preliminary table renderings.  This speeds up typical Wikipedia page
416         renderings by 15%.
417         (shr-tag-span): Don't respect the <title>, because that overwrites the
418         help-echo from links inside the spans.
419         (shr-next-link): Use `help-echo' for navigation, so that we can
420         navigate to form elements, too.
421
422         * eww.el (eww-button): New face.
423         (eww-convert-widgets): Use it to make submit buttons more button-like.
424
425         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
426         that Gnus commands work.
427
428         * shr.el (shr-render-td): Support horizontal alignment.
429
430         * eww.el (eww-put-color): Removed.
431         (eww-colorize-region): Use `add-face-text-property'.
432
433         * shr.el (shr-add-font): Append face data, so that we get the correct
434         precedence: The innermost value (which is applied first) wins.
435         (shr-make-overlay): Obsolete function.
436
437         * mm-decode.el (mm-convert-shr-links): New function to convert
438         new-style shr URL links into widgets.
439         (mm-shr): Use it.
440
441         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
442         widget commands, since we're no longer using widgets for links.
443
444         * shr.el (shr-next-link): New command.
445         (shr-previous-link): New command.
446         (shr-urlify): Don't use `widget-convert', because that's slow.
447         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
448         because collecting the overlays and reapplying them when generating
449         tables is slow.
450         (shr-insert-table): Ditto.
451
452 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
453
454         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
455         * shr.el (browse-url): Require `url'.
456         * eww.el (url): Require format-spec.
457
458 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * eww.el (eww-display-html): Default to using the entire window width.
461         (eww-browse-url): Don't add a User-Agent header (twice), because that
462         makes Bing refuse connection.
463
464         * shr.el (shr-make-table): Cache the table rendering at the table
465         level, and not the <td> level.  This is a bit faster.
466
467         * eww.el (eww-render): Go to the correct ID when given URLs ending with
468         #id.
469
470         * shr.el (shr-tag-li): Don't require a new paragraph, since other
471         browsers don't.
472         (shr-expand-url): Respect #anchor links.
473         (shr-parse-base): Chop off the anchor before using.
474         (shr-descend): Respect display: none.
475         (shr-descend): Allow marking elements that have certain IDs.
476
477         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
478
479         * shr.el (shr-expand-url): Don't bug out on zero-length links.
480
481         * eww.el (eww-tag-textarea): Support <textarea>.
482
483 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
484
485         * shr.el (shr-dom-to-xml): Fixed function call.
486
487         * eww.el (eww): New group.
488         (eww-header-line-format): New custom variable.
489         (eww-current-title): New variable.
490         (eww-display-html): Update header and handle title tag.
491         (eww-update-header-line-format): New function.
492         (eww-tag-title): New function.
493
494         * shr.el (shr-dom-to-xml): New function.
495         (shr-tag-svg): Add support for the SVG tag.
496         (shr-bullet): New custom variable.
497         (shr-tag-li): Support custom bullet in unordered lists.
498
499 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * shr.el (shr-expand-url): Respect // URLs.
502
503         * eww.el (eww-tag-body): Override the shr body rendering so that we can
504         put a background colour onto the entire buffer.
505         (eww-render): When being redirected, use the redirect URL as the new
506         base URL.
507
508         * shr.el (shr-parse-base): Fix parsing error.
509
510         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
511
512         * shr.el (shr-parse-base): New function.
513         (shr-expand-url): Use it to expand relative URLs reliably.
514
515 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * auth-source.el (auth-source-search-collection): Fix docstring.
518         (auth-source-netrc-parse): Refactor and improve netrc parser to support
519         single-quoted strings and multiline entries.
520         (auth-source-netrc-parse-next-interesting)
521         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
522         functions to support parser.
523
524 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * eww.el (eww-submit): Get submit button logic right when hitting RET
527         on non-submit buttons.
528
529         * shr.el: Remove shr-preliminary-table-render, since that can't really
530         be used for anything in practice.
531
532 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
533
534         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
535         (sieve-manage-quit).
536
537 2013-06-14  Glenn Morris  <rgm@gnu.org>
538
539         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
540
541 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
542
543         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
544         control the maximum size of photo ID image.
545         (mml2015-epg-key-image-to-string): Respect it.
546
547 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
550         instead of the final one so that we can more easily distinguish them.
551
552         * eww.el (eww-submit): Compute the submission URL correctly.
553
554 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
555
556         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
557         Use plist-get rather than CL's getf.
558         (sieve-manage-parse-capability): Avoid CL's remove-if.
559
560 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
561
562         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
563         (sieve-manage-quit).
564
565 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * shr.el (shr-expand-url): Expansion should chop off the bits after the
568         last slash.
569
570         * eww.el (eww-tag-select): Use the first value as the default value.
571
572 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
573
574         * eww.el (eww): Prepend urls with http:// if scheme is missing.
575         (eww-mode): Use `define-derived-mode'.
576         (eww-parse-headers): Parse headers from beginning of buffer so that
577         file:// links work.
578
579 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
582
583 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
586         to handle them at all.
587
588 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
591         work, too.
592         (eww-tag-select): Implement <select>.
593
594 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
595
596         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
597         stream managing functions by using open-protocol-stream to do most of
598         the work.  Has the nice benefit of enabling STARTTLS.
599         Wait for capabilities after STARTTLS: following RFC5804, the server
600         sends new capabilities after successfully establishing a TLS connection
601         with the client. The client should update the cached list of
602         capabilities, but we just ignore the answer for now.
603         (sieve-manage-network-p, sieve-manage-network-open)
604         (sieve-manage-starttls-p, sieve-manage-starttls-open)
605         (sieve-manage-forward, sieve-manage-streams)
606         (sieve-manage-stream-alist): Remove unneeded functions neither in the
607         API, nor called by any other function.
608         Enable Multibyte for SieveManage buffers: The parser won't properly
609         handle umlauts and line endings unless multibyte is turned on in the
610         process buffer.
611
612 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * eww.el (eww-tag-input): Support password fields.
615         (eww-submit): Support POST.
616
617 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * eww.el (eww-tag-form): Protect against degenerate forms.
620
621         * shr.el (shr-expand-url): Expand URLs that start with a slash
622         correctly.
623
624         * eww.el (eww-submit): Get submit button logic right.
625
626         * shr.el (shr-final-table-render): New variable to signal when we're
627         doing the final table rendering so that we can collect more data at
628         that point.
629
630         * eww.el (eww-submit): Make form submission work.
631         (eww-tag-input): Implement submit buttons.
632         (eww-click-radio): Implement radio and checkboxes.
633         (eww-submit): Handle hidden elements.
634
635         * shr.el (shr-descend): Allow other packages to override (or provide)
636         rendering of elements.
637         (shr-expand-url): Strip query strings from URLs before expanding them.
638
639         * eww.el: Don't require cl-lib.
640         (eww-tag-form): Start form support.
641
642         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
643
644         * eww.el: Start writing a new, tiny web browser.
645         (eww-previous-url): New command.
646         (eww-quit): New command.
647
648 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
649
650         * sieve.el: Put point at beginning of buffer when viewing a script.
651         (sieve-open-server): Respect the PORT parameter.  Show the correct port
652         number in sieve-buffer's header.  Fixed code to also work with a string
653         as port specifier. Properly close the connection on pressing 'q'.  Make
654         sieve-manage-quit close the connection and process buffer.  Also, remove
655         duplicate keybinding for 'q'.
656
657 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
658
659         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
660         make it easier to read.
661         (mm-pkcs7-enveloped-magic): Ditto.
662
663 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
664
665         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
666         before `image-type-available-p' to avoid loading the image libraries
667         needlessly.
668
669 2013-06-05  David Engster  <deng@randomsample.de>
670
671         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
672         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
673         to see whether the group was synced before.
674
675 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
676
677         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
678         when opening the connection.
679         Suggested by João Távora <joaotavora@gmail.com> in
680         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
681
682 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
685         assume Date header begins with "Date", that may be customized into
686         something like "X-Sent" using gnus-article-time-format.
687         (article-transform-date): Allow multi-line Date header.
688
689 2013-06-02  David Engster  <deng@randomsample.de>
690
691         * registry.el (initialize-instance, registry-lookup)
692         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
693         (registry-lookup-secondary-value, registry-search, registry-delete)
694         (registry-insert, registry-reindex, registry-size, registry-prune): Do
695         not wrap methods in `eval-and-compile'.  This breaks due to latest
696         changes in EIEIO (introduction of eieio-core.el).
697
698 2013-05-30  Glenn Morris  <rgm@gnu.org>
699
700         * nnmail.el (nnmail-fancy-expiry-target):
701         Also bind mail-dont-reply-to-names.
702
703         * spam-stat.el (spam-stat-save):
704         No need to tweak font-lock in temp buffers.
705
706         * shr.el (shr-put-image): Silence compiler.
707
708 2013-05-29  Glenn Morris  <rgm@gnu.org>
709
710         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
711
712         * gnus-group.el (gnus-sequence-of-unread-articles)
713         (gnus-summary-add-mark, gnus-mark-article-as-read)
714         (gnus-group-make-articles-read): Declare.
715
716         * gnus-sum.el (gnus-parameter-list-identifier)
717         (gnus-article-stop-animations, gnus-stop-downloads)
718         (gnus-article-only-boring-p, article-goto-body)
719         (gnus-flush-original-article-buffer, article-narrow-to-head)
720         (gnus-article-hidden-text-p, gnus-delete-wash-type)
721         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
722
723         * gnus.el: No need to eval-and-compile autoloads.
724
725         * gravatar.el (help-function-arglist): Autoload.
726
727         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
728
729         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
730
731         * spam.el: No need to load spam-report when compiling.
732         No need to eval-and-compile autoloads.
733         (spam-report-resend-to): Declare.
734         (spam-report-resend-register-routine): Require 'spam-report.
735
736 2013-05-24  Julien Danjou  <julien@danjou.info>
737
738         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
739         setup.
740
741 2013-05-23  Glenn Morris  <rgm@gnu.org>
742
743         * gnus-util.el (rmail-swap-buffers-maybe)
744         (rmail-maybe-set-message-counters, rmail-count-new-messages)
745         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
746         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
747
748         * mm-decode.el: No need to load term when compiling.
749         (term-mode, term-char-mode): Declare.
750
751         * mm-util.el: No need to load jka-compr when compiling.
752         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
753
754         * nnmaildir.el: Require is automatically eval-and-compile.
755         (nnmail): Require at run-time too.
756
757         * registry.el (registry-size): Move definition before use.
758
759 2013-05-22  Daiki Ueno  <ueno@gnu.org>
760
761         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
762         signed data to conform the standard.  (Bug#14232)
763
764 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
765
766         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
767         double angle quotation mark.
768
769 2013-05-20  Glenn Morris  <rgm@gnu.org>
770
771         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
772
773 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
774
775         * message.el (message-insert-formatted-citation-line): handle finding
776         first/lastname when more than 2 names appear.
777
778 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
779
780         * shr.el (shr-tag-span): New function.
781
782 2013-05-18  Glenn Morris  <rgm@gnu.org>
783
784         * message.el (message-mode): Use message-mode-abbrev-table,
785         with text-mode-abbrev-table as parent.  (Bug#14413)
786
787 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * message.el (message-expand-group): Decode group names.
790
791 2013-05-16  Julien Danjou  <julien@danjou.info>
792
793         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
794         app-icon.
795
796 2013-05-15  Glenn Morris  <rgm@gnu.org>
797
798         * shr-color.el (shr-color-visible-luminance-min)
799         (shr-color-visible-distance-min): Use shr-color group.
800
801 2013-05-11  Glenn Morris  <rgm@gnu.org>
802
803         * gnus-vm.el: Make it loadable without VM.
804         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
805         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
806
807 2013-05-09  Glenn Morris  <rgm@gnu.org>
808
809         * mml1991.el: Make it loadable.  (Bug#13456)
810
811         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
812         * gnus-async.el (gnus-async-post-fetch-function):
813         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
814         * gnus-html.el (gnus-html-image-cache-ttl):
815         * gnus-notifications.el (gnus-notifications-timeout):
816         * gnus-picon.el (gnus-picon-properties):
817         * gnus-util.el (gnus-completion-styles):
818         * gnus.el (gnus-other-frame-resume-function):
819         * message.el (message-user-organization-file)
820         (message-cite-reply-position):
821         * nnir.el (nnir-summary-line-format)
822         (nnir-retrieve-headers-override-function):
823         * shr-color.el (shr-color-visible-luminance-min):
824         * shr.el (shr-blocked-images):
825         * spam-report.el (spam-report-resend-to):
826         * spam.el (spam-summary-exit-behavior): Fix custom types.
827
828         * gnus-salt.el (gnus-selected-tree-face): Fix default.
829
830 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
833         because of let-binding help-xref-following.  (Bug#14356)
834
835 2013-05-06  Glenn Morris  <rgm@gnu.org>
836
837         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
838
839 2013-05-04  Andrew Cohen  <cohen@bu.edu>
840
841         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
842         entering into the registry.
843
844 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
845
846         * gnus.el: Ma Gnus v0.7 is released.
847
848 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
851         (Bug#14304)
852
853 2013-04-27  Glenn Morris  <rgm@gnu.org>
854
855         * gnus.el (gnus-list-debbugs):
856         Use require rather than autoload.  (Bug#14262)
857
858 2013-04-27  Julien Danjou  <julien@danjou.info>
859
860         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
861         port to "sieve" now that it has an official IANA port assigned.
862
863 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
866         Don't set the MAILHOST environment variable permanently (Bug#14271).
867
868 2013-04-26  Glenn Morris  <rgm@gnu.org>
869
870         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
871
872 2013-04-25  Andrew Cohen  <cohen@bu.edu>
873
874         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
875         string values of 'gcc-self. Thanks to Saroj Thirumalai.
876
877 2013-04-24  Andrew Cohen  <cohen@bu.edu>
878
879         * nnir.el (nnir-close-group): Make sure we are in the right group.
880
881         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
882         dependency table from all newly retrieved headers.
883
884 2013-04-16  David Edmondson  <dme@dme.org>
885
886         Support <img src="data:...">.
887
888         * shr.el (shr-image-from-data): New function.
889         (shr-tag-img): Use it.
890
891 2013-04-14  Andrew Cohen  <cohen@bu.edu>
892
893         * nnir.el (nnir-request-set-mark): Make sure we are in the right
894         group.
895
896 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
899         corresponding to any existing group (Bug#14166).
900
901 2013-04-10  Andrew Cohen  <cohen@bu.edu>
902
903         * nnir.el (number-sequence): No longer used.
904         (nnir-request-set-mark): New function.
905         (nnir-request-update-info): Improve marks updating.
906         (nnir-request-scan): Don't duplicate marks updating.
907         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
908         Use 'assq rather than 'assoc.  Quote anonymous function.
909         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
910         Use 'gnus-group-prefixed-p.
911         (gnus-summary-create-nnir-group): Make sure server for method is open.
912
913 2013-04-04  Andrew Cohen  <cohen@bu.edu>
914
915         * nnir.el (gnus-nnir-group-p): New function.
916         (nnir-possibly-change-group): Use it.
917
918         * gnus-msg.el (gnus-setup-message): Use it.
919
920 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * mml.el (mml-minibuffer-read-description): Use `default' insted of
923         `initial-input' for the argument name.
924         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
925
926 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
927
928         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
929         (used by MH-E).
930
931 2013-04-01  Andrew Cohen  <cohen@bu.edu>
932
933         * nnir.el (nnir-request-update-mark): Improve mark updating in original
934         group.
935
936         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
937         fix compilation.
938
939 2013-03-31  Andrew Cohen  <cohen@bu.edu>
940
941         * nnir.el (nnir-method-default-engines): And another typo.
942
943 2013-03-30  Andrew Cohen  <cohen@bu.edu>
944
945         * nnir.el (nnir-method-default-engines): Fix typo.
946
947 2013-03-29  Andrew Cohen  <cohen@bu.edu>
948
949         * nnir.el: Define 'number-sequence for xemacs.
950         (gnus-summary-create-nnir-group): New function to create an nnir group
951         from an nnir summary buffer based on the current query.
952         (nnir-request-create-group): Update to allow nnir group creation based
953         on the current query.
954
955 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * nndraft.el (nndraft-request-expire-articles):
958         Make expiry target always `delete'.
959
960 2013-03-27  Andrew Cohen  <cohen@bu.edu>
961
962         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
963         buffer use the posting-style and gcc of the original article group.
964         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
965
966         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
967         after other deffoos.
968
969 2013-03-25  Andrew Cohen  <cohen@bu.edu>
970
971         * nnir.el: Major rewrite.  Cleaner separation between searches and group
972         management.  Marks are now shown in nnir summary buffers.  Rudimentary
973         support for real (i.e. not ephemeral) nnir groups.
974         (gnus-summary-make-nnir-group): New function for initiating searches
975         from a summary buffer.
976
977 2013-03-18  Sam Steingold  <sds@gnu.org>
978
979         * message.el (message-bury): Minor cleanup.
980
981 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
982
983         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
984
985 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * nndir.el (nndir-request-list): Remove 2nd argument passed to
988         nnml-request-list.  (Bug#13873)
989         (nndir-request-newsgroups): Remove, unused.
990
991         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
992
993 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
994
995         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
996         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
997         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
998
999 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1000
1001         * shr.el: Make all the overlays set the `evaporate' property so that
1002         they're removed properly.
1003
1004 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1005
1006         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
1007         shell-quote-argument.
1008
1009 2013-02-22  David Engster  <deng@randomsample.de>
1010
1011         * gnus-registry.el (gnus-registry-save): Provide class name when
1012         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1013         `condition-case' to stay compatible with older EIEIO versions which
1014         only accept one argument.
1015
1016 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1017
1018         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1019         (epg-user-id-validity): Autoload.
1020         (mml2015-epg-check-user-id): New function.
1021         (mml2015-epg-check-sub-key): New function split from
1022         mml2015-epg-find-usable-key.
1023         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1024         optional name-is-key-id, to handle the case when user-id is unusable.
1025         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1026
1027 2013-02-17  Glenn Morris  <rgm@gnu.org>
1028
1029         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1030
1031 2013-02-16  Glenn Morris  <rgm@gnu.org>
1032
1033         * shr.el (shr-put-image): Only animate images that specify a delay.
1034         This is consistent with the old image-animated-p behavior.
1035
1036 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1039         for XEmacs.
1040
1041 2013-02-13  Juri Linkov  <juri@jurta.org>
1042
1043         * gnus-art.el (gnus-article-mode-map):
1044         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1045         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1046
1047 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1048
1049         * auth-source.el (auth-source-format-prompt): Don't get confused by
1050         any "\" in replacement text.  (Bug#13637)
1051
1052 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1053
1054         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1055         (gnus-backend-trace): Honour gnus-backend-trace.
1056
1057         * mml.el (mml-insert-part): Insert closing tag.
1058
1059         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1060
1061 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1064         able to find the article, which can happen in debbugs groups,
1065         apparently.
1066
1067 2013-01-16  Glenn Morris  <rgm@gnu.org>
1068
1069         * smiley.el (smiley-style): Make the file loadable in batch mode.
1070
1071 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1072
1073         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1074         imap process running.
1075
1076 2013-01-14  Julien Danjou  <julien@danjou.info>
1077
1078         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1079         Compare addresses against addresses, not against the full From field.
1080
1081 2013-01-13  Richard Stallman  <rms@gnu.org>
1082
1083         * message.el (message-forward-make-body-mime): New args BEG, END
1084         specify what part of FORWARD-BUFFER to use.  Do the work directly
1085         instead of calling `mml-insert-buffer'.
1086
1087 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1088
1089         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1090         cross-reference(s).
1091
1092         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1093         cross-reference(s).
1094
1095 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1096
1097         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1098         and point-max-marker.
1099         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1100
1101 2013-01-11  Julien Danjou  <julien@danjou.info>
1102
1103         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1104         max are almost equal. Also return the correct value for V which is
1105         already between 0 and 1.
1106
1107 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1108
1109         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1110         to mml2015-encrypt-to-self.
1111         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1112
1113 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1114
1115         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1116         mml-smime-epg-find-usable-secret-key.
1117
1118 2013-01-08  Glenn Morris  <rgm@gnu.org>
1119
1120         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1121
1122 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1123
1124         * mml-smime.el: Support signing by sender.
1125         Requested by Uwe Brauer.
1126         (mml-smime-sign-with-sender): New user option analogous
1127         to mml2015-sign-with-sender.
1128         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1129         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1130         mml2015.el.
1131
1132 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1135         isn't running, because Gnus will probably not know how to handle the
1136         Gcc header (bug#11941).
1137
1138         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1139         articles.
1140
1141 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1144         (nnfolder-generate-active-file): Make this function work with recursive
1145         folder names.
1146
1147 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1148
1149         * nntp.el (nntp-open-connection): Use HELP as the capability command
1150         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1151         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1152
1153 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1154
1155         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1156         place holder since this gives `Invalid face reference: nil' messages.
1157         Use the `default' face instead.  It has the same effect here, even
1158         though it is not no-op.
1159
1160         * gnus-util.el
1161         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1162
1163 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1164
1165         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1166         non-string posting styles (bug#13285).
1167
1168 2012-12-27  Glenn Morris  <rgm@gnu.org>
1169
1170         * plstore.el (plstore-passphrase-callback-function):
1171         Use plstore-get-file.
1172
1173 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1174
1175         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1176         stderr.
1177
1178 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1181
1182         * gnus-compat.el (set-buffer-multibyte): Remove.
1183
1184 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1185
1186         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1187         temporary file to get PGP key image.  Pass no-show-photos when
1188         extracting image to avoid having it pop up twice.
1189
1190 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1193         eligible for treatment.
1194
1195         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1196         lines.  This makes summary commands with hidden threads work more
1197         reliably.
1198
1199         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1200         button to mark the hidden citations (bug#9395).
1201
1202 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1203
1204         * mml2015.el (mml2015-epg-signature-to-string): New function.
1205         (mml2015-epg-verify-result-to-string): New function.
1206         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1207         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1208         instead of epg-verify-result-to-string.
1209         (epg-signature-key-id, epg-signature-to-string): Autoload.
1210         (epg-verify-result-to-string): Remove autoload.
1211
1212 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1213
1214         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1215         ID image from GPG public key.
1216         (mml2015-epg-key-image-to-string): New function.
1217
1218 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1219
1220         * plstore.el (plstore-passphrase-callback-function): Fix error when
1221         error when plstore-cache-passphrase-for-symmetric-encryption is set
1222         (bug#13264).
1223
1224 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1225
1226         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1227         buffer to the article buffer here, because that clobbers multiple
1228         article buffers.
1229
1230         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1231         buffer always points to the right summary buffer.
1232
1233 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1234
1235         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1236         the password (bug#12097).
1237
1238 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1241         (bug#13263).
1242
1243         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1244         buffer exists before using it (bug#12475).
1245
1246         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1247         offline groups (bug#11937).
1248
1249         * message.el (message-yank-original): When using customize to set the
1250         value of `message-cite-style', the variable it set to a symbol that's
1251         the name of the variable, which must then be dereferenced (bug#12616).
1252
1253 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1254
1255         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1256         the `face' property with a list whose car is the face specified in the
1257         format string and whose cdr is (nil).
1258         * lisp/gnus-util.el
1259         (gnus-put-text-property-excluding-characters-with-faces):
1260         Change accordingly.
1261         (gnus-get-text-property-excluding-characters-with-faces): New function.
1262         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1263         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1264         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1265
1266 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1267
1268         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1269         login methods.
1270         (nnimap-login): Respect the `nnimap-authenticator' variable.
1271
1272         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1273         mark state when moving articles.  Otherwise unticked articles will get
1274         their ticks back after moving.
1275
1276 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1279
1280         * message.el (message-ignored-news-headers): Always remove
1281         X-Message-SMTP-Method to avoid information leakage if the user
1282         mistakenly inserts the header into news messages.
1283
1284         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1285
1286         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1287         right than four characters, this command would move point to
1288         `point-max'.  Don't do that.
1289
1290         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1291         to nil to allow re-selecting groups that gain articles.
1292         (gnus-bug-group-download-format-alist): Update the URL.
1293
1294 2012-12-23  Andreas Schwab  <schwab@suse.de>
1295
1296         * shr.el (shr-tag-em): Render em as italic, not bold.
1297
1298 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1301         for reuse.
1302         (gnus-open-server): Use it to add more tracing.
1303         (gnus-finish-retrieve-group-infos): Add backend tracing.
1304         (gnus-backend-trace): Also note the elapsed seconds.
1305
1306 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1307
1308         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1309         Set epa-file-encrypt-to from variable to avoid querying.
1310
1311 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1312
1313         * sieve-mode.el (sieve-font-lock-keywords):
1314         Keywords should be word delimited.  (Bug#13173)
1315
1316 2012-12-13  Andreas Schwab  <schwab@suse.de>
1317
1318         * tls.el (tls-program): Update customize type.
1319
1320 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1323         instead of <pre> to align message header.
1324
1325 2012-12-12  Sam Steingold  <sds@gnu.org>
1326
1327         * gnus.el (gnus-other-frame-resume-function): Add user option.
1328         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1329
1330 2012-12-06  Sam Steingold  <sds@gnu.org>
1331
1332         * gnus-start.el (gnus-before-resume-hook): Add.
1333         (gnus-1): Run it when Gnus is alive.
1334
1335 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1338         * gnus-art.el (article-unsplit-urls)
1339         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1340         * gnus-registry.el (gnus-registry-get-article-marks)
1341         * message.el (message-goto-body): Use it.
1342         (message-called-interactively-p): Remove.
1343
1344         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1345         (spam-stat-score-buffer): Use it.
1346
1347         * spam.el: Silence the warnings against BBDB functions when compiling.
1348
1349         * gnus-score.el (gnus-score-decode-text-parts):
1350         Use append+mapcar instead of the cl function mapcan.
1351
1352 2012-12-05  Sam Steingold  <sds@gnu.org>
1353
1354         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1355         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1356         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1357
1358 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gmm-utils.el (gmm-called-interactively-p): Revert.
1361         This seems to cause Emacs to get stuck!
1362         * gnus-art.el (article-unsplit-urls)
1363         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1364         * gnus-registry.el (gnus-registry-get-article-marks)
1365         * message.el (message-goto-body)
1366         (message-called-interactively-p): Revert.
1367
1368         * gmm-utils.el (gmm-called-interactively-p): New function.
1369         * gnus-art.el (article-unsplit-urls)
1370         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1371         * gnus-registry.el (gnus-registry-get-article-marks)
1372         * message.el (message-goto-body): Use it.
1373         (message-called-interactively-p): Remove.
1374
1375         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1376         * gnus-sync.el (gnus-sync-lesync-call)
1377         * message.el (message-read-from-minibuffer): Use it.
1378
1379 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * gmm-utils.el (gmm-flet): Remove.
1382         * gnus-sync.el (gnus-sync-lesync-call)
1383         * message.el (message-read-from-minibuffer): Don't use it.
1384
1385 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1388
1389 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1392
1393         * gnus-sync.el (gnus-sync-lesync-call)
1394         * message.el (message-read-from-minibuffer): Use gmm-flet.
1395
1396         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1397
1398         * gnus-util.el (gnus-macroexpand-all): Remove.
1399
1400 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1401
1402         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1403         to TAB, not [tab].
1404         (gnus-summary-article-map): Likewise.
1405
1406         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1407         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1408
1409 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1410
1411         * time-date.el: Commentary fix.
1412
1413 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1414
1415         * color.el: Don't require cl.
1416         (color-complement): `caddr' -> `nth 2'.
1417
1418         * time-date.el (time-to-seconds): De-obsolete.
1419
1420 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * message.el (message-get-reply-headers):
1423         Make sure the reply goes to the author if it is a wide reply.
1424
1425 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1426
1427         * gnus-score.el (gnus-score-body):
1428         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1429         scoring by body.
1430
1431 2012-11-16  Glenn Morris  <rgm@gnu.org>
1432
1433         * gnus-diary.el (nndiary-request-create-group-functions)
1434         (nndiary-request-update-info-functions)
1435         (gnus-subscribe-newsgroup-functions)
1436         (nndiary-request-accept-article-functions):
1437         Use new names for hooks rather than obsolete aliases.
1438
1439 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1442
1443 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1446         in meta tag with the one the part specifies in its header.
1447
1448 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1449
1450         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1451         by default.
1452
1453 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1456         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1457
1458 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1461         and a runtime function for it, of which the XEmacs version takes only
1462         two arguments.
1463
1464 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1465
1466         * nndiary.el (nndiary-request-create-group-functions)
1467         (nndiary-request-update-info-functions)
1468         (nndiary-request-accept-article-functions):
1469         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1470         "-hooks" suffix.
1471
1472 2012-10-19  Julien Danjou  <julien@danjou.info>
1473
1474         * gnus-art.el: Require gnus-util because it uses
1475         `gnus-timer--function'.
1476
1477 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1478
1479         * starttls.el (starttls-extra-arguments): Doc fix.
1480
1481 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1484         it.
1485
1486 2012-10-06  Glenn Morris  <rgm@gnu.org>
1487
1488         * gnus-notifications.el (gnus-notifications):
1489         Add missing group :version tag.
1490         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1491         (gnus-gcc-post-body-encode-hook):
1492         * gnus-sync.el (gnus-sync-lesync-name)
1493         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1494
1495 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1496
1497         * color.el (color-hsl-to-rgb): Fix incorrect results for
1498         small and large hue values.  (Bug#12559)
1499
1500 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         New UIDL implementation.
1503
1504         * mail-source.el (mail-sources, mail-source-keyword-map):
1505         Add :leave as a pop3 keyword.
1506         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1507
1508         * pop3.el (pop3-leave-mail-on-server): Allow number.
1509         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1510         (pop3-movemail): Add UIDL support.
1511         (pop3-send-streaming-command): Take a list of mail numbers instead of
1512         the number of mails.
1513         (pop3-write-to-file): Add X-UIDL header.
1514         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1515         (pop3-uidl-add-xheader): New functions.
1516
1517         * message.el (message-ignored-resent-headers):
1518         Add X-Content-Length and X-UIDL headers.
1519
1520 2012-10-05  Glenn Morris  <rgm@gnu.org>
1521
1522         * color.el (color-name-to-rgb, color-rgb-to-hex)
1523         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1524         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1525         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1526         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1527
1528 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1531         a user about whether to delete temp files if once a user answered as n.
1532
1533 2012-09-25  Chong Yidong  <cyd@gnu.org>
1534
1535         * password-cache.el (password-read-and-add): Use a declare form to mark
1536         this function obsolete.
1537
1538 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * lpath.el: Bind mail-encode-mml for old Emacsen.
1541
1542 2012-09-17  Richard Stallman  <rms@gnu.org>
1543
1544         * message.el (message-in-body-p): Don't set mark or modify buffer.
1545
1546         * mml.el (mml-attach-file): Doc fix.
1547         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1548         Set mail-encode-mml when in Mail mode.
1549         Simplify code to set HEAD and move back to HEAD.
1550         (mml-insert-multipart, mml-insert-part):
1551         Set mail-encode-mml when in Mail mode.
1552
1553 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus-util.el (gnus-timer--function): New function.
1556
1557         * gnus-art.el (gnus-article-stop-animations): Use it.
1558
1559 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1560
1561         Fix glitches caused by addition of psec to timers.
1562         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1563         rather than raw access to timer vector.
1564
1565 2012-09-11  Julien Danjou  <julien@danjou.info>
1566
1567         * gnus-notifications.el (gnus-notifications): Check for nil values in
1568         ignored addresses check.
1569
1570 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1571
1572         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1573
1574 2012-09-07  Chong Yidong  <cyd@gnu.org>
1575
1576         * gnus-util.el
1577         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1578
1579         * gnus-salt.el (gnus-tree-highlight-node):
1580         * gnus-sum.el (gnus-summary-highlight-line):
1581         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1582
1583 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1586
1587 2012-09-06  Juri Linkov  <juri@jurta.org>
1588
1589         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1590         scheme for buffer names to be more consistent with other group and
1591         article buffer names in Gnus.
1592
1593 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-util.el
1596         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1597
1598         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1599         Jenkner.
1600
1601         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1602
1603         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1604
1605         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1606
1607 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1610         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1611
1612         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1613         string-prefix-p in Emacs >=23.2.
1614
1615         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1616         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1617         instead of string-match-p.
1618         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1619
1620 2012-09-06  Kenichi Handa  <handa@gnu.org>
1621
1622         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1623         lowercase a..f.
1624
1625 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1626
1627         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1628
1629 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1630
1631         * nnimap.el (nnimap-request-move-article): Decode the group name when
1632         doing internal moves to avoid charset issues.
1633
1634         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1635         TIME is set.
1636
1637 2012-09-05  Juri Linkov  <juri@jurta.org>
1638
1639         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1640         than one group at a time (bug#11961).
1641
1642 2012-09-05  Julien Danjou  <julien@danjou.info>
1643
1644         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1645         this hide the real reason with a message giving absolutely no hint.
1646
1647 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1650         to the backend (bug#11804).
1651
1652         * message.el (message-insert-newsgroups): Don't insert newsgroup
1653         duplicates (bug#12275).
1654
1655 2012-09-05  John Wiegley  <johnw@newartisans.com>
1656
1657         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1658         sieve rules.
1659
1660 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1661
1662         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1663         function.
1664
1665         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1666
1667         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1668
1669 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1670
1671         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1672         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1673         This should make nnmaildir more usable with offlineimap.
1674
1675 2012-09-05  Julien Danjou  <julien@danjou.info>
1676
1677         * nnimap.el (nnimap-request-list): Revert change that made listing
1678         synchronous.
1679         (nnimap-get-responses): Restore.
1680
1681 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1682
1683         * dgnushack.el: XEmacs 21.5 compilation fix.
1684
1685         * gnus-notifications.el (gnus-notifications-notify): Use it.
1686
1687         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1688         warnings on XEmacs.
1689
1690 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1691
1692         Better seeds for (random).
1693         * gnus-sync.el (gnus-sync-lesync-setup):
1694         * message.el (message-canlock-generate, message-unique-id):
1695         Change (random t) to (random), now that the latter is more random.
1696
1697 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1698
1699         * nnimap.el (nnimap-change-group): Document result value
1700
1701         * auth-source.el (auth-sources): Fix macos keychain access.
1702
1703         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1704         allow the backend `request-head' function to determine the group
1705         name on its own.
1706         (gnus-request-expire-articles): Filter out negative article numbers
1707         during expiry (Bug#11980).
1708
1709         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1710         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1711
1712         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1713         you've found the article when you haven't.
1714
1715         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1716         that nnimap-change-group can return t.
1717
1718 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1719
1720         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1721
1722 2012-08-30  Julien Danjou  <julien@danjou.info>
1723
1724         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1725         `gnus-notifications-timeout'.
1726         (gnus-notifications-timeout): Add.
1727         (gnus-notifications-action): New function.
1728         (gnus-notifications-notify): Add :action using
1729         `gnus-notifications-action'.
1730         (gnus-notifications-id-to-msg): New variable.
1731         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1732         notifications id to messages.
1733
1734 2012-08-30  Kenichi Handa  <handa@gnu.org>
1735
1736         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1737         once.
1738
1739 2012-08-29  Julien Danjou  <julien@danjou.info>
1740
1741         * gnus-notifications.el: New file.
1742         (gnus-notifications-notify): New function.
1743         (gnus-notifications): Use `gnus-notifications-notify'.
1744
1745 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1748         transfer encoding first; bind gnus-newsgroup-charset to the charset
1749         that the article specifies (Bug#12209).
1750
1751 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1754         (gnus-group-customize-done): Encode values posting-style holds.
1755
1756         * gnus-msg.el (gnus-summary-resend-message)
1757         (gnus-configure-posting-styles): Decode values posting-style group
1758         parameter holds.
1759
1760 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1763         `name' and `address' in Resent-From header.
1764
1765 2012-08-14  Chong Yidong  <cyd@gnu.org>
1766
1767         * gnus-art.el (article-display-face): Handle failure in
1768         gnus-create-image (Bug#11802).
1769
1770 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1771
1772         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1773         Use defsetf.
1774
1775 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1776
1777         * auth-source.el (auth-source-plstore-search)
1778         (auth-source-secrets-search): Ignore :require and :type in search spec.
1779
1780 2012-08-06  Julien Danjou  <julien@danjou.info>
1781
1782         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1783         `nnimap-request-move-article'.
1784
1785         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1786         Remove autoload, already handled by gnus.el.
1787
1788         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1789
1790         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1791         supported by nnimap actually. Reverts previous change.
1792
1793         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1794         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1795         to-buffer argument that is already supported.
1796
1797 2012-08-05  Julien Danjou  <julien@danjou.info>
1798
1799         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1800         Add autoload.
1801
1802 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus.el (gnus-valid-select-methods): Fix custom type.
1805
1806 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * auth-source.el (auth-sources, auth-source-backend-parse)
1809         (auth-source-macos-keychain-search)
1810         (auth-source-macos-keychain-search-items)
1811         (auth-source-macos-keychain-result-append)
1812         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1813         auth-source.el through the /usr/bin/security utility.
1814         (auth-sources): Fix syntax error.
1815         (auth-source-macos-keychain-result-append): Fix variable name.
1816         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1817
1818 2012-07-27  Julien Danjou  <julien@danjou.info>
1819
1820         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1821         Emacs < 24.1
1822
1823 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * message.el (message-kill-address): Don't kill last newline.
1826         (message-skip-to-next-address): Don't move to the next header.
1827         (message-fill-field-address): Work properly.
1828
1829 2012-07-25  Julien Danjou  <julien@danjou.info>
1830
1831         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1832
1833 2012-07-24  Julien Danjou  <julien@danjou.info>
1834
1835         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1836
1837         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1838         (nntp-async-timer-handler): Remove, unused.
1839
1840         * nnimap.el (nnimap-get-responses): Remove, unused.
1841
1842         * nnheader.el (mail-header-set-extra): Remove, unused.
1843
1844         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1845         unused.
1846
1847         * mm-view.el (mm-view-sound-file): Remove, unused.
1848
1849         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1850         (mm-url-encode-multipart-form-data): Remove, unused.
1851
1852         * message.el (message-remove-signature, message-make-host-name)
1853         (message-fill-address): Remove, unused.
1854
1855         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1856         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1857         unused.
1858
1859         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1860         (gnus-xmas-call-region): Remove, unused.
1861
1862         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1863
1864         * gnus-util.el (gnus-extract-address-component-name)
1865         (gnus-extract-address-component-email, gnus-sortable-date)
1866         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1867         (gnus-process-live-p): Remove, unused.
1868
1869         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1870
1871         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1872         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1873         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1874         function.
1875
1876         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1877
1878         * gnus-score.el (gnus-summary-score-crossposting)
1879         (gnus-score-regexp-bad-p): Remove, unused.
1880
1881         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1882
1883         * gnus-range.el (gnus-sublist-p): Remove, unused.
1884
1885         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1886         unused.
1887
1888         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1889
1890         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1891         (gnus-request-associate-buffer): Remove, unused.
1892
1893         * gnus-group.el (gnus-group-set-method-info)
1894         (gnus-group-set-params-info): Remove, unused.
1895
1896         * gnus-fun.el (gnus-shell-command-to-string)
1897         (gnus-shell-command-on-region): Remove, unused.
1898
1899         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1900
1901         * gnus-art.el (gnus-article-text-type-exists-p)
1902         (article-translate-characters, gnus-article-hide-text-of-type)
1903         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1904         Remove, unused.
1905
1906 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1907
1908         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1909
1910 2012-07-21  Julien Danjou  <julien@danjou.info>
1911
1912         * message.el (message-dont-reply-to-names): Replace deprecated
1913         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1914         (message-get-reply-headers): Ditto.
1915
1916 2012-07-18  Julien Danjou  <julien@danjou.info>
1917
1918         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1919         `sieve-upload-and-kill'.
1920
1921         * sieve.el (sieve-bury-buffer): Remove function.
1922         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1923         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1924
1925 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1926
1927         * shr.el (shr-expand-url): Handle URL starting with `//'.
1928
1929 2012-07-13  Chong Yidong  <cyd@gnu.org>
1930
1931         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1932         instead of calling toggle-read-only with a (bogus) argument.
1933
1934 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1935
1936         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1937         of initial input when reading the author to restrict the summary to.
1938
1939 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * mm-decode.el (mm-shr):
1942         Allow overriding charset by mm-charset-override-alist.
1943
1944 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-art.el (gnus-article-view-part):
1947         Toggle subparts of multipart/alternative part.
1948
1949 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1950
1951         * shr.el (shr-render-buffer): New command.
1952         (shr-visit-file): Use it.
1953
1954 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1957         Set no-byte-compile and no-update-autoloads.
1958
1959 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1962
1963 2012-06-25  Julien Danjou  <julien@danjou.info>
1964
1965         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1966         `nnimap-request-move-articles-find-limit' since we do not use it only
1967         for move operations.
1968         (nnimap-request-accept-article): Use
1969         `nnimap-request-articles-find-limit' to limit search by message-id.
1970
1971 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1972
1973         Support higher-resolution time stamps (Bug#9000).
1974
1975         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1976         VARLIST.  It's optional, for backward compatibility.
1977         (encode-time-value): New optional arg PICO.  New type 3.
1978         (time-to-seconds) [!float-time]: Support the new picoseconds
1979         component if it's used.
1980         (seconds-to-time, time-subtract, time-add):
1981         Support ps-resolution time stamps as well.
1982
1983 2012-06-19  Julien Danjou  <julien@danjou.info>
1984
1985         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1986
1987         * nnimap.el (nnimap-log-buffer): Check that
1988         `window-point-insertion-type' is boundp, since it's not available in
1989         XEmacs.
1990
1991 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1992
1993         * nnimap.el (nnimap-log-buffer): Add this, setting
1994         `window-point-insertion-type' in the buffer to t.
1995         (nnimap-log-command): Use nnimap-log-buffer.
1996
1997 2012-06-19  Julien Danjou  <julien@danjou.info>
1998
1999         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2000         argument to be able to limit the search.
2001         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2002         (nnimap-request-move-articles-find-limit): Add this to limit the search
2003         by Message-Id after a message move.
2004         (nnimap): Add defgroup.
2005
2006 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2007
2008         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2009
2010 2012-06-15  Julien Danjou  <julien@danjou.info>
2011
2012         * nnimap.el (nnimap-find-article-by-message-id): Use
2013         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2014         (nnimap-possibly-change-group): Add read-only argument.
2015         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2016         issuing EXAMINE manually.
2017         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2018         with read-only argument.
2019         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2020         cannot possibly change because we need to be sure that it's either
2021         read-write or read-only.
2022
2023 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2026         being bound to a lambda form.
2027
2028 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2029
2030         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2031         articles when fetch-old is non-nil (bug#11370).
2032
2033 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2034
2035         * gnus-picon.el (gnus-picon-properties): New defcustom.
2036         (gnus-picon-create-glyph): Use it.
2037
2038 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-group.el (gnus-group-get-new-news): Respect
2041         `gnus-group-use-permanent-levels', as documented (bug#11638).
2042
2043 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2044
2045         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2046         groups (bug#11641).
2047
2048 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2049
2050         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2051         is an integer to avoid later problems.
2052
2053 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2056         locales.
2057
2058         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2059         on a handle.
2060
2061         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2062         address as the default.
2063         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2064
2065         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2066         makes no sense to query the user about internal files.
2067
2068         * gnus-spec.el: Remove all the byte-compilation stuff, since
2069         benchmarking shows that it doesn't help when entering large summary
2070         buffers.
2071
2072         * gnus-xmas.el (gnus-xmas-define): Remove.
2073
2074         * gnus-util.el (gnus-byte-code): Remove.
2075
2076         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2077         grouplens stuff.
2078
2079 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2082         (bug#11514).
2083
2084 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2085
2086         * message.el (message-buffers): Return all buffers derived from Message
2087         to make `gnus-dired-attach' work with mu4e.
2088
2089 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2090
2091         * nntp.el: Stop the `letf' madness.
2092         (nntp--report-1): New var.
2093         (nntp-report): Merge nntp-report-1 into it.
2094         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2095         the nntp-report function.
2096
2097         * auth-source.el: Fix comment-style to follow the convention.
2098
2099 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2100
2101         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2102         (mm-dissect-singlepart): Don't guess the MIME type of
2103         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2104         set.
2105         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2106         toplevel MIME type is multipart/encrypted.
2107
2108 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2111         a string so that Gcc works (bug#11514).
2112
2113 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2114
2115         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2116         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2117
2118 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2119
2120         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2121         jumping to *Server* from a dedicated *Group* window.
2122         (gnus-configure-frame): CSE.
2123
2124         * gnus-registry.el: Minor style cleanup.
2125         (gnus-registry--set/remove-mark): New function, extracted from
2126         gnus-registry-install-shortcuts.
2127         (gnus-registry-install-shortcuts): Use it.
2128
2129 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * nnspool.el (news-path): Use eval-and-compile.
2132
2133 2012-05-24  Glenn Morris  <rgm@gnu.org>
2134
2135         * nnspool.el (news-directory, news-path, news-inews-program):
2136         Move here from paths.el.  Don't see a need for these to be autoloaded.
2137
2138         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2139         Merge in doc from paths.el version.  Don't see any need for this to be
2140         autoloaded, or for the warning about users not setting it.
2141
2142 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2143
2144         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2145         format.  In particular, add an optional argument and a docstring.
2146
2147         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2148
2149         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2150         current before calling `gnus-groups-to-gnus-format'.
2151         Note that this was already the case for `gnus-active-to-gnus-format'.
2152
2153 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2154
2155         Fix minor Y10k bug.
2156         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2157
2158 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2159
2160         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2161         message once it's actually open.
2162
2163 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2164
2165         * gnus.el: Ma Gnus v0.5 is released.
2166
2167 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2168
2169         * auth-source.el (auth-source--aput-1, auth-source--aput)
2170         (auth-source--aget): New functions and macros.
2171         Use them instead of aput/aget.
2172
2173 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2174
2175         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2176
2177 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2178
2179         * plstore.el (plstore-called-interactively-p): New compat macro copied
2180         from message.el.
2181         (plstore-mode): Use it.
2182
2183 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2184
2185         * plstore.el: Revive the editing feature.
2186         (plstore-mode): New mode to edit plstore file.
2187         (plstore-mode-toggle-display, plstore-mode-original)
2188         (plstore-mode-decoded): New command.
2189         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2190         (plstore--insert-buffer, plstore--make): New function.
2191         (plstore-open, plstore-save): Simplify by using them.
2192
2193 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2196
2197 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2198
2199         * tls.el (open-tls-stream): Remove unused binding.
2200
2201 2012-04-16  Glenn Morris  <rgm@gnu.org>
2202
2203         * nndraft.el (nndraft-request-list): Fix declaration.
2204
2205 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * mm-decode.el (mm-dissect-buffer): Doc fix.
2208
2209         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2210         don't have a current group.
2211
2212         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2213         buffer if it doesn't exist.
2214
2215         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2216         given, mark the group as ephemeral with the current window conf.
2217
2218         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2219         buffer exists, which it doesn't if we haven't started Gnus.
2220         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2221
2222 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2225         type is.
2226
2227         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2228         `unexists' entries.
2229         (gnus-clean-old-newsrc): Fix last checkin.
2230
2231         * nnimap.el (nnimap-update-info): None of the articles below the active
2232         low-water mark exist.
2233
2234         * dgnushack.el: Get rid of XEmacs compilation warning.
2235
2236         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2237         would have gotten if we posted to the group, and use that to compare
2238         against the message we want to cancel (bug#10808).
2239
2240         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2241         on XEmacs.
2242
2243 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2244
2245         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2246         `scroll-margin'.
2247
2248 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2249
2250         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2251         citation prefix within a block of cited text should be considered part
2252         of that block *only* if it is a blank line.
2253
2254 2012-04-09  Chong Yidong  <cyd@gnu.org>
2255
2256         * binhex.el, hashcash.el, uudecode.el:
2257         Remove * characters from the front of variable docstrings.
2258
2259 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2262         before kinsoku-bol characters nor within kinsoku-eol characters.
2263
2264 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2267         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2268         (gnus-sync-read): Use mapc instead of mapcar.
2269
2270         * mm-archive.el: Require mm-decode for some macros.
2271         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2272         the byte compiler.
2273         (mm-archive-decoders): New function that returns the value of
2274         the mm-archive-decoders variable.
2275
2276         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2277         instead.
2278         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2279
2280         * nnimap.el (gnus-refer-thread-use-nnir):
2281         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2282
2283 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2286
2287 2012-03-12  Peter Münster  <pmrb@free.fr>
2288
2289         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2290         (gnus-demon-cancel): Ditto.
2291         (gnus-demon-run-callback): When function cannot be called due to low
2292         idleness, call it when idleness reaches the expected value, instead of
2293         waiting another timer period.
2294         (gnus-demon-init): Add `time' to arguments of call-back.
2295
2296 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2299
2300         * gnus.el: Register gnus-registry functions.
2301
2302         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2303         indent.
2304
2305         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2306         enabled before warping.
2307
2308 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2309
2310         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2311         registry about each article retrieved.
2312
2313         * gnus-int.el (gnus-select-group-with-message-id): New function.
2314         (gnus-try-warping-via-registry): Ditto.
2315         (gnus-warp-to-article): Fall back on the registry.
2316
2317 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2318
2319         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2320         inboxes.
2321
2322 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2325
2326 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2329         gnus-gcc-self-resent-messages may be a group parameter.
2330         (gnus-summary-resend-message): Don't encode encoded words in header
2331         when Gcc'ing resent message.
2332
2333 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * shr.el (shr-insert): Treat non-breaking space just like normal
2336         space.  This seems to produce more pleasing results.
2337         (shr-insert): Only insert a blank line if we're starting from an image.
2338         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2339         (shr-ensure-paragraph): Consider lines with white space to be blank.
2340
2341 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2342
2343         * Makefile.in: Respect DESTDIR.
2344
2345 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2346
2347         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2348         and gnus-gcc-post-body-encode-hook.
2349
2350 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2353         messages that don't exist.
2354
2355         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2356
2357 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2360         Remove.
2361
2362         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2363
2364         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2365
2366 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2369         have a group name.
2370
2371         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2372         a multibyte buffer (bug#7410).
2373         (article-wash-html): Parse the original article buffer to get the
2374         unencoded data (bug#7410).
2375
2376         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2377         .newsrc.el files.
2378
2379 2012-04-05  Bastien Guerry  <bzg@altern.org>
2380
2381         * color.el (color-lighten-name): Fix typo.
2382
2383 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2386         "#" to avoid having them interpreted as comments.
2387
2388 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * shr.el (shr-insert): Update the text state properly to avoid
2391         inserting spurious paragraph starts.
2392
2393 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * shr.el (shr-table-widths): Divide the extra width more fairly over
2396         the TDs (bug#10973).
2397         (shr-render-td): Don't delete too much padding.
2398         (shr-natural-width): Compute the natural width more correctly.
2399         (shr-insert): Allow the natural width to be computed for tables again.
2400         (shr-tag-table-1): Rework how the natural widths are computed by
2401         rendering the table a third time.
2402         (shr-natural-width): Removed.
2403         (shr-buffer-width): New function.
2404         (shr-expand-newlines): Use it.
2405
2406         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2407         using a `gnus-use-full-window' setup (bug#11013).
2408
2409 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2412         24.1 release.
2413
2414 2012-03-10  David Edmondson  <dme@dme.org>
2415
2416         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2417         'Forwarded Message' header and the start of the message.
2418
2419 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2420
2421         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2422         isn't running (bug#10897).
2423
2424 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2427         This is inconsistent with all the other stream functions, which leave
2428         the setting up to the higher levels (if so wanted) (bug#10931).
2429
2430 2012-02-28  Glenn Morris  <rgm@gnu.org>
2431
2432         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2433         mm-decode.el: Standardize possessive apostrophe usage.
2434
2435 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2438
2439 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2440
2441         * parse-time.el (parse-time-string): Allow extractor to return nil.
2442
2443 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2446
2447 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2448
2449         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2450
2451 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2452
2453         * mm-decode.el (mm-shr): Remove "soft hyphens".
2454
2455         * nnimap.el (nnimap-request-list): Return the group names encoded as
2456         utf8.  Otherwise non-European group names don't work.
2457         (nnimap-request-newgroups): Ditto.
2458
2459         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2460         the default in `read-string' (bug#10757).
2461
2462         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2463         topics (bug#10843).
2464
2465         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2466         buffer.  Suggested by Herbert Valerio Riedel.
2467         (nnimap-request-move-article): Delete the message from the correct IMAP
2468         server.
2469
2470 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2471
2472         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2473         Reported by Peter Münster.
2474
2475 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2476
2477         * shr.el (shr-image-fetched): Make sure we really kill the right
2478         buffer.
2479
2480 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2481
2482         * gnus-start.el (gnus-1): Avoid duplicate entries.
2483
2484 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2485
2486         * imap.el: Remove.
2487
2488         * nntp.el (nntp-coding-system-for-read): Remove.
2489         (nntp-coding-system-for-write): Ditto.
2490         (nntp-open-connection): Just use `binary' directly.
2491
2492         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2493         Gnus 0.3.
2494
2495 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2496
2497         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2498         application/octet-stream parts really is.
2499
2500         * gnus-sum.el (gnus-propagate-marks): Remove.
2501
2502 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2503
2504         * shr.el (shr-rescale-image): Undo previous change; see
2505         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2506
2507 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2508
2509         * gnus.el: Ma Gnus v0.3 is released.
2510
2511 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-sum.el (gnus-summary-local-variables): Make
2514         `gnus-newsgroup-unexist' into a local variable.
2515
2516 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2517
2518         * registry.el (registry-usage-test, registry-persistence-test): Move to
2519         tests/gnustest-registry.el.
2520         (registry-make-testable-db, registry-match-test)
2521         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2522
2523         * gnus-registry.el (gnus-registry-misc-test)
2524         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2525
2526         * tests/gnustest-registry.el: New file with the registry and
2527         gnus-registry ERT tests.
2528
2529 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * gnus-msg.el (gnus-summary-resend-message): Make
2532         gnus-summary-resend-message-insert-gcc be last item in
2533         message-header-setup-hook.
2534
2535 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2538         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2539         Remove.
2540         (nnfolder-open-server): Don't use marks.
2541         (nnfolder-request-delete-group): Ditto.
2542         (nnfolder-request-rename-group): Ditto.
2543         (nnfolder-request-set-mark, nnfolder-request-marks)
2544         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2545         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2546
2547         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2548         (nnml-marks-modtime): Remove.
2549         (nnml-request-delete-group): Don't use marks.
2550         (nnml-request-rename-group): Ditto.
2551         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2552         (nnml-save-marks, nnml-open-marks): Remove.
2553
2554         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2555         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2556         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2557         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2558         (nntp-server-to-method-cache): Remove.
2559
2560         * shr.el (shr-rescale-image): Fix wrong merge.
2561
2562 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2563
2564         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2565         too-wide lines.
2566
2567 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnimap.el (nnimap-record-commands): New variable.
2570         (nnimap-log-command): Use it.
2571         (nnimap-make-process-buffer): Add a space to the process buffer.
2572         (nnimap-transform-headers): Don't bug out on header lines containing
2573         stuff that look like IMAP length encodings.
2574
2575         * shr.el (shr-rescale-image): Allow viewing large images.
2576
2577 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnml.el (nnml-request-compact-group): Delete the marks file after
2580         compaction (bug#10800).
2581
2582         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2583         group exit.
2584
2585         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2586         QRESYNC/FETCH output.
2587
2588 2012-02-11  Glenn Morris  <rgm@gnu.org>
2589
2590         * sieve-manage.el (sieve-manage-default-stream):
2591         * shr.el (shr):
2592         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2593         (nnir-retrieve-headers-override-function)
2594         (nnir-imap-default-search-key, nnir-notmuch-program)
2595         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2596         (nnir-method-default-engines):
2597         * message.el (message-cite-reply-position):
2598         * gssapi.el (gssapi-program):
2599         * gravatar.el (gravatar):
2600         * gnus-sum.el (gnus-refer-thread-use-nnir):
2601         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2602         (gnus-registry-max-pruned-entries):
2603         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2604         * gnus-int.el (gnus-after-set-mark-hook)
2605         (gnus-before-update-mark-hook):
2606         * gnus-async.el (gnus-async-post-fetch-function):
2607         * auth-source.el (auth-source-cache-expiry):
2608         Add missing :version tags to new defcustoms and defgroups.
2609
2610 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2613         `gnus-newsgroup-unexist'.
2614
2615         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2616         marks.
2617         (gnus-article-special-mark-lists): Put the `unexist' in the special
2618         marks list instead.
2619
2620         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2621         articles in the list of articles to be selected.
2622
2623         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2624         articles.
2625         (nnimap-update-info): Keep track of unexisting articles.
2626         (nnimap-update-qresync-info): Ditto.
2627
2628 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2629
2630         * message.el (message-default-send-mail-function): Made into own
2631         function for reuse by emacsbug.el.
2632
2633 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2634
2635         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2636         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2637
2638 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2639
2640         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2641         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2642
2643         * gnus-compat.el: Define `timer-set-function'.
2644
2645         * mm-decode.el (mm-display-external): Output the text from the command
2646         in the buffer after the command finished.  This makes text-based
2647         commands behave better.
2648
2649 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2650
2651         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2652
2653 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2656         23.1.
2657
2658 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2661
2662 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2663
2664         * message.el (smtpmail-smtp-user): Silence compiler warning.
2665
2666 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2667
2668         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2669         SMTP user name.
2670
2671 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-sum.el (gnus-summary-show-thread):
2674         next-single-char-property-change may return nil in XEmacs.
2675         (gnus-summary-article-map): Fix typo.
2676
2677 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2680         running.
2681
2682         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2683
2684         * gnus.el (gnus-server-extend-method): Don't add an -address component
2685         if the method already has one (bug#9676).
2686
2687 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2690         of an initial-input for consistency (bug#10757).
2691
2692         * dgnushack.el: Fix XEmacs compilation warning.
2693
2694         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2695
2696         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2697
2698 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2699
2700         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2701         lines that are narrower than the window width.  Otherwise background
2702         "blocks" will look less readable.
2703
2704 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2705
2706         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2707         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2708         have newlines within the strings, and where the UID comes after the
2709         BODYSTRUCTURE element (bug#10537).
2710
2711         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2712         (bug#10732).
2713
2714         * shr.el (shr-insert-document): Add doc string.
2715         (shr-visit-file): Ditto.
2716         (shr-remove-trailing-whitespace): New function.
2717         (shr-insert-document): Use it to clean up trailing whitespace as the
2718         final step (bug#10714).
2719
2720 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2721
2722         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2723         buffer if `gnus-kill-summary-on-exit' is nil.
2724
2725 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2728         when just reading a single group from "without" Gnus.
2729
2730 2012-02-06  Chong Yidong  <cyd@gnu.org>
2731
2732         * gnus-sum.el (gnus-summary-show-thread):
2733         next-single-char-property-change never returns nil (Bug#8657).
2734
2735 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2736
2737         * message.el (message-multi-smtp-send-mail): New function.
2738         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2739         header to implement multi-SMTP functionality.
2740
2741         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2742         (gnus-agentize): Don't set it.
2743         (gnus-agent-send-mail): Don't use it.
2744
2745         * gnus-sum.el (gnus-summary-widget-backward): New function and
2746         keystroke.
2747
2748         * gnus-compat.el: More the compat functions more compatible.
2749
2750         * shr.el (shr-put-image): Remove underlines from sliced images.
2751         (shr-zoom-image): Compute the region to be replaced more correctly.
2752
2753 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2756         (gnus-summary-resend-message-insert-gcc): New function.
2757         (gnus-summary-resend-message): Modify message-header-setup-hook and
2758         message-sent-hook to make it work for Gcc.
2759         (gnus-inews-do-gcc): Update the number of unread articles of groups
2760         that messages are Gcc'd to.
2761
2762         * message.el (message-resend): Run message-sent-hook to do Gcc.
2763
2764 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2765
2766         * lpath.el: Fix an XEmacs compilation warning.
2767
2768         * gnus-compat.el: Require `help-fns' to fix compilation error.
2769
2770         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2771         a higher level to silence compilation.
2772
2773         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2774         parameter to allow controlling the scaling.
2775
2776         * shr.el (shr-zoom-image): New command and keystroke.
2777         (shr-put-image): Take a `size' flag to say how to scale the image.
2778
2779         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2780         deletion unless already defined.
2781
2782         * gnus.el (gnus-compat): Require it.
2783
2784         * gnus-compat.el: New file.
2785
2786         * gnus-start.el (gnus-clean-old-newsrc): New function.
2787         (gnus-read-newsrc-file): Use it.
2788
2789         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2790         Use recursive deletion.
2791         (mm-dissect-archive): Add support for zip files.
2792
2793         * gnus-util.el (gnus-recursive-directory-files): New function.
2794
2795         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2796         (mm-archive-decoders): Add tgz support.
2797
2798         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2799         Otherwise inserting text into the Gnus buffer can look odd.
2800
2801         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2802
2803         * mm-archive.el (mm-archive-decoders): Add support for tar.
2804
2805         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2806
2807         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2808
2809 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2810
2811         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2812
2813         * mm-archive.el: New file.
2814
2815         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2816
2817         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2818
2819         * message.el (message-goto-*): Make all the `message-goto-*' commands
2820         push the mark before moving point.  This makes it easier to go back to
2821         where you came from after editing whatever you jumped to.
2822
2823 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2824
2825         * gnus.el: Ma Gnus v0.1 is released.
2826
2827 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2828
2829         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2830         without reconnecting.
2831         (nnimap-possibly-change-group): Ditto.
2832         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2833         connection has died before being called.
2834
2835 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2836
2837         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2838         an initial sync unless we're really doing one.
2839
2840         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2841         address parameter if one already exists (bug#9676).
2842
2843         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2844         not the prefix, as documented (bug#10689).
2845
2846 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2849         the "server".
2850
2851         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2852         the real error message with the useless "previously known to be down".
2853         Which isn't even correct.
2854
2855         * nntp.el (nntp-open-connection): Report the error message if the nntp
2856         server can't be reached.
2857
2858         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2859         groups we do a total scan for.
2860         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2861         doing that.
2862
2863 2012-01-31  Jim Meyering  <jim@meyering.net>
2864
2865         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2866         Correct a comment (insert "not") and hide nominally-doubled "to".
2867
2868 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2869
2870         * gnus.el (gnus-version): Change name to "Ma Gnus".
2871
2872 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2873
2874         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2875         section in the manual.
2876
2877 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2878
2879         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2880         words.
2881         (rfc2047-encode-string): Ditto.
2882         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2883         understand folded filename="..." parameters, for instance.
2884
2885         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2886         the message for greater debuggability.
2887
2888 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2889
2890         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2891         instead of setting it locally, since the latter doesn't seem to have
2892         any effect (most of the time).
2893
2894 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2895
2896         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2897         function call.
2898
2899 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2900
2901         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2902         seconds, and make the repeat clause with HH:MM specs work as
2903         documented.
2904
2905 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2906
2907         * proto-stream.el (proto-stream-capability-open): Fall back on
2908         :end-of-command if :end-of-capability doesn't exist.
2909
2910 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2913         bound globally in old Emacsen and XEmacsen.
2914
2915 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2918         so that previous errors don't prohibit getting new news.
2919
2920         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2921
2922         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2923
2924 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2925
2926         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2927         buffer, not of the string which is its name.
2928
2929 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2930
2931         * proto-stream.el (proto-stream-capability-open): Wait for
2932         :end-of-capability, not :end-of-command.
2933
2934         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2935         non-server-marks groups.
2936         (gnus-group-make-articles-read): Ditto.
2937
2938         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2939         methods (bug#9676).
2940
2941         * gnus.el (gnus-method-ephemeral-p): New function.
2942
2943 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2946         left-to-right.
2947
2948 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2949
2950         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2951         warning.
2952
2953 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2956         macroexpand the nnir things, since they haven't been defined yet, and
2957         nnir requires gnus-sum.
2958
2959 2012-01-24  Julien Danjou  <julien@danjou.info>
2960
2961         * color.el (color-rgb-to-hsl): Fix value computing.
2962         (color-hue-to-rgb): New function.
2963         (color-hsl-to-rgb): New function.
2964         (color-clamp, color-saturate-hsl, color-saturate-name)
2965         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2966         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2967
2968 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2971
2972 2012-01-19  Julien Danjou  <julien@danjou.info>
2973
2974         * color.el (color-name-to-rgb): Use the white color to find the max
2975         color component value and return correctly computed values.
2976         (color-name-to-rgb): Add missing float conversion for max value.
2977
2978 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2979
2980         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2981         logical server name in addition to the actual machine address.
2982
2983         * auth-source.el (auth-source-user-and-password): Add convenience
2984         wrapper to search by just host and optionally user.
2985
2986 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2989         after rendering.
2990
2991 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2994         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2995         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2996
2997 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3000         (bug#9693).
3001         (gnus-summary-setup-buffer): Document return value (bug#9697).
3002
3003         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3004         since ido doesn't work on symbols (bug#9632).
3005
3006         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3007         when getting a single value as when getting all the values.  This means
3008         that atoms like `gcc-self' work cumulatively, like variable settings,
3009         instead of getting the value from the last matching clause.
3010         (gnus-group-find-parameter): Protect against the group buffer not
3011         existing (bug#9585).
3012
3013 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-start.el (gnus-activate-group): Document more parameters
3016         (bug#9694).
3017
3018         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3019         (bug#9692).
3020
3021         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3022         article was fetched, so that it can be expired later (bug#9958).
3023         (gnus-agent-summary-fetch-series): Add doc string.
3024         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3025         (bug#9517).
3026
3027         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3028         retrieval is happening.
3029
3030         * gnus.el (gnus-parameters): Doc fix.
3031
3032 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3033
3034         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3035         show the thread after expansion.
3036
3037 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-art.el (article-narrow-to-head): If the head is completely
3040         empty, narrow to the empty region (bug#9764).
3041
3042         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3043         read, and then mark them as unread only when the unread mark is used.
3044         This makes `C-- T k' actually work, even though it's confusing.
3045
3046         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3047         alive before we try to find its window.
3048
3049 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3050
3051         * mm-decode.el (mm-display-external): Use a longer timeout for the
3052         deletion to allow slow programs to display the file.
3053
3054 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3057         prompt to be less confusing.
3058
3059         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3060         argument to `message-reply'.  This broke `special-display-*' frame
3061         pop-uping (bug#10238).
3062
3063 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3066         systems, since these allegedly don't work there.
3067
3068 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3069
3070         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3071         live buffer.
3072
3073 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * nnir.el (nnir-retrieve-headers): Protect against the article not
3076         existing on the server (bug#10335).
3077
3078 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3079
3080         * gnus-agent.el (gnus-agent-load-local): Recompute
3081         gnus-agent-article-local on changing method.
3082
3083 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus.el (gnus-parameters): Note precedence.
3086
3087 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3088
3089         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3090         in the group buffer.
3091
3092 2012-01-04  Julien Danjou  <julien@danjou.info>
3093
3094         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3095         change.
3096
3097 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3100         too.
3101
3102         * nntp.el (nntp-retrieve-group-data-early): Use it.
3103
3104 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * nntp.el (nntp-retrieval-in-progress): New variable.
3107         (nntp-make-process-buffer): Make it buffer-local.
3108
3109         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3110         2010.
3111         (gnus-demon-init): Use it to compute the time if time is on the form
3112         "04:23".
3113
3114         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3115
3116         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3117         status in the correct buffer.
3118
3119 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3120
3121         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3122         when opening topics (bug#10407).
3123
3124 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3125
3126         * gnus-cus.el (gnus-score-customize):
3127         * gnus-sum.el (gnus-sort-gathered-threads):
3128         * message.el (message-shorten-references):
3129         * nnmairix.el (nnmairix-request-group):
3130         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3131
3132 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3133
3134         * gnus-agent.el (gnus-agent-regenerate-group):
3135         * gnus-int.el (gnus-retrieve-group-data-early):
3136         * mm-util.el (mm-codepage-ibm-list):
3137         * nndiary.el (Commentary, nndiary-get-new-mail):
3138         * nnir.el (nnir):
3139         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3140
3141 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * mm-view.el (mm-display-inline-fontify): Add comment.
3144
3145 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3146
3147         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3148         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3149
3150 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         * gnus-art.el (gnus-split-methods):
3153         * gnus-msg.el (gnus-configure-posting-styles):
3154         * gnus-spec.el (gnus-parse-simple-format):
3155         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3156         * message.el (message-do-actions): Spelling fix.
3157
3158 2011-12-15  Juri Linkov  <juri@jurta.org>
3159
3160         * mm-decode.el (mm-inline-media-tests): Add missing
3161         `mm-handle-media-subtype'.
3162
3163 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3164
3165         * gnus-group.el (gnus-group-tool-bar):
3166         * gnus-sum.el (gnus-summary-tool-bar):
3167         * message.el (message-tool-bar):
3168         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3169
3170 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3171
3172         * plstore.el (plstore--insert-buffer): Spelling fix.
3173
3174 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3175
3176         * message.el (message-valid-fqdn-regexp): Update with newly approved
3177         top-level domain names ".tel" and ".asia".
3178
3179 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3182         unconditionally.
3183
3184 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3187         pop-to-buffer-same-window for old Emacsen.
3188
3189 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3190
3191         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3192
3193 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3194
3195         * netrc.el (netrc-credentials): Spelling fix.
3196
3197 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3198
3199         * gnus-fun.el (gnus-fun-ppm-change-string):
3200         * gnus-msg.el (gnus-inews-do-gcc):
3201         * gnus-sum.el (gnus-summary-find-for-reselect):
3202         * gnus.el (gnus-summary-cancelled):
3203         * message.el (message-cancel-hook, message-send-news):
3204         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3205         * nnir.el (nnir-run-hyrex):
3206         * nntp.el (nntp-with-open-group-function):
3207         * pgg.el (pgg-pending-timers): Spelling fix.
3208
3209 2011-12-04  Chong Yidong  <cyd@gnu.org>
3210
3211         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3212         change (Bug#10200).
3213
3214 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * compface.el (uncompface):
3217         * gnus-art.el (gnus-article-x-face-command): Update the header format
3218         of icon data for the most recent icontopbm program.
3219
3220 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-msg.el (gnus-inews-do-gcc):
3223         * message.el (message-send-mail):
3224         * mml.el (mml-generate-mime): Share the value of the buffer-local
3225         `message-options' variable between a draft buffer and temprary working
3226         buffers.
3227
3228 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3231
3232 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3235         for Cygwin.
3236
3237 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         * gnus-group.el (gnus-group-prepare-flat):
3240         * mm-bodies.el (mm-encode-body):
3241         * mml.el (mml-preview):
3242         * nnml.el (nnml-request-compact-group):
3243         * pop3.el (pop3-stream-type): Spelling fix.
3244
3245 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3246
3247         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3248
3249 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3250
3251         * color.el (color-rgb-to-hsl):
3252         * gmm-utils.el (gmm-tool-bar-style):
3253         * gnus-group.el (gnus-group-prepare-flat):
3254         * gnus-topic.el (gnus-topic-prepare-topic):
3255         * mm-decode.el (mm-discouraged-alternatives):
3256         * rfc2047.el (rfc2047-encode-1):
3257         * starttls.el: Spelling fix.
3258
3259 2011-11-24  Glenn Morris  <rgm@gnu.org>
3260
3261         * binhex.el (binhex-begin-line): Give it basic doc-string.
3262
3263         * starttls.el, tls.el: Fix case of "GnuTLS".
3264
3265 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3266
3267         * gnus-group.el (gnus-group-highlight): Fix typo.
3268
3269 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3270
3271         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3272         value of `delete-file', that returns nil for a local file but returns t
3273         for a remote file using ssh.
3274
3275 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3276
3277         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3278
3279 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3282         avoid later breakage.
3283
3284 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3287         article buffers' name.
3288
3289 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3292         by Paul Eggert's spellfixes two days ago.
3293
3294 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3297         doesn't have it.
3298
3299         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3300         buffer-local instead of binding them to avoid warnings.  Also demote
3301         errors (bug#10063).
3302         (font-lock-mode-hook): Shut up byte compiler.
3303
3304 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3305
3306         * mm-util.el (mm-charset-after):
3307         * nnir.el (nnir-run-hyrex):
3308         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3309         (ntlm-get-password-hashes, ntlm-md4hash):
3310         * smime.el: Fix typo.
3311
3312 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3313
3314         * gnus-agent.el (gnus-agent-expire-group-1):
3315         * nndiary.el (nndiary-last-occurence):
3316         * nnimap.el (nnimap-request-set-mark):
3317         * nnmairix.el (nnmairix-only-use-registry):
3318         * gnus-group.el (gnus-group-prepare-flat):
3319         * gnus-sum.el (gnus-decode-encoded-word-methods):
3320         * message.el (message-wash-subject):
3321         * nntp.el (nntp-retrieve-headers-with-xover):
3322         * smime.el (smime-certificate-directory): Spelling fix.
3323
3324 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3325
3326         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3327
3328         * color.el:
3329         * gnus-agent.el (gnus-agent-possibly-alter-active):
3330         * gnus-dired.el (gnus-dired-print):
3331         * mail-parse.el:
3332         * nnmairix.el (nnmairix-request-group):
3333         * shr.el (shr-image-displayer):
3334         * sieve-manage.el:
3335         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3336
3337 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3338
3339         * gnus-sum.el (gnus-auto-select-subject):
3340         * spam-report.el (spam-report-resend): Spelling fix.
3341
3342 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3343
3344         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3345         * gnus-art.el (gnus-default-article-saver):
3346         * gnus-srvr.el (gnus-server-copy-server):
3347         * gnus.el (gnus-sloppily-equal-method-parameters):
3348         * html2text.el (html2text-format-tag-list):
3349         * message.el (message-narrow-to-head):
3350         * nndiary.el:
3351         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3352         * sieve.el: Spelling fix.
3353
3354 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3355
3356         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3357         * gnus-sum.el (gnus-summary-make-menu-bar):
3358         * gnus-uu.el (gnus-uu-decode-postscript)
3359         (gnus-uu-decode-postscript-and-save):
3360         * mailcap.el (mailcap-print-command):
3361         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3362         Fix typos.
3363
3364 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3365
3366         * gnus-art.el (gnus-article-part-wrapper):
3367         * html2text.el (html2text-fix-paragraphs):
3368         * mm-decode.el (mm-image-fit-p):
3369         * rfc2047.el (rfc2047-encode-message-header):
3370         * shr-color.el (shr-color-visible-distance-min)
3371         (shr-color-relative-to-absolute, set-minimum-interval)
3372         (shr-color-visible): Fix typos.
3373
3374 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3375
3376         * gmm-utils.el (gmm-tool-bar-item):
3377         * gnus-art.el (gnus-treat-body-boundary):
3378         * gnus-diary.el (gnus-user-format-function-d):
3379         * gnus-start.el (gnus-get-unread-articles):
3380         * pgg-gpg.el (pgg-gpg-update-agent):
3381         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3382
3383 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3384
3385         * gnus-topic.el (gnus-group-prepare-topics):
3386         * gnus-uu.el (gnus-extract-view):
3387         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3388
3389 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * spam.el: Move BBDB autoloads.
3392         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3393         BBDB 2 and 3.
3394         (spam-check-BBDB): Use it.
3395         (spam-enter-ham-BBDB): Use it.
3396
3397 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3398
3399         * smime.el (smime-draw-buffer): Spelling fix.
3400
3401 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3402
3403         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3404         for scanning exactly one level.
3405         * gnus-start.el (gnus-get-unread-articles): Ditto.
3406
3407 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3410         slightly clearer.
3411
3412 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3413
3414         * gnus-sync.el: More commentary about setup.
3415
3416 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * message.el (message-send-and-exit): Document `arg'.
3419
3420 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3421
3422         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3423
3424 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3427
3428         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3429         we don't use `bound-and-true-p'.
3430
3431 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * gnus-util.el (gnus-bound-and-true-p): Remove.
3434         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3435         * nnir.el: Use it.
3436         * nnmairix.el: Use it.
3437
3438 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * gnus-sync.el: Improve docs about CouchDB admins.
3441
3442         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3443         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3444         for reasons unknown.
3445         * nnir.el: Use it.
3446         * nnmairix.el: Use it.
3447
3448         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3449         * nnir.el: Ditto.
3450         * nnmairix.el: Ditto.
3451
3452         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3453
3454 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3457         not needed.  Provide xmlplistread list function to produce XML plist
3458         output for non-Gnus LeSync clients.
3459
3460 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3463
3464         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3465         and save against it.  Group subscriptions, read marks, other marks,
3466         subscription levels, topic names, and topic offsets (the group's
3467         position within the topic) are saved.  This is an experimental backend
3468         and may change significantly.  Load json.el from the gnus-fallback-lib
3469         if it's not available otherwise.
3470         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3471
3472 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3473
3474         * message.el (message-completion-function): Make sure
3475         message-tab-body-function is not attempted if one of
3476         message-completion-alist fails to find a completion (bug#9158).
3477
3478 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3479
3480         * mml.el (mml-quote-region): Quote <#secure> tag.
3481         (mml-generate-mime-1): Unquote <#secure> tag.
3482
3483 2011-10-20  Chong Yidong  <cyd@gnu.org>
3484
3485         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3486         calling a minor mode from Lisp with nil arg enables it, so we have to
3487         make the wording a bit ambiguous here).
3488
3489 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3492         * nnir.el (nnir-mode): Use it.
3493         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3494         Use it.
3495
3496         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3497         * nnmairix.el (gnus-registry-enabled): Ditto.
3498
3499 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3500
3501         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3502         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3503         only while we need to find out if it should be t or nil.
3504         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3505         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3506         the registry is installed.  Set it to nil when it's unloaded.
3507         (gnus-registry-install-p): Provide user guidance for the initial value
3508         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3509         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3510         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3511         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3512         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3513         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3514         `gnus-registry-install'.
3515
3516 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3517
3518         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3519         previous change.
3520         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3521         primary key is marked as disabled.
3522
3523 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3524
3525         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3526         primary key is marked as disabled.
3527
3528 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3529
3530         * html2text.el (html2text-clean-anchor): Check for quotes around
3531         `href' value.
3532
3533 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3536         searching.  Drop `bbdb-cache'.
3537
3538 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * message.el (message-signed-or-encrypted-p): Exclude header when
3541         checking if there is signed or encrypted body in text/plain message.
3542
3543 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3544
3545         * html2text.el (html2text-get-attr): Correctly handle attribute values
3546         containing "=".
3547
3548 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3549
3550         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3551         handle bindings.
3552
3553 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-win.el (gnus-configure-windows): Protect against reading
3556         ephemeral groups outside of Gnus.
3557
3558 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * shr.el (shr-tag-img): Don't get images displayed in tables.
3561
3562 2011-10-03  Glenn Morris  <rgm@gnu.org>
3563
3564         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3565         the "maintainer" version of debbugs.gnu.org reports.
3566
3567 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3570         make asynchronous adjacent image insertion work better.
3571
3572 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3573
3574         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3575         documentation.
3576
3577 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3580         `gnus-asynchronous' isn't shadowed.
3581
3582 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583
3584         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3585
3586         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3587         (nnimap-insert-partial-structure): The charset parameter isn't
3588         case-sensitive.
3589
3590         * nnheader.el (nnheader-message-maybe): New function.
3591
3592         * shr.el (shr-tag-table): Render totally broken tables better.
3593
3594         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3595         computing the boundary.
3596
3597 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598
3599         * pop3.el (pop3-number-of-responses): Remove.
3600         (pop3-wait-for-messages): Rewrite to take linear time instead of
3601         exponential time.
3602
3603 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604
3605         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3606         re-fetch images.
3607
3608         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3609         re-fetch images when hitting `g' in Gnus.
3610
3611 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3614         (mml-compute-boundary): Don't check collision if it is non-nil.
3615         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3616         before checking collision.
3617
3618 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * message.el (message-indent-citation): Really make sure there's a
3621         newline at the end.
3622
3623         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3624         Fix suggested by John Wiegley.
3625
3626         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3627
3628         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3629
3630         * message.el (message-default-send-rename-function): Break out into its
3631         own function.
3632
3633         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3634         doesn't work under XEmacs.
3635
3636         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3637         of "imaps" to word around Windows problems.
3638         (nnimap-open-connection-1): Use it.
3639
3640         * message.el (message-indent-citation): Revert last change which made
3641         `F' not work.
3642
3643 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3644
3645         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3646         terminal as well.
3647
3648 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3651         because it displays images using overlays that aren't easy to copy to
3652         the article buffer.
3653
3654 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3655
3656         * message.el (message-indent-citation): Fix empty line removal at the
3657         end of the citation.
3658
3659 2011-09-20  Julien Danjou  <julien@danjou.info>
3660
3661         * auth-source.el (auth-source-netrc-create): Use default value for
3662         password if specified.  Evaluate default.
3663         (auth-source-plstore-create): Ditto.
3664         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3665         value evaluation.
3666         (auth-source-netrc-create): Typo fix.
3667         (auth-source-plstore-create): Ditto.
3668
3669         * password-cache.el (password-cache-remove): Remove entries even if the
3670         value is nil, so that password with a nil value (negative caching) is
3671         possible to invalidate.
3672
3673         * auth-source.el (auth-source-format-cache-entry): New function.
3674
3675 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3678
3679 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3682
3683 2011-09-19  Julien Danjou  <julien@danjou.info>
3684
3685         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3686         which work with things that are not ASCII.
3687
3688 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3691
3692 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3695         message level.
3696
3697 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3700
3701 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3704
3705 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3706
3707         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3708         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3709
3710 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3711
3712         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3713         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3714         articles.
3715
3716 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3717
3718         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3719         (message-mail-other-window, message-mail-other-frame)
3720         (message-news-other-window, message-news-other-frame):
3721         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3722         instead of setting buffer display varibles.
3723
3724 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3727
3728         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3729
3730 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3733         duplicates" to a higher level.
3734
3735         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3736         most egregious messages.
3737
3738 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3741
3742 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3743
3744         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3745         up the file (bug#9351).
3746
3747 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3748
3749         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3750         it does with all other backends, but decode the names immediately after
3751         getting them.
3752
3753         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3754         decoding nnimap groups.
3755
3756         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3757         newsrc file.  It doesn't seem like an important optimization any more.
3758
3759 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3760
3761         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3762         overflows.
3763
3764 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3767         (gnus-interactive-exit): Extend to `quiet'.
3768
3769         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3770
3771         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3772         string.
3773
3774         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3775         renaming function arguments from `this'.
3776
3777         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3778
3779         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3780         has been renamed.
3781         (gnus-lrm-string-p): Include RLM and PDF, too.
3782
3783         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3784         (bug#9225).
3785
3786 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3787
3788         Add autoload cookies for functions used by sendmail.el.
3789         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3790
3791         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3792
3793 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-art.el (article-date-ut): Work properly even when there are
3796         things like Date header in the body; work for forwarded parts.
3797
3798 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3799
3800         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3801         original-article-buffer.
3802
3803 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3804
3805         * nnir.el (nnir-compose-result): Fix matching of server type.
3806         (nnir-run-swish++): Ditto.
3807         (nnir-run-namazu): Ditto.
3808         (nnir-run-notmuch): Ditto.
3809
3810 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3813         (bug#9405).
3814
3815         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3816         (bug#9421).
3817
3818         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3819         (bug#9425).
3820
3821         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3822         thing (bug#9426).
3823
3824 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3827         the error message.
3828
3829 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3830
3831         * message.el (message-setup-1): Return t (Bug#9392).
3832
3833 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3834
3835         * gnus-sum.el: When adding article headers to a summary buffer also
3836         update gnus-newsgroup-articles (bug#9386).
3837
3838 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * auth-source.el: Autoload help-mode.
3841
3842 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3845         names.
3846
3847 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3848
3849         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3850         mm-replace-in-string for compatibility issues.
3851         * mml2015.el (mml2015-epg-verify): Ditto.
3852
3853 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3856
3857         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3858
3859 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3862         continue on and do the clean-up phase (bug#9188).
3863
3864         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3865         just ignore groups that can't be opened instead of erroring out
3866         (bug#9225).
3867
3868         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3869         nil since some many people are fuddy-duddies.
3870
3871         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3872         images.
3873
3874         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3875         instead.
3876
3877         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3878
3879         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3880
3881         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3882         processing.
3883
3884         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3885         buffer to avoid warnings.
3886
3887 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3888
3889         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3890         specified to reduce precision.
3891
3892 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3895         bodystructures (bug#9314).
3896
3897 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3900         Make button keymap non-sticky after buttons.
3901
3902 2011-08-18  David Engster  <dengste@eml.cc>
3903
3904         * nnmairix.el (nnmairix-request-set-mark)
3905         (nnmairix-goto-original-article): Remove adding of article to registry,
3906         since `gnus-registry-add-group' isn't available anymore.
3907         (nnmairix-determine-original-group-from-registry):
3908         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3909         available anymore.
3910
3911 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3912
3913         * starttls.el (starttls-any-program-available): Define as obsolete
3914         function.
3915
3916 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3919         versions which Gnus use when appropriate.
3920
3921         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3922         a pretty destructive command.
3923
3924         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3925
3926 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * message.el (message-fix-before-sending): Make a different warning
3929         about NUL characters (bug#9270).
3930
3931         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3932         from custom (bug#9260).
3933
3934         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3935         things work in Emacs 22 and XEmacs, too.
3936
3937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3938         default From.
3939
3940         * gnus-spec.el (gnus-lrm-string-p): New macro.
3941         (gnus-lrm-string): New constant.
3942         (gnus-summary-line-format-spec): LRM-ify the from.
3943         (gnus-tilde-max-form): LRM-ify string chopping.
3944
3945         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3946
3947         * message.el (message-is-yours-p): Allow disabling canlock checking
3948         (bug#9295).
3949         (message-shoot-gnksa-feet): Add `canlock-verify'.
3950         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3951         message directory isn't writable (bug#9304).
3952
3953         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3954         non-world-readable.
3955
3956 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3959         articles.
3960
3961 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3962
3963         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3964         copy-list.
3965
3966 2011-08-12  Sam Steingold  <sds@gnu.org>
3967
3968         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3969         in the reverse order to avoid modifying the cache with `nreverse'.
3970         (gnus-all-score-files): Do not modify the value returned by
3971         `gnus-score-find-alist' because it lives in a cache variable.
3972         (gnus-current-home-score-file): No need to `nreverse' the return value
3973         of `gnus-score-find-alist', it is already in the correct order.
3974
3975 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3976
3977         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3978         type MESSAGE and subtype RFC822 is slightly different from those of
3979         type TEXT.
3980
3981 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3982
3983         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3984         This allows article-referral to work from an nnir group.
3985
3986 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3987
3988         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3989
3990 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3991
3992         * mml1991.el (mml1991-epg-find-usable-key)
3993         (mml1991-epg-find-usable-secret-key): New function.
3994         (mml1991-epg-sign): Check if signing key is usable.
3995         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3996
3997 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3998
3999         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4000         server-variables only.  This should fix a bug introduced with commit
4001         e1889675b7f4adf057833c5513c9374134c4e053.
4002         (nnir-run-query): 'nnir-search-engine should not be set from the global
4003         environment.
4004
4005 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4006
4007         * nnir.el (nnir-search-thread): Position point on referring article
4008         line.
4009         (nnir-warp-to-article): Clean up summary buffers.
4010
4011         * nnimap.el (nnimap-request-thread): Whitespace fix.
4012
4013 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4014
4015         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4016
4017 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * starttls.el (starttls-available-p): Rename from
4020         `starttls-any-program-available' and changed return convention.
4021
4022 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4023
4024         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4025         `unix-sync' unless it's defined.
4026
4027 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4028
4029         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4030         `aref' for XEmacs compatibiltiy.
4031
4032 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4035
4036 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4037
4038         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4039         closures, quote the form properly (bug#9194).
4040
4041 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4044         (gnus-summary-insert-new-articles): Protect against servers that are
4045         down.
4046
4047 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4048
4049         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4050         in mm handle if none is specified.
4051
4052 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4053
4054         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4055
4056 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4057
4058         * nnir.el (nnir-search-thread): New function to make an nnir group
4059         based on a thread query.
4060
4061         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4062         of nnir in thread referral.
4063         (gnus-summary-refer-thread): Use it.
4064
4065         * nnimap.el (nnimap-request-thread): Use it.
4066
4067 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * shr.el (shr-tag-comment): Ignore HTML comments.
4070
4071 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4072
4073         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4074         argument.
4075         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4076         Use `nnir-address' to handle server info rather than passing an arg.
4077
4078         * nnimap.el (nnimap-make-thread-query): New utility function to format
4079         an imap thread search query.
4080         (nnimap-request-thread): Use it.
4081
4082         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4083         right select-method if we are not going back to the group buffer.
4084
4085 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4088         enter invalid buffer configurations into the quit form (bug#9107).
4089         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4090         unplugged/plugged.
4091
4092         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4093         keep track of which ones are unread (bug#9061).
4094
4095         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4096         (bug#9055).
4097
4098         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4099         (bug#9041).
4100
4101         * gnus-html.el (mm-util): Require (bug#9073).
4102
4103         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4104         (gnus-summary-refer-thread): Use it to remove duplicates in the
4105         un-threaded view (bug#9053).
4106         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4107
4108 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4109
4110         * nnir.el (nnir-read-server-parm): Use default value from global
4111         variable.  Without this the default search engine parameters aren't
4112         used at all.
4113
4114 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * message.el (message-unique-id): Don't use the undocumented return
4117         value from (random t) (bug#9118).
4118
4119 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * message.el (message-auto-save-directory): If the ~/Mail directory
4122         doesn't exist, use ~ as the auto-save directory (bug#4432).
4123
4124         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4125         hasn't already been started.
4126
4127 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4130
4131         * message.el (message-reply): Work around mysterious bug where
4132         `message-mode' seems to overwrite the locally bound `subject' variable.
4133
4134 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4135
4136         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4137         correct group.
4138
4139         * gnus-int.el (gnus-request-thread): Add group argument.
4140
4141         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4142
4143 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4146
4147         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4148         renamed to `debbugs-gnu-*'.
4149
4150 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4151
4152         * plstore.el: Revert the editing feature since it is not urgent.
4153         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4154         (plstore-mode-decoded): Remove.
4155
4156 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4159         isn't very interesting any more, and it leaks potentially secret data.
4160         (gnus-debug): Remove.
4161
4162         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4163         use of :custom-show.
4164
4165 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4166
4167         * plstore.el: Add documentation.
4168         (plstore-mode): New mode to edit plstore file.
4169         (plstore-mode-toggle-display, plstore-mode-original)
4170         (plstore-mode-decoded): New command.
4171         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4172         (plstore--insert-buffer, plstore--make): New function.
4173         (plstore-open, plstore-save): Simplify by using them.
4174
4175 2011-07-06  Glenn Morris  <rgm@gnu.org>
4176
4177         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4178
4179 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4182         no longer is much used.
4183         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4184         Articles".
4185
4186 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4187
4188         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4189         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4190         `notmuch' backend.
4191
4192 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * mm-decode.el (mm-text-html-renderer): Doc fix.
4195
4196         * gnus-msg.el (gnus-bug): Fix the MML tag.
4197
4198         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4199
4200 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4201
4202         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4203         secondary methods if started with `gnus-no-server'.
4204
4205 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4206
4207         * message.el (message-return-action): Fix typo in docstring.
4208
4209 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4212         bug reports at once.
4213
4214         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4215
4216 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * nndraft.el: Require gnus-group.
4219         (nndraft-request-list): Declare.
4220
4221         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4222         no unread article unless it matches gnus-permanently-visible-groups.
4223
4224         * nndraft.el (nndraft-update-unread-articles): New function.
4225         (nndraft-request-associate-buffer): Use it to update the number of
4226         unread articles for the nndraft groups in the group buffer when saving
4227         or killing a draft message.
4228
4229 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4232         systems to binary before writing and reading the mbox files.
4233
4234         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4235         instead of trying to list them all (bug#8978).
4236
4237 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4238
4239         * pop3.el (pop3-open-server): Use :end-of-capability.
4240
4241 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4244         the id is always a number.
4245
4246         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4247
4248         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4249         debbugs mode, if possible.
4250
4251 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4252
4253         * auth-source.el (auth-source-token-passphrase-callback-function):
4254         Reindent.
4255         (epg-context-operation): Remove unnecessary autoload.
4256
4257 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus.el (gnus-list-debbugs): New command.
4260
4261         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4262         mboxstat instead of the maintbox, since the stat seems to be fuller.
4263
4264         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4265         summary buffers.
4266
4267         * message.el (message-get-reply-headers): Delete all duplicates,
4268         instead of the first.
4269         (message-get-reply-headers): Ensure that we have progress while
4270         deleting duplicates.
4271
4272         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4273         gnus-posting-style value from the summary buffer to make it easier to
4274         make that a per-buffer conf.
4275
4276 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4277
4278         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4279         found by setting `shortcut' in 'query.
4280         (nnir-request-article): Use `shortcut' setting when requesting article
4281         by Message-ID.
4282
4283 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4286         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4287         Bring the pseudo-headers back too.
4288
4289 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4290
4291         * auth-source.el (auth-source-token-passphrase-callback-function):
4292         Simplify and remove EPA dependency.
4293
4294 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4295
4296         * nnir.el (nnir-request-article): Fix error message text.
4297
4298 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4299
4300         * auth-source.el (plstore-delete): Autoload.
4301         (auth-source-plstore-search): Support delete operation.
4302         * plstore.el (plstore-delete): New function.
4303
4304 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4307         mark actually existing articles as unread rather than the ones that
4308         active asserts.
4309
4310 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4311
4312         * nntp.el (nntp-record-command):
4313         * gnus-util.el (gnus-message-with-timestamp-1):
4314         Use format-time-string rather than decoding time stamps by hand.
4315         This is simpler and insulates the code from potential changes to
4316         current-time format.
4317
4318 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4321
4322 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4323
4324         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4325         (plstore-save): Support public key encryption.
4326         (plstore--init-from-buffer): New function.
4327         (plstore-open): Use it; fix error when opening a non-existent file.
4328         (plstore-revert): Use plstore--init-from-buffer.
4329
4330 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4331
4332         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4333
4334 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4337         for old Emacsen.
4338
4339 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4340
4341         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4342         is not fully working.
4343
4344 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * dgnushack.el: Autoload sha1 on XEmacs.
4347
4348         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4349         quit window configuration.
4350
4351         * auth-source.el (epg-context-set-passphrase-callback):
4352         Remove duplicate autoload.
4353
4354 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4355
4356         * nnir.el (nnir-request-article): Allow requesting articles by
4357         Message-ID with nnimap.
4358
4359         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4360         current server.
4361
4362 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * auth-source.el: Autoload EPA/EPG functions.
4365         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4366         changed when EPA/EPG is not available.
4367         (auth-source-backend): Rename "arg" member to "data".
4368         (auth-source-backend-parse, auth-source-plstore-search)
4369         (auth-source-plstore-create): Use it.
4370
4371 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4372
4373         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4374         `gnus-refer-article-methods'.
4375
4376 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * auth-source.el: Require EPA and EPG.
4379         (auth-source-passphrase-alist): New variable.
4380         (auth-source-passphrase-callback-function)
4381         (auth-source-token-passphrase-callback-function): Callbacks for the
4382         netrc field encryption (GPG tokens).
4383         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4384         Symmetric encryption and decryption of the netrc GPG tokens.
4385         (auth-source-netrc-normalize): Use them, simplifying the closure.
4386
4387 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4390         is available.
4391
4392 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4395         non-nil, and `nnimap-split-methods' is nil, use the former.
4396
4397 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4398
4399         * plstore.el (plstore-revert): New function.
4400         (plstore-open): Use it; hide the buffer from user.
4401
4402 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4403
4404         * auth-source.el (auth-source-backend): New member "arg".
4405         (auth-source-backend-parse): Handle new backend 'plstore.
4406         * plstore.el: New file.
4407
4408 2011-06-30  Glenn Morris  <rgm@gnu.org>
4409
4410         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4411
4412 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4415         expiring articles to.
4416
4417         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4418         variations as ASCII (bug#5458).
4419
4420 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4423
4424 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * message.el (message-point-in-header-p): Tweak the function to default
4427         to saying that we're not in the headers if there is no separator at
4428         all.  This makes it possible to use the Message version of `M-q' in
4429         buffers with no headers (bug#7987).
4430         (message-point-in-header-p): Fix last checkin to work with an empty
4431         mail-header-separator, too.
4432
4433         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4434         again, save the choice via customize.
4435
4436 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4439
4440         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4441         ended the connection, bail out before waiting infinitely on a new
4442         connection.
4443
4444 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4445
4446         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4447         reports.
4448
4449         * gnus.el (gnus-bug-package): Use "gnus."
4450         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4451
4452 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * dgnushack.el: Make the timer warning go away on XEmacs.
4455
4456         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4457         animations going on at article exit time.
4458
4459         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4460         since removing it breaks people upgrading.
4461
4462         * shr.el (shr-put-image): Use the new interface for animating images.
4463         (shr-put-image): Animate for 60 seconds.
4464
4465         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4466         avoid compiler warnings.
4467
4468         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4469         error with `find-file-hooks' on Emacs 22.
4470         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4471         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4472         on all architectures.
4473
4474         * spam.el (spam-stat): Require in a normal fashion without binding
4475         `spam-stat-install-hooks' to avoid compilation warnings.
4476
4477         * spam-stat.el (spam-stat-install-hooks): Remove.
4478         (spam-stat-install-hooks): Don't run automatically.
4479
4480 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4481
4482         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4483         and keystroke.
4484
4485 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * auth-source.el (auth-source-netrc-cache): Move forward.
4488
4489 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * proto-stream.el (proto-stream-open-starttls): Use
4492         `gnutls-available-p' to see whether we have built-in support.
4493
4494         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4495         we already know.
4496         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4497         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4498
4499 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4502         %S format, since that looks odd.
4503         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4504         file, especially when saving.
4505
4506 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4507
4508         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4509         article found.
4510
4511 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4512
4513         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4514         `auth-source-save-secrets' with a more sensitive alist that can be
4515         configured per file.  Experimental, so defaults to 'never.
4516         (auth-source-netrc-create): Use it.  Still experimental code.
4517         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4518         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4519
4520 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * auth-source.el (auth-source-save-secrets): New variable to control if
4523         secret tokens should be saved encrypted.
4524         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4525         to `auth-source-netrc-normalize'.
4526         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4527         on the EPA variables being defined.
4528         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4529         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4530         the lexical-let closure.
4531         (auth-source-netrc-create): Create "gpg:" tokens according to
4532         `auth-source-save-secrets'.
4533
4534 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-group.el (gnus-group-update-group): Add new argument
4537         `info-unchanged' that stops updating dribble buffer.
4538
4539         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4540         deletes lines matching to it in dribble buffer.
4541
4542         * gnus-agent.el (gnus-agent-fetch-group-1):
4543         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4544         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4545         * gnus-start.el (gnus-group-change-level):
4546         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4547
4548         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4549         if newsgroup info is not changed.
4550
4551         * gnus-group.el (gnus-group-get-new-news-this-group):
4552         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4553         Don't update dribble buffer.
4554
4555 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4558         remove entries with groups we ignore.
4559
4560 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4563         the underline comes at the bottom.
4564
4565 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4566
4567         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4568         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4569         (gnus-registry-article-marks-to-names): Rename from
4570         `gnus-registry-user-format-function-M2'.
4571
4572 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4575         ephemeral group.
4576
4577 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * shr.el (shr-browse-image): Copy the URL if called interactively.
4580
4581 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4584         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4585         done, then unselected articles may be marked as read.
4586
4587         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4588         since not doing this seems to lead to a race condition in pop3-logon.
4589
4590         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4591         so that the call chain it correct when we call "upwards".
4592
4593         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4594         in read-only groups.
4595
4596         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4597
4598         * message.el (message-cite-reply-position): Doc string fix.
4599
4600         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4601         avoid regexp overflow.
4602         (nnimap-transform-split-mail): Ditto.
4603
4604         * pop3.el (pop3-retr): Error out if the server closes the connection.
4605
4606 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4607
4608         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4609         mm-with-unibyte-current-buffer.  The buffer should not contain any
4610         multibyte chars anyway at this stage.
4611
4612 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4613
4614         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4615         at the end of lines.
4616
4617 2011-05-29  Julien Danjou  <julien@danjou.info>
4618
4619         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4620
4621 2011-05-27  Glenn Morris  <rgm@gnu.org>
4622
4623         * gnus-group.el (gnus-bug-group-download-format-alist):
4624         Use the "maintainer" version of debian reports as well.
4625
4626 2011-05-26  Glenn Morris  <rgm@gnu.org>
4627
4628         * gnus-group.el (gnus-bug-group-download-format-alist):
4629         Use the "maintainer" version of debbugs.gnu.org reports.
4630
4631 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4634
4635 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4636
4637         * gnus-cus.el (gnus-agent-customize-category):
4638         * gnus-delay.el (gnus-delay-send-queue):
4639         * gnus.el (gnus-other-frame):
4640         Don't quote lambda expressions with `quote'.
4641
4642 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4645         the thread moves us backwards and so we loop forever.
4646
4647 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4650         whitespace in base64 data lines.
4651
4652 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * gnus-registry.el (gnus-registry-user-format-function-M):
4655         Use `mapconcat'.
4656         (gnus-registry-user-format-function-M2): Use to see the full text of
4657         the marks.  Make "," the mark text separator.
4658
4659         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4660         authentication with auth-source.
4661
4662 2011-05-17  Glenn Morris  <rgm@gnu.org>
4663
4664         * gnus-group.el (gnus-import-other-newsrc-file):
4665         Use insert-file-contents.
4666
4667 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4668
4669         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4670         1000 iterations.
4671
4672 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * nntp.el (nntp-open-connection): Check if process-type is available.
4675
4676 2011-05-16  Julien Danjou  <julien@danjou.info>
4677
4678         * shr.el (shr-tag-del): Add support for del tag.
4679
4680 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-html.el (gnus-html-put-image): Register a displayer.
4683
4684         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4685
4686 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4687
4688         * registry.el (prune-factor): New initialization parameter defaulting
4689         to 0.1.
4690         (registry-prune-hard): Use it.
4691
4692         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4693         0.1 expicitly.
4694
4695 2011-05-13  Glenn Morris  <rgm@gnu.org>
4696
4697         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4698         is bound, since this function requires sendmail.
4699
4700 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * registry.el (registry-usage-test): Disable pruning test.
4703
4704 2011-05-11  David Engster  <dengste@eml.cc>
4705
4706         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4707         Bind set-network-process-option for XEmacs.
4708
4709 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * registry.el (registry-prune-hard-candidates)
4712         (registry-prune-soft-candidates): Helper methods for registry pruning.
4713         (registry-prune): Use them.  Make the sort function optional.
4714
4715 2011-05-10  Jim Meyering  <meyering@redhat.com>
4716
4717         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4718
4719 2011-05-10  Julien Danjou  <julien@danjou.info>
4720
4721         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4722         symbol and not a list.
4723
4724 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-art.el (gnus-article-mode): Move binding of
4727         shr-put-image-function here from gnus-article-prepare-display.
4728
4729         * shr.el (shr-put-image-function): New variable.
4730         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4731         (shr-put-image): Return scaled image.
4732
4733         * gnus-art.el (gnus-shr-put-image): New function.
4734         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4735
4736         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4737         original ones, as deletable.
4738
4739 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4740
4741         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4742
4743 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4744
4745         * registry.el (registry-full): Add convenience method.  Fix logic.
4746         (registry-insert): Use it.  Fix logic here too.
4747
4748         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4749         `registry-prune' if `registry-full' returns t.
4750         (gnus-registry-handle-action)
4751         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4752         (gnus-registry-usage-test): Use it.
4753
4754 2011-05-07  Julien Danjou  <julien@danjou.info>
4755
4756         * shr.el (shr-link): Make shr-link inherit from link by default.
4757
4758 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4759
4760         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4761
4762 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4765         error out because the face is not a list.
4766
4767 2011-05-05  Glenn Morris  <rgm@gnu.org>
4768
4769         * proto-stream.el (gnutls-negotiate): Fix declarations.
4770
4771         * gnus-start.el (gnus-propagate-marks): Declare.
4772
4773 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * registry.el (registry-reindex): Fix percentage message.
4776
4777         * proto-stream.el (network-stream-open-starttls): Adjust to call
4778         `gnutls-negotiate' with :process and :hostname arguments.
4779
4780 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * shr.el: Add shr-link face for links.
4783         (shr-urlify): Use it.
4784
4785         * registry.el (registry-insert): Make error message more helpful.
4786
4787 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-html.el (gnus-html-schedule-image-fetching):
4790         Use url-queue-retrieve, if it exists.
4791
4792         * shr.el (shr-tag-img): Ditto.
4793
4794         * gnus.el: Autoload more gnus-agent functions.
4795
4796         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4797         agent if we haven't already (bug#8502).
4798
4799         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4800         into the Agent, too.
4801
4802         * gnus-agent.el (gnus-agent-store-article): New function.
4803
4804         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4805         and moved from that file for reuse.
4806
4807         * pop3.el (pop3-open-server): Error messages are "-ERR".
4808
4809 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4812         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4813
4814 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4815
4816         * gnus.el: No Gnus v0.17 is released.
4817
4818 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4819
4820         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4821         buffer has moved to a different frame.
4822
4823 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824
4825         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4826         to get the conversion from unibyte to multibyte buffers to work on
4827         Emacs 22.
4828
4829         * nntp.el (nntp-request-article): Slight clean-up.
4830
4831 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * shr.el (shr-strike-through): New face.
4834         (shr-tag-s): Use it to provide <s> support.
4835         (shr-tag-s): Remove duplicate definition.
4836
4837 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4840         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4841
4842 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4845         `gnutls-negotiate'.
4846         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4847
4848 2011-04-23  Glenn Morris  <rgm@gnu.org>
4849
4850         * gnus-sum.el (gnus-extra-headers): Bump :version.
4851
4852 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * shr.el (shr-tag-sup): New function.
4855         (shr-tag-sub): Ditto.
4856
4857 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4860         for the case where `gnus-registry-ignored-groups' is a list of lists,
4861         and don't call `gnus-parameter-registry-ignore' otherwise.
4862
4863 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * nnimap.el (nnimap-user): New backend variable.
4866         (nnimap-open-connection-1): Use it.
4867         (nnimap-credentials): Accept user parameter so it's explicit what user
4868         name is desired.
4869
4870         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4871         default.
4872
4873         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4874         not gnus-registry.el.
4875
4876         * gnus-registry.el: Mention in comments how to modify
4877         `gnus-extra-headers' for proper recipient tracking and that it may
4878         already have To and Cc recently, which it does as of this commit.
4879         (gnus-registry-ignored-groups): Remove defcustom.
4880         Explain why in comments.
4881         (gnus-registry-action): Fix data-header reference to use the extra
4882         headers.  Explain in package commentary how to add To and Cc headers to
4883         the gnus-extra-headers.
4884         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4885         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4886         parameter list or a string list in `gnus-registry-ignored-groups'.
4887         Fix logic error.
4888
4889 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * shr.el (shr-expand-url): Protect against null urls.
4892
4893 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * shr.el (shr-base): New binding.
4896         (shr-tag-base): Keep track of <base>.
4897         (shr-expand-url): New function used throughout.
4898
4899 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * gnus-registry.el
4902         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4903         (gnus-registry-ignored-groups): New variable.
4904         (gnus-registry-ignore-group-p): Use it.
4905         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4906         set the destination group to nil (same as delete) if it's ignored.
4907
4908 2011-04-20  David Engster  <dengste@eml.cc>
4909
4910         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4911
4912         * Makefile.in (test-nntp): New rule.
4913         (check): Add it.
4914         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4915
4916 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-registry.el (gnus-registry-action)
4919         (gnus-registry-fetch-header-fast):
4920         Don't use mail-header that looks an internal function of mailheader.el.
4921
4922 2011-04-19  Glenn Morris  <rgm@gnu.org>
4923
4924         * time-date.el (time-to-days): Remove unused local variables.
4925
4926 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-registry.el: Eliminate cl functions.
4929         (gnus-registry-sort-addresses): New function that replaces mapcan.
4930         (gnus-registry-action, gnus-registry-spool-action)
4931         (gnus-registry-split-fancy-with-parent)
4932         (gnus-registry-fetch-recipients-fast): Use it.
4933         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4934
4935         * registry.el (initialize-instance, registry-lookup)
4936         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4937         (registry-lookup-secondary-value, registry-search, registry-delete)
4938         (registry-insert, registry-reindex, registry-size, registry-prune):
4939         Use eval-and-compile.
4940
4941 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * registry.el (registry-reindex): New method to recreate the secondary
4944         registry indices.
4945
4946         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4947         tracked field changes.
4948         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4949         (gnus-registry-action, gnus-registry-spool-action)
4950         (gnus-registry-handle-action)
4951         (gnus-registry--split-fancy-with-parent-internal)
4952         (gnus-registry-split-fancy-with-parent)
4953         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4954         move, and delete actions, and for fancy splitting with parent.
4955         (gnus-registry-extract-addresses)
4956         (gnus-registry-fetch-recipients-fast)
4957         (gnus-registry-fetch-header-fast): Convenience functions.
4958         (gnus-registry-misc-test): ERT test of
4959         `gnus-registry-extract-addresses'.
4960
4961 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4964         Track by subject first, then sender.
4965
4966 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4967
4968         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4969
4970         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4971         Lisp.
4972
4973         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4974         (gnus-draft-send): Use it to avoid popping
4975         up frames from gnus-group-send-queue.
4976
4977 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * gnus-registry.el: Updated gnus-registry docs.
4980
4981 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4982
4983         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4984         Fix logic bug.
4985         (gnus-registry-post-process-groups): Fix logging of no results and
4986         quote sender and subject.
4987
4988 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4991         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4992         gnutls-cli are too slow to be done opportunistically.
4993
4994         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4995         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4996         we had no early-data returned.
4997         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4998         two async commands to the same server at the same time.
4999
5000 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5001
5002         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5003
5004 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5007         "warning" level.
5008
5009         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5010         (mm-url-insert-file-contents): Don't set the package names.
5011
5012 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5013
5014         * gnus-registry.el (gnus-registry-action): Remove properties and
5015         simplify subject in `gnus-registry-handle-action'.
5016         (gnus-registry-spool-action): Get subject and sender from message if
5017         they are not passed in.
5018         (gnus-registry-handle-action): Remove properties and simplify subject
5019         consistently.
5020
5021 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5022
5023         * registry.el: Require CL before using defmacro*.
5024
5025 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-art.el (article-treat-date): Assume that
5028         gnus-article-date-headers may be a group parameter.
5029
5030 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5033
5034         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5035         interactively so the newsrc file can contain foreign groups too.
5036         Useful for debugging but not much for users.
5037
5038 2011-04-07  David Engster  <dengste@eml.cc>
5039
5040         * registry.el (registry-usage-test): Only do
5041         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5042         lexical binding.
5043
5044 2011-04-07  David Engster  <dengste@eml.cc>
5045
5046         * Makefile.in (check, test-registry): New rules for test-suite.
5047
5048 2011-04-06  David Engster  <dengste@eml.cc>
5049
5050         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5051         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5052
5053 2011-04-06  David Engster  <dengste@eml.cc>
5054
5055         * registry.el (initialize-instance): Change :after to :AFTER to be
5056         compatible with old EIEIO version in XEmacs.
5057
5058 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * gnus-registry.el (gnus-registry-post-process-groups)
5061         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5062         and provide better messaging.
5063
5064 2011-04-06  David Engster  <dengste@eml.cc>
5065
5066         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5067         errors.
5068
5069         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5070         dgnushack-compile with error-on-warn enabled, and to signal an error if
5071         clean compilation failed.
5072         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5073         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5074
5075 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5078         unconditionally anyway, discarding errors.
5079         (gnus-registry-delete-entries): New convenience function.
5080         (gnus-registry-import-eld): Import from old .eld registry.
5081
5082         * registry.el: Don't use ERT if it's not available.  Load it
5083         unconditionally anyway, discarding errors.
5084
5085         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5086         version from the Claudio Bley GnuTLS patch (extra optional parameters
5087         and host name).
5088
5089 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5092         fixup the parameters that can be customized by the user between
5093         save/read cycles.
5094         (gnus-registry-read): Use it.
5095         (gnus-registry-make-db): Use it.
5096         (gnus-registry-spool-action, gnus-registry-handle-action):
5097         Fix messaging.
5098         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5099         Map references to actual group names with sender and subject tracking.
5100         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5101         (gnus-registry-usage-test): Add subject lookup test.
5102
5103         * registry.el (registry-db, initialize-instance): Set up constructor
5104         instead of :initform arguments for the sake of older Emacsen.
5105         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5106         pre-lexbind merge bug.
5107         (registry-usage-test): Use it.
5108         (initialize-instance, registry-db): Move the non-function initforms
5109         back to the class definition.
5110
5111 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5112
5113         * registry.el: New library to manage gnus-registry-style data.
5114
5115         * gnus-registry.el: Use it (major rewrite).
5116
5117         * nnregistry.el: Use it.
5118
5119         * spam.el: Use it.
5120
5121 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5122
5123         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5124         marks on non-selected articles.
5125
5126 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5127
5128         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5129         parameter to open-protocol-stream.
5130
5131 2011-04-01  Julien Danjou  <julien@danjou.info>
5132
5133         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5134         fundamental-mode.
5135
5136 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5139         servers.
5140
5141 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5144         made marks not propagate, again.
5145
5146 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5147
5148         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5149         Make this the default type.
5150         (proto-stream-open-plain): Rename from proto-stream-open-default.
5151         (open-protocol-stream, proto-stream-open-starttls)
5152         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5153         with `plain'.
5154
5155         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5156         value.
5157
5158         * nntp.el (nntp-open-connection-function): Document the fact that some
5159         values are not functions but are instead handled specially.
5160         Recognize nntp-open-plain-stream value.
5161         (nntp-open-connection): Recognize that value.
5162
5163 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5166         where it seems to be needed.
5167
5168 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5171         stuff.
5172
5173         * gnus-score.el (gnus-score-string): Fix calling convention of
5174         `gnus-simplify-buffer-fuzzy' after last patches.
5175
5176         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5177         server for articles we didn't get any headers for.  This is a sanity
5178         check.
5179
5180 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5181
5182         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5183         new CAPABILITY, use it.
5184
5185 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5188         downloading anything.
5189
5190         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5191
5192 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5193
5194         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5195         colors.
5196         (gnus-splash-svg-color-symbols): New function.
5197
5198 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5201         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5202         (gnus-simplify-subject-fuzzy): Use the local
5203         gnus-simplify-subject-fuzzy-regex instead of the global one.
5204         This makes using this variable in group parameters work.
5205
5206 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * gnus-registry.el (gnus-registry-unfollowed-groups):
5209         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5210         archive:sent-YYYY-MM-DD groups).
5211         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5212         tracking if there are more than `gnus-registry-max-track-groups'
5213         matches.
5214
5215 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5216
5217         * message.el (message--yank-original-internal): New function to do the
5218         insertion cleanly inside eval in `message-yank-original'.
5219         (message-yank-original): Use it.
5220
5221 2011-03-29  Julien Danjou  <julien@danjou.info>
5222
5223         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5224         local variables disabled rather than `normal-mode'.
5225
5226 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5227
5228         * imap.el (imap-shell-open, imap-process-connection-type):
5229         Use imap-process-connection-type for 'shell' streams as well as
5230         Kerberos, SSL, other subprocesses.
5231
5232 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5233
5234         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5235         with open-network-stream.
5236         (proto-stream-always-use-starttls): Option removed.
5237         (open-protocol-stream): Return a process object by default.  Provide a
5238         new parameter :return-list specifying a list-type return value, which
5239         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5240         :type `network' to `try-starttls', and `network-only' to `default'.
5241         Make `default' the default, for compatibility with open-network-stream.
5242         Handle the no-parameter case exactly as open-network-stream, with no
5243         additional stream processing.  Search plists using plist-get.
5244         Explicitly add :end-of-commend parameter if it is missing.
5245         (proto-stream-open-default): Rename from
5246         proto-stream-open-network-only.  Return 'default as the type.
5247         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5248         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5249         failed.  Always return a list with a (possibly dead) process as the
5250         first element, for compatibility with open-network-stream.
5251         (proto-stream-open-tls): Use plist-get.  Always return a list.
5252         (proto-stream-open-shell): Return `default' as connection type.
5253         (proto-stream-capability-open): Use plist-get.
5254         (proto-stream-eoc): Function deleted.
5255
5256         * nnimap.el (nnimap-stream, nnimap-open-connection)
5257         (nnimap-open-connection-1): Handle renaming of :type parameter for
5258         open-protocol-stream.
5259         (nnimap-open-connection-1): Pass a :return-list parameter
5260         open-protocol-stream to obtain a list return value.  Parse this list
5261         using plist-get.
5262
5263         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5264         for open-protocol-stream.  Accept open-protocol-stream return value
5265         that is a subprocess object instead of a list.  Handle the case of a
5266         dead returned process.
5267
5268 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5271
5272         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5273
5274 2011-03-21  Julien Danjou  <julien@danjou.info>
5275
5276         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5277         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5278         query.
5279         (mm-inline-text): Render normal text with fontification whenever
5280         possible.
5281
5282         * gnus-sum.el (gnus-summary-save-parts-1):
5283         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5284         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5285         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5286         Use `mm-handle-filename'.
5287
5288         * mm-util.el (mm-handle-filename): New function, return the filename of
5289         an handle.
5290
5291 2011-03-18  Julien Danjou  <julien@danjou.info>
5292
5293         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5294         (gnus-buffer-live-p): Check that buffer is not nil.
5295
5296 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5297
5298         * gnus.el: No Gnus v0.15 is released.
5299
5300 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5303         avoid warning on XEmacs.
5304
5305         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5306         on XEmacs.
5307
5308         * gnus-art.el: Require mouse, which the build bot seems to say is
5309         needed.
5310
5311         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5312
5313         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5314         XEmacs, since it doesn't have url-retrieve-synchronously.
5315
5316         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5317         since assoc-string doesn't exist in XEmacs.
5318
5319 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5320
5321         * gnus-group.el (gnus-group-list-ticked): New function.
5322         (gnus-group-make-menu-bar): Provide a menu entry for it.
5323         (gnus-group-list-map): Provide a binding for it.
5324
5325 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * shr.el (shr-visit-file): New command.
5328
5329         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5330
5331 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5332
5333         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5334         servers.
5335
5336 2011-03-16  Julien Danjou  <julien@danjou.info>
5337
5338         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5339         inline.
5340
5341         * gnus-art.el (article-hide-list-identifiers):
5342         Use gnus-group-get-list-identifiers.
5343
5344         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5345         (gnus-summary-remove-list-identifiers):
5346         Use gnus-group-get-list-identifiers to get regexp.
5347         (gnus-select-newsgroup, gnus-summary-insert-subject)
5348         (gnus-summary-insert-articles):
5349         Call gnus-summary-remove-list-identifiers unconditionally.
5350
5351 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352
5353         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5354         we're selecting a group with unread articles.
5355
5356         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5357
5358         * gssapi.el: New file separated out from imap.el to provide a general
5359         Kerberos 5 connection facility for Emacs.
5360
5361         * message.el (message-elide-ellipsis): Document the format spec
5362         ellipsis.
5363
5364 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * message.el (message-elide-region): Allow the ellipsis to say how many
5367         lines were removed.
5368
5369 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5372         window configurations containing buffers that are now dead.
5373
5374         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5375         parsing to avoid integer overflows.
5376         (nnimap-parse-flags): Simplify the last change.
5377         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5378         too large for 32-bit Emacsen.
5379
5380 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5381
5382         * auth-source.el (auth-source-netrc-create):
5383         * message.el (message-yank-original): Fix use of `case'.
5384
5385 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5386
5387         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5388         XEmacs, which was one character too wide.
5389
5390 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5391
5392         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5393         default number of articles to display.
5394         (gnus-articles-to-read): Use pretty names for prompt.
5395
5396 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * gnus-int.el (gnus-open-server): Ditto.
5399
5400         * gnus-start.el (gnus-activate-group): Give a backtrace if
5401         debug-on-quit is set and the user hits `C-g'.
5402         (gnus-read-active-file): Ditto.
5403
5404         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5405
5406 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * message.el (message-yank-original): Use cond instead of CL case.
5409
5410 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5411
5412         * auth-source.el (auth-source-netrc-create): Use usual format for the
5413         default in prompts.
5414
5415 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * lpath.el: Fbind read-char-choice for XEmacs.
5418
5419 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5420
5421         * auth-source.el (auth-source-netrc-create): Show the default in the
5422         prompt when prompting for token creation.
5423
5424 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * auth-source.el (auth-source-format-prompt): Always convert the value
5427         to a string to avoid evaluating non-string arguments.
5428         (auth-source-netrc-create): Offer default properly, not as initial
5429         content in `read-string'.
5430         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5431         of line to determine if we've been run before.  If so, don't run again,
5432         but print a trivial message to indicate the cache was hit instead.
5433
5434 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5435
5436         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5437         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5438         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5439         Gnus.
5440
5441 2011-03-11  Julien Danjou  <julien@danjou.info>
5442
5443         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5444         modified file".
5445
5446 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5447
5448         * auth-source.el (auth-source-read-char-choice): New function to read a
5449         character choice using `dropdown-list', `read-char-choice', or
5450         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5451         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5452         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5453         (auth-source-netrc-saver): Use it.
5454         (auth-source-pick-first-password): New convenience function.
5455
5456 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5459         parameter in the credentials.
5460         (nnimap-open-connection-1): Use it after a successful login.
5461         (nnimap-credentials): Add IMAP-specific user and password prompt.
5462
5463         * auth-source.el (auth-source-search): Add :require parameter, taking a
5464         list.  Document it and the :save-function return token.  Pass :require
5465         down.  Change the CREATED message from a warning to a debug statement.
5466         (auth-source-search-backends): Pass :require down.
5467         (auth-source-netrc-search): Pass :require down.
5468         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5469         Change save prompt to indicate all modifications saved here are
5470         deletions.
5471         (auth-source-netrc-create): Take user login name as default in user
5472         prompt.  Move all the save functionality to a lexically bound function
5473         under the :save-function token in the returned list.  Set up clearer
5474         default prompts for user, host, port, and secret.
5475         (auth-source-netrc-saver): New function, intended to be wrapped for
5476         :save-function.
5477
5478 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5481         lines to be spaces instead.
5482
5483 2011-03-07  Julien Danjou  <julien@danjou.info>
5484
5485         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5486         (sieve-sasl-auth): Check that auth-source-search did return something,
5487         or just return an empty string.
5488
5489 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5490
5491         * gnus.el (gnus-interactive): Use read-directory-name.
5492
5493         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5494         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5495         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5496         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5497         Likewise.
5498
5499         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5500
5501 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5504         onto the list of killed groups, too.  This makes killed nnimap groups,
5505         for instance, more reliably not reappear.
5506
5507         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5508         the parent.
5509
5510         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5511
5512         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5513         really have server-side marks.
5514
5515         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5516         since most backends do not usefully have server-side marks.
5517         (gnus-update-read-articles): Propagate marks to all backends that
5518         really have server-side marks.
5519
5520 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5521
5522         * message.el (message-cite-reply-position, message-cite-style):
5523         New variables.
5524         (message-yank-original): Use the new citation styles.
5525
5526 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5527
5528         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5529         buffer-local issue); don't mark it buffer-local when running under
5530         XEmacs.
5531
5532 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5533
5534         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5535         numbers too big to be `read'.
5536
5537 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * password-cache.el (password-in-cache-p): Add autoload.
5540
5541         * message.el (message-options): Make buffer-local two ways to attempt
5542         to fix a XEmacs bug.
5543
5544 2011-03-02  Julien Danjou  <julien@danjou.info>
5545
5546         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5547
5548 2011-03-01  Julien Danjou  <julien@danjou.info>
5549
5550         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5551         group.
5552         (article-hide-list-identifiers): Use list-identifier group parameter.
5553
5554 2011-02-28  Julien Danjou  <julien@danjou.info>
5555
5556         * sieve.el (sieve-buffer-script-name): New local variable to store
5557         sieve script name.
5558         (sieve-edit-script): Store sieve script name.
5559         (sieve-upload): Use sieve script name when uploading.
5560         (sieve-upload): Use substitute-command-keys.
5561         (sieve-edit-script): Use substitute-command-keys.
5562         (sieve-refresh-scriptlist): Use substitute-command-keys.
5563         (sieve-manage-mode-map): Define keymap properly.
5564         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5565         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5566         Remove commented code about cvs.
5567         (sieve-manage-quit): New function.
5568         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5569
5570 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5573
5574 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * auth-source.el (auth-source-search): Cache empty result sets.
5577
5578         * password-cache.el (password-in-cache-p): Convenience function to
5579         check if a key is in the cache, even if the value is nil.
5580
5581         * auth-source.el (auth-source-save-behavior): New variable to replace
5582         `auth-source-never-create'.
5583         (auth-source-netrc-create): Use it.
5584         (auth-source-never-save): Remove.
5585
5586 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5587
5588         * nnimap.el (nnimap-stream): Doc fix.
5589         (nnimap-open-connection-1): Reverse the order of the ports to that the
5590         prompted-for port is first.
5591
5592         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5593         retrieval by the no-group selection.
5594
5595         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5596         numerical parameters.
5597
5598 2011-02-25  Julien Danjou  <julien@danjou.info>
5599
5600         * gnus-gravatar.el: Use gnus-with-article-buffer.
5601
5602         * gnus-art.el (gnus-with-article-buffer): Check that the
5603         gnus-article-buffer is alive.
5604
5605 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * auth-source.el (auth-source-creation-prompts): New variable to manage
5608         creation-time prompts.
5609         (auth-source-search): Document it.
5610         (auth-source-format-prompt): Add utility function.
5611         (auth-source-netrc-create): Don't default the user name to
5612         user-login-name.  Use `auth-source-creation-prompts' and some default
5613         prompts for user, host, port, and password (the default generic prompt
5614         remains ugly).
5615         (auth-source-never-save): Add customizable option to never save info.
5616         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5617         mode excursion.
5618
5619 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5622         argument that XEmacs doesn't support.
5623
5624         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5625         compiled for Emacsen having no `libxml-parse-html-region' support.
5626
5627         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5628
5629         * lpath.el: Bind buffer-save-without-query for XEmacs.
5630
5631 2011-02-23  Julien Danjou  <julien@danjou.info>
5632
5633         * gnus-art.el (article-make-date-line): Ignore errors if time is
5634         invalid and not convertible.
5635         (article-make-date-line): Only add lapsed time if time is not nil.
5636
5637 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5640         `read-char-choice' for backwards compatibility.
5641         (auth-source-netrc-element-or-first): New function to DTRT for
5642         parameter extraction.
5643         (auth-source-netrc-create): Use it and fix multiple parameter print
5644         bug.  Use the default passed from above (given-default) or the
5645         built-in (user-login-name for :user).
5646
5647 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus-start.el (gnus-dribble-read-file):
5650         Set buffer-save-without-query, since we always want to save the dribble
5651         file, probably.
5652
5653         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5654         nnimap.
5655
5656         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5657         -summary- since it's a user-visible variable.
5658
5659         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5660         first time you use the new Gnus.
5661
5662 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * auth-source.el: Don't load netrc.el.
5665         (auth-sources): Search ~/.netrc as well by default.
5666         (auth-source-debug): Add 'trivia option for extra output.
5667         (auth-source-do-trivia): Use it.
5668         (auth-source-search): Simplify logic to use
5669         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5670         appropriate.  Don't keep a running count at this level.  Layer :create
5671         and :delete options appropriately on the first and second passes.
5672         Don't track the backend with the search results.
5673         (auth-source-search-backends): New function to search a list of
5674         backends for a processed spec.
5675         (auth-source-netrc-parse): Cache all netrc files, making
5676         auth-source-netrc-cache an alist keyed by the file name and using the
5677         file mtime as the caching criterion.  Keep the obfuscated data secret
5678         with a lexical bind.
5679         (auth-source-netrc-search): Don't calculate the length of the results
5680         unnecessarily.
5681         (auth-source-search-backends): Fix bug.
5682         (auth-source-netrc-create): Rework prompts.
5683
5684 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5685
5686         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5687         Lower case names of search constraints.
5688         (nnir-run-query): Cache and reuse search constraints for all imap
5689         servers.
5690
5691 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5692
5693         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5694         after exit.
5695         (gnus-setup-message): Define missing variable from last checkin.
5696
5697         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5698         value, show the raw article.
5699
5700 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5701
5702         * gnus.el: No Gnus v0.13 is released.
5703
5704 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5705
5706         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5707         auth-source now accepts numbers.
5708
5709         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5710         spec, too.
5711         (auth-source-ensure-strings): New function.
5712
5713         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5714         (gnus-article-setup-buffer): Always restart the date timer so that user
5715         changes to the frequency is respected.
5716
5717         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5718         port numbers, so make sure it gets that if nnimap-server-port is
5719         explicit.
5720
5721 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5722
5723         * nnimap.el (nnimap-inbox): Doc fix.
5724
5725 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5726
5727         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5728         Autoload.  Add optional arg FRAME, and pass it to color-values.
5729         (color-complement): Caller changed.  Doc fix.
5730         (color-gradient): Rewrite for better clarity and efficiency.
5731
5732 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5733
5734         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5735         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5736         color-lab-to-srgb.
5737
5738 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5739
5740         * color.el: First part of merge from hexrgb.el.
5741         (color-rgb-to-hex): Rename from color-rgb->hex.
5742         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5743         saturation to zero if the value is too small.
5744         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5745         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5746         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5747         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5748         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5749         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5750         (color-cie-de2000): Doc fix.
5751
5752 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5753
5754         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5755         given method as in the group name if we're using an extended method.
5756         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5757         command, if we're using that, instead of waiting for the beginning.
5758
5759         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5760         we're sure to get unique server names, and we don't output two async
5761         commands in the same buffer.  This fixes an NNTP hang for some users.
5762
5763 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5764
5765         * gnus.el: No Gnus v0.11 is released.
5766
5767 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5770         summary buffer before reading going to the next buffer.  This avoids
5771         putting the point in the group buffer if you `C-g' the command.
5772
5773         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5774         cache (for now) to make ~/.authinfo.gpg files usable.
5775
5776         * nnfolder.el (copyright-update): Define for the compiler.
5777
5778         * auth-source.el (auth-source-search): Fix unbound variable.
5779
5780 2011-02-19  Glenn Morris  <rgm@gnu.org>
5781
5782         * gnus.el (gnus-meta): Doc fix.
5783
5784 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5785
5786         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5787         in case it's not yet loaded.
5788
5789 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5790
5791         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5792         line we're waiting for.
5793
5794 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5795
5796         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5797         face with line-width greater than zero will cause RET in gnus summary
5798         buffer to scroll down article page-wise because auto vscroll happens,
5799         it should be temporally disabled when doing a scroll-up.
5800
5801 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5802
5803         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5804         outputs from the server.
5805
5806 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5807
5808         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5809         later so that bbdb can hook in easier.
5810
5811 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5812
5813         * auth-source.el (auth-source-search): Don't try to create credentials
5814         if the caller doesn't want that.
5815         (auth-source-search): If we don't find a match, don't bug out on
5816         non-bound variables.
5817         (auth-source-search): Only ask a single backend to create the
5818         credentials.
5819
5820         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5821         logging.
5822         (nnimap-credentials): Protect against auth-source-search returning nil.
5823         (nnimap-request-list): Protect against not being able to open the
5824         server.
5825
5826 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5827
5828         * auth-source.el (auth-source-search): Do a two-phase search, one with
5829         no :create to get the responses from all backends.
5830
5831         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5832         when getting credentials.
5833
5834         * gnus-util.el (gnus-delete-duplicates): New function.
5835
5836 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5839         a creation default, pass the whole port list down.  It will be
5840         completed.
5841
5842         * auth-source.el (auth-source-search): Updated docs to talk about
5843         multiple creation choices.
5844         (auth-source-netrc-create): Accept a list as a value (from the search
5845         parameters) and do completion on that list.  Keep a separate netrc line
5846         with the password obscured for showing the user.
5847
5848         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5849         first choice to `auth-source-search' so it will be used for entry
5850         creation instead of the server's Gnus-specific name.
5851         (nnimap-credentials): Rely on the auth-source library to select which
5852         port is actually wanted in the new netrc entry, so don't override
5853         `auth-source-creation-defaults'.
5854
5855         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5856         :protocol and accept a missing user, host, or port as a wildcard match.
5857         (auth-source-debug): Default to off.
5858
5859         (auth-source-netrc-search, auth-source-netrc-create)
5860         (auth-source-secrets-search, auth-source-secrets-create)
5861         (auth-source-user-or-password, auth-source-backend, auth-sources)
5862         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5863         instead of :protocol.
5864
5865         * nnimap.el (nnimap-credentials): Pass a port default to
5866         `auth-source-search' in case an entry needs to be created.
5867         (nnimap-open-connection-1): Use :port instead of :protocol.
5868
5869 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * auth-source.el: Bind load-path when loading EIEIO from
5872         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5873         21.4 doesn't support, to `require'.
5874         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5875         delete-dups that is not available in XEmacs 21.4.
5876
5877 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5878
5879         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5880         as EIEIO must also be loaded when auth-source.el is being
5881         byte-compiled.
5882
5883 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5886
5887         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5888
5889         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5890
5891         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5892
5893         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5894
5895         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5896
5897         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5898
5899         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5900         necessary.
5901
5902 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5903
5904         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5905         nil means that nnimap doesn't get updated.
5906
5907 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5910         result when the user doesn't want to write to the file.
5911         (auth-source-netrc-search): Expect a synthetic result and proceed
5912         accordingly.
5913         (auth-source-cache-expiry): New variable to override
5914         `password-cache-expiry'.
5915         (auth-source-remember): Use it.
5916
5917         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5918         parameter.  Create entry if necessary by using :create t.
5919         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5920
5921 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * auth-source.el (auth-source-debug): Enable by default and don't
5924         mention the obsolete `auth-source-hide-passwords'.
5925         (auth-source-do-warn): New function to debug unconditionally.
5926         (auth-source-do-debug): Use it.
5927         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5928         and for Secrets API entries when the secrets.el library is not
5929         available.
5930
5931 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5932
5933         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5934         (gnus-summary-exit): Kill the correct article buffer on exit from a
5935         `C-d' group.
5936
5937         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5938         gnus-propagate-marks.
5939
5940         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5941         before killing the buffers so that a non-full window conf gets handled
5942         correctly.
5943         (gnus-summary-exit): Ditto.
5944         (gnus-summary-read-group-1): Ditto.
5945
5946         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5947         async code again so that we can debug it properly.
5948
5949         * message.el (message-reply): Take an optional switch-buffer parameter
5950         so that Gnus window confs are respected better.
5951
5952 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5955         `plist-get' to accept non-list parameters (XEmacs issue).
5956         Fix docstring.
5957         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5958         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5959         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5960         Login collection is "Login" and not "login".
5961
5962 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5965         multiple headers.
5966
5967         * nnimap.el (nnimap-inhibit-logging): New variable.
5968         (nnimap-log-command): Don't log login commands.
5969
5970         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5971         to have more parameters.
5972
5973         * nnimap.el (nnimap-send-command): Mark the command time for each
5974         command, so that we don't get NOOPs stepping on our toes.
5975
5976         * gnus-art.el (article-date-ut): Get the date from the Date header on
5977         `t'.
5978
5979 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * auth-source.el (auth-source-search): Use copy-sequence instead of
5982         the cl.el copy-list.
5983
5984 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * imap.el: Bring it back (revert
5987         84d800cd31de3064f0ed39617d725709a2f8f42f).
5988
5989 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5990
5991         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5992         Improve prompt.
5993
5994 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5997         washing status from the default format.  It isn't very informative.
5998
5999 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6000
6001         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6002         Fix Gcc processing on imap.
6003
6004 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6005
6006         * imap.el: Remove file.  All the functionality is in nnimap.el.
6007
6008 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6009
6010         * message.el (message-bury): Don't pop up a new window when selected
6011         window is dedicated.
6012
6013 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6014
6015         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6016
6017 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         * sieve-manage.el: Autoload `auth-source-search'.
6020         (sieve-sasl-auth): Use it.
6021
6022 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6023
6024         * nnimap.el: Autoload `auth-source-forget+'.
6025         (nnimap-open-connection-1): Use it if the connection fails.
6026
6027         * auth-source.el: Require `password-cache'.
6028         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6029         obsolete.
6030         (auth-source-magic): Marker for `password-cache' keys.
6031         (auth-source-do-cache): Update docstring.
6032         (auth-source-search): Use and check cache.
6033         (auth-source-forget-all-cached, auth-source-remember)
6034         (auth-source-recall, auth-source-forget, auth-source-forget+)
6035         (auth-source-specmatchp): Caching support functions.
6036         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6037         Remove and obsolete.
6038         (auth-source-user-or-password): Remove caching to further discourage
6039         using it.  Always hide passwords.
6040
6041         * password-cache.el (password-cache-remove): Accept secrets that are
6042         not strings.
6043
6044 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6045
6046         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6047         code for now, since it doesn't work for all users.
6048
6049 2011-02-09  Julien Danjou  <julien@danjou.info>
6050
6051         * message.el (message-options): Make message-options really buffer
6052         local.
6053
6054 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         * mail-source.el: Autoload `auth-source-search'.
6057         (mail-source-keyword-map): Note order matters.
6058         (mail-source-set-1): Get all the mail-source source values and
6059         defaults and search auth-source on those if needed.  This can all
6060         probably be simplified.
6061
6062         * nnimap.el: Autoload `auth-source-search'.
6063         (nnimap-credentials): Use it.
6064         (nnimap-open-connection-1): Ask for the virtual server and physical
6065         address in one shot.
6066
6067         * nntp.el: Autoload `auth-source-search'.
6068         (nntp-send-authinfo): Use it.  Note TODO.
6069
6070 2011-02-08  Julien Danjou  <julien@danjou.info>
6071
6072         * shr.el (shr-tag-body): Add support for text attribute in body
6073         markups.
6074
6075         * message.el (message-options): Make message-options a local variable.
6076
6077 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * auth-source.el (auth-source-secrets-search)
6080         (auth-source-user-or-password): Use `append' instead of `nconc'.
6081         (auth-source-user-or-password): Build return list better and protect
6082         against nil :secret.
6083
6084 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6085
6086         * nnimap.el (nnimap-update-info): Refactor slightly.
6087         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6088         (nnimap-update-info): Clean up slightly.
6089         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6090         characters.
6091         (nnimap-process-quirk): Rename function to avoid collision.
6092         (nnimap-update-info): Fix macrology bug-out.
6093         (nnimap-update-info): Simplify split history test.
6094
6095 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6096
6097         * auth-source.el (top): Require 'eieio unconditionally.
6098         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6099         (auth-source-secrets-search): Limit search when `max' is greater than
6100         number of results.
6101
6102 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6103
6104         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6105         part not returning any data.
6106
6107         * proto-stream.el (open-protocol-stream): Document the return value.
6108
6109 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6110
6111         * auth-source.el (auth-source-secrets-search): Add examples.
6112
6113 2011-02-06  Julien Danjou  <julien@danjou.info>
6114
6115         * message.el (message-setup-1): Handle message-generate-headers-first
6116         set to t.
6117
6118 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6119
6120         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6121         API with a string "secrets:collection-name" and with 'default.
6122         (auth-source-backend-parse): Parse "secrets:collection-name" and
6123         'default.  Recurse on parses instead of repeating code.  Use the
6124         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6125         message when ignoring a source.
6126         (auth-source-search): List ignored search keys at the top level.
6127         (auth-source-netrc-create): Use `case' instead of `cond'.
6128         (auth-source-secrets-search): Created with TODOs.
6129         (auth-source-secrets-create): Created with TODOs.
6130         (auth-source-retrieve, auth-source-create, auth-source-delete)
6131         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6132         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6133         (auth-source-user-or-password-sftp)
6134         (auth-source-user-or-password-smtp): Remove.
6135         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6136         around `auth-source-search'.  Not tested thoroughly.
6137
6138 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * auth-source.el: Bring in assoc and eioeio libraries.
6141         (secrets-enabled): New variable to track the status of the Secrets API.
6142         (auth-source-backend): New EIOEIO class to represent a backend.
6143         (auth-source-creation-defaults): New variable to set prompt defaults
6144         during token creation (see the `auth-source-search' docstring for
6145         details).
6146         (auth-sources): Simplify to allow a simple string as a netrc backend
6147         spec.
6148         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6149         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6150         (auth-source-search): Main auth-source API entry point.
6151         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6152         (auth-source-search-collection): Helper function for searching.
6153         (auth-source-netrc-parse, auth-source-netrc-normalize)
6154         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6155         Supports search, create, and delete.
6156         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6157         backend stubs.
6158         (auth-source-user-or-password): Call `auth-source-search' but it's not
6159         ready yet.
6160
6161 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6162
6163         * message.el (message-setup-1): Remove the read-only stuff, since it
6164         doesn't work under XEmacs, for some reason.
6165
6166         * gnus-sum.el (gnus-user-date): Rename back from
6167         gnus-summary-user-date since user code refers to it.
6168
6169         * shr.el (shr-render-td): Store the actual background color used.
6170
6171         * message.el (message-setup-1): Don't bind the constant
6172         -forbidden-properties.
6173         (message-setup-1): Revert previous change, since it needs to bind the
6174         props to insert them.
6175         (message-resend): Allow removing the read-only separator line.
6176
6177 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6178
6179         * nnimap.el (nnimap-request-accept-article): Give an error message if
6180         the APPEND wasn't successful.
6181
6182 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6183
6184         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6185         that have no groups.
6186
6187 2011-02-03  Julien Danjou  <julien@danjou.info>
6188
6189         * gnus-draft.el: Remove progn around gnus-draft-setup.
6190
6191 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-start.el (gnus-read-active-for-groups): This function is never
6194         called with a nil `infos', so clean that up.
6195         (gnus-get-unread-articles): Request active files from primary/secondary
6196         methods that have no groups (yet).
6197
6198 2011-02-03  Julien Danjou  <julien@danjou.info>
6199
6200         * message.el (message-setup-1): Always generate References first.
6201         (message-mail): Return the return value of message-setup, not always t.
6202         (message-setup-1): Insert mail-header-separator with read-only and
6203         intangible properties set.
6204
6205         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6206         user-date in docstring.
6207
6208         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6209
6210         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6211         docstring.
6212
6213         * gnus.el (gnus-user-date-format-alist): Change default value.
6214         Use defcustom, with type and group. Move from gnus-util.el.
6215         Rename to gnus-summary-user-date-format-alist.
6216
6217 2011-02-03  Glenn Morris  <rgm@gnu.org>
6218
6219         * nnimap.el (gnus-fetch-headers): Declare.
6220
6221         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6222
6223 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6224
6225         * message.el (message-forward-make-body-digest-plain)
6226         (message-followup, message-reply): Clean up things noted by Stefan.
6227
6228         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6229         gnus-article-update-date-headers is nil.
6230         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6231         it didn't really work with defcustom.
6232         (article-update-date-lapsed): Make sure the window start doesn't move,
6233         either.
6234
6235 2011-02-01  Julien Danjou  <julien@danjou.info>
6236
6237         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6238         format.
6239
6240         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6241         standard in Emacs nowadays.
6242
6243         * color.el (color-gradient): Add a color-gradient function.
6244
6245 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6246
6247         * message.el (message-expand-name): Don't trust the return value of
6248         bbdb-complete-name.
6249         (message-check-news-header-syntax): Remove unused var `start'.
6250         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6251         (message-inhibit-body-encoding): Move to before first use.
6252         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6253         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6254         (Organization, Message-ID, Date, mh-previous-window-config):
6255         Defvar the vars using dynamic scoping.
6256
6257 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6258
6259         * shr.el (shr-render-td): Only do colors at the final rendering.
6260         Should be slightly faster.
6261         (shr-insert-table): Fix up TD background colors when doing the
6262         vertical padding.
6263
6264         * gnus-art.el (article-date-ut): Protect against articles with no Date
6265         header.
6266         (article-update-date-lapsed): Don't use current-column to find the
6267         horizontal position.  It's fragile in the presence of \003 characters.
6268
6269         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6270
6271 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-art.el (article-transform-date): Rewrite to still work when
6274         there are several rfc2822 parts.
6275         (article-transform-date): Fix infinite recursion.
6276         (article-date-ut): Replace infinitely many Date headers with a single
6277         one when called interactively.
6278
6279         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6280         secure manner.
6281
6282         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6283         move around by not using save-window-excursion.  It seems to work...
6284
6285 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-art.el (article-make-date-line): Work for user-defined format.
6288
6289 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6290
6291         * nntp.el (nntp-retrieve-group-data-early)
6292         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6293         fetching functions.
6294
6295         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6296         thoroughly for all backends that have no known groups.  This should
6297         allow new nnml methods to retrieve mail.
6298
6299         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6300         that Gnus doesn't know exists again.
6301
6302         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6303         (gnus-treat-date-ut): Ditto.
6304         (gnus-article-update-date-header): Rename.
6305         (gnus-treat-date-local): Remove.
6306         (gnus-treat-date-english): Remove.
6307         (gnus-treat-date-lapsed): Remove.
6308         (gnus-treat-date-combined-lapsed): Remove.
6309         (gnus-treat-date-original): Remove.
6310         (gnus-treat-date-iso8601): Remove.
6311         (gnus-treat-date-user-defined): Remove.
6312         (gnus-article-date-headers): New variable to control all the date
6313         header options.
6314         (article-date-ut): Rewrite to allow using the new way to format date
6315         headers(s).
6316
6317 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6318
6319         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6320         method.
6321         (nnmail-article-group): A better test for fanciness.
6322
6323         * nnimap.el (nnimap-request-head): Protect against not finding the
6324         article by Message-ID.
6325
6326 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6327
6328         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6329         keep point at the "same place".
6330
6331 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6334         data if the group is inactive.
6335
6336 2011-01-28  Julien Danjou  <julien@danjou.info>
6337
6338         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6339         (gnus-all-windows-visible-p): Remove old compatibility code.
6340         (gnus-window-top-edge): Add docstring.
6341
6342         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6343
6344 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6345
6346         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6347         older request-update-info.
6348
6349         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6350
6351 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6352
6353         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6354         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6355
6356 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6357
6358         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6359         groups.  This makes the nndraft:queue group pop up if it's not already
6360         there.
6361
6362         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6363         messages" logic, which was reversed.
6364
6365         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6366         the "same place" even if point is on the line being replaced.
6367         (article-update-date-lapsed): Allow updating both the combined lapsed
6368         and the lapsed headers.
6369         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6370         (article-make-date-line): Limit the number of segments dynamically to
6371         avoid too-long lines.
6372
6373 2011-01-27  Julien Danjou  <julien@danjou.info>
6374
6375         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6376         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6377
6378 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6381         Use plist-get instead of the cl function getf.
6382
6383 2011-01-27  Glenn Morris  <rgm@gnu.org>
6384
6385         * gnus-util.el (float-time): Get rid of compiler warning, again.
6386
6387 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6388
6389         * shr.el (shr-put-color): Special-case background colors: Do put them
6390         at the blank parts at the front of the lines.
6391
6392         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6393         exit hook to nix out all data on readedness on group exit.
6394
6395         * gnus-util.el (float-time): If float-time is bound, always use it on
6396         all Emacsen.  It's unclear why the subrp check was there.
6397         (time-date): Require to make some autoload issues on XEmacs go away.
6398
6399         * shr.el (shr-put-color): Don't do the box padding in tables, since
6400         they're already padded.
6401
6402 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6403
6404         * gnus-art.el (gnus-article-next-page): When the last line of the
6405         article is displayed, scroll down once more instead of going to the
6406         next article at once.
6407         (article-lapsed-string): Refactor out and allow specifying how many
6408         segments you want.
6409         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6410         (gnus-article-update-lapsed-header): New variable.
6411
6412         * shr.el: Revert change that made headings use different-sized faces.
6413         The Emacs display engine isn't advanced enough that, for instance,
6414         tables can comfortably use differently-sized faces.
6415
6416 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6417
6418         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6419         used.
6420         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6421         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6422         we're using an encrypted connection.
6423
6424         * proto-stream.el: Alter the interface functions to also return the
6425         actual stream type used: network or tls.
6426
6427 2011-01-25  Julien Danjou  <julien@danjou.info>
6428
6429         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6430         (mm-display-javascript-inline): New function.
6431
6432         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6433         viewing function.
6434
6435 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * shr.el (shr-expand-newlines): Fix variable name.
6438
6439 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6440
6441         * shr.el (shr-expand-newlines): Make nested boxes work.
6442
6443 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6444
6445         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6446         backgrounds.
6447         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6448         in a more sensible manner.
6449
6450 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6453         if EPG is loaded.
6454
6455 2011-01-24  Julien Danjou  <julien@danjou.info>
6456
6457         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6458         tags.
6459
6460 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6461
6462         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6463         commands.
6464
6465         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6466         in the article buffer.
6467         (gnus-gravatar-insert): Use blank space from the current buffer to
6468         avoid breaking text properties.  This makes X-Sent updating work again.
6469
6470         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6471
6472 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6473
6474         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6475         fix the bug in url-http.el instead.
6476
6477         * shr.el (shr-image-fetched): Ditto.
6478
6479         * shr.el (shr-image-fetched): Avoid having point move in the article
6480         buffer.
6481
6482         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6483         buffer after being called.  It's apparently being killed by url.el, and
6484         killing it made point move to end-of-buffer in a random buffer.
6485
6486         * shr.el (shr-image-fetched): Ditto.
6487
6488 2011-01-23  Julien Danjou  <julien@danjou.info>
6489
6490         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6491
6492         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6493         text/x-org.
6494
6495 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6496
6497         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6498         (i.e., nnimap) returning nil as the article number.
6499
6500 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6501
6502         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6503         "DelSp" parameter in RFC3676.
6504
6505 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6506
6507         * message.el (message-check-recipients): Display the encoded version of
6508         the bogus address if they differ.
6509
6510         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6511         after sending.
6512
6513         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6514
6515         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6516
6517         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6518         group buffer after sending the queue.
6519
6520         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6521
6522 2011-01-22  Julien Danjou  <julien@danjou.info>
6523
6524         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6525
6526 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6527
6528         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6529         nested related parts.
6530
6531         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6532         unexpired articles.  This fixes the regression that led expiry marks to
6533         disappear from nnfolder groups.
6534
6535 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6536
6537         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6538         Don't confuse the "ret" of "retrograde" with RET.
6539
6540 2011-01-21  Julien Danjou  <julien@danjou.info>
6541
6542         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6543         than mm-insert-inline.
6544
6545 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6548         Widen article buffer.
6549
6550 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6551
6552         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6553         the temp buffer.
6554         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6555
6556 2011-01-20  Julien Danjou  <julien@danjou.info>
6557
6558         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6559
6560         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6561         than mm-insert-inline to insert inline part: this respect
6562         mm-inline-media-tests displayers.
6563
6564         * mm-view.el (mm-display-shell-script-inline): New function.
6565
6566         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6567
6568         * mm-uu.el (mm-uu-type-alist): Add org block.
6569         (mm-uu-org-src-code-block-extract): New function.
6570
6571         * mm-view.el (mm-display-org-inline): New function.
6572
6573         * mm-decode.el (mm-automatic-display): Add text/org.
6574
6575         * mailcap.el (mailcap-mime-extensions): Add .org.
6576
6577 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6580         gnus-article-add-buttons.
6581
6582 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6583
6584         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6585         From header with a date and "nobody" as the sender.
6586
6587 2011-01-19  Julien Danjou  <julien@danjou.info>
6588
6589         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6590         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6591         if you have the same regexp several times.
6592         (gnus-button-push): Fix matching when regexp is symbol.
6593
6594 2011-01-15  Glenn Morris  <rgm@gnu.org>
6595
6596         * message.el (message-mail): A compose-mail function should
6597         accept headers as strings.
6598
6599 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6600
6601         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6602         Add :vert-only tags.
6603         (message-mail): New arg RETURN-ACTION.
6604         (message-return-action): New var.
6605         (message-bury): Use it.
6606         (message-mode): Make it buffer-local.
6607         (message-send-and-exit): Always call message-bury.
6608
6609         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6610         message-mail.
6611
6612 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * nnimap.el (nnimap-convert-partial-article): Protect against
6615         zero-length body parts.
6616
6617         * mm-decode.el (mm-preferred-alternative-precedence):
6618         Discourage showing empty parts.
6619
6620         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6621         and stuff if the backend didn't return the article number.  This fixes
6622         an Exchange-related nnimap bug.
6623
6624         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6625         group window, because it does the wrong thing when a separate frame
6626         displays the group buffer.
6627
6628         * proto-stream.el (open-protocol-stream): Protect against the low-level
6629         transport functions returning nil.
6630
6631 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6632
6633         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6634         (mml2015-epg-find-usable-secret-key): New function.
6635         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6636         mml2015-epg-find-usable-key (Bug#7797).
6637         (mml2015-epg-encrypt): Ditto.
6638
6639 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * dgnushack.el (rot13-string): Fix the way to get the argument.
6642
6643 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6646
6647 2011-01-03  Glenn Morris  <rgm@gnu.org>
6648
6649         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6650
6651         * sieve.el (sieve-open-server): Give a more explicit error if
6652         sieve-manage-open returns nil.  (Bug#7720)
6653
6654 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6655
6656         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6657
6658 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6661         This avoids sending passwords in plain text over non-encrypted
6662         channels.
6663
6664         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6665
6666         * nnimap.el (nnimap-login): Refactored out into own function, and
6667         implement CRAM-MD5.
6668         (nnimap-wait-for-line): Refactored out.
6669
6670         * mm-view.el (mml-smime): Require.
6671
6672 2010-12-20  David Engster  <deng@eml.cc>
6673
6674         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6675         use EPG to decrypt S/MIME messages instead of openssl.
6676
6677 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6680
6681         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6682         status is the group clearly is unreachable.
6683
6684         * auth-source.el (auth-source-create): Add the optional second
6685         parameter to `local-variable-p' to be compatible with XEmacs.
6686
6687 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6688
6689         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6690         work when using a compressed nnml folder.
6691
6692 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6695         backends after sanitising on entry, because this never makes sense:
6696         If the articles have gone missing, then the data no longer exists on
6697         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6698         overwrite anything anyway.
6699
6700         * shr.el (shr-insert-document): Bind shr-width dynamically to
6701         window-width if it's nil.
6702
6703 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6704
6705         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6706         with the meaning of using the full emacs window width for rendering.
6707
6708 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6709
6710         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6711         case when sender is not given.
6712
6713 2010-12-23  Julien Danjou  <julien@danjou.info>
6714
6715         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6716         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6717         the addresses, otherwise we might misplaced the gravatar.
6718
6719 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6720
6721         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6722         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6723         obsolete in Emacs.
6724
6725 2010-12-20  Julien Danjou  <julien@danjou.info>
6726
6727         * gnus-util.el (gnus-rescale-image): Revert last change.
6728
6729 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6730
6731         * binhex.el: Improve commentary (Bug#7482).
6732
6733 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6734
6735         * gnus-group.el (gnus-group-delete-articles): New command.
6736
6737 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6738
6739         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6740
6741 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6744         here, since it's up to the backends to do CRLF removal if their
6745         protocol has it.
6746
6747         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6748
6749 2010-12-17  Julien Danjou  <julien@danjou.info>
6750
6751         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6752         they are from file.  Can also scale up.
6753
6754 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6755
6756         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6757         Restore gnus-use-agent.
6758         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6759
6760         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6761
6762 2010-12-17  Julien Danjou  <julien@danjou.info>
6763
6764         * gravatar.el (gravatar-retrieve-synchronously): New function.
6765         (gravatar-get-data): Make more robust.
6766
6767 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6770
6771 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6774         to really consider the last line.
6775
6776 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6777
6778         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6779         list of recipient keys, or use symmetric encryption if not a list.
6780         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6781         EPA override, replacing the call to `netrc-store-data'.
6782
6783 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6784
6785         * gnus-srvr.el: Avoid passing nil regexp argument to
6786         delete-matching-lines.
6787
6788 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789
6790         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6791         fetching stops when Gnus exits.
6792
6793         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6794         function.
6795         (nnfolder-request-expire-articles): Save all the buffers after doing
6796         expiry.
6797
6798         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6799         the last article", since that led to serious performance regressions
6800         when expiring nnml groups.
6801
6802 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * nnir.el: Improve customizations.
6805
6806 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6809
6810         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6811         group has been killed.
6812         (gnus-group-yank-group): Ditto.
6813
6814         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6815
6816         * nnimap.el (nnimap-request-update-group-status): New function.
6817
6818         * gnus-int.el (gnus-request-update-group-status): New interface
6819         function.
6820
6821         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6822         copying read-ness to the backends.
6823
6824         * nnimap.el (nnimap-quirk): New function.
6825         (nnimap-retrieve-group-data-early): Use it.
6826         (nnimap-quirks): New alist.
6827
6828 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6831         don't delete it within indentation.
6832
6833 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6834
6835         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6836         previous line.
6837
6838 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6841         QRESYNC command by deleting a superfluous space which broke Cyrus
6842         servers.  This change will break other servers that are buggy the other
6843         way around.
6844
6845 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6846
6847         * spam.el: Reindent and fix long lines.
6848         (spam-copy-or-move-routine): Exclude invalid move destinations.
6849
6850 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6851
6852         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6853         installed the registry.
6854
6855 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6858
6859 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6860
6861         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6862         groupname doesn't contain "gmane".
6863
6864 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6867         and netrc-bound-and-true-p bindings.
6868         (netrc-parse): Cache the netrc contents.
6869
6870         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6871         (gnus-1): Don't create the nndrafts group twice.
6872         (gnus-setup-news): There's no need to read the active file here, since
6873         that's done again later on a per-backend basis.
6874         (gnus-start-draft-setup): Make sure that the new group is started out
6875         empty.
6876
6877         * gnus-agent.el (gnus-agentize): Don't create the queue group
6878         automatically on startup.  It'll be created later, if needed.
6879
6880         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6881         of automatically subscribed groups.
6882         (gnus-auto-subscribed-categories): New variable.
6883         (gnus-matches-options-n): Use it.
6884         (gnus-default-subscribed-newsgroups): Remove unused variable.
6885         (gnus-start-draft-setup): Message a bit less.
6886
6887 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6888
6889         * nnir.el (nnir-run-imap): Return article list in order of increasing
6890         UID.
6891
6892 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * gnus-sum.el (gnus-summary-enter-digest-group):
6895         Mention gnus-auto-select-on-ephemeral-exit.
6896
6897         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6898         convention of the network-only option.
6899
6900 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6901
6902         * proto-stream.el (proto-stream-open-network-only): New function to
6903         have a way to specify non-STARTTLS upgrade connections.
6904
6905 2010-12-10  Julien Danjou  <julien@danjou.info>
6906
6907         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6908         email address is nil.
6909
6910         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6911
6912 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6913
6914         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6915         deletion.
6916         (nnir-run-imap): Only need to parse list once.
6917
6918 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * shr.el (shr-tag-script): Ignore <script>.
6921         (shr-tag-label): Add <label> support.
6922
6923 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6926
6927         * shr.el (shr-image-displayer): Work for images lined side by side.
6928
6929 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6930
6931         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6932         parameter, since XEmacs doesn't accept t as a parameter.
6933
6934 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6935
6936         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6937         ids.
6938         (nnir-run-gmane): Simplify groupspec formatting.
6939         (nnir-request-expire-articles): New function.
6940
6941 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6944         overflow, possibly.
6945
6946         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6947         (shr-render-td): Handle td style="" better.
6948         (shr-tag-table): Use the color from the style sheet.
6949         (shr-render-td): Make sure we copy over all the overlays, too.
6950
6951 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6952
6953         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6954         (nnir-request-article): Improve article retrieval.
6955
6956 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * mm-util.el (mm-extra-numeric-entities): New variable.
6959
6960         * mm-url.el (mm-url-decode-entities):
6961         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6962
6963         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6964
6965 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6966
6967         * message.el: Use completion-at-point.
6968         (message-completion-function): New fun, extracted from message-tab.
6969         (message-mode): Use it for completion-at-point-functions.
6970         (message-tab): Use it and completion-at-point.
6971
6972 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6975         character if a non-breakable character follows.
6976
6977 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6980         any stream.
6981
6982         * shr.el (shr-tag-font): Colorize the region.
6983         (shr-tag-body): Ditto.
6984         (shr-tag-font): Actually let the styles be inherited instead of
6985         overwriting them.
6986         (shr-tag-font): Get the background color right.
6987         (shr-tag-style): Ignore all <style> tags for the moment.
6988
6989         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6990         a Message-ID to avoid having nnimap depend on gnus-sum.
6991
6992         * shr.el (shr-descend): Only colorize something if we have a node that
6993         sets colors.
6994
6995 2010-12-06  Julien Danjou  <julien@danjou.info>
6996
6997         * shr.el (shr-render-td): Render td content with shr-descend, so style
6998         will be applied to <td> too.
6999         (shr-colorize-region): Colorize region even if we only have a background.
7000         (shr-tag-body): Fix color and background color inheritance.
7001         Do not recolorize after shr-generic.
7002         (shr-tag-font): Let shr-generic colorize via inheritance.
7003
7004 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7007
7008 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7009
7010         * nnir.el (nnir-request-move-article): Remove obsolete code.
7011
7012 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7015
7016 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * gnus-sum.el (gnus-summary-respool-article): The completion function
7019         expects a list instead of an alist.
7020
7021         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7022         string as the parameter.
7023
7024         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7025
7026         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7027         styles.
7028         (shr-colorize-region): New function.
7029         (shr-insert-background-overlay): Remove.
7030         (shr-render-td): Background setting should be taken care of on a higher
7031         level.
7032         (shr-tag-body): Use post-hoc colorizations.
7033         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7034         (shr-put-color-1): Don't overwrite old colors.
7035         (shr-colorize-region): When the background color isn't explicit, use
7036         a fixed background.
7037
7038         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7039         nnmail variables.
7040
7041 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7042
7043         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7044         unless necessary.
7045
7046 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7047
7048         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7049         server.
7050
7051 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7054         so that TAB works.
7055
7056         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7057         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7058
7059         * shr.el (shr-urlify): Show the URL before the title to avoid
7060         misleading URLs.
7061
7062 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7063
7064         * shr.el (shr-urlify): Display the title in <a> tags.
7065
7066 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7067
7068         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7069
7070 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7071
7072         * nnir.el: Rearrange code to allow macros to be autoloaded by
7073         gnus-sum.el.
7074         (nnir-retrieve-headers-override-function): Make this variable
7075         customizable.
7076         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7077
7078         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7079         from nnir.el.
7080
7081 2010-12-03  Julien Danjou  <julien@danjou.info>
7082
7083         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7084
7085 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7088         allow optional argument `environment'.
7089
7090 2010-12-03  Glenn Morris  <rgm@gnu.org>
7091
7092         * mm-extern.el (message-goto-body): Update declaration.
7093
7094 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-util.el (gnus-macroexpand-all): New function.
7097
7098         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7099         instead of macroexpand-all that is unavailable in XEmacs.
7100
7101 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7102
7103         * nnir.el (nnir-summary-line-format): New variable.
7104         (nnir-mode): Use it.
7105         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7106         (nnir-article-ids): Reimplement as defsubst.
7107         (nnir-retrieve-headers): Don't mangle the subject header.
7108         (nnir-run-imap): Use 100 as RSV score.
7109         (nnir-run-find-grep): Fix for full server searching.
7110         (nnir-run-gmane): Better restriction to gmane groups.
7111
7112         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7113         summary buffers.
7114
7115 2010-12-02  Julien Danjou  <julien@danjou.info>
7116
7117         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7118
7119         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7120
7121         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7122         support.
7123
7124 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7125
7126         * nnir.el: Update to handle the registry better.
7127         (autoload): Silence byte-compiler.
7128         (nnir-open-server): Add a hook for nnir groups.
7129         (nnir-request-move-article): Don't mangle the header.  Better to use
7130         formatting variables (which will be added in the future).
7131         (nnir-registry-action): Update the registry using the original article
7132         group name.
7133         (nnir-mode): Install nnir-specific hooks for updating the registry.
7134
7135         * gnus-sum.el
7136         (gnus-article-original-subject,gnus-newsgroup-original-name):
7137         Remove obsolete variables.
7138         (gnus-summary-move-article): Remove use of obsolete variables.
7139         (gnus-summary-local-variables): Make move and delete hooks local to
7140         summary buffers.
7141
7142 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143
7144         * rtree.el: New file.
7145
7146 2010-12-01  Julien Danjou  <julien@danjou.info>
7147
7148         * message.el (message-user-organization): Do not use
7149         gnus-local-organization.
7150
7151         * gnus.el: Remove gnus-local-organization.
7152
7153         * gnus-msg.el: Remove nastygram thing.
7154
7155 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7156
7157         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7158         funcall.
7159
7160 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7163         names.
7164
7165         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7166         characters.
7167
7168         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7169         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7170         Suggested by Štěpán Němec <stepnem@gmail.com>.
7171         (gnus-gravatar-transform-address): Use mail-extract-address-components
7172         that supports non-ASCII names rather than mail-header-parse-addresses.
7173
7174 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * proto-stream.el (open-protocol-stream): All starttls connections are
7177         handled by the network handler.
7178
7179 2010-11-30  Julien Danjou  <julien@danjou.info>
7180
7181         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7182         (nnimap-open-connection-1): Fix PREAUTH.
7183
7184         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7185
7186 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7189         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7190         (shr-insert): Use them.
7191         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7192
7193 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7194
7195         * nnir.el (nnir-request-move-article): Bail out if original group
7196         doesn't support article moves.
7197         (nnir-get-active): Improve active list retrieval.
7198
7199 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7202
7203 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7204
7205         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7206         seem to accept strings-with-numbers as port numbers.
7207
7208 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7209
7210         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7211         change the registry.
7212
7213 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7216         delete-dups that is not available in XEmacs 21.4.
7217
7218         * mm-util.el (mm-delete-duplicates): Add comment.
7219
7220 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7221
7222         * nnir.el (nnir-ignored-newsgroups): New variable.
7223         (nnir-get-active): Use it.
7224
7225 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * proto-stream.el (proto-stream-open-network): Add some comments.
7228
7229         * nntp.el (nntp-open-connection): Provide a :success condition.
7230
7231         * nnimap.el (nnimap-open-connection-1): Ditto.
7232
7233         * proto-stream.el (proto-stream-open-network): See what the response to
7234         the STARTTLS command is.
7235
7236         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7237         backwards compatibility).
7238         (nnimap-open-connection-1): Really respect nnimap-server-port.
7239
7240         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7241         TLS upgrades we don't really care about the identity of the peer.
7242         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7243         that what we've checked for.
7244         (proto-stream-always-use-starttls): Only default to t if
7245         open-gnutls-stream exists.
7246         (proto-stream-open-network): If STARTTLS failed, then just open a
7247         normal connection.
7248         (proto-stream-open-network): Wait until the greeting before doing
7249         STARTTLS.
7250
7251         * nntp.el (nntp-open-connection): Report what the connection error is.
7252
7253         * proto-stream.el (open-protocol-stream): Rename from
7254         open-proto-stream.
7255
7256 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * nnimap.el (nnimap-stream): Change default to `undecided'.
7259         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7260         first, and then network.
7261         (nnimap-open-connection-1): Respect nnimap-server-port.
7262         (nnimap-open-connection): Be more backwards-compatible.
7263
7264         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7265         (proto-stream-open-starttls): De-duplicate the starttls code.
7266         (proto-stream-open-starttls): Folded back into the main function.
7267         (proto-stream-open-network): Fix typo in the gnutls path.
7268         (proto-stream-command): Refactor out.
7269
7270         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7271
7272         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7273         starttls.el STARTTLS.
7274
7275         * color.el (color-lab->srgb): Fix function call name.
7276
7277         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7278         if we're using tls.el.
7279         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7280         built in, then don't try to establish a STARTTLS connection.
7281
7282         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7283         servers.
7284
7285         * proto-stream.el (open-proto-stream): Use network, not stream.
7286         (open-proto-stream): Add a way to specify what the end of a command is.
7287
7288         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7289         connections types.
7290         (nntp-open-network-stream): Remove.
7291         (nntp-open-ssl-stream): Remove.
7292         (nntp-open-tls-stream): Remove.
7293         (nntp-ssl-program): Remove.
7294
7295         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7296
7297 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7298
7299         * nnir.el: Fix typos.
7300         (nnir-retrieve-headers-override-function): Rename variable to reflect
7301         new semantics.
7302         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7303         macros.
7304         (nnir-request-article, nnir-request-move-article): Use them.
7305         (nnir-categorize): New function.
7306         (nnir-run-query): Use it.
7307         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7308         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7309         sorted.
7310         (nnir-group-full-name): Use gnus-group-full-name instead.
7311         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7312         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7313
7314 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7317
7318         * proto-stream.el: New library to provide protocol-specific
7319         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7320         protocols.
7321         (open-proto-stream): Complete the documentation.
7322         (proto-stream-open-network): Fix some typos.
7323
7324         * nnimap.el (nnimap-open-connection): Use it.
7325
7326 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7327
7328         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7329         negotiation.
7330
7331 2010-11-26  Julien Danjou  <julien@danjou.info>
7332
7333         * color.el: Rename various rgb functions to srgb.
7334
7335 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7338         names.
7339
7340 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * shr.el (shr-insert): Revert last change.
7343         (shr-find-fill-point): Never leave point being at bol;
7344         relax the kinsoku limitation when rendering tables.
7345
7346 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7349         results from -accept-article.
7350
7351         * shr-color.el: Require cl when compiling.
7352
7353         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7354         checkin.
7355
7356         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7357
7358         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7359
7360         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7361         'add and 'delete to set backend marks.
7362
7363         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7364
7365         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7366
7367         * nntp.el (nntp-request-set-mark): Use it.
7368
7369         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7370
7371         * nnml.el (nnml-request-set-mark): Ditto.
7372
7373         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7374         introduces regressions in article selection.
7375         (nnimap-find-uid-response): New function.
7376         (nnimap-request-accept-article): Use the UID returned, if any.
7377         (nnimap-request-move-article): Use the UID returned, if any.
7378         (nnimap-get-groups): Reimplement to work with folded lines.
7379         (nnimap-find-uid-response): The UID is the last element in the list.
7380         (nnimap-request-set-mark): Extend syntax with 'set.
7381
7382         * nnml.el (nnml-request-set-mark): Ditto.
7383
7384         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7385
7386         * nntp.el (nntp-request-set-mark): Ditto.
7387
7388 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * message.el (message-called-interactively-p): A temporary macro.
7391         (message-goto-body): Use it temporarily.
7392
7393 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7396         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7397         (nnimap-last-response-string): Fix last unfolding fix.
7398
7399 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * shr.el (shr-insert): Fix the way to fold lines.
7402
7403 2010-11-25  Julien Danjou  <julien@danjou.info>
7404
7405         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7406
7407         * color.el: Rename from color-lab.el
7408         (color-rgb->hex): Add.
7409         (color-complement): Add.
7410         (color-complement-hex): Add.
7411
7412         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7413
7414 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * shr-color.el (shr-color-visible): Don't bug out if the color names
7417         don't exist.
7418
7419 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7422         assuming that article displaying or another mml-preview may be
7423         interrupted for an error or for the like.
7424
7425         * shr.el (shr-get-background): Fix argument name.
7426
7427 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7430
7431         * gnus-sum.el (gnus-summary-include-articles): New function.
7432
7433         * message.el (message-goto-body): called-interactively-p needs a
7434         parameter, so use `any'.
7435
7436         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7437         clear marks before moving, since they're synced from the Gnus side
7438         first.
7439
7440         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7441         (gnus-summary-move-article): Copy over all marks before moving, so that
7442         IMAP doesn't think a new article has arrived.
7443
7444 2010-11-24  Julien Danjou  <julien@danjou.info>
7445
7446         * shr.el (shr-insert-background-overlay): Fix typo.
7447         (shr-render-td): Copy the background before rendering.
7448
7449         * shr-color.el (shr-color-visible): Fix docstring.
7450
7451         * shr.el (shr-tag-table): Add bgcolor support.
7452         (shr-render-td): Add bgcolor support.
7453         (shr-get-background): Add.
7454         (shr-insert-foreground-overlay): Use shr-get-background.
7455
7456         * message.el (message-goto-body): Use called-interactively-p.
7457         (message-in-body-p): message-goto-body returns point.
7458
7459 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7462         Fixes something or other in Emacs 23, and is backwards compatible.
7463
7464         * message.el (message-goto-body): Remove the <#secure special-casing,
7465         which is too special.
7466
7467         * shr.el (shr-parse-style): Drop !important from styles.
7468
7469 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7470
7471         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7472         this function to return incorrect results when calling it with an
7473         explicit article argument different from
7474         (gnus-summary-article-number).
7475
7476 2010-11-24  Julien Danjou  <julien@danjou.info>
7477
7478         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7479         (shr-tag-body): Add background support.
7480         (shr-descend): Add background support.
7481         (shr-tag-title): Add.
7482
7483         * shr-color.el (shr-color-visible): Really return original background
7484         if fixed.
7485
7486 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * shr.el (shr-color-check): Protect against non-existent color names.
7489
7490 2010-11-24  Julien Danjou  <julien@danjou.info>
7491
7492         * color-lab.el: Require 'cl when compiling.
7493
7494         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7495
7496         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7497         matched part.
7498
7499         * color-lab.el: Fix all expt calls to use float type.
7500
7501 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7504         expression to shr-color-check as is.
7505
7506         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7507
7508         * color-lab.el: Add coding cookie.
7509         (float-pi): Use eval-and-compile.
7510
7511         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7512         compiled for Emacsen having no `libxml-parse-html-region' support.
7513
7514 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * shr.el (shr-insert-color-overlay): Split stuff like
7517         "#444444 !important" to find the real color.
7518         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7519         parse <font color="red"> entries.
7520
7521 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7522
7523         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7524         point when parsing headers.
7525
7526         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7527         is positioned properly when parsing headers.
7528
7529 2010-11-23  Julien Danjou  <julien@danjou.info>
7530
7531         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7532
7533         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7534
7535         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7536
7537         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7538         Use shr-color-hue-to-rgb.
7539         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7540
7541 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * shr.el (shr-color->hexadecimal): Autoload.
7544         (shr-descend): Add color to all tags.
7545
7546 2010-11-22  Julien Danjou  <julien@danjou.info>
7547
7548         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7549         shr-color->hexadecimal.
7550
7551         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7552         RGB() or HSL() color representation.
7553
7554         * shr.el (shr-tag-font): Add.
7555         (shr-tag-color-check): New function to get better colors.
7556         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7557         tag-span.
7558
7559         * shr-color.el: New file.
7560
7561         * color-lab.el: New file.
7562
7563         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7564
7565 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7566
7567         * nnir.el: Fix typo in comments.
7568         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7569         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7570
7571 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7572
7573         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7574
7575         * nnimap.el (nnimap-get-capabilities): Refactor out.
7576         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7577
7578 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7579
7580         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7581         appearing when `mm-uu-hide-markers' is nil.
7582
7583 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * nnimap.el (nnimap-unselect-group): Make into its own function.
7586         (nnimap-request-rename-group): Unselect group before renaming.
7587         This had gotten lost somewhere.
7588         (nnimap-request-accept-article): Keep track of examined groups, and
7589         unselect the group before APPENDing to read-only groups.
7590         (nnimap-request-move-article): Clear flags before moving so that they
7591         can be re-set later.
7592
7593 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7596         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7597
7598 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-art.el (gnus-mime-display-single):
7601         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7602         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7603         parameter.
7604
7605 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606
7607         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7608         (shr-table-vertical-line): New variable.
7609         (shr-insert-table): Use it.
7610
7611 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-html.el (gnus-html-wash-images): Don't display images if
7614         gnus-inhibit-images is non-nil; register displayer for cid images.
7615         (gnus-html-display-image): Work for cid image.
7616         (gnus-html-insert-image): Allow arguments.
7617         (gnus-html-put-image): Inhibit read-only.
7618         (gnus-html-prefetch-images): Don't prefetch images if
7619         gnus-inhibit-images is non-nil.
7620
7621 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * shr.el (shr-put-image): Break lines when inserting big pictures.
7624
7625 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7626
7627         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7628         sender, thanks Katsumi Yamaoka.
7629
7630 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7631
7632         * nnir.el (nnir-run-imap): Reverse the article list for each group
7633         rather than the whole list.
7634
7635 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * shr.el (shr-image-displayer): Protect function against non-existent
7638         image source.
7639
7640         * gnus-art.el (gnus-inhibit-images): New user option.
7641         (gnus-mime-display-single): Don't display image if it is non-nil.
7642
7643         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7644         gnus-inhibit-images.
7645
7646         * shr.el (shr-image-displayer): New function.
7647         (shr-tag-img): Use it.
7648
7649 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7650
7651         * mml2015.el (mml2015-epg-sign): Use From header.
7652
7653 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7656
7657         * gnus-util.el (gnus-find-text-property-region): Return markers.
7658
7659         * shr.el (shr-tag-img): Put a displayer in the text property.
7660
7661         * gnus-util.el (gnus-find-text-property-region): New utility function.
7662
7663         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7664         (gnus-html-show-images): Remove.
7665
7666         * gnus-art.el (gnus-article-show-images): New, more general function.
7667
7668         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7669         image url text properties.
7670
7671         * shr.el: Ditto.
7672
7673         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7674         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7675
7676 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7679         work for two or more articles.
7680
7681 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7684         divide an image that's in an html article to two or more when washing
7685         non-ASCII characters in alt text of it.
7686
7687 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7690         smime-decrypt-region using function argument.
7691         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7692
7693         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7694
7695         * smime.el (smime-decrypt-region): Catch it.
7696
7697 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7698
7699         * smime.el (smime-mode-map): Move initialization into declaration.
7700         (gnus-run-mode-hooks): Don't autoload.
7701         (smime-mode): Use define-derived-mode.
7702
7703 2010-11-11  Glenn Morris  <rgm@gnu.org>
7704
7705         * smime.el (from): Restrict declaration to XEmacs.
7706
7707         * nnir.el (gnus-group-topic-name): Autoload.
7708
7709 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * shr.el (shr-insert): Don't break long line if it is because of
7712         kinsoku-bol characters in the line end.
7713
7714 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7715
7716         * nnir.el (nnir-request-move-article): Fix to provide original group
7717         and subject.
7718         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7719         been retrieved.
7720
7721         * gnus-sum.el (gnus-summary-move-article): Use original group and
7722         subject for virtual articles such as those in an nnir summary buffer.
7723
7724 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7727         least 21.5).
7728
7729         * smime.el (from): Declare it again for XEmacs.
7730
7731 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * message.el (message-resend): Don't disable encoding unless it's
7734         already encoded.
7735
7736         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7737         low-numbered articles.
7738
7739 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * rfc2047.el (rfc2047-syntax-table): Simplify.
7742
7743         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7744
7745         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7746         set-char-table-range for XEmacs.
7747
7748 2010-11-10  Glenn Morris  <rgm@gnu.org>
7749
7750         * time-date.el (time-to-seconds): Always an alias on Emacs,
7751         never a real function.
7752         (with-no-warnings): Remove compat stub, now unused.
7753         (time-less-p): Doc fix.
7754         (time-to-number-of-days): Simplify.
7755
7756         * smime.el (from): Remove unused declaration.
7757
7758         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7759         (gnus-float-time): On Emacs, always an alias.
7760
7761         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7762         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7763
7764 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * dgnushack.el: Don't use ignore-errors in the top level form since it
7767         is unavailable in XEmacs even if cl is loaded.
7768
7769         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7770
7771 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * shr.el (browse-url-mailto): Autoload.
7774
7775         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7776
7777         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7778         regexp doesn't need quoting.
7779
7780 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7781
7782         * message.el (message-subject-trailing-was-ask-regexp)
7783         (message-subject-trailing-was-regexp): Match was: in addition to was.
7784
7785 2010-11-09  Glenn Morris  <rgm@gnu.org>
7786
7787         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7788         (nnbabyl-check-mbox): Use point-at-bol.
7789
7790 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7793
7794         * message.el (message-mailto): New function.
7795         (message-mailto): Should accept other parameters.
7796         (message-mailto): Remove since it duplicates browse-url-mailto
7797         functionality.
7798
7799 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7802         methods.
7803         (gnus-read-active-file): Ditto.
7804
7805         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7806         ": " from the prompt.
7807         (gnus-group-make-group): Ditto.
7808
7809 2010-11-07  Glenn Morris  <rgm@gnu.org>
7810
7811         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7812         (gnus-bookmark-kill-line): Use point-at-eol.
7813
7814 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7817         asterisks in From header.
7818
7819 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7822         string to avoid making the From headers syntactically invalid.
7823
7824         * message.el (message-send-mail): Don't insert courtesy messages if the
7825         message already has List-Post and List-ID messages.
7826
7827 2010-11-06  Glenn Morris  <rgm@gnu.org>
7828
7829         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7830         `condition', `type', `length' a prefix.
7831         (gnus-treat-predicate): Update for above name changes.
7832
7833 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7834
7835         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7836         binding.  Handled by `gnus-summary-refer-thread' instead.
7837         (nnir-warp-to-article): New backend function.
7838
7839         * nnimap.el (nnimap-request-thread): Force dependency updating.
7840
7841         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7842         (gnus-summary-refer-thread): Rework to improve thread-referral.
7843
7844         * gnus-int.el (gnus-warp-to-article): New function.
7845
7846         * gnus-sum.el (gnus-summary-article-map): Bind it.
7847
7848 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7849
7850         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7851         gnus-summary-refer-thread.
7852
7853         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7854         headers.
7855         (gnus-summary-limit-include-thread): Prevent articles in thread from
7856         being cut in gnus-cut-threads.
7857         (gnus-summary-refer-thread): Limit retrieved headers to those in
7858         thread.
7859
7860 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * message.el (message-send-mail): Use the value of
7863         message-courtesy-message from the message buffer.
7864
7865         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7866
7867         * shr.el (shr-browse-url): Implement mailto: URLs.
7868
7869         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7870         "raw".
7871
7872         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7873         if it's already selected.
7874
7875         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7876
7877 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7880         to measure the length and truncate alt text.
7881
7882 2010-11-03  Glenn Morris  <rgm@gnu.org>
7883
7884         * nndiary.el (nndiary-generate-nov-databases-1)
7885         (nndiary-generate-active-info): Rename dynamic variable `files' to
7886         something less generic.
7887
7888 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7889
7890         * nnir.el (nnir-request-move-article): Call the underlying backend to
7891         move articles from nnir.
7892
7893 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7896
7897 2010-11-02  Julien Danjou  <julien@danjou.info>
7898
7899         * nnir.el: Remove wais support.
7900
7901 2010-11-02  Glenn Morris  <rgm@gnu.org>
7902
7903         * gnus-html.el: Reorder requirements to quieten compiler.
7904
7905 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7908         properly for XEmacs as well.
7909         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7910         (gnus-article-natural-long-line-p): Use window-width rather than
7911         frame-width.
7912
7913 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7914
7915         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7916         (nnir-read-parms): Don't modify query.
7917         (nnir-run-query): Add ability to search topic on current line.
7918         (nnir-get-active): Clean up.
7919
7920 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7923         degenerate articles.
7924
7925         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7926         (gnus-print-buffer): Just print the buffer as is, without any copying
7927         to a buffer and then re-highlighting.
7928
7929         * nnimap.el (nnimap-request-group): Store the new updated info.
7930         (nnimap-request-group): Select the group when we don't know whether it
7931         exists or not.
7932
7933         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7934         groups.
7935
7936         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7937         groups.
7938
7939         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7940         groups.
7941
7942         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7943         long-lines case by only filling the long lines.
7944
7945         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7946         (bug #7311).
7947
7948 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * shr.el: No need to declare `declare-function' since shr.el is for
7951         only Emacsen that provide `libxml-parse-html-region'.
7952
7953         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7954         effective only in a file it is referred to.
7955
7956 2010-11-01  Glenn Morris  <rgm@gnu.org>
7957
7958         * mm-util.el (gnus-completing-read): Autoload.
7959         (mm-read-coding-system): Simplify Emacs definition.
7960
7961         * nnmail.el (gnus-activate-group):
7962         * nnimap.el (gnutls-negotiate):
7963         * nntp.el (netrc-parse): Fix declarations.
7964
7965 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7968         string-match-p in Emacs >=23.
7969
7970         * gnus-msg.el (gnus-configure-posting-styles):
7971         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7972
7973 2010-11-01  Glenn Morris  <rgm@gnu.org>
7974
7975         * nnir.el (declare-function): Add compat stub.
7976         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7977         (nnir-run-gmane): Require 'mm-url.
7978
7979         * mm-util.el (mm-string-to-multibyte): Simplify.
7980
7981         * shr.el (declare-function): Add compat stub.
7982         (url-cache-create-filename): Declare.
7983         (mm-disable-multibyte, widget-convert-button): Autoload.
7984
7985         * smime.el (ldap-search): Declare.
7986         (smime-cert-by-ldap-1): Require ldap on Emacs.
7987
7988         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7989         (nnimap-keepalive): Use gnus-float-time.
7990
7991         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7992         (mail-source-delete-crash-box): Use gnus-float-time.
7993
7994         * gnus-dired.el (gnus-completing-read): Autoload.
7995
7996         * mm-view.el (gnus-rescale-image): Autoload.
7997
7998         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7999
8000         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8001
8002         * sieve-manage.el: Require 'cl when compiling.
8003
8004         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8005         (gnus-iswitchb-completing-read): Require iswitchb.
8006         (gnus-select-frame-set-input-focus): Silence compiler.
8007
8008 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * message.el (message-subject-trailing-was-query): Change default to t,
8011         since I think that's what most people want.
8012
8013         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8014         appending for easier debugging.
8015         (nnimap-wait-for-connection): Take a regexp.
8016         (nnimap-request-accept-article): Wait for the continuation line before
8017         sending anything unless we're streaming.
8018
8019         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8020         leave the header washing to take place.
8021
8022 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8023
8024         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8025         regular expression match and replace in posting styles.
8026
8027 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8028
8029         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8030         an entire server.
8031         (nnir-get-active): New function.
8032         (nnir-run-imap): Use it.
8033         (nnir-run-gmane): Who knew, gmane search returns an article score!
8034
8035         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8036         server on the current line with nnir.
8037
8038 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8041         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8042         left edge.
8043         (gnus-article-foldable-buffer): Skip past the prefix when determining
8044         raggedness.
8045
8046         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8047         the raw article, and change `C-u g' to show the article without doing
8048         treatments.
8049
8050         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8051         on to `gnus-treat-article'.
8052         (gnus-inhibit-article-treatments): New variable.
8053
8054         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8055
8056         * gnus-art.el (gnus-treatment-function-alist): Have
8057         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8058         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8059         sections.
8060
8061         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8062         parameter.
8063         (gnus-article-fill-cited-long-lines): New function.
8064         (gnus-article-fill-cited-article): Allow filling only long sections.
8065
8066         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8067         and non-punctuation (like after the apostrophe in "'We").
8068
8069         * gnus-sum.el (gnus-summary-select-article): Make sure
8070         gnus-original-article-buffer is alive.
8071
8072         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8073         reflect the order they're in in the digest.
8074
8075         * gnus.el (gnus-group-startup-message): Move point to the start of the
8076         buffer.
8077
8078         * nnimap.el (nnimap-capability): New function.
8079         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8080         is set.
8081
8082 2010-10-31  David Engster  <dengste@eml.cc>
8083
8084         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8085         conform with changes to gnus-completing-read.
8086
8087 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088
8089         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8090
8091 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8092
8093         * nnir.el: Move defvar, defcustom around to keep file organized
8094         and keep byte-compiler quiet.
8095         (nnir-read-parms): Accept search-engine as arg.
8096         (nnir-run-query): Pass search-engine as arg.
8097         (nnir-search-engine): Remove.
8098
8099 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * shr.el (shr-generic): The text nodes should be text, not :text.
8102
8103         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8104         later in the file.
8105
8106 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8107
8108         * nnir.el: General clean up.  Allow searching with multiple engines.
8109         Allow separate extra-parameters for each engine.
8110         Batch queries when possible.
8111         (nnir-imap-default-search-key,nnir-method-default-engines):
8112         Add customize interface.
8113         (nnir-run-gmane): New engine.
8114         (nnir-engines): Use it.  Qualify all prompts with engine name.
8115         (nnir-search-engine): Remove global variable.
8116         (nnir-run-hyrex): Restore for now.
8117         (nnir-extra-parms,nnir-search-history): New variables.
8118         (gnus-group-make-nnir-group): Use them.
8119         (nnir-group-server): Remove in favor of gnus-group-server.
8120         (nnir-request-group): Avoid searching twice.
8121         (nnir-sort-groups-by-server): New function.
8122
8123 2010-10-30  Julien Danjou  <julien@danjou.info>
8124
8125         * gnus-group.el: Remove gnus-group-fetch-control.
8126
8127         * gnus-start.el (gnus-find-new-newsgroups):
8128         Remove gnus-check-first-time-used.
8129
8130         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8131
8132 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8133
8134         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8135         set on groups that don't have \* permanentflags.
8136
8137 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8138
8139         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8140         control the background color.
8141         (shr-tag-img): Ignore very small web bug type images.
8142         (shr-put-image): Add help-echo alt texts to the images.
8143         (shr-tag-video): Show the video poster image.
8144
8145 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * shr.el (shr-table-depth): New variable.
8148         (shr-tag-table-1): Only insert the images after the top-level table.
8149
8150         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8151
8152         * gnus-util.el (gnus-list-memq-of-list): New function.
8153
8154         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8155         selected.
8156         (nnimap-unsplittable-articles): New slot.
8157         (nnimap-new-articles): Use it.
8158
8159 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8160
8161         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8162         move to the previous line on `M-g'.
8163
8164 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8167         *-request-group, which seems unnecessary.
8168
8169         * nnimap.el (nnimap-quote-specials): Function copied over from
8170         imap.el.
8171         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8172         they support that.  Suggested by Tom Regner.
8173
8174 2010-10-29  Julien Danjou  <julien@danjou.info>
8175
8176         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8177         defalias.
8178         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8179
8180         * gnus.el: Remove `gnus-nntp-service' variable.
8181         (gnus-secondary-servers): Make obsolete.
8182         (gnus-nntp-server): Make obsolete.
8183
8184         * gnus-start.el (gnus-1): Remove x-splash calls.
8185
8186         * gnus-ems.el (gnus-x-splash): Remove.
8187
8188         * gnus.el (gnus-group-startup-message): Simplify/update code.
8189
8190         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8191         definition.
8192
8193         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8194         capability before doing anything.
8195         (gnus-group-insert-group-line): Remove useless
8196         gnus-group-remove-excess-properties.
8197
8198 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8201
8202 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203
8204         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8205         config after reselecting.
8206
8207 2010-10-28  Julien Danjou  <julien@danjou.info>
8208
8209         * shr.el (shr-put-image): Use point even if only inserting text.
8210         (shr-put-image): Save excursion when inserting alt text on non-graphic
8211         display, so the behavior is the same when we are on a graphic display.
8212
8213         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8214
8215 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8218         (gnus-mime-copy-part): Check coding system, not charset.
8219         (gnus-mime-view-part-externally): Never remove part.
8220         (gnus-mime-view-part-internally): Don't remove part here.
8221         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8222         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8223         multipart/alternative.
8224
8225         * mm-decode.el (mm-display-part): Take optional arg `force'.
8226
8227 2010-10-26  Julien Danjou  <julien@danjou.info>
8228
8229         * gnus-group.el (gnus-group-default-list-level): Add this function to
8230         compute the default list level.
8231         (gnus-group-default-list-level): Add possibility to use a function.
8232
8233 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8236
8237         * gnus-group.el (gnus-group-completing-read)
8238         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8239         gnus-replace-in-string.
8240
8241 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * shr.el (shr-tag-div): Add.
8244
8245         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8246
8247 2010-10-25  Julien Danjou  <julien@danjou.info>
8248
8249         * gnus-util.el: Remove `gnus-with-local-quit'.
8250
8251         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8252
8253 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8254
8255         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8256         the original article buffer.
8257
8258 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * nnimap.el (nnimap-request-head): New function.
8261         (nnimap-request-move-article): Try to be slightly faster by not
8262         requesting the entire message when moving.
8263         (nnimap-transform-headers): Don't bug out on bodiless articles.
8264         (nnimap-send-command): Have no outstanding messages if the IMAP server
8265         doesn't support streaming.
8266         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8267
8268 2010-10-24  Julien Danjou  <julien@danjou.info>
8269
8270         * message.el (message-default-headers): Fix type.
8271
8272 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8275         prefetching images.
8276
8277         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8278         backend for unknown groups.  This is mainly useful for nnimap groups.
8279
8280         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8281         group isn't covered by the agent.
8282
8283 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8284
8285         * nnir.el (nnir-method-default-engines): New variable.
8286         (nnir-run-query): Use it.
8287         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8288         (gnus-summary-nnir-goto-thread): Change group if needed.
8289
8290         * gnus-group.el (gnus-group-group-map): Add key binding for
8291         gnus-group-make-nnir-group.
8292
8293 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * shr.el (shr-tag-object): Add.
8296
8297         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8298         original article buffer live.
8299         (gnus-summary-select-article-buffer):
8300         Mention gnus-widen-article-buffer.
8301
8302 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * shr.el (shr-tag-strong): Add.
8305
8306 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8309         group names.  They mess up the group buffer badly.
8310
8311         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8312
8313         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8314         instead of the summary one.
8315
8316 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * mml.el (mml-preview): Work properly when editing article.
8319
8320         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8321         gnus-have-read-active-file if it's already been in.
8322
8323 2010-10-22  Tom Tromey  <tromey@redhat.com>
8324
8325         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8326         gnus-group-completing-read.
8327
8328 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * message.el (message-mode-map): Don't bind M-; to comment region, to
8331         allow the global comment-dwim to work.
8332
8333 2010-10-21  Julien Danjou  <julien@danjou.info>
8334
8335         * message.el (message-setup-1): Allow message-default-headers to be a
8336         function.
8337
8338 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * shr.el (shr-tag-table): Simplify.
8341
8342 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8345         to avoid trying to snarf invalid stuff.
8346
8347         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8348
8349         * gnus.el (gnus-message-archive-group): Quote value.
8350         (gnus-message-archive-group): Mark as changed.
8351
8352         * shr.el (shr-add-font): Don't put the font properties on the newline
8353         or the indentation.
8354
8355         * message.el (message-fix-before-sending): Change options when sending
8356         non-printable characters.
8357
8358         * gnus.el (gnus-message-archive-method): Change the default to
8359         monthly outgoing groups.
8360
8361         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8362         that have gotten new numbers.
8363
8364         * nnimap.el (nnimap-request-replace-article): New function.
8365
8366 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8369         (nnrss-request-article): Don't use special html washing code.
8370
8371 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * shr.el (shr-tag-table): Remove useless nconc.
8374
8375 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * gnus-art.el (article-wash-html): Simplify and remove the charset
8378         stuff.  Use the normal html rendering code instead of the special html
8379         washing code.
8380
8381         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8382         `gnus-w3m' symbols.
8383         (mm-text-html-washer-alist): Remove.
8384
8385         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8386         (mm-inline-media-tests): Remove use.
8387         (mm-text-html-renderer): Change default to the `shr' symbol.
8388
8389         * mm-view.el (mm-inline-text-html): Remove use.
8390
8391         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8392         `gnus-blocked-images' to be a function.
8393         (gnus-article-wash-function): Remove.
8394
8395 2010-10-20  Julien Danjou  <julien@danjou.info>
8396
8397         * spam.el (spam-list-of-processors): Mark as obsolete.
8398
8399         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8400         (nnimap-insert-partial-structure): Fix boundary detection.
8401
8402 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8403
8404         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8405         run file-truename on remote files.  This can be expensive and even
8406         prevent one from editing drafts if some unrelated buffer has a stale
8407         connection.
8408
8409 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8412         kinsoku-eol regardless of shr-kinsoku-shorten.
8413         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8414         (shr-tag-table): Support caption, thead, and tfoot.
8415
8416 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8419         lines.
8420         (shr-save-contents): New command and keystroke.
8421
8422         * nndoc.el (nndoc-type-alist): Add git support.
8423         (nndoc-git-type-p): New function.
8424         (nndoc-transform-git-article): Ditto.
8425         (nndoc-transform-git-headers): Ditto.
8426         (nndoc-transform-git-headers): Generate Subject headers.
8427
8428         * shr.el (shr-parse-style): New function.
8429         (shr-tag-span): Ditto.
8430
8431         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8432         to `G G' to avoid collisions.
8433
8434 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * shr.el: Load kinsoku if necessary.
8437         (shr-kinsoku-shorten): New internal variable.
8438         (shr-find-fill-point): Make kinsoku shorten text line if
8439         shr-kinsoku-shorten is bound to non-nil.
8440         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8441         shr-indentation too when testing if table is wider than frame width.
8442         (shr-insert-table): Use `string-width' instead of `length' to measure
8443         text width.
8444         (shr-insert-table-ruler): Make sure indentation is done at bol.
8445
8446 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8447
8448         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8449         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8450         undecoded network data.
8451
8452 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8455         name in the mode line spec so that the mode line menu works
8456         (bug #2431).
8457
8458         * message.el (message-get-reply-headers): If we're fed `to-address',
8459         then always use that.
8460
8461         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8462         aren't so wide as to need to switch off the edit menu.
8463
8464         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8465         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8466
8467         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8468         `M-g'.
8469         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8470         the permanent marks.
8471
8472 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8473
8474         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8475         Splitting according to references/in-reply-to obeys the ignore-groups
8476         variable, while splitting by sender and subject do not.
8477
8478 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8479
8480         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8481         alist, so that we can look for non-Unicode chars.
8482         (article-translate-strings): Allow both character and string maps.
8483
8484 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * shr.el (shr-insert): Don't insert space behind a wide character
8487         categorized as kinsoku-bol, or between characters both categorized as
8488         nospace.
8489
8490 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8491
8492         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8493         headers to gnus-newsgroup-headers.
8494
8495 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * shr.el (shr-tag-img): Don't align images -- since we're not
8498         rescaling, this often leads to ugly displays.
8499
8500 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8501
8502         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8503         duplicates.
8504
8505 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8506
8507         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8508         call.
8509
8510 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * gnus.el: Autoload gnus-html-show-images.
8513
8514         * nnimap.el: Use nnheader-message throughout.
8515
8516         * shr.el (shr-tag-img): Ignore images with no data.
8517
8518 2010-10-15  Julien Danjou  <julien@danjou.info>
8519
8520         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8521         a possibility to disable format=flow encoding when using hard newlines.
8522
8523 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * shr.el (shr-insert): Remove space inserted before or after a
8526         breakable character or at the beginning or the end of a line.
8527         (shr-find-fill-point): Do kinsoku; find the second best point or give
8528         it up if there's no breakable point.
8529
8530 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * nnimap.el (nnimap-open-connection): Message when opening connection
8533         for debugging purposes.
8534
8535         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8536         on every setup buffer call to allow this to change from article to
8537         article.
8538
8539         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8540         buffers where we have a wide table.
8541
8542 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8543
8544         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8545         uses *-request-thread.
8546
8547 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8548
8549         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8550         incantation, which is no longer valid.
8551
8552 2010-10-14  Julien Danjou  <julien@danjou.info>
8553
8554         * shr.el: Fix defcustom type (char -> character).
8555
8556 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8559         programs.
8560
8561 2010-10-14  Julien Danjou  <julien@danjou.info>
8562
8563         * shr.el (shr-tag-a): Use url-link as widget type.
8564
8565         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8566         `gnus-group-get-icon'.
8567
8568 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8571         This should make server editing work better.
8572
8573         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8574
8575         * tls.el (tls-program): Remove spurious %s from openssl.
8576
8577         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8578         (nnimap-parse-flags): Fix regexp.
8579
8580         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8581         probably work for CJVK text, too.
8582
8583         * nnimap.el (nnimap-extend-tls-programs): Remove.
8584         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8585
8586         * tls.el (tls-starttls-switches): Remove starttls hack.
8587         (open-tls-stream): Ditto.
8588         (tls-find-starttls-argument): Ditto.
8589
8590 2010-10-13  Julien Danjou  <julien@danjou.info>
8591
8592         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8593         responses.
8594
8595 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8598
8599         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8600         anything in Emacs.
8601
8602         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8603
8604 2010-10-13  Julien Danjou  <julien@danjou.info>
8605
8606         * shr.el (shr-width): Make shr-width a defcustom with default to
8607         fill-column.
8608         (shr-tag-img): Use shr-width rather than fill-column.
8609
8610 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * dgnushack.el (byte-optimize-apply):
8613         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8614
8615         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8616         position when (X-)Faces exist.
8617         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8618         avatars when called interactively.
8619
8620 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8623         gnus-article-x-face-too-ugly is bound.
8624
8625 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8628
8629         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8630         mailbox that doesn't exist.
8631
8632 2010-10-12  Julien Danjou  <julien@danjou.info>
8633
8634         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8635         (shr-get-image-data): Encode URL properly when fetching from cache.
8636         (shr-tag-img): Use aligned-to spaces to align correctly images.
8637
8638         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8639         before inserting the Gravatar.
8640
8641         * shr.el (shr-tag-img): Add align attribute support for <img>.
8642
8643 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * gnus-gravatar.el (gnus-art): Require.
8646
8647         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8648         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8649         Remove long obsoleted functions.
8650
8651 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8654
8655         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8656
8657         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8658         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8659         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8660         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8661         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8662         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8663         * sieve-manage.el, smime.el, spam.el:
8664         Fix comment for declare-function.
8665
8666 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * nnimap.el (nnimap-request-rename-group): Select group read-only
8669         before renaming it.
8670
8671         * shr.el (shr-insert): Fix up the white space only regexp.
8672
8673         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8674         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8675
8676         * shr.el (shr-current-column): New function.
8677         (shr-find-fill-point): New function.
8678
8679 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8680
8681         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8682         numbers.
8683
8684 2010-10-11  Julien Danjou  <julien@danjou.info>
8685
8686         * shr.el (shr-hr-line): Add.
8687         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8688         display hr lines.
8689         (shr-max-columns): Do not change state to nil if we just inserting
8690         spaces.
8691
8692 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8695         select the last group.
8696
8697 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8698
8699         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8700
8701 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8702
8703         * dig.el (dig-mode-map): Declare and define in one step.
8704
8705 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8708         for Gnus.
8709         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8710         (nnimap-update-qresync-info): Mark \Seen articles as read.
8711
8712         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8713         non-variable, too.
8714
8715         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8716         available.
8717         (nnimap-update-info): Rely more on the current active than the param
8718         active to avoid marking articles as read too much.
8719
8720         * auth-source.el (auth-source-create): Use (user-login-name) for the
8721         user name default.
8722
8723         * nnimap.el (nnimap-update-info): If the server doesn't return any
8724         useful info, just use the previous info.
8725         (nnimap-update-info): Prefer old info over start-article.
8726         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8727
8728 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8729
8730         * nnir.el (autoload): Clean up autoloads.
8731         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8732         Use key rather than value.
8733         (nnir-imap-search-other): New variable.
8734         (nnir-read-parm): Use it.
8735         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8736         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8737
8738 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8739
8740         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8741         the process, too.
8742
8743 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744
8745         * spam.el (gnus-summary-mode-map): Bind to "$".
8746         Suggested by Russ Allbery.
8747
8748         * shr.el: Rework the way things are indented by <li> slightly.
8749
8750         * gnus.el (gnus-group-set-parameter): Fix typo.
8751
8752         * nnimap.el: Start implementing QRESYNC support.
8753
8754 2010-10-09  Julien Danjou  <julien@danjou.info>
8755
8756         * nnir.el (nnir-engines): Fix too many arguments.
8757
8758 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8761         group is the "last", so that the backends like nnfolder actually save
8762         their folders.
8763
8764         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8765         try to use that for the tls stream.
8766         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8767         UIDVALIDITY and find out which groups are read-only and not.
8768         (nnimap-get-flags): Use the same marks parsing code as the rest of
8769         nnimap.
8770
8771 2010-10-09  Julien Danjou  <julien@danjou.info>
8772
8773         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8774
8775         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8776         retrieving gravatars.
8777
8778         * shr.el (shr-table-corner): Add.
8779         (shr-table-line): Add.
8780         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8781
8782 2010-10-08  Julien Danjou  <julien@danjou.info>
8783
8784         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8785
8786 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8787
8788         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8789
8790         * gnus-sum.el (gnus-mark-article-as-unread)
8791         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8792         (gnus-summary-set-bookmark): Use it.
8793
8794         * gnus-msg.el (gnus-setup-message): Use it.
8795
8796         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8797
8798         * gnus.el (gnus-group-remove-parameter): Use it.
8799
8800         * gnus-group.el (gnus-group-make-web-group): Use it.
8801
8802         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8803
8804         * nnregistry.el: Update docs to mention manual.
8805
8806         * gnus-registry.el: Update docs to mention nnregistry.el.
8807         (gnus-registry-initialize): Don't install nnregistry refer method
8808         automatically.
8809         (gnus-registry-install-nnregistry): Remove it.
8810
8811 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * shr.el (shr-insert): Don't insert double spaces.
8814
8815 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-gravatar.el (gnus-treat-from-gravatar)
8818         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8819         called interactively.
8820
8821         * gnus-art.el (gnus-mime-view-part-externally)
8822         (gnus-mime-view-part-internally): Make predicate function passed to
8823         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8824         of a mime type.
8825
8826         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8827
8828 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * shr.el (require): Require cl when compiling.
8831         (shr-tag-hr): New function.
8832
8833         * nnimap.el (nnimap-update-info): Remove double setting of high.
8834         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8835         This makes nnimap work properly on Courier again.
8836
8837         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8838         the variable for backwards compatibility.
8839
8840         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8841         the file name before using to avoid setting mm-default-directory to
8842         nil.
8843
8844         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8845         bidning gnus-agent variables.
8846
8847         * shr.el (shr-render-td): Use a cache for the table rendering function
8848         to avoid getting an exponential rendering behavior in nested tables.
8849         (shr-insert): Rework the line-breaking algorithm.
8850         (shr-insert): Don't leave trailing spaces.
8851         (shr-insert-table): Also insert empty TDs.
8852         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8853
8854 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8855
8856         * gnus-sum.el (gnus-number): Rename from `number'.
8857         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8858         (gnus-summary-limit-children): Update uses correspondingly.
8859
8860 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8863         (gnus-gravatar-transform-address): Don't show avatars of people of
8864         which mail addresses match gnus-gravatar-too-ugly.
8865
8866 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * shr.el (shr-table-widths): Expand TD elements to fill available
8869         space.
8870
8871 2010-10-07  Julien Danjou  <julien@danjou.info>
8872
8873         * nnimap.el (nnimap-request-rename-group): Add this method.
8874
8875 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8878         name from XEmacs' function-arglist.
8879
8880         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8881         gravatar under XEmacs.
8882
8883 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8884
8885         * auth-source.el: Update docs with TODO items.
8886
8887         * gnus-sync.el: Update docs to explain state and plans.
8888
8889         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8890         Hooks for mark updates.
8891         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8892
8893         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8894         hooks with arguments, which is needed for mark update hooks.
8895
8896 2010-10-06  Julien Danjou  <julien@danjou.info>
8897
8898         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8899         was matched.
8900
8901         * sieve-manage.el: Update example in `Commentary'.
8902
8903         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8904
8905         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8906         not 2000.
8907         (sieve-manage-authenticate): Re-add function.
8908
8909 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * shr.el (shr-insert): Get 'space transition right.
8912         (shr-render-td): Only delete space at the end of the TD.
8913
8914         * nnimap.el (nnimap-open-connection): Prepare to support
8915         open-gnutls-stream.
8916
8917         * shr.el: Rearrange function order to be more logical.
8918
8919 2010-10-06  Julien Danjou  <julien@danjou.info>
8920
8921         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8922         (nnrss-discover-feed): Remove 404 URL in docstring.
8923
8924         * nnir.el: Fix Swish-E URL.
8925         Fix Namazu URL.
8926
8927         * message.el (message-change-subject): Remove 404 URL in a comment.
8928
8929 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8932         called interactively.
8933
8934         * gnus-util.el (gnus-remove-if): Allow hash table.
8935         (gnus-remove-if-not): New function.
8936
8937         * gnus-art.el (gnus-mime-view-part-as-type):
8938         * gnus-score.el (gnus-summary-score-effect):
8939         * gnus-sum.el (gnus-read-move-group-name):
8940         Replace remove-if-not with gnus-remove-if-not.
8941
8942         * gnus-group.el (gnus-group-completing-read):
8943         Regard collection as a hash table if it is not a list.
8944
8945 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8948
8949         * shr.el: Document the table-rendering algorithm.
8950
8951 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8954         for Emacsen having no `libxml-parse-html-region' support.
8955
8956 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8957
8958         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8959         invalid URLs.
8960
8961         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8962         line-broken.
8963         (shr-tag-img): Ignore image fetching errors.
8964         (shr-overlays-in-region): Compute overlay positions correctly.
8965
8966         * mm-decode.el (mm-shr): Require shr.
8967
8968         * gnus-art.el (gnus-blocked-images): Move variable here.
8969
8970         * shr.el (shr-insert-table): Bind free variable.
8971
8972         * mm-decode.el (mm-shr): Bind shr-content-function.
8973
8974         * shr.el (shr-content-function): New variable.
8975
8976         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8977         added for symmetry.
8978
8979         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8980
8981         * gnus-group.el (gnus-group-make-group): Doc fix.
8982
8983         * nnimap.el (nnimap-request-newgroups): Return success.
8984
8985         * shr.el (shr-find-elements): New function.
8986         (shr-tag-table): Put all the images after the table.
8987         (shr-tag-table): Really inhibit images inside the table.
8988         (shr-collect-overlays): Copy over overlays from the TD elements to the
8989         main document.
8990
8991         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8992         gnus-blocked-images.
8993
8994 2010-10-05  Julien Danjou  <julien@danjou.info>
8995
8996         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8997
8998         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8999         (gnus-html-maximum-image-size): Add this function.
9000         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9001
9002         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9003         server-value of the capability is nil.
9004
9005 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * shr.el (shr-tag-em): Add <EM> tag.
9008
9009 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9010
9011         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9012         customizable.
9013
9014         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9015         handing broken links to browse-url.
9016
9017 2010-10-05  Julien Danjou  <julien@danjou.info>
9018
9019         * gnus-util.el (gnus-emacs-completing-read)
9020         (gnus-iswitchb-completing-read): Use autoload rather than require.
9021
9022 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9025         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9026         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9027         iswitchb-temp-buflist for XEmacs.
9028
9029         * gnus-util.el (gnus-completing-read-function): Exclude
9030         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9031         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9032         XEmacs.
9033
9034         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9035         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9036
9037         * gnus-html.el: Don't require help-fns under XEmacs.
9038         (gnus-html-schedule-image-fetching): Work for XEmacs.
9039
9040         * mm-decode.el (mm-shr): Decode contents by charset.
9041
9042 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9045         unknown.
9046
9047         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9048         (shr-get-image-data): Ensure against the cache file missing.
9049
9050         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9051         for data.
9052
9053         * spam-report.el (spam-report-url-ping-plain): Don't query about
9054         killing the process.
9055
9056         * shr.el (shr-render-td): Protect against too-wide text.
9057
9058 2010-10-04  Julien Danjou  <julien@danjou.info>
9059
9060         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9061         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9062
9063         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9064         retrieved.
9065
9066 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * shr.el (browse-url): Require.
9069         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9070         lines.
9071         (shr-show-alt-text, shr-browse-image): New commands.
9072         (shr-browse-url, shr-copy-url): New commands.
9073
9074         * gnus-sum.el (gnus-widen-article-window): New variable.
9075         (gnus-summary-select-article-buffer): Use it.
9076
9077         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9078         without @ signs.
9079
9080 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9081
9082         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9083
9084 2010-10-04  Julien Danjou  <julien@danjou.info>
9085
9086         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9087         for XEmacs.
9088
9089 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9090
9091         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9092
9093         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9094         (nnimap-close-server): Implement.
9095
9096         * dgnushack.el (iswitchb): Require to shut up the compiler.
9097
9098         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9099         (shr-insert): Tweak line breaking.
9100         (shr-insert): Handle <pre> better.
9101         (shr-tag-li): Get <li> indentation right.
9102         (shr-tag-li): Get <li> indentation even righter.
9103         (shr-tag-blockquote): Ensure paragraph start.
9104         (shr-make-table): Tweak table generation.
9105         (shr-make-table): Fix typo.
9106
9107         * shr.el: Implement table rendering.
9108
9109 2010-10-04  Julien Danjou  <julien@danjou.info>
9110
9111         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9112
9113 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * shr.el (shr-insert): Use string anchors instead of line anchors.
9116
9117 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * shr.el: Add headings.
9120         (shr-ensure-paragraph): Actually work.
9121         (shr-tag-li): Make <ul> prettier.
9122         (shr-insert): Get white space at the beginning/end of elements right.
9123         (shr-tag-p): Collapse subsequent <p>s.
9124         (shr-ensure-paragraph): Don't insert double line feeds after blank
9125         lines.
9126         (shr-insert): \t is also space.
9127         (shr-tag-s): Fix "s" tag name function.
9128         (shr-tag-s): Fix face prop name.
9129
9130 2010-10-03  Julien Danjou  <julien@danjou.info>
9131
9132         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9133
9134         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9135         gnus-window-inside-pixel-edges.
9136
9137         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9138         gnus-ems.
9139
9140         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9141
9142         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9143         function.
9144
9145         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9146         resize choice.
9147
9148 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9151         beginning of the buffer.
9152
9153         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9154         article buffer again.
9155
9156         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9157
9158         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9159         when it's at the start of the buffer.
9160
9161         * shr.el (shr-tag-blockquote): Convert name.
9162         (shr-rescale-image): Use the right image-size variant.
9163
9164         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9165         buffer isn't shown, then select the current article first instead of
9166         bugging out.
9167         (gnus-summary-select-article-buffer): Show both the article and summary
9168         buffers again.
9169
9170         * shr.el (shr-fontize-cont): Protect against regions with no text.
9171         Rename tag functions to shr-tag-* for enhanced security.
9172         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9173
9174 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9175
9176         * shr.el (shr-insert):
9177         * pop3.el (pop3-movemail):
9178         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9179         loaded.
9180
9181 2010-10-03  Glenn Morris  <rgm@gnu.org>
9182
9183         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9184
9185         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9186
9187         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9188
9189         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9190
9191         * gnus-util.el (gnus-make-local-hook): Simplify.
9192
9193 2010-10-02  Julien Danjou  <julien@danjou.info>
9194
9195         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9196         (gnus-ido-completing-read): New function.
9197         (gnus-emacs-completing-read): New function.
9198         (gnus-completing-read): Use gnus-completing-read-function.
9199         Add gnus-completing-read-function.
9200
9201 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * shr.el (shr-insert-document): Autoload.
9204         (shr-img): Be silent.
9205         (shr-insert): Add a newline after every picture before text.
9206         (shr-add-font): Use overlays for combining faces.
9207         (shr-insert): Pass upwards the text start point.
9208
9209         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9210         possible.
9211         (mm-shr): New function.
9212
9213 2010-10-02  Julien Danjou  <julien@danjou.info>
9214
9215         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9216         should go backward.
9217
9218 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9219
9220         * shr.el (shr): Fix typo in provide call.
9221
9222 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9223
9224         * shr.el: New file.
9225
9226         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9227
9228         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9229         completing read.
9230
9231 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232
9233         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9234         we're being queried about.  Suggested by Dan Jacobson.
9235
9236         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9237         Suggested by Jason Eisner.
9238
9239         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9240         table, too.  Suggested by Stefan Wiens.
9241         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9242         the table unnecessary.  Suggested by Stefan Wiens.
9243
9244         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9245         longer needed, and probably doesn't work either, as pointed out by
9246         Stefan Wiens.
9247         (gnus-summary-exit): Remove call to the clearing function.
9248         (gnus-summary-exit-no-update): Ditto.
9249
9250         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9251         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9252         Reported by Stefan Monnier.
9253         (gnus-summary-save-in-rmail): Ditto.
9254
9255         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9256         article buffer, instead of both the article buffer and the summary
9257         buffer.  Sort of suggested by Dan Jacobson.
9258
9259         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9260
9261         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9262         Suggested by Dan Jacobson.
9263
9264         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9265         documentation clearer.
9266
9267         * message.el (message-shorten-references): Comment on the number "21".
9268         Suggested by Stefan Monnier.
9269
9270         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9271         Suggested by Dan Jacobson.
9272
9273         * gnus.el (gnus-large-newsgroup):
9274         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9275
9276         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9277         externalize attachments.  Bug reported by Steve Wen.
9278
9279         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9280         really message anything to the user.
9281
9282         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9283         directly.
9284
9285         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9286         messages in empty groups.
9287
9288 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9291         non-UIDNEXT group.
9292
9293 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9296         not the value from the collection.
9297
9298         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9299         values.  This sometimes happens on some groups that have no info.
9300         (nnimap-request-newgroups): New function.
9301
9302 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9303
9304         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9305         check into `gnus-registry-initialize'.
9306         (gnus-registry-initialize): Ditto.
9307         Fix and extend header docs.
9308
9309 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9312         regexp backtrace overflows.
9313
9314         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9315         for starttls that tls.el implements; i.e. openssl.
9316
9317         * tls.el (tls-starttls-switches): Give up on using starttls with
9318         gnutls-cli.
9319         (tls-program): Add --insecure to be consistent with the defaults from
9320         openssl s_client.  Now all three commands are insecure.
9321
9322 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * lpath.el: Bind completion-styles-alist for XEmacs.
9325
9326         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9327         (gravatar-create-image): New function that's an alias to
9328         gnus-xmas-create-image, gnus-create-image, or create-image.
9329         (gravatar-data->image): Use it.
9330
9331 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9332
9333         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9334         install the nnregistry refer method.
9335         (gnus-registry-install-hooks): Use it.
9336         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9337         unfollowed groups.
9338
9339 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9340
9341         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9342         expanding threads.
9343
9344 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * nnir.el: Use the server names without suffixes (bug #7009).
9347
9348         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9349         unencrypted to STARTTLS, if possible.
9350
9351 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9352
9353         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9354         headers before superseding.
9355
9356 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * nnrss.el (nnrss-use-local): Add documentation.
9359
9360         * nnimap.el (nnimap-extend-tls-programs): New function.
9361         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9362         (nnimap-wait-for-connection): Accept the greeting from the stupid
9363         output from openssl s_client -starttls, too.
9364
9365         * tls.el (tls-starttls-switches): New variable.
9366         (tls-find-starttls-argument): Use it.
9367         (open-tls-stream): Ditto.
9368
9369         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9370         (netrc-machine): Ditto.
9371
9372         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9373         article number.
9374         (nnimap-split-fancy): New variable.
9375         (nnimap-split-incoming-mail): Use it.
9376
9377         * nntp.el (nntp-server-list-active-group): Document.
9378
9379         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9380         SELECT to get the message-id.
9381
9382         * mail-source.el (mail-sources): Remove webmail support.
9383         (defvar): Ditto.
9384         (mail-source-fetcher-alist): Ditto.
9385         (mail-source-fetch-webmail): Remove.
9386
9387         * webmail.el: Remove -- doesn't seem relevant any more.
9388
9389         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9390
9391         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9392         the \r.
9393
9394 2010-09-30  Julien Danjou  <julien@danjou.info>
9395
9396         * gnus-agent.el (gnus-agent-add-group): Fix call to
9397         gnus-completing-read.
9398
9399 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * nndoc.el (nndoc-retrieve-groups): New function.
9402
9403         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9404         `default', use nnmail-split-methods.
9405         (nnimap-request-article): Downcase the NILs so that they are nil.
9406
9407         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9408         symbol.
9409
9410         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9411         code, since if the user has requested network, that's what they ought
9412         to get.
9413         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9414         (nnimap-split-rule): Mark as obsolete.
9415
9416         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9417         New variable.
9418
9419         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9420         correct slot, too.
9421
9422 2010-09-29  Julien Danjou  <julien@danjou.info>
9423
9424         * gnus.el (gnus-local-domain): Declare variable obsolete.
9425
9426         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9427         Fix history computing.
9428         (gnus-ido-completing-read): Require ido.
9429
9430 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9433         build Gnus.
9434
9435         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9436         when interpreting the structures.
9437         (nnimap-request-accept-article): Add \r\n to the lines to make this
9438         work with Cyrus.
9439
9440         * nndraft.el (nndraft-request-expire-articles): Use the group name
9441         instead if "nndraft".  Fix found by Nils Ackermann.
9442
9443 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9444
9445         * nnregistry.el: Add.
9446
9447 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9448
9449         * nnmail.el (group, group-art-list, group-art):
9450         Remove unneeded directives.
9451
9452 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9455         (mm-mime-charset):
9456         * rfc2047.el (rfc2047-syntax-table):
9457         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9458
9459         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9460         rather than `insert-file-contents' and `eval-region'.
9461
9462         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9463         construction.
9464
9465         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9466
9467         * time-date.el: No need to require cl for Emacs 21.
9468
9469 2010-09-29  Julien Danjou  <julien@danjou.info>
9470
9471         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9472         replacement of `gnus-gravatar-relief' to mimic
9473         `gnus-faces-properties-alist'.
9474         Add :version property.
9475
9476 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * mail-source.el (mail-source-report-new-mail):
9479         * message.el (message-default-mail-headers):
9480         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9481
9482         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9483
9484 2010-09-28  Julien Danjou  <julien@danjou.info>
9485
9486         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9487         mail-address contains the same string as real-name.
9488
9489         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9490         non-blank in header, otherwise it'll get stripped.
9491
9492         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9493         real-name, and then for mail address rather than doing : or , search.
9494
9495 2010-09-27  Julien Danjou  <julien@danjou.info>
9496
9497         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9498         right completing-read function.
9499         (gnus-use-ido): New variable
9500         (gnus-completing-read-with-default): Remove.
9501         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9502         (gnus-agent-add-group):
9503         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9504         * mm-view.el (mm-view-pkcs7-decrypt):
9505         * mm-util.el (mm-codepage-setup):
9506         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9507         * mml-smime.el (mml-smime-openssl-sign-query):
9508         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9509         (mml-insert-multipart):
9510         * gnus-msg.el (gnus-summary-yank-message):
9511         * gnus-int.el (gnus-start-news-server):
9512         * mm-decode.el (mm-interactively-view-part):
9513         * gnus-dired.el (gnus-dired-attach):
9514         * gnus.el (gnus-read-method):
9515         * gnus-bookmark.el (gnus-bookmark-jump):
9516         * gnus-art.el (gnus-mime-view-part-as-type)
9517         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9518         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9519         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9520         * nnmairix.el (nnmairix-create-server-and-default-group)
9521         (nnmairix-update-groups, nnmairix-get-server)
9522         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9523         (nnmairix-get-group-from-file-path):
9524         * nnrss.el (nnrss-find-rss-via-syndic8):
9525         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9526         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9527         (gnus-group-browse-foreign-server):
9528         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9529         (gnus-summary-execute-command, gnus-summary-respool-article)
9530         (gnus-read-move-group-name):
9531         * gnus-score.el (gnus-summary-increase-score)
9532         (gnus-summary-score-effect):
9533         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9534
9535 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9538         x-focus-frame.
9539
9540         * nnimap.el (auth-source-forget-user-or-password)
9541         (auth-source-user-or-password): Autoload.
9542
9543         * message.el (message-from-style, message-interactive)
9544         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9545         (message-yank-prefix, message-indentation-spaces, message-signature)
9546         (message-signature-file): Add comment.
9547
9548 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9551         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9552         new articles.
9553
9554         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9555         parts.
9556         (nnimap-request-article): Work with the t setting, too.
9557
9558         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9559         that you don't get flashes of other buffers.
9560         (gnus-summary-show-complete-article): Intern before setting.
9561
9562 2010-09-27  David Engster  <dengste@eml.cc>
9563
9564         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9565         well as HEADERS.
9566         (nnmairix-retrieve-headers): Provide new argument for the above.
9567
9568 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * gnus-sum.el (gnus-summary-move-article): Don't alter
9571         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9572         group.
9573
9574         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9575
9576         * message.el (message-cite-prefix-regexp): Revert my last edit.
9577
9578         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9579         variable instead of the Gnus variable.
9580
9581         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9582
9583         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9584
9585         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9586         since some servers don't like it.
9587         (nnimap-open-connection): Forget credentials if the server says the
9588         password was wrong.
9589         (nnimap-parse-line): Protect against invalid data.
9590
9591         * gnus-sum.el (gnus-summary-move-article): Add comment.
9592         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9593         nothing alters it while scanning for new messages.
9594
9595         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9596         which may or may not help.
9597         (nnimap-open-connection): If we're doing a stream connection, and then
9598         discover we're on a STARTTLS-capable server, then open a STARTTLS
9599         connection instead.
9600
9601 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * nnimap.el (utf7): Require.
9604
9605         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9606         prefix.
9607
9608 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9609
9610         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9611
9612 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9613
9614         * nnimap.el (nnimap-request-accept-article): Message the error on
9615         error.
9616
9617 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9620
9621 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9622
9623         * nndoc.el (nndoc-request-list): Return success always.
9624
9625         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9626         `fetch-old' -- we only want to fetch the articles we've requested.
9627         The rest are in the agent, probably.
9628         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9629         disappeared server" to something low.  It's not important.
9630
9631         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9632         arrived before the FETCH data.
9633
9634         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9635         target here, because we don't know the Gnus name of the group.
9636
9637         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9638         for the correct group.
9639
9640         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9641
9642         * gnus.el (gnus): Give a final warning after startup.
9643
9644         * gnus-util.el (gnus-action-message-log): New variable.
9645         (gnus-message): Use it.
9646         (gnus-final-warning): New function.
9647
9648         * nnimap.el (nnimap-open-connection): Record the greeting.
9649         (nnimap): Add greeting.
9650
9651 2010-09-26  Julien Danjou  <julien@danjou.info>
9652
9653         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9654         arguments.
9655         (gnus-html-wash-images): Fix spec computing to include start/end.
9656
9657         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9658
9659 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9662         deletion.
9663         (nnimap-retrieve-headers): Don't select the group, because that's
9664         already done by nnimap-possibly-change-group.
9665
9666         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9667         (gnus-picon-transform-address): Use it.
9668
9669         * mail-source.el (mail-source-value): Revert previous patch.
9670
9671         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9672         on failure.
9673         (nnimap-open-connection): Look up both virtual and physical server name
9674         credentials.
9675
9676         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9677
9678 2009-02-07  Dave Love  <fx@gnu.org>
9679
9680         * tls.el (open-tls-stream): Don't query killing process.
9681
9682 2009-02-08  Dave Love  <fx@gnu.org>
9683
9684         * gnus-win.el (gnus-window-to-buffer-helper)
9685         (gnus-all-windows-visible-p): Function needn't be a symbol.
9686
9687         * mail-source.el (mail-source-value): Function needn't be a symbol.
9688
9689 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * message.el (message-cite-prefix-regexp): Remove } from the cite
9692         prefix.
9693
9694         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9695         highlight again, so that the highlight is correct.
9696
9697         * gnus-picon.el (gnus-picon): Remove again.
9698         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9699
9700         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9701         doing the header highlightling, so that the background color of the
9702         picon is correct.
9703
9704         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9705         (gnus-picon): Ditto.
9706         (gnus-picon): Reinstate.  The background color for picons is white.
9707         (gnus-picon-insert-glyph): Make the background white.
9708
9709         * nnml.el (nnml-open-nov): Don't return dead buffers.
9710
9711         * auth-source.el (auth-source-create): Query the user for whether to
9712         store the credentials.
9713
9714         * netrc.el (netrc-store-data): New function.
9715
9716         * auth-source.el (auth-source-user-or-password): Use the existing auth
9717         sources, if any, for creation.
9718
9719         * gnus.el (gnus-group-fast-parameter): Return the last matching
9720         parameter instead of the first matching parameter.
9721
9722 2010-09-26  Julien Danjou  <julien@danjou.info>
9723
9724         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9725
9726 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * mml2015.el (mml2015-use): Remove gpg support.
9729
9730         * mml1991.el (mml1991-function-alist): Remove gpg function.
9731         (mml1991-gpg-sign): Remove.
9732
9733 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9734
9735         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9736         (gnus-browse-unsubscribe-current-group): Document it.
9737         (gnus-browse-unsubscribe-group): Use it.
9738
9739 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9742         address to the To list for easier response.
9743
9744         * gnus.el (gnus-play-startup-jingle): Remove.
9745         (gnus-splash): Don't play jingle.
9746         (gnus): Silence gnus-load message.
9747
9748         * gnus-art.el (gnus-treat-play-sounds): Remove.
9749
9750         * gnus.el (gnus-play-jingle): Remove audio support.
9751
9752         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9753
9754         * earcon.el: Remove -- no users.
9755
9756         * gnus-audio.el: Remove -- no users of this package.
9757
9758         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9759
9760         * gnus-start.el (gnus-setup-news): Remove nocem support.
9761
9762         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9763
9764         * gnus.el (gnus-use-nocem): Remove.
9765
9766         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9767         Remove.
9768
9769         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9770         uses NoCeM any more.
9771
9772         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9773         (gnus-button-ctan-handler): Ditto.
9774         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9775         (gnus-button-ctan-directory-regexp): Ditto.
9776         (gnus-button-handle-ctan): Ditto.
9777         (gnus-button-tex-level): Ditto.
9778         (gnus-button-alist): Remove CTAN stuff.
9779
9780 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9783         nnimap-streaming test.
9784
9785         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9786         servers twice.
9787
9788         * nnimap.el (nnimap-open-connection): Add more error reporting when
9789         nnimap fails early.
9790
9791         * nnheader.el (nnheader-get-report-string): New function.
9792         (nnheader-get-report): Use it.
9793
9794         * gnus-int.el (gnus-check-server): Say what the error was when opening
9795         failed.
9796
9797         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9798         using streaming.
9799
9800 2010-09-25  Julien Danjou  <julien@danjou.info>
9801
9802         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9803         gnus-window-inside-pixel-edges.
9804
9805 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9808
9809         * mm-decode.el (mm-save-part): Allow saving to other directories the
9810         normal Emacs way.
9811
9812         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9813         Suggested by Jay Berkenbilt.
9814
9815         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9816         there isn't a single byte.
9817
9818         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9819         just do it.  It doesn't really seem to matter what the user responds
9820         here, I think, so it's just a confusing question.
9821
9822         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9823         non-streaming case.
9824
9825         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9826         (gnus-article-encrypt-body): Use it.
9827
9828         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9829         keystroke.
9830
9831         * nnimap.el (nnimap-find-wanted-parts-1):
9832         Use gnus-fetch-partial-articles.
9833
9834         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9835
9836         * nnimap.el (nnimap-insert-partial-structure): New function.
9837         (nnimap-get-partial-article): New function.
9838         (nnimap-request-article): Use it.
9839         (nnimap-wait-for-response): Return whether the wait was successful.
9840         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9841         retrieval wasn't successful.
9842         (nnimap-retrieve-group-data-early): Allow throttling servers.
9843         (nnimap-streaming): New variable.
9844         (nnimap-fetch-partial-articles): Remove.
9845
9846         * mm-decode.el (mm-with-part): Protect against killed buffers.
9847
9848         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9849         for prettier summary display.
9850
9851 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9852
9853         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9854
9855 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9858         apparently third-party libraries depend on it.
9859
9860         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9861         before starting negotiation.
9862
9863         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9864         privacy reasons.
9865         (gnus-treat-mail-gravatar): Ditto.
9866
9867         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9868         buffer when inserting images.  Inserting text into the headers, for
9869         instance, can make them invalid.
9870
9871 2010-09-25  Julien Danjou  <julien@danjou.info>
9872
9873         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9874         variables.
9875
9876         * nnheader.el: Remove useless variables news-reply-yank-from and
9877         news-reply-yank-message-id.
9878
9879         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9880         variables.
9881
9882         * mml1991.el: Remove useless mml1991-verbose.
9883
9884         * gnus.el: Remove useless variable gnus-use-generic-from.
9885         Remove obsolete variable gnus-topic-indentation.
9886
9887         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9888
9889         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9890
9891         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9892
9893         * gnus-group.el: Remove useless gnus-group-icon-cache.
9894         Remove useless gnus-ephemeral-group-server.
9895
9896         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9897
9898         * mml2015.el: Remove useless mml2015-verbose.
9899
9900         * mml-smime.el: Remove useless mml-smime-verbose.
9901
9902         * gnus.el: Remove useless gnus-local-domain.
9903
9904         * gnus-gravatar.el (gnus-gravatar-transform-address):
9905         Use gnus-gravatar-size.
9906
9907         * gnus-art.el: Remove useless gnus-treat-translate.
9908
9909 2010-09-24  Julien Danjou  <julien@danjou.info>
9910
9911         * gnus-sum.el: Add support for Gravatars.
9912
9913         * gnus-art.el: Add support for Gravatars.
9914
9915         * gnus-gravatar.el: Add this file.
9916
9917         * gravatar.el: Add this file.
9918
9919 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920
9921         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9922
9923         * gnus-group.el (gnus-group-fetch-faq): Remove.
9924
9925         * gnus.el (gnus-group-faq-directory): Remove.
9926
9927         * gnus-group.el (gnus-group-fetch-charter): Remove.
9928
9929         * gnus.el (gnus-group-charter-alist): Remove.
9930
9931         * gnus-group.el (gnus-group-archive-directory): Remove.
9932         (gnus-group-recent-archive-directory): Ditto.
9933         (gnus-group-make-archive-group): Remove.
9934
9935         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9936
9937         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9938         use the same article number for all the cached articles.
9939
9940         * nnimap.el (nnimap-command): Register the last command time so
9941         that we can use it for idling NOOPs.
9942         (nnimap-open-connection): Start the keeplive timer.
9943         (nnimap-make-process-buffer): Store all the process buffers.
9944         (nnimap-keepalive): New function.
9945
9946         * starttls.el (starttls-open-stream): Add autoload cookie.
9947
9948 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9949
9950         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9951         handling.
9952
9953 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9956         its data structures.
9957
9958         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9959         instead of the cl.el copy-list.
9960         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9961         equalp.
9962
9963 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9966         and tool-bar-local-item-from-menu.
9967
9968         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9969         mode-line-highlight face for Emacs.
9970
9971         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9972         loading gnus-sum.elc; fix comment for canlock-verify.
9973         (gnus-article-jump-to-part): Use read-number.
9974         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9975         Remove Emacs pre-21 compatible code for help-echo.
9976         (gnus-article-next-page-1): No need to adjust the number of lines.
9977         (gnus-article-describe-bindings): Always use help-buffer.
9978
9979         * gnus-audio.el (gnus-audio-inline-sound):
9980         * gnus-cus.el (gnus-custom-mode):
9981         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9982
9983         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9984
9985         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9986         compatible code.
9987
9988 2010-09-24  Glenn Morris  <rgm@gnu.org>
9989
9990         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9991         visiting the fcc file in rmail-mode.
9992
9993         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9994
9995 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * nnir.el: Silence the byte compiler.
9998
9999         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10000         alias to browse-url-url-encode-chars if any.
10001         (gnus-html-encode-url): Use it.
10002
10003 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * gnus-start.el (gnus-use-backend-marks): New variable.
10006         (gnus-get-unread-articles-in-group): Use it.
10007
10008         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10009         makeover.
10010
10011 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10012
10013         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10014
10015 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10018         Remove.
10019         (gnus-setup-news-hook):
10020         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10021
10022         * gnus-int.el (gnus-request-update-info): Protect against backends not
10023         having the function.
10024
10025         * nnimap.el (nnimap-stream): Mention starttls.
10026         (nnimap-open-connection): Add starttls support.
10027
10028 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10029
10030         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10031
10032 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10035         BODYSTRUCTUREs.
10036         (nnimap-transform-headers): Unfold quoted {42} headers.
10037
10038         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10039         the info.
10040         (gnus-get-unread-articles): Only call updatep on backends that support
10041         it.
10042
10043         * nnweb.el (nnweb-request-update-info): NOOP.
10044
10045         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10046
10047         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10048         since it only deals with marks.
10049
10050         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10051         gnus-request-marks, and make a new gnus-request-update-info.
10052
10053         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10054         the active instead of the high number, which is usually too low.
10055
10056 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10059         * encrypt.el: Remove.
10060
10061 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10064         server in symbolic form.
10065
10066         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10067
10068 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10071         (nnimap-update-info): Fix up code slightly.
10072
10073         * gnus-int.el (gnus-open-server): Add tracing for performance
10074         debugging.
10075
10076         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10077         (gnus-group-insert-group-line): Pass the real group name so that it
10078         gets the right data.
10079
10080         * gnus-start.el (gnus-get-unread-articles): Don't have
10081         `gnus-get-unread-articles-in-group' update info, since that can be
10082         really slow and doesn't seem to be needed?
10083
10084 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10085
10086         * time-date.el (date-to-time): Try using parse-time-string first before
10087         using the slower timezone-make-date-arpa-standard.
10088
10089 2010-09-22  Julien Danjou  <julien@danjou.info>
10090
10091         * gnus-group.el (gnus-group-insert-group-line):
10092         Call gnus-group-highlight-line.
10093         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10094         default hook list.
10095         (gnus-group-update-eval-form): Add new function.
10096         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10097         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10098
10099 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10102         immediate, then expire all articles.
10103         (nnimap-update-info): Fix off-by-one errors.
10104         (nnimap-flags-to-marks): Would return no marks lists for group with no
10105         flags.  Instead return the other data.
10106
10107 2010-09-22  Julien Danjou  <julien@danjou.info>
10108
10109         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10110         Only return an icon.
10111         (gnus-group-insert-group-line): Compute icon to return.
10112
10113         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10114         (gnus-html-image-fetched): Only cache if
10115         gnus-html-image-automatic-caching is set.
10116         (gnus-html-image-fetched): Check for errors.
10117
10118 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10121         once per method on `g'.  This ensures that backends like nnfolder don't
10122         open all their folders.
10123
10124         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10125         (nnimap-request-list): Nix out group in the correct buffer.
10126         (nnimap-parse-flags): Implement by using `read' instead of
10127         hand-parsing.
10128         (nnimap-flags-to-marks): Pass on permanent-flags.
10129         (nnimap-make-process-buffer): Record the server name.
10130         (nnimap-parse-flags): Fix typo.
10131         (nnimap-request-scan): Run split on the server in general, not just a
10132         single group.
10133
10134         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10135         parameter, and propagate this downwards.
10136
10137         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10138         since EXAMINE changes it on the server.
10139
10140         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10141         this command might take a while.
10142
10143 2010-09-22  Julien Danjou  <julien@danjou.info>
10144
10145         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10146         harmful if you have 2 images side-by-side, they can't be properly
10147         update on text deletion.  Using text-property is safer here.
10148         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10149         data.
10150
10151 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * nnimap.el (nnimap-expunge-inbox): Remove.
10154         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10155         (nnimap-expunge): Flip default to t.
10156
10157         * gnus.el (gnus-method-to-server): Don't push things to the cache
10158         unless it's unique.
10159         (gnus-server-to-method): Ditto.
10160
10161 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10162
10163         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10164
10165 2010-09-22  Julien Danjou  <julien@danjou.info>
10166
10167         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10168         get the start of data.
10169         (gnus-html-encode-url): Add this function to encode special chars in
10170         URL.
10171         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10172         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10173
10174         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10175         default.
10176         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10177
10178         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10179         images alt-text.
10180         (gnus-html-put-image): Put alt-text as help-echo.
10181
10182 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10185         * mm-util.el (mm-decompress-buffer):
10186         * nnir.el (nnir-run-find-grep):
10187         * pop3.el (pop3-list): Use 3rd arg of split-string.
10188
10189         * time-date.el (format-seconds): Comment fix.
10190
10191         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10192         and byte-optimize-form-code-walker.
10193         (dgnushack-make-auto-load): Don't advise make-autoload.
10194
10195         * lpath.el: Remove Emacs 21 stuff.
10196
10197 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10198
10199         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10200         outside the active range.  Suggested by Dan Christensen.
10201
10202         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10203         slightly later to avoid double-getting it.
10204
10205         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10206         previous patch.
10207
10208         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10209
10210 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10211
10212         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10213
10214 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * gnus-int.el (gnus-open-server): Give a better error message in the
10217         "go offline" case.
10218
10219         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10220         marks for nnimap, which is seldom the right thing to do.
10221
10222         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10223         (gnus-same-method-different-name): New function.
10224
10225         * nnimap.el (parse-time): Require.
10226
10227         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10228         method in the presence of many similar methods.
10229
10230         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10231
10232         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10233         nnml-inhibit-expiry.
10234
10235         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10236         find out whether methods are equal.
10237
10238         * nnimap.el (nnimap-find-expired-articles): New function.
10239         (nnimap-process-expiry-targets): New function.
10240         (nnimap-request-move-article): Request the article before looking at
10241         what the Message-ID is.  Fix found by Andrew Cohen.
10242         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10243
10244         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10245         for oldness in addition to being a predicate.
10246
10247         * nnimap.el (nnimap-request-group): When we have zero articles, return
10248         the right data to Gnus.
10249         (nnimap-request-expire-articles): Only delete articles immediately if
10250         the target is 'delete.
10251
10252         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10253         method, this would bug out.
10254
10255         * gnus-group.el (gnus-group-expunge-group): Rename from
10256         gnus-group-nnimap-expunge, and implemented as a normal interface
10257         function.
10258
10259         * gnus-int.el (gnus-request-expunge-group): New function.
10260
10261         * nnimap.el (nnimap-request-create-group): Implement.
10262         (nnimap-request-expunge-group): New function.
10263
10264 2010-09-21  Julien Danjou  <julien@danjou.info>
10265
10266         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10267         (gnus-html-cache-expired): Add new function.
10268         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10269         wethever we should display image for fetch it.
10270         Compute alt-text earlier to pass it to the fetching function too.
10271         (gnus-html-schedule-image-fetching): Change function argument to only
10272         get one image at a time, not a list.
10273         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10274         cache.
10275         (gnus-html-get-image-data): New function to retrieve image data from
10276         cache.
10277         (gnus-html-put-image): Change buffer argument to use image data rather
10278         than file, and place image above region rather than inserting a new
10279         one.  Do not take alt-text as argument, since it's useless now: we place
10280         the image above alt-text.
10281         (gnus-html-prune-cache): Remove.
10282         (gnus-html-show-images): Start to fetch image when we find one, do not
10283         push into a temporary list.
10284         (gnus-html-prefetch-images): Only fetch image if they have expired.
10285         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10286         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10287
10288 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10291
10292 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10295         spec inser "*" if the group isn't active instead of 0.
10296
10297         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10298         opening the server.
10299         (nnimap-request-delete-group): Implement group deletion.
10300         (nnimap-transform-headers): Return the size of the entire message in
10301         the Bytes header, not just the size of the first part.
10302         (nnimap-request-move-article): When moving an article from nnimap,
10303         request the article first so the accepting form has an article to
10304         accept.  Reported by Dan Christensen.
10305         (nnimap-command): Make sure that the error message doesn't error out.
10306
10307 2010-09-20  David Edmondson  <dme@dme.org>
10308
10309         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10310         we haven't requested anything.
10311
10312 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10315         "".  Fix found by Andrew Cohen.
10316
10317         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10318         instead of -encode-string.
10319
10320 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10323
10324         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10325         by mm-subst-char-in-string.
10326
10327 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10330         waiting for the connection string.
10331
10332         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10333         arriving.
10334
10335         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10336         bogus characters.  This allows selecting certain Gmail groups.
10337
10338         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10339         (nnimap-fetch-partial-articles): New variable.
10340         (nnimap-open-connection): When looking for credentials, also use the
10341         nnimap-server-port.
10342         (nnimap-request-article): Return the group/article number, so that Gnus
10343         `^' works as expected.
10344         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10345
10346         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10347         comments.
10348         (gnus-methods-sloppily-equal): New function.
10349         (gnus): When using the development version of Gnus, load the gnus-load
10350         file.
10351
10352         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10353         `gnus-open-server' on each method before trying to scan them etc.
10354         This ensures that all the backend parameters are set correctly.
10355
10356         * nnimap.el (nnimap-authenticator): New variable.
10357         (nnimap-open-connection): Allow anonymous login.
10358         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10359         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10360
10361         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10362         patch, found by Knut Anders Hatlen.
10363
10364 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10365
10366         * gnus-agent.el (gnus-agent-batch-confirmation)
10367         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10368         to gnus-message.
10369         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10370         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10371         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10372         * gnus-int.el (gnus-open-server): Likewise.
10373         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10374         (gnus-score-check-syntax): Likewise.
10375         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10376         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10377         Likewise.
10378         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10379
10380 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381
10382         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10383         calling conventions so that prefetch doesn't bug out.
10384
10385 2010-09-19  Julien Danjou  <julien@danjou.info>
10386
10387         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10388         rather than `subst-char-in-region' in order to be able to replace ASCII
10389         char by UTF-8 ones.
10390
10391         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10392         than curl.
10393         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10394         the right URL and ALT text on images.
10395         (gnus-html-wash-tags): Fix tag case.
10396         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10397         (gnus-article-html): Add -o display_ins_del=2 option.
10398         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10399
10400 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401
10402         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10403         the extra mail headers, which sometimes seem to happen for unknown
10404         reasons.
10405
10406         * mail-parse.el (mail-header-encode-parameter): Define as
10407         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10408         (or most, perhaps?) mail readers don't understand the latter, but do
10409         understand the former.
10410
10411         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10412         to nil, so that no methods are automatically agentized.  I think this
10413         is probably what most users want.
10414
10415         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10416         from url-retrieve, for instance about invalid URLs.
10417
10418         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10419         groups that have no articles.
10420         (nnimap-request-article): Check that we really got an article when we
10421         requested one.
10422
10423         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10424         doesn't exist.
10425
10426         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10427         nntp buffer so the agent can save it.
10428         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10429         that CRLF doesn't get translated to \n.
10430         (nnimap-open-connection): Don't make 'shell commands only send \n.
10431
10432 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10433
10434         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10435         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10436         Update var name.
10437         (nnml-generate-nov-file): Use dolist.
10438         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10439         Use with-current-buffer.
10440
10441 2010-09-18  Julien Danjou  <julien@danjou.info>
10442
10443         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10444         parallel.
10445
10446 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447
10448         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10449         the range update right.
10450         (nnimap-request-group): Don't make `M-g' bug out on group with no
10451         marks.
10452         (nnoo): Require, so that other packages can require nnimap.
10453         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10454         command we're looking for.  This helps when the server sends more
10455         responses after we've gotten everything we expected.
10456         (nnimap): Add a `newlinep' field to keep track of end-of-line
10457         conventions.
10458         Don't send CRLF to things that don't want it.
10459         (nnimap-request-accept-article): Ditto.
10460
10461 2010-09-18  Julien Danjou  <julien@danjou.info>
10462
10463         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10464         than curl to retrieve images.
10465
10466 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10469         the marks.
10470         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10471         (nnimap-wait-for-connection): New function.
10472         (nnimap-open-connection): If we have PREAUTH, don't query for login
10473         credentials.
10474         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10475         when doing a partial update.
10476
10477 2010-09-18  Julien Danjou  <julien@danjou.info>
10478
10479         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10480         tags.
10481
10482 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * nnimap.el (nnimap-credentials): New function.
10485         (nnimap-open-connection): Use the new function to look for credentials
10486         also on the numeric equivalents of "imap" and "imaps".
10487
10488         * gnus-start.el (gnus-activate-group): Send the info to
10489         gnus-request-group.
10490
10491         * nnimap.el (nnimap-request-group): Have the "check" version of the
10492         function parse flags and update the info, so that a `M-g' get a total
10493         resync of all flags from the group.
10494
10495         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10496         to allow backends to alter the info on group selection.  Also alter all
10497         the backend -request-group functions to take the parameter.
10498
10499         * nnimap.el (nnimap-store-info): New function.
10500         (nnimap-update-info): Store the info for later usage.
10501         (nnimap-request-group): Use the stored info for the dont-check case, so
10502         that we don't retrieve all marks when we enter a group.
10503
10504         * nnimap.el: Use deffoo instead of defun for interface functions.
10505
10506         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10507         update the group info.  This makes the nndraft groups, for instance, go
10508         back to their old behavior.
10509
10510         * gnus-sum.el (gnus-select-newsgroup): Indent.
10511
10512         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10513         in.
10514         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10515         nothing.
10516
10517         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10518         from methods that are denied.
10519
10520         * gnus-int.el (gnus-method-denied-p): New function.
10521
10522         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10523         store the password instead of netrc.
10524         (nnimap-open-connection): Don't error out when we can't make a
10525         connections.
10526
10527         * auth-source.el (auth-source-create): In the password prompt, say what
10528         we're querying for.  Also prompt for user name if that hasn't been
10529         given.
10530
10531         * nnimap.el (nnimap-with-process-buffer): Remove.
10532
10533 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534
10535         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10536         method when we're reading from the agent.
10537
10538         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10539
10540         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10541         that's probably most useful for users.
10542
10543         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10544         "failed" all the time.
10545
10546         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10547         ...)) with (with-current-buffer ... ).
10548
10549         * nntp.el (nntp-open-server): Return whether the open was successful or
10550         not.
10551
10552         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10553         select an unread unseen article first.
10554
10555         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10556         /etc/services, supply some sensible port defaults.
10557
10558         * dgnushack.el: Define netrc-credentials.
10559
10560 2010-09-17  Julien Danjou  <julien@danjou.info>
10561
10562         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10563
10564 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10565
10566         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10567         doesn't have any parameters.
10568
10569 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10572         only upcased checks.
10573
10574         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10575
10576         * nnimap.el (nnimap-open-shell-stream): New function.
10577         (nnimap-open-connection): Use it.
10578         (nnimap-transform-headers): Get the number of lines in each message.
10579         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10580         number of lines.
10581         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10582         problem.
10583
10584         * utf7.el (utf7-encode): Autoload.
10585
10586         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10587         to allow the mail splitting to not return a default group.  This is
10588         useful for nnimap, which will leave unmatched mail in the inbox.
10589
10590         * nnimap.el: Rewritten.
10591
10592         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10593         nnimap usage.
10594
10595         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10596         if the move is internal, so that nnimap can do fast internal moves.
10597
10598         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10599         data.
10600         (gnus-read-active-for-groups): Support finishing the early retrieval of
10601         data.
10602
10603         * gnus-range.el (gnus-range-nconcat): New function.
10604
10605         * gnus-int.el (gnus-finish-retrieve-group-infos)
10606         (gnus-retrieve-group-data-early): New functions.
10607
10608 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10609
10610         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10611         (nnrss-retrieve-groups):
10612         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10613         (pop3-quit): Use with-current-buffer.
10614
10615 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10618         instead of nnheader-accept-process-output.
10619
10620         * dgnushack.el (dgnushack-compile): Add comment.
10621
10622         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10623
10624         * gnus-html.el (gnus-html-schedule-image-fetching)
10625         (gnus-html-prefetch-images): Replace process-kill-without-query by
10626         gnus-set-process-query-on-exit-flag.
10627
10628 2010-09-16  Romain Francoise  <romain@orebokech.com>
10629
10630         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10631
10632 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10635         parameter to unintern is mandatory-ish in Emacs 24.
10636
10637         * gnus-html.el (gnus-html-schedule-image-fetching)
10638         (gnus-html-prefetch-images): Check for curl before using it.
10639
10640         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10641         depend on curl, which isn't essential.
10642
10643         * imap.el: Revert back to version
10644         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10645         seem problematic.
10646
10647 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10648
10649         * gnus-registry.el (gnus-registry-install-shortcuts):
10650         Explicitly pass `obarray' to `unintern' to avoid a warning.
10651
10652 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10653
10654         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10655         change.
10656
10657         * nnrss.el (nnrss-request-list): Remove this function and related
10658         functions, including the moreover stuff.
10659
10660 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * nnrss.el (nnrss-retrieve-groups): New function.
10663
10664 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10665
10666         * .dir-locals.el: Add no-byte-compile cookie.
10667
10668 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * time-date.el (format-seconds): Comment fix.
10671
10672         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10673         for back end that doesn't support request-scan.
10674
10675 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676
10677         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10678         then do request scans from the backends.
10679
10680         * netrc.el (netrc-credentials): New conveniency function.
10681
10682         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10683         avoid running a hook per line, since this takes a lot of time,
10684         profiling shows.
10685         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10686         directly if gnus-visual-p is true.
10687
10688 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10691         groups; replace mapcar with dolist which is a bit faster; pass groups
10692         info to gnus-read-active-file-1.
10693         (gnus-read-active-file-1): Scan only specified groups if the new
10694         optional arg `infos' is given.
10695
10696 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10699
10700         * pop3.el (pop3-movemail): Remove.
10701         (pop3-streaming-movemail): Rename to pop3-movemail.
10702
10703         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10704         don't restrict end-tag searches to the end of the line.
10705
10706 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10709         articles of every unchecked group to t, which means unknown since the
10710         server has never been opened.
10711
10712 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * gnus-html.el (gnus-html-show-alt-text): New command.
10715         (gnus-html-browse-image): Ditto.
10716         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10717         to browse the image directly.
10718         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10719         better.
10720
10721         * gnus-async.el (gnus-async-article-callback):
10722         Call `gnus-html-prefetch-images' unconditionally.
10723
10724         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10725         before feeding URLs to curl.
10726
10727 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10730         internal images as deletable by `W D D'.
10731
10732         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10733         (gnus-async-article-callback): Fix typo.
10734
10735 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10738         current line to work around bugs in the output from w3m.
10739
10740         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10741         for groups that want that.
10742
10743         * nntp.el (nntp-wait-for-string): Supply a timeout for
10744         accept-process-output to ensure progress.
10745
10746         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10747         level to get unread articles from, then use that for foreign groups,
10748         too.
10749
10750         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10751         confuses the rest of the function.
10752
10753         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10754         for the methods that support -retrieve-groups, too.
10755
10756         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10757
10758 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10761         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10762
10763         * pop3.el: Require cl when compiling.
10764         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10765
10766 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767
10768         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10769         that aren't going to be activated.
10770         (gnus-get-unread-articles): Fix up the last commit.
10771
10772         * gnus-html.el (gnus-article-html): Allow calling without specifying
10773         the handle.  In that case, dissect the buffer first.
10774
10775         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10776
10777         * nnimap.el (nnimap-open-connection): Revert the change that would look
10778         into authinfo for imaps instead of imap.
10779
10780         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10781         say that you don't want to call gnus-request-group with don-check, but
10782         do check the reponse.  This is for virtual groups only.
10783         (gnus-get-unread-articles): Count the archive groups as secondary, so
10784         that they're activated the same way as before.
10785
10786         * imap.el (imap-message-map): Removed optional buffer parameter, since
10787         no callers use it.
10788         (imap-message-get): Ditto.
10789         (imap-message-put): Ditto.
10790         (imap-mailbox-map): Ditto.
10791         (imap-mailbox-put): Ditto.
10792         (imap-mailbox-get): Ditto.
10793         (imap-mailbox-get): Revert last change for this function.
10794
10795         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10796         case-insensitively.
10797         (nnimap-debug): Remove.
10798
10799         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10800         callers to use `imap-fetch' instead.  According to the comments, this
10801         should be safe, since all other IMAP clients use the 1:* syntax.
10802         (imap-enable-exchange-bug-workaround): Remove.
10803         (imap-debug): Remove -- doesn't seem very useful.
10804
10805         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10806         mail from a file, and the file doesn't exist.
10807
10808         * imap.el (imap-log): New convenience function used throughout instead
10809         of repeating the same code all over the place.
10810
10811         * pop3.el (pop3-streaming-movemail): Return t for success.
10812
10813         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10814         .authinfo if we're using ssl connection.
10815
10816         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10817         already have if we're in a main Gnus `g' run.
10818
10819         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10820
10821 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10824
10825         * nnmh.el (nnmh-request-list-1): Bind `file'.
10826
10827         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10828         alias to set-process-query-on-exit-flag or process-kill-without-query.
10829         (pop3-open-server): Use it.
10830
10831 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10832
10833         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10834         box to the Incoming file.  Fixes mistake in previous checkin.
10835
10836         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10837         request loop (for debugging purposes) removed.
10838
10839         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10840         culprit is more visible.
10841         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10842         (nnml-add-incremental-nov): New functions to do "incremental" nov
10843         updates, where we just append to the end of the existing nov files
10844         without reading/writing them in full.
10845
10846         * mail-source.el (mail-source-delete-crash-box): Really only check the
10847         incoming files once in a while.
10848
10849         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10850
10851         * mail-source.el (mail-source-delete-crash-box): Only check the
10852         incoming files for deletion once per day to save a lot of file
10853         accesses.
10854
10855         * pop3.el (pop3-logon): Fix up unbound variable typo.
10856
10857         * mail-source.el (pop3-streaming-movemail): Autoload.
10858
10859         * pop3.el (pop3-streaming-movemail):
10860         Respect pop3-leave-mail-on-server.
10861
10862         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10863         retrieval.
10864
10865         * pop3.el (pop3-process-filter): Remove unused function.
10866         (pop3-streaming-movemail, pop3-send-streaming-command)
10867         (pop3-wait-for-messages, pop3-write-to-file)
10868         (pop3-number-of-responses): New functions for streaming pop3
10869         retrieval.
10870
10871         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10872         come from no known methods.
10873         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10874         list.
10875
10876         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10877         message sizes.
10878         (pop3-movemail): Use erase-buffer instead of looping and deleting
10879         regions, which seems rather odd.
10880
10881         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10882         file once per `g' run.
10883
10884         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10885         directories.  This makes the draft queue directory work.
10886
10887         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10888         data from the backends, so that we only request the list of groups from
10889         each method once.  This should speed things up considerably.
10890
10891         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10892         detect that it's not implemented.
10893
10894         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10895         we actually do recurse down into the tree, but don't stat all leaf
10896         nodes.
10897
10898         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10899         then say so instead of bugging out.
10900
10901         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10902         files exist before trying to read them.
10903
10904         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10905         around <pre_int>.
10906
10907         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10908
10909         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10910
10911 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * mm-util.el (mm-image-load-path): Just return the image directories,
10914         not all directories in the path in addition to the image directories.
10915         (mm-image-load-path): Maintain a cache of the image directories so that
10916         the `g' command in Gnus doesn't have to stat dozens of directories each
10917         time.
10918
10919         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10920         (gnus-html-wash-tags): Add a new `i' command to insert images.
10921         (gnus-html-insert-image): New command and keystroke.
10922         (gnus-html-redisplay-with-images): New command and keystroke.
10923         (gnus-html-show-images): Rename command.
10924         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10925         spacers.
10926         (gnus-html-wash-tags): Decode entities at the end, so that entities
10927         inside the tags don't mess up the rest of the "parsing".
10928
10929         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10930         so that nnimap methods aren't agentized by default.  There's apparently
10931         many problems related to agent/imap behavior.
10932
10933         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10934
10935         * gnus-html.el: Doc fix.
10936
10937 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10940         specifier-spec-list for Emacs 21.
10941
10942         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10943         glyph-width and glyph-height instead of display-graphic-p and
10944         image-size; make avoidance of displaying small images work for XEmacs.
10945
10946         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10947         for XEmacs.
10948
10949         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10950         of symbol that holds plist data.
10951         (gnus-process-plist): Remove plist of process after getting it.
10952
10953 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * message.el (message-generate-hashcash): Change default to
10956         'opportunistic if hashcash is installed.
10957
10958         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10959         (gnus-html-put-image): Only call image-size once, since it's somewhat
10960         time-consuming on remote X servers.
10961
10962 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10965         type on data, not a file name.
10966
10967         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10968         window-pixel-edges for Emacs 21.
10969
10970         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10971         decoded contents.
10972         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10973
10974 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10977         group line format, since it isn't very interesting.
10978
10979         * gnus-agent.el (gnus-agent-short-article),
10980         (gnus-agent-long-article): Increase values for these two variables,
10981         since most people are likely to have more network connection and
10982         storage than before.
10983
10984         * gnus.el (gnus-refer-article-method): Change default to 'current.
10985         When referring an article, the common behavior is to refer it from the
10986         current select method, not the native select method.  The chances of
10987         the native select method having the message in question is rather slim
10988         these days.
10989
10990         * gnus-sum.el (gnus-auto-select-subject): Change default to
10991         `unseen-or-unread'.  I think it's likely that most people want to
10992         select an unseen article over a previously seen, but unread one.
10993
10994         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10995         means that in the article buffer none of the minor mode elements will
10996         be shown, usually, and this is not desirable in most cases.
10997
10998         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10999         that commands like `d' (and the like) go to the next line in the
11000         buffer, instead of the next unread article.  I think this is the
11001         behavior that is most natural for most users.
11002         (gnus-single-article-buffer): Change default to nil, so that people can
11003         have as many article buffers open as they have summary buffer.  I think
11004         this is the most natural way for the groups to behave.
11005
11006         * message.el (message-generate-new-buffers): Change default to
11007         `unsent', so that all new message buffers start their names with the
11008         string "*unsent", and it's easier to find the buffers if you move from
11009         them.
11010
11011 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11014         small.  They're probably tracking images.
11015         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11016         (gnus-html-rescale-image): Yet another try at getting the image sizing
11017         right.
11018
11019         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11020         nntp-marks-file-name is nil.
11021
11022 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11023
11024         * gnus-html.el (gnus-html-wash-tags)
11025         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11026         Better logging.
11027
11028 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11031
11032         * gnus-html.el (gnus-html-wash-tags): Check the value of
11033         gnus-blocked-images in the summary buffer.
11034
11035 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11036
11037         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11038
11039 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11042         like "a", it seems like.
11043         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11044         since it needs to be picked from the correct buffer.
11045
11046         * nnwfm.el: Remove.
11047
11048         * nnlistserv.el: Remove.
11049
11050 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11051
11052         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11053         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11054
11055 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * nnkiboze.el: Remove.
11058
11059         * nndb.el: Remove.
11060
11061         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11062         alt text.
11063         (gnus-html-rescale-image): Try to get the rescaling logic right for
11064         images that are just wide and not tall.
11065
11066         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11067         overshadow variable bindings.
11068
11069 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * gnus-html.el (gnus-html-wash-tags)
11072         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11073         Add extra logging.
11074
11075 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11078         (gnus-max-image-proportion): New variable.
11079         (gnus-html-rescale-image): New function.
11080         (gnus-html-put-image): Rescale images.
11081
11082 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11083
11084         Fix up some byte-compiler warnings.
11085         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11086         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11087         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11088         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11089         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11090         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11091         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11092
11093 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-html.el (gnus-article-html): Decode contents by charset.
11096
11097 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11100         (gnus-html-frame-width, gnus-blocked-images):
11101         * message.el (message-prune-recipient-rules): Add custom version.
11102         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11103
11104         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11105         functions.
11106
11107         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11108         gnus-process-get.
11109
11110 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11111
11112         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11113         instead of lsub directly.
11114
11115 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * nnwarchive.el: Remove.
11118
11119         * gnus-soup.el: Remove.
11120
11121         * nnsoup.el: Remove.
11122
11123         * nnultimate.el: Remove.
11124
11125         * gnus-html.el (gnus-blocked-images): New variable.
11126
11127         * message.el (message-prune-recipients): New function.
11128         (message-prune-recipient-rules): New variable.
11129
11130         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11131         guess whether a long line is natural text or not.
11132
11133         * gnus-html.el (gnus-html-schedule-image-fetching):
11134         Use gnus-process-plist and friends for compatibility.
11135
11136 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11137
11138         * gnus-html.el: Require packages that define macros used in this file.
11139         (gnus-article-mouse-face): Declare to silence byte-compiler.
11140         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11141         process-get.
11142         (gnus-html-put-image): Use plist-get to avoid getf.
11143         (gnus-html-prefetch-images): Use with-current-buffer.
11144
11145 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-ems.el: Provide compatibility functions for
11148         gnus-set-process-plist.
11149
11150         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11151         header-line-format for XEmacs 21.4.
11152
11153         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11154         * gnus.el (gnus-valid-select-methods):
11155         * message.el (message-send-mail-partially-limit):
11156         * mm-decode.el (mm-text-html-renderer):
11157         * mml.el (mml-insert-mime-headers-always):
11158         * smiley.el (smiley-regexp-alist): Bump custom version.
11159
11160 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11161
11162         * gnus-html.el: Require mm-url.
11163         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11164         with the url to `url'.
11165         (gnus-html-wash-tags): Support cid: URLs/images.
11166
11167 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168
11169         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11170         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11171         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11172
11173         * gnus-move.el: Remove file, since it doesn't really work.
11174
11175         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11176         UTF-8.  This seems to fix problems with some German web feeds.
11177
11178         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11179         at the top so that the proper colors are applied.
11180
11181         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11182         don't have dots in their names.
11183
11184         * gnus-art.el (gnus-article-view-part): Doc fix.
11185
11186         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11187         XEmacs-compatible.
11188         (gnus-html-put-image): Don't do images on non-graphic displays.
11189
11190         * nnslashdot.el: Remove this unused backend.
11191
11192         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11193         actions.
11194         (gnus-undo-register-1): Revert last change.
11195
11196         * gnus-group.el (gnus-group-completing-read): Protect against not
11197         having completion-styles bound.
11198
11199         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11200         make broken recipients happier.
11201
11202         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11203
11204         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11205         point parameter.
11206
11207         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11208
11209         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11210         completion-styles for group selection.
11211
11212 2009-02-04  Andreas Schwab  <schwab@suse.de>
11213
11214         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11215         headers and regexp-quote the match if necessary.
11216
11217 2009-03-24  Miles Bader  <miles@gnu.org>
11218
11219         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11220         the blinking smiley.
11221
11222 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11223
11224         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11225         blink smiley.
11226
11227 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11230         where the dribbel file lives exists.
11231
11232         * message.el (message-send-mail-partially-limit): Change the default to
11233         nil, since most people don't want this.
11234
11235         * mm-url.el (mm-url-decode-entities): Also decode entities like
11236         &#x3212.
11237
11238 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11239
11240         * gnus-sum.el (gnus-summary-idna-message):
11241         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11242         Hyperlink urls in docstrings with URL `...'.
11243
11244 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11245
11246         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11247         functions.
11248
11249 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11252         say what the mouseover text should be.
11253
11254         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11255         version of the mm-w3m-safe-url-regexp variable to only download images
11256         in the groups where we want that to happen.
11257
11258         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11259
11260         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11261         easier debugging.
11262         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11263         big pictures in the article buffer.
11264
11265         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11266         gnus-article-html.
11267         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11268         w3m.
11269
11270         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11271
11272 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11275         which doesn't exist.
11276
11277         * message.el (message-inhibit-ecomplete): New variable to allow some
11278         function to inhibit ecomplete address storage.
11279         (message-resend): Disable ecomplete message storage when resending
11280         messages.
11281
11282         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11283
11284 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11287         Save excursion while copying, moving, and deleting articles in order to
11288         prevent the cursor from jumping to unforeseen place.
11289
11290 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * lpath.el: No need to bind bookmark-current-buffer,
11293         bookmark-yank-point and bookmark-make-record-function.
11294
11295 2010-08-17  Glenn Morris  <rgm@gnu.org>
11296
11297         * gnus-sync.el: Require gnus components whose functions are used.
11298
11299         * gnus-art.el (bookmark-make-record-function):
11300         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11301         Declare for compiler.
11302
11303         * mm-url.el (mml-compute-boundary): Autoload.
11304
11305 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11308
11309 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11310
11311         Typo fix "hoo4a" -> "hook".
11312
11313         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11314
11315 2010-08-14  Glenn Morris  <rgm@gnu.org>
11316
11317         * gnus-sync.el (gnus-sync): Fix defgroup version.
11318
11319 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11320
11321         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11322
11323         * gnus-sync.el: Fix docs.
11324         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11325         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11326
11327 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11328
11329         Optimizations for gnus-sync.el.
11330
11331         * gnus-sync.el: Add docs about gnus-sync-backend
11332         possibilities.
11333         (gnus-sync-save): Remove unnecessary message.
11334         (gnus-sync-read): Optimize and show what groups were skipped.
11335
11336 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         Minor bug fixes for gnus-sync.el.
11339
11340         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11341         Don't read the sync on get-new-news.
11342
11343         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11344         quiet.
11345
11346         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11347         (fix typo).
11348
11349 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11350
11351         Make saving and restoring of hidden threads work with overlays.
11352         Patch applied by Ted Zlatanov.
11353
11354         * gnus-sum.el (gnus-hidden-threads-configuration)
11355         (gnus-restore-hidden-threads-configuration): Update to deal with text
11356         properties, rather than searching for a magic character.
11357
11358 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11359
11360         New gnus-sync.el library for synchronization of marks.
11361
11362         * gnus-sync.el: New library for synchronization of marks.
11363
11364         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11365         renamed from `gnus-registry-grep-in-list'.
11366
11367         * gnus-registry.el (gnus-registry-follow-group-p):
11368         Use `gnus-grep-in-list'.
11369
11370         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11371
11372 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11375         determining charset of text fails.
11376
11377 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * nnmail.el (nnmail-get-new-mail-1): Revert.
11380
11381         * nnml.el (nnml-active-number): Make sure names of newly created groups
11382         in nnml-group-alist are encoded.
11383
11384 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11387         containing non-ASCII characters in active file for nnml back end.
11388
11389 2010-07-24  David Engster  <dengste@eml.cc>
11390
11391         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11392         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11393
11394 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11395
11396         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11397         tag (Bug#6654).
11398
11399 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11402         the article buffer, not the summary buffer.
11403
11404 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11407         Emacs 23 as well.
11408
11409 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11412         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11413
11414 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11415
11416         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11417         Patch applied by Karl Fogel.
11418
11419         * gnus-sum.el (gnus-summary-bookmark-make-record):
11420         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11421
11422 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11423
11424         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11425         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11426         C-w still not working correctly from Article buffers; Thierry's
11427         patch to fix that will be applied after this.
11428
11429         * gnus-art.el (bookmark-make-record-function): New local variable.
11430
11431         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11432         article buffer.
11433         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11434
11435 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11436
11437         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11438         on changes in bookmark.el.
11439
11440 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11443         `no-log' instead of message not to log prompt string.
11444
11445 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11446
11447         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11448         the *other* type of HTML form submission.
11449
11450 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11451
11452         * auth-source.el (auth-source-pick): If choice does not contain a
11453         questioned keyword, set the check to t.
11454
11455 2010-06-12  Romain Francoise  <romain@orebokech.com>
11456
11457         * gnus-util.el (gnus-date-get-time): Move up before first use.
11458
11459 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11462         (gnus-article-edit-part): Bind it to make last part that is substituted
11463         or deleted visible.
11464         (gnus-mime-display-single): Buttonize part of which id equals to
11465         gnus-mime-buttonized-part-id.
11466
11467 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11468
11469         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11470         (gnus-dd-mmm): Use gnus-date-get-time.
11471         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11472         simplify logic.
11473         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11474         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11475
11476 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11477
11478         * auth-source.el (top): Autoload `secrets-list-collections',
11479         `secrets-create-item', `secrets-delete-item'.
11480         (auth-sources): Fix tag string.
11481         (auth-get-source, auth-source-retrieve, auth-source-create)
11482         (auth-source-delete): New defuns.
11483         (auth-source-pick): Rewrite in order to avoid 2 passes.
11484         (auth-source-forget-user-or-password): New parameter USERNAME.
11485         (auth-source-user-or-password): New parameters CREATE-MISSING and
11486         DELETE-EXISTING.  Retrieve password interactively, if needed.
11487
11488 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11489
11490         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11491         deleting unused directories when gnus-expert-user is t.
11492
11493 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11496         for each temp file when gnus-article-browse-delete-temp is ask.
11497
11498 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11499
11500         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11501         Replace Lisp calls to delete-backward-char by calls to delete-char.
11502
11503 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11504
11505         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11506
11507 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11508
11509         * password-cache.el (password-cache-remove): Fix docstring.
11510
11511 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11514         article unless decoding article to be saved.
11515
11516 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11519         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11520         generated within the mm-with-unibyte-current-buffer macro.
11521
11522 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11525         to nil when we're in a mml-preview buffer and no group is selected.
11526
11527 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11528
11529         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11530         when catching the `C-g'.  Reported by "Leo".
11531
11532 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * message.el (message-forward-make-body-plain)
11535         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11536         multibyte-string-p.
11537
11538         * lpath.el: Revert.
11539
11540 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * message.el (message-forward-make-body-mml): Assume original message
11543         is multibyte string; error on unibyte.
11544         (message-forward-make-body-plain): Ditto; don't add excessive newline
11545         in body end.
11546
11547         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11548
11549 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11550
11551         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11552         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11553
11554 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * mm-extern.el (mm-extern-url): Don't use
11557         mm-with-unibyte-current-buffer.
11558         (mm-extern-cache-contents): Use with-current-buffer instead of
11559         save-excursion + set-buffer.
11560
11561 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * mm-util.el (mm-emacs-mule): Remove.
11564
11565 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11566
11567         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11568         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11569         change.
11570
11571 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11574         bind the default value of enable-multibyte-characters to nil.
11575
11576 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * message.el (message-forward-make-body-plain)
11579         (message-forward-make-body-mml):
11580         Don't use mm-with-unibyte-current-buffer.
11581
11582 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11583
11584         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11585
11586 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11587
11588         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11589         (Bug#5592).
11590
11591 2010-05-07  Julien Danjou  <julien@danjou.info>
11592
11593         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11594         it to mm-pipe-part.
11595
11596         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11597         it is given.
11598
11599 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * binhex.el (binhex-decode-region-internal):
11602         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11603         (dns-query):
11604         * nnweb.el (nnweb-gmane-search):
11605         * pgg-parse.el (pgg-parse-armor):
11606         * pgg.el (pgg-verify-region):
11607         * sha1.el (sha1-string-external):
11608         * uudecode.el (uudecode-decode-region-internal):
11609         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11610         XEmacs.
11611
11612         * gnus-art.el (gnus-article-browse-html-parts):
11613         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11614         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11615         make-temp-file.
11616
11617         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11618         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11619         compiling.
11620
11621         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11622         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11623         XEmacs when compiling.
11624
11625         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11626         gnus-pick-mode-off-hook for XEmacs when compiling.
11627         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11628         gnus-binary-mode-off-hook for XEmacs when compiling.
11629
11630         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11631         Return nil if char-charset is not available.
11632
11633         * imap.el (imap-disable-multibyte)
11634         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11635         macros.
11636
11637         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11638         instead of encode-coding-string.
11639
11640         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11641         'xemacs) instead of mm-emacs-mule to switch function definitions.
11642         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11643
11644         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11645         bind temporary-file-directory for XEmacs;
11646         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11647         timer-set-function for XEmacs 21.4 and SXEmacs;
11648         bind timer-list for XEmacs 21.4 and SXEmacs;
11649         fbind char-charset and find-charset-region for non-Mule XEmacs;
11650         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11651         encode-coding-region and encode-coding-string for XEmacs having no
11652         file-coding feature.
11653
11654 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11655
11656         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11657
11658 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11661         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11662
11663 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11664
11665         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11666         alias `jka-compr-delete-temp-file' no longer exists.
11667
11668 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11669
11670         Use define-minor-mode in Gnus where applicable.
11671         * mml.el (mml-mode): Use define-minor-mode.
11672         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11673         (gnus-undo-mode): Use define-minor-mode.
11674         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11675         (gnus-dead-summary-mode): Use define-minor-mode.
11676         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11677         Initialize in declaration.
11678         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11679         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11680         (gnus-mailing-list-mode): Use define-minor-mode.
11681         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11682         (gnus-draft-mode): Use define-minor-mode.
11683         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11684         (gnus-dired-mode): Use define-minor-mode.
11685
11686 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11687
11688         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11689         handles on recursive mml-to-mime translation and check them for
11690         boundary delimiter collisions.  Reported by Greg Troxel.
11691
11692 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11695
11696 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11697
11698         * mm-util.el (mm-find-buffer-file-coding-system):
11699         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11700
11701 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11702
11703         * message.el (message-generate-headers): Record insertion of optional
11704         headers as well.  Otherwise the check to prevent repeated insertion of
11705         optional headers is a no-op.
11706
11707 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11708
11709         * smime.el: Don't mention CVS.
11710
11711         * nnrss.el (nnrss-fetch): Don't mention CVS.
11712
11713         * nnir.el: Don't mention CVS.
11714
11715 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11716
11717         * gnus-sum.el (gnus-summary-bookmark-make-record):
11718         Add `location' field.
11719
11720 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * lpath.el: Fbind bookmark-default-handler,
11723         bookmark-get-bookmark-record, bookmark-make-record-default,
11724         bookmark-prop-get for Emacs <23 and XEmacs.
11725
11726 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11727
11728         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11729         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11730         Use with-current-buffer to silence the byte-compiler.
11731         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11732         bother to require `gnus'.
11733         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11734
11735 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11736
11737         * gnus-sum.el (gnus-summary-bookmark-make-record)
11738         (gnus-summary-bookmark-jump): New functions.
11739         (gnus-summary-mode): Setup bookmark support.
11740
11741 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11742
11743         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11744         if set.
11745
11746 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11749         gnus-article-browse-html-save-cid-image; make it work recursively for
11750         forwarded messages as well.
11751         (gnus-article-browse-html-parts): Work when prefix arg is given.
11752         (gnus-article-browse-html-article): Doc fix.
11753
11754 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11755
11756         * message.el (message-default-mail-headers):
11757         (message-default-headers): Carry the value mail-default-headers over
11758         into message-default-mail-headers, rather than message-default-headers.
11759
11760 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11761
11762         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11763         charset.
11764
11765         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11766         charset into the <meta> tag when the article is encoded to utf-8.
11767
11768 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (gnus-article-browse-delete-temp-files):
11771         Delete directories as well.
11772         (gnus-article-browse-html-parts): Work for images that do not specify
11773         file names; delete temp directory when quitting; insert header at the
11774         right place; use file: scheme for image files.
11775
11776 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11777
11778         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11779         (gnus-article-browse-html-parts): Use it to make temporary cid image
11780         files in addition to html file so that browser may display them.
11781
11782 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11785
11786 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11787
11788         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11789
11790 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11791
11792         * auth-source.el (auth-sources): Change default to be simpler.
11793         Explain about Secret Service API sources.  Improve Customize options.
11794         (auth-source-pick): Change to accept any number of search parameters.
11795         Implement fallbacks iteratively, not recursively.  Add scoring on the
11796         second pass and sort by score.  Call Secret Service API when needed.
11797         (auth-source-user-or-password): Use it.  Call Secret Service API
11798         directly when needed to get the user name and the password.
11799
11800 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11801
11802         * message.el (message-interactive): Doc fix.
11803         (message-qmail-inject-args): Reflow.
11804         (message-kill-to-signature): Fix typo in docstring.
11805
11806         * smiley.el (smiley-buffer): Fix typo in docstring.
11807
11808 2010-03-24  Glenn Morris  <rgm@gnu.org>
11809
11810         * mail-source.el (gnus-message): Declare.
11811         (mail-source-delete-old-incoming): Require gnus-util.
11812
11813 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11816
11817         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11818
11819         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11820         password-cache's default if it is not bound.
11821         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11822         password-cache-expiry's default if it is not bound.
11823
11824         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11825         available in Emacs 21.
11826
11827         * lpath.el: Suppress compiler warnings for:
11828         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11829         XEmacs;
11830         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11831         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11832         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11833
11834 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11835
11836         * auth-source.el (auth-sources): Fix up definition so extra parameters
11837         are always inline.
11838
11839 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11840
11841         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11842         wasn't updated after mismatch.  Clear cached mailbox info correctly
11843         when uidvalidity changes.
11844         (nnimap-group-prefixed-name): New function to avoid some code
11845         duplication.
11846         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11847         (nnimap-request-group): Use it.
11848         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11849         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11850         with many imap folders.  This is done by caching the group status from
11851         the imap server persistently in a group parameter `imap-status'.  (This
11852         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11853         but not persistently, so every Gnus startup was still very slow.)
11854
11855 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11858         delete the extra newline.  Otherwise editing of :string and :number
11859         types don't work.
11860
11861 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11862
11863         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11864         secrets.el dependency.
11865         (auth-sources): Add optional user name.  Add secrets.el configuration
11866         choice (unused right now).
11867
11868 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11869
11870         * gnus-sum.el (gnus-summary-make-menu-bar):
11871         Let `gnus-registry-install-shortcuts' fill in the functions.
11872
11873         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11874         warnings.
11875         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11876         (gnus-registry-install-shortcuts): Populate and use it in a
11877         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11878
11879 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11880
11881         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11882         In-place substitutions for the group name encoding/decoding.
11883         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11884         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11885         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11886         (nnimap-update-unseen, nnimap-request-list)
11887         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11888         (nnimap-request-set-mark, nnimap-split-to-groups)
11889         (nnimap-split-articles, nnimap-request-newgroups)
11890         (nnimap-request-create-group, nnimap-request-accept-article)
11891         (nnimap-request-delete-group, nnimap-request-rename-group)
11892         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11893         `encoded-mbx' for consistency.
11894         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11895         variable `imap-current-mailbox'.
11896
11897         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11898         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11899
11900 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11901
11902         * pop3.el (pop3-display-message-size-flag): Display message size byte
11903         counts during POP3 download.
11904         (pop3-movemail): Use it.
11905         (pop3-list): Implement listing of available messages.
11906
11907 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11908
11909         * nnir.el (nnir-get-article-nov-override-function): New function to
11910         override the normal NOV retrieval.
11911         (nnir-retrieve-headers): Use it.
11912
11913 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11914
11915         * auth-source.el (netrc-machine-user-or-password): Autoload.
11916
11917 2010-03-19  Glenn Morris  <rgm@gnu.org>
11918
11919         Stop message.el from loading about 40 libraries it doesn't always need.
11920         The general approach is to autoload rather than require, and to
11921         require in the specific functions rather than the file.  (Bug#5642)
11922
11923         * gmm-utils.el: Don't require wid-edit.
11924         (widget-create-child-value, widget-convert, widget-default-get):
11925         Autoload.
11926
11927         * gnus-util.el: Don't require time-date, netrc.
11928         (message-fetch-field, gnus-group-name-decode): Declare rather than
11929         autoloading.
11930         (gnus-fetch-field): Require message.
11931         (gnus-decode-newsgroups): Require gnus-group.
11932
11933         * ietf-drums.el: Don't require time-date.
11934
11935         * message.el: Don't require hashcash, canlock, ecomplete.
11936         Do require mail-utils.  Require nnheader only when compiling.
11937         (smtpmail-default-smtp-server): Remove declaration.
11938         (message-send-mail-function): Check smtpmail-default-smtp-server
11939         is bound rather than requiring smtpmail.
11940         (message-auto-save-directory, message-insert-signature):
11941         Use expand-file-name rather than nnheader-concat.
11942         (nnheader-insert-file-contents): Autoload.
11943         (hashcash-wait-async): Declare.
11944         (message-send-mail): Only call gnus-setup-posting-charset if
11945         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11946         (message-send-mail-with-sendmail): Require sendmail.
11947         (canlock-password, canlock-password-for-verify): Declare.
11948         (message-canlock-password): Require canlock.
11949         (nnheader-get-report): Autoload.
11950         (gnus-setup-posting-charset): Declare.
11951         (message-send-news): Require gnus-msg.
11952         (message-make-references, message-make-in-reply-to): Use mail-header-id
11953         rather than the alias mail-header-message-id.
11954         (ecomplete-add-item, ecomplete-save): Declare.
11955         (message-put-addresses-in-ecomplete): Require ecomplete.
11956         (ecomplete-display-matches): Autoload.
11957
11958         * mm-decode.el: Don't require mailcap, gnus-util.
11959         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11960         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11961         Autoload.
11962         (mailcap-mime-extensions): Declare.
11963
11964         * mm-encode.el: Don't require mailcap.
11965         (mailcap-extension-to-mime): Autoload.
11966
11967         * mml-sec.el: Don't require password-cache.
11968
11969         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11970         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11971         (mml-minibuffer-read-type): Require mailcap.
11972         (mml-preview): Require gnus-msg.
11973
11974         * mml1991.el: Require password-cache.
11975         (password-cache-expiry): Remove declaration.
11976
11977         * mml2015.el: Require password-cache.
11978         (password-cache-expiry): Remove declaration.
11979
11980         * nneething.el (mailcap): Require mailcap.
11981
11982         * nnheader.el (declare-function): Add compatibility stub.
11983         (message-remove-header): Declare rather than autoload.
11984         (nnheader-replace-header): Require message.
11985
11986         * nnimap.el (declare-function): Add compatibility stub.
11987         (netrc-parse, netrc-machine-user-or-password): Declare.
11988         (nnimap-open-connection): Require netrc.
11989
11990         * nntp.el (declare-function): Add compatibility stub.
11991         (netrc-parse, netrc-machine, netrc-get): Declare.
11992         (nntp-send-authinfo): Require netrc.
11993
11994         * rfc2047.el: Don't require qp.
11995         (quoted-printable-encode-region, quoted-printable-decode-string):
11996         Autoload.
11997
11998         * sieve-mode.el: Don't require easymenu.
11999         (easy-menu-add-item): Autoload it.
12000
12001         * spam-stat.el (time-to-number-of-days): Autoload it.
12002
12003 2010-03-19  Glenn Morris  <rgm@gnu.org>
12004
12005         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12006
12007 2010-03-18  Glenn Morris  <rgm@gnu.org>
12008
12009         * hashcash.el (declare-function): Remove duplicate definition.
12010
12011 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12012
12013         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12014         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12015         value if any backslash escapes).
12016
12017 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12020         if it is available.  (bug#5647)
12021
12022         * lpath.el: Suppress compiler warning for coding-system-from-name for
12023         Emacs 21 and XEmacs.
12024
12025 2010-03-14  Juri Linkov  <juri@jurta.org>
12026
12027         * hmac-def.el:
12028         * hmac-md5.el:
12029         * netrc.el: Fix keywords.
12030
12031 2010-02-26  Glenn Morris  <rgm@gnu.org>
12032
12033         * message.el (message-send-mail-function): Change the default, so that
12034         it inherits from a customized send-mail-function.  (Bug#5643)
12035
12036 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12037
12038         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12039         shell-command-to-string signals an error (bug#5299).
12040
12041 2010-02-24  Glenn Morris  <rgm@gnu.org>
12042
12043         * message.el (message-smtpmail-send-it)
12044         (message-send-mail-with-mailclient): Doc fixes.
12045
12046 2010-02-16  Glenn Morris  <rgm@gnu.org>
12047
12048         * message.el (message-default-mail-headers): Change the default value
12049         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12050
12051 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12054         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12055
12056 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12057
12058         * time-date.el (date-to-time): Doc fix (Bug#5408).
12059
12060 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12061
12062         * message.el (message-mail): Just pass yank-action on to message-setup.
12063         (message-setup): Handle (FUN . ARGS) form of yank-action.
12064         (message-with-reply-buffer, message-widen-reply)
12065         (message-yank-original): Handle non-buffer values of
12066         message-reply-buffer (Bug#4080).
12067         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12068
12069 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12070
12071         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12072         Fix typo in docstring.
12073
12074 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12075
12076         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12077         response.
12078
12079 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12082
12083         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12084
12085         * message.el (message-check-news-header-syntax): Protect against a
12086         string that `rfc822-addresses' returns when parsing fails.
12087
12088 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12091         (gnus-previous-char-property-change): New functions.
12092
12093         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12094
12095 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12096
12097         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12098         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12099
12100 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12101
12102         * message.el (message-exchange-point-and-mark): Rework last change to
12103         avoid using optional arg of exchange-point-and-mark, for backward
12104         compatibility.
12105
12106 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12107
12108         * message.el (message-exchange-point-and-mark):
12109         Call exchange-point-and-mark with an argument rather than setting
12110         mark-active by hand (Bug#5175).
12111
12112 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * nntp.el (nntp-service-to-port): Work for service expressed with
12115         numeric string; replace [:digit:] with [0-9] for XEmacs.
12116
12117 2009-12-17  Glenn Morris  <rgm@gnu.org>
12118
12119         * gnus-group.el (gnus-bug-group-download-format-alist):
12120         Change emacs entry to debbugs.gnu.org.  Bump :version.
12121
12122 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12125
12126 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * message.el (message-info): Explain why we use `Info-goto-node'.
12129
12130 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12133
12134 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12135
12136         * message.el (message-completion-in-region): New compatibility function.
12137         (message-expand-group): Use it.
12138
12139 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12142         with no unread article should be listed if the 2nd arg `predicate' is
12143         given.
12144
12145 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12148
12149 2009-11-29  Juri Linkov  <juri@jurta.org>
12150
12151         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12152         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12153         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12154
12155 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12156
12157         * sha1.el (sha1-string-external): default-directory "/" in case
12158         otherwise non-existent.  process-connection-type pipe for touch of
12159         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12160
12161 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12162
12163         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12164         it's comms related and sgml-mode.el has "comm" on that basis too.
12165
12166 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12169         containing tspecial characters if they have been already quoted.
12170
12171 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12172
12173         * dns-mode.el (auto-mode-alist): Purecopy string.
12174
12175 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12176
12177         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12178
12179 2009-10-24  Glenn Morris  <rgm@gnu.org>
12180
12181         * gnus-art.el (help-xref-stack-item): Define for compiler.
12182
12183 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12184
12185         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12186
12187 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12190
12191 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12194         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12195
12196 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12199         (gnus-overlays-in): New alias to overlays-in.
12200
12201         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12202         gnus-overlay-get, and gnus-delete-overlay.
12203         (gnus-summary-show-thread): Make it work as well for systems in which
12204         next-single-char-property-change is not available.
12205         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12206
12207         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12208         (gnus-overlay-get): New alias to extent-property.
12209         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12210
12211         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12212         SXEmacs.
12213
12214         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12215         SXEmacs.
12216
12217 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12220
12221 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12222
12223         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12224         and XEmacs that don't have `remove-overlays'.
12225
12226 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12227
12228         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12229         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12230         selective display.  Use overlays instead.
12231
12232 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12233
12234         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12235
12236 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12237
12238         * spam-stat.el (spam-stat-load): Fix typo in message.
12239
12240 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12241
12242         * dig.el (dig-invoke): Fix typo in docstring.
12243         (query-dig): Reflow docstring.
12244
12245 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12246
12247         * gnus-art.el (gnus-article-encrypt-body):
12248         * message.el (message-check-recipients):
12249         * mm-util.el (mm-codepage-setup):
12250         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12251         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12252
12253 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12254
12255         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12256         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12257         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12258         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12259         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12260
12261 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12262
12263         * dig.el: Add "Keywords: comm", as per net-utils.el.
12264
12265 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12266
12267         * dig.el (dig-mode): Use define-derived-mode.
12268
12269 2009-09-19  Glenn Morris  <rgm@gnu.org>
12270
12271         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12272
12273 2009-09-18  Glenn Morris  <rgm@gnu.org>
12274
12275         * gnus-diary.el (gnus-diary-check-message):
12276         * message.el (message-insert-formatted-citation-line):
12277         * nnbabyl.el (top-level):
12278         * nndiary.el (nndiary-schedule):
12279         Fix typos in condition-case handlers.
12280
12281 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12284         configuration that provides the sole article window in a frame;
12285         position point correctly after deleting a part.
12286
12287 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12288
12289         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12290         (spam-resolve-registrations-routine): Use it to unregister articles
12291         that change status.
12292
12293 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12296         with XEmacs.
12297         (parse-time-string-chars): Use it.
12298
12299 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12300
12301         * imap.el (imap-interactive-login): Better messages.
12302         (imap-open): Fix bug with renamed buffer on reconnect.
12303         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12304         for easier debugging and cleaner code.  On successful (guessed based on
12305         server capabilities) secondary authentication, set imap-state
12306         correctly.
12307         (imap-last-authenticator): Define imap-last-authenticator as a variable
12308         to avoid warnings.
12309
12310 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nnrss.el (nnrss-request-article): Remove binding of
12313         default-enable-multibyte-characters that has gotten needless by
12314         the 2007-07-13 change in rfc2047-encode-message-header.
12315
12316         * mml.el (mml-insert-multipart): Error on the message header.
12317         (mml-insert-part): Error on the message header; position point at
12318         the end of a MIME tag.
12319
12320 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * time-date.el (autoload): Expand define-obsolete-function-alias into
12323         defalias and make-obsolete for old Emacsen that Gnus supports.
12324         (with-no-warnings): Define it for old Emacsen.
12325         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12326         is available.
12327         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12328         float-time is available; suppress compile warning for time-to-seconds.
12329
12330         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12331         (gnus-float-time): Alias to float-time if it exists.
12332
12333         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12334         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12335         float-time is available; suppress compile warning for time-to-seconds.
12336
12337         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12338         XEmacs.
12339
12340 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12341
12342         * imap.el (imap-message-map): Docstring fix.
12343
12344 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12347         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12348         Add the optional argument `encoding' that overrides the default.
12349
12350         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12351         mm-encode-buffer.
12352
12353 2009-09-04  Glenn Morris  <rgm@gnu.org>
12354
12355         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12356         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12357         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12358         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12359         * mm-util.el (mm-with-unibyte-current-buffer)
12360         (mm-find-buffer-file-coding-system):
12361         * yenc.el (yenc-decode-region): Use default-value rather than
12362         default-enable-multibyte-characters.
12363
12364 2009-09-03  Glenn Morris  <rgm@gnu.org>
12365
12366         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12367         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12368         than default-enable-multibyte-characters.
12369
12370 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12371
12372         * gnus-art.el (gnus-article-read-summary-keys):
12373         Fix gnus-buffer-configuration's value temporarily used.
12374
12375 2009-09-02  Glenn Morris  <rgm@gnu.org>
12376
12377         * gnus-util.el (gnus-float-time): New function.
12378         * gnus-delay.el (gnus-delay-article):
12379         * gnus-sum.el (gnus-thread-latest-date):
12380         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12381         * nnspool.el (nnspool-request-newgroups):
12382         Use gnus-float-time rather than time-to-seconds.
12383         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12384
12385         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12386         (gnus-header-subject-face, gnus-header-newsgroups-face)
12387         (gnus-header-name-face, gnus-header-content-face):
12388         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12389         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12390         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12391         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12392         (gnus-cite-face-11):
12393         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12394         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12395         (gnus-server-closed-face, gnus-server-denied-face)
12396         (gnus-server-offline-face):
12397         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12398         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12399         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12400         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12401         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12402         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12403         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12404         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12405         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12406         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12407         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12408         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12409         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12410         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12411         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12412         (gnus-summary-high-undownloaded-face)
12413         (gnus-summary-low-undownloaded-face)
12414         (gnus-summary-normal-undownloaded-face)
12415         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12416         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12417         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12418         (gnus-splash-face):
12419         * message.el (message-header-to-face, message-header-cc-face)
12420         (message-header-subject-face, message-header-newsgroups-face)
12421         (message-header-other-face, message-header-name-face)
12422         (message-header-xheader-face, message-separator-face)
12423         (message-cited-text-face, message-mml-face):
12424         * sieve-mode.el (sieve-control-commands-face)
12425         (sieve-action-commands-face, sieve-test-commands-face)
12426         (sieve-tagged-arguments-face):
12427         * spam.el (spam-face):
12428         Mark face aliases with "-face" in the name as obsolete.
12429
12430 2009-09-01  Glenn Morris  <rgm@gnu.org>
12431
12432         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12433         than goto-line.
12434
12435 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12438         Don't move point if the command is invoked inside the message header.
12439
12440 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12441
12442         * imap.el (imap-send-command): Simplify.
12443         (imap-wait-for-tag): point-max -> buffer-size.
12444
12445 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12446
12447         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12448         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12449         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12450         * nnir.el (nnir-swish-e-index-file):
12451         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12452         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12453         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12454         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12455         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12456         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12457
12458 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12461         Don't save excursion.
12462
12463 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12464
12465         * nnheader.el (nnheader-find-file-noselect):
12466         * mm-util.el (mm-insert-file-contents):
12467         Use (default-value 'major-mode) instead of default-major-mode.
12468
12469 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12470
12471         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12472
12473 2009-08-26  Glenn Morris  <rgm@gnu.org>
12474
12475         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12476         than placing in files.el.
12477
12478 2009-08-25  Glenn Morris  <rgm@gnu.org>
12479
12480         * nnir.el (top-level): Don't require cl at run-time.
12481         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12482         Replace cl-function substitute with gnus-replace-in-string.
12483         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12484         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12485         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12486         simplified expansions.
12487
12488 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12489
12490         * dig.el (dig): Add autoload cookie.
12491
12492 2009-08-22  Glenn Morris  <rgm@gnu.org>
12493
12494         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12495         goto-line.
12496
12497 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12498
12499         * parse-time.el (parse-time-string-chars): Save match data.
12500
12501 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12502
12503         * parse-time.el (parse-time-string-chars): Compute using character
12504         classes, to handle non-ascii characters (Bug#3190).
12505
12506 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12509
12510         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12511         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12512         (gnus-mm-display-part, gnus-mime-display-single)
12513         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12514         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12515
12516         * gnus-sum.el
12517         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12518         (gnus-summary-move-article): Add expirable mark to articles copied or
12519         moved to group that has auto-expire turned on if the option is non-nil.
12520
12521 2009-07-24  Glenn Morris  <rgm@gnu.org>
12522
12523         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12524         Fix typo.  (Bug#3903)
12525
12526 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12529         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12530         that should not be used for draft articles.
12531         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12532         that has no concern in minor mode keys.
12533         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12534         Abolish.
12535
12536 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12539         article without making inquiry to a user for unknown encoding.
12540
12541         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12542         (nnmaildir--scan): Assume i-node and device number that file-attributes
12543         returns might be cons-cell.
12544
12545         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12546
12547         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12548
12549 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * auth-source.el: Remove docs now in auth.texi.  Don't use
12552         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12553         `auth-source-hide-passwords' and use them.
12554
12555 2009-07-15  Glenn Morris  <rgm@gnu.org>
12556
12557         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12558
12559 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12562         excessive whitespace from the default values of title and description.
12563
12564 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12567         mail-fetch-field to fetch Content-Description header in order to
12568         exclude newlines.
12569
12570 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12571
12572         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12573         format used by GnuPG 2.0.11.
12574
12575 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12578         to deleted part.
12579
12580 2009-05-30  David Engster  <dengste@eml.cc>
12581
12582         * nnmairix.el: Remove old documentation in the commentary block.
12583         (nnmairix-request-group): Do not update active file for nnml back ends.
12584         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12585         end so that overview files are ignored.
12586         (nnmairix-update-groups): Make updating the groups more robust by using
12587         marks.
12588         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12589         with dollar characters in message-id.
12590
12591 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12594         2008-12-25 in dns.el.
12595
12596 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12597
12598         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12599         could happen if the text is only composed of spaces and/or tabs.
12600
12601 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12602
12603         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12604         when sending a queued message to avoid extra mml tags.
12605
12606 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12609
12610 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12613         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12614         rmail-toggle-header for XEmacs;
12615         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12616
12617 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-dired.el: Remove autoload for gnus-setup-message.
12620         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12621         displaying Gnus logo; always use compose-mail.
12622
12623 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12626
12627 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12630         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12631         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12632         available.
12633         (gnus-nocem-epg-verify): New function.
12634
12635 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12638
12639 2009-02-15  Glenn Morris  <rgm@gnu.org>
12640
12641         * gnus-util.el (rmail-insert-rmail-file-header)
12642         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12643         autoloads.
12644         (rmail-default-rmail-file): Remove unnecessary declaration.
12645         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12646
12647 2009-02-14  Glenn Morris  <rgm@gnu.org>
12648
12649         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12650         variable (only used in gnus-util, which declares it anyway).
12651         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12652         which was only needed by gnus-art (changed to not use it any more).
12653         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12654         only used in gnus-util, which autoloads it itself.
12655         (rmail-update-summary): Fix autoload.
12656
12657         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12658         rather than rmail-output-to-rmail-file.
12659
12660 2009-02-07  Glenn Morris  <rgm@gnu.org>
12661
12662         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12663         autoload of function that no longer exists.
12664         (rmail-toggle-header): Declare.
12665         (message-forward-rmail-make-body): Handle mbox Rmail.
12666
12667 2009-01-31  Glenn Morris  <rgm@gnu.org>
12668
12669         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12670         2009-01-09 change.
12671
12672 2009-01-31  Dave Love  <fx@gnu.org>
12673
12674         * imap.el (imap-fetch-safe): Bind debug-on-error.
12675         (imap-debug): Add imap-fetch-safe.
12676
12677 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12678
12679         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12680         (auth-source-forget-all-cached): New convenience function.
12681         (auth-source-user-or-password): Accept list of modes or a single mode.
12682
12683         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12684         auth-source modes.
12685
12686         * netrc.el (netrc-machine-user-or-password): Use list of
12687         auth-source modes.
12688
12689         * nnimap.el (nnimap-open-connection): Use list of
12690         auth-source modes.
12691
12692         * nntp.el (nntp-send-authinfo): Use list of
12693         auth-source modes.
12694
12695 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12696
12697         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12698         now.
12699
12700 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12703         coding system in XEmacs; add a workaround for XEmacs.
12704
12705         * lpath.el: Fbind coding-system-aliasee.
12706
12707 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12710         of current-language-environment.
12711
12712 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12715         available at runtime.
12716
12717 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12720
12721 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12722
12723         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12724         the greatest positive fixnum value doesn't work under an XEmacs with
12725         bignum support; use the most-positive-fixnum constant instead,
12726         available since Emacs 21.1 with cl and XEmacs 21.1.
12727
12728 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12731         XEmacs gets not to work.
12732
12733 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * mm-util.el (mm-coding-system-priorities): Allow the value like
12736         "Japanese (UTF-8)" of current-language-environment.
12737
12738 2009-01-09  Glenn Morris  <rgm@gnu.org>
12739
12740         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12741         with last-command-event.
12742
12743 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12746         in the doc string.
12747
12748         * message.el (message-fix-before-sending): Amend comment.
12749
12750 2009-01-08  Dave Love  <fx@gnu.org>
12751
12752         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12753
12754 2009-01-07  David Engster  <dengste@eml.cc>
12755
12756         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12757         simplified server definitions by converting it via
12758         gnus-server-to-method.
12759
12760 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12763         parameter's operands.
12764
12765 2009-01-06  David Engster  <dengste@eml.cc>
12766
12767         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12768         primary select method (for gnus-group-mark-article-as-read).
12769
12770 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12771
12772         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12773         `(gnus)Face', not `(gnus)X-Face'.
12774
12775 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * mm-util.el (mm-ucs-to-char): New function.
12778
12779         * mm-url.el (mm-url-decode-entities): Use it.
12780
12781         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12782         unicode-to-char.
12783
12784 2009-01-05  Dave Love  <fx@gnu.org>
12785
12786         * time-date.el: Require cl for `declare'.
12787
12788 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12791         Dave Love.
12792
12793 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * message.el (message-fix-before-sending): Add `eight-bit' to
12796         illegible-text check.
12797
12798 2009-01-03  Michael Olson  <mwolson@gnu.org>
12799
12800         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12801         `headers' is nil.  This can occur if the IMAP server does not have
12802         permissions to read messages from a folder, but can write new messages
12803         to the folder.
12804         (nnimap-request-article-part): Do not insert `data' if it is nil.
12805
12806         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12807         characters which will confuse `read', so skip past them.
12808
12809 2009-01-01  Dave Love  <fx@gnu.org>
12810
12811         * imap.el (imap-string-to-integer): Fix typo.
12812         (imap-fetch-safe): New function.
12813         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12814
12815         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12816
12817         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12818         (imap-parse-greeting): Fix doc strings.
12819         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12820         (imap-parse-flag-list): Make messages unique.
12821         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12822
12823         * nnimap.el: Fix author email.
12824         (nnimap-split-rule): Add FIXME comment.
12825         (nnimap-debug): Fix doc string.
12826
12827 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12830
12831 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12834         nslookup if resolv.conf isn't available.
12835         (dns-query): Rename from query-dns.
12836         (dns-query-cached): Rename from query-dns-cached.
12837
12838 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12841         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12842         to check if those variables exist (first appeared in Emacs 18.50).
12843
12844 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mm-util.el (mm-line-number-at-pos): New function.
12847
12848         * spam-report.el (spam-report-process-queue): Use it.
12849
12850 2008-12-24  David Engster  <dengste@eml.cc>
12851
12852         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12853         parameters that haven't existed as variables as buffer-local variables.
12854
12855 2008-12-23  Dave Love  <fx@gnu.org>
12856
12857         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12858         cadar.
12859
12860         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12861         imap-starttls-p.
12862         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12863
12864 2008-12-22  Dave Love  <fx@gnu.org>
12865
12866         * imap.el: Fix author email.  Doc fixes.
12867         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12868         reply.
12869
12870 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * spam-report.el (spam-report-gmane-max-requests): New constant.
12873         (spam-report-gmane-wait): New variable.
12874         (spam-report-gmane-ham, spam-report-gmane-spam)
12875         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12876         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12877         the server.
12878
12879         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12880         Add explanations.
12881
12882         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12883         nnheader-accept-process-output and nnheader-read-timeout if available.
12884         (pop3-movemail): Use it.
12885
12886         * message.el (message-check-news-body-syntax): Fix signature check if
12887         there's an attachment.
12888
12889 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-util.el: Add comments to the mm- emulating functions.
12892
12893 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12896         Reported by Stephen Berman <stephen.berman@gmx.net>.
12897
12898 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * mm-util.el (mm-substring-no-properties): New function.
12901         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12902         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12903         (mm-string-to-multibyte): Doc fix.
12904
12905         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12906
12907 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * mml.el (mml-attach-file): Strip text properties from file name.
12910         (Bug#1574)
12911
12912 2008-12-16  Glenn Morris  <rgm@gnu.org>
12913
12914         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12915
12916 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12919         knows since the charset specified might be a bogus alias that
12920         mm-charset-synonym-alist provides.
12921
12922 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12925         "ISO_8859-1".
12926
12927         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12928
12929 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * mm-util.el (mm-charset-eval-alist):
12932         Define it before mm-charset-to-coding-system.
12933         (mm-charset-to-coding-system): Add optional argument `silent';
12934         define it before mm-charset-override-alist.
12935         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12936         default value if it can be used in Emacs currently running;
12937         silence mm-charset-to-coding-system.
12938
12939 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12942         `allow-override' which says whether to use `mm-charset-override-alist'.
12943         (rfc2047-decode-encoded-words): Use it.
12944
12945         * mm-util.el (mm-charset-override-alist): Fix custom type;
12946         add `(gb2312 . gbk)' to choices.
12947
12948 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12951         fast.
12952
12953         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12954
12955         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12956
12957 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12958
12959         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12960         on links.
12961
12962         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12963
12964 2008-12-03  Lute Kamstra  <lute@gnu.org>
12965
12966         * sha1.el: Remove leading * from docstrings of defcustoms,
12967         deffaces, defconsts and defuns.
12968
12969 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12972         users' addresses that don't have domain parts.
12973         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12974         rather than message-narrow-to-head since there will be the message
12975         header separator.
12976
12977 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12978
12979         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12980         since the result is inserted in a unibyte buffer anyway.
12981         (nnimap-demule-use-string-to-multibyte): Remove.
12982         (nnimap-demule): Alias it to mm-string-to-multibyte.
12983
12984 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12987         variable for debugging bug#464 and bug#1174.
12988         (nnimap-demule): Use it.
12989
12990 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12993         score calculation correctly.
12994
12995 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12996
12997         * message.el (message-send-mail): Just set the buffer to unibyte
12998         rather than use mm-with-unibyte-current-buffer which does a lot more.
12999         (message-send-mail-partially): Don't bother with
13000         mm-with-unibyte-current-buffer since it's already been made unibyte by
13001         message-send-mail.
13002
13003 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13004
13005         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13006
13007 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13008
13009         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13010
13011 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13014         require itself and to remove `with-no-warnings'.
13015
13016 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13017
13018         * starttls.el (starttls-any-program-available): Get the name of the
13019         available TLS layer program.
13020         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13021         well as the host name in the "opening" message.
13022
13023         * auth-source.el (auth-source-cache, auth-source-do-cache)
13024         (auth-source-user-or-password): Cache passwords and logins by default,
13025         allow override with `auth-source-do-cache'.
13026         (auth-source-forget-user-or-password): Allow users to remove cache
13027         entries if needed.
13028
13029 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13030
13031         * md4.el (md4-buffer): Fix typo in docstring.
13032         (md4, md4-64): Doc fixes.
13033         (md4-pack-int32): Reflow docstring.
13034
13035 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13036
13037         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13038         condition-case to only the forward-sexp call.
13039
13040 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13041
13042         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13043         quotes contained.  Make it more robust regardless by an extra
13044         condition-case wrapper.
13045
13046 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13049
13050 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * nnml.el (nnml-request-expire-articles): Check if the function set to
13053         `nnmail-expiry-target' returns the symbol `delete'.
13054
13055         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13056
13057         * nnmail.el (nnmail-expiry-target): Fix custom type.
13058
13059 2008-10-02  Glenn Morris  <rgm@gnu.org>
13060
13061         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13062         Silence compiler warning.
13063
13064 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13065
13066         * tls.el (open-tls-stream): Show the actual command being
13067         executed, instead of the format string.
13068
13069 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * lpath.el: Fbind codepage-setup for Emacs 23.
13072
13073 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13074
13075         * mml.el (mml-menu): Don't assume mml2015 is bound.
13076
13077 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13080         exists.
13081
13082 2008-09-27  Glenn Morris  <rgm@gnu.org>
13083
13084         * gnus-util.el (mail-header-remove-comments): Autoload it.
13085
13086 2008-09-27  Andreas Schwab  <schwab@suse.de>
13087
13088         * gnus-util.el (gnus-split-references): Strip comments.
13089         (gnus-parent-id): Likewise.
13090
13091 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * message.el (message-confirm-send): Fix version.
13094
13095 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * message.el (message-idna-to-ascii-rhs-1): Use
13098         mail-extract-address-components rather than mail-header-parse-addresses
13099         that is an alias by default to ietf-drums-parse-addresses that does not
13100         support non-ASCII names in headers' contents.
13101
13102 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13103
13104         * message.el (message-confirm-send): Fix variable documentation to
13105         avoid the "y/n" wording.
13106
13107 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13108
13109         * message.el (message-set-auto-save-file-name): Save to a different
13110         filename so multiple messages (especially drafts) can be recovered.
13111
13112 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13113
13114         * message.el (message-confirm-send): Add appropriate version.
13115
13116 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13119         defvar.
13120
13121 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13122
13123         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13124         (mm-pkcs7-enveloped-magic): Ditto.
13125
13126 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13127
13128         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13129         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13130
13131 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13134         default, it's better.
13135
13136 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13137
13138         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13139         summary line gnus-number property and ignore them (with a warning
13140         message).
13141
13142 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13145         macro caddr in the interactive form since it won't be expanded.
13146
13147 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13150         `charset'; fix name of function called recursively.
13151         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13152
13153 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13156         (gnus-mime-set-charset-parameters): New function.
13157         (gnus-mime-view-part-as-charset): Use it to correctly display part
13158         specifying wrong charset.
13159
13160 2008-09-08  David Engster  <dengste@eml.cc>
13161
13162         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13163         in completing-read for back end server.
13164
13165 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         * message.el (message-confirm-send): New variable to confirm sending a
13168         message.
13169         (message-send): Use it.
13170
13171 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13174
13175 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13178
13179 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13180
13181         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13182         prevent tracking too many groups.
13183         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13184         Use it.
13185
13186 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13187
13188         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13189         moving point to the bottom of the window in order to avoid recentering.
13190
13191 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13194
13195         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13196         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13197         (gnus-article-beginning-of-window): Fix calculation.
13198
13199 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-msg.el (gnus-summary-supersede-article)
13202         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13203         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13204         message header.
13205
13206 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13207
13208         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13209         pending output coming after the status change.
13210
13211 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13212
13213         * message.el:
13214         * gnus-start.el:
13215         * gnus-registry.el: Remove VMS support.
13216
13217 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13220         macro.
13221         (rfc2104-hash): Use it.
13222
13223 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13226         (gnus-summary-sort-by-most-recent-date): New commands.
13227         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13228         and menu entries.
13229
13230 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13233         don't redisplay article for raw contents; remove plural articles stuff.
13234
13235         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13236         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13237         on gnus-summary-save-article; display results properly.
13238
13239 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * lpath.el: No need to fbind ns-focus-frame.
13242
13243 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13246
13247 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-art.el (gnus-summary-save-in-pipe):
13250         Consider gnus-save-all-headers.
13251
13252 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13253
13254         * gnus-util.el (ns-focus-frame): Remove declaration.
13255         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13256         like x.
13257
13258 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13259
13260         * rfc2104.el (rfc2104-zero): Delete defconst.
13261         (rfc2104-hex-alist): Likewise.
13262         (rfc2104-hex-to-int): Delete func.
13263         (rfc2104-hexstring-to-bitstring): Likewise.
13264         (rfc2104-nybbles): New defconst.
13265         (rfc2104-hash): Rewrite for speed.
13266
13267 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * tls.el (open-tls-stream): Make it work with the 2nd argument
13270         BUFFER that is a string but does not exist as a buffer object, as
13271         mentioned in the doc-string.
13272
13273 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13276         SXEmacs.
13277
13278 2008-07-16  Glenn Morris  <rgm@gnu.org>
13279
13280         * gnus-util.el (ns-focus-frame): Declare for compiler.
13281
13282 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13285         set as a group parameter.
13286         (gnus-summary-save-in-pipe): Work when it is called independently.
13287         (gnus-summary-pipe-to-muttprint): Don't modify
13288         gnus-summary-pipe-output-default-command.
13289
13290 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13291
13292         * message.el (message-send-mail-with-sendmail):
13293         Display the error message.
13294
13295 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-art.el (gnus-default-article-saver):
13298         Add gnus-summary-save-in-pipe to choices.
13299         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13300         gnus-summary-pipe-output-default-command as the default command.
13301         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13302         instead of gnus-last-shell-command.
13303
13304         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13305         New user option.
13306         (gnus-summary-muttprint-program): Mention the value will be changed.
13307         (gnus-summary-save-article): Force showing of all headers.
13308         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13309
13310 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13311
13312         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13313
13314 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13315
13316         * nnimap.el (nnimap-id):
13317         * sieve-manage.el (sieve-manage-open): Doc fixes.
13318
13319 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13320
13321         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13322         if available.
13323
13324 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13325
13326         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13327
13328         * nnkiboze.el (nnkiboze-generate-group):
13329         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13330
13331         * nnmairix.el: Require CL.
13332
13333 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * dgnushack.el: Autoload get-display-table and put-display-table for
13336         XEmacs 21.5.
13337
13338         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13339         21.4 and SXEmacs.
13340
13341 2008-06-15  David Engster  <dengste@eml.cc>
13342
13343         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13344
13345 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13346
13347         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13348         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13349         runtime choice under XEmacs.
13350
13351         * gnus-sum.el (gnus-summary-set-display-table):
13352         Use `gnus-put-display-table', `gnus-get-display-table',
13353         `gnus-set-display-table' for the display table, instead of `aset'.
13354
13355         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13356         Use `gnus-put-display-table', `gnus-get-display-table',
13357         `gnus-set-display-table' for the display table.
13358
13359 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * nnmairix.el: Add autoloads.
13362
13363 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * nnmairix.el (nnmairix-delete-recreate-group)
13366         (nnmairix-update-and-clear-marks): Fix error messages.
13367
13368 2008-06-14  David Engster  <dengste@eml.cc>
13369
13370         * nnmairix.el: Upgrade to version 0.6.
13371         (nnmairix-group-toggle-propmarks-this-group)
13372         (nnmairix-group-toggle-readmarks-this-group)
13373         (nnmairix-group-delete-recreate-this-group)
13374         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13375         (nnmairix-remove-tick-mark-original-article): New commands.
13376         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13377         (nnmairix-propagate-marks-to-nnmairix-groups)
13378         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13379         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13380         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13381         functions needed for marks propagation and manipulation of read marks.
13382         (nnmairix-update-groups): New function.
13383         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13384         (nnmairix-determine-original-group-from-registry)
13385         (nnmairix-determine-original-group-from-path)
13386         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13387         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13388         New helper functions.
13389         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13390         keystrokes for new commands.
13391         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13392         (nnmairix-request-group): Check allow-fast group parameter.
13393         (nnmairix-request-create-group): Set allow-fast group parameter if
13394         nnmairix-allowfast-default is set.
13395         (nnmairix-close-group): Propagate marks upon closing if needed.
13396         (nnmairix-group-toggle-threads-this-group): Use new.
13397         nnmairix-group-toggle-parameter helper function.
13398         (nnmairix-search): Better check for empty search result.
13399         (nnmairix-goto-original-article): Use new helper functions for
13400         determining original article.
13401         (nnmairix-show-original-article): Make sure message-id is in brackets.
13402         (nnmairix-call-mairix-binary): Change variable name.
13403         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13404         helper function.
13405         (nnmairix-widget-toggle-activate): Fix doc string.
13406
13407 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * nnir.el: Require edmacro when compiling with XEmacs.
13410         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13411         available in Emacs 21.
13412
13413 2008-06-11  Glenn Morris  <rgm@gnu.org>
13414
13415         * gnus-util.el (x-focus-frame):
13416         * gnus.el (image-size):
13417         * mm-decode.el (image-size): Declare.
13418
13419         * gnus-picon.el (declare-function): Add compat definition.
13420         (image-size): Declare.
13421
13422         * gnus-group.el (tool-bar-map):
13423         * gnus-sum.el (tool-bar-map): Define for compiler.
13424
13425         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13426
13427         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13428
13429         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13430         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13431         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13432         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13433         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13434         * sieve-manage.el, spam-report.el, spam.el:
13435         Remove unnecessary eval-and-compile of autoloads.
13436
13437 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13438
13439         * auth-source.el: Precise Tramp doc.
13440
13441 2008-06-07  Glenn Morris  <rgm@gnu.org>
13442
13443         * nnmairix.el: Remove unnecessary eval-when-compile.
13444
13445 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * lpath.el: Fbind propertize for XEmacs 21.4.
13448
13449 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13450
13451         * nnir.el: Move here from ../contrib.
13452
13453 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13454
13455         * gnus-util.el (gnus-read-shell-command): New function.
13456         * mm-decode.el (mm-pipe-part):
13457         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13458
13459 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13462
13463 2008-06-03  Glenn Morris  <rgm@gnu.org>
13464
13465         * pop3.el (nnheader-accept-process-output): Autoload it.
13466
13467 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13470         are not 2-digit hexadecimal characters that follow `%'s.
13471
13472 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * message.el (message-bogus-recipient-p): Fix type in doc string.
13475         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13476         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13477         Improve custom options.
13478         (message-bogus-recipient-p): Adjust accordingly.
13479
13480 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13481
13482         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13483         long-form month and day names.
13484
13485 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * dgnushack.el: Autoload debug, eudc-expand-inline and
13488         pgg-snarf-keys-region for XEmacs.
13489
13490         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13491
13492         * nnmairix.el: Require edmacro when compiling with XEmacs.
13493
13494 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13497         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13498
13499 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13500
13501         * auth-source.el: Add more docs.
13502
13503         * netrc.el (netrc-machine): Always match if the port is not given.
13504
13505 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13506
13507         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13508         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13509         retrieval faster in some cases, but might make CPU usage larger.
13510         If this has any bad side effects, we might revert this change.
13511
13512         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13513         seems to make mail retrieval much, much faster.
13514         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13515         unconditionally.
13516
13517         * gnus-draft.el (gnus-group-send-queue):
13518         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13519
13520 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13523
13524         * message.el (message-bogus-address-regexp): Fix and improve custom
13525         type.
13526         (message-setup-hook): Add message-check-recipients as custom option.
13527
13528 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * message.el (message-cite-function): Remove bogus autoload which crept
13531         in during merge from v5-10.
13532
13533 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13534
13535         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13536
13537         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13538
13539         * auth-source.el: Preliminary Tramp docs.
13540         (auth-sources): Change the default auth-sources to use
13541         EPA .gpg files.
13542
13543 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * nntp.el: Autoload `auth-source-user-or-password'.
13546         (nntp-send-authinfo): Use it.
13547
13548         * nnimap.el: Autoload `auth-source-user-or-password'.
13549         (nnimap-open-connection): Use it.
13550
13551         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13552         for the gnus-message function.
13553         (auth-source-user-or-password): Use it.
13554
13555 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13556
13557         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13558         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13559         (rfc2104-hash): Use it.
13560
13561 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13562
13563         * gnus-art.el (gnus-article-toggle-truncate-lines):
13564         Don't use `iff' in docstring.
13565
13566 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13567
13568         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13569
13570         * gnus-util.el (gnus-extract-address-component-name)
13571         (gnus-extract-address-component-email): Convenience functions around
13572         `gnus-extract-address-components'.
13573
13574         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13575         Use `gnus-extract-address-component-email' to fix bug of comparing full
13576         sender name to `user-mail-address'.
13577
13578 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13579
13580         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13581         catch/throw to optimize.
13582         (gnus-registry-find-keywords): Just use member to find a keyword.
13583
13584 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13585
13586         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13587         is current before calling gnus-server-prepare.
13588         (gnus-server-setup-buffer, gnus-server-update-server)
13589         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13590
13591 2008-05-04  Juri Linkov  <juri@jurta.org>
13592
13593         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13594         (mailcap-file-default-commands): Use mailcap-replace-in-string
13595         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13596         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13597
13598 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13599
13600         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13601
13602 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13603
13604         * gnus.el: Bump version to 0.11.
13605
13606 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13607
13608         * gnus.el: No Gnus v0.10 is released.
13609
13610 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13611
13612         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13613         hooks.
13614         (gnus-update-read-articles): Speed up non-marks-using users.
13615         (gnus-use-marks): Define gnus-use-marks.
13616         (gnus-propagate-marks): Rename variable to something more sensible.
13617
13618 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13619
13620         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13621         (gmm-image-load-path-for-library): Fix typos in docstrings.
13622         (gmm-message): Reflow docstring.
13623
13624 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13625
13626         * mail-source.el (mail-source-set-1, mail-source-bind):
13627         Move auth-source code out of the macro to clean it up and fix bugs.
13628
13629 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13630
13631         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13632         by sender if it's equal to user-mail-address, it's likely to be
13633         useless.
13634
13635         * mail-source.el (mail-source-bind): Don't use user or password if they
13636         are not bound.  Unintern them if they are nil.  Don't use server unless
13637         it's bound, and default it to empty string otherwise.
13638
13639 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13640
13641         * mail-source.el: Load auth-source.el.
13642         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13643         get user name or password, if auth-sources is set up.
13644
13645         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13646         strategy of splitting with parent.
13647         (gnus-registry-split-fancy-with-parent)
13648         (gnus-registry-post-process-groups): Use it and fix prior
13649         bug (returning a list as the split result).
13650
13651         * auth-source.el (auth-sources): Remove server parameter.
13652         (auth-source-pick, auth-source-user-or-password)
13653         (auth-source-user-or-password-imap)
13654         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13655         (auth-source-user-or-password-sftp)
13656         (auth-source-user-or-password-smtp): Remove server parameter.
13657
13658 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13659
13660         * smime.el (smime-sign-region, smime-encrypt-region)
13661         (smime-decrypt-region):
13662         Remove redundant calls to `generate-new-buffer-name'.
13663
13664 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13665
13666         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13667         Don't use QP for message/rfc822.
13668         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13669
13670 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13671
13672         * sieve-manage.el (sieve-string-bytes): Remove.
13673         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13674         correct byte-length only if the process's coding-system is the same as
13675         the one used internally by Emacs to represent strings.
13676
13677 2008-04-22  Juri Linkov  <juri@jurta.org>
13678
13679         * mailcap.el (mailcap-file-default-commands): New function.
13680
13681 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * message.el (message-signature-separator, message-cite-function):
13684         Change custom version.
13685
13686 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13687
13688         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13689         commands.
13690         (tls-checktrust): Ditto.
13691
13692 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * mm-decode.el (mm-display-external): Make temp file read-only.
13695
13696 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13699         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13700         `C-c C-f d'.
13701
13702 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13703
13704         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13705
13706 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus.el: Bump version to 0.9.
13709
13710 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus.el: No Gnus v0.8 is released.
13713
13714 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13715
13716         * mail-source.el (mail-source-value):
13717         Prefer fboundp to functionp so it works with macros as well.
13718
13719 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13720
13721         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13722         Fix last change in case the element is not even a symbol.
13723
13724 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13725
13726         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13727         Prefer fboundp to functionp so it works with macros as well.
13728
13729 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13730
13731         * auth-source.el: Add docs.
13732         (auth-sources): Modify format to support server.
13733         (auth-source-pick, auth-source-user-or-password)
13734         (auth-source-user-or-password-imap)
13735         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13736         (auth-source-user-or-password-sftp)
13737         (auth-source-user-or-password-smtp): Add server parameter.
13738
13739 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * gnus-registry.el: Initialize the registry when gnus-registry-install
13742         is t.
13743
13744 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * compface.el (uncompface): Make buffer unibyte.
13747
13748 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13749
13750         * mail-source.el (mail-source-value):
13751         Prefer fboundp to functionp so it works with macros as well.
13752
13753 2008-04-05  Glenn Morris  <rgm@gnu.org>
13754
13755         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13756
13757 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13758
13759         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13760         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13761
13762         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13763         multibyteness after rather than before erasing it.
13764
13765         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13766         mm-with-multibyte.
13767         (gnus-request-article-this-buffer): Make sure the proper decoding is
13768         used if gnus-original-article-buffer happens to be unibyte.
13769
13770         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13771         default-enable-multibyte-characters.
13772
13773         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13774         default-enable-multibyte-characters.
13775
13776         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13777
13778         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13779
13780 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13781
13782         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13783         Fix last change in case the element is not even a symbol.
13784
13785 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13786
13787         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13788         (imap-message-copyuid-1): Use it.
13789         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13790         J. Williams in
13791         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13792
13793         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13794         imap-enable-exchange-bug-workaround.
13795         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13796
13797 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13798
13799         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13800         a 100 byte status-checks into a 2-3MB transfer for each group.
13801         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13802         to enable bug workaround or not.
13803         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13804
13805 2008-03-31  Glenn Morris  <rgm@gnu.org>
13806
13807         * message.el (mml2015-use): Declare for compiler.
13808         (message-info): Require mml2015 when appropriate.
13809
13810 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13813         whitespace.
13814
13815 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13816
13817         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13818         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13819         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13820         (nntp-service-to-port): New function.
13821         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13822         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13823         (nntp-open-netcat-stream): New function.
13824         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13825
13826 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13827
13828         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13829
13830 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13831
13832         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13833
13834 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13835
13836         * dns.el (dns-write): Use set-buffer-multibyte.
13837
13838 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13839
13840         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13841
13842 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * message.el (message-signature-separator): Change default.
13845         Improve custom type.
13846         (message-cite-function): Change default to
13847         message-cite-original-without-signature.
13848
13849         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13850         toggle.
13851
13852         * message.el (message-check-news-body-syntax): Fix signature check.
13853         (message-setup-1): Mark buffer as unmodified _after_ running
13854         message-setup-hook and handling message-alternative-emails.
13855         (message-shorten-references): Be more strict when building list of
13856         valid references to comply with GNKSA.
13857
13858         * gnus-group.el (gnus-read-ephemeral-bug-group)
13859         (gnus-read-ephemeral-debian-bug-group)
13860         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13861
13862         * message.el (message-info): Don't use booleanp which isn't supported
13863         in Emacs 21 and XEmacs.
13864
13865 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13868         gnus-group-gmane-group-download-format.
13869         (gnus-group-read-ephemeral-gmane-group): Rename from
13870         gnus-group-read-ephemeral-gmane-group.
13871         (gnus-read-ephemeral-gmane-group-url): Rename from
13872         gnus-group-read-ephemeral-gmane-group-url.
13873         (gnus-bug-group-download-format-alist): New variable.
13874         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13875         (gnus-read-ephemeral-emacs-bug-group): New commands.
13876
13877 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13880         (gnus-visible-headers): Improve custom type.
13881
13882 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * mml.el (mml-menu): Add workarounds for XEmacs.
13885
13886         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13887         X-Boundary header.
13888
13889         * message.el (message-simplify-recipients): Fix previous commit.
13890
13891 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13892
13893         * mm-util.el (mm-set-buffer-multibyte): New function.
13894         * mm-decode.el (mm-copy-to-buffer): Use it.
13895
13896         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13897         Prefer fboundp to functionp so it works with macros as well.
13898
13899 2008-03-19  Glenn Morris  <rgm@gnu.org>
13900
13901         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13902         Accidentally removed in the sync process with Emacs.
13903
13904 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * message.el (message-alter-recipients-discard-bogus-full-name):
13907         New function.
13908         (message-alter-recipients-function): New variable.
13909         (message-get-reply-headers): Use it.
13910         (message-replace-header): New helper function.
13911         (message-recipients-without-full-name): New variable.
13912         (message-simplify-recipients): New command.
13913
13914         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13915
13916         * message.el (message-info): Handle EasyPG manual.
13917
13918         * mml.el (mml-menu): Add entry for EasyPG.
13919
13920 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13921
13922         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13923         parameter.
13924
13925         * message.el (message-disassociate-draft): Specify drafts group name
13926         fully.
13927
13928 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13929
13930         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13931         Eliminate unnecessary duplicates from the match list.
13932
13933 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13936
13937         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13938
13939         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13940         args of `how-many' of which the XEmacs version doesn't take; declare
13941         Info-index-next as function.
13942
13943 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * gnus-score.el (gnus-score-headers): Fix handling of
13946         gnus-inhibit-slow-scoring.
13947
13948         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13949         string.
13950         (gnus-button-url-regexp): Improve handling of parenthesis.
13951         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13952         (gnus-button-handle-info-keystrokes): Handle index entries.
13953
13954 2008-03-15  Glenn Morris  <rgm@gnu.org>
13955
13956         * parse-time.el (parse-time-string): Simplify.
13957
13958 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13961         Incoming* files.
13962
13963 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * auth-source.el (auth-sources): Rename from auth-source-choices.
13966         (auth-source-pick): Use it.
13967
13968 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13969
13970         * binhex.el (binhex-decode-region-internal):
13971         * uudecode.el (uudecode-decode-region-internal):
13972         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13973         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13974         setting default-enable-multibyte-characters.
13975
13976 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13977
13978         * auth-source.el (auth-source-protocols)
13979         (auth-source-protocols-customize, auth-source-choices): Add and
13980         modified variable customizations and defaults.
13981         (auth-source-pick, auth-source-user-or-password)
13982         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13983         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13984         (auth-source-user-or-password-sftp)
13985         (auth-source-user-or-password-smtp): Use new variables and provide an
13986         interface to netrc.el.
13987
13988 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13991         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13992         Make sure the nntp port to specify is a string.
13993
13994 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13995
13996         * nntp.el: Use with-current-buffer.
13997         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13998         dubious mm-with-unibyte-current-buffer.
13999         (nntp-with-open-group-function): New function extracted from
14000         nntp-with-open-group macro.
14001         (nntp-with-open-group): Use the function, so it's easier to debug.
14002         Add indentation and debugging info.
14003         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14004         Recommend the use of the netcat alternatives.
14005
14006         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14007         Avoid mm-string-as-multibyte as well.
14008
14009         * nnweb.el (nnweb-insert-html):
14010         Remove use of nnheader-string-as-multibyte.
14011
14012         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14013         (nnheader-string-as-multibyte): Remove.
14014
14015         * mm-view.el: Use inhibit-read-only.
14016         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14017         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14018         or unibyte-string.
14019
14020         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14021         (mm-uu-yenc-extract): Use with-current-buffer.
14022
14023         * gnus-soup.el (gnus-soup-send-packet): Don't use
14024         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14025
14026         * nnmh.el: Use with-current-buffer.
14027         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14028         mm-string-as-multibyte on the output of mm-encode-coding-string.
14029
14030         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14031         (nnimap-request-move-article): Use with-current-buffer.
14032
14033         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14034         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14035         conversion uses string-make-unibyte rather than string-as-unibyte.
14036
14037         * gnus-msg.el: Use with-current-buffer.
14038
14039         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14040
14041 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14042
14043         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14044         string for caching if it is 'PIN.
14045
14046 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * lpath.el: Consider the case without Emacs/W3.
14049
14050 2008-03-08  Glenn Morris  <rgm@gnu.org>
14051
14052         * time-date.el (date-to-time, time-subtract, time-add)
14053         (safe-date-to-time): Doc fixes.
14054
14055 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * mail-source.el (mail-source-delete-old-incoming-confirm):
14058         Change default to nil.
14059         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14060
14061 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * lpath.el: Rearrange.
14064
14065         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14066         (gnus-article-goto-prev-page): Work for articles having ^L's.
14067
14068         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14069
14070         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14071
14072 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14073
14074         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14075         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14076         (gnus-bookmark-jump): Adjust some variable names.
14077
14078 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14079
14080         * auth-source.el: New package.
14081         (auth-source-choices): Add customization entry point variable.
14082
14083         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14084         bug.
14085
14086 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14087
14088         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14089         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14090         (gnus-registry-install-shortcuts): Rename from
14091         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14092         the `gnus-registry-mark-map' keymap dynamically from
14093         `gnus-registry-marks'.  The generated functions update the summary line
14094         when a registry mark is added or deleted, and will call
14095         `gnus-registry-install-p' (see the comments in the code).
14096         (gnus-registry-user-format-function-M): Use concat intelligently.
14097
14098         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14099         the registry mark functions.
14100
14101 2008-03-05  Glenn Morris  <rgm@gnu.org>
14102
14103         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14104         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14105         gnus-art.
14106         (top-level): No need to load own source when compiling.
14107
14108 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14109
14110         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14111         Suggested by <chris.anderton@zetnet.co.uk>.
14112
14113 2008-03-04  Glenn Morris  <rgm@gnu.org>
14114
14115         * gnus-sum.el (top-level): No need to require gnus when compiling,
14116         since unconditionally required near start of file.
14117         (gnus-summary-display-while-building): Move definition before use.
14118
14119 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * gnus-registry.el (gnus-registry-user-format-function-M):
14122         Add formatting function.
14123
14124 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14125
14126         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14127         with plists.
14128         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14129         Use new format.
14130
14131 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14134         `where-is-internal' that returns a range of key sequences.
14135
14136 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14137
14138         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14139
14140         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14141         (gnus-summary-jump-to-group): Consider windows on other displayed
14142         frames as well.  Similar changes might be needed elsewhere, but that's
14143         the one I've bumped into during my use.
14144
14145         * nndoc.el (nndoc-oe-dbx-type-p):
14146         * gnus-msg.el (gnus-debug):
14147         * gnus-group.el (gnus-update-group-mark-positions):
14148         Use mm-string-to-multibyte.
14149
14150 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14153         doesn't handle NotDashEscaped.
14154
14155         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14156         (mml-dnd-attach-options): Fix typo in custom choice.
14157
14158         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14159         Change nndoc-article-type to mbox.
14160         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14161
14162         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14163         to nil, instead of html2text.
14164
14165         * imap.el (imap-debug): Add `imap-ping-server'.
14166
14167         * gnus-bookmark.el: Add FIXMEs.
14168
14169         * message.el (message-form-letter-separator)
14170         (message-send-form-letter-delay): New variables.
14171         (message-send-form-letter): Use them.  New command to send form
14172         letters.  Requested by Uwe Siart.
14173         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14174
14175 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14176
14177         * Update copyright years.
14178
14179 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         Sync from EMACS_22_BASE.
14182
14183         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14184
14185 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14186
14187         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14188         empty author.
14189
14190 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14191
14192         * gnus-registry.el (gnus-registry-marks): Add variable for
14193         customization of marks and their appearance.
14194         (gnus-registry-read-mark): Use it.
14195         (gnus-registry-do-marks): Add utility function to loop through
14196         `gnus-registry-marks'.
14197         (gnus-registry-install-shortcuts-and-menus): Add function to install
14198         shortcuts and menus.
14199         (gnus-registry-initialize): Use it.
14200         (gnus-registry-default-mark): Clarify documentation.
14201
14202 2008-02-29  Glenn Morris  <rgm@gnu.org>
14203
14204         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14205         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14206         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14207         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14208         Change defcustom :version from 23.0 to 23.1.
14209
14210 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14211
14212         * gnus-registry.el (gnus-registry-follow-group-p)
14213         (gnus-registry-post-process-groups): Add functions to aid registry
14214         splitting and improve logging.  Clarify behavior in function
14215         documentation.
14216         (gnus-registry-split-fancy-with-parent): Use them.
14217
14218 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14219
14220         * gnus-art.el: Use with-current-buffer.
14221
14222 2008-02-27  David Engster  <dengste@eml.cc>
14223
14224         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14225         Express real group name in the response.
14226
14227 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14230         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14231         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14232         autoload gnus-registry-fetch-group when compiling.
14233         (nnmairix-request-group-with-article-number-correction):
14234         Remove unreferenced argument passed to nnmairix-call-backend.
14235
14236 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14239         (mm-uu-extract): Improve face for low color ttys.
14240         Reported by Sascha Wilde.
14241
14242 2008-02-27  Glenn Morris  <rgm@gnu.org>
14243
14244         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14245         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14246         variables to defconsts.  Convert comments to doc-strings.
14247         (nnmairix-last-server, nnmairix-current-server): Convert from free
14248         variables to defvars.  Convert comments to doc-strings.
14249         (gnus-registry-fetch-group): Autoload.
14250         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14251         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14252         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14253         caddr.
14254         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14255         nnmairix-request-group-with-article-number-correction call.
14256         (nnmairix-fast, nnmairix-group): New, less general names, for free
14257         variables passed from nnmairix-request-group to
14258         nnmairix-request-group-with-article-number-correction.  Declare.
14259         (nnmairix-request-group-with-article-number-correction):
14260         Use nnmairix-fast, nnmairix-group rather than fast, group.
14261
14262 2008-02-26  David Engster  <dengste@eml.cc>
14263
14264         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14265         version 0.5.
14266
14267 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14268
14269         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14270         instead of making an extra function call.  Don't add the current group
14271         to articles only when they have the group.  Use
14272         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14273         Reported by David <de_bb@arcor.de>.
14274
14275 2008-02-24  Miles Bader  <miles@gnu.org>
14276
14277         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14278         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14279         (mm-find-mime-charset-region):
14280         * mm-bodies.el (mm-encode-body):
14281         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14282
14283 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14286         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14287
14288 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * mail-source.el (mail-source-delete-incoming): Change default.
14291         Supplement doc string.
14292
14293         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14294
14295 2008-02-14  Glenn Morris  <rgm@gnu.org>
14296
14297         * time-date.el (format-seconds): New function.
14298
14299 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * nnmail.el (nnmail-message-id-cache-file): Derive from
14302         `gnus-home-directory'.
14303
14304 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14307         Document negative prefix.
14308
14309         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14310
14311 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14312
14313         * message.el (message-unsent-separator): Add the Exim bounce
14314         separator.
14315
14316 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14317
14318         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14319         list.
14320         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14321         recipient/signer list.
14322
14323 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * Makefile.in (datarootdir): Define.
14326         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14327         name that might contain whitespace.
14328
14329 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14332         fbound (Emacs 23 unicode), signal an error.
14333
14334 2008-02-08  Glenn Morris  <rgm@gnu.org>
14335
14336         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14337
14338 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14339
14340         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14341         ports to the calls to `netrc-machine-user-or-password' in addition to
14342         "imap" and "imaps".
14343
14344 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14345
14346         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14347
14348         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14349
14350 2008-02-01  Kenichi Handa  <handa@m17n.org>
14351
14352         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14353         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14354         (rfc2104-hash): Convert the result of concat to unibyte string.
14355
14356 2008-02-01  Dave Love  <fx@gnu.org>
14357
14358         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14359         coding-system-for-read.
14360         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14361
14362 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14365         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14366         <hanche@math.ntnu.no>.
14367
14368 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14371
14372         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14373
14374 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14375
14376         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14377         * message.el (message-beginning-of-line): Use featurep instead of bound
14378         tests in order to resolve conditionals at compile time.
14379
14380 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14381
14382         * mail-source.el (mail-sources): Add `group' choice.
14383
14384         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14385         parameter `in-group' to control into which group the articles go.
14386         Add treatment of `group' mail-source.
14387
14388 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14391
14392         * mm-decode.el (mm-dissect-buffer): Decode description.
14393
14394         * mml.el (mml-to-mime): Encode message header first.
14395
14396 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14399         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14400
14401         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14402         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14403
14404 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14405
14406         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14407
14408 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14411         prefix keys.
14412         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14413         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14414         gnus-xmas.el.
14415
14416         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14417         (gnus-xmas-article-describe-bindings): New function.
14418         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14419         gnus-xmas-article-describe-bindings.
14420
14421         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14422
14423 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14424
14425         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14426         Add new variables for article mark management.
14427         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14428         list of extra data entries which, when present, will indicate that the
14429         article ID should not be trimmed from the registry.
14430         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14431         functions.
14432         (gnus-registry-read-mark): New function to read a mark name from the
14433         user.
14434         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14435         (gnus-registry-set-article-mark-internal): New functions to add and
14436         remove marks.
14437         (gnus-registry-get-article-marks): New function to show the marks for
14438         an article, or retrieve them for further use.
14439
14440 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14443         keys when no argument is given.
14444
14445 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14446
14447         * imap.el (imap-ping-server): New variable.
14448         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14449         (imap-ping-server): Minor doc string fixes.
14450
14451 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14452
14453         * imap.el (imap-ping-server): New function.
14454         (imap-opened): Call imap-ping-server.
14455
14456 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * gnus-sum.el (gnus-article-sort-by-random)
14459         (gnus-thread-sort-by-random): Fix doc strings.
14460         Reported by jidanni@jidanni.org.
14461
14462 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el (gnus-article-describe-bindings): New function.
14465         (gnus-article-read-summary-keys): Use it.
14466         (gnus-article-mode-map): Bind `C-h b' to it.
14467
14468 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14471         XEmacs.
14472         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14473         Protect against non-character events.
14474
14475         * lpath.el: Fbind map-keymap for Emacs 21.
14476
14477 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14480         New command.
14481         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14482         instead of END.  Change name of the temp file.
14483         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14484         customizable.
14485
14486 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14489         bind `S W' to gnus-article-wide-reply-with-original; set default
14490         binding to gnus-article-read-summary-send-keys.
14491         (gnus-article-read-summary-keys): Fix the order of keys; display
14492         continuation keys correctly in the echo area; describe bindings
14493         correctly when keys end with `C-h'.
14494         (gnus-article-read-summary-send-keys): New function.
14495         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14496         Work for gnus-article-read-summary-send-keys; display continuation keys
14497         correctly in the echo area.
14498         (gnus-article-reply-with-original): Ignore prefix argument.
14499         (gnus-article-wide-reply-with-original): New function.
14500
14501         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14502         Emacs 21.
14503
14504 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14507         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14508
14509 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14512         (gnus-group-read-ephemeral-gmane-group): New command.
14513
14514 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14515
14516         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14517
14518 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * message.el (message-send-mail-function): Increase custom version.
14521
14522         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14523         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14524
14525 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14528         for the cases where imap-authenticate is called with a nil buffer
14529         parameter.
14530
14531 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14534         html parts correctly; support forwarded messages.
14535         (gnus-article-browse-html-article): Remove work buffers.
14536
14537         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14538         compiling.
14539         (netrc-bound-and-true-p): New macro.
14540         (netrc-parse): Use it instead of bound-and-true-p that is not available
14541         in XEmacs 21.4.
14542
14543 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14544
14545         * gnus-registry.el (gnus-registry-mark-article)
14546         (gnus-registry-article-marks): Add functionality to mark articles
14547         through the Gnus registry.
14548
14549         * encrypt.el: Clarify documentation for the new pgg method.
14550         (encrypt-file-alist): Add PGG option.
14551         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14552         functionality.  Abstract password key and messaging to external
14553         functions.
14554         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14555         (encrypt-message-method-and-cipher): Add new convenience external
14556         functions.
14557         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14558         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14559
14560         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14561         (netrc-parse): Use encrypt-file-alist to determine if
14562         encrypt-find-model or encrypt-insert-file-contents should be used.
14563
14564         * encrypt.el: Clarify documentation.  Load password-cache or
14565         password, whichever one is found first, instead of autoloading.
14566
14567 2007-12-19  Glenn Morris  <rgm@gnu.org>
14568
14569         * mml.el (message-options-set, message-narrow-to-head)
14570         (message-in-body-p, message-mail-p, message-encode-message-body):
14571         Autoload.
14572         (message-remove-header, message-narrow-to-headers-or-head)
14573         (message-subscribed-p, message-make-mail-followup-to)
14574         (message-position-on-field, message-news-p)
14575         (message-options-set-recipient, message-generate-headers)
14576         (message-sort-headers): Declare as functions.
14577
14578 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14581         convention in doc string.
14582
14583 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14586         title to html parts.
14587         (gnus-article-browse-html-article): Pass message header to it.
14588
14589         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14590
14591 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14592
14593         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14594         or password compatible with XEmacs.
14595
14596 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14599         format document.
14600         (gnus-mime-delete-part): Don't write description line if empty.
14601         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14602
14603 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14604
14605         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14606         (gnus-summary-mark-read-and-unread-as-read)
14607         (gnus-summary-mark-current-read-and-unread-as-read)
14608         (gnus-summary-mark-unread-as-ticked): Doc fix.
14609         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14610
14611 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14614         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14615
14616 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14619         yes-or-no-p.
14620
14621 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * mm-decode.el (mm-add-meta-html-tag): New function.
14624         (mm-save-part-to-file, mm-pipe-part): Use it.
14625
14626         * gnus-art.el (gnus-article-browse-delete-temp-files):
14627         Use gnus-y-or-n-p instead of y-or-n-p.
14628         (gnus-article-browse-html-parts): Work with message/external-body; use
14629         mm-add-meta-html-tag.
14630
14631 2007-12-11  Glenn Morris  <rgm@gnu.org>
14632
14633         * gnus-cache.el: Require gnus-sum not just when compiling.
14634
14635         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14636
14637         * gnus-int.el (gnus-server-opened, gnus-status-message):
14638         Move definitions before use.
14639
14640         * mm-decode.el: Require gnus-util.
14641         (mm-remove-part): Only call delete-annotation on XEmacs.
14642
14643         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14644
14645         * nnmail.el: Require gnus-int.
14646
14647         * spam.el: Move `require's before `eval-when-compile's.
14648
14649         * gnus-ems.el (gnus-alive-p):
14650         * gnus-fun.el (message-goto-eoh):
14651         * gnus-util.el (gnus-group-name-decode):
14652         * mail-source.el (gnus-compress-sequence):
14653         * message.el (Info-goto-node, format-spec):
14654         * mm-bodies.el (message-options-get):
14655         * mm-decode.el (mm-view-pkcs7):
14656         * mm-util.el (gmm-write-region):
14657         * mml-smime.el (mml-compute-boundary)
14658         (gnus-completing-read-with-default):
14659         * mml.el (widget-button-press, gnus-make-hashtable):
14660         * mml1991.el (mm-decode-content-transfer-encoding)
14661         (mm-encode-content-transfer-encoding)
14662         (message-options-get, message-options-set):
14663         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14664         * nnfolder.el (gnus-request-group):
14665         * nnheader.el (ietf-drums-unfold-fws):
14666         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14667         * smime.el (gnus-run-mode-hooks):
14668         * spam-stat.el (gnus-message): Autoload.
14669
14670         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14671         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14672         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14673         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14674         Add declare-function compatibility definition.
14675
14676         * gnus-cache.el (nnvirtual-find-group-art):
14677         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14678         (gnus-add-image, gnus-add-wash-type):
14679         * gnus-group.el (nnkiboze-score-file):
14680         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14681         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14682         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14683         (message-tokenize-header, gnus-get-buffer-create)
14684         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14685         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14686         * gnus.el (gnus-group-decoded-name):
14687         * mail-source.el (imap-capability):
14688         * mm-bodies.el (message-options-set):
14689         * mm-decode.el (gnus-configure-windows):
14690         * mm-extern.el (message-goto-body):
14691         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14692         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14693         (epg-sub-key-validity, message-options-set):
14694         * mml.el (widget-event-point, gnus-configure-windows):
14695         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14696         * mml2015.el (epg-check-configuration, epg-configuration)
14697         (message-options-set):
14698         * nndb.el (nndb-request-article):
14699         * nnfolder.el (gnus-request-create-group):
14700         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14701         * nnmaildir.el (gnus-group-mark-article-read):
14702         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14703         * rfc1843.el (message-fetch-field):
14704         * spam.el (gnus-extract-address-components):
14705         Declare as functions.
14706
14707 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14710
14711         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14712
14713         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14714         bind show-trailing-whitespace for XEmacs.
14715
14716 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14719         new no-op macro for backward compatibility.
14720
14721         * imap.el (imap-string-to-integer): New function.
14722
14723 2007-12-09  Glenn Morris  <rgm@gnu.org>
14724
14725         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14726
14727         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14728         * message.el, mm-view.el, sieve-manage.el, smime.el:
14729         Add declare-function compatibility definition.
14730
14731         * gnus-art.el (w3-region, w3m-region, Info-menu):
14732         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14733         * gnus-sum.el (gnus-get-predicate):
14734         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14735         * message.el (mail-abbrev-in-expansion-header-p):
14736         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14737         (w3m-detect-meta-charset, w3m-region):
14738         * sieve-manage.el (password-read, password-cache-add)
14739         (password-cache-remove):
14740         * smime.el (password-read-and-add): Declare as functions.
14741
14742 2007-12-08  David Kastrup  <dak@gnu.org>
14743
14744         * gnus-sum.el (gnus-summary-simplify-subject-query):
14745         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14746         `message'.
14747
14748 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14751         it to bind idna-program, installation-directory, defined-colors, and
14752         face-attribute for XEmacs of the version that compiles defcustom forms.
14753
14754 2007-12-07  Glenn Morris  <rgm@gnu.org>
14755
14756         * gnus-art.el (article-make-date-line): Revert previous change.
14757
14758 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14761
14762 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14763
14764         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14765         Call gnus-add-to-range ranges only once with a prepared article-list.
14766
14767 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14768
14769         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14770         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14771         group names with backslashes.
14772         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14773
14774 2007-12-06  Deepak Goel  <deego3@gmail.com>
14775
14776         * gnus-art.el (article-make-date-line):
14777         * gnus-start.el (gnus-load):
14778         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14779
14780 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-art.el (gnus-use-idna):
14783         * gnus-start.el (gnus-site-init-file):
14784         * message.el (message-use-idna):
14785         * mm-uu.el (mm-uu-hide-markers):
14786         * smiley.el (smiley-style): Revert changes that suppress warnings.
14787
14788 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14791         specify charset to html source.
14792         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14793
14794 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14797         idna-program in order to suppress byte compile warning issued by XEmacs
14798         that came to byte compile the default value section of defcustom forms
14799         recently.
14800
14801         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14802         value of installation-directory.
14803
14804         * message.el (message-use-idna): Don't directly refer to the value of
14805         idna-program.
14806
14807         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14808
14809         * smiley.el (smiley-style): Don't directly call face-attribute.
14810
14811 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14814
14815         * gnus-dired.el: Reduce Gnus dependencies.
14816         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14817         Don't require.  Use autoloads instead.
14818         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14819         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14820         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14821         (gnus-dired-mode): Adjust doc string.
14822         (gnus-dired-mail-mode): New variable.
14823         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14824         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14825         (gnus-dired-mail-buffers): New function.  Return mail or message
14826         composition buffers.
14827         (gnus-dired-attach): Use it.
14828         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14829         NO-DECODE.
14830         (gnus-dired-print): Use `gnus-print-buffer' depending on
14831         `gnus-dired-mail-mode'.
14832
14833 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * rfc2047.el (rfc2047-encoded-word-regexp)
14836         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14837         explaining what regexp patterns are for.
14838
14839 2007-12-04  Glenn Morris  <rgm@gnu.org>
14840
14841         * password.el: Move to password-cache.el.
14842
14843         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14844         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14845         * mml-smime.el (password-read, password-cache-add)
14846         (password-cache-remove):
14847         No need to autoload, since mml-sec requires password.
14848
14849         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14850         * message.el (gnus-extract-address-components):
14851         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14852
14853         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14854         password.
14855
14856 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * mailcap.el: Reduce dependencies.
14859         (mail-header-parse-content-type): Autoload.
14860         (mailcap-delete-duplicates): New alias.
14861         (mailcap-mime-info): Add optional argument NO-DECODE.
14862         (mailcap-mime-types): Use mailcap-delete-duplicates.
14863
14864         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14865
14866 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14867
14868         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14869         (imap-parse-status): Upcase status-att for servers that sends them
14870         lower-case (e.g., MS Exchange 2007).
14871
14872 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14873
14874         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14875         function.
14876
14877         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14878         (gnus-uu-yenc-article): New function.
14879
14880         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14881
14882         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14883
14884 2007-12-02  Glenn Morris  <rgm@gnu.org>
14885
14886         * binhex.el (binhex): New custom group.
14887         (binhex-decoder-program, binhex-decoder-switches)
14888         (binhex-use-external): Move to the binhex custom group.
14889
14890         * uudecode.el (uudecode): New custom group.
14891         (uudecode-decoder-program, uudecode-decoder-switches)
14892         (uudecode-use-external): Move to the uudecode custom group.
14893
14894         * netrc.el (top-level): Don't load `encrypt' features.
14895         (netrc-parse): Don't use encrypt.
14896         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14897
14898         * encrypt.el: Remove file.
14899
14900 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14903         matches on patches.
14904
14905         * gnus-art.el (gnus-article-browse-html-article):
14906         Mention `mm-text-html-renderer' in the doc string.
14907
14908         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14909         string.  Add comments.
14910
14911         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14912         if rhs is ASCII.
14913
14914 2007-12-01  Glenn Morris  <rgm@gnu.org>
14915
14916         * mail-source.el (top-level): Require format-spec before
14917         eval-when-compile.
14918
14919 2007-11-30  Glenn Morris  <rgm@gnu.org>
14920
14921         * encrypt.el: Require password, rather than autoloading password-read.
14922
14923 2007-11-29  Glenn Morris  <rgm@gnu.org>
14924
14925         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14926         (sasl-make-client, sasl-next-step, sasl-step-data)
14927         (sasl-step-set-data): Declare as functions.
14928
14929 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14932
14933 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14934
14935         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14936         certs should be verified and what is to be done in the event of a
14937         verification failure.
14938
14939         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14940         caller can indicate whether the cache should be disregarded for this
14941         call.  This way the result of the call is reproducible at all times and
14942         can be considered a canonical server name for the supplied method.
14943         (gnus-agent-method-p): Canonicalize server names by pushing their
14944         method through `gnus-method-to-server' using the no-cache argument.
14945
14946         * gnus-srvr.el (gnus-server-insert-server-line):
14947         Call `gnus-method-to-server' with `no-cache' argument.
14948
14949         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14950         gnus-agent-possibly-synchronize-flags as this should be called when the
14951         server is actually being opened.
14952         (gnus-agent-possibly-synchronize-flags)
14953         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14954         flags file of an agentized server to the latter function.
14955
14956         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14957         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14958         after a connection has been established successfully.
14959
14960 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-art.el (article-display-face): Force to display face if called
14963         interactively; check if gnus-article-x-face-too-ugly matches author.
14964         (article-display-x-face): Display face even if From header is missing
14965         as article-display-face does.
14966
14967 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14968
14969         * hashcash.el (message-narrow-to-headers-or-head)
14970         (message-fetch-field, message-goto-eoh)
14971         (message-narrow-to-headers): Declare as functions.
14972
14973 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * mail-source.el (mail-sources): Default to fetch from file for
14976         compatibility with default of nnmail-spool-file.
14977
14978 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14981         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14982         to look for encoded word that should be encoded again.
14983         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14984         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14985         encoding pattern.
14986         (rfc2047-decode-region): Switch strict regexp and loose one according
14987         to rfc2047-allow-irregular-q-encoded-words.
14988
14989 2007-11-25  Romain Francoise  <romain@orebokech.com>
14990
14991         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14992
14993 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14994
14995         * tls.el (tls-program): Provide more custom choices from
14996         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14997         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14998
14999 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15002         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15003
15004         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15005         `nnmail-spool-file'.
15006
15007         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15008         `nnmail-spool-file'.
15009
15010         * gnus-move.el (gnus-change-server): Ditto.
15011
15012         * gnus-kill.el (gnus-batch-score): Ditto.
15013
15014         * gnus-cache.el (gnus-jog-cache): Ditto.
15015
15016         * gnus-msg.el (gnus-summary-reply):
15017         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15018
15019 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15022         version.  Minor improvement to doc strings.
15023         (tls-program): Add comment.
15024
15025 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15026
15027         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15028         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15029         mismatch between the hostname provided in the certificate and the name
15030         of the host connnecting to.
15031         (open-tls-stream): Use them.  Check certificates against trusted root
15032         certificates.
15033
15034 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * gnus-cache.el (gnus-cache-generate-nov-databases):
15037         Use nnml-generate-nov-databases-directory instead of
15038         nnml-generate-nov-databases-1.
15039
15040 2007-11-24  Glenn Morris  <rgm@gnu.org>
15041
15042         * message.el (message-tool-bar-retro): Update for rename
15043         mail_send.xpm->mail-send.xpm.
15044
15045 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15048         `smime-ldap-search' for Emacs 22 and up.
15049
15050 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15051
15052         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15053
15054         * message.el (message-send-mail-function): Fix error convention.
15055         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15056         (message-widen-reply, message-send-mail, message-talkative-question)
15057         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15058         (message-clone-locals, message-send-news): Use with-current-buffer.
15059         (message-insert-or-toggle-importance): Remove unused var `valid'.
15060         (message-make-references): Remove unused var `new-references'.
15061         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15062
15063 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15064
15065         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15066         (spam-split-symbolic-return-positive): Reflow docstring.
15067         (spam-backends, spam-summary-exit-behavior)
15068         (spam-mark-ham-unread-before-move-from-spam-group)
15069         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15070         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15071         (spam-clear-cache, spam-backend-check, spam-install-backend)
15072         (spam-install-statistical-backend, spam-list-of-processors)
15073         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15074         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15075         (spam-check-crm114, spam-initialize, spam-unload-hook):
15076         Fix typos in docstrings.
15077
15078 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15081         been checked if they have never been read and those group levels are
15082         higher than the one that a user specified.
15083
15084 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15087         foreign groups unless a group level is specified by a user.
15088         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15089
15090 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * message.el (message-send-mail-function): Require sendmail.
15093
15094 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * message.el (message-send-mail-function): Check for smtpmail too.
15097
15098         * utf7.el (utf7-encode, utf7-decode): Use coding system
15099         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15100
15101         * message.el (message-send-mail-function): New function.
15102         (message-send-mail-function): Set default using
15103         message-send-mail-function.  Adjust doc string.
15104         (message-send-mail-with-mailclient): New function.
15105
15106 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15107
15108         * smime.el (from):
15109         * rfc2047.el (message-posting-charset):
15110         * qp.el (mm-use-ultra-safe-encoding):
15111         * pop3.el (parse-time-months):
15112         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15113         * nnml.el (files):
15114         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15115         (jka-compr-compression-info-list, ange-ftp-path-format)
15116         (efs-path-regexp):
15117         * nndiary.el (files):
15118         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15119         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15120         (epg-digest-algorithm-alist, inhibit-redisplay)
15121         (password-cache-expiry):
15122         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15123         (pgg-output-buffer, password-cache-expiry):
15124         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15125         (efs-path-regexp):
15126         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15127         (inhibit-redisplay):
15128         * mm-uu.el (file-name, start-point, end-point, entry)
15129         (gnus-newsgroup-name, gnus-newsgroup-charset):
15130         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15131         (latin-unity-ucs-list):
15132         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15133         (mm-uu-binhex-decode-function):
15134         * message.el (gnus-message-group-art, gnus-list-identifiers)
15135         (rmail-enable-mime-composing, gnus-local-organization)
15136         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15137         (gnus-read-active-file, facemenu-add-face-function)
15138         (facemenu-remove-face-function, gnus-article-decoded-p)
15139         (tool-bar-mode):
15140         * mail-source.el (display-time-mail-function):
15141         * gnus-util.el (nnmail-pathname-coding-system)
15142         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15143         (gnus-original-article-buffer, gnus-user-agent)
15144         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15145         (xemacs-codename, sxemacs-codename, emacs-program-version):
15146         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15147         * gnus-start.el (gnus-agent-covered-methods)
15148         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15149         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15150         (gnus-newsgroup-headers, gnus-group-list-mode)
15151         (gnus-group-mark-positions, gnus-newsgroup-data)
15152         (gnus-newsgroup-unreads, nnoo-state-alist)
15153         (gnus-current-select-method, mail-sources)
15154         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15155         (nnmail-spool-file, gnus-cache-active-hashtb):
15156         * gnus-mh.el (mh-lib-progs):
15157         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15158         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15159         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15160         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15161         (gnus-group-buffer):
15162         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15163         (font-lock-set-defaults):
15164         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15165         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15166         (gnus-summary-post-menu, total-parts, type, condition, length):
15167         * gnus-agent.el (gnus-agent-read-agentview):
15168         * flow-fill.el (show-trailing-whitespace):
15169         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15170         eval-and-compile wrappers for byte compiler pacifiers.
15171
15172         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15173         (mm-display-inline-fontify): Check for featurep 'xemacs not
15174         extent-list.
15175
15176         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15177         itimer-list.
15178         (mm-create-image-xemacs): Only do something for XEmacs.
15179         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15180
15181         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15182
15183         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15184         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15185
15186 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15187
15188         * nnimap.el (nnimap-split-download-body):
15189         * gnus-demon.el (gnus-demon):
15190         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15191
15192 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15195         New macros.
15196         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15197         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15198         copy data from unibyte buffer to multibyte current buffer.
15199         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15200         to copy data from unibyte current buffer to multibyte buffer.
15201         (nntp-make-process-buffer): Make process buffer unibyte.
15202
15203         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15204
15205 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15206
15207         * pop3.el (pop3-open-server): Accept and process data more robustly at
15208         connection start to avoid spurious "POP SSL connection failed" errors.
15209
15210 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15213         read group names.
15214
15215 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15218
15219 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15222         (nnmail-save-active): Use a unibyte buffer when saving active file,
15223         which may contain non-ASCII group names.
15224
15225         * nnml.el (nnml-request-group): Decode group names in messages.
15226
15227 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * message.el (message-citation-line-function)
15230         (message-insert-formatted-citation-line): Fix spelling of
15231         `message-insert-formated-citation-line'.
15232
15233 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15236
15237 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15240         nnmail-pathname-coding-system.
15241
15242         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15243         that a user enters; decode group names in messages.
15244
15245         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15246
15247 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15248
15249         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15250
15251         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15252
15253         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15254         risky local variable.
15255
15256         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15257
15258 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * encrypt.el: Improve documentation to fix function name typo.
15261         Reported by Daiki Ueno <ueno@unixuser.org>.
15262
15263 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15266         even if the point is not in the last page of an article.
15267         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15268         back to the previous page.
15269
15270 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15271
15272         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15273
15274 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15277
15278 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15279
15280         * message.el (message-check-news-body-syntax):
15281         Avoid mm-string-as-multibyte.
15282         (message-hide-headers): Don't assume (point-min)==1.
15283
15284 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * message.el (message-remove-blank-cited-lines): Fix if remove is
15287         given.
15288         (message-bogus-address-regexp): New variable.
15289         (message-bogus-recipient-p): New function.
15290         (message-check-recipients): New command.
15291         (message-syntax-checks): Add `bogus-recipient'.
15292         (message-fix-before-sending): Add `bogus-recipient'.
15293
15294         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15295         (gnus-treat-body-boundary): Don't test window-system.
15296
15297 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15298
15299         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15300
15301 2007-10-28  Miles Bader  <miles@gnu.org>
15302
15303         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15304         at compile-time too.
15305
15306 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * gnus-msg.el (gnus-message-setup-hook):
15309         Add `message-remove-blank-cited-lines' to options.
15310
15311 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * message.el (message-remove-blank-cited-lines): New function.
15314         Suggested by Karl Plästerer.
15315
15316 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15319         mapc.
15320
15321         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15322         (top-level): Use mapc to set functions to be traced for debugging.
15323
15324         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15325         called for effect with while loop.
15326
15327         * message.el (message-talkative-question): Replace mapcar called for
15328         effect with mapc.
15329
15330         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15331         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15332         called for effect with dolist.
15333
15334         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15335
15336         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15337         gnus-extra-headers and nnmail-extra-headers.
15338
15339         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15340         called for effect with dolist.
15341         (top-level): Use mapc to set functions to be traced for debugging.
15342
15343         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15344         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15345         dolist.
15346
15347         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15348         Replace mapcar called for effect with mapc.
15349         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15350         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15351         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15352         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15353
15354         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15355         remove-if that's a cl function.
15356
15357         * webmail.el (webmail-debug): Replace mapcar called for effect with
15358         dolist.
15359
15360         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15361         with mapc.
15362
15363 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15366         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15367         with while loop.
15368
15369         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15370         functions from article-* functions.
15371         (gnus-multi-decode-header): Replace mapcar called for effect with
15372         dolist.
15373
15374         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15375         (gnus-bookmark-show-details): Replace mapcar called for effect with
15376         while loop.
15377
15378         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15379         called for effect with while loop.
15380
15381         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15382         with dolist.
15383
15384         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15385         Replace mapcar called for effect with dolist.
15386
15387         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15388
15389         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15390         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15391         Replace mapcar called for effect with dolist.
15392         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15393         mapc.
15394
15395         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15396         Replace mapcar called for effect with dolist.
15397         (gnus-topic-list): Replace mapcar called for effect with mapc.
15398
15399         * gnus.el: Use mapc instead of mapcar to add autoloads.
15400
15401 2007-10-23  Richard Stallman  <rms@gnu.org>
15402
15403         * gnus-group.el (gnus-group-highlight): Mark as risky.
15404
15405 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus.el (gnus-server-to-method): Return method found first in
15408         gnus-newsrc-alist.
15409
15410         * gnus-art.el (gnus-article-highlight-signature)
15411         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15412         button overlay without the front stickiness.
15413
15414 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15415
15416         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15417         overview buffer needed a catch to receive its throw.
15418         (gnus-agent-flush-cache): Declare as interactive to make this function
15419         easier to use.
15420
15421 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15424         `next-line'.
15425
15426 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15429         exclude address matching message-dont-reply-to-names.
15430
15431 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * gnus-util.el (gnus-string<): New function.
15434
15435         * gnus-sum.el (gnus-article-sort-by-author)
15436         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15437
15438 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15441         the frame-focus tag is set in gnus-buffer-configuration.
15442
15443 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15446         the front stickiness.
15447
15448 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15451         url pattern; remove duplicate one.
15452         (gnus-article-extend-url-button): New function.
15453         (gnus-article-add-buttons): Use it.
15454         (gnus-button-push): Use concatenated url that it makes.
15455
15456 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15457
15458         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15459
15460 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15461
15462         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15463         Don't hardcode point-min==1.
15464
15465 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15468         Fix comment about "iso8859-1".
15469
15470 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15471
15472         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15473         ones returned from the verify-function.
15474
15475         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15476         Call mml2015-extract-cleartext-signature if extraction failed.
15477
15478 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15479
15480         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15481         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15482         failed.
15483
15484 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15487
15488 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15491         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15492         recommends to use EasyPG instead of PGG.
15493
15494         * pgg.el: Revert to revision 6.23.2.16.
15495
15496         * pgg-def.el: Revert to revision 6.6.2.14.
15497
15498         * pgg-gpg.el: Revert to revision 6.23.2.34.
15499
15500 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15501
15502         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15503         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15504         thread for both the null and zero (kill/expire thread) universal prefix
15505         cases.
15506         (gnus-summary-expire-thread): Add new function to expire a thread,
15507         using gnus-summary-kill-thread.
15508         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15509         shortcuts for gnus-summary-expire-thread.
15510         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15511         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15512
15513 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15516         extras value, so an extras entry can be deleted.
15517         (gnus-registry-delete-extra-entry): Use it.
15518         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15519         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15520         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15521         storage through the gnus-registry, and provide an appropriate API for
15522         it.
15523
15524 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15527         Suggested by Leo <sdl.web@gmail.com>.
15528
15529         * gnus.el: Do.
15530
15531 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15534         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15535
15536         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15537
15538         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15539         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15540
15541 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15544         newline.
15545         (nnmbox-request-accept-article): Don't change article in source buffer;
15546         narrow to header to use message-fetch-field rather than
15547         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15548         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15549         as delimiters; make sure article ends with newline.
15550         (nnmbox-delete-mail): Correct last position of article to be deleted;
15551         ignore X-Gnus-Newsgroup header in article body.
15552         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15553         positions; make sure article ends with newline.
15554
15555         * message.el (message-display-abbrev): Don't infloop when a user
15556         inserts SPC in the beginning of header.
15557
15558         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15559         coding-system-for-read and coding-system-for-write for XEmacs having no
15560         file-coding feature.
15561
15562         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15563
15564 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15565
15566         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15567         list of groups not followed by default.  Fix type to be regexp.
15568         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15569
15570 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15571
15572         * hmac-def.el (define-hmac-function): Switch from old-style to
15573         new-style backquotes.
15574
15575         * md4.el (md4-make-step): Likewise.
15576
15577 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15580         raw-text coding system when saving .newsrc file, which may contain
15581         non-ASCII group names.
15582
15583 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-cus.el (gnus-score-extra): New widget.
15586         (gnus-score-extra-convert): New function.
15587         (gnus-score-customize): Use it for Extra.
15588
15589 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15590
15591         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15592         (mml2015-mailcrypt-clear-verify): Use it.
15593         (mml2015-gpg-clear-verify): Use it.
15594         (mml2015-pgg-clear-verify): Use it.
15595         (mml2015-epg-clear-verify): Replace the current part with the output
15596         from GnuPG; don't extract the plaintext by itself.
15597
15598         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15599         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15600         mml2015-clear-verify-function; don't touch the armor headers or
15601         dash-escaped text here.
15602
15603 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15606         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15607         parts, or application/octet-stream as a last resort.
15608         (gnus-mime-view-part-as-type): Don't toggle display.
15609         (gnus-mime-view-part-as-charset): Don't turn off display before
15610         querying charset.
15611
15612         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15613         stuff to undisplayer function in Emacs.
15614         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15615
15616         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15617         text/calendar parts.
15618
15619 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15622         decoding text/calendar parts.
15623
15624         * message.el (message-forward-make-body-mime): Always mark body as
15625         having no illegible text; remove signed-or-encrypted argument.
15626         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15627
15628         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15629         (mml-generate-mime-1): Don't encode body if it is specified to be in
15630         raw form; don't make buffer be unibyte when inserting multibyte string.
15631
15632 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15633
15634         * sha1.el: Fix up comment style.
15635         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15636         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15637
15638         * hex-util.el: Fix up comment style.
15639         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15640
15641         * gnus-salt.el: Use with-current-buffer.
15642         (gnus-pick-setup-message): Fix long-standing typo.
15643
15644 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * imap.el (imap-logout-timeout): New variable.
15647         (imap-logout, imap-logout-wait): New functions.
15648         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15649
15650         * nnimap.el (nnimap-logout-timeout): New server variable.
15651         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15652         nnimap-logout-timeout.
15653
15654         * gnus-art.el (gnus-article-summary-command-nosave)
15655         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15656
15657 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus.el (gnus-maximum-newsgroup): New variable.
15660
15661         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15662         according to gnus-maximum-newsgroup.
15663
15664         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15665         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15666         Limit the range of articles according to gnus-maximum-newsgroup.
15667
15668 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15669
15670         * gnus-art.el (gnus-sticky-article): Fix problems described in
15671         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15672         Don't perform gnus-configure-windows here; reuse existing sticky
15673         article buffer.
15674
15675         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15676         it doesn't exist in gnus-article-mode.
15677
15678 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15681         (gnus-agent-decoded-group-name): New function.
15682         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15683         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15684
15685 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15686
15687         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15688         Add binding for gnus-sticky-article.
15689         (gnus-summary-exit): Don't kill sticky article buffers.
15690
15691         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15692         article buffer.
15693         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15694         (gnus-kill-sticky-article-buffers): New commands.
15695
15696 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * nntp.el (nntp-xref-number-is-evil): New server variable.
15699         (nntp-find-group-and-number): If it is non-nil, don't trust article
15700         numbers in the Xref header.
15701
15702 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-agent.el (gnus-agent-read-group): New function.
15705         (gnus-agent-flush-group, gnus-agent-expire-group)
15706         (gnus-agent-regenerate-group): Use it.
15707         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15708         nnmail-pathname-coding-system.
15709
15710 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15713
15714         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15715         that are unread as unread, and also as selected so that information of
15716         marks having been changed by a user may be updated when exiting group.
15717
15718 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15721
15722 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15725         calculated ignoring signature parts to gnus-treat-article.
15726
15727 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15730         a point here in order to keep the window start.
15731         (gnus-insert-mime-security-button): Make a button overlay without the
15732         front stickiness.
15733         (gnus-mime-display-security): Goto the end of a button.
15734
15735         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15736
15737 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15740         group-name-at-point.
15741         (gnus-group-completing-read): New function that offers decoded
15742         non-ASCII group names for completion.
15743         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15744         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15745         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15746         (gnus-group-fetch-control): Use it.
15747         (gnus-fetch-group): Use group-name-at-point for the initial value
15748         rather than the default value; use gnus-alive-p.
15749
15750         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15751         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15752         (gnus-summary-post-news): Use gnus-group-completing-read.
15753
15754         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15755         (gnus-read-move-group-name): Decode group name for completion.
15756
15757 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15758
15759         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15760         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15761         Yamaoka slightly modified the code).
15762
15763 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15766         (nnmail-split-incoming): Bind it.
15767
15768         * nnml.el (nnml-group-name-charset): New function.
15769         (nnml-decoded-group-name): Use it; don't decode group name if
15770         nnmail-group-names-not-encoded-p is non-nil.
15771         (nnml-encoded-group-name): New function.
15772         (nnml-group-pathname): Inline nnml-decoded-group-name.
15773         (nnml-request-expire-articles): Decode group name in message.
15774         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15775         nnmail-pathname-coding-system.
15776         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15777         not decoded ones according to nnmail-group-names-not-encoded-p.
15778         (nnml-generate-active-info): Use nnml-encoded-group-name.
15779
15780 2007-08-08  Glenn Morris  <rgm@gnu.org>
15781
15782         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15783         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15784         doc-strings and comments.
15785
15786 2007-07-25  Glenn Morris  <rgm@gnu.org>
15787
15788         * Relicense all FSF files to GPLv3 or later.
15789
15790 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-sum.el (gnus-summary-move-article):
15793         Make gnus-summary-respool-article work.
15794
15795 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15798         string.
15799
15800 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15801
15802         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15803         that should be ignored when comparing distant RSS articles with local
15804         ones.
15805         (nnrss-make-hash-index): New function.  Create a hash index according
15806         to the ignored fields.
15807         (nnrss-check-group): Use it.
15808
15809 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15812
15813         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15814
15815         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15816         the new optional argument ENCODED is non-nil.
15817         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15818         coding system for encoding group name.
15819         (gnus-group-make-rss-group): Pass un-encoded group name to
15820         gnus-group-make-group.
15821         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15822         encoded.
15823
15824         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15825         Encode group name to which articles are moved or copied.
15826         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15827         coding system for encoding Newsgroup, Followup-To and Xref headers.
15828
15829         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15830         marks; use nnheader-file-coding-system to write a file.
15831         (nnagent-retrieve-headers): Bind file-name-coding-system to
15832         nnmail-pathname-coding-system.
15833
15834         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15835
15836         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15837         (nnml-request-article, nnml-request-create-group)
15838         (nnml-request-rename-group, nnml-find-id)
15839         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15840         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15841         (nnml-save-marks): Use nnml-group-pathname instead of
15842         nnmail-group-pathname.
15843
15844         (nnml-request-create-group, nnml-request-expire-articles)
15845         (nnml-request-move-article, nnml-request-delete-group)
15846         (nnml-deletable-article-p, nnml-possibly-create-directory)
15847         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15848         (nnml-open-marks): Bind file-name-coding-system to
15849         nnmail-pathname-coding-system.
15850
15851         (nnml-request-article): Pass server argument to nnml-find-group-number.
15852         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15853         Pass server argument to nnml-possibly-create-directory.
15854         (nnml-request-accept-article): Pass server argument to
15855         nnml-active-number and nnml-save-mail.
15856         (nnml-find-group-number): Pass server argument to nnml-find-id.
15857         (nnml-request-update-info): Pass server argument to
15858         nnml-marks-changed-p.
15859
15860         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15861         (nnml-save-mail, nnml-active-number): Add server argument.
15862
15863         (nnml-request-delete-group): Warn if group is missing.
15864         (nnml-get-nov-buffer): Decode group name.
15865         (nnml-generate-active-info): Encode group name.
15866         (nnml-open-marks): Decode group name in messages.
15867
15868 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15871         if it is not specified.
15872         (gnus-article-pipe-part, gnus-article-save-part)
15873         (gnus-article-interactively-view-part, gnus-article-copy-part)
15874         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15875         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15876         (gnus-article-replace-part, gnus-article-delete-part)
15877         (gnus-article-view-part-as-type): Pass raw prefix argument to
15878         gnus-article-part-wrapper.
15879
15880 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * gnus-agent.el (gnus-agent-save-active):
15883         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15884
15885         * gnus-cache.el (gnus-cache-save-buffers)
15886         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15887         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15888         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15889         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15890         (gnus-cache-generate-active, gnus-cache-rename-group)
15891         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15892         (gnus-cache-update-overview-total-fetched-for):
15893         Bind file-name-coding-system to nnmail-pathname-coding-system.
15894         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15895         New variables.
15896         (gnus-cache-decoded-group-name): New function.
15897         (gnus-cache-file-name): Use it.
15898         (gnus-cache-generate-active): Use non-decoded group name for active.
15899
15900         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15901         right place.
15902         (gnus-write-active-file): Don't break non-ASCII group names.
15903
15904         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15905         nnmail-pathname-coding-system.
15906
15907         * lpath.el: Bind default-file-name-coding-system,
15908         file-name-coding-system and language-info-alist for XEmacs.
15909
15910         * gnus-uu.el (gnus-uu-decode-save): Typo.
15911
15912 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15915
15916 2007-07-14  David Kastrup  <dak@gnu.org>
15917
15918         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15919         finishing actions if we did not edit the article.
15920
15921 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15924         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15925         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15926         (gnus-agent-flush-group, gnus-agent-flush-cache)
15927         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15928         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15929         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15930         (gnus-agent-regenerate-group)
15931         (gnus-agent-update-files-total-fetched-for)
15932         (gnus-agent-update-view-total-fetched-for):
15933         Bind file-name-coding-system to nnmail-pathname-coding-system.
15934         (gnus-agent-group-pathname): Don't encode file names by
15935         nnmail-pathname-coding-system.
15936         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15937         coding-system-for-write instead of buffer-file-coding-system to
15938         gnus-agent-file-coding-system.
15939
15940         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15941         Decode group name.
15942
15943         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15944
15945         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15946         (gnus-read-newsrc-el-file): Make group names unibyte.
15947
15948         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15949         nnmail-pathname-coding-system.
15950
15951         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15952         (nnrss-request-delete-group): Bind file-name-coding-system to
15953         nnmail-pathname-coding-system.
15954         (nnrss-read-server-data, nnrss-read-group-data):
15955         Bind file-name-coding-system correctly.
15956         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15957
15958         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15959         (nntp-server-to-method-cache): New variable.
15960         (nntp-group-pathname): New function that decodes non-ASCII group names.
15961         (nntp-possibly-create-directory, nntp-marks-changed-p)
15962         (nntp-save-marks, nntp-open-marks): Use it.
15963         (nntp-possibly-create-directory, nntp-open-marks):
15964         Bind file-name-coding-system to nnmail-pathname-coding-system.
15965         (nntp-open-marks): Decode group names when bootstrapping marks.
15966
15967         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15968         Newsgroups and Followup-To headers.
15969
15970 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15971
15972         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15973         (gnus-server-closed-face, gnus-server-denied-face)
15974         (gnus-server-offline-face): Remove variable.
15975         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15976
15977         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15978         of modifying message-stack directly for XEmacs.
15979
15980         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15981         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15982         if the coding-system argument is nil for XEmacs.
15983
15984         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15985         mm-charset-override-alist.
15986
15987         * rfc2047.el: Don't require base64; require rfc2045 for the function
15988         rfc2045-encode-string.
15989         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15990         to quote the parameter value.
15991
15992 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15995         form in gnus-group-name-charset-method-alist.
15996
15997         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15998         overrides the default layout edit-form.
15999
16000         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16001
16002         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16003
16004 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16007         as unfetched articles.
16008
16009 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16012
16013 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16016         original back end that keeps marks in the local system.
16017
16018 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16021         arg of pop-to-buffer for XEmacs.
16022         (gnus-article-read-summary-keys): Ditto; don't restore window
16023         configuration if summary command ends up with neither article buffer
16024         nor summary buffer; describe bindings if summary keys end with C-h.
16025
16026 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * message.el (message-fix-before-sending): Skip raw message part to be
16029         forwarded while checking illegible text.
16030         (message-forward-make-body-mime, message-forward-make-body):
16031         Mark signed or encrypted raw message as having no illegible text.
16032
16033 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16036         (gnus-message-with-timestamp-1): New macro.
16037         (gnus-message-with-timestamp): New function.
16038         (gnus-message): Use them.
16039
16040         * nnheader.el (nnheader-message): Use them.
16041
16042 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16043
16044         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16045         .newsrc.eld file.
16046
16047 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * gnus-agent.el (gnus-agent-fetch-headers)
16050         (gnus-agent-retrieve-headers):
16051         Bind gnus-decode-encoded-address-function to identity.
16052
16053         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16054         available also when the server returns simply a dot.
16055
16056         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16057
16058 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16061
16062 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-ems.el (gnus-x-splash): Make it work.
16065
16066         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16067         from being used.
16068
16069         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16070
16071 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16074         4th and the 5th arguments.
16075
16076         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16077         the front stickiness.
16078         (gnus-article-summary-command-nosave): Correct the order of the
16079         arguments passed to pop-to-buffer.
16080         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16081         summary command ends up with the article buffer.
16082
16083         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16084         the same faces.
16085
16086 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16087
16088         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16089
16090 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16091
16092         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16093         * gnus-sum.el (gnus-summary-highlight):
16094         * pgg.el (pgg-sign-region, pgg-sign):
16095         * mail-source.el (mail-source-delete-old-incoming-confirm):
16096         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16097
16098 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-art.el (gnus-mime-view-part-externally)
16101         (gnus-mime-view-part-internally): Fix predicate function passed to
16102         completing-read.
16103
16104         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16105
16106         * gnus.el (gnus-update-message-archive-method): Add :version.
16107
16108 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * gnus.el (gnus-update-message-archive-method): New variable.
16111
16112         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16113         according to gnus-message-archive-method if
16114         gnus-update-message-archive-method is non-nil.
16115
16116 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16119         Suggested by Loic Dachary <loic@dachary.org>.
16120         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16121
16122 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * message.el (message-pop-to-buffer): Add switch-function argument.
16125         (message-mail): Pass switch-function argument to it.
16126
16127 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16130         Improve doc string.
16131
16132 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16135         (gnus-header-content):
16136         * gnus-cite.el (gnus-cite-10):
16137         * gnus-srvr.el (gnus-server-closed):
16138         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16139         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16140         (gnus-group-mail-3-empty, gnus-group-mail-low)
16141         (gnus-group-mail-low-empty, gnus-splash):
16142         * message.el (message-header-to, message-header-cc)
16143         (message-header-subject, message-header-other, message-header-name)
16144         (message-header-xheader, message-separator, message-cited-text)
16145         (message-mml): Lighten colors of faces used for dark background.
16146
16147 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16148
16149         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16150         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16151
16152 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * message.el (message-narrow-to-headers-or-head):
16155         Ignore mail-header-separator in the body.
16156
16157 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16160         same as window size.
16161
16162 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16163
16164         * message.el (message-font-lock-keywords): Use message-header-xheader
16165         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16166         ahead of the anything pattern, to get it recognized.
16167
16168 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16171         spam.el loads uses it in the compiled defadvice form.
16172
16173 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16174
16175         * gnus-sum.el (gnus-articles-to-read)
16176         (gnus-summary-insert-old-articles): Don't truncate group name for
16177         `read-string'.
16178
16179         * gnus-util.el (gnus-limit-string): Delete this function.
16180
16181         * gnus-sum.el (gnus-simplify-subject-fully):
16182         Use `truncate-string-to-width' instead.
16183
16184 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16185
16186         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16187         Tell if, on summary exit, the next group has to be selected.
16188         (gnus-summary-exit): Use it.
16189
16190 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16193         non-break space.
16194
16195 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16198         Check if group is not a directory.
16199         (nnfolder-request-expire-articles): Don't delete articles if the target
16200         group is not available.
16201
16202         * nnml.el (nnml-request-create-group): Properly check if group is not a
16203         file.
16204         (nnml-request-expire-articles): Don't delete articles if the target
16205         group is not available.
16206
16207         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16208         Don't quote characters that are within parentheses.
16209
16210 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16213         (gnus-handle-ephemeral-exit): Select article according to it.
16214
16215 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * message.el (message-insert-formated-citation-line): Remove newline.
16218         (message-citation-line-format): Add final \n here so that the user can
16219         avoid a blank line.
16220
16221 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16222
16223         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16224         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16225         Update lanl/arXiv support.
16226
16227 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus.el: Bump version number.
16230
16231 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16232
16233         * gnus.el (gnus-version-number): Bump version.
16234
16235 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16236
16237         * gnus.el: No Gnus v0.6 is released.
16238
16239 2007-04-27  Didier Verna  <didier@xemacs.org>
16240
16241         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16242         * gmm-utils.el (gmm-regexp-concat): ... here.
16243         * message.el: Don't require 'gnus-util.
16244         (message-dont-reply-to-names): Handle name change above.
16245         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16246
16247 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16250         since the initial value varies according to the system.
16251
16252 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16255
16256 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16257
16258         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16259
16260 2007-04-24  Didier Verna  <didier@xemacs.org>
16261
16262         Improve the type of gnus-ignored-from-addresses.
16263         * gnus-util.el (gnus-orify-regexp): New function.
16264         * message.el (gnus-util): Require it.
16265         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16266         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16267         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16268
16269 2007-04-24  Didier Verna  <didier@xemacs.org>
16270
16271         * gnus-sum.el:
16272         * gnus-utils.el: Fix some trailing whitespaces.
16273
16274 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16277         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16278         article's Message-ID; refer parent article in summary buffer.
16279
16280         * message.el (message-bounce): Call mime-to-mml.
16281
16282         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16283         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16284         optimize and/or forms properly.
16285
16286 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16289         URL.
16290
16291 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16294
16295 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16298         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16299         displayed of multipart/alternative part if it is invoked from summary
16300         buffer.
16301
16302         * mm-view.el (mm-inline-text-html-render-with-w3m)
16303         (mm-inline-text-html-render-with-w3m-standalone)
16304         (mm-inline-render-with-function): Use mail-parse-charset by default.
16305
16306 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16307
16308         * parse-time.el (parse-time-string-chars): Check if CHAR
16309         is less than the length of parse-time-syntax.
16310
16311 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16314         from gnus-newsgroup-processable.
16315
16316 2007-04-16  Didier Verna  <didier@xemacs.org>
16317
16318         * gnus-msg.el (gnus-configure-posting-styles):
16319         Handle message-signature-directory properly with :file syntax.
16320         Reported by "Leo".
16321
16322 2007-04-11  Didier Verna  <didier@xemacs.org>
16323
16324         New user option: message-signature-directory.
16325         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16326         * message.el (message-insert-signature): Ditto.
16327         * message.el (message-signature-file): Doc update.
16328         * message.el (message-signature-directory): New.
16329
16330 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * gnus-msg.el (gnus-inews-yank-articles):
16333         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16334
16335 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * message.el (message-yank-original): Make sure cited text ends with
16338         newline; don't exchange point and mark.
16339
16340 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16341
16342         * tls.el (open-tls-stream): Properly handle case where there
16343         is no associated buffer.
16344
16345 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16346
16347         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16348         message-yank-original, make sure (< mark TEXT point).
16349
16350 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16351
16352         * message.el (message-fill-column): New variable.
16353         (message-mode): Use it.  Add comment on a possible new hook.
16354
16355         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16356         (nnmail-get-new-mail): Reformat.
16357
16358         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16359
16360         * gmm-utils.el: Fix Commentary.
16361         (gmm-tool-bar-from-list): Fix typo in doc string.
16362
16363 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16364
16365         * message.el (message-yank-original): Don't switch point and mark
16366         unnecessarily to put point and mark as documented.
16367
16368 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16369
16370         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16371         from the message heads.
16372
16373 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16374
16375         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16376         article buffer does not have a window.  This may not be the best
16377         solution but is certainly better than setting the start of the null,
16378         that is the current, window.
16379
16380 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16381
16382         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16383         (gnus-draft-setup): Run it.
16384
16385         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16386         gnus-score-fast-scoring.  Allow regexp.
16387         (gnus-score-headers): Use it.
16388
16389         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16390         XEmacs.
16391
16392         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16393         string.
16394         (gnus-button-alist): Also catch `<f1> k ...'.
16395         (gnus-treat-display-x-face): Fix doc string.
16396
16397 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16398
16399         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16400         evaluation of gnus-extended-version to ensure correct generation of the
16401         User-Agent header when message-generate-headers-first is used.
16402
16403 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16404
16405         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16406         hashcash-path is nil.  Don't call callback with incorrect number of
16407         parameters if val is 0.
16408
16409 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16410
16411         * message.el (message-required-news-headers):
16412         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16413
16414 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16415
16416         * tls.el (open-tls-stream): In handshake-waiting loop,
16417         don't wait more if there is output available to process.
16418
16419 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16420
16421         * tls.el (tls-program): Doc fix.
16422
16423 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * message.el (message-generate-new-buffers): Change the meaning of the
16426         nil value; add `standard' to the choices; treat t as `unique'; improve
16427         doc string.
16428         (gnus-select-frame-set-input-focus): Autoload.
16429         (message-buffer-name): Search for the existing message buffer if
16430         message-generate-new-buffers is nil or `standard'; treat the value t of
16431         message-generate-new-buffers as `unique'.
16432         (message-pop-to-buffer): Raise the frame already displaying the message
16433         buffer; clear the echo area after querying.
16434         (message-setup): Pass the `continue' argument to compose-mail.
16435         (message-mail): Prefer `switch-function' if it is given; search for the
16436         existing message buffer if the `continue' argument is non-nil; pass
16437         continue and switch-function arguments to compose-mail by way of
16438         message-setup.
16439         (message-mail-other-window): Adjust argument of message-setup.
16440         (message-mail-other-frame): Ditto.
16441
16442 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16445         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16446         to turn font-lock on when turning gnus-message-citation-mode on.
16447
16448 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16449
16450         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16451         (mml-smime-function-alist): New variable; add epg as the backend.
16452         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16453         mml-smime- functions instead.
16454         * mm-view.el: Require smime.
16455
16456 2007-03-05  Didier Verna  <didier@xemacs.org>
16457
16458         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16459         instead of just inheritance for posting styles.
16460         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16461
16462 2007-02-24  Chris Moore  <dooglus@gmail.com>
16463
16464         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16465         * pgg-pgp.el (pgg-pgp-encrypt-region):
16466         * pgg-gpg.el (pgg-gpg-encrypt-region):
16467         Check pgg-encrypt-for-me if no other recipients.
16468
16469 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16470
16471         * tls.el (tls-certtool-program): Fix custom type.
16472
16473 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16476         and point-at-eol instead of line-(beginning|end)-position.
16477
16478         * assistant.el (assistant-parse-buffer): Ditto.
16479
16480         * netrc.el (netrc-parse-services): Ditto.
16481
16482 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16483
16484         * mml2015.el (mml2015-epg-find-usable-key): New function.
16485         (mml2015-epg-sign): Use it.
16486         (mml2015-epg-encrypt): Use it.
16487
16488 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * message.el (message-make-in-reply-to): Quote name containing
16491         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16492         if there are special characters.  Reported by NAKAJI Hiroyuki
16493         <nakaji@jp.freebsd.org>.
16494
16495 2007-02-27  Didier Verna  <didier@xemacs.org>
16496
16497         Include the group parameters as well as the topic ones in the
16498         inheritance filter process.
16499         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16500         argument GROUP-PARAMS-LIST.
16501         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16502
16503 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * nntp.el (nntp-never-echoes-commands)
16506         (nntp-open-connection-functions-never-echo-commands): New variables.
16507         (nntp-send-command): Use them.
16508
16509 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16510
16511         * mml2015.el (mml2015-epg-verify): Simplify.
16512
16513 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * mml.el (mml-content-disposition-alist): New user option.
16516         (mml-content-disposition): New function.
16517         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16518         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16519
16520 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16521
16522         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16523         verification.
16524
16525 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16526
16527         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16528         articles posted in the last 24 hours.
16529
16530 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16531
16532         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16533
16534 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16535
16536         * nntp.el (nntp-send-command): Don't wait for echoes when
16537         nntp-open-ssl-stream is used.
16538
16539 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16542         (gnus-message-add-citation-keywords)
16543         (gnus-message-remove-citation-keywords): Remove.
16544         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16545         directly, make the variables in font-lock-defaults buffer-local, add
16546         gnus-message-citation-keywords to them and then update the value of
16547         font-lock-keywords.
16548
16549 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * message.el (message-cite-original-1): Don't call
16552         gnus-article-highlight-citation.
16553
16554         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16555         citations; fix line count.
16556
16557 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16560         (gnus-message-add-citation-keywords)
16561         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16562         versions of font-lock-add-keywords and font-lock-remove-keywords to
16563         work with XEmacs correctly.
16564
16565 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * gnus-cite.el (gnus-cite-face-list): Set the values of
16568         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16569         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16570         (gnus-message-cite-prefix-regexp): New variable.
16571         (gnus-message-search-citation-line): Use it; protect against long
16572         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16573         the 0th match data for Emacs.
16574         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16575         (gnus-message-add-citation-keywords): Append keywords rather than
16576         prepending; emulate font-lock-add-keywords if it is not available.
16577         (gnus-message-remove-citation-keywords):
16578         Emulate font-lock-remove-keywords if it is not available.
16579
16580         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16581
16582         * message.el (message-cite-prefix-regexp): Set the value of
16583         gnus-message-cite-prefix-regexp.
16584
16585 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16586
16587         * nnweb.el (nnweb-google-parse-1): Update parser.
16588
16589 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16590
16591         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16592
16593 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16594
16595         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16596         regexp.
16597
16598 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16601         string-to-multibyte.
16602         (uudecode-decode-region-internal): Use it.
16603
16604         * lpath.el: Fbind string-as-multibyte for XEmacs.
16605
16606 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16609         Fix custom choice.
16610
16611         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16612
16613 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16614
16615         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16616
16617         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16618         `write-region' to respect `mm-inhibit-file-name-handlers'.
16619
16620 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16623         Use gnus-home-directory instead of "~/" or "$HOME".
16624
16625 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16626
16627         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16628         to mention filename.
16629         Add comments at beginning regarding usage.
16630         (encrypt-write-file-contents): Change interactive so a string is
16631         acceptable.  If the file has no associated model, show an error instead
16632         of a nonsense prompt.
16633
16634 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16635
16636         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16637         Thanks to Yoshihiko Yamada for kind notification of this typo.
16638
16639 2007-01-12  Kenichi Handa  <handa@m17n.org>
16640
16641         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16642         multibyte buffer.
16643
16644 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * gnus-score.el (gnus-score-fast-scoring): New variable.
16647         (gnus-score-headers): Use it.
16648
16649         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16650
16651         * message.el (message-cite-original-1):
16652         Call gnus-article-highlight-citation if requested.
16653         (message-make-from): Allow name and address as optional arguments.
16654
16655         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16656
16657         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16658         bugs to doc string.
16659         (gnus-button-alist): Add mid\\|message-id.
16660         (gnus-button-fetch-group): Extend for use in
16661         `browse-url-browser-function'.
16662         (gnus-button-url-regexp): Try to catch paired parentheses like in
16663         Wikipedia URLs.
16664
16665         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16666         Suggested by Simon Krahnke <overlord@gmx.li>.
16667
16668 2007-01-13  Romain Francoise  <romain@orebokech.com>
16669
16670         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16671         Update copyright.
16672
16673 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16674
16675         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16676
16677 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * gnus-registry.el (gnus-registry-unfollowed-groups)
16680         (gnus-registry-split-fancy-with-parent): Fix documentation.
16681
16682 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16683
16684         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16685         from nnweb groups.
16686
16687 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16688
16689         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16690         Xref urls.  Erase buffer before requesting head.
16691
16692         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16693
16694 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16697         customizable.
16698
16699 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16700
16701         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16702         no signing key is found.
16703         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16704         no encrypting and/or signing key is found.
16705
16706 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16709
16710 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16711
16712         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16713         headers read from disk with the ones newly found in the current search.
16714         This should no longer cause problems, because the article numbers in
16715         Gmane's `nov.php' output are ignored since the previous change.
16716
16717 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16718
16719         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16720
16721 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16724         replace-regexp-in-string; bind url-version; fbind display-images-p and
16725         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16726         find-face and set-itimer-function for Emacs; bind itimer-list for
16727         Emacs.
16728
16729         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16730
16731 2007-01-01  Romain Francoise  <romain@orebokech.com>
16732
16733         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16734
16735 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16736
16737         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16738         `define-minor-mode' macro definition expanded properly.
16739         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16740         exclude it there.
16741
16742         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16743         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16744         `fboundp' test.
16745         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16746         This is OK to autoload in (S)XEmacs now.
16747
16748 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16749
16750         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16751         keystroke.
16752         (gnus-summary-limit-to-singletons): Fix typo.
16753
16754         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16755         else fails.
16756
16757 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16758
16759         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16760         docstring.
16761
16762         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16763         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16764         (gnus-summary-insert-dormant-articles): Fix typo in message.
16765
16766 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16769         nil for XEmacs.
16770         (gnus-message-citation-mode): Don't autoload in XEmacs.
16771
16772         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16773
16774 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16775
16776         * nnimap.el (nnimap-expunge-search-string):
16777         Mention nnimap-search-uids-not-since-is-evil in docstring.
16778
16779 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16780
16781         * spam.el: Revert to make-obsolete-variable because
16782         define-obsolete-variable-alias is not supported in Emacs 21.
16783
16784         * spam.el (spam-ifile-path, spam-ifile-database-path)
16785         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16786         make-obsolete-variable.
16787         (spam-bsfilter-path, spam-bsfilter-program)
16788         (spam-spamassassin-path, spam-spamassassin-program)
16789         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16790         Don't use "path" inappropriately.
16791         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16792         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16793         variable names.
16794
16795 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16796
16797         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16798         summary buffer.
16799
16800         * password.el (password-cache-remove): Use clear-string to burn
16801         password, if available.
16802
16803 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16804
16805         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16806
16807         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16808
16809         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16810         (gnus-message-highlight-citation): Move defcustom here from
16811         gnus-cite.el.
16812         (gnus-message-citation-mode): Autoload.
16813
16814         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16815         checks to make it compile with XEmacs.
16816         (gnus-message-citation-mode): New minor mode.
16817         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16818         (gnus-message-highlight-citation): New variables.
16819         (gnus-message-search-citation-line)
16820         (gnus-message-add-citation-keywords)
16821         (gnus-message-remove-citation-keywords)
16822         (turn-on-gnus-message-citation-mode)
16823         (turn-off-gnus-message-citation-mode): New functions.
16824
16825 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16826
16827         * gnus-cite.el: Enable highlighting of different citation levels in
16828         message-mode.
16829
16830 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * message.el (message-make-fqdn): Fix comment.
16833         (message-bogus-system-names): Add ".local".
16834
16835         * spam.el (spam-ifile-path, spam-ifile-program)
16836         (spam-ifile-database-path, spam-ifile-database)
16837         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16838         Don't use "path" inappropriately.
16839         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16840         strings.
16841         (spam-check-ifile, spam-ifile-register-with-ifile)
16842         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16843         Use new variable names.
16844
16845         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16846         (gnus-treat-display-smileys): Simplify using
16847         gnus-image-type-available-p.
16848
16849         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16850         available.
16851
16852         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16853         Use `display-images-p' if available.
16854
16855 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16858         one after turning on the buffer's multibyteness instead of decoding
16859         them directly in the unibyte buffer that causes unexpected conversion
16860         in Emacs 23 (unicode).
16861
16862 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16863
16864         * message.el (message-generate-hashcash): Fix custom type.
16865
16866 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16867
16868         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16869
16870 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16873         disconnect icons.  Add help text.
16874
16875 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16878         negated to be consistent with the others we handle.
16879
16880 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16881
16882         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16883         version of gnus-summary-buffer to something, so that we can use two
16884         article buffers at the same time.
16885
16886 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16889         trigger all the extra headers.
16890         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16891         sorting.
16892
16893 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16894
16895         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16896         solid groups.
16897
16898 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16899
16900         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16901
16902 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * legacy-gnus-agent.el: Add Copyright notice.
16905
16906 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16907
16908         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16909
16910 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16911
16912         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16913
16914         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16915         to make it work reliably in CVS Emacs.
16916         (gnus-summary-limit-strange-charsets-predicate)
16917         (gnus-summary-limit-to-predicate): New functions.
16918
16919 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16920
16921         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16922         specifying array size.
16923         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16924         array if it is too small.
16925         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16926         (gnus-sort-threads-loop): New function.
16927
16928 2006-12-06  Chris Moore  <dooglus@gmail.com>
16929
16930         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16931         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16932
16933 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16934
16935         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16936         options.
16937
16938 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16939
16940         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16941         DOS-ing the recipient.
16942
16943         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16944         the headers when creating the mapping to avoid mismappings.
16945         (nnweb-gmane-create-mapping): Always nix out old mapping.
16946
16947 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16950         and mm-verify-option to never.
16951
16952 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * message.el (message-signed-or-encrypted-p): New function.
16955         (message-forward-make-body): Use it.
16956
16957         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16958         Replace encode-coding-string with mm-encode-coding-string.
16959
16960 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * nneething.el (nneething-decode-file-name):
16963         Replace decode-coding-string with mm-decode-coding-string.
16964
16965         * gnus-int.el (gnus-open-server): Say failed server's name.
16966
16967 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16968
16969         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16970         strings to a single string.  Quote `errors-file-name'.
16971         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16972         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16973         Adjust calls.  Use `shell-quote-argument'.
16974
16975 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16976
16977         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16978         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16979
16980         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16981         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16982         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16983         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16984         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16985         (gnus-subscribe-newsgroup, gnus-1):
16986         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16987         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16988         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16989         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16990
16991 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16992
16993         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16994         keystroke.
16995         (gnus-summary-limit-to-bodies): Implement headersp.
16996
16997 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16998
16999         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17000
17001 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17004
17005 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17006
17007         * message.el (message-generate-hashcash): Expand range of values to
17008         include `opportunistic'.
17009         (message-send-mail): Use it.
17010
17011 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17012
17013         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17014         and comment it.
17015
17016         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17017
17018 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * gnus-util.el (gnus-extract-address-components): Improve comment.
17021
17022 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-util.el (gnus-extract-address-components): Work with address in
17025         which the name portion contains @.
17026
17027         * lpath.el: Fbind custom-autoload.
17028
17029 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17030
17031         * gnus.el (gnus-start): Move custom group up.
17032         (gnus-select-method): Don't autoload, but make it available for
17033         `customize-variable'.
17034         (gnus-getenv-nntpserver): Don't autoload.
17035
17036 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17037
17038         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17039
17040 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * message.el (message-sendmail-extra-arguments): New variable.
17043         (message-send-mail-with-sendmail): Use it.
17044
17045 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17048         mm-with-unibyte-current-buffer to make string unibyte.
17049
17050         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17051         mm-string-as-multibyte.
17052
17053 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17054
17055         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17056         Reported by Werner Koch <wk@gnupg.org>.
17057
17058 2006-11-14  Daiki Ueno  <ueno@p360>
17059
17060         * mml2015.el: Autoload epa-select-keys when compiling.
17061
17062 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17063
17064         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17065         message-options.
17066         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17067
17068 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17069
17070         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17071         EasyPG (< 0.0.6).
17072         (mml2015-always-trust): New user option.
17073         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17074         prompt.
17075
17076 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * nntp.el (nntp-authinfo-force): New variable.
17079         (nntp-send-authinfo): Use it.
17080
17081 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17082
17083         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17084         decode encoded words.  Improve prompt.  Add comment about forwarding.
17085         (message-replacement-char): Move up.
17086
17087 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17088
17089         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17090         instead of gnus-intersection because arguments of gnus-sorted-nunion
17091         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17092
17093 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17094
17095         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17096         (message-simplify-subject-functions):
17097         Enable message-strip-subject-encoded-words by default.
17098
17099 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * message.el (message-strip-subject-encoded-words): New function.
17102         (message-simplify-subject-functions): New variable.
17103         (message-simplify-subject): Use it.  Fix typo in doc string.
17104         Support message-strip-subject-encoded-words.
17105
17106 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17107
17108         * gnus-diary.el (gnus-diary-delay-format-function):
17109         * nndiary.el (nndiary-reminders):
17110         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17111
17112 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17113
17114         * gnus-art.el (article-hide-boring-headers): Fetch date from
17115         gnus-original-article-buffer to avoid problems with localized date
17116         strings.
17117
17118 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17121
17122 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17123
17124         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17125         New variables.
17126         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17127         (mm-charset-synonym-alist): Move some entries to
17128         mm-codepage-iso-8859-list.
17129         (mm-charset-synonym-alist, mm-charset-override-alist):
17130         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17131
17132 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17135
17136 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17137
17138         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17139         with Emacs 21 and XEmacs.
17140
17141 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * spam.el (spam-parse-address): New function for better parsing,
17144         catching errors, etc.
17145         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17146
17147 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * mm-view.el: Add interactive arg to html2text autoload.
17150
17151 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17154
17155 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17156
17157         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17158         New variables.
17159         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17160         (mm-charset-synonym-alist): Move some entries to
17161         mm-codepage-iso-8859-list.
17162
17163         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17164
17165 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17166
17167         * message.el (message-citation-line-format)
17168         (message-insert-formated-citation-line): Fix implementation of %E, %N
17169         and %n according to the doc string.
17170
17171 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17172
17173         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17174         Use car-safe to avoid bad parses.
17175
17176 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17179         names.
17180
17181         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17182
17183 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17186         header.
17187
17188         * message.el (message-draft-headers): Add Date.
17189         (message-headers-to-generate): Fix typo in docstring.
17190
17191         * nndraft.el (nndraft-required-headers): New variable.
17192         (nndraft-generate-headers): Use it.
17193
17194         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17195
17196 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * gnus-registry.el (gnus-registry-wash-for-keywords)
17199         (gnus-registry-find-keywords): New functions to allow easy searching of
17200         articles that are in the registry.
17201
17202 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17205         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17206         Reported by Damien Elmes <damien@repose.cx>.
17207
17208 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus.el (gnus-mime): Remove unused custom group.
17211
17212 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17213
17214         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17215         "blank line" when searching for end of armor headers.
17216
17217 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gmm-utils.el (gmm-write-region): Fix variable name.
17220
17221 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17222
17223         * gmm-utils.el (gmm-write-region): New function based on compatibility
17224         code from `mm-make-temp-file'.
17225
17226         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17227
17228         * nnmaildir.el (nnmaildir--update-nov)
17229         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17230         Use `gmm-write-region'.
17231
17232 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17233
17234         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17235         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17236
17237         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17238
17239         * message.el (message-replacement-char): New variable.
17240         (message-fix-before-sending): Use it.
17241         (message-simplify-subject): New function to remove duplicate code.
17242         (message-reply, message-followup): Use it.
17243
17244         * gnus-sum.el (gnus-summary-make-menu-bar):
17245         Clarify gnus-summary-limit-to-articles.
17246
17247 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * gnus-util.el (gnus-with-local-quit): New macro.
17250
17251         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17252
17253 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17254
17255         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17256         ignore non-string data.
17257
17258 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17259
17260         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17261         non-string data (needs to be done in the registry too).
17262
17263 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17264
17265         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17266         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17267         (gnus-registry-split-fancy-with-parent)
17268         (gnus-registry-fetch-simplified-message-subject-fast)
17269         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17270         Remove text properties on ingress into the registry and when it's saved.
17271         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17272         registry from entries with no groups.
17273
17274 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17275
17276         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17277         function to remove string properties.
17278
17279 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17280
17281         * gmm-utils.el (gmm): Adjust custom version.
17282
17283         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17284         Adjust custom version.
17285
17286         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17287
17288 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * gnus-art.el (gnus-insert-prev-page-button)
17291         (gnus-insert-next-page-button): Simplify.  Reformat.
17292
17293 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17294
17295         * gnus-art.el (gnus-insert-prev-page-button)
17296         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17297
17298 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17299
17300         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17301
17302 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17303
17304         * gnus-art.el (gnus-insert-mime-button)
17305         (gnus-insert-mime-security-button):
17306         Apply gnus-article-button-face to MIME and security buttons.
17307
17308 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17311         readable.
17312
17313 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17316
17317 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17318
17319         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17320         `browse-url-of-file' instead of `browse-url'.
17321
17322 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17323
17324         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17325         regexp.  Articles containing quotation were cut prematurely.
17326
17327 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17328
17329         * message.el (message-cite-original-1): Use nobody by default for the
17330         value of From header.
17331         (message-reply): Ditto.
17332
17333 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17334
17335         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17336         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17337         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17338
17339 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17342         mails in the doc string.  Add some URLs in comment.
17343         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17344
17345 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17348         backslashes handling and the way to find boundaries of quoted strings.
17349
17350 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17351
17352         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17353         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17354         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17355         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17356
17357 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17360         doc string.
17361         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17362
17363 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * lpath.el: Fbind epg-check-configuration.
17366
17367 2006-09-06  Simon Josefsson  <jas@extundo.com>
17368
17369         * mml2015.el (mml2015-use): Doc fix, mention epg.
17370
17371 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17372
17373         * mml2015.el (mml2015-use): Default to epg, if available.
17374
17375 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17376
17377         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17378         message-sender.
17379         (mml1991-epg-encrypt): Ditto.
17380         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17381         message-sender.
17382         (mml2015-epg-encrypt): Ditto.
17383
17384 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17385
17386         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17387         several common directories.
17388
17389 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17390
17391         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17392         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17393
17394 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * gnus-art.el (article-decode-encoded-words): Make it fast.
17397
17398 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17401
17402         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17403         in quoted string into `\'.
17404
17405 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17408         Use standard-syntax-table.
17409
17410 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17411
17412         * gnus-art.el (gnus-decode-address-function): New variable.
17413         (article-decode-encoded-words): Use it to decode headers which are
17414         assumed to contain addresses.
17415         (gnus-mime-delete-part): Remove useless `or'.
17416
17417         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17418         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17419         (gnus-nov-parse-line): Use it to decode From header.
17420         (gnus-get-newsgroup-headers): Ditto.
17421         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17422
17423         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17424         (mail-decode-encoded-address-string): New alias.
17425
17426         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17427         New function.
17428         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17429         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17430         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17431         (rfc2047-decode-string): Ditto.
17432         (rfc2047-decode-address-region): New function.
17433         (rfc2047-decode-address-string): New function.
17434
17435 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17436
17437         * message.el (message-caesar-buffer-body): Allow rotating headers.
17438
17439         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17440
17441         * message.el (message-insert-formated-citation-line): Fix %f.
17442         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17443
17444 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17447         (gnus-bookmark-mouse-available-p): New macro.
17448         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17449         (gnus-bookmark-bmenu-show-infos): Use it.
17450         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17451         (gnus-bookmark-bmenu-hide-infos): Ditto.
17452         (gnus-bookmark-remove-properties): New function.
17453         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17454         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17455         (gnus-bookmark-write-file): Bind coding-system-for-write.
17456         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17457         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17458         group before selecting it.
17459         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17460         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17461         quit-window if it is not available; use gnus-mouse-2 and bind it to
17462         gnus-bookmark-bmenu-select-by-mouse.
17463         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17464         (gnus-bookmark-bmenu-select-by-mouse): New function.
17465
17466 2006-08-13  Romain Francoise  <romain@orebokech.com>
17467
17468         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17469         space.
17470
17471 2006-08-10  Romain Francoise  <romain@orebokech.com>
17472
17473         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17474         (dns-mode-soa-auto-increment-serial): New user option.
17475         (dns-mode-soa-maybe-increment-serial): New function.
17476         (dns-mode): Add the latter to `write-contents-functions'.
17477
17478 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * compface.el (uncompface): Use binary rather than raw-text-unix.
17481
17482 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * compface.el (uncompface): Make sure the eol conversion doesn't take
17485         place when communicating with the external programs.
17486         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17487
17488 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17491
17492 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17493
17494         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17495         Make it more robust by parsing author and date independently.
17496
17497 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17500
17501 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17502
17503         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17504         first matching secret key.
17505         (mml2015-epg-encrypt): Ditto.
17506
17507         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17508         first matching secret key.
17509         (mml1991-epg-encrypt): Ditto.
17510
17511         * mml2015.el (mml2015-encrypt-to-self): New user option.
17512         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17513         mml2015-epg-encrypt-to-self is set.
17514
17515         * mml1991.el (mml1991-encrypt-to-self): New variable.
17516         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17517         mml1991-epg-encrypt-to-self is set.
17518
17519         * mml2015.el (mml2015-signers): New user option.
17520         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17521         (mml2015-epg-encrypt): Allow to select signing keys.
17522
17523         * mml1991.el (mml1991-signers): New variable.
17524         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17525         (mml1991-epg-encrypt): Allow to select signing keys.
17526
17527 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * nnheader.el (nnheader-insert-head): Make it work even if the file
17530         uses CRLF for the line-break code.
17531
17532 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17533
17534         * mml2015.el: Require mml-sec instead of password.
17535         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17536         (mml2015-cache-passphrase): Inherit the default value from
17537         mml-secure-cache-passphrase.
17538         (mml2015-passphrase-cache-expiry): Inherit the default value from
17539         mml-secure-passphrase-cache-expiry.
17540
17541         * mml1991.el: Require mml-sec instead of password.
17542         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17543         (mml1991-cache-passphrase): Inherit the default value from
17544         mml-secure-cache-passphrase.
17545         (mml1991-passphrase-cache-expiry): Inherit the default value from
17546         mml-secure-passphrase-cache-expiry.
17547
17548         * mml-sec.el: Require password.
17549         (mml-secure-verbose): New user option.
17550         (mml-secure-cache-passphrase): New user option.
17551         (mml-secure-passphrase-cache-expiry): New user option.
17552
17553 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17554             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17555
17556         * pgg-def.el (pgg-truncate-key-identifier):
17557         Truncate the key ID to 8 letters from the end.
17558
17559 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17560
17561         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17562         workaround for the url package included with Emacs.
17563
17564         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17565
17566 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17569         correctly.  This fixes a bug caused by the 2006-05-12 change.
17570
17571 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17572
17573         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17574         some information about the error when saying that the `bogus' mail
17575         group will be used.
17576
17577 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17580         string.
17581
17582 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17583
17584         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17585
17586 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17587
17588         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17589
17590 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17591
17592         * mml1991.el (mml1991-function-alist): Add epg.
17593         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17594         (mml1991-epg-encrypt): New functions.
17595
17596 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17597
17598         * mml2015.el (mml2015-verbose): New variable.
17599         (mml2015-cache-passphrase): Ditto.
17600         (mml2015-passphrase-cache-expiry): Ditto.
17601         (mml2015-function-alist): Add epg.
17602         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17603         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17604         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17605         New functions.
17606
17607 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17608
17609         * message.el (message-cite-original-1): Preserve region when removing
17610         quoted text due to X-No-Archive in order to avoid bogus attribution
17611         when citing multiple messages.
17612
17613 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17614
17615         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17616         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17617
17618 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * gnus-diary.el (gnus-user-format-function-d)
17621         (gnus-user-format-function-D): Autoload.
17622
17623         * imap.el (Commentary): Fix typo.
17624
17625         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17626         2006-04-22 contribution.
17627
17628 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17629
17630         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17631         It didn't really fix the bogosity I'm seeing with solid web groups.
17632
17633 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17634
17635         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17636         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17637         created using server names.  If we use the feature without declaring
17638         it, Gnus does not properly manage server and group state.
17639
17640         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17641         bound.
17642
17643 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17644
17645         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17646         looking up the method using GROUP's prefix before inventing a new one.
17647         It is used on killed/unknown groups in various places where returning
17648         an all-new method isn't expected by the caller.
17649
17650         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17651         and match semantics of gnus-group-real-prefix.
17652
17653 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * nnmail.el (nnmail-broken-references-mailers): New variable.
17656         (nnmail-ignore-broken-references): New function generalizing
17657         nnmail-fix-eudora-headers.
17658         (nnmail-fix-eudora-headers): Now obsolete.
17659
17660         * gnus-art.el (gnus-button-handle-custom):
17661         Support `customize-apropos*'.
17662
17663 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17664
17665         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17666
17667         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17668         articles.
17669
17670 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17671
17672         * message.el (message-cite-reply-above): New variable.
17673         (message-yank-original): Use it.
17674
17675 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17678
17679 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17682         as read.
17683
17684         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17685
17686 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17689         (gnus-bookmark-default-file): Use gnus-directory.
17690         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17691         Remove "*" in doc string.
17692         (gnus-bookmark-write-file): Simplify.
17693         (gnus-bookmark-maybe-sort-alist): Use `when'.
17694         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17695         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17696         Add FIXME about Emacs 21 and XEmacs compatibility.
17697         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17698         compatibility.
17699         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17700         compatibility.
17701         (gnus-bookmark-menu-heading): Fix version.
17702
17703 2006-06-19  Bastien Guerry  <bzg@altern.org>
17704
17705         * gnus-bookmark.el: New file.
17706
17707 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * message.el (message-syntax-checks): Doc fix.
17710
17711 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17712
17713         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17714         unsubscribed groups as if they were killed ones.  It causes duplicate
17715         entries in gnus-newsrc-alist.
17716
17717 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * message.el (message-syntax-checks): Doc fix.
17720         (message-send-mail): Add check for continuation headers.
17721         (message-check-news-header-syntax): Fix regexp used to check for
17722         continuation headers.
17723
17724 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17727
17728 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17731
17732 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17735         default-truncate-lines.
17736
17737 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17740         to fill the utf-8 entry.
17741
17742         * lpath.el: Fbind unicode-precedence-list.
17743
17744 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17745
17746         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17747
17748 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17749
17750         * gnus-agent.el (directory-files-and-attributes): Move all the way
17751         forward (the third and final move).
17752         (gnus-agent-read-agentview): Trap reconstruction errors due to
17753         nonexistent directory.  Handle by returning nil.
17754
17755 2006-05-30  Didier Verna  <didier@xemacs.org>
17756
17757         * message.el (message-dont-reply-to-names): Update the custom type.
17758         * message.el (message-dont-reply-to-names): New defsubst: potentially
17759         convert a list of regexps into a single one.
17760         * message.el (message-get-reply-headers): Use it.
17761         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17762
17763 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * gnus-agent.el (directory-files-and-attributes): Move forward.
17766
17767 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17768
17769         * gnus-ml.el (gnus-mailing-list-subscribe)
17770         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17771         (gnus-mailing-list-message): Fix doc strings.
17772
17773 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17774
17775         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17776         of doing it manually.
17777
17778 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17779
17780         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17781         comment.
17782
17783 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17784
17785         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17786         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17787         (gnus-agent-read-local): All symbols allocated in my-obarray.
17788         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17789         (gnus-agent-regenerate-group): Check numeric names to see if they are
17790         messages or groups.
17791         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17792         better way of do this...)
17793
17794         * gnus-cache.el (gnus-agent-total-fetched-for):
17795         Ignore 'dummy.group' (there should be a better way of do this...)
17796
17797 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17800         (gnus-saved-headers): Ditto.
17801         (gnus-default-article-saver): Mention functions may have properties.
17802         (gnus-article-save): Override gnus-save-all-headers and
17803         gnus-saved-headers by :headers property which saver function may have.
17804         (gnus-summary-save-in-file): Add :headers property.
17805         (gnus-summary-write-to-file): Ditto.
17806
17807         * gnus-sum.el (gnus-summary-save-article): Bind
17808         gnus-prompt-before-saving to t when saving many articles in a file;
17809         always show all headers.
17810
17811         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17812
17813 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17816         marks.
17817
17818         * message.el (message-indent-citation): Add optional arguments to allow
17819         using it outside of message buffers.
17820
17821         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17822         (gnus-article-treat-unfold-headers): Use it.
17823         (gnus-article-truncate-lines): New variable.
17824         (gnus-article-mode): Use it.
17825         (gnus-article-toggle-truncate-lines): New function.
17826
17827         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17828         Add gnus-article-toggle-truncate-lines.
17829
17830         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17831         coding system in XEmacs, use binary.
17832
17833 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17834
17835         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17836         after-load-alist.
17837
17838         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17839         this function should save decoded articles.
17840         (gnus-summary-write-to-file): Use property to specify this function
17841         should save decoded articles and specify gnus-summary-save-in-file
17842         should be used to save articles other than the first one when saving
17843         many articles.
17844         (gnus-summary-save-body-in-file): Use property to specify this
17845         function should save decoded articles.
17846         (gnus-summary-write-body-to-file): Use property to specify this
17847         function should save decoded articles and specify
17848         gnus-summary-save-body-in-file should be used to save articles other
17849         than the first one when saving many articles.
17850
17851         * gnus-sum.el (gnus-summary-save-article): Simplify.
17852
17853 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-art.el (gnus-default-article-saver):
17856         Add gnus-summary-write-body-to-file.
17857         (gnus-article-save-coding-system): Don't use coding system object
17858         in XEmacs.
17859         (gnus-read-save-file-name): Add optional `dir-var' argument which
17860         specifies directory in which files are saved; work even if optional
17861         `variable' argument is not specified.
17862         (gnus-summary-write-to-file): Read file name.
17863         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17864         (gnus-summary-write-body-to-file): New function.
17865
17866         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17867         (gnus-summary-local-variables): Add it.
17868         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17869         (gnus-summary-save-article): Remove optional `decode' argument;
17870         determine whether to decode articles by the value of
17871         gnus-default-article-saver; when saving many files using
17872         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17873         it first and use gnus-summary-save-in-file or
17874         gnus-summary-save-body-in-file thereafter unless
17875         gnus-prompt-before-saving is always; move point to article which
17876         will be saved.
17877         (gnus-summary-save-article-file): Revert.
17878         (gnus-summary-write-article-file): Revert.
17879         (gnus-summary-save-article-body-file): Revert.
17880         (gnus-summary-write-article-body-file): New function.
17881
17882 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * gnus-art.el (gnus-default-article-saver): Doc fix.
17885         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17886         from gnus-summary-save-article-coding-system, and default to a
17887         certain coding system.
17888         (gnus-output-to-file): Add coding cookie and encode text according
17889         to gnus-article-save-coding-system; don't use mm-append-to-file.
17890
17891         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17892         gnus-art.el and rename to gnus-article-save-coding-system.
17893         (gnus-summary-save-article): Require gnus-art; don't show all
17894         headers if it decodes articles; don't add coding cookie here;
17895         don't bind mm-text-coding-system-for-write.
17896         (gnus-summary-save-article-file): Save decoded articles.
17897         (gnus-summary-write-article-file): When saving many files, use
17898         gnus-summary-write-to-file first and gnus-summary-save-in-file
17899         thereafter unless gnus-prompt-before-saving is always.
17900         (gnus-summary-save-article-body-file): Save decoded articles.
17901
17902         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17903
17904 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17905
17906         * nnrss.el (nnrss-check-group): Bind hash-index.
17907
17908 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17909
17910         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17911         its hash index.  Store this hash in `nnrss-group-data'.
17912         (nnrss-read-group-data): Update accordingly.
17913
17914 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17915
17916         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17917         entry.
17918
17919         * gnus-sum.el (gnus-summary-make-menu-bar):
17920         Add gnus-article-browse-html-article.
17921
17922 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17923
17924         * gnus-sum.el (gnus-summary-mime-map):
17925         Add gnus-article-browse-html-article.
17926
17927         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17928
17929 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17930
17931         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17932         suitable coding systems in customize.
17933
17934 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * mail-source.el (mail-sources): Fix custom type.
17937
17938 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17941         (gnus-summary-expire-articles-now): Shorten prompt.
17942
17943         * gmm-utils.el (wid-edit): Require.
17944         (defun-gmm): Rename from `gmm-defun-compat'.
17945         (gmm-image-search-load-path): Use it.
17946         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17947
17948 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * gnus-sum.el (gnus-summary-save-article-coding-system):
17951         New variable.
17952         (gnus-summary-save-article): Add optional `decode' argument.
17953         If it is set and gnus-summary-save-article-coding-system is non-nil,
17954         save decoded article.
17955         (gnus-summary-write-article-file): Save decoded article if
17956         gnus-summary-save-article-coding-system is non-nil.
17957
17958         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17959         type.
17960
17961 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17964
17965 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17966
17967         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17968         first to test gnus-single-article-buffer which may be buffer-local.
17969
17970         * gnus-sum.el (gnus-summary-setup-buffer):
17971         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17972         group; make gnus-article-buffer, gnus-article-current, and
17973         gnus-original-article-buffer always buffer-local.
17974         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17975         group.
17976         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17977
17978 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17979
17980         * nnml.el (nnml-request-compact-group): Compressed files might not
17981         have .gz extension.
17982
17983 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17984
17985         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17986         (mm-copy-to-buffer): Use with-current-buffer.
17987         (mm-display-part): Simplify.
17988         (mm-inlinable-p): Add optional arg `type'.
17989
17990 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17991
17992         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17993         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17994         Try harder to show the attachment internally or externally using
17995         gnus-mime-view-part-as-type.
17996
17997 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * message.el (message-from-style, message-signature-separator)
18000         (message-user-organization-file, message-send-mail-function)
18001         (message-citation-line-function, message-yank-prefix)
18002         (message-indent-citation-function, message-signature)
18003         (message-signature-file, message-signature-insert-empty-line):
18004         Remove autoloads.
18005
18006         * gnus-art.el (gnus-buttonized-mime-types):
18007         Remove "multipart/signed".  Revert 2006-04-26 change.
18008
18009 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18010
18011         * gnus.el (gnus-version-number): Bump version.
18012
18013 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18014
18015         * gnus.el: No Gnus v0.5 is released.
18016
18017 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18018
18019         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18020         fetching articles by message-id.
18021
18022 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18023
18024         * message.el (hashcash): Require hashcash as normal.
18025
18026         * ecomplete.el (ecomplete-highlight-match-line):
18027         Use point-at-eol.
18028         (ecomplete-highlight-match-line): Use `highlight', because that
18029         face exists in both Emacs and XEmacs.
18030
18031         * message.el (message-display-abbrev): Use point-at-bol.
18032
18033         * mail-source.el: Don't require timer/timer-funcs.
18034
18035         * gnus-async.el: Ditto.
18036
18037         * password.el: Ditto.
18038
18039         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18040
18041         * mm-url.el: Ditto.
18042
18043         * gnus-xmas.el: Don't require timer-funcs.
18044
18045         * mm-util.el: Require timer/timer-funcs.
18046
18047 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18048
18049         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18050         Close.
18051
18052 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18055         unibyte after clear-decrypt function runs.
18056
18057         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18058         returns as a unibyte string.
18059
18060 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * lpath.el: Revert.
18063
18064         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18065         (pgg-gpg-process-sentinel): Revert.
18066
18067         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18068         (pgg-pgp-lookup-key): Revert.
18069
18070         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18071         (pgg-pgp5-lookup-key): Revert.
18072
18073         * pgg.el (pgg-fetch-key): Revert.
18074
18075 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * lpath.el: Fbind string-as-multibyte for XEmacs.
18078
18079         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18080         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18081         (mml1991-pgg-encrypt): Ditto.
18082
18083         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18084         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18085         a multibyte buffer.
18086
18087         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18088         (pgg-pgp-lookup-key): Ditto.
18089
18090         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18091         (pgg-pgp5-lookup-key): Ditto.
18092
18093         * pgg.el (pgg-fetch-key): Ditto.
18094
18095 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18096
18097         * message.el (message-user-organization-file): Check several
18098         locations of the organization file.
18099
18100         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18101         Add gnus-article-view-part-as-type.
18102
18103         * gnus-art.el (gnus-article-view-part-as-type): New function.
18104
18105         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18106         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18107
18108         * mml.el: Simplify autoload.
18109         (mml-mode): defvar dnd-protocol-alist instead of using
18110         symbol-value.
18111         (mml-default-directory): New variable.
18112         (mml-minibuffer-read-file): Use it.
18113         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18114
18115         * message.el (message-citation-line-format): New variable.
18116         (message-insert-formated-citation-line): New function.
18117         (message-citation-line-function):
18118         Add `message-insert-formated-citation-line' to custom type.
18119
18120         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18121         to doc string.
18122
18123         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18124         depending on mm-verify-option.
18125
18126 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18129         binding pgg-* variables; reimplement the section which prevents
18130         MIME header from being signed.
18131         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18132         pgg-text-mode; remove a blank line at the top of body.
18133
18134         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18135         lines at the top of body; use gnus-newsgroup-charset if there's no
18136         Charset header.
18137
18138 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * message.el (message-self-insert-commands): Doc fix.
18141
18142         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18143         (mm-uu-pgp-encrypted-test): Ditto.
18144         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18145         between header and body; return application/pgp-encrypted handle
18146         if decryption failed; decode decrypted body by charset.
18147
18148         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18149         element match to application/pgp-*.
18150
18151 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18152
18153         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18154         HTML.
18155
18156 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157
18158         * mail-source.el (mail-source-call-script): Message the error
18159         string.
18160
18161 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18162
18163         * gnus-util.el (gnus-byte-compile): Use it.
18164
18165 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18166
18167         * gnus-util.el (kill-empty-logs): New function.
18168
18169 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18170
18171         * message.el (message-mail-alias-type): Doc fix.
18172         (message-mail-alias-type-p): New function.
18173         (message-send): Use it.
18174         (message-mode): Ditto.
18175         (message-strip-forbidden-properties): Ditto.
18176
18177         * ecomplete.el (ecomplete-database-file-coding-system):
18178         New variable.
18179         (ecomplete-save): Use it.
18180         (ecomplete-setup): Use it.
18181
18182 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * message.el (message-self-insert-commands): New variable.
18185         (message-strip-forbidden-properties): Use it.
18186
18187 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18188
18189         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18190         that doesn't make XEmacs choke.
18191
18192 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * gnus-util.el (gnus-replace-in-string):
18195         Prefer replace-regexp-in-string over of replace-in-string.
18196
18197 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * gnus-util.el (gnus-select-frame-set-input-focus):
18200         Use select-frame-set-input-focus if it is available in XEmacs; use
18201         definition defined in Emacs 22 for old Emacsen.
18202
18203         * dgnushack.el: Autoload unmorse-region for XEmacs.
18204
18205         * lpath.el: Bind cursor-in-non-selected-windows and
18206         select-frame-set-input-focus for XEmacs.
18207
18208 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18211
18212 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18213
18214         * gnus-registry.el (gnus-registry-cache-save): Remove text
18215         properties when saving via the temp buffer.
18216
18217 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * message.el (message-generate-hashcash): Honor custom type.
18220
18221 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18222
18223         * message.el (message-generate-hashcash): Default to non-nil when
18224         hashcash is found.
18225
18226         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18227         (gnus-refer-thread-limit): Increase default to 500.
18228
18229         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18230
18231         * flow-fill.el (fill-flowed): Allow delete-space.
18232
18233 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18236         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18237         Remove autoloads.
18238
18239 2006-04-18  Simon Josefsson  <jas@extundo.com>
18240
18241         * message.el (message-generate-hashcash): Default to.
18242
18243 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18246         concatenating segments rather than before concatenating them.
18247
18248 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18251
18252 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18253
18254         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18255
18256         * message.el (message-forward-make-body-plain):
18257         Allow message-forward-ignored-headers to be a list.
18258         (message-remove-ignored-headers): Factor out into function.
18259         (message-forward-make-body-mml): Use it.
18260
18261         * imap.el (imap-quote-specials): New function.
18262         (imap-login-auth): Quote specials.
18263
18264         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18265         (rfc2231-parse-string): Allow concatanation of parameters that
18266         aren't contiguous.  The test case is
18267           (mail-header-parse-content-type "message/external-body;
18268             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18269             access-type=LOCAL-FILE;
18270             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18271
18272 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18273
18274         * nntp.el (nntp-accept-process-output): Return the value of
18275         `nnheader-accept-process-output'.
18276
18277 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18280         (gnus-button-alist): Recognize more diff formats.
18281         (gnus-button-patch): Strip directory.
18282
18283 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18284
18285         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18286         Emacs 22 when setting focus.
18287
18288 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18289
18290         * gnus-art.el (gnus-article-treat-types): Do treatment of
18291         text/x-verbatim parts.
18292         (gnus-button-patch): New command.
18293
18294         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18295         addresses that contain invalid characters.
18296
18297 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18298
18299         * message.el (message-put-addresses-in-ecomplete):
18300         Use gnus-replace-in-string.
18301         (message-is-yours-p): Use the more correct
18302         mail-header-parse-address instead of
18303         mail-extract-address-components.
18304         (message-put-addresses-in-ecomplete): Fix typo.
18305
18306         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18307         keystroke.
18308
18309         * gnus-art.el (gnus-treatment-function-alist): Change order of
18310         newsgroups/generic header folding to avoid double-folding.
18311
18312         * message.el (message-hidden-headers): Add X-Draft-From.
18313
18314         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18315         New command.
18316         (gnus-summary-repeat-search-article-backward): New command.
18317
18318         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18319         groups in the parent topic.
18320
18321 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18322
18323         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18324         (spam-extra-header-to-number): Return the CRM114 number as a
18325         number instead of a string.
18326
18327 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18328
18329         * gnus-art.el (gnus-face-properties-alist): Move here from
18330         gnus-fun.
18331
18332         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18333
18334 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18335
18336         * message.el (message-strip-forbidden-properties): Only display on
18337         self-insert-command.
18338
18339         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18340         reindent.
18341         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18342
18343 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18344
18345         * smiley.el (smiley-style): Fix typo.
18346
18347 2006-03-23  Kenichi Handa  <handa@m17n.org>
18348
18349         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18350         instead of set-buffer-multibyte.
18351
18352 2006-03-23  Kenichi Handa  <handa@m17n.org>
18353
18354         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18355         buffer and then decode the buffer text if necessary.
18356         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18357         first, and after mm-encode-body, change the buffer to unibyte.
18358
18359 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18360
18361         * hashcash.el (hashcash-insert-payment-async-2):
18362         Use message-goto-eoh instead of doing it manually.
18363         (mail-add-payment): Use message-narrow-to-header instead of trying
18364         to do the same itself.
18365
18366         * message.el (message-hidden-headers): Add Face.
18367
18368         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18369         reparenting code.
18370         (gnus-summary-reparent-children): Refactored out code.
18371         (gnus-summary-thread-map): New keystroke.
18372         (gnus-summary-reparent-children): Make into command.
18373
18374         * smiley.el (smiley-style): Default to `medium' if using a large
18375         font.
18376
18377         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18378         does it itself.
18379
18380         * message.el (message-point-in-header-p): Simplify definition.
18381
18382 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18383
18384         * nnagent.el (nnagent-request-set-mark): Silence log file
18385         writing.
18386         (nnagent-request-set-mark): Use write-region instead of
18387         append-to-file.
18388
18389         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18390         strange select method.
18391
18392         * ecomplete.el (ecomplete-display-matches): Get highlightling
18393         right.
18394         (ecomplete-display-matches): Use literals.
18395         (ecomplete-display-matches): Disable message logging.
18396
18397         * message.el (message-display-abbrev): Small optimization.
18398
18399         * ecomplete.el (ecomplete-display-matches): Allow automatic
18400         display.
18401
18402         * message.el (message-strip-forbidden-properties):
18403         Display abbrevs.
18404         (message-display-abbrev): Get automatic display right.
18405
18406         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18407         keystrokes.
18408
18409 2006-04-13  Romain Francoise  <romain@orebokech.com>
18410
18411         TODO: Backport to v5-10!
18412
18413         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18414         Move here (and rename) from gnus-registry.el.
18415
18416         * gnus-registry.el: Require gnus-util.
18417         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18418
18419 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18420
18421         * gnus-group.el (gnus-group-catchup-current):
18422         Change if-then-else-if-then-else into cond.
18423         (gnus-group-catchup): Indent.
18424         (group-name-at-point): New function.
18425         (gnus-fetch-group): Provide default from thing at point.
18426
18427 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18428
18429         * message.el (message-display-abbrev): Fix regexp.
18430
18431         * ecomplete.el (ecomplete-highlight-match-line):
18432         Reimplement choosing.
18433         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18434         dead variables.
18435
18436         * message.el (message-newline-and-indent): Remove debugging.
18437         (message-display-abbrev): Use new implementation.
18438
18439 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18440
18441         * gnus-art.el (gnus-article-mode):
18442         Set cursor-in-non-selected-windows to nil.
18443
18444         * smiley.el: Revert previous change.
18445         (smiley-data-directory): defvar it before using it in the
18446         defcustom of `smiley-style'.
18447
18448 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18449
18450         * message.el (message-newline-and-indent): New function.
18451
18452         * ecomplete.el: Implement more bits.
18453
18454         * message.el (message-put-addresses-in-ecomplete): Clean up the
18455         string.
18456
18457         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18458
18459         * gnus-sum.el (gnus-summary-save-parts):
18460         Bind gnus-summary-save-parts-counter and use it to make unique file
18461         names.
18462
18463         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18464
18465         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18466         parameter to say whether to actually parse the individual
18467         addresses.
18468
18469         * message.el (message-put-addresses-in-ecomplete): New function.
18470         (ecomplete): Require.
18471         (message-mail-alias-type): Add ecomplete as an option.
18472
18473 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18474
18475         * flow-fill.el (fill-flowed): Remove trailing space from blank
18476         quoted lines.
18477
18478 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18479
18480         * smiley.el (smiley-style): Move definition later to avoid a
18481         compilation warning.
18482
18483 2006-04-12  Kenichi Handa  <handa@m17n.org>
18484
18485         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18486         buffer and then decode the buffer text if necessary.
18487         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18488         first, and after mm-encode-body, change the buffer to unibyte.
18489         Use mm-disable-multibyte instead of set-buffer-multibyte.
18490
18491 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18494         Content-Type header instead of Content-Disposition header.
18495         (gnus-mime-inline-part): Ditto.
18496         (gnus-mime-view-part-as-charset): Ignore charset that the part
18497         specifies.
18498
18499         * mm-decode.el (mm-display-part): Work with external parts and
18500         usual parts similarly.
18501
18502         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18503         instead of gnus-display-mime.
18504
18505         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18506         instead of with-temp-buffer.
18507
18508         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18509         tag to summarized topics part in order to encode non-ASCII text.
18510
18511 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18512
18513         * smiley.el (smiley-style): New variable.
18514         (smiley-directory): New function.
18515         (smiley-data-directory): Derive from `smiley-style' using
18516         `smiley-directory'.
18517         (smiley-regexp-alist): Add new entries.
18518
18519         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18520         (gnus-article-browse-delete-temp): Add :version.
18521
18522 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18523
18524         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18525         the sieve region.
18526
18527 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18528
18529         * gnus.el (gnus-version-number): Bump version.
18530
18531 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * gnus.el: No Gnus v0.4 is released.
18534
18535 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536
18537         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18538         layout.
18539
18540         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18541         unknown charset.
18542
18543         * message.el (message-header-synonyms): Add Original-To to the
18544         default.
18545
18546         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18547         optional parameter.
18548
18549 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-fun.el (gnus): Require it for gnus-directory.
18552
18553 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18554
18555         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18556
18557 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18558
18559         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18560
18561 2006-04-05  Simon Josefsson  <jas@extundo.com>
18562
18563         * password.el (password-reset): New function.
18564
18565 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18566
18567         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18568         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18569
18570 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18571
18572         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18573         Some whitespace was matched into the url, which broke browsing hits
18574         > 100 when mm-url-use-external was nil.
18575
18576 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18579         Check gnus-extra-headers for 'Newsgroups.
18580
18581         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18582         bound.
18583
18584 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18585
18586         * pgg-gpg.el: Clean up process buffers every time gpg processes
18587         complete.
18588
18589 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18592         doc string.
18593
18594 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18595
18596         * pgg-gpg.el (pgg-gpg-process-filter)
18597         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18598
18599         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18600         lines, temporary fix.
18601
18602 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18603
18604         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18605
18606 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18607
18608         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18609         default-enable-multibyte-characters.  This reverts the change from
18610         revision 6.17 which is no longer necessary because the passphrase
18611         is sent separately now.  GnuPG messages are unreadable under
18612         multibyte locales with default-enable-multibyte-characters set to
18613         nil.
18614
18615 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * message.el (message-tool-bar-gnome): Move "spell".
18618
18619 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18622         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18623         instead.
18624
18625 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18626
18627         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18628         Improve newsgroups handling for NNTP overviews which don't include
18629         Newsgroups.
18630
18631 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18632
18633         * message.el (message-resend): Bind message-generate-hashcash to nil.
18634
18635 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18636
18637         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18638         when searching for already-paid recipients.
18639
18640 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18641
18642         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18643         passphrases when it is not needed.
18644         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18645         passphrase stuff from gpg, should only be necessary when you use
18646         gpg with a smartcard.
18647
18648 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * mml.el (mml-insert-mime): Ignore cached contents of
18651         message/external-body part.
18652
18653         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18654         (mm-insert-part): Ditto.
18655
18656 2006-03-23  Simon Josefsson  <jas@extundo.com>
18657
18658         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18659         Reiner.
18660         (pgg-gpg-use-agent-p): Use it again.
18661
18662 2006-03-23  Simon Josefsson  <jas@extundo.com>
18663
18664         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18665         older emacsen.
18666         (pgg-gpg-use-agent-p): Don't use it.
18667
18668 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18669
18670         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18671         if we can.
18672
18673 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18674
18675         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18676         (pgg-gpg-update-agent): New function.
18677         (pgg-gpg-use-agent-p): New function.
18678         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18679         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18680         (pgg-gpg-sign-region): Use it.
18681
18682 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18685         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18686
18687 2006-03-21  Simon Josefsson  <jas@extundo.com>
18688
18689         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18690         <wilde@sha-bang.de>.
18691         (pgg-gpg-use-agent): New variable.
18692         (pgg-gpg-process-region): Use it.
18693         (pgg-gpg-encrypt-region): Likewise.
18694         (pgg-gpg-encrypt-symmetric-region): Likewise.
18695         (pgg-gpg-decrypt-region): Likewise.
18696         (pgg-gpg-sign-region): Likewise.
18697         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18698
18699 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18700
18701         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18702
18703         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18704         Add comment on version.
18705
18706 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * smiley.el: Add missing test smiley.
18709
18710 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * mm-decode.el (mm-with-part): New macro.
18713         (mm-get-part): Use it; work with message/external-body as well.
18714         (mm-save-part): Treat name and filename equally.
18715
18716         * mm-extern.el (mm-extern-cache-contents): New function.
18717         (mm-inline-external-body): Use it; force the part to be displayed;
18718         move undisplayer added to the cached handle to the parent.
18719
18720         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18721         (gnus-mime-view-part-as-type): Work with message/external-body.
18722
18723         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18724
18725 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18726
18727         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18728         images in image-load-path.  [Sync with image.el, revision 1.60, in
18729         Emacs.]
18730
18731 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18732
18733         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18734         path rather than symbol.  Always return list of directories.
18735         Guarantee that image directory comes first.  [Sync with image.el,
18736         revision 1.59, in Emacs.]
18737
18738         * message.el (message-make-tool-bar): Adjust to new API of
18739         `gmm-image-load-path-for-library'.
18740
18741         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18742
18743         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18744
18745 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18746
18747         * gnus-art.el (gnus-article-only-boring-p):
18748         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18749         intangible text.
18750         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18751
18752 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18753
18754         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18755         Use `defun' instead of `gmm-defun-compat'.
18756
18757 2006-03-14  Simon Josefsson  <jas@extundo.com>
18758
18759         * message.el (message-unique-id): Don't use message-number-base36
18760         if (user-uid) is a float.
18761         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18762
18763 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18766
18767         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18768         empty line between a part and a message part.
18769
18770 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * smiley.el: Add more test smileys.
18773         (smiley-data-directory, smiley-regexp-alist)
18774         (gnus-smiley-file-types): Fix doc strings.
18775         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18776         adding new elements.
18777         (smiley-mouse-map): Unused code.  Make it a comment.
18778
18779 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18782         scan latest NoCeM messages instead of old ones.
18783         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18784         delimiters that are recently used.
18785         (gnus-nocem-load-cache): Add autoload cookie.
18786
18787         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18788
18789         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18790         level which is larger than gnus-use-nocem is specified.
18791
18792         * gnus-group.el (gnus-group-get-new-news): Ditto.
18793
18794 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * gnus-util.el (gnus-tool-bar-update): New function.
18797
18798         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18799         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18800
18801         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18802
18803         * gnus-group.el (gnus-group-redraw-when-idle)
18804         (gnus-group-redraw-check): Remove.
18805         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18806
18807 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18810         if optional last element is specified in splits (FIELD VALUE...).
18811
18812 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18813
18814         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18815         to gmm-image-load-path-for-library.  Call with no-error argument.
18816         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18817
18818         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18819
18820         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18821
18822         * gmm-utils.el (gmm-image-load-path): Remove alias.
18823
18824 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gmm-utils.el (gmm-image-load-path): Add alias.
18827
18828         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18829         nnml-generate-nov-databases-1.
18830         (nnml-generate-nov-databases): Use it.
18831         (nnml-generate-nov-databases-directory): Document no-active
18832         argument.
18833
18834         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18835         directory if path is t.  Add no-error.
18836
18837         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18838         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18839
18840         * gnus-art.el (gnus-article-browse-delete-temp-files):
18841         Simplify resetting gnus-article-browse-html-temp-list.
18842
18843         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18844         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18845         Add example to docstring.  Rename local variables.  Move error
18846         checks to default case in cond and simplify.
18847
18848 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18851         handle is multipart when calling it recursively.
18852         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18853
18854 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18855
18856         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18857         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18858
18859 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18862         is loaded.
18863
18864         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18865         loaded.
18866
18867 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18868
18869         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18870         to "Emacs 23 (unicode)" in doc string.
18871
18872         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18873         "Emacs 23 (unicode)" in comment.
18874
18875 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18878
18879         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18880         characters 160 through 255 in Emacs 23.
18881
18882 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18885         gnus-article-browse-html-temp.
18886         (gnus-article-browse-delete-temp): Make it customizable.
18887         Add `file'.  Adjust doc string.
18888         (gnus-article-browse-delete-temp-files): Add argument.
18889         Allow query for each file.  Adjust doc string.
18890         (gnus-article-browse-html-parts):
18891         Add `gnus-article-browse-delete-temp-files' to
18892         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18893
18894 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18895
18896         * gnus-art.el (gnus-article-browse-html-temp)
18897         (gnus-article-browse-delete-temp): New variables.
18898         (gnus-article-browse-delete-temp-files): New function.
18899         (gnus-article-browse-html-parts): Use it.
18900
18901 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18902
18903         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18904
18905         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18906         string.
18907
18908         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18909         gnus-summary-insert-new-articles when unplugged.
18910         Remove gnus-summary-search-article-forward.
18911
18912         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18913         display-visual-class instead of display-color-cells.
18914
18915 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * dgnushack.el: Autoload customize-group for XEmacs.
18918
18919         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18920         message/* containing non-ASCII text properly.
18921
18922 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18923
18924         * message.el: Require gmm-utils, remove autoloads.
18925         (message-tool-bar): Set default based on
18926         gmm-tool-bar-style.
18927         (message-tool-bar-gnome): Add gmm-customize-mode.
18928
18929         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18930         gmm-tool-bar-style.
18931         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18932
18933         * gnus-group.el (gnus-group-tool-bar): Set default based on
18934         gmm-tool-bar-style.
18935         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18936
18937         * gmm-utils.el (gmm-image-directory): Rename variable from
18938         gmm-image-load-path.
18939         (gmm-image-load-path): Use gmm-image-directory.
18940         (gmm-customize-mode): New function.
18941         (gmm-tool-bar-style): New variable.
18942
18943         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18944         gnus-group-redraw-line-number.
18945         (gnus-group-redraw-check): Simplify.
18946         (gnus-group-tool-bar-update): Remove redraw check.
18947         (gnus-group-make-tool-bar): Add redraw check.
18948
18949 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18950
18951         * gnus-art.el (gnus-button): Add missing parentheses.
18952
18953 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * lpath.el: Fbind line-number-at-pos.
18956
18957 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18960
18961 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18962
18963         * gnus-art.el (gnus-button): New face.
18964         (gnus-article-button-face): Use it.
18965
18966         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18967         Add gnus-summary-next-page.  Re-order.
18968
18969         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18970         next-node are now included.
18971         (gnus-group-redraw-line-number): New internal variable.
18972         (gnus-group-redraw-check): Helper function for updating the tool
18973         bar.
18974         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18975
18976         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18977
18978         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18979         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18980         Use it to match format of Spamassassin 3.0 and later.
18981         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18982         (spam-check-bogofilter)
18983         (spam-bogofilter-register-with-bogofilter): Fix args of
18984         `gnus-error' calls.
18985
18986 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18987
18988         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18989         unnecessary interaction when sending queued mails.
18990         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18991
18992 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18993
18994         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18995         first or last are nil.
18996
18997 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18998
18999         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19000
19001 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19002
19003         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19004
19005 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * dns.el (query-dns): Protect more against buggy tcp output.
19008
19009 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19010
19011         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19012         nov.php.
19013
19014 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19015
19016         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19017         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19018         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19019         output on the server side.
19020         (nnweb-google-create-mapping): Update regexps and add some
19021         progress indication.
19022
19023 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19024
19025         * gnus-group.el (gnus-group-tool-bar-gnome):
19026         Fix gnus-agent-toggle-plugged.  Re-order icons.
19027         (gnus-group-tool-bar-gnome):
19028         Add gnus-group-{prev,next}-unread-group.
19029         (gnus-group-tool-bar-gnome): Re-order icons.
19030
19031         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19032         Move gnus-summary-insert-new-articles.
19033
19034         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19035         Fix comments.
19036
19037         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19038         also available in Emacs 21.3.
19039
19040         * message.el (message-fix-before-sending): Change "Emacs 22" to
19041         "Emacs 23 (unicode)" in comment.
19042
19043         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19044         "Emacs 23 (unicode)" in comment.
19045
19046         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19047         comment.
19048         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19049
19050         * mm-view.el (mm-fill-flowed): Add :version.
19051
19052 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19055         and load-path.
19056
19057 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19058
19059         * message.el: Autoload gmm-image-load-path.
19060         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19061         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19062         consitency.
19063
19064         * gmm-utils.el (gmm-image-load-path): Also search in
19065         "../etc/images".  Don't set gmm-image-load-path if we don't find
19066         the image.
19067
19068 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * gmm-utils.el (gmm-image-load-path): Don't make
19071         `gmm-image-load-path' include subdirectories which the second arg
19072         `image' might specify.
19073
19074         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19075         subdirectory to icon file names.
19076
19077         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19078
19079 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19080
19081         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19082         gmm-image-load-path calls.
19083
19084         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19085
19086         * message.el (message-make-tool-bar): Ditto.
19087
19088         * mml.el (mml-preview): Add comment concerning tool bar icons.
19089
19090         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19091         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19092
19093         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19094         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19095
19096         * message.el (message-tool-bar-gnome): Use new icon names.
19097         (message-make-tool-bar): Use `gmm-image-load-path'.
19098
19099         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19100         New functions from MH-E.
19101         (gmm-image-load-path): New variable from MH-E.
19102         (gmm-image-load-path): New function from MH-E.  Add arguments
19103         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19104         *-image-load-path-called-flag.
19105
19106 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19107
19108         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19109
19110 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19111
19112         * nnimap.el (nnimap-request-move-article): Change folder back to
19113         source group before deleting.
19114
19115 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19116
19117         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19118
19119         * gnus-art.el (mm-url-insert-file-contents-external):
19120         Autoload mm-url.
19121
19122         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19123
19124 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19127         coding system which mm-charset-to-coding-system returns for a
19128         given charset is valid.
19129
19130 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19131
19132         * html2text.el (html2text-remove-tag-list):
19133         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19134
19135 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19136
19137         * gnus-cus.el: Revert 2005-10-17 change.
19138
19139 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-art.el (article-strip-banner):
19142         Call article-really-strip-banner only when the regexp match is made.
19143
19144 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-art.el (article-strip-banner):
19147         Use gnus-extract-address-components instead of
19148         mail-header-parse-addresses to make it work with non-ASCII text;
19149         remove mail-encode-encoded-word-string.
19150
19151         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19152         values which are surrounded with \"...\"; make it never cause a
19153         Lisp error; give up parsing of parameters if it failed in
19154         extracting type.
19155
19156 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19157
19158         * smime.el (smime-cert-by-ldap-1): Fix bug where
19159         `smime-ldap-search' returns results without userCertificates.
19160
19161 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19164
19165 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19166
19167         * spam.el (spam-check-spamassassin-headers): Adapt format for
19168         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19169         <ari@mbf.ocn.ne.jp>.
19170         (spam-list-of-processors): Add spam-use-gmane.
19171
19172 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19175         make-temp-file; make it work with XEmacs as well.
19176
19177         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19178         mm-make-temp-file.
19179
19180         * mm-decode.el (mm-display-external): Use the 3rd arg of
19181         mm-make-temp-file.
19182         (mm-create-image-xemacs): Ditto.
19183
19184 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19185
19186         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19187         with message-narrow-to-headers.
19188         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19189         (gnus-draft-check-draft-articles): New function.
19190         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19191
19192 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19193
19194         * gnus-art.el (gnus-article-browse-html-parts):
19195         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19196         Don't use suffix argument for mm-make-temp-file for Emacs 21
19197         compatibility.  Remove useless `format'.
19198
19199 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19200
19201         * nnweb.el (nnweb-google-wash-article): Update regexps.
19202         (nnweb-group-alist): Use defvoo instead of defvar.
19203
19204 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19205
19206         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19207         re-loading nn* modules.
19208
19209 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19210
19211         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19212         for `tool-bar-mode' and don't check it's default-value.
19213
19214         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19215
19216         * message.el (message-make-tool-bar): Ditto.
19217
19218         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19219         `substring'.  Shorten tmp-file name.
19220
19221         * gnus.el: Remove bogus comment.
19222
19223 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19224
19225         * gnus-art.el (gnus-article-browse-html-parts): New function.
19226         (gnus-article-browse-html-article): New function for viewing html
19227         articles with a browser.
19228
19229 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19230
19231         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19232         in elisp.
19233         (pgg-gpg-encrypt-symmetric-region): Ditto.
19234         (pgg-gpg-sign-region): Ditto.
19235
19236         * pgg-def.el (pgg-text-mode): New variable.
19237
19238         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19239         (mml2015-pgg-encrypt): Ditto.
19240
19241         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19242         (mml1991-pgg-encrypt): Ditto.
19243
19244 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * nnfolder.el (nnfolder-insert-newsgroup-line):
19247         Use message-make-date instead of current-time-string.
19248
19249         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19250         to gnus-decoded which mm-uu might set.
19251
19252 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19255         don't decode quoted parameters; remove misimported Emacs code.
19256         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19257         (rfc2231-decode-encoded-string): Don't use split-string which
19258         behaves differently according to Emacs version; use
19259         mm-decode-coding-region to convert charset to coding-system.
19260         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19261         (rfc2231-encode-string): Remove misimported Emacs code.
19262
19263 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19266         when calling mail-header-parse-content-type.
19267         (article-de-quoted-unreadable): Ditto.
19268         (article-de-base64-unreadable): Ditto.
19269         (article-wash-html): Ditto.
19270
19271         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19272         calling mail-header-parse-content-type and
19273         mail-header-parse-content-disposition.
19274         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19275         mail-header-parse-content-type.
19276
19277         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19278         insert charset and format parameters; encode description after
19279         inserting it to buffer.
19280         (mml-insert-parameter): Fold lines properly even if a parameter is
19281         segmented into two or more lines; change the max column to 76.
19282
19283         * rfc1843.el (rfc1843-decode-article-body): Don't use
19284         ignore-errors when calling mail-header-parse-content-type.
19285
19286         * rfc2231.el (rfc2231-parse-string): Return at least type if
19287         possible; don't cause an error even if it fails in parsing of
19288         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19289         (rfc2231-encode-string): Don't break lines at the beginning, leave
19290         it to mml-insert-parameter.
19291
19292         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19293         calling mail-header-parse-content-type.
19294
19295 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19296
19297         * spam-report.el (spam-report-gmane-use-article-number):
19298         Improve doc string.
19299         (spam-report-gmane-internal): Check if a suitable header was found
19300         in the article.
19301
19302 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19303
19304         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19305         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19306
19307 2006-02-05  Romain Francoise  <romain@orebokech.com>
19308
19309         Update copyright notices of all files in the gnus directory.
19310
19311 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19312
19313         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19314
19315 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19318         segmented lines of parameter value to cope with Thunderbird 1.5
19319         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19320         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19321         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19322
19323 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19324
19325         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19326         parts.
19327
19328 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19329
19330         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19331         there's only one active file for all servers.
19332         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19333         solid groups.  Gnus might have used a FAST request to select the group.
19334         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19335         and nnweb-search redundantly in the active file.
19336         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19337         (nnweb-request-create-group): Don't use ARGS.
19338         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19339         initializations.  Let nnoo do the work.
19340
19341 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19344         Say the part has been decoded.
19345
19346         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19347
19348 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19349
19350         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19351         mailcap-viewer-test-cache when there's no 'test clause, since that
19352         will invert the meaning of a "nil" test previously determined by
19353         mailcap-mailcap-entry-passes-test.
19354
19355 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19358         compiling.
19359
19360         * gnus-sum.el: Ditto.
19361
19362         * message.el: Don't bind tool-bar-map when compiling.
19363
19364 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19365
19366         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19367
19368 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19369
19370         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19371         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19372         current Google Groups.
19373
19374 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19375
19376         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19377         and tool-bar-mode.
19378
19379         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19380         and tool-bar-mode.
19381
19382         * message.el (message-tool-bar-update): Simplify.
19383         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19384
19385         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19386         gnus-summary-buffer.
19387         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19388         gnus-summary-reply.
19389
19390         * gmm-utils.el (gmm): Add :version.
19391
19392 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * Makefile.in (clean): New rule.
19395         (distclean): Use it.
19396
19397 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19398
19399         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19400         Don't autoload.
19401
19402 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * gmm-utils.el (gmm-verbose): Add :group.
19405
19406 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * message.el: Change some comments WRT tool-bars.
19409
19410         * gnus-sum.el (gnus-summary-tool-bar)
19411         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19412         (gnus-summary-tool-bar-zap-list): New variables.
19413         (gnus-summary-make-tool-bar): Complete rewrite using
19414         `gmm-tool-bar-from-list'.
19415
19416         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19417         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19418         New variables.
19419         (gnus-group-make-tool-bar): Complete rewrite using
19420         `gmm-tool-bar-from-list'.
19421         (gnus-group-tool-bar-update): New function.
19422
19423         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19424
19425 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19428         is dissected into a single part of which the type is the same as
19429         the given one; decode charset.
19430
19431 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19432
19433         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19434         into alists as symbol not string, since that's what
19435         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19436         look for.
19437
19438 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19439
19440         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19441         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19442
19443         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19444
19445 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19446
19447         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19448         (gnus-xmas-mime-security-button-menu): New function.
19449
19450         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19451         (gnus-mime-security-button-menu): New definition.
19452         (gnus-mime-security-button-map): Use them.
19453         (gnus-mime-security-button-menu): New function.
19454         (gnus-insert-mime-security-button): Addition to help echo.
19455         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19456         (gnus-mime-security-pipe-part): New functions.
19457
19458         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19459         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19460
19461         * mm-decode.el (mm-handle-set-disposition): Remove.
19462         (mm-handle-set-description): Remove.
19463
19464 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19467         (mm-w3m-standalone-supports-m17n-p): New function.
19468         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19469         w3m usage.
19470
19471         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19472         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19473
19474 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19475
19476         * message.el (message-tool-bar-zap-list):
19477         Use gmm-tool-bar-zap-list as custom type.
19478         (message-tool-bar-update): New function.
19479         (message-tool-bar, message-tool-bar-gnome)
19480         (message-tool-bar-retro): Add message-tool-bar-update.
19481         (message-tool-bar-gnome): Add flyspell-buffer.
19482
19483         * gnus-util.el (gnus-error): Describe `args'.
19484
19485         * gmm-utils.el (gmm-error): Describe `args'.
19486         (gmm-tool-bar-zap-list): New widget.
19487         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19488
19489 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19490
19491         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19492         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19493         the number of recursive calls.
19494
19495         * mm-decode.el (mm-handle-set-disposition): New macro.
19496         (mm-handle-set-description): New macro.
19497
19498 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19501         encoding.
19502
19503 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19504
19505         * message.el (message-tool-bar-zap-list, message-tool-bar)
19506         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19507         (message-tool-bar-local-item-from-menu): Remove.
19508         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19509         (message-make-tool-bar): New function.
19510         (message-mode): Use `message-make-tool-bar'.
19511
19512         * gmm-utils.el: New file.
19513         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19514         (gmm-lazy): New widget copied from `nnmail.el'.
19515         (gmm-tool-bar-from-list): New function for creating customizable
19516         tool bars.
19517         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19518         output.
19519         (gmm): Add :prefix to defgroup.
19520
19521 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19522
19523         * gmm-utils.el (gmm-widget-p): New function.
19524
19525 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19526
19527         * mml.el (mml-attach-file): Describe `description' in doc string.
19528         (mml-menu): Add Emacs MIME manual and PGG manual.
19529
19530 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19531
19532         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19533
19534 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19535
19536         * nntp.el (nntp-end-of-line): Doc fix.
19537
19538 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19539
19540         * imap.el (imap-open): Handle case where buffer is a buffer
19541         object.
19542
19543 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19544
19545         * gnus-delay.el (gnus-delay): Don't autoload.
19546         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19547         to be re-loaded when customizing the `gnus-delay' group.
19548
19549 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19550
19551         * message.el (message-insert-citation-line): Use newlines.
19552
19553 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19554
19555         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19556         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19557         these routines, so the passphrase can be managed externally and
19558         passed in to the system.
19559         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19560         pgg-add-passphrase-to-cache function.
19561
19562         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19563         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19564         these routines, so the passphrase can be managed externally and
19565         passed in to the system.
19566         (pgg-pgp5-sign-region): Use new name of
19567         pgg-add-passphrase-to-cache function.
19568
19569 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19570
19571         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19572         part of the decoded armor to find the key-identifier.
19573         (pgg-gpg-lookup-key-owner): New function to return the
19574         human-readable identifier of a key owner.
19575         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19576         itself.
19577         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19578         the key value) if we have a key and can match it against a secret
19579         key.  Also, added a note pointing out fact that the prompt only
19580         indicates the first matching key.
19581
19582         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19583         pgg-decrypt-region.
19584         (pgg-add-passphrase-to-cache): Rename from
19585         `pgg-add-passphrase-cache' to reduce confusion (all callers
19586         changed).
19587         (pgg-remove-passphrase-from-cache): Rename from
19588         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19589         changed).
19590         (pgg-read-passphrase, pgg-add-passphrase-cache)
19591         (pgg-remove-passphrase-cache): Add informative docstrings.
19592         (pgg-decrypt): Convey provided passphrase in subordinate call to
19593         pgg-decrypt-region.
19594
19595 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19596
19597         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19598         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19599         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19600         'passphrase' argument, so the passphrase can be managed externally
19601         and then passed in to the system.
19602
19603         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19604         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19605         so the passphrase cache can be used reliably with identifiers
19606         besides a pgp packet's key id.
19607
19608         * pgg-gpg.el (pgg-gpg-encrypt-region)
19609         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19610         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19611         these routines, so the passphrase can be managed externally and
19612         passed in to the system.
19613
19614         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19615         'notruncate' argument, so the passphrase cache can be used
19616         reliably with identifiers besides a pgp packet's key id.
19617
19618 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19619
19620         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19621         symmetric encryption.
19622         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19623         encrypted session key.
19624         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19625         message ask for the passphrase in a proper way.
19626
19627         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19628         New user commands for symmetric encryption.
19629
19630 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19631
19632         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19633
19634         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19635
19636 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19637
19638         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19639
19640 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * mm-decode.el (mm-inlined-types): Add application/pgp.
19643         (mm-automatic-display): Ditto.
19644
19645         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19646         part as text.
19647
19648 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * nnrss.el: Update copyright.
19651         (nnrss-opml-import): Query whether to subscribe to each entry.
19652
19653         * gnus-art.el:
19654         * gnus-sum.el:
19655         * gnus-xmas.el:
19656         * messagexmas.el:
19657         * mm-uu.el:
19658         * mm-view.el: Update copyright.
19659
19660 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19661
19662         * message.el (message-info): New function.
19663         (message-mode-menu): Add it.
19664         Update copyright.
19665
19666         * ChangeLog: Fix and update copyright.
19667
19668 2006-01-13  Romain Francoise  <romain@orebokech.com>
19669
19670         * message.el (message-forward-subject-name-subject): Prefer the
19671         address to 'nowhere' if the sender has no name.
19672         Fix typo.  Update copyright year.
19673
19674 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19675
19676         * gnus-art.el (article-wash-html):
19677         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19678         (gnus-article-wash-html-with-w3m-standalone): New function.
19679
19680         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19681         mm-inline-text-html-render-with-w3m-standalone.
19682         (mm-text-html-washer-alist): Map w3m-standalone to
19683         gnus-article-wash-html-with-w3m-standalone.
19684         (mm-inline-text-html-render-with-w3m-standalone): New function.
19685
19686 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19687
19688         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19689         Improve LaTeX.
19690
19691 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19694         (nnrss-request-article): Render text/plain parts as HTML.
19695
19696         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19697         the buffer.
19698
19699 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19702         custom definition of `gnus-posting-styles'.
19703
19704         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19705         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19706
19707 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19708
19709         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19710         Use nntp for bug archive.
19711
19712 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19713
19714         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19715         parts.
19716         (nnrss-normalize-date): New function converts ISO 8601 date into
19717         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19718         (nnrss-check-group): Use it.
19719
19720 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19723
19724         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19725         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19726         (nnrss-insert-w3): Ditto.
19727
19728 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19731         the articles to be forwarded including the case where neither a
19732         number of articles nor a region is specified.
19733
19734 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * nnrss.el (nnrss-request-article): Fix last change; fill
19737         text/plain parts.
19738
19739 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19742         in text/plain part.
19743         (nnrss-check-group): Don't add excessive newline to dc:subject.
19744
19745 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19746
19747         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19748         article.
19749
19750 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19751
19752         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19753         (nnml-use-compressed-files, nnml-save-mail): Support other
19754         comression programs such as bzip2.
19755
19756 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19757
19758         * dns.el (query-dns): Make sure we check the buffer size before
19759         removing tcp headers.
19760
19761 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19762
19763         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19764         remove MIME buttons associated with multipart/alternative parts.
19765         (gnus-mime-display-alternative): Tag buttons using `article-type'
19766         text property.
19767
19768         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19769         associated with multipart/alternative parts.
19770
19771         * gnus-art.el (gnus-signature-separator): Fix custom type.
19772
19773         * mm-decode.el (mm-inlined-types): Fix custom type.
19774         (mm-keep-viewer-alive-types): Ditto.
19775         (mm-automatic-display): Ditto.
19776         (mm-attachment-override-types): Ditto.
19777         (mm-inline-override-types): Ditto.
19778         (mm-automatic-external-display): Ditto.
19779
19780 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19781
19782         * spam-report.el (spam-report-user-mail-address)
19783         (spam-report-user-agent): New variables.
19784         (spam-report-url-ping-plain): Use spam-report-user-agent.
19785
19786 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19787
19788         * gnus-art.el (gnus-button-handle-custom): Do not just use
19789         `customize-apropos' for any "M-x customize-*" button but the
19790         function called for.  Accept both the function name and its
19791         argument in order to achieve this.
19792         (gnus-button-alist): Remove support for "custom:" URL's.
19793         Pass function name to `gnus-button-handle-custom' in case of "M-x
19794         customize-*" buttons.
19795
19796 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19797
19798         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19799         multipart/alternative and add xref to mm-discouraged-alternatives
19800         in doc string.
19801
19802         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19803         gnus-buttonized-mime-types in doc string.
19804
19805 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19806
19807         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19808         Suggest image/.* in the doc string.
19809
19810 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19811
19812         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19813         message-marks (Debian bug #342521).
19814
19815 2005-12-12  Simon Josefsson  <jas@extundo.com>
19816
19817         * password.el (password-read-from-cache): Add.
19818         (password-read): Use it.
19819
19820 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * rfc2047.el (rfc2047-charset-to-coding-system):
19823         Recognize us-ascii as a MIME charset.
19824
19825         * mm-bodies.el (mm-decode-content-transfer-encoding):
19826         Protect against the case where the 2nd arg TYPE is nil.
19827
19828 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19829
19830         * pop3.el (pop3-stream-type): Fix custom version.
19831
19832         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19833
19834 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19835
19836         * mm-decode.el (mm-display-external): Add missing cdr.
19837
19838 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19841         RFC1524) if it is in mailcap or add a suffix according to
19842         mailcap-mime-extensions when generating a temp filename; postpone
19843         deleting a temp file for 2 seconds for some wrappers, shell
19844         scripts, and so on, which might exit right after having started a
19845         viewer command as a background job.
19846
19847 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19848
19849         * nntp.el (nntp-marks-directory): Fix custom group.
19850
19851         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19852         steps when < 10.
19853
19854         * gnus-start.el (gnus-no-server-1):
19855         Mention `gnus-level-default-subscribed' in doc string.
19856
19857 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19858
19859         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19860         parens.
19861
19862 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * gnus-xmas.el (gnus-use-toolbar): Revert.
19865         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19866         gnus-use-toolbar is default.
19867
19868         * messagexmas.el (message-use-toolbar): Revert.
19869         (message-setup-toolbar): Use global default-toolbar if
19870         message-use-toolbar is default.
19871
19872 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19875         according to default-toolbar-visible-p.
19876
19877         * messagexmas.el (message-use-toolbar): Ditto.
19878
19879 2005-11-26  Dave Love  <fx@gnu.org>
19880
19881         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19882         (tls-program, tls-success): Provide openssl alternative.
19883
19884         * starttls.el: Doc fixes.
19885         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19886         SERVICE to PORT.
19887
19888         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19889         port null or service name.
19890         (starttls-negotiate): Autoload.
19891
19892 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19893
19894         * message.el (message-kill-to-signature): Fix interactive spec.
19895
19896 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * pop3.el (pop3-open-server): Recognize a string as a service name.
19899
19900 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19901
19902         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19903
19904 2005-11-23  Dave Love  <fx@gnu.org>
19905
19906         Add pop3s, pop3/starttls.
19907
19908         * pop3.el (pop3-authentication-scheme): Clarify doc.
19909         (open-tls-stream, starttls-open-stream): Autoload.
19910         (pop3-stream-type): New.
19911         (pop3-open-server): Use it.
19912
19913         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19914         for POP.
19915         (mail-source-keyword-map): Add :stream for POP.
19916         (mail-source-fetch-pop): Use pop3-stream-type.
19917
19918 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19921         of current-time-string.
19922
19923 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19924
19925         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19926         date header.
19927
19928 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19929
19930         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19931         it can seriously impact performance as it bypasses the agent's
19932         local caches.
19933
19934 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19935
19936         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19937         must be explicitly online rather than "not explicitly offline" for
19938         its flags to be synchronized.
19939
19940         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19941         that gnus-uu-unmark-thread will function correctly.
19942
19943         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19944         1024K is instead displayed as 1M.
19945
19946 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19947
19948         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19949
19950 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19951
19952         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19953
19954 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19955
19956         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19957         error message to display actual error condition.
19958         (gnus-agent-save-local): Avoid saving symbols that are bound to
19959         nil as they simply result in a warning message in
19960         gnus-agent-read-local.
19961
19962 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19965         rather than make-variable-buffer-local for file-precious-flag.
19966
19967 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19968
19969         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19970         for duplicates which are removed.  The invalid sort check then
19971         triggers a rescan after the sort as sorting may have moved
19972         duplicate entries such that they can be cheaply detected.
19973
19974 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19977
19978 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19979
19980         * gnus-agent.el (gnus-agent-article-alist-save-format):
19981         Change internal variable to a custom variable.  Change default value
19982         from compressed(2) to uncompressed(1).
19983         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19984         support for uncompressed agentview files.  Taken together, reading
19985         the agentview file should now be 6-7 times faster.
19986
19987 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19988
19989         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19990         as a buffer-local variable.  This avoids creating truncated
19991         dribble files as a result of a hang up, eg.
19992
19993 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19994
19995         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19996         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19997         XEmacs.
19998
19999 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * gnus-start.el (gnus-start-draft-setup):
20002         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20003
20004         * gnus.el (gnus-splash): Change custom group.
20005         (gnus-group-get-parameter, gnus-group-parameter-value):
20006         Describe allow-list argument.
20007
20008         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20009         string.
20010
20011 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20012
20013         * gnus-art.el (gnus-default-article-saver): Add user-defined
20014         `function' to custom type.
20015
20016 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20017
20018         * imap.el (imap-open): Handle case where buffer is a buffer
20019         object.
20020
20021 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20022
20023         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20024         long lines.
20025         (gnus-cache-delete-group): Wrap doc strings.
20026
20027         * gnus-agent.el (gnus-agent-rename-group)
20028         (gnus-agent-delete-group): Wrap doc strings.
20029
20030 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * messagexmas.el (message-use-toolbar): Change the valid values
20033         into default, top, bottom, left, and right.
20034         (message-toolbar-thickness): New variable.
20035         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20036         well.
20037         (message-setup-toolbar): Make it work.
20038
20039         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20040         (gnus-use-toolbar): Change the valid values into default, top,
20041         bottom, left, and right.
20042         (gnus-toolbar-thickness): New variable.
20043         (gnus-xmas-setup-toolbar): New function.
20044         (gnus-xmas-setup-group-toolbar): Use it.
20045         (gnus-xmas-setup-summary-toolbar): Use it.
20046
20047 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20048
20049         * gnus-start.el (gnus-1): Add "native" to
20050         gnus-predefined-server-alist.
20051
20052         * gnus.el (gnus-method-to-server): Don't add "native" to the
20053         lists here, because that leads to problems when
20054         gnus-select-method is bound.
20055
20056 2005-11-09  Simon Josefsson  <jas@extundo.com>
20057
20058         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20059         use (not sort-by-date) instead.
20060
20061 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20062
20063         * gnus-delay.el (gnus-delay-group): Don't autoload.
20064         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20065         to be re-loaded when customizing the `gnus-delay' group.
20066
20067 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20068
20069         * message.el: Revert last changes.
20070         (message-insert-citation-line): Use newlines.
20071
20072 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20073
20074         * message.el (message-courtesy-message)
20075         (message-mark-insert-begin, message-mark-insert-end)
20076         (message-elide-ellipsis, message-cancel-message)
20077         (message-add-header, message-change-subject)
20078         (message-cross-post-followup-to-header)
20079         (message-cross-post-insert-note, message-reduce-to-to-cc)
20080         (message-widen-reply, message-delete-not-region)
20081         (message-kill-to-signature, message-insert-signature)
20082         (message-insert-importance-high, message-insert-importance-low)
20083         (message-insert-or-toggle-importance)
20084         (message-insert-disposition-notification-to)
20085         (message-indent-citation, message-yank-original)
20086         (message-cite-original-without-signature, message-cite-original)
20087         (message-insert-citation-line, message-position-on-field)
20088         (message-fix-before-sending, message-send-mail-partially)
20089         (message-send-mail, message-send-mail-with-sendmail)
20090         (message-send-mail-with-qmail, message-send-news)
20091         (message-check-news-header-syntax, message-generate-headers)
20092         (message-insert-courtesy-copy, message-fill-address)
20093         (message-fill-header, message-shorten-references)
20094         (message-setup-1, message-cancel-news)
20095         (message-forward-make-body-plain, message-forward-make-body-mime)
20096         (message-forward-make-body-mml, message-encode-message-body)
20097         (message-forward-make-body-digest-plain)
20098         (message-forward-make-body-digest-mime)
20099         (message-use-alternative-email-as-from): Insert `hard-newline'
20100         instead of ordinary newlines.
20101
20102 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * message.el (message-generate-headers): Downcase the argument
20105         given to message-check-element.
20106
20107 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20108
20109         * nntp.el (nntp-authinfo-rejected): New error condition.
20110         (nntp-wait-for): Use new error condition to signal authentication
20111         error.
20112         (nntp-retrieve-data): Rethrow new error condition to break out of
20113         recursive call to nntp-send-authinfo.
20114
20115 2005-11-08  Romain Francoise  <romain@orebokech.com>
20116
20117         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20118         (gnus-summary-exit-map): Bind to `Z p'.
20119         (gnus-summary-make-menu-bar): Add menu item.
20120
20121 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20122
20123         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20124         (gnus-treat-*): Add `first' in all doc strings.
20125
20126         * gnus-group.el (gnus-group-compact-group): Fix typo.
20127
20128 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * gnus.el (gnus-parameters-case-fold-search): New variable.
20131         (gnus-parameters-get-parameter): Use it.
20132
20133         * gnus-score.el (gnus-home-score-file): Doc fix.
20134
20135 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20136
20137         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20138
20139 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * mm-util.el (mm-special-display-p): New function.
20142
20143         * mml.el (mml-preview): Use it; doc fix.
20144
20145 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20146
20147         * imap.el (imap-open): Handle case where buffer is a buffer object.
20148
20149 2005-10-29  Romain Francoise  <romain@orebokech.com>
20150
20151         * message.el (message-fix-before-sending): Fix comment.
20152
20153 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20154
20155         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20156
20157 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20158
20159         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20160         Used in gnus-score.el.
20161
20162 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20163
20164         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20165
20166 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20169         whitespace removed in revision 7.8.  Use concatenated string to
20170         protect trailing whitespace.
20171
20172 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20173
20174         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20175         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20176         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20177         Courier IMAP ("some version from 2004").  Mostly based on similar
20178         code in the same function.
20179
20180 2005-10-26  Didier Verna  <didier@xemacs.org>
20181
20182         * gnus-group.el (gnus-group-compact-group): Invalidate original
20183         article buffer.
20184         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20185         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20186         NOV database and in article itself.
20187         Invalidate article backlog.
20188
20189 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20190
20191         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20192
20193 2005-10-26  Simon Josefsson  <jas@extundo.com>
20194
20195         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20196         part of 2004-07-25 change.
20197
20198 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20199
20200         * message.el (message-display-completion-list): New function.
20201         (message-expand-group): Use it; make sure the Completions buffer
20202         is modifiable.
20203 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20204
20205         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20206         user-mail-name is an empty string.
20207
20208 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20209
20210         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20211         depending on gnus-score-decay-constant.
20212
20213         * encrypt.el (encrypt-insert-file-contents)
20214         (encrypt-write-file-contents): Don't use `gnus-message'.
20215
20216         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20217         arguments.
20218         (mm-uu-type-alist): Add message-marks and insert-marks.
20219         Pass arguments to mm-uu-verbatim-marks-extract.
20220         (mm-uu-hide-markers): New variable.
20221         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20222
20223         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20224         (gnus-convert-image-to-face-command): Use "convert" by default to
20225         allow other input image formats.
20226         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20227         accordingly.
20228
20229 2005-10-23  Simon Josefsson  <jas@extundo.com>
20230
20231         * imap.el (imap-gssapi-program): Align command line parameters
20232         with latest GNU SASL.
20233         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20234
20235 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20236
20237         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20238         HTML.
20239         (nnslashdot-request-article): Ditto.
20240
20241         * lpath.el (featurep): Add nobreak-char-display.
20242
20243 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20244
20245         * mail-source.el (mail-source-fetch-pop): Require pop3.
20246         (mail-source-check-pop): Ditto.
20247
20248 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20249
20250         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20251         errors.
20252
20253 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20254
20255         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20256         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20257
20258         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20259
20260         * mm-bodies.el (mm-decode-string):
20261         Call `mm-charset-to-coding-system' with allow-override argument.
20262
20263 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20266         (rfc2047-charset-to-coding-system): New function.
20267         (rfc2047-decode-encoded-words): New function.
20268         (rfc2047-decode-region): Use them.
20269         (rfc2047-decode-cte): Remove.
20270         (rfc2047-parse-and-decode): Remove.
20271         (rfc2047-decode): Remove.
20272
20273 2005-10-15  Kenichi Handa  <handa@m17n.org>
20274
20275         * rfc2047.el (rfc2047-decode-cte): New function.
20276         (rfc2047-decode-region): Change the way to decode successive
20277         encoded-words: decode B- or Q-encoding in each encoded-word,
20278         concatenate them, and decode it as charset.
20279
20280 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20281
20282         * lpath.el: Fbind codepage-setup for XEmacs.
20283
20284 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20285
20286         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20287         widget-move-and-invoke.
20288         (gnus-custom-mode): Use gnus-custom-map.
20289
20290 2005-10-15  Bill Wohler  <wohler@newt.com>
20291
20292         * message.el (message-tool-bar-map): Rename image file from
20293         mail_send to mail/send.
20294
20295 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20296
20297         * message.el (message-expand-group): Pass the common
20298         prefix substring of completion to `display-completion-list'.
20299
20300 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20301
20302         * mml-sec.el (mml-secure-method): New internal variable.
20303         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20304         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20305         New functions using mml-secure-method.
20306
20307         * mml.el (mml-mode-map): Add key bindings for those functions.
20308         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20309         Harder <harder@myrealbox.com>.
20310         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20311         Goto end of message if point is the headers of the message.
20312
20313         * message.el (message-in-body-p): New function.
20314
20315         * assistant.el: Autoload gnus-util and netrc.
20316
20317         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20318         Use `mm-charset-override-alist' only when decoding.
20319
20320         * mm-bodies.el (mm-decode-body):
20321         Call `mm-charset-to-coding-system' with allow-override argument.
20322
20323         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20324         `filename' from Content-Disposition if Content-Type doesn't
20325         provide `name'.
20326         (gnus-mime-view-part-as-type): Set default instead of
20327         initial-input.
20328
20329 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20330
20331         * format-spec.el (format-spec): Propagate text properties of % spec.
20332
20333 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20334
20335         * gnus-art.el (gnus-treat-predicate): Add `first'.
20336
20337 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20338
20339         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20340         (mm-charset-override-alist): New variable.
20341         (mm-charset-to-coding-system): Use it.
20342         (mm-codepage-setup): New helper function.
20343         (mm-charset-eval-alist): New variable.
20344         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20345         Warn about unknown charsets.
20346
20347         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20348
20349 2005-10-04  David Hansen  <david.hansen@gmx.net>
20350
20351         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20352         (nnrss-check-group): Ditto.
20353
20354 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20355
20356         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20357         Rename x-gnus-verbatim to x-verbatim.
20358         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20359
20360         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20361         x-verbatim.
20362
20363         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20364
20365         * gnus-util.el (gnus-remove-duplicates): Remove.
20366
20367         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20368         instead of gnus-remove-duplicates.
20369
20370         * message.el (message-remove-duplicates): Remove.
20371         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20372         message-remove-duplicates.
20373
20374         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20375         available, else use implementation from `delete-dups'.
20376
20377         * message.el (message-insert-expires): New function.
20378         (message-mode-map): Add key binding.
20379         (message-mode-field-menu): Add menu entry.
20380         (message-mode): Document it.
20381         (message-make-expires-date): Use `message-make-date'.
20382
20383 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20384
20385         * message.el (message-make-expires-date): New function.
20386
20387 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20388
20389         * Makefile.in (list-installed-shadows): New entry.
20390         (install): Use it.
20391         (remove-installed-shadows): New entry.
20392
20393         * dgnushack.el (dgnushack-default-load-path): New variable.
20394         (dgnushack-find-lisp-shadows): New function.
20395         (dgnushack-remove-lisp-shadows): New function.
20396
20397 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * Makefile.in (install-el-elc): New entry.
20400         (install): Use it so that .el files are necessarily installed.
20401
20402 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20403
20404         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20405
20406 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20407
20408         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20409         function rather than the diff-mode.el package.
20410         (mm-display-external): Use with-current-buffer.
20411         (mm-viewer-completion-map, mm-viewer-completion-map):
20412         Move initialization inside declaration.
20413
20414 2005-09-29  Simon Josefsson  <jas@extundo.com>
20415
20416         * spam.el: Load hashcash when compiling, to avoid warnings.
20417         Don't autoload mail-check-payment.
20418         (spam-check-hashcash): Define unconditionally, since hashcash.el
20419         is part of Gnus now.  Ignore errors from payment checking.
20420
20421 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20422
20423         * message.el (message-bold-region, message-unbold-region):
20424         Rename from `bold-region' and `unbold-region'.
20425
20426         * message.el: Remove useless autoloads.
20427
20428 2005-09-28  Simon Josefsson  <jas@extundo.com>
20429
20430         * message.el (message-use-idna): Default to t.
20431         (message-use-idna): Test whether encoding works too.  Doc fix.
20432
20433 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * nntp.el (nntp-warn-about-losing-connection): Remove.
20436
20437 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20438
20439         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20440         customizable.  Change default value.
20441         (mm-uu-diff-groups-regexp): Change default value.
20442         (mm-uu-type-alist): Add doc string.
20443         (mm-uu-configure): Add doc string.  Make it interactive.
20444         (mm-uu-tex-groups-regexp): New variable.
20445         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20446         (mm-uu-type-alist): Add LaTeX documents.
20447         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20448         of "text/verbatim".
20449         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20450
20451         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20452         instead of "text/verbatim".
20453
20454         * message.el (message-mark-inserted-region)
20455         (message-mark-insert-file): Use slrn style marks when called with
20456         prefix argument.
20457
20458 2005-09-27  Simon Josefsson  <jas@extundo.com>
20459
20460         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20461
20462 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20463
20464         * message.el (message-remove-duplicates): New function.
20465         Implementation borrowed from `gnus-remove-duplicates'.
20466         (message-idna-to-ascii-rhs): Also encode idna addresses in
20467         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20468         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20469         only ask about the same idna domain once per header and also tell
20470         in what header to replace the idna domain.
20471
20472         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20473         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20474         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20475         a header is decoded and not just the last one.
20476
20477 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20480         has been decoded.
20481
20482         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20483         (mm-insert-part): Don't modify text if it has been decoded.
20484
20485         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20486         decoded.
20487
20488         * mm-view.el (mm-inline-text): Don't strip text props unless
20489         decoding enriched or richtext parts.
20490
20491 2005-09-25  Romain Francoise  <romain@orebokech.com>
20492
20493         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20494         * gnus-start.el (gnus-subscribe-interactively):
20495         * gnus-uu.el (gnus-uu-grab-articles):
20496         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20497         space.
20498
20499 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20500
20501         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20502         * mm-view.el (mm-view-pkcs7-decrypt):
20503         * gnus-sum.el (gnus-summary-limit-to-extra)
20504         (gnus-summary-respool-article, gnus-read-move-group-name):
20505         * gnus-score.el (gnus-summary-increase-score):
20506         * gnus-util.el (gnus-completing-read-with-default):
20507         * gnus-art.el (gnus-read-save-file-name)
20508         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20509         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20510         * message.el (message-check-news-header-syntax):
20511         Follow convention for reading with the minibuffer.
20512
20513 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * spam-report.el (spam-report-url-ping-plain):
20516         Use gnus-extended-version as User-Agent.
20517
20518         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20519         default value is nil.
20520
20521         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20522         (mm-uu-verbatim-marks-extract): New function.
20523         (mm-uu-extract): New face.
20524         (mm-uu-copy-to-buffer): Use it.
20525
20526         * spam-report.el (spam-report-gmane-ham): Rename from
20527         `spam-report-gmane-unspam'.
20528         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20529         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20530
20531         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20532         Autoload.
20533         (spam-report-gmane-unregister-routine):
20534         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20535
20536 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20537
20538         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20539         (spam-report-gmane-unregister-routine): Add support for gmane
20540         unregistration.
20541
20542         * spam-report.el (spam-report-gmane-unspam)
20543         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20544         (spam-report-gmane): Change to take a single article and do unspam
20545         registration.
20546
20547 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * mm-url.el (mm-url-decode-entities): Fix regexp.
20550
20551 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20552
20553         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20554         default to nil, to be able to use Gnus at all.  If the default
20555         switches to something else, then the function should be fixed not
20556         be exceedingly slow.
20557
20558 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20559
20560         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20561         fail hard.
20562
20563         * spam-report.el: Add better Keywords line.
20564
20565         * spam.el: Add Maintainer and better Keywords line.
20566
20567 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20568
20569         * gnus-art.el (gnus-article-replace-part)
20570         (gnus-mime-replace-part): New functions.
20571         (gnus-mime-action-alist, gnus-mime-button-commands)
20572         (gnus-mime-save-part-and-strip): Add file argument.
20573         (gnus-article-part-wrapper): Add interactive argument.
20574
20575         * gnus-sum.el (gnus-summary-mime-map):
20576         Add `gnus-article-replace-part'.
20577
20578 2005-09-19  Didier Verna  <didier@xemacs.org>
20579
20580         The nnml compaction feature:
20581         * nnml.el (nnml-request-compact-group): New function.
20582         * nnml.el (nnml-request-compact): New function.
20583         * gnus-int.el (gnus-request-compact-group): New function.
20584         * gnus-int.el (gnus-request-compact): New function.
20585         * gnus-group.el (gnus-group-compact-group): New function.
20586         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20587         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20588         * gnus-srvr.el (gnus-server-compact-server): New function.
20589         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20590         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20591
20592 2005-09-18  Deepak Goel  <deego@gnufans.org>
20593
20594         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20595         format spec.
20596
20597 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20600
20601 2005-09-15  Romain Francoise  <romain@orebokech.com>
20602
20603         * message.el (message-fill-paragraph): Clarify docstring.
20604
20605 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20606
20607         * gnus-art.el (gnus-mime-display-part): Protect against broken
20608         MIME messages.
20609
20610 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20613         before parsing header.
20614
20615 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20616
20617         * html2text.el (html2text-replace-list): Add new entities.
20618
20619 2005-09-11  Romain Francoise  <romain@orebokech.com>
20620
20621         * message.el (message-alternative-emails): Improve docstring.
20622         (message-setup-1): Call `message-use-alternative-email-as-from'
20623         after `message-setup-hook' to give it precedence over posting
20624         styles, etc.
20625         (message-use-alternative-email-as-from): Add docstring.
20626         Remove the original From header if present.
20627
20628         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20629         (nnml-save-mail): Use it.
20630
20631         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20632         articles.  Add new argument `silent'.
20633         (gnus-uu-mark-all): Report the total number of marked articles.
20634
20635 2005-09-10  Romain Francoise  <romain@orebokech.com>
20636
20637         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20638         (gnus-uu-mark-series): Likewise.
20639
20640 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20641
20642         * spam-report.el (spam-report-gmane): Fix generation of spam
20643         report URL.
20644
20645 2005-09-10  Simon Josefsson  <jas@extundo.com>
20646
20647         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20648         t, based on discussion on the ding list with Robert Epprecht
20649         <epprecht@solnet.ch>.
20650
20651 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * spam-report.el (spam-report-gmane): Make it work without
20654         X-Report-Spam header.  Gmane now only provides Archived-At.
20655         This is only used if `spam-report-gmane-use-article-number' is nil.
20656         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20657
20658         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20659         make `gnus-summary-sort-by-recipient' work with threading.
20660
20661         * nnweb.el (nnweb-google-wash-article): Print a message if article
20662         is not available.
20663
20664 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20665
20666         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20667         change.  Decode text/* parts content before displaying.
20668
20669 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20670
20671         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20672
20673 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20674
20675         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20676
20677         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20678         url-package-name, url-package-version,
20679         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20680         w3m-display-inline-images, and w3m-minor-mode-map.
20681
20682 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20683
20684         * message.el (message-tab-body-function): Fix mismatched custom type.
20685
20686         * gnus.el (gnus-group-change-level-function): Ditto.
20687
20688         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20689
20690         * gnus-art.el (gnus-signature-limit)
20691         (gnus-article-mime-part-function): Ditto.
20692
20693 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20694
20695         * mml.el (mml-mode): Silence the byte compiler.
20696
20697         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20698         using `(sit-for 0)' before moving the point to the specified part;
20699         skip unbuttonized parts.
20700         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20701         return to the summary window if gnus-auto-select-part is non-nil.
20702
20703 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20706         New variables.
20707         (mml-dnd-attach-file, mml-mode): Use them.
20708
20709         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20710         Make fetching article by MID work again for Google Groups.
20711         Add FIXME concerning gnus-group-make-web-group.
20712
20713         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20714         Don't depend on Gnus by using mail-extract-address-components if
20715         gnus-extract-address-components is not bound.
20716
20717 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20718
20719         * gnus-art.el (gnus-mime-display-security): Don't display the
20720         signature, but only the signed part.
20721
20722 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20723
20724         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20725
20726         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20727         list, not listp.
20728
20729 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20730
20731         * mm-encode.el (mm-encode-content-transfer-encoding):
20732         Likewise when encoding.
20733
20734         * mm-bodies.el (mm-decode-content-transfer-encoding):
20735         De-canonicalize CRLF for all text content types, not just
20736         text/plain.
20737
20738 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20739
20740         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20741         valid article; point arrow and cursor at the MIME button.
20742
20743 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20746         Suggested by Dan Christensen <jdc@uwo.ca>.
20747
20748         * mm-decode.el (mm-save-part): Enable change of prompt.
20749
20750 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20751
20752         * gnus-msg.el (gnus-inews-add-send-actions):
20753         Make `message-post-method' lambda parameter ARG `&optional'.
20754
20755 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20756
20757         * gnus-sum.el (gnus-summary-mime-map):
20758         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20759         gnus-article-jump-to-part.
20760
20761         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20762         (gnus-article-edit-part): Use it.
20763         (gnus-article-part-wrapper): Add no-handle argument.
20764         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20765         New functions.
20766
20767 2005-08-29  Romain Francoise  <romain@orebokech.com>
20768
20769         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20770         docstring.
20771         (gnus-face-from-file): Likewise.
20772
20773 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20774
20775         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20776         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20777         non-nil.
20778         (gnus-auto-select-part): New variable.
20779         (gnus-article-jump-to-part): New function.
20780         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20781         (gnus-mime-delete-part): Allow selecting specified part after
20782         deleting or stripping parts.
20783         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20784         part if argument is bogus.
20785
20786 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20787
20788         * gnus-art.el (w3m-minor-mode-map):
20789         * gnus-spec.el (gnus-newsrc-file-version):
20790         * gnus-util.el (nnmail-active-file-coding-system)
20791         (gnus-original-article-buffer, gnus-user-agent):
20792         * gnus.el (gnus-ham-process-destinations)
20793         (gnus-parameter-ham-marks-alist)
20794         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20795         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20796         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20797         * mm-decode.el (gnus-current-window-configuration):
20798         * mm-extern.el (gnus-article-mime-handles):
20799         * mm-url.el (url-current-object, url-package-name)
20800         (url-package-version):
20801         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20802         (smime-keys, w3m-cid-retrieve-function-alist)
20803         (w3m-current-buffer, w3m-display-inline-images)
20804         (w3m-minor-mode-map):
20805         * mml-smime.el (gnus-extract-address-components):
20806         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20807         (gnus-newsrc-hashtb, message-default-charset)
20808         (message-deletable-headers, message-options)
20809         (message-posting-charset, message-required-mail-headers)
20810         (message-required-news-headers):
20811         * mml1991.el (mc-pgp-always-sign):
20812         * mml2015.el (mc-pgp-always-sign):
20813         * nnheader.el (nnmail-extra-headers):
20814         * rfc1843.el (gnus-decode-encoded-word-function)
20815         (gnus-decode-header-function, gnus-newsgroup-name):
20816         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20817
20818 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20819
20820         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20821         the end of the date treatments.
20822
20823 2005-08-15  Simon Josefsson  <jas@extundo.com>
20824
20825         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20826         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20827         Capello and Romain Francoise.
20828         (pgg-fetch-key-function): Remove, not used?
20829         (pgg-insert-url-with-w3): Require url, to get
20830         url-insert-file-contents regardless of where it is defined.
20831
20832 2005-08-13  Romain Francoise  <romain@orebokech.com>
20833
20834         * message.el (message-cite-original-1): New function.
20835         (message-cite-original): Use it.
20836         (message-cite-original-without-signature): Ditto.
20837
20838 2005-08-08  Romain Francoise  <romain@orebokech.com>
20839
20840         * message.el (message-yank-empty-prefix): New variable.
20841         (message-indent-citation): Use it.
20842         (message-cite-original-without-signature): Respect X-No-Archive.
20843
20844 2005-08-08  Simon Josefsson  <jas@extundo.com>
20845
20846         * pgg.el: Autoload url-insert-file-contents instead of loading
20847         w3/url.
20848         (pgg-insert-url-with-w3): Don't load url here.
20849
20850 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20851
20852         * message.el (message-kill-to-signature): Don't insert newline at
20853         bol.
20854         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20855
20856 2005-08-06  Romain Francoise  <romain@orebokech.com>
20857
20858         * message.el (message-user-fqdn): Fix typo in docstring.
20859
20860 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20861
20862         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20863
20864         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20865
20866 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * mm-bodies.el (mm-encode-body): Use coding system rather than
20869         charset to encode text.
20870
20871         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20872         number of charsets if utf-8 is available (XEmacs).
20873
20874 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20877         taken from `gnus-button-mid-or-mail-regexp'.
20878         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20879         (gnus-button-alist): Improve regexp for domain part of the MIDs
20880         for news:localpart@domain buttons.
20881         (gnus-button-ctan-directory-regexp): Update.
20882
20883 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * sieve-manage.el (sieve-manage-interactive-login):
20886         Use make-local-variable rather than make-variable-buffer-local.
20887         (sieve-manage-open): Ditto.
20888         (sieve-manage-authenticate): Ditto.
20889
20890         * mml.el (mml-generate-mime-1): Make the content type default to
20891         text/plain if the filename is not specified.
20892
20893 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20896         instead of insert-buffer.
20897
20898         * message.el (message-yank-original): Ditto; set the mark at the
20899         end of the yanked message.
20900
20901 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20902
20903         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20904         lines to scroll rather than to stop it.
20905
20906         * mml.el (mml-generate-default-type): Add doc string.
20907         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20908         default to application/octet-stream when determining the content
20909         type if it is not specified for the part or the mml contents; add
20910         a comment about mml-generate-default-type.
20911
20912 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20913
20914         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20915         make it default to application/octet-stream when determining the
20916         content type if it is not specified for the external contents.
20917
20918 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20919
20920         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20921         segmented parameter but also other parameters might be there.
20922
20923 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * mm-decode.el (mm-display-external): Delete temp file, directory
20926         and buffer immediately if the external process is exited.
20927
20928 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20929
20930         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20931         fewer lines than that of scroll-margin.
20932         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20933
20934 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20935
20936         * gnus-art.el (gnus-article-next-page): Revert.
20937         (gnus-article-beginning-of-window): New macro.
20938         (gnus-article-next-page-1): Use it.
20939         (gnus-article-prev-page): Ditto.
20940         (gnus-article-edit-part): Use insert-buffer-substring instead of
20941         insert-buffer.
20942         (gnus-article-edit-exit): Ditto.
20943
20944         * gnus-util.el (gnus-beginning-of-window): Remove.
20945         (gnus-end-of-window): Remove.
20946
20947         * lpath.el: Don't bind header-line-format and scroll-margin.
20948
20949 2005-07-25  Simon Josefsson  <jas@extundo.com>
20950
20951         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20952         to have the url package without w3.  Reported by Daiki Ueno
20953         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20954
20955 2005-07-20  Didier Verna  <didier@xemacs.org>
20956
20957         * gnus-diary.el: Remove the description comment (nndiary is now
20958         properly documented in the Gnus manual).
20959         Fix the spelling of "Back End".
20960         * nndiary.el: Ditto.
20961         Fix the copyright notice.
20962
20963 2005-07-18  Romain Francoise  <romain@orebokech.com>
20964
20965         * gnus-sum.el (gnus-summary-to-prefix)
20966         (gnus-summary-newsgroup-prefix): New variables.
20967         (gnus-summary-from-or-to-or-newsgroups): Use them.
20968
20969 2005-07-17  Romain Francoise  <romain@orebokech.com>
20970
20971         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20972         space as it's generally not especially interesting to the user.
20973
20974 2005-07-16  Romain Francoise  <romain@orebokech.com>
20975
20976         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20977         nil to avoid prompting and file modification if one of the
20978         messages at the top of the nnfolder file contains a copyright
20979         notice.
20980         Update copyright notice.
20981
20982         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20983         instead of `current-time-string' as the latter creates a time
20984         string that is not RFC 2822 compliant (it lacks the zone).
20985         Update copyright notice.
20986
20987 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20988
20989         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20990         for text/rtf.  Display default in prompt.  Pass default for M-n.
20991
20992         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20993
20994 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20995
20996         * gnus-msg.el (gnus-button-mailto):
20997         Remove save-selected-window-window hackery because it relies on
20998         save-selected-window internals.
20999
21000 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21001
21002         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21003         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21004         (gnus-article-prev-page): Ditto.
21005
21006         * gnus-util.el (gnus-beginning-of-window): New function.
21007         (gnus-end-of-window): New function.
21008
21009         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21010
21011 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21012
21013         * gnus-score.el (gnus-score-edit-all-score):
21014         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21015         gnus-message.
21016
21017 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21018
21019         * gnus-msg.el (gnus-button-mailto):
21020         Remove save-selected-window-window hackery because it relies on
21021         save-selected-window internals.
21022
21023 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21024
21025         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21026         add-minor-mode.
21027         (gnus-binary-mode): Ditto.
21028
21029         * gnus-topic.el (gnus-topic-mode): Ditto.
21030
21031 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21032
21033         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21034         (gnus-article-prev-page): Take scroll-margin into consideration.
21035
21036 2005-07-04  Lute Kamstra  <lute@gnu.org>
21037
21038         Update FSF's address in GPL notices.
21039
21040 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21041
21042         * gnus.el (gnus-exit):
21043         * gnus-group.el (gnus-group-icons):
21044         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21045
21046         * gnus-nocem.el (gnus-nocem):
21047         * message.el (message-various, message-buffers, message-sending)
21048         (message-interface, message-forwarding, message-insertion)
21049         (message-headers, message-news, message-mail):
21050         * pgg-gpg.el (pgg-gpg):
21051         * pgg-parse.el (pgg-parse):
21052         * pgg-pgp.el (pgg-pgp):
21053         * pgg-pgp5.el (pgg-pgp5):
21054         * pop3.el (pop3): Finish `defgroup' description with period.
21055
21056 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21057
21058         * gnus-art.el (article-display-face): Improve the efficiency.
21059         (article-display-x-face): Ditto; remove gray x-face stuff.
21060
21061 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * gnus-art.el (article-display-face): Correct the position in
21064         which Faces are inserted.
21065
21066 2005-06-29  Didier Verna  <didier@xemacs.org>
21067
21068         * gnus-art.el (article-display-face): Display faces in correct
21069         order.
21070
21071 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21074         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21075         (gnus-nocem-check-article): Fetch the Type header.
21076         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21077         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21078         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21079         make sure gnus-nocem-hashtb is initialized.
21080         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21081         (gnus-nocem-unwanted-article-p): Ditto.
21082
21083         * pgg.el (pgg-verify): Return the verification result.
21084
21085 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21086
21087         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21088         is ascii.
21089
21090 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21091
21092         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21093         `show-nonbreak-escape'.
21094
21095 2005-06-23  Lute Kamstra  <lute@gnu.org>
21096
21097         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21098
21099         * dig.el (dig-mode):
21100         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21101
21102 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21103
21104         * nnimap.el (nnimap-split-download-body): Fix spellings.
21105
21106 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21107
21108         * gnus-art.el (gnus-article-encrypt-body):
21109         * gnus-cus.el (gnus-score-customize):
21110         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21111         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21112
21113 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21114
21115         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21116         header by looking for magic "MII" at the beginning.
21117
21118 2005-06-16  Miles Bader  <miles@gnu.org>
21119
21120         * gnus-xmas.el (gnus-xmas-group-startup-message):
21121         Use renamed gnus-splash face.
21122
21123         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21124         (assistant-field-face): New backward-compatibility alias for renamed
21125         face.
21126         (assistant-render-text): Use renamed assistant-field face.
21127
21128         * spam.el (spam): Remove "-face" suffix from face name.
21129         (spam-face): New backward-compatibility alias for renamed face.
21130         (spam-face, spam-initialize): Use renamed spam face.
21131
21132         * message.el (message-header-to, message-header-cc)
21133         (message-header-subject, message-header-newsgroups)
21134         (message-header-other, message-header-name)
21135         (message-header-xheader, message-separator, message-cited-text)
21136         (message-mml): Remove "-face" suffix from face names.
21137         (message-header-to-face, message-header-cc-face)
21138         (message-header-subject-face, message-header-newsgroups-face)
21139         (message-header-other-face, message-header-name-face)
21140         (message-header-xheader-face, message-separator-face)
21141         (message-cited-text-face, message-mml-face):
21142         New backward-compatibility aliases for renamed faces.
21143         (message-font-lock-keywords): Use renamed message faces.
21144
21145         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21146         (sieve-test-commands, sieve-tagged-arguments):
21147         Remove "-face" suffix from face names.
21148         (sieve-control-commands-face, sieve-action-commands-face)
21149         (sieve-test-commands-face, sieve-tagged-arguments-face):
21150         New backward-compatibility aliases for renamed faces.
21151         (sieve-control-commands-face, sieve-action-commands-face)
21152         (sieve-test-commands-face, sieve-tagged-arguments-face):
21153         Use renamed sieve faces.
21154
21155         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21156         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21157         (gnus-group-news-3-empty, gnus-group-news-4)
21158         (gnus-group-news-4-empty, gnus-group-news-5)
21159         (gnus-group-news-5-empty, gnus-group-news-6)
21160         (gnus-group-news-6-empty, gnus-group-news-low)
21161         (gnus-group-news-low-empty, gnus-group-mail-1)
21162         (gnus-group-mail-1-empty, gnus-group-mail-2)
21163         (gnus-group-mail-2-empty, gnus-group-mail-3)
21164         (gnus-group-mail-3-empty, gnus-group-mail-low)
21165         (gnus-group-mail-low-empty, gnus-summary-selected)
21166         (gnus-summary-cancelled, gnus-summary-high-ticked)
21167         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21168         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21169         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21170         (gnus-summary-low-undownloaded)
21171         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21172         (gnus-summary-low-unread, gnus-summary-normal-unread)
21173         (gnus-summary-high-read, gnus-summary-low-read)
21174         (gnus-summary-normal-read, gnus-splash):
21175         Remove "-face" suffix from face names.
21176         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21177         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21178         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21179         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21180         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21181         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21182         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21183         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21184         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21185         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21186         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21187         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21188         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21189         (gnus-summary-normal-ticked-face)
21190         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21191         (gnus-summary-normal-ancient-face)
21192         (gnus-summary-high-undownloaded-face)
21193         (gnus-summary-low-undownloaded-face)
21194         (gnus-summary-normal-undownloaded-face)
21195         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21196         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21197         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21198         (gnus-splash-face):
21199         New backward-compatibility aliases for renamed faces.
21200         (gnus-group-startup-message): Use renamed gnus faces.
21201
21202         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21203         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21204         (gnus-server-agent): Remove "-face" suffix from face names.
21205         (gnus-server-agent-face, gnus-server-opened-face)
21206         (gnus-server-closed-face, gnus-server-denied-face)
21207         (gnus-server-offline-face):
21208         New backward-compatibility aliases for renamed faces.
21209         (gnus-server-agent-face, gnus-server-opened-face)
21210         (gnus-server-closed-face, gnus-server-denied-face)
21211         (gnus-server-offline-face): Use renamed gnus faces.
21212
21213         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21214         Remove "-face" suffix from face names.
21215         (gnus-picon-xbm-face, gnus-picon-face):
21216         New backward-compatibility aliases for renamed faces.
21217
21218         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21219         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21220         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21221         (gnus-cite-11): Remove "-face" suffix from face names.
21222         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21223         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21224         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21225         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21226         New backward-compatibility aliases for renamed faces.
21227         (gnus-cite-attribution-face, gnus-cite-face-list)
21228         (gnus-article-boring-faces): Use renamed gnus faces.
21229
21230         * gnus-art.el (gnus-signature, gnus-header-from)
21231         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21232         (gnus-header-content): Remove "-face" suffix from face names.
21233         (gnus-signature-face, gnus-header-from-face)
21234         (gnus-header-subject-face, gnus-header-newsgroups-face)
21235         (gnus-header-name-face, gnus-header-content-face):
21236         New backward-compatibility aliases for renamed faces.
21237         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21238
21239         * gnus-sum.el (gnus-summary-selected-face)
21240         (gnus-summary-highlight): Use renamed gnus faces.
21241         * gnus-group.el (gnus-group-highlight): Likewise.
21242
21243 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21244
21245         * gnus-sieve.el (gnus-sieve-article-add-rule):
21246         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21247         * spam-stat.el (spam-stat-buffer-change-to-spam)
21248         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21249
21250         * message.el (message-is-yours-p):
21251         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21252
21253 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * mm-view.el (mm-inline-text): Withdraw the last change.
21256
21257 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21258
21259         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21260         executing enriched-decode.
21261
21262 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21263
21264         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21265         charset of tar files.
21266
21267 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21268
21269         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21270
21271 2005-06-04  Lute Kamstra  <lute@gnu.org>
21272
21273         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21274         information is never recorded.
21275
21276 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21277
21278         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21279
21280 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21281
21282         * pop3.el (pop3-apop): Run md5 in the binary mode.
21283
21284         * starttls.el (starttls-set-process-query-on-exit-flag):
21285         Use eval-and-compile.
21286
21287 2005-05-31  Simon Josefsson  <jas@extundo.com>
21288
21289         * smime.el (smime-replace-in-string): Define.
21290         (smime-cert-by-ldap-1): Use it.
21291
21292 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-art.el (article-display-x-face): Replace
21295         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21296
21297         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21298         set-process-query-on-exit-flag or process-kill-without-query.
21299
21300         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21301         loop instead of replace-regexp.
21302
21303         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21304         instead of process-kill-without-query if it is available.
21305
21306         * lpath.el: Fbind ldap-search-entries.
21307
21308         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21309         instead of find-file-hooks if it is available.
21310
21311         * mml1991.el: Bind pgg-default-user-id when compiling.
21312
21313         * mml2015.el: Bind pgg-default-user-id when compiling.
21314
21315         * nndraft.el (nndraft-request-associate-buffer):
21316         Use write-contents-functions instead of write-contents-hooks if it is
21317         available.
21318
21319         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21320         instead of find-file-hooks if it is available.
21321
21322         * nntp.el (nntp-open-connection): Replace
21323         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21324         (nntp-open-ssl-stream): Ditto.
21325         (nntp-open-tls-stream): Ditto.
21326
21327         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21328         set-process-query-on-exit-flag or process-kill-without-query.
21329         (starttls-open-stream-gnutls): Use it instead of
21330         process-kill-without-query.
21331         (starttls-open-stream): Ditto.
21332
21333 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21334
21335         * smime.el (smime-cert-by-ldap-1): Don't use
21336         replace-regexp-in-string.
21337
21338 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21339
21340         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21341
21342         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21343         in PEM format.  Adjust to the XEmacs compatibility.
21344
21345 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21346
21347         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21348         by `string-to-number'.
21349         * gnus-agent.el (gnus-agent-regenerate-group)
21350         (gnus-agent-fetch-articles): Ditto.
21351         * gnus-art.el (gnus-button-fetch-group): Ditto.
21352         * gnus-cache.el (gnus-cache-generate-active)
21353         (gnus-cache-articles-in-group): Ditto.
21354         * gnus-group.el (gnus-group-set-current-level)
21355         (gnus-group-insert-group-line): Ditto.
21356         * gnus-score.el (gnus-score-set-expunge-below)
21357         (gnus-score-set-mark-below, gnus-summary-score-effect)
21358         (gnus-summary-score-entry): Ditto.
21359         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21360         (gnus-soup-pack): Ditto.
21361         * gnus-spec.el (gnus-xmas-format): Ditto.
21362         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21363         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21364         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21365         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21366         * nndb.el (nndb-get-remote-expire-response): Ditto.
21367         * nndiary.el (nndiary-parse-schedule-value)
21368         (nndiary-string-to-number, nndiary-request-replace-article)
21369         (nndiary-request-article): Ditto.
21370         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21371         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21372         * nneething.el (nneething-make-head): Ditto.
21373         * nnfolder.el (nnfolder-request-article)
21374         (nnfolder-retrieve-headers): Ditto.
21375         * nnheader.el (nnheader-file-to-number): Ditto.
21376         * nnkiboze.el (nnkiboze-request-article): Ditto.
21377         * nnmail.el (nnmail-process-unix-mail-format)
21378         (nnmail-process-babyl-mail-format): Ditto.
21379         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21380         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21381         (nnmh-request-create-group, nnmh-request-list-1)
21382         (nnmh-request-group, nnmh-request-article): Ditto.
21383         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21384         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21385         * nnsoup.el (nnsoup-make-active): Ditto.
21386         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21387         * nntp.el (nntp-find-group-and-number)
21388         (nntp-retrieve-headers-with-xover): Ditto.
21389         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21390         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21391         (pgg-format-key-identifier): Ditto.
21392         * pop3.el (pop3-last, pop3-stat): Ditto.
21393         * qp.el (quoted-printable-decode-region): Ditto.
21394
21395         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21396         of concat.
21397
21398 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21399
21400         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21401
21402         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21403
21404         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21405
21406         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21407
21408         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21409
21410         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21411
21412         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21413         (gnus-carpal-mode): Ditto.
21414
21415         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21416         (gnus-browse-mode): Ditto.
21417
21418         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21419
21420         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21421
21422 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21423
21424         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21425
21426 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21427
21428         * gnus-util.el (gnus-run-mode-hooks): New function.
21429
21430         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21431
21432         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21433         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21434
21435 2005-05-27  Lute Kamstra  <lute@gnu.org>
21436
21437         * dns-mode.el (dns-mode): Specify customization group.
21438
21439 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21440
21441         * gnus-agent.el (gnus-agent-make-mode-line-string):
21442         Use mode-line-highlight as mouse-face.
21443
21444 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * canlock.el (canlock): Change the parent group to news.
21447
21448         * deuglify.el (gnus-outlook-deuglify): Add :group.
21449
21450         * dig.el (dig): Add :group.
21451
21452         * dns-mode.el (dns-mode): Add :group.
21453
21454         * encrypt.el (encrypt): Add :group.
21455
21456         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21457         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21458         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21459         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21460         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21461
21462         * gnus-diary.el (gnus-diary): Add :group.
21463
21464         * gnus.el (gnus-group-news-1-face): Add :group.
21465         (gnus-group-news-1-empty-face): Ditto.
21466         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21467         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21468         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21469         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21470         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21471         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21472         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21473         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21474         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21475         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21476         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21477         (gnus-summary-high-ticked-face): Ditto.
21478         (gnus-summary-low-ticked-face): Ditto.
21479         (gnus-summary-normal-ticked-face): Ditto.
21480         (gnus-summary-high-ancient-face): Ditto.
21481         (gnus-summary-low-ancient-face): Ditto.
21482         (gnus-summary-normal-ancient-face): Ditto.
21483         (gnus-summary-high-undownloaded-face): Ditto.
21484         (gnus-summary-low-undownloaded-face): Ditto.
21485         (gnus-summary-normal-undownloaded-face): Ditto.
21486         (gnus-summary-high-unread-face): Ditto.
21487         (gnus-summary-low-unread-face): Ditto.
21488         (gnus-summary-normal-unread-face): Ditto.
21489         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21490         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21491
21492         * hashcash.el (hashcash): New custom group.
21493         (hashcash-default-payment): Add :group.
21494         (hashcash-payment-alist): Ditto.
21495         (hashcash-default-accept-payment): Ditto.
21496         (hashcash-accept-resources): Ditto.
21497         (hashcash-path): Ditto.
21498         (hashcash-extra-generate-parameters): Ditto.
21499         (hashcash-double-spend-database): Ditto.
21500         (hashcash-in-news): Ditto.
21501
21502         * message.el (message-minibuffer-local-map): Add :group.
21503
21504         * netrc.el (netrc): Add :group.
21505
21506         * sieve-manage.el (sieve-manage-log): Add :group.
21507         (sieve-manage-default-user): Diito.
21508         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21509         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21510         (sieve-manage-authenticators): Ditto.
21511         (sieve-manage-authenticator-alist): Ditto.
21512         (sieve-manage-default-port): Ditto.
21513
21514         * sieve-mode.el (sieve-control-commands-face): Add :group.
21515         (sieve-action-commands-face): Ditto.
21516         (sieve-test-commands-face): Ditto.
21517         (sieve-tagged-arguments-face): Ditto.
21518
21519         * smime.el (smime): Add :group.
21520
21521         * spam-report.el (spam-report): Add :group.
21522
21523         * spam.el (spam, spam-face): Add :group.
21524
21525 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21526
21527         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21528         return \n.\n.\n at the end of articles.  Protect against that.
21529         (nntp-with-open-group): Allow debugging.
21530
21531         * nnheader.el (mail-header-set-extra): Make into a function
21532         because I just could't understand how to quote the list properly.
21533
21534         * dns.el (query-dns-cached): New function.
21535
21536 2005-05-26  Lute Kamstra  <lute@gnu.org>
21537
21538         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21539
21540 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21541
21542         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21543
21544         * gnus-art.el: Don't autoload mail-extract-address-components.
21545
21546         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21547         eval-and-compile to evaluate it.
21548
21549         * hashcash.el: Don't autoload executable-find.
21550
21551         * nndb.el: Don't declare the nndb back end two or more times; don't
21552         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21553
21554         * nntp.el: Autoload format-spec instead of format; use
21555         eval-and-compile to evaluate autoload forms.
21556
21557 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21558
21559         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21560
21561 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21562
21563         * gnus.el (gnus-version-number): Bump version.
21564
21565 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21566
21567         * gnus.el: No Gnus v0.3 is released.
21568
21569 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21570
21571         * lpath.el (featurep): Bind show-nonbreak-escape.
21572
21573 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * gnus-art.el (gnus-article-edit-part): Disable undo.
21576
21577 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21578
21579         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21580         gnus-article-date-lapsed-new-header is t if date timer is active;
21581         skip headers in which the original date value is empty.
21582         (gnus-article-save-original-date): Redefine it as a macro.
21583         (gnus-display-mime): Use it.
21584
21585 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21586
21587         * gnus-art.el (article-date-ut): Support converting date in
21588         forwarded parts as well.
21589         (gnus-article-save-original-date): New function.
21590         (gnus-display-mime): Use it.
21591
21592 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21593
21594         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21595         enclosure element of <item>.
21596
21597 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21598
21599         * message.el (message-kill-buffer-query): Rename from
21600         `message-kill-buffer-query-if-modified'.  Add :version.
21601
21602 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21603
21604         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21605         window layout.
21606
21607 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21608
21609         * mml.el: Autoload dnd when compiling.
21610
21611 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21612
21613         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21614         x-dnd-*.
21615
21616 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21617
21618         * qp.el (quoted-printable-encode-region): Save excursion.
21619
21620 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21621
21622         * message.el (message-kill-buffer-query-if-modified): Add new variable
21623         so the user can kill a modified message buffer quickly.
21624         (message-kill-buffer): Use it.
21625
21626 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21627
21628         * lpath.el: Fbind display-time-event-handler; don't fbind
21629         string-to-multibyte.
21630
21631         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21632
21633 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21634
21635         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21636         contained in text because xml.el decodes entities) with LFs.
21637
21638 2005-04-11  Lute Kamstra  <lute@gnu.org>
21639
21640         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21641         differently.
21642
21643 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21644
21645         * mm-util.el (mm-detect-coding-region): Typo.
21646
21647 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21650
21651 2005-04-06  Deepak Goel  <deego@gnufans.org>
21652
21653         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21654         user-function allow user modifications of the scores.
21655         (spam-stat-score-buffer-user): New function, to allow
21656         user-computed modifications to the score.
21657         (spam-stat-score-buffer-user-functions): List of additional
21658         scoring functions.
21659         (spam-stat-error-holder): Global temporary error holder.
21660         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21661         variable.
21662
21663 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21664
21665         * gnus-registry.el (gnus-registry-clean-empty-function)
21666         (gnus-registry-trim, gnus-registry-fetch-groups)
21667         (gnus-registry-delete-group): Groups that match
21668         `gnus-registry-ignored-groups' are removed from the registry
21669         entries, not just ignored for splitting.  This helps clean up the
21670         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21671         to get all the groups a message ID is in.
21672
21673         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21674         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21675         (spam-stat-score-buffer-user-functions): Add :number custom type.
21676
21677 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21680         argument in XEmacs.
21681
21682         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21683         (nnrss-request-group): Decode group name first.
21684         (nnrss-request-article): Make a text/plain article if mml-to-mime
21685         failed.
21686         (nnrss-get-encoding): Return a compatible encoding according to
21687         nnrss-compatible-encoding-alist.
21688         (nnrss-find-el): Use consp instead of listp.
21689         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21690
21691 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21692
21693         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21694         which Emacs 20 doesn't support.
21695         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21696
21697 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21698
21699         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21700         silence the byte compiler inside the defun.
21701
21702         * gnus-demon.el (parse-time-string): Add autoload.
21703
21704         * gnus-delay.el (parse-time-string): Add autoload.
21705
21706         * gnus-art.el (parse-time-string): Add autoload.
21707
21708         * nnultimate.el (parse-time): Require for `parse-time-string'.
21709
21710 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21713
21714         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21715
21716         * smime.el (smime-ldap-host-list): Add :version.
21717
21718 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21719
21720         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21721         pass it to `gnus-browse-read-group'.
21722         (gnus-browse-read-group): Add NUMBER argument and pass it to
21723         `gnus-group-read-ephemeral-group'.
21724
21725         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21726         argument and pass it to `gnus-group-read-group'.
21727
21728 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21729
21730         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21731         mm-xemacs-find-mime-charset-1 if we have the mule feature
21732         available at runtime.
21733
21734 2005-03-25  Werner Lemberg  <wl@gnu.org>
21735
21736         * nnmaildir.el: Replace `illegal' with `invalid'.
21737
21738 2005-03-23  Lute Kamstra  <lute@gnu.org>
21739
21740         * time-date.el: Add comment on time value formats.
21741         Don't require parse-time.
21742         (with-decoded-time-value): New macro.
21743         (encode-time-value): New function.
21744         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21745         (days-to-time): Return a valid time value when arg is huge.
21746         (time-since): Use time-subtract.
21747         (time-to-number-of-days): Use time-to-seconds.
21748
21749 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21750
21751         * gnus-start.el (gnus-display-time-event-handler):
21752         Check display-time-timer at runtime rather than only at load time
21753         in case display-time-mode is turned off in the mean time.
21754
21755 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21756
21757         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21758         used.
21759
21760         * nneething.el (nneething-map-file-directory): Derive from
21761         `gnus-directory'.
21762
21763         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21764         the To/Cc button.
21765
21766 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21767
21768         * nnmaildir.el (nnmaildir-request-accept-article):
21769         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21770
21771 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21772
21773         * gnus-async.el: Require timer-funcs at compile time when in
21774         XEmacs for `run-with-idle-timer'.
21775
21776 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21777
21778         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21779         autoloaded function.
21780
21781 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21782
21783         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21784
21785 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21786
21787         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21788
21789 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21790
21791         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21792         Add gnus-expert-user to default.
21793
21794 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21795
21796         * nnimap.el (nnimap-open-server): Ditto.
21797
21798         * imap.el (imap-authenticate): Fix typo.
21799
21800 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21801
21802         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21803         buffer (since IMAP server might return FETCH response out of
21804         order, and the nntp buffer must be sorted).
21805
21806 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21807
21808         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21809         comparison on string.
21810
21811         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21812         (gnus-agent-score): Rename category keywords to match gnus-cus.
21813         (gnus-agent-summary-fetch-series): Modify to protect against
21814         gnus-agent-summary-fetch-group clearing processable flags.
21815         (gnus-agent-synchronize-group-flags): Update live group buffer as
21816         synchronization may occur due to the user toggle the plugged
21817         status.
21818         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21819         successfully downloaded.
21820         (gnus-agent-expire-group-1): Avoid using markers when the overview
21821         is in ascending order; greatly improves performance.
21822         (gnus-agent-regenerate-group):
21823         Use gnus-agent-synchronize-group-flags to reset read status in both
21824         gnus and server.
21825         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21826
21827 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21828
21829         * message.el: Don't autoload former message-utils variables.
21830         (message-strip-subject-trailing-was): Change doc string.
21831
21832         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21833         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21834         (nnweb-google-search): Add "hl=en" here.
21835         (nnweb-google-parse-1, nnweb-google-create-mapping):
21836         Don't hardcode URL.
21837
21838 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21839
21840         * message.el (message-get-reply-headers, message-followup):
21841         Mention related variables `message-use-followup-to' and
21842         `message-use-mail-followup-to', in the information buffer.
21843
21844         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21845         of broken groups(-beta).google.com.
21846
21847 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21848
21849         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21850         parameter to invoked gnus-request-move-article; remove the
21851         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21852         all at once instead of once per article.
21853         (gnus-summary-remove-process-mark): Accept a list of articles as
21854         well as a single article for processing.
21855
21856         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21857         parameter.
21858
21859         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21860
21861         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21862
21863         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21864         parameter.
21865
21866         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21867         parameter.
21868
21869         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21870         parameter and remove the gnus-sum-hint-move-is-internal variable.
21871
21872         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21873         parameter.
21874
21875         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21876         parameter.
21877
21878         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21879         parameter.
21880
21881         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21882
21883         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21884         parameter.
21885
21886         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21887         parameter.
21888
21889 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21890
21891         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21892         a more conservative way.
21893
21894 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21895
21896         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21897         buffer, so it moves the window's cursor.
21898
21899 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21900
21901         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21902         `mm-dissect-multipart' and receive the from field as an (optional)
21903         argument from `mm-dissect-multipart'.
21904         (mm-dissect-multipart): Receive the from field as an argument and
21905         pass it on when we call `mm-dissect-buffer' on MIME parts.
21906         Fixes verification/decryption of signed/encrypted MIME parts.
21907
21908 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21909
21910         * gnus-sum.el (gnus-summary-move-article):
21911         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21912         whatever it calls (right now, only nnimap-request-move article
21913         respects it).
21914
21915         * nnimap.el (nnimap-request-move-article):
21916         When gnus-sum-hint-move-is-internal is set, don't do the extra
21917         nnimap-request-article.
21918
21919 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21920
21921         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21922
21923         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21924         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21925
21926         * gnus-sum.el (gnus-summary-caesar-message):
21927         Apply `gnus-treat-article' after rotation.
21928
21929         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21930         doc string.
21931
21932 2005-02-22  Simon Josefsson  <jas@extundo.com>
21933
21934         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21935         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21936         <arne@arnested.dk>.
21937         (encrypt): Add password-cache and password-cache-expiry as group
21938         members.
21939
21940 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21941
21942         * smime.el (smime-ldap-host-list): Doc fix.
21943         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21944         cache) password.
21945         (smime-sign-region): Use it.
21946         (smime-decrypt-region): Use it.
21947         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21948         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21949         fails.
21950         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21951         certificate from DER to PEM format rather than calling openssl.
21952
21953         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21954
21955         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21956         for signing/encryption.
21957
21958         * mml.el (mml-parse-1): Use them.
21959
21960 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21961
21962         * nnrss.el (nnrss-verbose): Remove.
21963         (nnrss-request-group): Use `nnheader-message' instead.
21964
21965 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21966
21967         * nnrss.el (nnrss-verbose): New variable.
21968         (nnrss-request-group): Make it say nnrss is requesting a group.
21969
21970 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21971
21972         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21973         Handle news URL with given port correctly.
21974
21975 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21978         containing special characters.
21979
21980         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21981
21982         * mml.el (mime-to-mml): Ditto.
21983
21984         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21985         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21986         (rfc2047-decode-region): Quote decoded words containing special
21987         characters when rfc2047-quote-decoded-words-containing-tspecials
21988         is non-nil.
21989
21990 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21991
21992         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21993
21994         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21995
21996 2005-02-15  Simon Josefsson  <jas@extundo.com>
21997
21998         * nnimap.el (nnimap-debug): Doc fix.
21999
22000         * imap.el (imap-debug): Doc fix.
22001
22002 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22003
22004         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22005
22006 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22007
22008         * gnus.el (spam-contents): Improve docs for spam-contents
22009         parameter in its variable incarnation.
22010
22011 2005-02-14  Simon Josefsson  <jas@extundo.com>
22012
22013         * smime-ldap.el: Use require instead of load-library for ldap.
22014         (smime-ldap-search): Indent.
22015         (smime-ldap-search-internal): Shorten line.
22016
22017         * smime.el (smime-cert-by-dns): Add doc-string.
22018         (smime-cert-by-ldap-1): Indent.
22019
22020         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22021         mml-smime-get-dns-ldap.
22022         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22023
22024 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22025
22026         * smime.el: Require smime-ldap.
22027         (smime-ldap-host-list): New variable.
22028         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22029
22030         * mml-smime.el (mml-smime-encrypt-query): New function.
22031         (mml-smime-encrypt-query): Use it.
22032
22033         * smime-ldap.el: New file.
22034
22035 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22036
22037         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22038
22039 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22040
22041         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22042         argument in doc string.  Make query for type more clear.
22043
22044 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * gnus.el (gnus-group-startup-message): Search for gnus images in
22047         etc/images/gnus.
22048         * mm-util.el (mm-image-load-path): Likewise.
22049         * smiley.el (smiley-data-directory): Search for smilies in
22050         etc/images/smilies.
22051
22052 2005-02-09  Kim F. Storm  <storm@cua.dk>
22053
22054         Change Emacs release version from 21.4 to 22.1 throughout.
22055         Change Emacs development version from 21.3.50 to 22.0.50.
22056
22057 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22058
22059         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22060
22061         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22062         non-Mule XEmacs as well.
22063         (mm-decompress-buffer): Signal an error intentionally if it does
22064         not decompress compressed data because auto-compression-mode is
22065         disabled.
22066
22067 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22068
22069         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22070         an ID in the registry even if it has no groups.
22071
22072 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22073
22074         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22075         merge it into mm-decompress-buffer.
22076         (gnus-mime-copy-part): Use the MIME part charset, the value which
22077         a user specified or gnus-newsgroup-charset for decoding, like
22078         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22079         save-buffer what was used.  Suggested by Kevin Ryde
22080         <user42@zip.com.au>.
22081         (gnus-mime-inline-part): Allow the name parameter as well as the
22082         filename parameter; force decompressing of compressed data; always
22083         display contents being not decoded as unibyte.
22084
22085         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22086         as well as the filename parameter.
22087
22088         * mm-util.el (mm-decompress-buffer):
22089         Merge gnus-mime-jka-compr-maybe-uncompress.
22090         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22091         of compressed data.
22092
22093 2005-02-08  Simon Josefsson  <jas@extundo.com>
22094
22095         * imap.el (imap-log): Doc fix.
22096
22097 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22098
22099         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22100         the coding cookies; decompress compressed parts.
22101
22102         * mml.el (mml-generate-mime-1): Add the charset parameter according
22103         to the value which a user specified manually or the coding cookie.
22104
22105         * mm-util.el (mm-string-to-multibyte): New function.
22106         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22107         (mm-coding-system-to-mime-charset): New function.
22108         (mm-decompress-buffer): New function.
22109         (mm-find-buffer-file-coding-system): New function.
22110
22111         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22112         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22113         parts.
22114
22115 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22116
22117         * mm-view.el (mm-display-inline-fontify): Decode a part according
22118         to the charset parameter.
22119
22120 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22123         prefix arg is neither nil nor a number, as info specifies.
22124
22125 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22128         timestamps.
22129
22130 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22131
22132         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22133         groups error checking and notify user.
22134
22135 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22136
22137         * message.el (message-send-mail-function): Check existence of
22138         sendmail-program first before using default value
22139         `message-send-mail-with-sendmail'.  Otherwise use more generic
22140         `smtpmail-send-it'.
22141
22142 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22143
22144         * nntp.el (nntp-request-update-info): Always return nil.
22145
22146 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22147
22148         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22149
22150 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22151
22152         * message.el (message-beginning-of-line): Change the behavior when
22153         invoked between BOL and : so that it first moves backward.
22154
22155 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22156
22157         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22158         article buffer when editing of the article is discarded.
22159         (gnus-article-prepare): Revert.
22160
22161 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22162
22163         * gnus-art.el (gnus-article-prepare):
22164         Remove message-strip-forbidden-properties from the local hook.
22165
22166 2005-01-27  Simon Josefsson  <jas@extundo.com>
22167
22168         * password.el (password-cache-add): Only start one timer per key.
22169         Reported by Derek Atkins <warlord@MIT.EDU>.
22170
22171 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22172
22173         * run-at-time.el: Remove.  It is no longer needed as
22174         timer-funcs.el in the xemacs-base package has a working version of
22175         `run-at-time'.
22176
22177         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22178
22179         * password.el: Require timer-funcs instead of run-at-time in
22180         XEmacs.
22181         Remove `password-run-at-time' macro.
22182         (password-cache-add): Use `run-at-time' instead of
22183         `password-run-at-time'.
22184
22185         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22186         Remove `nnheader-cancel-function-timers' alias,
22187         `cancel-function-timers' exists in XEmacs in timer-funcs.
22188
22189         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22190         for `run-with-idle-timer'.
22191
22192         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22193         for `run-at-time'.
22194
22195         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22196         for `with-timeout'.
22197
22198         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22199         the same as for XEmacs 21.4.
22200         No need to ignore `run-with-idle-timer', this function exists in
22201         XEmacs now in timer-funcs.el in the xemacs-base package.
22202         (dgnushack-compile): No need to delete
22203         run-at-time.el from the list of files to compile because it
22204         doesn't exist anymore.
22205
22206 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22207
22208         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22209         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22210
22211 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22212
22213         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22214         sensitively.
22215
22216 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22217
22218         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22219
22220 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22221
22222         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22223         which will be inserted according to the multibyteness of a buffer
22224         rather than the type of contents.  Suggested by ARISAWA Akihiro
22225         <ari@mbf.ocn.ne.jp>.
22226
22227         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22228         of string which old xml.el may return rather than a string.
22229
22230 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22231
22232         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22233
22234 2005-01-16  Simon Josefsson  <jas@extundo.com>
22235
22236         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22237         idn/idna.el isn't available.
22238         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22239         <michael@waxrat.com>.
22240
22241         * hashcash.el: Remove non-FSF copyright header.
22242
22243         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22244         (hashcash-generate-payment): Use it.
22245         (hashcash-generate-payment-async): Use it.
22246
22247 2005-01-15  Simon Josefsson  <jas@extundo.com>
22248
22249         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22250         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22251
22252         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22253         gnus-summary-idna-message.
22254         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22255         (gnus-summary-idna-message): New function.
22256
22257 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22258
22259         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22260         gnus-novice-user.
22261
22262 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22263
22264         * nnrss.el (nnrss-request-delete-group): Delete entries in
22265         nnrss-group-alist as well.
22266         (nnrss-save-server-data): Insert newline.
22267
22268 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22269
22270         * gnus.el (gnus-user-agent): Use list of symbols instead of
22271         symbols.  Display full version number for (S)XEmacs.
22272         Optionally display (S)XEmacs codename.
22273
22274         * gnus-util.el (gnus-emacs-version): Update for new
22275         `gnus-user-agent'.
22276
22277         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22278         Gnus version.
22279
22280 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22281
22282         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22283         which is unreadable in some setups.
22284
22285 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22286
22287         * gnus-spec.el (gnus-update-format-specifications): Flush the
22288         group format spec cache if it doesn't support decoded group names.
22289
22290 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22291
22292         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22293         Allow to apply decay on score files matching a regexp.
22294
22295 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22296
22297         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22298         compatibility in %g and %c.
22299
22300 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22303         name for only %g and %c.
22304         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22305         of gnus-tmp-group to decoded group name.
22306         (gnus-group-make-rss-group): Exclude `/'s from group names.
22307
22308 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22309
22310         * nnrss.el (nnrss-get-encoding): Fix regexp.
22311
22312 2004-12-27  Simon Josefsson  <jas@extundo.com>
22313
22314         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22315         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22316         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22317
22318 2004-12-17  Kim F. Storm  <storm@cua.dk>
22319
22320         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22321
22322         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22323
22324 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22325
22326         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22327
22328 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22329
22330         * nnrss.el: Require rfc2047 and mml.
22331         (nnrss-file-coding-system): New variable.
22332         (nnrss-format-string): Redefine it as an inline function.
22333         (nnrss-decode-group-name): New function.
22334         (nnrss-string-as-multibyte): Remove.
22335         (nnrss-retrieve-headers): Decode group name; don't use
22336         nnrss-format-string.
22337         (nnrss-request-group): Decode group name.
22338         (nnrss-request-article): Decode group name; allow a Message-ID as
22339         well as an article number; don't use nnrss-format-string; encode a
22340         Message-ID string which may contain non-ASCII characters; use
22341         mml-to-mime to compose a MIME article.
22342         (nnrss-request-expire-articles): Decode group name.
22343         (nnrss-request-delete-group): Decode group name.
22344         (nnrss-fetch): Clarify error message.
22345         (nnrss-read-server-data): Use insert-file-contents instead of load;
22346         bind file-name-coding-system; use multibyte buffer.
22347         (nnrss-save-server-data): Bind coding-system-for-write to the
22348         value of nnrss-file-coding-system; bind file-name-coding-system;
22349         add coding cookie.
22350         (nnrss-read-group-data): Use insert-file-contents instead of load;
22351         bind file-name-coding-system; use multibyte buffer.
22352         (nnrss-save-group-data): Bind coding-system-for-write to the
22353         value of nnrss-file-coding-system; bind file-name-coding-system.
22354         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22355         make it work with non-ASCII text.
22356         (nnrss-find-el): Make it work with old xml.el as well.
22357
22358 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22359
22360         * nnrss.el (nnrss-get-encoding): New function.
22361         (nnrss-fetch): Use unibyte buffer initially; bind
22362         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22363         decode contents according to the encoding attribute.
22364         (nnrss-save-group-data): Add coding cookie.
22365         (nnrss-mime-encode-string): New function.
22366         (nnrss-check-group): Use it to encode subject and author.
22367
22368 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22369
22370         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22371         imaginary variable.
22372
22373 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22376         correctly even if there are wide characters.
22377
22378 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22379
22380         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22381         downcased symbol names; make a new cache instead of reusing
22382         bbdb-hashtable.
22383
22384 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22385
22386         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22387         concatenating segments rather than before concatenating them.
22388         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22389
22390         * message.el (message-get-reply-headers): Bind `extra'.
22391
22392 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22393
22394         * message.el (message-extra-wide-headers): New variable.
22395         (message-get-reply-headers): Use it.
22396
22397 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22398
22399         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22400         (gnus-agent-group-pathname): Ditto.
22401
22402         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22403
22404         * gnus-group.el (gnus-group-make-group): Decode group name.
22405         (gnus-group-make-rss-group): Register the group data after opening
22406         the nnrss group.
22407
22408 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22409
22410         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22411         by expiry now get marked as read.
22412
22413 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22414
22415         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22416
22417 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22418
22419         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22420         unify Latin characters in XEmacs.
22421         (mm-find-mime-charset-region): Use it.
22422
22423 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * gnus-util.el (gnus-delete-directory): New function.
22426
22427         * gnus-agent.el (gnus-agent-delete-group): Use it.
22428
22429         * gnus-cache.el (gnus-cache-delete-group): Use it.
22430
22431 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22432
22433         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22434         names.
22435
22436 2004-12-16  Simon Josefsson  <jas@extundo.com>
22437
22438         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22439
22440 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22441
22442         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22443
22444         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22445         (gnus-group-set-current-level): Decode group name.
22446
22447 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22448
22449         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22450         failed.
22451
22452 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22453
22454         * gnus-group.el (gnus-group-delete-group): Decode group name.
22455         (gnus-group-make-rss-group): Encode group name.
22456         (gnus-group-catchup-current): Decode group name.
22457         (gnus-group-kill-group): Decode group name.
22458
22459 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22460
22461         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22462
22463 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22464
22465         * gnus-group.el (gnus-group-make-rss-group):
22466         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22467
22468         * gnus-start.el (gnus-setup-news): Honor user's setting to
22469         gnus-message-archive-method.  Suggested by Lute Kamstra
22470         <lute@gnu.org>.
22471
22472 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22473
22474         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22475         global counterparts of the buffer-local variables.
22476
22477 2004-11-16  Romain Francoise  <romain@orebokech.com>
22478
22479         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22480         counterparts of the buffer-local variables.
22481
22482 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22483
22484         * message.el (message-forbidden-properties): Fix typo in doc
22485         string.
22486
22487 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22488
22489         * gnus-util.el (gnus-replace-in-string): Add doc string.
22490
22491         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22492         to avoid problems when splitting mails with many recipients.
22493
22494 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22495
22496         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22497         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22498
22499 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22500
22501         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22502         if there is no hashtable in memory or file modification time is
22503         newer than cached timestamp.
22504
22505 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22506
22507         * gnus-sum.el (gnus-summary-limit-to-recipient):
22508         Implement not-matching option.
22509
22510 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22511
22512         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22513         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22514         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22515         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22516         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22517         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22518
22519 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22520
22521         * message.el (message-forward-make-body-mml): Remove headers
22522         according to message-forward-ignored-headers if a message is decoded.
22523
22524 2004-12-02  Romain Francoise  <romain@orebokech.com>
22525
22526         * message.el (message-forward-make-body-plain): Always remove
22527         headers according to message-forward-ignored-headers.
22528
22529 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22530
22531         * spam.el (spam-summary-prepare-exit): Remove the
22532         gnus-summary-limit pop for now, it has problems with ham marks for
22533         me.
22534
22535 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22536
22537         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22538         correctly.
22539
22540 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22541
22542         * format-spec.el (format-spec): Message the char.
22543
22544 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22545
22546         * gnus-art.el (gnus-split-methods): Reformat comments.
22547
22548         * spam.el (spam-summary-prepare-exit): Remove article limits
22549         before exiting the summary buffer.
22550
22551 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22554         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22555
22556         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22557         order to silence the byte compiler.
22558
22559         * spam.el: Fix the way to silence the byte compiler, which
22560         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22561         bbdb-search-simple, spam-BBDB-register-routine,
22562         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22563         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22564         spam-stat-buffer-is-spam, spam-stat-load,
22565         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22566         spam-stat-save and spam-stat-split-fancy.
22567
22568 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22569
22570         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22571         which may confuse users.
22572         (canlock-password-for-verify): Ditto.
22573
22574         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22575
22576         * gnus-art.el (gnus-emphasis-alist): Ditto.
22577
22578         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22579
22580         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22581
22582         * gnus-start.el (gnus-save-killed-list): Ditto.
22583
22584         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22585         (gnus-sum-thread-tree-root): Ditto.
22586         (gnus-sum-thread-tree-false-root): Ditto.
22587         (gnus-sum-thread-tree-single-indent): Ditto.
22588
22589         * message.el (message-courtesy-message): Ditto.
22590         (message-archive-note): Ditto.
22591         (message-subscribed-address-file): Ditto.
22592         (message-user-fqdn): Ditto.
22593
22594         * spam-report.el (spam-report-gmane-regex): Ditto.
22595
22596         * spam.el (spam-blackhole-good-server-regex): Ditto.
22597
22598 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * mml.el (mml-preview): Widen the message buffer before copying
22601         the contents to the preview buffer; sort headers before previewing.
22602
22603         * message.el (message-hidden-headers): Fix the way to avoid a bug
22604         in the `repeat' widget in Emacs 21.3 or earlier.
22605
22606 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22607
22608         * message.el (message-hidden-headers): Default to "^References:".
22609         Improve customization type.  Suggested by Reiner Steib
22610         <Reiner.Steib@gmx.de>.
22611
22612 2004-11-25  Romain Francoise  <romain@orebokech.com>
22613
22614         * message.el (message-strip-forbidden-properties): Remove check for
22615         obsolete `message-hidden' text property, hidden headers are not
22616         accessible in the buffer anymore.
22617
22618 2004-11-22  Romain Francoise  <romain@orebokech.com>
22619
22620         * message.el (message-header-format-alist): Add `From' in list
22621         so that it can be sorted.
22622         (message-fix-before-sending): Widen and sort headers before
22623         sending.
22624         (message-hide-headers): Use narrowing to hide headers by moving
22625         them to the top of the buffer and narrowing to the region
22626         underneath.
22627
22628 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22629
22630         * message.el (message-strip-forbidden-properties):
22631         Bind buffer-read-only (etc) to nil.
22632
22633 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22634
22635         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22636         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22637
22638 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22639
22640         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22641
22642 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22643
22644         * dns.el (query-dns): Use sit-for to time instead of
22645         accept-process-output, since that doesn't seem to work on udp
22646         sockets.
22647
22648 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22649
22650         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22651
22652 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22653
22654         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22655         doc string.  Improve doc string.
22656
22657 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * nntp.el (nntp-request-update-info): Return nil if
22660         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22661         may not call gnus-activate-group which uselessly issues the GROUP
22662         commands for all nntp groups and wastes time.  Reported by Romain
22663         Francoise <romain@orebokech.com>.
22664
22665         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22666
22667 2004-11-15  Simon Josefsson  <jas@extundo.com>
22668
22669         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22670         headers separately.
22671         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22672         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22673
22674 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22675
22676         * gnus-start.el (gnus-convert-old-newsrc):
22677         Assign legacy-gnus-agent to 5.10.7.
22678
22679 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22680
22681         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22682         start of the lines.
22683
22684 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22685
22686         * hashcash.el (hashcash-default-payment): Change default to 20.
22687         (hashcash-default-accept-payment): Change default to 20.
22688         (hashcash-process-alist): New variable.
22689         (hashcash-generate-payment-async): Add.
22690         (hashcash-already-paid-p): Add.
22691         (hashcash-insert-payment): Don't generate payments twice.
22692         (hashcash-insert-payment-async): Add.
22693         (hashcash-insert-payment-async-2): Add.
22694         (hashcash-cancel-async): Add.
22695         (hashcash-wait-async): Add.
22696         (hashcash-processes-running-p): Add.
22697         (hashcash-wait-or-cancel): Add.
22698         (mail-add-payment): New optional argument.  Conditionally start
22699         asynchronous calculation.
22700         (mail-add-payment-async): Add.
22701
22702         * message.el (message-send-mail): Wait for asynchronous hashcash
22703         results.  Don't clobber existing X-Hashcash headers.
22704         (message-setup-1): Call mail-add-payment-async when
22705         message-generate-hashcash is non-nil.
22706
22707 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22708
22709         * message.el (message-use-alternative-email-as-from): Examine the
22710         From header as well; use message-make-from in order to include a
22711         user's full name.
22712
22713 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22714
22715         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22716         default; improve customization type.
22717         (gnus-emphasis-custom-with-format): New macro.
22718         (gnus-emphasis-custom-value-to-external): New function.
22719         (gnus-emphasis-custom-value-to-internal): New function.
22720
22721 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22722
22723         * dns.el (query-dns): Resolve reverse addresses.
22724
22725 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22726
22727         * gnus-group.el (gnus-group-get-new-news): Use it.
22728
22729         * gnus-start.el (gnus-check-reasonable-setup): New function.
22730
22731 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22732
22733         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22734         "Args out of range" error.  Reported by Arnaud Giersch
22735         <arnaud.giersch@free.fr>.
22736
22737 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22738
22739         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22740
22741 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22742
22743         * spam.el (spam group): Add :version.
22744
22745         * pgg-def.el (pgg group): Add :version.
22746
22747 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22748
22749         * gnus-art.el (gnus-article-edit-article): Don't associate the
22750         article buffer with a draft file.  This is a temporary measure
22751         against the 2004-08-22 change to gnus-article-edit-mode.
22752
22753 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22754
22755         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22756         (html2text-format-tags): Remove unused variable `attr'.
22757
22758 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22759
22760         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22761
22762         * tls.el (tls-process-connection-type, tls-success)
22763         (tls-certtool-program): Add :version.
22764
22765         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22766         (starttls-extra-arguments, starttls-process-connection-type)
22767         (starttls-connect, starttls-failure, starttls-success): Add :version.
22768
22769         * spam-stat.el (spam-stat): Add :version.
22770
22771         * sieve.el (sieve): Add :version.
22772
22773         * sha1.el (sha1): Add :version.
22774         (sha1-use-external): Remove redundant version.
22775
22776         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22777         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22778         (nnmail-split-fancy-match-partial-words)
22779         (nnmail-split-lowercase-expanded): Add :version.
22780
22781         * nndiary.el (nndiary): Add :version.
22782
22783         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22784
22785         * mml-sec.el (mml-default-sign-method)
22786         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22787         Add :version.
22788
22789         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22790
22791         * mm-url.el (mm-url-use-external, mm-url-program)
22792         (mm-url-arguments): Add :version.
22793
22794         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22795         (mm-attachment-file-modes, mm-decrypt-option)
22796         (mm-w3m-safe-url-regexp): Add :version.
22797
22798         * message.el (message-cite-prefix-regexp)
22799         (message-sendmail-envelope-from, message-minibuffer-local-map)
22800         (message-user-fqdn, message-completion-alist): Add :version.
22801
22802         * gnus-win.el (gnus-configure-windows-hook)
22803         (gnus-use-frames-on-any-display): Add :version.
22804
22805         * gnus-art.el (gnus-article-address-banner-alist)
22806         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22807         (gnus-treat-from-picon, gnus-treat-mail-picon)
22808         (gnus-treat-x-pgp-sig): Add :version.
22809
22810         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22811         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22812         (gnus-summary-article-delete-hook)
22813         (gnus-summary-display-while-building): Add :version.
22814
22815         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22816         (gnus-get-top-new-news-hook): Add :version.
22817
22818         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22819         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22820
22821         * gnus-registry.el (gnus-registry): Add :version.
22822
22823         * gnus-spec.el (gnus-use-correct-string-widths)
22824         (gnus-make-format-preserve-properties): Add :version.
22825
22826         * gnus.el (gnus-group-charter-alist)
22827         (gnus-group-fetch-control-use-browse-url)
22828         (gnus-install-group-spam-parameters): Add :version.
22829
22830         * gnus-diary.el (gnus-diary): Add :version.
22831
22832         * gnus-delay.el (gnus-delay): Add :version.
22833
22834         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22835         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22836         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22837         Add :version.
22838
22839         * gnus-agent.el (gnus-agent-max-fetch-size)
22840         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22841         (gnus-agent-prompt-send-queue): Add :version.
22842
22843         * deuglify.el (gnus-outlook-deuglify): Add :version.
22844
22845         * html2text.el: Beautify code.  Improve doc strings.
22846         Some checkdoc cleanup.
22847         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22848
22849 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22850
22851         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22852
22853 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22856         when package is loaded.
22857
22858         * spam.el (spam-summary-score-preferred-header): Add global preference
22859         for people who want to override the default SpamAssassin over
22860         Bogofilter preference (when both are set).
22861         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22862         (spam-user-format-function-S):
22863         Check spam-summary-score-preferred-header.
22864         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22865         (spam-user-format-function-S): Format the score correctly.
22866
22867 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22868
22869         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22870         signature file.  Suggested by Manoj Srivastava
22871         <srivasta@golden-gryphon.com>.
22872
22873         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22874         iso-2022-jp even in the Japanese language environment.
22875         Suggested by Jason Rumney <jasonr@gnu.org>.
22876
22877 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22878
22879         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22880         use the same characters as the dummy marks; make it free from
22881         getting affected by the language environment.
22882         (gnus-summary-read-group-1): Update mark positions only when the
22883         format spec is updated.
22884
22885         * gnus-spec.el (gnus-update-format-specifications): Return a list
22886         of updated types.
22887
22888 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22891         of boundp to check if display-warning is available.
22892
22893 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22894
22895         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22896
22897 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * nnspool.el (nnspool-spool-directory): Use news-path if the
22900         news-directory variable is not bound.
22901
22902         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22903         function instead of display-warning if it is not available.
22904
22905 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22906
22907         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22908         v5-10: Use `point-at-bol'.
22909
22910 2004-10-26  Simon Josefsson  <jas@extundo.com>
22911
22912         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22913         <chenggao@gmail.com>.
22914
22915 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22916
22917         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22918         instead.
22919
22920 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22921
22922         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22923         to remove a server from the nnimap-server-buffer-alist.
22924         (nnimap-open-connection, nnimap-close-server): Use it.
22925
22926         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22927
22928 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22929
22930         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22931         running the major-mode function.
22932
22933 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22934
22935         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22936         dummy marks in the right way.
22937
22938 2004-10-18  David Edmondson  <dme@dme.org>
22939
22940         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22941         excessively.
22942
22943 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22944
22945         * gnus-util.el (gnus-split-references): Accept a nil references
22946         string and go on blissfully.
22947
22948         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22949         cases where the references string is non-nil but has no references.
22950
22951         * encrypt.el: Add autoload tags.
22952
22953         * spam.el (spam-resolve-registrations-routine): Remove article
22954         from unregistration list too.  Reported by David Hanak
22955         <dhanak@isis.vanderbilt.edu>
22956
22957 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22958
22959         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22960         nil.  Change custom type.
22961
22962 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22963
22964         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22965
22966         * gnus-sum.el (gnus-summary-move-article): Use it.
22967
22968 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22969
22970         * encrypt.el: Add autoload cookies.
22971
22972         * spam.el (spam-backend-article-list-property)
22973         (spam-backend-get-article-todo-list)
22974         (spam-backend-put-article-todo-list)
22975         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22976         Resolve registrations separately.
22977         (spam-register-routine): Format comments.
22978         (spam-unregister-routine, spam-register-routine): Always call with
22979         specific-articles, no default list.
22980         (spam-summary-prepare-exit): Use the spam-classifications function.
22981
22982         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22983         gnus-encrypt.el.
22984
22985         * encrypt.el: Copied from gnus-encrypt.el.
22986
22987         * gnus-encrypt.el: Commented that it's obsolete.
22988
22989 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22990
22991         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22992         (gnus-score-save): Use it.
22993
22994         * message.el (message-bury): Use `window-dedicated-p'.
22995
22996 2004-10-15  Simon Josefsson  <jas@extundo.com>
22997
22998         * pop3.el (top-level): Don't require nnheader.
22999         (pop3-read-timeout): Add.
23000         (pop3-accept-process-output): Add.
23001         (pop3-read-response, pop3-retr): Use it.
23002
23003 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23004
23005         * spam.el (spam-register-routine): Move comment.
23006         (spam-verify-bogofilter): Use 'unknown for the initial
23007         spam-bogofilter-valid state, not 'never.
23008
23009         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23010         for netrc-machine.
23011
23012         * nnimap.el (nnimap-open-connection):
23013         Use netrc-machine-user-or-password.
23014
23015 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23016
23017         * gnus-registry.el (gnus-registry-unload-hook):
23018         Set as a variable with add-hook.
23019
23020         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23021         of news-path.
23022
23023         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23024
23025         * spam.el: Delete duplicate `provide'.
23026         (spam-unload-hook): Set as a variable with add-hook.
23027
23028 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23029
23030         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23031         in the doc string.
23032
23033         * message.el (message-ignored-news-headers)
23034         (message-ignored-supersedes-headers)
23035         (message-ignored-resent-headers)
23036         (message-forward-ignored-headers): Improve custom type.
23037
23038 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23039
23040         * message.el (message-tokenize-header): Fix 2004-09-06 change
23041         which used point-min in the wrong place.
23042
23043 2004-10-12  Simon Josefsson  <jas@extundo.com>
23044
23045         * tls.el (tls-certtool-program): New variable.
23046         (tls-certificate-information): New function, based on
23047         ssl-certificate-information.
23048
23049 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23050
23051         * compface.el: Move the version of ELisp-based uncompface program
23052         to the contrib directory because of the copyright problem.
23053
23054 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23055
23056         * message.el (message-kill-buffer): Raise the current frame.
23057
23058 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23059
23060         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23061
23062         * gnus.el (message-y-or-n-p): Autoload.
23063
23064         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23065         (pop3-password-required, pop3-authentication-scheme)
23066         (pop3-leave-mail-on-server): Make customizable.
23067         (pop3): New custom group.
23068         (pop3-retr): Remove `sleep-for' statements.
23069         Suggested by Dave Love <fx@gnu.org>.
23070
23071         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23072         Windows/DOS.
23073
23074         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23075         (imap-parse-body): Fix incorrect use of `assert'.
23076         Suggested by Dave Love <fx@gnu.org>.
23077
23078         * mml.el (mml-minibuffer-read-disposition): Require match.
23079         Suggested by Dave Love <fx@gnu.org>.
23080
23081 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23082
23083         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23084         doc string.
23085
23086 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23087
23088         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23089
23090 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23091
23092         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23093         instead of calling `mm-insert-inline', to decode text/* parts
23094         before displaying them.
23095
23096 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23097
23098         * mm-uu.el (mm-uu-text-plain-type): New variable.
23099         (mm-uu-pgp-signed-extract-1): Use it.
23100         (mm-uu-pgp-encrypted-extract-1): Use it.
23101         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23102         bind mm-uu-text-plain-type with that value.
23103         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23104         mm-uu-dissect.
23105
23106 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23107
23108         * gnus-group.el (gnus-update-group-mark-positions):
23109         * gnus-sum.el (gnus-update-summary-mark-positions):
23110         * message.el (message-check-news-body-syntax):
23111         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23112         of string-as-multibyte.
23113
23114 2004-10-05  Juri Linkov  <juri@jurta.org>
23115
23116         * gnus-group.el (gnus-update-group-mark-positions):
23117         * gnus-sum.el (gnus-update-summary-mark-positions):
23118         * message.el (message-check-news-body-syntax):
23119         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23120         8-bit unibyte values to a multibyte string for search functions.
23121
23122 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23123
23124         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23125         (mm-uu-dissect-text-parts): New function.
23126
23127         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23128         dissect text parts.
23129
23130         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23131         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23132
23133         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23134
23135         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23136         Use gnus-current-topics instead of gnus-current-topic.
23137
23138 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23139
23140         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23141
23142 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23143
23144         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23145         where appropriate.
23146
23147         * nnml.el (nnml-generate-active-info): do.
23148
23149         * nndiary.el (nndiary-generate-active-info): do.
23150
23151         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23152         (gnus-topic-move): do.
23153
23154         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23155         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23156
23157         * gnus-srvr.el (gnus-server-prepare)
23158         (gnus-server-open-all-servers): do.
23159
23160         * gnus-msg.el (gnus-summary-cancel-article)
23161         (gnus-summary-resend-message)
23162         (gnus-summary-mail-crosspost-complaint): do.
23163
23164         * gnus-move.el (gnus-change-server): do.
23165
23166         * gnus-group.el (gnus-group-unmark-all-groups)
23167         (gnus-group-set-current-level): do.
23168
23169 2004-10-04  Simon Josefsson  <jas@extundo.com>
23170
23171         * message.el (message-generate-hashcash): Doc fix.
23172
23173 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23174
23175         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23176         avoid infinite recursion via gnus-get-function.
23177
23178 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23179
23180         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23181
23182         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23183
23184         * nnmail.el (nnmail-split-history): do.
23185
23186         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23187         (nnml-request-delete-group): do.
23188
23189         * nnslashdot.el (nnslashdot-read-groups): do.
23190
23191         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23192         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23193
23194         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23195         (nnspool-sift-nov-with-sed): Use last.
23196         (nnspool-retrieve-headers-with-nov): Use mapc.
23197         (nnspool-request-newgroups): Use dolist.
23198         (nnspool-request-group): Use last.
23199
23200         * nntp.el (nntp-read-server-type): Use dolist.
23201
23202         * nnvirtual.el (nnvirtual-create-mapping)
23203         (nnvirtual-update-read-and-marked): Use dolist.
23204         (nnvirtual-convert-headers): Simplify.
23205
23206 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23207
23208         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23209         Add support for sync'ing tick marks.
23210
23211 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23212
23213         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23214         there's no visible header.
23215
23216 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23217
23218         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23219         When necessary, pass full group name to gnus-request-set-marks.
23220
23221 2004-10-01  Simon Josefsson  <jas@extundo.com>
23222
23223         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23224         acroread.
23225
23226 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23227
23228         * spam-report.el (spam-report-gmane): Fix interactive.
23229
23230         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23231
23232         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23233         when writing file.
23234         (gnus-agent-synchronize-flags): Don't default to being
23235         interactive.
23236
23237 2004-09-30  Simon Josefsson  <jas@extundo.com>
23238
23239         * message.el (message-generate-hashcash): Add.
23240         (message-send-mail): Use it, call mail-add-payment.
23241
23242 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23243
23244         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23245
23246 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23247
23248         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23249         gnus-requst-update-info with explicit code to sync the in-memory
23250         info read flags with the marks being sync'd to the backend.
23251
23252         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23253
23254 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23255
23256         * spam.el (spam-verify-bogofilter): Add new function.
23257         (spam-check-bogofilter)
23258         (spam-bogofilter-register-with-bogofilter): Use it.
23259         (spam-verify-bogofilter): Add small fixes.
23260
23261 2004-09-28  Simon Josefsson  <jas@extundo.com>
23262
23263         * hashcash.el (hashcash-generate-payment): Revert.
23264
23265 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23266
23267         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23268         Use gnus-extract-references instead of gnus-split-references.
23269
23270         * gnus-util.el (gnus-extract-references): Add new function, analogous
23271         to gnus-split-references but extracts only the message-ID without
23272         anything extra.
23273
23274         * hashcash.el (hashcash-generate-payment)
23275         (hashcash-check-payment): Do the right thing if hashcash-path is
23276         nil (because the hashcash program could not be found).
23277
23278         * spam.el (spam-use-hashcash): Remove comment.
23279
23280 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23281
23282         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23283         (gnus-cache-enter-article, gnus-cache-remove-article)
23284         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23285
23286         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23287
23288         * gnus-art.el (article-hide-boring-headers)
23289         (article-translate-strings, article-display-face)
23290         (gnus-article-mime-match-handle-first)
23291         (gnus-article-highlight-headers)
23292         (gnus-article-add-buttons-to-head): do.
23293
23294 2004-09-27  Simon Josefsson  <jas@extundo.com>
23295
23296         * hashcash.el: New version, from
23297         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23298         ../contrib/.
23299
23300 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23303
23304 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23305
23306         * gnus-dup.el (gnus-dup-open): Use mapc.
23307         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23308
23309         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23310         Reported by Stefan Wiens <s.wi@gmx.net>.
23311
23312         * gnus.el (gnus-shutdown): Use dolist.
23313
23314         * gnus-undo.el (gnus-undo): Use mapc.
23315
23316         * nnrss.el (nnrss-generate-active): do.
23317
23318         * message.el (message-cite-original-without-signature)
23319         (message-cite-original): Use mapc.
23320         (message-do-actions, message-make-forward-subject): Use dolist.
23321
23322 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23323
23324         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23325         deletion to remove entire duplicate line.  Fixes merged article
23326         number bug.
23327
23328 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23329
23330         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23331         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23332         first ask if you want to open a server and then, even when you
23333         responded with no, asking if you want to synchronize the server's
23334         flags.
23335         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23336         multi-line expressions.
23337         (gnus-agent-synchronize-group-flags): New internal function.
23338         Updates marks in memory (in the info structure) AND in the
23339         backend.
23340
23341         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23342
23343         * nnagent.el (nnagent-request-set-mark):
23344         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23345         method, to ensure that synchronization updates marks in the
23346         backend and in the info (in memory) structure.
23347
23348 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23349
23350         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23351         convention fully; don't miss the root article of a thread; make
23352         the X-Draft-From header with correct article numbers.
23353
23354 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23355
23356         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23357         unless plugged.  Disable the agent so that an open failure causes
23358         an error.
23359
23360         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23361         Revert 2004-09-21 change.  The backend must be opened while
23362         synchronizing flags even when the backend stores the flags
23363         locally.
23364
23365 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23366
23367         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23368         in `header' match.  Reported by Svend Tollak Munkejord.
23369
23370         * message.el (message-cite-original): Fix use of
23371         `message-cite-articles-with-x-no-archive'.
23372
23373 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23374
23375         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23376         (gnus-window-to-buffer): Ditto.
23377
23378         * mml.el (mml-preview-buffer): New variable.
23379         (mml-preview): Manage window layout with gnus-buffer-configuration.
23380
23381         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23382         X-Draft-From header even if those articles aren't quoted.
23383
23384 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23385
23386         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23387         (gnus-request-set-mark, gnus-request-update-mark): Use new
23388         g-s-t-u-l-m to decide to use backend even when unplugged.
23389
23390 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23391
23392         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23393         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23394
23395 2004-09-20  Simon Josefsson  <jas@extundo.com>
23396
23397         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23398         "utf-16-le".
23399
23400 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23401
23402         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23403
23404 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23405
23406         * uudecode.el (uudecode-use-external): Add :version.
23407
23408         * smime.el (smime-CA-file, smime-encrypt-cipher)
23409         (smime-dns-server): Add :version.
23410
23411         * smiley.el (gnus-smiley-file-types): Add :version.
23412
23413         * sha1.el (sha1-use-external): Add :version.
23414
23415         * pgg-def.el (pgg-query-keyserver): Add :version.
23416
23417         * nnmail.el (nnmail-fancy-expiry-targets)
23418         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23419         Add :version.
23420
23421         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23422         (nnimap-retrieve-groups-asynchronous): Add :version.
23423         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23424
23425         * mml.el (mml-content-disposition-parameters)
23426         (mml-insert-mime-headers-always): Add :version.
23427
23428         * mm-util.el (mm-coding-system-priorities): Add :version.
23429
23430         * mm-decode.el (mm-inline-text-html-with-images)
23431         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23432         (mm-verify-option): Add :version.
23433         (mm-text-html-renderer): Change :version.
23434
23435         * message.el (message-fcc-externalize-attachments)
23436         (message-required-headers, message-draft-headers)
23437         (message-subject-trailing-was-query)
23438         (message-subject-trailing-was-ask-regexp)
23439         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23440         (message-mark-insert-end, message-archive-header)
23441         (message-archive-note, message-cross-post-default)
23442         (message-cross-post-note, message-followup-to-note)
23443         (message-cross-post-note-function, message-use-mail-followup-to)
23444         (message-subscribed-address-functions)
23445         (message-subscribed-address-file, message-subscribed-addresses)
23446         (message-subscribed-regexps, message-allow-no-recipients)
23447         (message-yank-cited-prefix, message-signature-insert-empty-line)
23448         (message-hidden-headers, message-hierarchical-addresses)
23449         (message-mail-user-agent, message-use-idna)
23450         (message-valid-fqdn-regexp)
23451         (message-strip-special-text-properties, message-header-synonyms)
23452         (message-beginning-of-line, message-tab-body-function): Add :version.
23453         (message-insert-canlock, message-wide-reply-confirm-recipients):
23454         Change :version.
23455
23456         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23457         and :version.
23458         (mail-source-delete-old-incoming-confirm)
23459         (mail-source-movemail-program): Add :version.
23460
23461         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23462         (gnus-agent-cache, gnus-agent): Change :version.
23463
23464         * gnus-util.el (gnus-use-byte-compile): Change :version.
23465
23466         * gnus-sum.el (gnus-summary-make-false-root-always)
23467         (gnus-summary-default-high-score)
23468         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23469         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23470         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23471         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23472         (gnus-sum-thread-tree-single-indent)
23473         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23474         (gnus-sum-thread-tree-leaf-with-other)
23475         (gnus-sum-thread-tree-single-leaf): Add :version.
23476         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23477         (gnus-article-loose-mime): Change :version.
23478
23479         * gnus-start.el (gnus-backup-startup-file)
23480         (gnus-save-startup-file-via-temp-buffer): Add :version.
23481
23482         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23483         (gnus-server-offline-face): Add :version.
23484
23485         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23486
23487         * gnus-msg.el (gnus-gcc-externalize-attachments)
23488         (gnus-debug-files, gnus-debug-exclude-variables)
23489         (gnus-discouraged-post-methods): Change :version.
23490         (gnus-confirm-mail-reply-to-news)
23491         (gnus-confirm-treat-mail-like-news): Add :version.
23492
23493         * gnus-int.el (gnus-server-unopen-status): Add :version.
23494
23495         * gnus-group.el (gnus-group-jump-to-group-prompt)
23496         (gnus-large-ephemeral-newsgroup)
23497         (gnus-fetch-old-ephemeral-headers): Add :version.
23498
23499         * gnus-fun.el (gnus-x-face-directory)
23500         (gnus-convert-pbm-to-x-face-command)
23501         (gnus-convert-image-to-x-face-command)
23502         (gnus-convert-image-to-face-command): Add :version.
23503
23504         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23505
23506         * gnus-cite.el (gnus-cite-blank-line-after-header)
23507         (gnus-article-boring-faces): Add :version.
23508
23509         * gnus-art.el (gnus-buttonized-mime-types)
23510         (gnus-inhibit-mime-unbuttonizing)
23511         (gnus-treat-display-face)
23512         (gnus-treat-body-boundary): Change :version.
23513         (gnus-body-boundary-delimiter, gnus-picon-databases)
23514         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23515         (gnus-treat-date-english, gnus-treat-fold-headers)
23516         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23517         (gnus-treat-mail-picon, gnus-treat-wash-html)
23518         (gnus-article-encrypt-protocol)
23519         (gnus-use-idna, gnus-article-over-scroll)
23520         (gnus-mime-display-multipart-alternative-as-mixed)
23521         (gnus-mime-display-multipart-related-as-mixed)
23522         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23523         (gnus-ctan-url, gnus-button-ctan-handler)
23524         (gnus-button-handle-ctan-bogus-regexp)
23525         (gnus-button-ctan-directory-regexp)
23526         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23527         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23528         (gnus-button-man-level, gnus-button-emacs-level)
23529         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23530
23531         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23532         (gnus-agent-go-online): Change :version.
23533         (gnus-agent-expire-unagentized-dirs)
23534         (gnus-agent-auto-agentize-methods): Add :version.
23535
23536         * flow-fill.el (fill-flowed-display-column)
23537         (fill-flowed-encode-column): Add :version.
23538
23539         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23540         (gnus-outlook-deuglify-unwrap-max)
23541         (gnus-outlook-deuglify-cite-marks)
23542         (gnus-outlook-deuglify-unwrap-stop-chars)
23543         (gnus-outlook-deuglify-no-wrap-chars)
23544         (gnus-outlook-deuglify-attrib-cut-regexp)
23545         (gnus-outlook-deuglify-attrib-verb-regexp)
23546         (gnus-outlook-deuglify-attrib-end-regexp)
23547         (gnus-outlook-display-hook): Add :version.
23548
23549         * binhex.el (binhex-use-external): Add :version.
23550
23551 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23552
23553         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23554         and `invisible'.
23555
23556 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23557
23558         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23559         in gnus-registry-trim.
23560
23561 2004-09-13  Simon Josefsson  <jas@extundo.com>
23562
23563         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23564
23565         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23566
23567         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23568         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23569         <yamaoka@jpl.org>.
23570         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23571         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23572         <yamaoka@jpl.org>.
23573
23574         * sieve.el (sieve-manage-mode): Ditto.
23575
23576 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23577
23578         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23579
23580 2004-09-11  Simon Josefsson  <jas@extundo.com>
23581
23582         * dns-mode.el: Add.
23583
23584         * mm-view.el (mm-display-dns-inline): Add.
23585
23586         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23587         (mm-automatic-display): Ditto.
23588
23589         * mailcap.el (mailcap-mime-data): Add text/dns.
23590         (mailcap-mime-extensions): Map .soa to text/dns.
23591
23592 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23593
23594         * gnus-art.el (article-decode-mime-words, article-babel)
23595         (gnus-article-highlight-signature, gnus-article-add-buttons)
23596         (gnus-signature-toggle): Remove unnecessary bindings of
23597         `inhibit-read-only' inherited from v5.10 merge.
23598
23599 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23600
23601         * nntp.el (nntp): New customization group.
23602         (nntp-authinfo-file): Add customization group.
23603
23604         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23605
23606         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23607
23608         * gnus.el (to-address, to-list, subscribed)
23609         (large-newsgroup-initial): Ditto.
23610
23611         * flow-fill.el (fill-flowed-display-column)
23612         (fill-flowed-encode-column): Ditto.
23613
23614 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23615
23616         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23617         Use point-min rather than 1.
23618         (message-send-mail): Use buffer-size rather than point-max.
23619
23620         * gnus-sum.el (gnus-summary-search-article-forward):
23621         Signal a specific `search-failed' rather than a generic `error'.
23622
23623         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23624         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23625         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23626
23627 2004-09-10  Simon Josefsson  <jas@extundo.com>
23628
23629         * nndb.el (require): Remove tcp and duplicate cl.
23630
23631 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23632
23633         * gnus-agent.el (directory-files-and-attributes): Move forward.
23634
23635 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23636
23637         * gnus-agent.el (directory-files-and-attributes):
23638         Optionally defined to support XEmacs.
23639
23640 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23641
23642         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23643         to avoid run-time CL dependencies.
23644         (gnus-agent-unfetch-articles): New function.
23645         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23646         article numbers even when local .overview file is missing.
23647         (gnus-agent-read-article-number): New function.  Only accepts
23648         27-bit article numbers.
23649         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23650         Use gnus-agent-read-article-number.
23651         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23652         from backend while recognizing that article numbers in .overview
23653         must be valid.
23654         (gnus-agent-update-files-total-fetched-for):
23655         Use directory-files-and-attributes to improve performance.
23656         * gnus-int.el (gnus-request-move-article):
23657         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23658         improve performance.
23659
23660         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23661         some users confused by references to .newsrc when they only have a
23662         .newsrc.eld file.
23663         (gnus-convert-mark-converter-prompt)
23664         (gnus-convert-converter-needs-prompt): Fix use of property list.
23665         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23666         New function.  Used internally to only display 'gnus converting
23667         files' message when actually necessary.
23668
23669         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23670         methods now autoloaded.
23671
23672 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23673
23674         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23675         identifiers.
23676
23677 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23678
23679         * gnus-picon.el: Fix indentation and closing parenthesis.
23680
23681 2004-09-01  Simon Josefsson  <jas@extundo.com>
23682
23683         * message.el (message-canlock-generate): Require sha1, not
23684         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23685         to require within a function.  Sadly, if sha1.el isn't loaded, the
23686         let binding in m-c-g will hide the defcustom definition, which is
23687         bad.)
23688
23689         * canlock.el: Require sha1, not sha1-el.
23690
23691         * message.el: Don't autoload sha1 (there is a autoload cookie in
23692         sha1.el).
23693
23694         * sha1-el.el: Rename to sha1.el.
23695
23696 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23697
23698         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23699
23700 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23701
23702         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23703
23704 2004-08-30  Kim F. Storm  <storm@cua.dk>
23705
23706         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23707
23708         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23709         Add :group 'nnimap.
23710
23711 2004-08-30  Andreas Schwab  <schwab@suse.de>
23712
23713         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23714         ?* and ?\;.
23715
23716         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23717         and ?\' to symbol instead of whitespace.
23718
23719 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23722
23723         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23724         instead of re-search-forward.
23725
23726         * gnus-uu.el (gnus-uu-save-article): Ditto.
23727         (gnus-uu-post-encode-uuencode): Ditto.
23728
23729         * html2text.el (html2text-clean-list-items): Ditto.
23730         (html2text-clean-dtdd): Ditto.
23731         (html2text-format-tags): Ditto.
23732
23733         * message.el (message-send-mail-with-sendmail): Fix regexp.
23734         (message-fill-field-general): Use search-forward instead of
23735         re-search-forward.
23736         (unbold-region): Ditto.
23737
23738         * nnrss.el (nnrss-request-article): Ditto.
23739
23740         * nnslashdot.el (nnslashdot-request-article): Ditto.
23741
23742         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23743
23744         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23745         "Unrecognized menu descriptor" error in XEmacs.
23746
23747 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23748
23749         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23750         parent article of a sparse article in the thread hashtb.
23751
23752 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23753
23754         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23755         (nnmail-expand-newtext): Lowercase expanded entries if
23756         nnmail-split-lowercase-expanded is non-nil.
23757
23758 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23761
23762         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23763         of gnus-tmp-news-method into string under XEmacs.  It will be
23764         passed to gnus-correct-length which takes only a string argument.
23765
23766 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23767
23768         * gnus-util.el (gnus-bind-print-variables): New macro.
23769         (gnus-prin1): Use it.
23770         (gnus-prin1-to-string): Use it.
23771         (gnus-pp): New function.
23772         (gnus-pp-to-string): New function.
23773
23774         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23775         Replace pp-to-string with gnus-pp-to-string.
23776         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23777         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23778         * gnus-msg.el (gnus-debug): Ditto.
23779         * gnus-score.el (gnus-score-save): Ditto.
23780         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23781         gnus-pp-to-string.
23782         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23783         with gnus-pp.
23784         * score-mode.el (gnus-score-pretty-print): Ditto.
23785         * webmail.el (webmail-debug): Ditto.
23786
23787 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23788
23789         * gnus-art.el (article-display-face, article-display-x-face):
23790         Use buffer-read-only.
23791
23792 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23793
23794         * gnus-art.el (article-hide-list-identifiers):
23795         Bind inhibit-read-only as t.
23796
23797 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23798
23799         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23800
23801 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23802
23803         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23804         (gnus-narrow-to-page): Don't assume point-min == 1.
23805         (gnus-article-edit-mode): Derive from message-mode.
23806
23807         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23808         point-min == 1.
23809
23810         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23811         Disable incorrect use of `assert'.
23812
23813         * message.el (message-mode): Set comment-start-skip.
23814
23815
23816 2004-08-22  Sam Steingold  <sds@gnu.org>
23817
23818         * pop3.el (pop3-leave-mail-on-server): New user variable.
23819         (pop3-movemail): Delete mail only when it is nil.
23820
23821 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23822
23823         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23824
23825         * mml.el (mml-preview): Use `pop-to-buffer'.
23826
23827         * message.el (message-goto-mail-followup-to): Insert after "To".
23828         (message-carefully-insert-headers): Add comment.
23829
23830         * gnus.el: Remove unused variable `gnus-article-check-size'.
23831
23832         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23833
23834         * gnus-art.el (gnus-button-alist):
23835         Improve `gnus-button-handle-library' entry.
23836
23837 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23838
23839         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23840         Use downcase, since XEmacs capitalizes error messages differently.
23841
23842 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23843
23844         * nntp.el: Add (require 'gnus) due to reference to
23845         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23846
23847 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23848
23849         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23850         Bind `mm-fill-flowed'.
23851
23852         * mm-decode.el (mm-dissect-singlepart): Check it.
23853
23854 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23855
23856         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23857         'imap' for netrc parsing.
23858
23859 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23860
23861         * mailcap.el (mailcap-mime-data): Mark as risky.
23862
23863 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23864
23865         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23866         may be included in the encoded word.
23867         (rfc2047-encode): Don't append a space if the encoded word
23868         includes close parenthesis.
23869
23870 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23871
23872         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23873         of text within parentheses.
23874
23875 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23876
23877         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23878         (gnus-encrypt-write-file-contents): Make the password key the file
23879         name PLUS the cipher, not just the cipher.  Also remove failed
23880         passwords from the cache.
23881
23882 2004-08-06  Simon Josefsson  <jas@extundo.com>
23883
23884         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23885         Doc fix.
23886
23887 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23890         LWSP.
23891
23892 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23893
23894         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23895         Try to append in-reply-to: data to the references: header.
23896
23897         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23898         (netrc-parse): Use gnus-encrypt.el functions.
23899
23900         * gnus-encrypt.el: Add new file for encryption support; currently
23901         does only a few GPG ciphers and an internal XOR cipher.
23902
23903         * password.el: Add comments on using password-read-and-add.
23904         (password-read-and-add): Add function to read and add the
23905         password to the cache at once.
23906
23907 2004-07-28  Simon Josefsson  <jas@extundo.com>
23908
23909         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23910         parameter (but don't use it, for now).
23911
23912         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23913         instead of hard coding to nil.
23914
23915 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23916
23917         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23918         as mm-inline-image-xemacs does.
23919
23920 2004-07-26  Simon Josefsson  <jas@extundo.com>
23921
23922         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23923         Revert part of 2004-07-17 change below.
23924
23925 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23926
23927         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23928         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23929
23930 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23931
23932         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23933         quotes that actually start with ">" at the beginning of the
23934         lines.
23935
23936 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23937
23938         * rfc2047.el (rfc2047-encode-region): Fix last change.
23939         (rfc2047-encode-parameter): Remove useless concat.
23940
23941 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23942
23943         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23944         encode special characters; fix some kind of misconfigured headers;
23945         signal a real error if debug-on-quit or debug-on-error is non-nil.
23946         (rfc2047-encode-max-chars): New variable.
23947         (rfc2047-encode-1): Use it.
23948         (rfc2047-encode-parameter): New function.
23949
23950         * mml.el (mml-insert-parameter): Remove an excessive space.
23951
23952 2004-07-17  Simon Josefsson  <jas@extundo.com>
23953
23954         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23955         Kai Grossjohann <kai@emptydomain.de>.
23956         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23957         (gnus-group-make-menu-bar): Ditto.
23958
23959         * gnus-util.el (gnus-group-server): Add.
23960
23961 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23962
23963         * message.el (message-clone-locals): Clone sendmail and smtp
23964         variables.
23965
23966 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23967
23968         * rfc2047.el (rfc2047-encode-region): Fix last change.
23969
23970 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23971
23972         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23973         characters as non-special.
23974
23975 2004-07-09  Simon Josefsson  <jas@extundo.com>
23976
23977         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23978         Users will lose all flag changes made while unplugged with
23979         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23980         good default.  See numerous reports on ding mailing list.
23981
23982 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23983
23984         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23985         add generate-head-function and generate-article-function to the
23986         rfc822-forward entry.
23987         (nndoc-rfc822-forward-generate-article): New function.
23988         (nndoc-rfc822-forward-generate-head): New function.
23989
23990         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23991
23992 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23993
23994         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23995         respect display group parameter and gnus-summary-expunge-below.
23996         (gnus-articles-to-read): Remove unused reference to display group
23997         parameter.
23998
23999 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24000
24001         * nnheader.el (nnheader-uniquify-message-id): New experimental
24002         variable.
24003         (nnheader-nov-read-message-id): Use it.
24004
24005         * spam-report.el (spam-report-gmane): Add interactive.
24006
24007 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24008
24009         * mm-encode.el (mm-content-transfer-encoding-defaults):
24010         Use qp-or-base64 for the application/* types.
24011
24012 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24013
24014         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24015
24016 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24017
24018         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24019         trim value.
24020
24021 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24022
24023         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24024         New macro and function.
24025         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24026
24027 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24028
24029         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24030         after-load-alist.
24031
24032 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24033
24034         * gnus-group.el (gnus-group-get-new-news-this-group):
24035         Don't update info that isn't there.
24036
24037 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24038
24039         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24040         entry.
24041
24042 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24043
24044         * mm-view.el (mm-inline-render-with-function): Use multibyte
24045         buffer; decode html source by charset.
24046
24047         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24048
24049         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24050         Mule-UCS is loaded under XEmacs.
24051         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24052
24053 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24054
24055         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24056
24057 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24058
24059         * mm-util.el (mm-coding-system-p): Return a coding-system.
24060         (mm-mime-mule-charset-alist): Use shift_jis instead of
24061         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24062         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24063         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24064         instead of japanese-shift-jis and iso-latin-1 respectively in
24065         order to share the default value with both Emacs and XEmacs-mule.
24066         (mm-mule-charset-to-mime-charset):
24067         Make mm-coding-system-priorities effective.
24068         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24069         while predicating of candidates upon the priorities.
24070
24071 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24072
24073         * gnus-sum.el (gnus-summary-make-menu-bar):
24074         Add gnus-uu-invert-processable.
24075
24076         * gnus.el: Autoload gnus-uu-invert-processable.
24077
24078 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24079
24080         * mm-util.el (mm-with-multibyte-buffer): New macro.
24081
24082         * rfc2047.el (rfc2047-encode-string): Use it.
24083         (rfc2047-encode-region): Move point to the end of the region after
24084         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24085
24086 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24087
24088         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24089         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24090
24091 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24092
24093         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24094         (gnus-cite-parse): Ignore quoted envelope From_.
24095         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24096
24097 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24098
24099         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24100         invalid addresses.
24101
24102 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24103
24104         * spam.el: Change section markers, revise TODO list.
24105         (spam-backends): Make new master list of all installed backends.
24106         (spam-summary-exit-behavior): Add new variable to determine how
24107         messages moves are done at summary exit.
24108         (spam-move-spam-nonspam-groups-only)
24109         (spam-process-ham-in-nonham-groups)
24110         (spam-process-ham-in-spam-groups): Remove variables, the
24111         spam-summary-exit-behavior variable should be used to manage this
24112         behavior.
24113         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24114         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24115         and spam-old-spam-articles.
24116         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24117         Add empty variables, placeholders for the backends they represent.
24118         (spam-set-difference): Move, unchanged.
24119         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24120         unless the user has a processor variable.
24121         (spam-classifications, spam-classification-valid-p)
24122         (spam-backend-properties, spam-backend-property-valid-p)
24123         (spam-backend-function-type-valid-p)
24124         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24125         (spam-report-articles-gmane, spam-report-articles-resend):
24126         Remove functions, they are not needed.
24127         (spam-install-backend-super, spam-backend-list)
24128         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24129         (spam-backend-function, spam-backend-ham-registration-function)
24130         (spam-backend-spam-registration-function)
24131         (spam-backend-ham-unregistration-function)
24132         (spam-backend-spam-unregistration-function)
24133         (spam-backend-statistical-p, spam-backend-mover-p)
24134         (spam-install-backend-alias, spam-install-checkonly-backend)
24135         (spam-install-mover-backend, spam-install-nocheck-backend)
24136         (spam-install-backend, spam-install-statistical-backend)
24137         (spam-install-statistical-checkonly-backend): Add backend installation
24138         support.
24139         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24140         (spam-group-processor-p): Use the new backend code and respect the
24141         summary exit behavior.
24142         (spam-mark-spam-as-expired-and-move-routine): Remove.
24143         (spam-summary-prepare): Change to use the new spam-old-articles
24144         variable.
24145         (spam-copy-or-move-routine, spam-copy-spam-routine)
24146         (spam-move-spam-routine, spam-copy-ham-routine)
24147         (spam-move-ham-routine): Add code to copy/move ham or spam.
24148         (spam-fetch-field-fast): Improve doc and code, plus allow the
24149         'number request.
24150         (spam-list-of-checks, spam-list-of-statistical-checks):
24151         Remove variables.
24152         (spam-split, spam-find-spam): Use the new backend code.
24153         (spam-registration-functions): Remove variable.
24154         (spam-unregister-routine): Add convenience wrapper.
24155         (spam-log-undo-registration, spam-register-routine)
24156         (spam-log-processing-to-registry)
24157         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24158         where possible.
24159         (spam-check-gmane-xref, spam-check-regex-headers)
24160         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24161         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24162         (spam-check-bogofilter-headers, spam-check-spamoracle)
24163         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24164         (spam-check-crm114-headers): Use the spam-split-group that
24165         spam-split prepares, no need to determine it every time.
24166
24167         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24168         to the nnheader-parse-naked-head call.
24169
24170         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24171
24172         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24173         the nnheader-nov-read-message-id call.
24174
24175 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24176
24177         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24178         gnus-activate-group twice.  Suggested by Markus Peter
24179         <warp@spin.de>.
24180
24181 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24182
24183         * gnus-art.el (gnus-article-time-format): Exchange the order of
24184         day and month in the default value; fix customization type.
24185         (article-date-ut): Use add-text-properties.
24186         (article-make-date-line): Use message-make-date instead of
24187         current-time-string.
24188
24189         * message.el (message-fetch-field): Don't use set-text-properties.
24190         (message-make-date): Simplify.
24191
24192         * messagexmas.el (message-xmas-make-date): New function.
24193         (message-xmas-redefine): Defalias message-make-date to it.
24194
24195 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24196
24197         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24198         (rfc2047-encode-region): Treat text within parentheses as special;
24199         show the original text when error has occurred.
24200
24201         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24202         already-computed method to gnus-activate-group.
24203
24204         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24205         same select-methods identical Lisp objects.
24206
24207         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24208         object when modifying the info.
24209
24210 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24211
24212         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24213         gnus-opened-servers since it has never been opened with the new
24214         configuration yet.
24215
24216 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24217
24218         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24219         arg to nnheader-generate-fake-message-id.
24220
24221 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24222
24223         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24224         number and build a fake message ID localized to a group and
24225         article number (so it's repeatable from that point on).
24226         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24227         ID format.
24228
24229         * gnus-sum.el (gnus-get-newsgroup-headers):
24230         Call nnheader-generate-fake-message-id with the article number.
24231
24232 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24233
24234         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24235         end-of-buffer.
24236
24237 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24238
24239         * message.el (message-ignored-supersedes-headers): Add Approved.
24240
24241 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24242
24243         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24244         goto-char.
24245         (rfc2047-encode): Fold the line before encoding.
24246
24247 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24248
24249         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24250         folding -- not all headers can be folded, and this should be done
24251         by the message composition mode.  Probably.  I think.
24252
24253 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24254
24255         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24256         fast.
24257
24258         * gnus-ems.el (gnus-remove-image): Don't use
24259         message-text-with-property; remove only the image found first.
24260
24261         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24262         found first.
24263
24264 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24265
24266         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24267
24268 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24269
24270         * message.el (message-text-with-property): Make it fast and accept
24271         optional arguments.
24272         (message-strip-forbidden-properties): Use it.
24273         (message-fix-before-sending): Follow the m-t-w-p change.
24274
24275         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24276
24277 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24278
24279         * gnus-art.el (article-hide-headers): Don't change the buffer
24280         mistakenly when performing mml-preview even if
24281         gnus-single-article-buffer is nil.
24282
24283 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24284
24285         * message.el (message-expand-name-databases): New user option.
24286         (message-expand-name): Use it.
24287
24288 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24289
24290         * spam.el (spam-report-articles-resend)
24291         (spam-report-resend-register-routine): Allow ham reporting.
24292         (spam-report-resend-register-ham-routine): Add wrapper.
24293         (spam-registration-functions): Add ham resending functions.
24294         (spam-list-of-processors): Add ham resend processor.
24295
24296         * gnus.el (ham-resend-to): Add new group parameter.
24297         (spam-process): Add ham resend option.
24298
24299         * spam-report.el (spam-report-resend): Allow reporting ham.
24300         (spam-report-resend-ham): Add wrapper.
24301
24302 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24303
24304         * message.el (message-cite-articles-with-x-no-archive):
24305         New variable.
24306         (message-cite-original): Use it.
24307
24308 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24309
24310         * message.el (message-cite-original): Respect X-No-Archive.
24311
24312 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24313
24314         * gnus-art.el (article-hide-headers): Refer to the values for
24315         gnus-ignored-headers and gnus-visible-headers in the summary
24316         buffer since a user may have set them as group parameters.
24317
24318 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24319
24320         * assistant.el (assistant-node-name): Add convenience function.
24321         (assistant-render-text, assistant-render-node): Add error handling,
24322         plus handle multiple next nodes.
24323         (assistant-find-next-node): Comment out for now.
24324         (assistant-find-next-nodes): Add function, returns list of next
24325         nodes.
24326
24327 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24328
24329         * mail-source.el (mail-source-directory): Fix doc-string.
24330
24331 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24332
24333         * assistant.el (assistant-render-text, assistant-eval): Add :set
24334         widget type, which is different because it takes and returns a
24335         list.  Much hilarity ensues.
24336
24337 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24338
24339         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24340
24341         * gnus-group.el (gnus-group-get-new-news-this-group):
24342         Add doc-string.
24343
24344         * gnus-start.el (gnus-activate-group): Add doc-string.
24345
24346 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24347
24348         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24349
24350 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24351
24352         * assistant.el (assistant-render-text): Try to add a :set
24353         widget, more to come.
24354
24355         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24356         strings.
24357         (spam-report-articles-resend)
24358         (spam-register-routine): Do registration iff any articles warrant
24359         it.
24360         (spam-summary-prepare-exit): Change log message for nil group
24361         destinations.
24362
24363 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24364
24365         * spam.el (spam-report-resend-register-routine):
24366         Allow spam-report-resend-to to be a group parameter or a global value.
24367
24368 2004-05-26  Simon Josefsson  <jas@extundo.com>
24369
24370         * starttls.el: Merge with my GNUTLS based starttls.el.
24371         (starttls-gnutls-program, starttls-use-gnutls)
24372         (starttls-extra-arguments, starttls-process-connection-type)
24373         (starttls-connect, starttls-failure, starttls-success):
24374         New variables.
24375         (starttls-program, starttls-extra-args): Doc fix.
24376         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24377         New functions.
24378         (starttls-negotiate, starttls-open-stream):
24379         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24380         function if it is set.
24381
24382 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24385         structured fields.
24386
24387 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24390
24391 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24392
24393         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24394         Add variable.
24395         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24396         assigning the spam-mark to new messages.
24397
24398 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24399
24400         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24401
24402 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24403
24404         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24405
24406         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24407         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24408         default.
24409
24410 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24411
24412         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24413         correct data.
24414
24415 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24416
24417         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24418         (spam-group-processor-p): Fix function.
24419         (spam-group-processor-multiple-p)
24420         (spam-group-spam-processor-report-gmane-p)
24421         (spam-group-spam-processor-report-resend-p)
24422         (spam-group-spam-processor-bogofilter-p)
24423         (spam-group-spam-processor-blacklist-p)
24424         (spam-group-spam-processor-ifile-p)
24425         (spam-group-ham-processor-ifile-p)
24426         (spam-group-spam-processor-spamoracle-p)
24427         (spam-group-spam-processor-crm114-p)
24428         (spam-group-ham-processor-bogofilter-p)
24429         (spam-group-spam-processor-stat-p)
24430         (spam-group-ham-processor-stat-p)
24431         (spam-group-ham-processor-whitelist-p)
24432         (spam-group-ham-processor-BBDB-p)
24433         (spam-group-ham-processor-spamoracle-p)
24434         (spam-group-ham-processor-copy-p): Remove functions with some
24435         prejudice against unneeded code.
24436         (spam-report-articles-resend)
24437         (spam-report-resend-register-routine): Allow the group/topic
24438         spam-resend-to value to override spam-report-resend-to.
24439         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24440         properly now.
24441
24442         * gnus.el (spam-resend-to): Add group/topic parameter.
24443         (spam-process): Move the OBSOLETE processors to the end of the
24444         choices.
24445
24446 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24447
24448         * spam-report.el (spam-report-resend-to, spam-report-resend):
24449         Start with resend-to set to nil, and then ask the user if necessary.
24450         (spam-report-resend): spam-report-resend takes a list of articles, not
24451         separate article numbers.
24452
24453 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24454
24455         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24456         addition to emacs-w3m.
24457
24458 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24459
24460         * assistant.el (assistant-authinfo-data): New function.
24461         (assistant-eval): Eval for entire assistant.
24462
24463         * netrc.el (netrc-services-file): New variable.
24464         (netrc-parse-services): New function.
24465         (netrc-find-service-name): New function.
24466         (netrc-find-service-number): New function.
24467         (netrc-port-equal): New function.
24468         (netrc-machine): Use it.
24469
24470         * nnimap.el (nnimap-open-connection): Use netrc.
24471
24472         * gnus-util.el (gnus-netrc-get): Remove aliases.
24473
24474         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24475
24476         * assistant.el (wid-edit): Fix compilation.
24477
24478         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24479
24480 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24481
24482         * gnus-util.el (gnus-set-file-modes): New function.  (small
24483         patch).
24484
24485 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24486
24487         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24488
24489         * assistant.el (assistant-render-node): Fix up rendering and
24490         read-only text.
24491         (assistant-render-node): Reset.
24492         (assistant-make-read-only): Not sticky.
24493
24494 2004-05-20  Danny Siu  <dsiu@adobe.com>
24495
24496         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24497         centered even when gnus-auto-center-summary is t.
24498
24499 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24500
24501         * dns.el (dns-get-txt-answer): New function.
24502         (dns-read-txt): Ditto.
24503         (query-dns): Use it.
24504
24505 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24506
24507         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24508         active for foreign groups even if the group level is higher than
24509         the specified value.
24510
24511 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24512
24513         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24514         non-active groups.
24515
24516         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24517
24518 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24519
24520         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24521
24522 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24523
24524         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24525         (spam-crm114-header, spam-crm114-spam-switch)
24526         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24527         (spam-crm114-positive-spam-header)
24528         (spam-crm114-database-directory, spam-list-of-processors)
24529         (spam-group-spam-processor-crm114-p)
24530         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24531         (spam-generic-score, spam-list-of-checks)
24532         (spam-list-of-statistical-checks, spam-registration-functions)
24533         (spam-check-crm114-headers, spam-crm114-score)
24534         (spam-check-crm114, spam-crm114-register-with-crm114)
24535         (spam-crm114-register-spam-routine)
24536         (spam-crm114-unregister-spam-routine)
24537         (spam-crm114-register-ham-routine)
24538         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24539
24540 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24541
24542         * gnus.el: Add spam-use-crm114.
24543
24544         * spam.el (spam-list-of-processors, spam-registration-functions):
24545         Add spam-use-resend.
24546         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24547         (spam-report-articles-gmane): Add doc fix.
24548         (spam-report-articles-resend, spam-report-resend-register-routine):
24549         Add wrappers around spam-report-resend-to.
24550
24551         * spam-report.el (spam-report-resend-to, spam-report-resend):
24552         Add support for resending spam.
24553         (spam-report-gmane): Fix line length >80.
24554
24555         * gnus.el (spam-process): Add spam-use-resend.
24556
24557 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24558
24559         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24560         number of processed spam messages.
24561         (spam-ham-copy-or-move-routine): Return the number of processed
24562         ham messages.
24563         (spam-summary-prepare-exit): Use the above values to decide
24564         whether status messages shouled be displayed.
24565
24566 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24567
24568         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24569         `rfc2047-encoding-function-alist' in order to avoid conflicting
24570         with the old version.
24571         (rfc2047-encode-region): Concatenate words containing non-ASCII
24572         characters in structured fields; don't encode space-delimited
24573         ASCII words even in unstructured fields; don't break words at
24574         char-category boundaries.
24575         (rfc2047-encode-1): New function.
24576         (rfc2047-encode): Use it; encode text so that it occupies the
24577         maximum width within 76-column; work correctly on Q encoding for
24578         iso-2022-* charsets.
24579         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24580         sure not to break a line just after the header name.
24581         (rfc2047-b-encode-region): Remove.
24582         (rfc2047-b-encode-string): New function.
24583         (rfc2047-q-encode-region): Remove.
24584         (rfc2047-q-encode-string): New function.
24585
24586         * mm-util.el (mm-replace-in-string): New function.
24587
24588 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24589
24590         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24591         Really get it right.
24592         (gnus-inews-make-draft): Really.
24593
24594 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24595
24596         * nnmh.el (nnmh-request-list-1): Don't check the link count
24597         before descending.  (small patch)
24598
24599 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24600
24601         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24602         stuff.
24603
24604         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24605         Match on real group name.
24606
24607         * gnus-art.el (gnus-signature-limit): Doc fix.
24608
24609         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24610
24611         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24612
24613 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24614
24615         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24616         isn't a string.
24617
24618 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24619
24620         * gnus-draft.el (gnus-draft-send):
24621         Bind rfc2047-encode-encoded-words.
24622
24623         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24624         (rfc2047-encodable-p): Say that =? needs encoding.
24625         (rfc2047-encode-encoded-words): New variable.
24626
24627         * gnus-group.el (gnus-group-select-group): Doc fix.
24628
24629         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24630
24631         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24632         to nil.
24633
24634         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24635
24636         * nnheader.el (nnheader-get-lines-and-char): New function.
24637
24638 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24639
24640         * gnus-msg.el (gnus-summary-followup-with-original):
24641         Document yanking of region when active.
24642
24643 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24644
24645         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24646         groups if the group level is higher than the specified value.
24647
24648 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24649
24650         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24651         (gnus-group-jump-to-group): Add prefix argument using
24652         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24653         non-active group.
24654
24655         * compface.el (uncompface): Be verbose when changing
24656         `uncompface-use-external'.
24657
24658         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24659         handle manual section.
24660
24661 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24662
24663         * gnus-art.el (gnus-button-alist): Revert previous change.
24664
24665 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24666
24667         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24668
24669 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24670
24671         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24672         whether backend can accept message.
24673
24674         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24675
24676 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24677
24678         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24679         Avoid creating directory when nntp-marks-is-evil is true.
24680         Reported by Reiner Steib.
24681
24682 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24683
24684         * gnus-picon.el (gnus-picon-insert-glyph):
24685         Add optional `nostring' argument.
24686
24687 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24688
24689         * gnus-picon.el (gnus-picon-style): New variable.
24690         (gnus-picon-transform-address): Support `gnus-picon-style'.
24691
24692 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24693
24694         * message.el (message-fill-field): Return point.
24695         (message-generate-headers): Go to end of field.
24696
24697         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24698         stuff for non-living groups.
24699
24700 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24701
24702         * gnus-art.el (gnus-article-followup-with-original)
24703         (gnus-article-reply-with-original): gnus-mark-active-p ->
24704         gnus-region-active-p.
24705
24706 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24707
24708         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24709         only when there is spam or ham to be processed.
24710
24711 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24712
24713         * mail-source.el (mail-source-delete-crash-box): Refactor.
24714         (mail-source-fetch): Use it.
24715         (mail-source-fetch-file): Ditto.
24716         (mail-source-fetch-directory): Run postscript in loop.
24717         (mail-source-fetch-pop): Delete.
24718         (mail-source-fetch-maildir): Ditto.
24719         (mail-source-fetch-imap): Ditto.
24720
24721         * imap.el (imap-authenticators): Comment out sasl.
24722
24723         * message.el (message-skip-to-next-address): New function.
24724         (message-fill-header-address): Refactor.
24725         (message-fill-address): Use it.
24726         (message-delete-address): Use it.
24727         (message-fill-header-general): Refactor.
24728         (message-fill-field-address): Rename.
24729         (message-narrow-to-field): Find the start of the header.
24730         (message-header-format-alist): Don't pre-fill.
24731         (message-fill-header): Remove.
24732         (message-insert-header): New function.
24733         (message-shorten-references): Use it.
24734
24735         * rfc2047.el (rfc2047-field-value): Strip props.
24736
24737         * mail-parse.el (mail-header-make-address): New alias.
24738
24739         * ietf-drums.el (ietf-drums-make-address): New function.
24740
24741         * imap.el: Add compiler directives.
24742
24743         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24744
24745         * gnus-art.el (article-decode-idna-rhs): Don't use
24746         message-idna-inside-rhs-p.
24747
24748 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24749
24750         * message.el (message-idna-inside-rhs-p): Remove.
24751         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24752
24753         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24754         false positives.
24755
24756 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24757
24758         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24759
24760 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24761
24762         * nneething.el (nneething-file-name): Don't create spurious
24763         files.
24764
24765         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24766         (gnus-inews-do-gcc): Remove sleep.
24767
24768         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24769         part under point.
24770
24771         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24772         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24773
24774 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24775
24776         * spam.el (spam-summary-prepare-exit): Fix (length).
24777
24778 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24779
24780         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24781         as expired without moving it" message when there are spam
24782         messages left.
24783
24784 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24785
24786         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24787         header is not nil.
24788
24789 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24790
24791         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24792         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24793         (nntp-marks-changed-p): New arg SERVER.
24794         (nntp-request-update-info): Adjust caller.
24795
24796 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24797
24798         * nntp.el (nntp-save-marks): Pass missing arg.
24799
24800 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24801
24802         * nntp.el: Support marks.
24803         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24804         (nntp-marks-modtime, nntp-marks-directory): New variables.
24805         (nntp-request-set-mark, nntp-request-update-info)
24806         (nntp-possibly-create-directory, nntp-marks-changed-p)
24807         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24808         New functions.
24809
24810 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24811
24812         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24813         (gnus-xmas-redefine): Rename.
24814
24815         * gnus-score.el (gnus-score-insert-help):
24816         Use gnus-select-lowest-window.
24817
24818         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24819         appt-select-lowest-window and rename to gnus-select-lowest-window.
24820
24821         * gnus.el: do.
24822
24823 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24824
24825         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24826         encodings of MIME-encoded words, in order to improve
24827         interoperability with several broken MUAs.
24828
24829 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24830
24831         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24832         tags, only when charsets are not specified in headers.
24833         (mm-inline-text-html-render-with-w3m): Ditto.
24834
24835         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24836         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24837
24838 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24839
24840         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24841         instead of MIME-decoded from fields when checking
24842         `gnus-article-address-banner-alist'.
24843
24844 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24845
24846         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24847         description rather than subject.
24848
24849 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24850
24851         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24852
24853 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24854
24855         * gnus.el (gnus-version-number): Bump.
24856
24857 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24858
24859         * gnus.el: No Gnus v0.2 is released.
24860
24861 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24862
24863         * gnus-agent.el (gnus-agent-read-agentview):
24864         Inline gnus-uncompress-range.
24865
24866 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24867
24868         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24869         `exec-installed-p'.
24870
24871 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24872
24873         * gnus.el (spam-process, spam-autodetect-methods):
24874         Add bsfilter and bsfilter-headers.
24875
24876         * spam.el (spam-bsfilter): New customize group.
24877         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24878         (spam-bsfilter-header, spam-bsfilter-probability-header)
24879         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24880         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24881         (spam-bsfilter-database-directory): New options.
24882         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24883         (spam-list-of-statistical-checks, spam-registration-functions):
24884         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24885         (spam-bsfilter-score): New command.
24886         (spam-check-bsfilter-headers, spam-check-bsfilter)
24887         (spam-bsfilter-register-with-bsfilter)
24888         (spam-bsfilter-register-spam-routine)
24889         (spam-bsfilter-unregister-spam-routine)
24890         (spam-bsfilter-register-ham-routine)
24891         (spam-bsfilter-unregister-ham-routine): New functions.
24892         (spam-generic-score): Support bsfilter; Accept an optional argument
24893         to recalcurate spam score even if scoring header has already been
24894         added.
24895         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24896         optional argument to recalcurate spam score even if scoring header
24897         has already been added.
24898
24899 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24900
24901         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24902         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24903         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24904         link is missing.
24905
24906 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24907
24908         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24909         (html2text-get-attr): Rewrite.
24910
24911         * message.el (message-setup-1): Remove redundant put-text-property
24912         on mail-header-separator.
24913
24914 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24915
24916         * gnus-registry.el (gnus-registry-cache-whitespace)
24917         (gnus-registry-action, gnus-registry-spool-action)
24918         (gnus-registry-split-fancy-with-parent): Change message levels
24919         from 5 to 3 or 7, as needed.
24920
24921         * spam.el (spam-summary-prepare-exit)
24922         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24923         (spam-split, spam-find-spam, spam-log-undo-registration)
24924         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24925         level from 5 to 6.
24926
24927 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24928
24929         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24930         2004-03-04 change).
24931
24932 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24933
24934         * sieve-manage.el (sieve-manage-open):
24935         * nnweb.el (nnweb-insert-html):
24936         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24937         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24938         * nnspool.el (nnspool-request-group):
24939         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24940         * nnml.el (nnml-request-update-info):
24941         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24942         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24943         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24944         (nnimap-request-set-mark):
24945         * nnfolder.el (nnfolder-request-update-info):
24946         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24947         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24948         * gnus-uu.el (gnus-uu-find-articles-matching):
24949         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24950         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24951         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24952         * gnus-nocem.el (gnus-nocem-scan-groups):
24953         * gnus-int.el (gnus-start-news-server):
24954         * gnus-group.el (gnus-group-make-kiboze-group)
24955         (gnus-group-browse-foreign-server):
24956         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24957         Use mapc when appropriate.
24958
24959 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24960             Adam Sjøgren  <asjo@koldfront.dk>
24961             Wes Hardaker  <wes@hardakers.net>
24962             Michael Shields  <shields@msrl.com>
24963
24964         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24965         may need for spam sorting and scoring.
24966         (spam-user-format-function-S): Add user format function suitable for
24967         general use.
24968         (spam-article-sort-by-spam-status): Add sorting function for summary
24969         sorting.
24970         (spam-extra-header-to-number): Add function to get a score from a
24971         header.
24972         (spam-summary-score): Add function to get a numeric score from the
24973         headers.
24974         (spam-generic-score): Fix function doc, was in wrong place.
24975         (spam-initialize): Take symbols when it's run, and install the
24976         extra headers that spam-necessary-extra-headers thinks we need.
24977
24978 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24979
24980         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24981         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24982
24983 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24984
24985         * gnus-sum.el (gnus-set-global-variables)
24986         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24987         (gnus-article-get-xrefs, gnus-summary-best-group)
24988         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24989         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24990         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24991         Use with-current-buffer.
24992
24993 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24994
24995         * spam.el (spam-summary-prepare-exit): Simplify logic.
24996         (spam-fetch-article-header): Read the article header if it's not
24997         available.
24998         (spam-list-articles): Simplify logic.
24999         (spam-filelist-register-routine): Fix bug with unregister-list.
25000
25001         * gnus-registry.el: Fix comments at beginning.
25002
25003 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25004
25005         * message.el (message-cater-to-broken-inn): Remove.
25006         (message-shorten-references): Make sure the total folded length of
25007         References is shorter than 998 characters to cater to a bug in INN
25008         2.3.  Also, don't pretend that references aren't folded -- this
25009         hasn't worked for a while.
25010
25011 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25012
25013         * gnus-agent.el (gnus-agentize):
25014         gnus-agent-send-mail-real-function no longer set to current value
25015         of message-send-mail-function but rather a lambda that calls
25016         message-send-mail-function.  The change makes the agent real-time
25017         responsive to user changes to message-send-mail-function.
25018
25019 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25020
25021         * legacy-gnus-agent.el
25022         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25023         help from Florian Weimer <fw@deneb.enyo.de>
25024
25025 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25026
25027         * nnmail.el (nnmail-cache-insert): Revert last change.
25028
25029 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25030
25031         * nnmail.el (nnmail-cache-insert): Always check whether
25032         nnmail-cache-ignore-groups matches a group name.
25033
25034 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25035
25036         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25037         (spam-find-spam, spam-log-processing-to-registry)
25038         (spam-log-registered-p, spam-log-unregistration-needed-p)
25039         (spam-log-undo-registration): Use gnus-message instead of
25040         gnus-error, none of these errors are fatal.
25041
25042         * gnus-registry.el (gnus-registry-clean-empty-function)
25043         (gnus-registry-clean-empty): Remove only empty entries without
25044         extra data.
25045
25046 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25047
25048         * spam-stat.el (spam-stat-buffer-change-to-spam)
25049         (spam-stat-buffer-change-to-non-spam): Change (error) to
25050         (gnus-message 8) invocation.
25051
25052 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25053
25054         * nntp.el (nntp-via-netcat-command): New variable.
25055         (nntp-via-netcat-switches): New variable.
25056         (nntp-open-via-rlogin-and-netcat): New function.
25057         (nntp-open-connection-function): Doc fix.
25058         (nntp-telnet-command): Doc fix.
25059         (nntp-end-of-line): Doc fix.
25060         (nntp-via-rlogin-command): Doc fix.
25061         (nntp-via-user-name): Doc fix.
25062         (nntp-via-address): Doc fix.
25063
25064 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25065
25066         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25067         error in Emacs 21.1.
25068
25069 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25070
25071         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25072
25073 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25074
25075         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25076         (gnus-agent-with-refreshed-group): New macro.
25077         (gnus-agent-rename-group): New function.
25078         (gnus-agent-delete-group): New function.
25079         (gnus-agent-save-group-info): Use gnus-command-method when
25080         `method' parameter is nil.  Don't write nil entries into the
25081         active file.
25082         (gnus-agent-get-group-info): New function.
25083         (gnus-agent-fetch-articles):
25084         Use gnus-agent-update-files-total-fetched-for to increment disk space
25085         used.
25086         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25087         Use gnus-agent-update-view-total-fetched-for to increment disk space
25088         used.
25089         (gnus-agent-get-local): Add optional parameters to avoid calling
25090         gnus-group-real-name and gnus-find-method-for-group.
25091         (gnus-agent-set-local): Delete stored entry if either min, or max,
25092         are nil.
25093         (gnus-agent-fetch-session): Reworded error/quit messages.
25094         On quit, use gnus-agent-regenerate-group to record existance of any
25095         articles fetched to disk before the quit occurred.
25096         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25097         gnus-agent-update-view-total-fetched-for, and
25098         gnus-agent-update-files-total-fetched-for to decrement disk space
25099         used.
25100         (gnus-agent-retrieve-headers):
25101         Use gnus-agent-update-view-total-fetched-for to increment disk space
25102         used.
25103         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25104         with gnus-agent-update-files-total-fetched-for to decrement disk
25105         space and fresh group buffer.
25106         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25107         (gnus-agent-need-update-total-fetched-for): New variable.
25108         (gnus-agent-update-files-total-fetched-for): New function.
25109         (gnus-agent-update-view-total-fetched-for): New function.
25110         (gnus-agent-total-fetched-for): New function.
25111
25112         * gnus-cache.el (gnus-cache-save-buffers):
25113         Use gnus-cache-update-overview-total-fetched-for to change disk space
25114         used by this group.
25115         (gnus-cache-possibly-enter-article):
25116         Use gnus-cache-update-file-total-fetched-for to increment disk space
25117         used by this group.
25118         (gnus-cache-possibly-remove-article):
25119         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25120         used by this group.
25121         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25122         (gnus-cache-rename-group): New function.
25123         (gnus-cache-delete-group): New function.
25124         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25125         (gnus-cache-need-update-total-fetched-for): New variable.
25126         (gnus-cache-with-refreshed-group): New macro.
25127         (gnus-cache-update-file-total-fetched-for): New function.
25128         (gnus-cache-update-overview-total-fetched-for): New function.
25129         (gnus-cache-rename-group-total-fetched-for): New function.
25130         (gnus-cache-delete-group-total-fetched-for): New function.
25131         (gnus-cache-total-fetched-for): New function.
25132
25133         * gnus-group.el: Require gnus-sum and autoload functions to
25134         resolve warnings when gnus-group.el compiled alone.
25135         (gnus-group-line-format): Documented new %F.
25136         (size of Fetched data) group line format; identifies disk space
25137         used by agent and cache.
25138         (gnus-group-line-format-alist): Defined new F format.
25139         (gnus-total-fetched-for): New function.
25140         (gnus-group-delete-group): No longer update
25141         gnus-cache-active-altered as gnus-request-delete-group now keeps
25142         the cache in sync.
25143         (gnus-group-list-active): Let the agent store a server's active
25144         list if currently plugged.
25145
25146         * gnus-int.el (gnus-request-delete-group):
25147         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25148         local disk in sync with the server.
25149         (gnus-request-rename-group):
25150         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25151         local disk in sync with the server.
25152
25153         * gnus-start.el (gnus-get-unread-articles):
25154         Cosmetic simplification to logic.
25155
25156         * gnus-util.el (gnus-rename-file): New function.
25157
25158 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25159
25160         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25161
25162 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25163
25164         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25165         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25166
25167 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25168
25169         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25170         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25171
25172 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25173
25174         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25175
25176 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25177
25178         * spam.el (spam-set-difference): Add function to replace
25179         gnus-set-difference in spam.el.
25180         (spam-summary-prepare-exit): Use spam-set-difference.
25181
25182 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25183
25184         * gnus-registry.el (gnus-registry-cache-file): Update to use
25185         gnus-dribble-directory OR gnus-home-directory OR ~.
25186         (gnus-registry-split-fancy-with-parent): Fix doc.
25187
25188 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25189
25190         * message.el (message-exchange-point-and-mark):
25191         Use message-mark-active-p.  Suggested by Jesper Harder
25192         <harder@ifa.au.dk>.
25193
25194 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25195
25196         * message.el (message-exchange-point-and-mark): Don't activate
25197         region if it was inactive.  Suggested by Hiroshi Fujishima
25198         <pooh@nature.tsukuba.ac.jp>.
25199
25200 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25201
25202         * gnus-art.el (article-display-face): Display Faces in the same
25203         order as X-Faces.
25204
25205 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25206
25207         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25208
25209 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25210
25211         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25212         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25213         (gnus-article-mime-hierarchy): Remove.
25214         (gnus-article-mime-hierarchy-next): Remove.
25215         (gnus-article-mode): Revert 2004-03-19 change.
25216         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25217         (gnus-insert-mime-button): Revert 2004-03-19 change.
25218         (gnus-mime-accumulate-hierarchy): Remove.
25219         (gnus-mime-enter-multipart): Remove.
25220         (gnus-mime-leave-multipart): Remove.
25221         (gnus-mime-display-part): Revert 2004-03-19 change.
25222         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25223
25224         * mml.el (mml-preview): Revert 2004-03-19 change.
25225
25226 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25227
25228         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25229
25230 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25231
25232         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25233         t while entering a file name using the mm-with-multibyte macro.
25234         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25235
25236         * mm-util.el (mm-with-multibyte): New macro.
25237
25238 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25239
25240         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25241         New user option.
25242         (gnus-mime-multipart-functions): Doc and customization fix.
25243         (gnus-article-mime-hierarchy): New variable.
25244         (gnus-article-mime-hierarchy-next): New variable.
25245         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25246         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25247         gnus-article-mime-hierarchy-next to nil.
25248         (gnus-insert-mime-button): Show hierarchy numbers.
25249         (gnus-mime-accumulate-hierarchy): New function.
25250         (gnus-mime-enter-multipart): New function.
25251         (gnus-mime-leave-multipart): New function.
25252         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25253         (gnus-mime-display-alternative): Show hierarchy numbers.
25254
25255         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25256         gnus-article-mime-hierarchy-next to nil.
25257
25258 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25259
25260         * dns.el: Don't require gnus-xmas.
25261
25262 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25263
25264         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25265         inline PGP.
25266         (mml-menu): Disable mml-quote-region if mark is inactive.
25267
25268 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25269
25270         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25271         when the group's active is not available.
25272
25273 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25274
25275         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25276         error.
25277
25278 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25279
25280         * imap.el (imap-store-password): New variable.
25281         (imap-interactive-login): Use it.
25282         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25283
25284 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25285
25286         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25287         window-start and hscroll to summary window.
25288
25289 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25290
25291         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25292         conversion message to newsrc-dribble when an actual conversion is
25293         performed.
25294
25295 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25296
25297         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25298
25299 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25300
25301         * mm-decode.el (mm-complicated-handles): New function reviving
25302         former definition of mm-multiple-handles.
25303
25304         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25305         (gnus-mime-delete-part): Use it.
25306
25307 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25308
25309         * gnus-agent.el (gnus-agent-read-local):
25310         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25311         avoid the implicit assumption that they will always be equal.
25312         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25313         coding-system-for-write, as the with-temp-file macro first prints
25314         to a buffer then saves the buffer.
25315
25316 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25317
25318         * gnus-art.el (gnus-article-edit-part): New function.
25319         (gnus-mime-save-part-and-strip): Use it; do query instead of
25320         signaling an error; don't use mm-multiple-handles.
25321         (gnus-mime-delete-part): Ditto.
25322
25323 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25324
25325         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25326         old file versions.
25327         (gnus-group-prepare-hook): Remove function that converted list
25328         form of gnus-agent-expire-days to group properties.
25329
25330         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25331         (gnus-request-accept-article): Re-indented.
25332
25333         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25334         converters to handle old agent file formats.  Add logic for a
25335         "backup before upgrading warning".
25336         (gnus-convert-mark-converter-prompt): Developers can mark
25337         functions as needing (default), or not needing,
25338         gnus-convert-old-newsrc's "backup before upgrading warning".
25339         (gnus-convert-converter-needs-prompt): Tests whether the user
25340         should be protected from potentially irreversable changes by the
25341         function.
25342
25343         * legacy-gnus-agent.el: New.  Provides converters that are only
25344         loaded when gnus-convert-old-newsrc needs to call them.
25345
25346 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25347
25348         * mail-source.el (mail-source-touch-pop): Doc fix.
25349
25350         * message.el (message-smtpmail-send-it): Doc fix.
25351
25352 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25353
25354         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25355
25356         * nnmail.el (nnmail-split-fancy): do.
25357
25358         * gnus-kill.el (gnus-kill, gnus-execute): do.
25359
25360 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25361
25362         * gnus-sum.el (gnus-widget-reversible-match)
25363         (gnus-widget-reversible-to-internal)
25364         (gnus-widget-reversible-to-external): New functions.
25365         (gnus-widget-reversible): New widget.
25366         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25367
25368 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25369
25370         * gnus-sum.el (gnus-thread-sort-functions)
25371         (gnus-article-sort-functions): Document `(not F)' items.
25372
25373 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25374
25375         * spam.el (spam-use-gmane-xref): Add new backend.
25376         (spam-gmane-xref-spam-group): Add variable to control the name of the
25377         Gmane spam group.
25378         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25379         (spam-regex-headers-spam, spam-regex-headers-ham)
25380         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25381         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25382         backends and checks.
25383         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25384
25385         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25386         an autodetect method.
25387
25388 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25389
25390         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25391         articles are being added to a group.
25392         (gnus-request-replace-article): Inform the agent that articles
25393         need to be uncached as the cached contents are no longer valid.
25394
25395 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25396
25397         * binhex.el: Don't autoload executable-find.
25398
25399         * canlock.el: Don't autoload mail-fetch-field.
25400
25401         * dgnushack.el: Autoload c-mode for XEmacs.
25402
25403         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25404
25405         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25406         rmail-dont-reply-to and rmail-output.
25407
25408         * gnus-score.el: Don't autoload ffap-string-at-point.
25409
25410         * gnus-setup.el: Don't autoload sc-cite-original.
25411
25412         * imap.el: Don't autoload base64-decode-string,
25413         base64-encode-string and md5.
25414
25415         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25416         and rmail-msg-restore-non-pruned-header.
25417
25418         * mm-decode.el: Don't autoload executable-find.
25419
25420         * mm-url.el: Don't autoload executable-find.
25421
25422         * mm-view.el: Don't autoload diff-mode.
25423
25424         * nndb.el: Don't autoload news-reply-mode, news-setup,
25425         cancel-timer and telnet.
25426
25427         * password.el: Don't autoload run-at-time for Emacs.
25428
25429         * sha1-el.el: Don't autoload executable-find.
25430
25431         * sieve-mode.el: Don't autoload c-mode.
25432
25433         * uudecode.el: Don't autoload executable-find.
25434
25435 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25436
25437         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25438         (gnus-agent-possibly-alter-active): Avoid null in numeric
25439         comparison.
25440         (gnus-agent-set-local): Refuse to save null in local object table.
25441         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25442         list of articles that will be marked as unread.
25443
25444 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25445
25446         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25447
25448 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25449
25450         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25451         language tags.
25452
25453 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25454
25455         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25456         Don't bind "obarray".
25457
25458         * gnus-sum.el (gnus-thread-sort-functions):
25459         Add `gnus-thread-sort-by-most-recent-number' and
25460         `gnus-thread-sort-by-most-recent-date'.
25461         Reported by Kai Grossjohann <kai@emptydomain.de>.
25462
25463 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25464
25465         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25466
25467 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25468
25469         * gnus-cus.el (gnus-agent-customize-category):
25470         Remove ignore-errors macro reference that required cl to be loaded at
25471         run-time.
25472
25473         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25474         single-interval range of the form (min . max).  Previously the
25475         range had to look like ((min . max)).  Likewise, return
25476         (min . max) rather than ((min . max)).
25477         (gnus-range-map): Use gnus-range-normalize to accept
25478         single-interval range.
25479
25480         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25481         the cache, but not the agent, now appear with their usual face.
25482
25483         * dgnushack.el (loaddir): New variable that is bound to the
25484         directory containing the dgnushack.el file. Use loaddir, rather
25485         than srcdir, to update load-path. Change lets dgnushack compile
25486         code in directories other than GNUS/lisp.
25487
25488 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25489
25490         * lpath.el: Don't bind w3m-safe-url-regexp.
25491
25492         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25493         w3m-safe-url-regexp variable buffer-local.
25494
25495         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25496
25497 2004-02-27  Simon Josefsson  <jas@extundo.com>
25498
25499         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25500         gnus-group-real-prefix.
25501         (gnus-summary-move-article): Use it, instead of
25502         gnus-group-real-prefix.
25503
25504 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25505
25506         * lpath.el: Bind w3m-safe-url-regexp.
25507
25508         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25509         w3m-safe-url-regexp variable buffer-local and set it as the value
25510         of mm-w3m-safe-url-regexp.
25511
25512         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25513
25514         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25515         parsing gnus-posting-styles when the message is not for replying.
25516
25517         * dgnushack.el: Autoload sgml-mode for XEmacs.
25518
25519         * nnrss.el (nnrss-opml-export):
25520         Use mm-set-buffer-file-coding-system instead of
25521         set-buffer-file-coding-system.
25522
25523 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25524
25525         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25526         of checkdoc.el).
25527         * nnrss.el: do.
25528         * gnus-mlspl.el: do.
25529         * gnus-ml.el: do.
25530         * gnus-srvr.el: do.
25531
25532         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25533
25534 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25535
25536         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25537         Corrections to custom-manual links.
25538
25539         * gnus-art.el (gnus-article): Ditto.
25540
25541         * mm-decode.el (mime-display, mime-security): Ditto.
25542
25543 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25544
25545         * flow-fill.el: Typo.
25546
25547 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25548
25549         * spam-wash.el: New file.
25550
25551 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25552
25553         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25554
25555 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25556
25557         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25558         to be run with new-articles as LIST1, not LIST2.
25559         (spam-registration-functions): Add spam-use-ham-copy as a nil
25560         registration backend.
25561
25562 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25563
25564         * spam-stat.el (spam-stat-washing-hook): New option.
25565         (spam-stat-buffer-words): Use it.
25566         (spam-stat-process-directory, spam-stat-test-directory):
25567         Use insert-file-contents-literally.
25568         (spam-stat-coding-system): New variable.
25569         (spam-stat-load, spam-stat-save): Use it.
25570
25571 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25572
25573         * spam-report.el (spam-report-plug-agent):
25574         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25575
25576 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25577
25578         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25579         Allow / in mailto URLs.
25580
25581 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25582
25583         * spam-report.el (spam-report-process-queue): Fix interactive use.
25584         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25585         (spam-report-unplug-agent): Doc fixes.
25586         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25587         (spam-report-agentize, spam-report-deagentize): Autoload.
25588
25589 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25590
25591         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25592
25593         * message.el (message-setup-fill-variables): Add mml tags to
25594         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25595         <ajk@iu.edu>.
25596         (message-mode): Don't modify paragraph-separate there.
25597
25598 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25599
25600         * compface.el (uncompface-use-external): Default to undecided.
25601         (uncompface-use-external-threshold): New variable.
25602         (uncompface-float-time): New macro.
25603         (uncompface): Determine whether to use the external decoder if
25604         uncompface-use-external is undecided.
25605
25606 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25607
25608         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25609         after images.
25610
25611         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25612
25613 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25614
25615         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25616
25617         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25618
25619         * gnus-sum.el (gnus-summary-limit-to-age)
25620         (gnus-summary-limit-children): do.
25621
25622         * gnus-int.el (gnus-request-scan): do.
25623
25624         * gnus-group.el (gnus-group-suspend): do.
25625
25626         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25627
25628         * gnus-cite.el (gnus-cite-parse-attributions): do.
25629
25630         * gnus-agent.el (gnus-summary-set-agent-mark)
25631         (gnus-agent-regenerate-group): do.
25632
25633         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25634
25635         * binhex.el (binhex-decode-region-internal): do.
25636
25637 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25638
25639         * gnus-fun.el (gnus-face-properties-alist): New user option.
25640         (gnus-display-x-face-in-from): Use it.
25641
25642         * gnus-art.el (article-display-face): Ditto.
25643
25644         * compface.el (uncompface-use-external): Default to nil.
25645
25646 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25647
25648         * nntp.el (nntp-erase-buffer): New function.
25649         (nntp-retrieve-data, nntp-send-command)
25650         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25651         (nntp-possibly-change-group): Use it.
25652
25653         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25654         Use with-current-buffer.
25655
25656 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25657
25658         * compface.el: Merge the ELisp-based uncompface program.
25659         (compface): New customization group.
25660         (uncompface-use-external): New user option.
25661         (uncompface): Call uncompface-internal if uncompface-use-external
25662         is nil.
25663         (uncompface-internal): New function.  Note that there are also
25664         some other functions and variables added for this function.
25665
25666 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25667
25668         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25669         if necessary.
25670
25671 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25672
25673         * spam-report.el (spam-report-unplug-agent)
25674         (spam-report-plug-agent, spam-report-deagentize)
25675         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25676         Add support for the Agent in spam-report: when unplugged, report to a
25677         file; when plugged, submit all the requests.
25678
25679         * spam.el (spam-register-routine): Fix message about
25680         registration.
25681
25682 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25683
25684         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25685         dependencies.
25686         (rfc2047-encode): Use it.
25687
25688         * gnus-art.el (gnus-button-marker-list): Move before first
25689         reference.
25690
25691         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25692         (imap-parse-body): Fix format string mismatch.
25693
25694         * gnus-score.el (gnus-summary-increase-score): do.
25695
25696         * nnrss.el (nnrss-close): New function.
25697
25698 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25699
25700         * nnrss.el (nnrss-make-filename): New function.
25701         (nnrss-request-delete-group, nnrss-read-server-data)
25702         (nnrss-save-server-data, nnrss-read-group-data)
25703         (nnrss-save-group-data): Use it.
25704         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25705         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25706         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25707
25708 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25709
25710         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25711
25712 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25713
25714         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25715         files.
25716
25717         * message.el (message-generate-headers-first): Don't quote nil
25718         and t in docstrings.
25719
25720         * imap.el (imap-id): do.
25721
25722         * gnus-agent.el (gnus-agent-consider-all-articles)
25723         (gnus-agent-queue-mail): do.
25724
25725 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25726
25727         * spam-report.el (spam-report-process-queue): New function.
25728         Process requests from `spam-report-requests-file'.
25729         (spam-report-process-queue): Doc fix.
25730
25731 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25732
25733         * spam.el (spam-register-routine)
25734         (spam-log-processing-to-registry, spam-log-registered-p)
25735         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25736         Change "check" to "spam-check" for semi-clarity.
25737
25738 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25739
25740         * pop3.el: Require nnheader.
25741
25742         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25743
25744         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25745
25746         * gnus-picon.el: Require cl.
25747
25748         * gnus-fun.el: Require gnus-ems and gnus-util.
25749
25750         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25751
25752         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25753
25754         * gnus-art.el (gnus-article-edit-mode): Define before first
25755         reference.
25756
25757 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25758
25759         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25760         (gnus-uu-post-encoded): Use point-at-bol.
25761
25762         * gnus-topic.el (gnus-group-active-topic-p): do.
25763
25764         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25765
25766         * gnus-group.el (gnus-group-kill-region): do.
25767
25768         * gnus-art.el (article-date-ut): do.
25769
25770         * message.el (message-fetch-field): Remove redundant
25771         case-fold-search binding.
25772         (message-narrow-to-field): Simplify.
25773
25774 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25775
25776         * spam.el (spam-directory): Derive from `gnus-directory'.
25777
25778         * spam-report.el (spam-report-url-to-file)
25779         (spam-report-requests-file): New function and variable for offline
25780         reporting.
25781         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25782         and user defined function.
25783         (spam-report-url-ping-mm-url): Remove doubled slash.
25784
25785 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25786
25787         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25788
25789 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25790
25791         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25792         Fix format string mismatch.
25793
25794         * sieve.el (sieve-deactivate-all): do.
25795
25796         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25797
25798         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25799
25800         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25801
25802         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25803
25804 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25805
25806         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25807         the list of checks.
25808
25809 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25810
25811         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25812         padding.
25813
25814 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25815
25816         * mm-view.el (mm-fill-flowed): New variable.
25817         (mm-inline-text): Use it.
25818
25819 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25820
25821         * spam.el (spam-spamassassin-register-ham-routine)
25822         (spam-spamassassin-register-spam-routine): Fix function names.
25823
25824 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25825
25826         * gnus.el (gnus-tmp-grouplens): Remove.
25827         (gnus-summary-line-format): Remove grouplens.
25828
25829         * gnus-group.el (gnus-group-line-format): Ditto.
25830
25831         * gnus-spec.el (gnus-format-specs): Ditto.
25832         (gnus-update-format-specifications): Flush the group format spec
25833         cache if there's the grouplens stuff.
25834         (gnus-parse-simple-format): Replace %l with the empty string.
25835
25836 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25837
25838         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25839         omission.
25840
25841 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25842
25843         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25844         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25845
25846 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25847
25848         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25849         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25850         New macros and functions.
25851         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25852         Handle > NLINK_MAX messages.
25853         * nnmaildir.el (nnmaildir-request-set-mark):
25854         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25855
25856 2004-01-25  Alex Schroeder  <alex@gnu.org>
25857
25858         * spam-stat.el (spam-stat-process-directory-age): New option.
25859         (spam-stat-process-directory): Use it.
25860
25861 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25862
25863         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25864         (spam-stat-save): Accept prefix argument.
25865
25866 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25867
25868         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25869         links" error.
25870
25871 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25872
25873         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25874         the rest of the and/or forms.
25875
25876 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25877
25878         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25879         compatibility with old .newsrc.eld files.
25880
25881         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25882
25883         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25884
25885         * gnus-start.el (gnus-1): do.
25886
25887         * gnus-group.el (gnus-group-line-format-alist): do.
25888
25889         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25890
25891         * gnus-gl.el: Remove.
25892
25893 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25894
25895         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25896         marks consisting of a single range {for example, (3 . 5)} rather
25897         than a list of a single range { ((3 . 5)) }.
25898
25899 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25900
25901         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25902         Use with-current-buffer.
25903         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25904         avoid consing a string.
25905
25906         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25907         Remove obsolete entries for big5 and gb2312.
25908
25909 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25910
25911         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25912         uncompressed list.
25913
25914 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25915
25916         * spam-stat.el (spam-stat-strip-xref): New function.
25917         (spam-stat-process-directory): Use it.
25918
25919         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25920         here -- it's done in message-fetch-field.
25921
25922 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25923
25924         * gnus-agent.el (gnus-agent-queue-mail)
25925         (gnus-agent-prompt-send-queue): New variables.
25926         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25927         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25928         "nndraft:queue" along to gnus-draft-send.
25929         Use gnus-agent-prompt-send-queue.
25930         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25931         is "nndraft:queue".  Suggested by Gaute Strokkenes
25932         <gs234@srcf.ucam.org>
25933
25934         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25935         (agent-enable-undownloaded-faces): Add.
25936         (gnus-agent-cat-groups): Use eval-and-compile, not
25937         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25938         method of gnus-agent-cat-groups even when the buffer has been
25939         evaled.
25940         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25941         delete gnus-agent-save-active-1.
25942         (gnus-agent-save-groups): Delete.  Identical to
25943         gnus-agent-save-active.
25944         (gnus-agent-write-active): No longer adjust agent's copy of active
25945         file as agent's adjustments are now stored in their own
25946         file.  Remove optional parameter.
25947         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25948         servers.  Add use of min/max range limits from server's local
25949         file.
25950         (gnus-agent-save-alist): Remove unused optional argument.
25951         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25952         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25953         (gnus-agent-set-local): A per-server file that keeps min/max range
25954         limits for articles known to the agent.  Provides a fast mechanism
25955         for altering many active ranges.
25956         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25957         active file (local makes it unnecessary).
25958         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25959
25960         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25961         (agent-enable-undownloaded-faces): Add.
25962
25963         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25964         disable it when sending to "nndraft:queue".
25965         (gnus-group-send-queue): Add safety check to avoid sending queue
25966         when unplugged.
25967
25968         * gnus-group.el (gnus-group-catchup): Use new
25969         gnus-sequence-of-unread-articles, not
25970         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25971         numbers of articles.  Use gnus-range-map to avoid having to
25972         uncompress the unread list.
25973         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25974         Fix invalid ange-ftp reference.
25975
25976         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25977         (gnus-sorted-range-intersection): Intersection of two ranges
25978         without requiring that they first be uncompressed.
25979
25980         * gnus-start.el (gnus-activate-group): Unless blocked by the
25981         caller, possibly expand the active range to include both cached
25982         and agentized articles.
25983         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25984         multiple version-dependent converters.
25985         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25986         gnus-agent-save-active.
25987         (gnus-save-newsrc-file): Save dirty agent range limits.
25988
25989         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25990         gnus-agent-possibly-alter-active.
25991         (gnus-adjust-marked-articles): Faster handling of simple lists.
25992
25993 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25994
25995         * spam-stat.el (spam-stat-test-directory): New optional argument
25996         displays a list of files detected.  Suggested by Andrew Cohen
25997         <cohen@andy.bu.edu>.
25998         (spam-stat-buffer-words-with-scores): Don't narrow and change
25999         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26000
26001 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26002
26003         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26004         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26005         (spam-spamassassin-arguments)
26006         (spam-spamassassin-spam-flag-header)
26007         (spam-spamassassin-positive-spam-flag-header)
26008         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26009         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26010         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26011         (spam-list-of-processors, spam-list-of-checks)
26012         (spam-list-of-statistical-checks, spam-registration-functions)
26013         (spam-check-spamassassin-headers, spam-check-spamassassin)
26014         (spam-spamassassin-score)
26015         (spam-spamassassin-register-with-sa-learn)
26016         (spam-spamassassin-register-spam-routine)
26017         (spam-spamassassin-register-ham-routine)
26018         (spam-assassin-register-spam-routine)
26019         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26020         (spam-bogofilter-score): Fix to show article before scoring.
26021
26022 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26023
26024         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26025         default scoring function.
26026         (spam-generic-score): Call spam-spamassassin-score if
26027         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26028         spam-bogofilter-score otherwise.
26029
26030         * gnus.el (spam-process, spam-autodetect-methods):
26031         Add spamassassin and spamassassin-headers.
26032
26033 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26034
26035         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26036         Suppress unnecessary messages.
26037
26038 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26039
26040         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26041         make-hash-table.
26042
26043 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26044
26045         * canlock.el (base64-encode-string): Don't autoload it.
26046
26047 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26048
26049         * run-at-time.el: Remove useless (require 'itimer),
26050         eval-and-compile and (featurep 'xemacs).
26051
26052 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26053
26054         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26055         GROUP is a virtual group.
26056
26057 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26058
26059         * gnus.el: Autoload `message-y-or-n-p'.
26060
26061 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26062
26063         * pgg-parse.el: Remove unnecessary (require 'custom).
26064
26065         * pgg-def.el: do.
26066
26067         * nnmail.el: do.
26068
26069         * gnus-undo.el: do.
26070
26071         * gnus-picon.el: do.
26072
26073         * gnus-util.el: do.
26074
26075 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26076
26077         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26078
26079 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26080
26081         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26082         handle, as well as a list.
26083
26084         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26085         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26086         (mm-w3m-cid-retrieve): Simplify.
26087
26088 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26089
26090         * message.el (message-kill-to-signature): Allow prefix arg to
26091         specify number of lines to keep before signature.
26092
26093 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26094
26095         * message.el (message-kill-to-signature): Change docstring.
26096
26097 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26098
26099         * canlock.el: Always require sha1-el.
26100         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26101
26102         * message.el: Autoload sha1 only when compiling.
26103
26104         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26105         eudc-expand-inline for XEmacs.
26106
26107 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26108
26109         * message.el (message-canlock-generate): Require sha1-el.
26110
26111 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26112
26113         * message.el (message-expand-name): Silence the byte compiler.
26114
26115         * lpath.el: Add detect-coding-system.
26116
26117         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26118         cus-edit.
26119
26120 2004-01-13  Simon Josefsson  <jas@extundo.com>
26121
26122         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26123         Invoke gnus-score-mode.
26124         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26125
26126         * gnus-range.el (gnus-compress-sequence): Doc fix.
26127         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26128
26129 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26130
26131         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26132
26133 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26134
26135         * spam.el (spam-get-article-as-string): Update to use
26136         gnus-request-article-this-buffer, much simpler.
26137         (spam-get-article-as-buffer): Remove.
26138
26139 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26140
26141         * message.el (message-expand-name): Use EUDC if the user uses that.
26142
26143 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26144
26145         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26146         character for the encoding to avoid consing a string.
26147
26148         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26149         unnecessarily.
26150
26151         * mm-util.el (mm-replace-chars-in-string): Remove.
26152
26153         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26154         of mm-replace-chars-in-string.
26155
26156 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26157
26158         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26159
26160         * mm-util.el (mm-subst-char-in-string): Support inplace.
26161
26162         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26163         a new string in every iteration.  Use shy groups.
26164
26165 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26166
26167         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26168         * gnus-soup.el (gnus-soup-group-brew):
26169         * gnus-msg.el (gnus-put-message):
26170         * gnus-move.el (gnus-group-move-group-to-server):
26171         * gnus-kill.el (gnus-batch-score):
26172         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26173         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26174         (gnus-group-update-group, gnus-group-read-group)
26175         (gnus-group-make-group, gnus-group-make-help-group)
26176         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26177         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26178         (gnus-group-sort-by-unread, gnus-group-catchup)
26179         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26180         (gnus-group-yank-group, gnus-group-set-info)
26181         (gnus-group-list-groups):
26182         * gnus.el (gnus-generate-new-group-name):
26183         * gnus-delay.el (gnus-delay-send-queue):
26184         * nnvirtual.el (nnvirtual-catchup-group):
26185         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26186         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26187         (gnus-group-prepare-topics, gnus-topic-check-topology):
26188         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26189         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26190         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26191         (gnus-group-make-articles-read):
26192         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26193         (gnus-group-change-level, gnus-kill-newsgroup)
26194         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26195         (gnus-get-unread-articles, gnus-make-articles-unread)
26196         (gnus-make-ascending-articles-unread): Use accessor
26197         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26198         to get group information for improved readability.
26199
26200
26201 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26202
26203         * gnus-art.el (article-decode-mime-words, article-babel)
26204         (gnus-article-highlight-signature, gnus-article-add-buttons)
26205         (gnus-signature-toggle): Use gnus-with-article-buffer.
26206
26207         * gnus-art.el (gnus-article-highlight-headers)
26208         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26209
26210         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26211         (gnus-article-set-globals, gnus-request-article-this-buffer)
26212         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26213         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26214         (gnus-mime-display-alternative): Use with-current-buffer.
26215
26216 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26217
26218         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26219         also under 80 char limit, and call gnus-error if needed.
26220         (spam-fetch-article-header): Fix - it was a
26221         buffer-local variable (gnus-newsgroup-data).
26222         (spam-find-spam): Use spam-generate-fake-headers, forget about
26223         spam-insert-fake-headers.
26224         (spam-insert-fake-headers): Remove.
26225
26226 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26227
26228         * deuglify.el (gnus-article-outlook-unwrap-lines)
26229         (gnus-outlook-rearrange-article)
26230         (gnus-outlook-repair-attribution-outlook)
26231         (gnus-outlook-repair-attribution-block)
26232         (gnus-outlook-repair-attribution-other): Remove redundant
26233         save-excursion.
26234
26235 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26236
26237         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26238         (spam-fetch-field-subject-fast)
26239         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26240         (spam-fetch-article-header): Add functions to deal with Gnus
26241         internals for fast retrieval of article header data.
26242         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26243
26244 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26245
26246         * pop3.el (pop3-md5): Remove.
26247         (pop3-apop): Replace pop3-md5 with md5.
26248
26249         * mm-bodies.el: base64 is always built-in.
26250
26251         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26252         Use with-current-buffer.
26253
26254 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26255
26256         * canlock.el (canlock-insert-header): Remove excessive grouping in
26257         regexp.
26258
26259         * gnus-sum.el (gnus-summary-read-document): Ditto.
26260
26261         * gnus-uu.el (gnus-uu-part-number): Ditto.
26262
26263         * html2text.el (html2text-remove-tags): Ditto.
26264         (html2text-format-tags): Ditto.
26265         (html2text-format-single-elements): Ditto.
26266
26267         * mml.el (mml-parse-1): Ditto.
26268
26269 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26270
26271         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26272
26273         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26274
26275         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26276
26277         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26278
26279 2003-11-15  Simon Josefsson  <jas@extundo.com>
26280
26281         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26282         (pgg-gpg-lookup-key): Use regexp match instead of
26283         split-string (split-string is different between emacs 21.2 and
26284         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26285
26286 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26287
26288         * gnus-art.el (gnus-mime-view-all-parts)
26289         (gnus-article-part-wrapper, gnus-article-view-part):
26290         Use with-current-buffer.
26291
26292 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26293
26294         * spam.el (spam-disable-spam-split-during-ham-respool)
26295         (spam-spamoracle-database, spam-cache-lookups)
26296         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26297         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26298         (spam-group-ham-marks, spam-group-spam-marks)
26299         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26300         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26301         also add spam-use-blackholes to the statistical checks.
26302         (spam-fetch-field-fast): Add interface to fetching fields, may
26303         become a macro.
26304         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26305         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26306         (spam-insert-fake-headers): Fake an article when needed.
26307         (spam-find-spam): Fake article when possible.
26308         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26309         (spam-check-bogofilter-headers): Use message-fetch-field instead
26310         of nnmail-fetch-field.
26311
26312 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26313
26314         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26315
26316 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26317
26318         * spam.el (spam-split): Do not require spam-use-CHECK to be
26319         enabled if that check is passed to spam-split explicitly; also
26320         fix so 'spam doesn't get converted to spam-split-group when
26321         spam-split-symbolic-return is t.
26322         (spam-find-spam): Find registrations of the article and use those
26323         instead of re-running spam-split to find the spam/ham
26324         classification of the article.
26325         (spam-log-processing-to-registry, spam-log-registered-p)
26326         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26327         Use gnus-error instead of gnus-message.
26328         (spam-log-registration-type): Add function to determine the
26329         classification of a message based on registry entries; will
26330         return nil if both 'spam and 'ham are found.
26331         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26332         a reasonably fast local cache without the loading errors.
26333         (spam-cache-lookups): Set to t by default.
26334         (spam-find-spam): Don't try to guess spam-cache-lookups.
26335         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26336         spam-caches entry.
26337         (spam-filelist-build-cache, spam-filelist-check-cache):
26338         Fix caching of whitelist/blacklist entries.
26339         (spam-check-whitelist, spam-check-blacklist):
26340         Invoke spam-from-listed-p with a type, not a cache variable.
26341         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26342
26343 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26344
26345         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26346
26347         * nnmail.el (nnmail-split-fancy): do.
26348
26349         * mml.el (mml-parse): do.
26350
26351         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26352         (gnus-score-adaptive): do.
26353
26354 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26355
26356         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26357         (gnus-mime-button-map): Don't set keymap parent.
26358         (gnus-button-ctan-directory-regexp): Use shy grouping.
26359         (gnus-prev-page-map): Don't set keymap parent.
26360         (gnus-prev-page-map): Remove duplicated one.
26361         (gnus-next-page-map): Don't set keymap parent.
26362         (gnus-mime-security-button-map): Ditto.
26363
26364         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26365         version number.
26366
26367         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26368
26369 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26370
26371         * canlock.el (canlock-sha1-function): Remove.
26372         (canlock-sha1-function-for-verify): Remove.
26373         (canlock-openssl-program): Remove.
26374         (canlock-openssl-args): Remove.
26375         (canlock-ignore-errors): Remove.
26376         (canlock-sha1-with-openssl): Remove.
26377         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26378         (canlock-verify): Don't use canlock-ignore-errors.
26379
26380         * sha1-el.el (sha1-string-external): Make it can return a string
26381         in binary form.
26382         (sha1-region-external): Ditto.
26383         (sha1-string-internal): Ditto.
26384         (sha1-region-internal): Ditto.
26385         (sha1-region): Ditto.
26386         (sha1-string): Ditto.
26387         (sha1): Ditto.
26388
26389 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26390
26391         * spam.el (spam-report-articles-gmane): New command.
26392
26393 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26394
26395         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26396
26397         * run-at-time.el (run-at-time-saved): Remove.
26398         (run-at-time): Doc fix.
26399
26400 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26401
26402         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26403         (gnus-summary-limit-map): Add it.
26404         (gnus-summary-make-menu-bar): do.
26405
26406 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26407
26408         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26409         Make attempt at some caching support (done for BBDB only now).
26410         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26411         addresses to be checked.
26412         (spam-clear-cache-BBDB): Add function, to be invoked by
26413         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26414         (spam-check-BBDB): Check and use the caches, if
26415         spam-cache-lookups is on, remove superfluous (provide).
26416
26417 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26418
26419         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26420
26421 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26422
26423         * run-at-time.el (run-at-time-saved): Move to after the definition
26424         of `run-at-time'.
26425
26426         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26427
26428 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26429
26430         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26431         mm-w3m-local-map-property.
26432
26433         * mm-view.el (mm-w3m-mode-map): Remove.
26434         (mm-w3m-local-map-property): Remove.
26435         (mm-inline-text-html-render-with-w3m): Don't use
26436         mm-w3m-local-map-property.
26437
26438 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26439
26440         * run-at-time.el: New file.
26441
26442         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26443         under Emacs.
26444
26445         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26446         of gnus-set-text-properties.
26447
26448         * gnus-uu.el (gnus-uu-save-article): Ditto.
26449
26450         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26451
26452         * gnus-cite.el (gnus-cite-parse): Ditto.
26453
26454         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26455         of gnus-.
26456
26457         * gnus-xmas.el (run-at-time): Require run-at-time.
26458
26459         * gnus.el: Change calls to nnheader-run-at-time and
26460         password-run-at-time throughout to use run-at-time directly.
26461
26462         * password.el: Remove definition of run-at-time.
26463
26464         * nnheaderxm.el: Remove definition of run-at-time.
26465
26466 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26467
26468         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26469         in prompt.
26470
26471 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26472
26473         * messagexmas.el (message-xmas-redefine): Alias
26474         `message-make-caesar-translation-table' to
26475         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26476         version.
26477
26478         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26479         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26480         `gnus-xmas-set-text-properties'.
26481         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26482         `gnus-xmas-completing-read'.
26483         (gnus-xmas-completing-read): Removed.
26484         (gnus-xmas-open-network-stream): Removed.
26485
26486         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26487         XEmacs version.
26488
26489         * dns.el (dns-make-network-process): Use `open-network-stream'
26490         instead of `gnus-xmas-open-network-stream'.
26491
26492         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26493
26494         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26495
26496 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26497
26498         * gnus-art.el (gnus-mime-display-alternative)
26499         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26500         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26501         Don't use gnus-local-map-property.
26502
26503         * gnus-util.el (gnus-local-map-property): Remove.
26504
26505         * mm-view.el (mm-view-pkcs7-decrypt):
26506         Replace gnus-completing-read-maybe-default with completing-read.
26507
26508         * gnus-util.el (gnus-completing-read): do.
26509         (gnus-completing-read-maybe-default): Remove.
26510
26511 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26512
26513         * password.el: Only autoload `run-at-time' if not XEmacs.
26514         Only autoload the itimer functions if XEmacs.
26515
26516 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26517
26518         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26519         XEmacsen.
26520
26521         * dgnushack.el: Autoload executable-find for XEmacs.
26522
26523 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26524
26525         * gnus-art.el (gnus-read-string): Remove.
26526         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26527         read-string.
26528
26529 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26530
26531         * netrc.el: Autoload password-read.
26532         (netrc): Add configuration group.
26533         (netrc-encoding-method, netrc-openssl-path):
26534         Add variables for encoding and decoding of files with symmetric
26535         ciphers.
26536         (netrc-encode): Add assistant function to encode a file with
26537         netrc-encoding-method.
26538         (netrc-parse): Add interactive parameter, added optional
26539         decoding if netrc-encoding-method is non-nil but otherwise
26540         behavior is standard.
26541         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26542         Do s/encode/encrypt/ everywhere.
26543
26544         * spam.el: Remove executable-find autoload.
26545
26546 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26547
26548         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26549
26550         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26551
26552 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26553
26554         * gnus-art.el (gnus-treat-ansi-sequences)
26555         (article-treat-ansi-sequences): New variable and function.
26556         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26557
26558         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26559         Use it.
26560
26561 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26562
26563         * mm-util.el (mm-quote-arg): Remove.
26564
26565         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26566         shell-quote-argument.
26567
26568         * gnus-uu.el (gnus-uu-command): do.
26569
26570         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26571
26572         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26573         with make-char.
26574
26575         * mm-util.el (mm-make-char): Remove.
26576
26577         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26578         add-minor-mode.
26579
26580         * gnus-undo.el (gnus-undo-mode): do.
26581
26582         * gnus-topic.el (gnus-topic-mode): do.
26583
26584         * gnus-sum.el (gnus-dead-summary-mode): do.
26585
26586         * gnus-start.el (gnus-slave-mode): do.
26587
26588         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26589
26590         * gnus-ml.el (gnus-mailing-list-mode): do.
26591
26592         * gnus-gl.el (gnus-grouplens-mode): do.
26593
26594         * gnus-draft.el (gnus-draft-mode): do.
26595
26596         * gnus-dired.el (gnus-dired-mode): do.
26597
26598         * gnus-ems.el (gnus-add-minor-mode): Remove.
26599
26600         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26601         Replace gnus-char-width with char-width.
26602
26603         * gnus-ems.el (gnus-char-width): Remove.
26604
26605         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26606         Replace gnus-char-width with char-width.
26607
26608         * gnus-ems.el (gnus-char-width): Remove.
26609
26610         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26611         definition.
26612         Remove Emacs 20 hash table compatibility code.
26613
26614         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26615         20 compatibility code.
26616
26617         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26618
26619         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26620
26621         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26622         Replace with point-at-{eol,bol}.
26623
26624         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26625
26626         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26627
26628         * flow-fill.el (fill-flowed-point-at-bol)
26629         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26630
26631         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26632         Replace with point-at-{eol,bol} throughout all files.
26633
26634 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26635
26636         * ntlm.el (ntlm-string-as-unibyte): New macro.
26637         (ntlm-build-auth-response): Use it.
26638
26639         Remove Emacs 20 stuff:
26640         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26641         (butlast, mapc, remove): Remove the compiler macros.
26642         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26643         of delq and copy-sequence.
26644         * gnus-art.el (popup-menu): Remove the compiler macro.
26645         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26646         Emacs 20.
26647
26648 2004-01-05  Simon Josefsson  <jas@extundo.com>
26649
26650         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26651         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26652         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26653         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26654         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26655         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26656         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26657         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26658         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26659         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26660         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26661         string-xor into ntlm-string-xor.
26662         Suggested by Jesper Harder <harder@myrealbox.com>.
26663
26664         * ntlm.el: Don't include poem.
26665
26666         * md4.el (print-int32, print-string-hexa): Remove.
26667         Suggested by Jesper Harder <harder@myrealbox.com>.
26668
26669         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26670
26671         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26672         probably breaks emacs with DL patch, but do we care? Is anyone
26673         still using the DL stuff?)
26674
26675         * sieve-manage.el: Use the password package.
26676         (sieve-manage-read-passwd): Remove.
26677         (sieve-manage-interactive-login): Use password.  Re-add
26678         condition-case around loop.
26679
26680         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26681         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26682         Use the password package.
26683
26684 2003-02-19  Simon Josefsson  <jas@extundo.com>
26685
26686         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26687         token.
26688
26689 2002-08-07  Simon Josefsson  <jas@extundo.com>
26690
26691         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26692         (sieve-manage-authenticators):
26693         (sieve-manage-authenticator-alist): Add some SASL mechs.
26694         (sieve-sasl-auth): New function.
26695         (sieve-manage-cram-md5-auth):
26696         (sieve-manage-plain-auth): Rewrite using SASL library.
26697         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26698         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26699         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26700         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26701
26702 2004-01-05  Simon Josefsson  <jas@extundo.com>
26703
26704         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26705         New files.
26706
26707 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26708
26709         * gnus-group.el (gnus-no-groups-message): Update.
26710
26711         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26712
26713 2003-11-09  Simon Josefsson  <jas@extundo.com>
26714
26715         * imap.el: Support for ID IMAP extension (RFC 2971).
26716         (imap-local-variables): Add imap-id.
26717         (imap-id): New variable.
26718         (imap-id): New function.
26719         (imap-parse-response): Parse untagged ID response.
26720         * nnimap.el (nnimap-id): New variable.
26721         (nnimap-open-connection): Use it.
26722
26723 2003-12-28  Simon Josefsson  <jas@extundo.com>
26724
26725         * gnus-score.el (gnus-score-edit-all-score): New.
26726         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26727
26728 2004-01-04  Simon Josefsson  <jas@extundo.com>
26729
26730         * password.el: Add.
26731
26732 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26733
26734         * dns.el (dns-query-types): Fix typo.
26735         (dns-query-types): New function.
26736         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26737         PTR and SOA replies, see RFC 1035.
26738
26739 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26740
26741         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26742
26743         * Move to Changelog.2.
26744
26745 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26746
26747         * gnus.el (gnus-version-number): Bump version.
26748
26749 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26750
26751         * gnus.el: No Gnus v0.1 is released.
26752
26753 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26754
26755         * gnus.el: No Gnus v0.0 is released.
26756
26757 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26758
26759         * gnus.el (gnus-version-number): Bump.
26760         (gnus-version): No.
26761
26762 See ChangeLog.2 for earlier changes.
26763
26764   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26765
26766   This file is part of GNU Emacs.
26767
26768   GNU Emacs is free software: you can redistribute it and/or modify
26769   it under the terms of the GNU General Public License as published by
26770   the Free Software Foundation, either version 3 of the License, or
26771   (at your option) any later version.
26772
26773   GNU Emacs is distributed in the hope that it will be useful,
26774   but WITHOUT ANY WARRANTY; without even the implied warranty of
26775   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26776   GNU General Public License for more details.
26777
26778   You should have received a copy of the GNU General Public License
26779   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26780
26781 ;; Local Variables:
26782 ;; coding: utf-8
26783 ;; fill-column: 79
26784 ;; add-log-time-zone-rule: t
26785 ;; End: