* message.el (message-beginning-of-line): Fix XEmacs warning for last
[gnus] / lisp / ChangeLog
1 2013-11-20  David Engster  <deng@randomsample.de>
2
3         * message.el (message-beginning-of-line): Fix XEmacs warning for last
4         change.
5
6 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
7
8         * message.el (message-beginning-of-line):
9         Use beginning-of-visual-line when visual-line-mode is turned on.
10
11 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
12
13         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
14         (gnus-icalendar-event-from-ical)
15         (gnus-icalendar-event->org-entry)
16         (gnus-icalendar--update-org-event): Required/optional participation,
17         list of attendees synced to org.
18
19 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
20
21         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
22         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
23         cancellations to be synced to org if the original appt has an org
24         outline.
25
26 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
27
28         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
29         (gnus-icalendar-event->org-entry)
30         (gnus-icalendar--update-org-event)
31         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
32
33 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
34
35         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
36         Fix timezone handling in gnus-icalendar export to org.
37
38 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
41
42 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
45
46 2013-10-30  Glenn Morris  <rgm@gnu.org>
47
48         * gnus-group.el (gnus-group-browse-foreign-server):
49         * gnus-int.el (gnus-start-news-server):
50         Silence compiler obsolescence warning.
51
52 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
55         `nnoo-current-server' first, then for the actual `nnimap-address' to
56         allow netrc entries for the nnoo server to coexist with netrc entries
57         for the `nnimap-address'.
58
59 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * mm-decode.el (mm-dissect-buffer): Revert last change.
62         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
63         The problem that motivated those changes was attributed to a broken
64         mail sender, and has been fixed.
65
66 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
69         token is missing in the Content-Type header.
70
71         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
72
73 2013-09-18  Glenn Morris  <rgm@gnu.org>
74
75         * gnus-util.el (image-size): Declare.
76
77 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
80         (gnus-icalendar-event-from-ical)
81         (gnus-icalendar-event--build-reply-event-body)
82         (gnus-icalendar-event-reply-from-buffer)
83         (gnus-icalendar-find-org-event-file)
84         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
85         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
86
87         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
88
89 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
90
91         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
92         Use save-current-buffer.
93         (gnus-tree-mode-map): Initialize in the declaration.
94         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
95         (scroll-in-place): Defvar it.
96         (gnus-tmp-*): Defvar them.
97         (gnus-get-tree-buffer): Use derived-mode-p.
98         (gnus--let-eval): New macro.
99         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
100         non-prefixed variables.
101         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
102
103         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
104         vars since it doesn't seem to be available.
105         (gnus-set-global-variables, gnus-summary-read-group-1)
106         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
107         (gnus-summary-display-article, gnus-summary-select-article)
108         (gnus-summary-next-article, gnus-offer-save-summaries)
109         (gnus-summary-generic-mark): Use derived-mode-p.
110         (gnus-summary-read-group-1, gnus-summary-exit)
111         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
112         Adjust calls to gnus-tree-close and gnus-tree-open.
113
114         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
115
116         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
117         (gnus-agent-mode): Use derived-mode-p.
118         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
119         gnus-command-method and *-command-method to nil, but bind
120         gnus-command-method to *-command-method instead!
121         (gnus-agent-fetch-articles): Remove unused var `id'.
122         (gnus-agent-fetch-headers): Remove unused arg `force'.
123         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
124         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
125         (gnus-agent-short-article, gnus-agent-long-article)
126         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
127         first use.
128         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
129         `score-param'.
130         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
131         (gnus-get-predicate): Push in front of the cache, rather than end.
132         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
133         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
134         (gnus-agent-expire-unagentized-dirs): Don't rebind
135         gnus-agent-expire-current-dirs since the defvar silences the warning.
136         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
137         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
138         (gnus-agent-regenerate): Simplify interactive spec and doc.
139
140 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * gnus-int.el (gnus-open-server): Silence compiler.
143
144         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
145
146         * message.el (message-display-completion-list): Abolish.
147         (message-completion-in-region): Use display-completion-list.
148
149 2013-09-17  Glenn Morris  <rgm@gnu.org>
150
151         * gnus-util.el (gnus-message-with-timestamp-1):
152         Use `messages-buffer' function if available.  Ignore read-only.
153
154 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * message.el (message-expand-group, message-completion-in-region):
157         Correct the order of start and end of a region.
158
159 2013-09-13  Glenn Morris  <rgm@gnu.org>
160
161         * mml2015.el (gnus-create-image): Autoload it.
162
163         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
164
165         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
166         (image-size): Declare.
167
168 2013-09-12  Glenn Morris  <rgm@gnu.org>
169
170         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
171         Avoid using `find', which i) might not be defined at runtime;
172         ii) does not work, since its default test is eql, not equal.
173         (gnus-mime-action-alist): Declare.
174
175 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
176
177         * score-mode.el (gnus-score-mode-map): Move initialization
178         into declaration.
179         (gnus-score-mode): Use define-derived-mode.
180         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
181         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
182         into declaration.
183         (gnus-kill-file-mode): Use define-derived-mode.
184         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
185         Use derived-mode-p.
186         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
187         (gnus-group-setup-buffer, gnus-group-name-at-point)
188         (gnus-group-make-web-group, gnus-group-enter-directory)
189         (gnus-group-suspend): Use derived-mode-p.
190         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
191         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
192         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
193         (gnus-article-setup-buffer, gnus-article-prepare)
194         (gnus-article-prepare-display, gnus-sticky-article)
195         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
196         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
197         (gnus-article-read-summary-keys): Use derived-mode-p.
198
199 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
202
203 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
206         shift_jis from the default value set for Japanese users.
207
208 2013-08-13  Glenn Morris  <rgm@gnu.org>
209
210         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
211
212         * gnus.el (gnus-valid-select-methods): Fix type.
213
214         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
215
216 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * mm-decode.el (mm-display-external): Run a timer for the temp files
219         deletion after a viewer exits; add a deletion timer for the needsterm
220         case, too.
221
222         * mm-decode.el (mm-display-external): Try to delete temporary files by
223         using a 1-min. timer.
224
225 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
228         New internal variables.
229         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
230         (mm-display-external): Use it to delete temporary files instead of
231         using timers.
232
233 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
236
237 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
238
239         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
240         with cond for backwards compatability.
241
242 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * mm-decode.el (mm-display-external): Bind process-connection-type to
245         nil; don't delete a temp file immediately even if a viewer finishes,
246         since it may be a shell script, like xdg-open, that launches a real
247         viewer program belatedly.
248
249 2013-08-05  Dave Abrahams  <dave@boostpro.com>
250
251         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
252         that we can create nndoc groups that excerpt other groups.
253
254 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-delay.el (gnus-delay-article): Fix typo.
257
258         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
259         articles.
260
261         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
262         we can get spell-checking etc.
263
264 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
267         a single one used for encoding the whole text in a header.
268
269 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
272         doesn't work properly on XEmacs.
273
274 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
277         before sending.
278
279         * dgnushack.el (dgnushack-compile): Add a temporary check for
280         gnus-icalendar.
281
282         * mm-decode.el (mm-command-output): New face.
283         (mm-display-external): Use it.
284
285 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
286
287         * nnmbox.el (nnmbox-request-article): Don't change point.
288
289 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
292         Include `handle' parameter.
293
294 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
295
296         * gnus-icalendar.el: New file.
297
298 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
301
302         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
303         dummy roots, too.
304
305 2013-08-01  David Edmondson  <dme@dme.org>
306
307         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
308         out on ttys.
309
310 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
313         not empty.
314
315         * nnrss.el (nnrss-discover-feed): Indent.
316
317 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
320
321 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
324         dirty to ensure nnimap data being saved.
325
326 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
327
328         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
329         menu entry.
330
331         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
332         the current thread's total score instead of the current article's
333         score.
334
335         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
336         (gnus-sort-threads-recursively): Delete defcustom.
337         (gnus-sort-threads-recursive): Adapt accordingly.
338
339 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
340
341         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
342         (gnus-sort-threads-recursive): Use it.
343         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
344         again.  Now that determines how to sort subthreads.
345
346 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
347
348         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
349         (gnus-sort-threads): Use it.
350
351 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
352
353         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
354         punctuation characters follow parentheses (bug#14950).
355
356 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus.el (gnus-continuum-version):
359         * gnus-msg.el (gnus-extended-version): Simplify.
360
361         * gnus.el (gnus-continuum-version-1): Remove.
362         * gnus-msg.el (gnus-bug): Revert.
363
364         Calculate gnus-version correctly on Cygwin.
365
366         * gnus.el (gnus-continuum-version): Do main calculations in integers.
367         (gnus-continuum-version-1): New function, return a string.
368
369         * gnus-msg.el (gnus-extended-version, gnus-bug):
370         Use gnus-continuum-version-1 instead of gnus-continuum-version.
371
372 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
373
374         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
375         (bug#13384).
376
377 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
380         that were only relevant in a development version a long time ago.
381
382 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
385         that the old Emacs 24s bundle.
386
387 2013-07-10  David Engster  <deng@randomsample.de>
388
389         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
390         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
391         fixes a bug in Emacs trunk where the 'unexist' marks were always
392         removed at startup because "Gnus v5.13" was considered smaller than "Ma
393         Gnus v0.03".
394
395 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
396
397         * gnus.el (gnus-summary-line-format): Reference
398         `gnus-user-date-format-alist' for the &user-date; format, not
399         `gnus-summary-user-date-format-alist'.
400
401 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
404         delete files (bug#13481).
405
406 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
407
408         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
409
410 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
413         display images.
414
415         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
416
417         * message.el (message-cancel-news): According to
418         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
419         preferred over "cmsg cancel" in the Subject.
420
421         * nnir.el (nnir-engines): Note that the group specs are regexps
422         (bug#13238).
423
424         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
425         gotten read-only text properties, ensure that those aren't heeded when
426         copying stuff over (bug#13434).
427
428         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
429         (bug#13762).
430
431 2013-07-05  David Kastrup  <dak@gnu.org>
432
433         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
434         authinfo file again (important for blank passwords).  This had been
435         broken with 2013-06-15 change.
436
437 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
440         Revert 2013-01-14 change.
441
442 2013-07-02  Daiki Ueno  <ueno@gnu.org>
443
444         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
445         of 'create-image' for XEmacs compatibility; check errors when decoding
446         image.  Reported by Uwe Brauer.
447
448 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
451         gnus-button-push revised at 2011-01-19.
452
453 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
456         now live in the lisp/net Emacs 24 repository.
457
458 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * eww.el (eww-update-header-line-format): Quote % characters.
461
462 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * eww.el (eww-process-text-input): Display passwords as asterisks.
465
466         * shr.el (shr-make-table-1): Protect against invalid column-spans.
467
468 2013-06-19  Tom Tromey  <tromey@redhat.com>
469
470         * eww.el (eww-top-url): Remove.
471         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
472         (eww-render): Set new variables.  Don't set eww-top-url.
473         (eww-handle-link): Handle "prev", "home", and "contents".
474         Downcase the rel text.
475         (eww-top-url): Choose best top URL.
476
477 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * eww.el: Rewrite to implement form elements "by hand" instead of
480         relying in widget.el.  Using widget.el leads to too many
481         user interface inconsistencies.
482         (eww-self-insert): Implement entering commands in text fields.
483         (eww-process-text-input): New function to make text input field editing
484         work.
485         (eww-submit): Rewrite to use the new-style form methods.
486         (eww-select-display): Display the correct selected item.
487         (eww-change-select): Implement changing the select value.
488         (eww-toggle-checkbox): Implement radio/checkboxes.
489         (eww-update-field): Fix compilation error.
490         (eww-tag-textarea): Implement <textarea>.
491
492         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
493         don't shadow mode-specific bindings.
494
495         * eww.el (eww-browse-url): Don't push stuff onto history if there's
496         nothing to push.
497
498         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
499
500 2013-06-19  Glenn Morris  <rgm@gnu.org>
501
502         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
503
504 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
505
506         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
507
508 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * shr.el (shr-make-table-1): Implement <td rowspan>.
511         (shr-table-horizontal-line): Allow nil as a value, and change the
512         default.
513         (shr-insert-table-ruler): Respect the nil value.
514
515 2013-06-18  Tom Tromey  <tromey@barimba>
516
517         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
518         New defvars.
519         (eww-open-file): New defun.
520         (eww-render): Initialize new variables.
521         (eww-display-html): Handle "link" and "a".
522         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
523         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
524         (eww-back-url): Rename from eww-previous-url.
525         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
526         defuns.
527
528 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * shr.el (shr-tag-table): Insert the images after the table, so that
531         they're not covered by the table colourisation, which often looked
532         awkward.
533         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
534         <dd>.
535         (shr-make-table-1): Implement <td colspan=> support.
536         (shr-insert-document): Use one less than window width if `shr-width' is
537         nil, since otherwise things may get one character too wide.
538
539 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * eww.el (eww-detect-charset): Improve regexp; move backward.
542
543 2013-06-18  Glenn Morris  <rgm@gnu.org>
544
545         * mm-decode.el (widget-convert-button): Autoload.
546
547         * sieve-manage.el (mm-enable-multibyte): Autoload.
548
549         * shr.el (libxml-parse-html-region): Declare.
550         (shr-render-buffer): Explicit error if no libxml2 support.
551
552 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * auth-source.el (auth-source-current-line): New function.
555         (auth-source-netrc-parse-entries): When a data token is "machine",
556         assume we're in the wrong place and abort parsing the current line.
557
558 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
561         (eww-convert-widgets): Don't bug out if the first widget starts at the
562         beginning of the buffer.
563         (eww-convert-widgets): Fix last patch.
564         (eww-tag-input): Support <input type=image>.
565
566         * shr.el (shr-insert-table): Respect border-collapse: collapse.
567         (shr-tag-base): Protect against base specs that are degenerate.
568         (shr-ensure-paragraph): Don't delete empty lines that have text
569         properties, because these may be input fields.
570
571         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
572         we can navigate to them.
573
574         * shr.el (shr-colorize-region): Put the colours over the entire region.
575         (shr-inhibit-decoration): New variable.
576         (shr-add-font): Use it to inhibit text property decorations while doing
577         preliminary table renderings.  This speeds up typical Wikipedia page
578         renderings by 15%.
579         (shr-tag-span): Don't respect the <title>, because that overwrites the
580         help-echo from links inside the spans.
581         (shr-next-link): Use `help-echo' for navigation, so that we can
582         navigate to form elements, too.
583
584         * eww.el (eww-button): New face.
585         (eww-convert-widgets): Use it to make submit buttons more button-like.
586
587         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
588         that Gnus commands work.
589
590         * shr.el (shr-render-td): Support horizontal alignment.
591
592         * eww.el (eww-put-color): Removed.
593         (eww-colorize-region): Use `add-face-text-property'.
594
595         * shr.el (shr-add-font): Append face data, so that we get the correct
596         precedence: The innermost value (which is applied first) wins.
597         (shr-make-overlay): Obsolete function.
598
599         * mm-decode.el (mm-convert-shr-links): New function to convert
600         new-style shr URL links into widgets.
601         (mm-shr): Use it.
602
603         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
604         widget commands, since we're no longer using widgets for links.
605
606         * shr.el (shr-next-link): New command.
607         (shr-previous-link): New command.
608         (shr-urlify): Don't use `widget-convert', because that's slow.
609         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
610         because collecting the overlays and reapplying them when generating
611         tables is slow.
612         (shr-insert-table): Ditto.
613
614 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
615
616         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
617         * shr.el (browse-url): Require `url'.
618         * eww.el (url): Require format-spec.
619
620 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * eww.el (eww-display-html): Default to using the entire window width.
623         (eww-browse-url): Don't add a User-Agent header (twice), because that
624         makes Bing refuse connection.
625
626         * shr.el (shr-make-table): Cache the table rendering at the table
627         level, and not the <td> level.  This is a bit faster.
628
629         * eww.el (eww-render): Go to the correct ID when given URLs ending with
630         #id.
631
632         * shr.el (shr-tag-li): Don't require a new paragraph, since other
633         browsers don't.
634         (shr-expand-url): Respect #anchor links.
635         (shr-parse-base): Chop off the anchor before using.
636         (shr-descend): Respect display: none.
637         (shr-descend): Allow marking elements that have certain IDs.
638
639         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
640
641         * shr.el (shr-expand-url): Don't bug out on zero-length links.
642
643         * eww.el (eww-tag-textarea): Support <textarea>.
644
645 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
646
647         * shr.el (shr-dom-to-xml): Fixed function call.
648
649         * eww.el (eww): New group.
650         (eww-header-line-format): New custom variable.
651         (eww-current-title): New variable.
652         (eww-display-html): Update header and handle title tag.
653         (eww-update-header-line-format): New function.
654         (eww-tag-title): New function.
655
656         * shr.el (shr-dom-to-xml): New function.
657         (shr-tag-svg): Add support for the SVG tag.
658         (shr-bullet): New custom variable.
659         (shr-tag-li): Support custom bullet in unordered lists.
660
661 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * shr.el (shr-expand-url): Respect // URLs.
664
665         * eww.el (eww-tag-body): Override the shr body rendering so that we can
666         put a background colour onto the entire buffer.
667         (eww-render): When being redirected, use the redirect URL as the new
668         base URL.
669
670         * shr.el (shr-parse-base): Fix parsing error.
671
672         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
673
674         * shr.el (shr-parse-base): New function.
675         (shr-expand-url): Use it to expand relative URLs reliably.
676
677 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
678
679         * auth-source.el (auth-source-search-collection): Fix docstring.
680         (auth-source-netrc-parse): Refactor and improve netrc parser to support
681         single-quoted strings and multiline entries.
682         (auth-source-netrc-parse-next-interesting)
683         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
684         functions to support parser.
685
686 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * eww.el (eww-submit): Get submit button logic right when hitting RET
689         on non-submit buttons.
690
691         * shr.el: Remove shr-preliminary-table-render, since that can't really
692         be used for anything in practice.
693
694 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
695
696         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
697         (sieve-manage-quit).
698
699 2013-06-14  Glenn Morris  <rgm@gnu.org>
700
701         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
702
703 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
704
705         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
706         control the maximum size of photo ID image.
707         (mml2015-epg-key-image-to-string): Respect it.
708
709 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
712         instead of the final one so that we can more easily distinguish them.
713
714         * eww.el (eww-submit): Compute the submission URL correctly.
715
716 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
719         Use plist-get rather than CL's getf.
720         (sieve-manage-parse-capability): Avoid CL's remove-if.
721
722 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
723
724         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
725         (sieve-manage-quit).
726
727 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (shr-expand-url): Expansion should chop off the bits after the
730         last slash.
731
732         * eww.el (eww-tag-select): Use the first value as the default value.
733
734 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
735
736         * eww.el (eww): Prepend urls with http:// if scheme is missing.
737         (eww-mode): Use `define-derived-mode'.
738         (eww-parse-headers): Parse headers from beginning of buffer so that
739         file:// links work.
740
741 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
744
745 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
748         to handle them at all.
749
750 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
753         work, too.
754         (eww-tag-select): Implement <select>.
755
756 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
757
758         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
759         stream managing functions by using open-protocol-stream to do most of
760         the work.  Has the nice benefit of enabling STARTTLS.
761         Wait for capabilities after STARTTLS: following RFC5804, the server
762         sends new capabilities after successfully establishing a TLS connection
763         with the client. The client should update the cached list of
764         capabilities, but we just ignore the answer for now.
765         (sieve-manage-network-p, sieve-manage-network-open)
766         (sieve-manage-starttls-p, sieve-manage-starttls-open)
767         (sieve-manage-forward, sieve-manage-streams)
768         (sieve-manage-stream-alist): Remove unneeded functions neither in the
769         API, nor called by any other function.
770         Enable Multibyte for SieveManage buffers: The parser won't properly
771         handle umlauts and line endings unless multibyte is turned on in the
772         process buffer.
773
774 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * eww.el (eww-tag-input): Support password fields.
777         (eww-submit): Support POST.
778
779 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * eww.el (eww-tag-form): Protect against degenerate forms.
782
783         * shr.el (shr-expand-url): Expand URLs that start with a slash
784         correctly.
785
786         * eww.el (eww-submit): Get submit button logic right.
787
788         * shr.el (shr-final-table-render): New variable to signal when we're
789         doing the final table rendering so that we can collect more data at
790         that point.
791
792         * eww.el (eww-submit): Make form submission work.
793         (eww-tag-input): Implement submit buttons.
794         (eww-click-radio): Implement radio and checkboxes.
795         (eww-submit): Handle hidden elements.
796
797         * shr.el (shr-descend): Allow other packages to override (or provide)
798         rendering of elements.
799         (shr-expand-url): Strip query strings from URLs before expanding them.
800
801         * eww.el: Don't require cl-lib.
802         (eww-tag-form): Start form support.
803
804         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
805
806         * eww.el: Start writing a new, tiny web browser.
807         (eww-previous-url): New command.
808         (eww-quit): New command.
809
810 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
811
812         * sieve.el: Put point at beginning of buffer when viewing a script.
813         (sieve-open-server): Respect the PORT parameter.  Show the correct port
814         number in sieve-buffer's header.  Fixed code to also work with a string
815         as port specifier. Properly close the connection on pressing 'q'.  Make
816         sieve-manage-quit close the connection and process buffer.  Also, remove
817         duplicate keybinding for 'q'.
818
819 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
820
821         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
822         make it easier to read.
823         (mm-pkcs7-enveloped-magic): Ditto.
824
825 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
826
827         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
828         before `image-type-available-p' to avoid loading the image libraries
829         needlessly.
830
831 2013-06-05  David Engster  <deng@randomsample.de>
832
833         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
834         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
835         to see whether the group was synced before.
836
837 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
840         when opening the connection.
841         Suggested by João Távora <joaotavora@gmail.com> in
842         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
843
844 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
847         assume Date header begins with "Date", that may be customized into
848         something like "X-Sent" using gnus-article-time-format.
849         (article-transform-date): Allow multi-line Date header.
850
851 2013-06-02  David Engster  <deng@randomsample.de>
852
853         * registry.el (initialize-instance, registry-lookup)
854         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
855         (registry-lookup-secondary-value, registry-search, registry-delete)
856         (registry-insert, registry-reindex, registry-size, registry-prune): Do
857         not wrap methods in `eval-and-compile'.  This breaks due to latest
858         changes in EIEIO (introduction of eieio-core.el).
859
860 2013-05-30  Glenn Morris  <rgm@gnu.org>
861
862         * nnmail.el (nnmail-fancy-expiry-target):
863         Also bind mail-dont-reply-to-names.
864
865         * spam-stat.el (spam-stat-save):
866         No need to tweak font-lock in temp buffers.
867
868         * shr.el (shr-put-image): Silence compiler.
869
870 2013-05-29  Glenn Morris  <rgm@gnu.org>
871
872         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
873
874         * gnus-group.el (gnus-sequence-of-unread-articles)
875         (gnus-summary-add-mark, gnus-mark-article-as-read)
876         (gnus-group-make-articles-read): Declare.
877
878         * gnus-sum.el (gnus-parameter-list-identifier)
879         (gnus-article-stop-animations, gnus-stop-downloads)
880         (gnus-article-only-boring-p, article-goto-body)
881         (gnus-flush-original-article-buffer, article-narrow-to-head)
882         (gnus-article-hidden-text-p, gnus-delete-wash-type)
883         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
884
885         * gnus.el: No need to eval-and-compile autoloads.
886
887         * gravatar.el (help-function-arglist): Autoload.
888
889         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
890
891         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
892
893         * spam.el: No need to load spam-report when compiling.
894         No need to eval-and-compile autoloads.
895         (spam-report-resend-to): Declare.
896         (spam-report-resend-register-routine): Require 'spam-report.
897
898 2013-05-24  Julien Danjou  <julien@danjou.info>
899
900         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
901         setup.
902
903 2013-05-23  Glenn Morris  <rgm@gnu.org>
904
905         * gnus-util.el (rmail-swap-buffers-maybe)
906         (rmail-maybe-set-message-counters, rmail-count-new-messages)
907         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
908         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
909
910         * mm-decode.el: No need to load term when compiling.
911         (term-mode, term-char-mode): Declare.
912
913         * mm-util.el: No need to load jka-compr when compiling.
914         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
915
916         * nnmaildir.el: Require is automatically eval-and-compile.
917         (nnmail): Require at run-time too.
918
919         * registry.el (registry-size): Move definition before use.
920
921 2013-05-22  Daiki Ueno  <ueno@gnu.org>
922
923         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
924         signed data to conform the standard.  (Bug#14232)
925
926 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
927
928         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
929         double angle quotation mark.
930
931 2013-05-20  Glenn Morris  <rgm@gnu.org>
932
933         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
934
935 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
936
937         * message.el (message-insert-formatted-citation-line): handle finding
938         first/lastname when more than 2 names appear.
939
940 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
941
942         * shr.el (shr-tag-span): New function.
943
944 2013-05-18  Glenn Morris  <rgm@gnu.org>
945
946         * message.el (message-mode): Use message-mode-abbrev-table,
947         with text-mode-abbrev-table as parent.  (Bug#14413)
948
949 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * message.el (message-expand-group): Decode group names.
952
953 2013-05-16  Julien Danjou  <julien@danjou.info>
954
955         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
956         app-icon.
957
958 2013-05-15  Glenn Morris  <rgm@gnu.org>
959
960         * shr-color.el (shr-color-visible-luminance-min)
961         (shr-color-visible-distance-min): Use shr-color group.
962
963 2013-05-11  Glenn Morris  <rgm@gnu.org>
964
965         * gnus-vm.el: Make it loadable without VM.
966         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
967         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
968
969 2013-05-09  Glenn Morris  <rgm@gnu.org>
970
971         * mml1991.el: Make it loadable.  (Bug#13456)
972
973         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
974         * gnus-async.el (gnus-async-post-fetch-function):
975         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
976         * gnus-html.el (gnus-html-image-cache-ttl):
977         * gnus-notifications.el (gnus-notifications-timeout):
978         * gnus-picon.el (gnus-picon-properties):
979         * gnus-util.el (gnus-completion-styles):
980         * gnus.el (gnus-other-frame-resume-function):
981         * message.el (message-user-organization-file)
982         (message-cite-reply-position):
983         * nnir.el (nnir-summary-line-format)
984         (nnir-retrieve-headers-override-function):
985         * shr-color.el (shr-color-visible-luminance-min):
986         * shr.el (shr-blocked-images):
987         * spam-report.el (spam-report-resend-to):
988         * spam.el (spam-summary-exit-behavior): Fix custom types.
989
990         * gnus-salt.el (gnus-selected-tree-face): Fix default.
991
992 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
995         because of let-binding help-xref-following.  (Bug#14356)
996
997 2013-05-06  Glenn Morris  <rgm@gnu.org>
998
999         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1000
1001 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1002
1003         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1004         entering into the registry.
1005
1006 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1007
1008         * gnus.el: Ma Gnus v0.7 is released.
1009
1010 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1013         (Bug#14304)
1014
1015 2013-04-27  Glenn Morris  <rgm@gnu.org>
1016
1017         * gnus.el (gnus-list-debbugs):
1018         Use require rather than autoload.  (Bug#14262)
1019
1020 2013-04-27  Julien Danjou  <julien@danjou.info>
1021
1022         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1023         port to "sieve" now that it has an official IANA port assigned.
1024
1025 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1028         Don't set the MAILHOST environment variable permanently (Bug#14271).
1029
1030 2013-04-26  Glenn Morris  <rgm@gnu.org>
1031
1032         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1033
1034 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1035
1036         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1037         string values of 'gcc-self. Thanks to Saroj Thirumalai.
1038
1039 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1040
1041         * nnir.el (nnir-close-group): Make sure we are in the right group.
1042
1043         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1044         dependency table from all newly retrieved headers.
1045
1046 2013-04-16  David Edmondson  <dme@dme.org>
1047
1048         Support <img src="data:...">.
1049
1050         * shr.el (shr-image-from-data): New function.
1051         (shr-tag-img): Use it.
1052
1053 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1054
1055         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1056         group.
1057
1058 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1061         corresponding to any existing group (Bug#14166).
1062
1063 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1064
1065         * nnir.el (number-sequence): No longer used.
1066         (nnir-request-set-mark): New function.
1067         (nnir-request-update-info): Improve marks updating.
1068         (nnir-request-scan): Don't duplicate marks updating.
1069         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1070         Use 'assq rather than 'assoc.  Quote anonymous function.
1071         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1072         Use 'gnus-group-prefixed-p.
1073         (gnus-summary-create-nnir-group): Make sure server for method is open.
1074
1075 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1076
1077         * nnir.el (gnus-nnir-group-p): New function.
1078         (nnir-possibly-change-group): Use it.
1079
1080         * gnus-msg.el (gnus-setup-message): Use it.
1081
1082 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1085         `initial-input' for the argument name.
1086         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1087
1088 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1089
1090         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1091         (used by MH-E).
1092
1093 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1094
1095         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1096         group.
1097
1098         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1099         fix compilation.
1100
1101 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1102
1103         * nnir.el (nnir-method-default-engines): And another typo.
1104
1105 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1106
1107         * nnir.el (nnir-method-default-engines): Fix typo.
1108
1109 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1110
1111         * nnir.el: Define 'number-sequence for xemacs.
1112         (gnus-summary-create-nnir-group): New function to create an nnir group
1113         from an nnir summary buffer based on the current query.
1114         (nnir-request-create-group): Update to allow nnir group creation based
1115         on the current query.
1116
1117 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * nndraft.el (nndraft-request-expire-articles):
1120         Make expiry target always `delete'.
1121
1122 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1123
1124         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1125         buffer use the posting-style and gcc of the original article group.
1126         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1127
1128         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1129         after other deffoos.
1130
1131 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1132
1133         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1134         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1135         support for real (i.e. not ephemeral) nnir groups.
1136         (gnus-summary-make-nnir-group): New function for initiating searches
1137         from a summary buffer.
1138
1139 2013-03-18  Sam Steingold  <sds@gnu.org>
1140
1141         * message.el (message-bury): Minor cleanup.
1142
1143 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1144
1145         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1146
1147 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1150         nnml-request-list.  (Bug#13873)
1151         (nndir-request-newsgroups): Remove, unused.
1152
1153         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1154
1155 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1156
1157         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1158         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1159         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1160
1161 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1162
1163         * shr.el: Make all the overlays set the `evaporate' property so that
1164         they're removed properly.
1165
1166 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1167
1168         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1169         shell-quote-argument.
1170
1171 2013-02-22  David Engster  <deng@randomsample.de>
1172
1173         * gnus-registry.el (gnus-registry-save): Provide class name when
1174         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1175         `condition-case' to stay compatible with older EIEIO versions which
1176         only accept one argument.
1177
1178 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1179
1180         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1181         (epg-user-id-validity): Autoload.
1182         (mml2015-epg-check-user-id): New function.
1183         (mml2015-epg-check-sub-key): New function split from
1184         mml2015-epg-find-usable-key.
1185         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1186         optional name-is-key-id, to handle the case when user-id is unusable.
1187         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1188
1189 2013-02-17  Glenn Morris  <rgm@gnu.org>
1190
1191         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1192
1193 2013-02-16  Glenn Morris  <rgm@gnu.org>
1194
1195         * shr.el (shr-put-image): Only animate images that specify a delay.
1196         This is consistent with the old image-animated-p behavior.
1197
1198 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1201         for XEmacs.
1202
1203 2013-02-13  Juri Linkov  <juri@jurta.org>
1204
1205         * gnus-art.el (gnus-article-mode-map):
1206         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1207         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1208
1209 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1210
1211         * auth-source.el (auth-source-format-prompt): Don't get confused by
1212         any "\" in replacement text.  (Bug#13637)
1213
1214 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1215
1216         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1217         (gnus-backend-trace): Honour gnus-backend-trace.
1218
1219         * mml.el (mml-insert-part): Insert closing tag.
1220
1221         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1222
1223 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1226         able to find the article, which can happen in debbugs groups,
1227         apparently.
1228
1229 2013-01-16  Glenn Morris  <rgm@gnu.org>
1230
1231         * smiley.el (smiley-style): Make the file loadable in batch mode.
1232
1233 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1236         imap process running.
1237
1238 2013-01-14  Julien Danjou  <julien@danjou.info>
1239
1240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1241         Compare addresses against addresses, not against the full From field.
1242
1243 2013-01-13  Richard Stallman  <rms@gnu.org>
1244
1245         * message.el (message-forward-make-body-mime): New args BEG, END
1246         specify what part of FORWARD-BUFFER to use.  Do the work directly
1247         instead of calling `mml-insert-buffer'.
1248
1249 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1250
1251         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1252         cross-reference(s).
1253
1254         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1255         cross-reference(s).
1256
1257 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1258
1259         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1260         and point-max-marker.
1261         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1262
1263 2013-01-11  Julien Danjou  <julien@danjou.info>
1264
1265         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1266         max are almost equal. Also return the correct value for V which is
1267         already between 0 and 1.
1268
1269 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1270
1271         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1272         to mml2015-encrypt-to-self.
1273         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1274
1275 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1276
1277         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1278         mml-smime-epg-find-usable-secret-key.
1279
1280 2013-01-08  Glenn Morris  <rgm@gnu.org>
1281
1282         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1283
1284 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1285
1286         * mml-smime.el: Support signing by sender.
1287         Requested by Uwe Brauer.
1288         (mml-smime-sign-with-sender): New user option analogous
1289         to mml2015-sign-with-sender.
1290         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1291         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1292         mml2015.el.
1293
1294 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1297         isn't running, because Gnus will probably not know how to handle the
1298         Gcc header (bug#11941).
1299
1300         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1301         articles.
1302
1303 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1306         (nnfolder-generate-active-file): Make this function work with recursive
1307         folder names.
1308
1309 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nntp.el (nntp-open-connection): Use HELP as the capability command
1312         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1313         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1314
1315 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1316
1317         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1318         place holder since this gives `Invalid face reference: nil' messages.
1319         Use the `default' face instead.  It has the same effect here, even
1320         though it is not no-op.
1321
1322         * gnus-util.el
1323         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1324
1325 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1328         non-string posting styles (bug#13285).
1329
1330 2012-12-27  Glenn Morris  <rgm@gnu.org>
1331
1332         * plstore.el (plstore-passphrase-callback-function):
1333         Use plstore-get-file.
1334
1335 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1336
1337         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1338         stderr.
1339
1340 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1343
1344         * gnus-compat.el (set-buffer-multibyte): Remove.
1345
1346 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1347
1348         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1349         temporary file to get PGP key image.  Pass no-show-photos when
1350         extracting image to avoid having it pop up twice.
1351
1352 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1355         eligible for treatment.
1356
1357         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1358         lines.  This makes summary commands with hidden threads work more
1359         reliably.
1360
1361         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1362         button to mark the hidden citations (bug#9395).
1363
1364 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1365
1366         * mml2015.el (mml2015-epg-signature-to-string): New function.
1367         (mml2015-epg-verify-result-to-string): New function.
1368         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1369         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1370         instead of epg-verify-result-to-string.
1371         (epg-signature-key-id, epg-signature-to-string): Autoload.
1372         (epg-verify-result-to-string): Remove autoload.
1373
1374 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1375
1376         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1377         ID image from GPG public key.
1378         (mml2015-epg-key-image-to-string): New function.
1379
1380 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1381
1382         * plstore.el (plstore-passphrase-callback-function): Fix error when
1383         error when plstore-cache-passphrase-for-symmetric-encryption is set
1384         (bug#13264).
1385
1386 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1387
1388         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1389         buffer to the article buffer here, because that clobbers multiple
1390         article buffers.
1391
1392         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1393         buffer always points to the right summary buffer.
1394
1395 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1396
1397         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1398         the password (bug#12097).
1399
1400 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1401
1402         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1403         (bug#13263).
1404
1405         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1406         buffer exists before using it (bug#12475).
1407
1408         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1409         offline groups (bug#11937).
1410
1411         * message.el (message-yank-original): When using customize to set the
1412         value of `message-cite-style', the variable it set to a symbol that's
1413         the name of the variable, which must then be dereferenced (bug#12616).
1414
1415 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1416
1417         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1418         the `face' property with a list whose car is the face specified in the
1419         format string and whose cdr is (nil).
1420         * lisp/gnus-util.el
1421         (gnus-put-text-property-excluding-characters-with-faces):
1422         Change accordingly.
1423         (gnus-get-text-property-excluding-characters-with-faces): New function.
1424         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1425         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1426         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1427
1428 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1431         login methods.
1432         (nnimap-login): Respect the `nnimap-authenticator' variable.
1433
1434         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1435         mark state when moving articles.  Otherwise unticked articles will get
1436         their ticks back after moving.
1437
1438 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1439
1440         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1441
1442         * message.el (message-ignored-news-headers): Always remove
1443         X-Message-SMTP-Method to avoid information leakage if the user
1444         mistakenly inserts the header into news messages.
1445
1446         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1447
1448         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1449         right than four characters, this command would move point to
1450         `point-max'.  Don't do that.
1451
1452         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1453         to nil to allow re-selecting groups that gain articles.
1454         (gnus-bug-group-download-format-alist): Update the URL.
1455
1456 2012-12-23  Andreas Schwab  <schwab@suse.de>
1457
1458         * shr.el (shr-tag-em): Render em as italic, not bold.
1459
1460 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1463         for reuse.
1464         (gnus-open-server): Use it to add more tracing.
1465         (gnus-finish-retrieve-group-infos): Add backend tracing.
1466         (gnus-backend-trace): Also note the elapsed seconds.
1467
1468 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1469
1470         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1471         Set epa-file-encrypt-to from variable to avoid querying.
1472
1473 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1474
1475         * sieve-mode.el (sieve-font-lock-keywords):
1476         Keywords should be word delimited.  (Bug#13173)
1477
1478 2012-12-13  Andreas Schwab  <schwab@suse.de>
1479
1480         * tls.el (tls-program): Update customize type.
1481
1482 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1485         instead of <pre> to align message header.
1486
1487 2012-12-12  Sam Steingold  <sds@gnu.org>
1488
1489         * gnus.el (gnus-other-frame-resume-function): Add user option.
1490         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1491
1492 2012-12-06  Sam Steingold  <sds@gnu.org>
1493
1494         * gnus-start.el (gnus-before-resume-hook): Add.
1495         (gnus-1): Run it when Gnus is alive.
1496
1497 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1500         * gnus-art.el (article-unsplit-urls)
1501         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1502         * gnus-registry.el (gnus-registry-get-article-marks)
1503         * message.el (message-goto-body): Use it.
1504         (message-called-interactively-p): Remove.
1505
1506         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1507         (spam-stat-score-buffer): Use it.
1508
1509         * spam.el: Silence the warnings against BBDB functions when compiling.
1510
1511         * gnus-score.el (gnus-score-decode-text-parts):
1512         Use append+mapcar instead of the cl function mapcan.
1513
1514 2012-12-05  Sam Steingold  <sds@gnu.org>
1515
1516         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1517         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1518         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1519
1520 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * gmm-utils.el (gmm-called-interactively-p): Revert.
1523         This seems to cause Emacs to get stuck!
1524         * gnus-art.el (article-unsplit-urls)
1525         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1526         * gnus-registry.el (gnus-registry-get-article-marks)
1527         * message.el (message-goto-body)
1528         (message-called-interactively-p): Revert.
1529
1530         * gmm-utils.el (gmm-called-interactively-p): New function.
1531         * gnus-art.el (article-unsplit-urls)
1532         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1533         * gnus-registry.el (gnus-registry-get-article-marks)
1534         * message.el (message-goto-body): Use it.
1535         (message-called-interactively-p): Remove.
1536
1537         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1538         * gnus-sync.el (gnus-sync-lesync-call)
1539         * message.el (message-read-from-minibuffer): Use it.
1540
1541 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * gmm-utils.el (gmm-flet): Remove.
1544         * gnus-sync.el (gnus-sync-lesync-call)
1545         * message.el (message-read-from-minibuffer): Don't use it.
1546
1547 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1550
1551 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1554
1555         * gnus-sync.el (gnus-sync-lesync-call)
1556         * message.el (message-read-from-minibuffer): Use gmm-flet.
1557
1558         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1559
1560         * gnus-util.el (gnus-macroexpand-all): Remove.
1561
1562 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1563
1564         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1565         to TAB, not [tab].
1566         (gnus-summary-article-map): Likewise.
1567
1568         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1569         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1570
1571 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1572
1573         * time-date.el: Commentary fix.
1574
1575 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1576
1577         * color.el: Don't require cl.
1578         (color-complement): `caddr' -> `nth 2'.
1579
1580         * time-date.el (time-to-seconds): De-obsolete.
1581
1582 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * message.el (message-get-reply-headers):
1585         Make sure the reply goes to the author if it is a wide reply.
1586
1587 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1588
1589         * gnus-score.el (gnus-score-body):
1590         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1591         scoring by body.
1592
1593 2012-11-16  Glenn Morris  <rgm@gnu.org>
1594
1595         * gnus-diary.el (nndiary-request-create-group-functions)
1596         (nndiary-request-update-info-functions)
1597         (gnus-subscribe-newsgroup-functions)
1598         (nndiary-request-accept-article-functions):
1599         Use new names for hooks rather than obsolete aliases.
1600
1601 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1604
1605 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1608         in meta tag with the one the part specifies in its header.
1609
1610 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1611
1612         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1613         by default.
1614
1615 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1618         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1619
1620 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1623         and a runtime function for it, of which the XEmacs version takes only
1624         two arguments.
1625
1626 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1627
1628         * nndiary.el (nndiary-request-create-group-functions)
1629         (nndiary-request-update-info-functions)
1630         (nndiary-request-accept-article-functions):
1631         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1632         "-hooks" suffix.
1633
1634 2012-10-19  Julien Danjou  <julien@danjou.info>
1635
1636         * gnus-art.el: Require gnus-util because it uses
1637         `gnus-timer--function'.
1638
1639 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1640
1641         * starttls.el (starttls-extra-arguments): Doc fix.
1642
1643 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1646         it.
1647
1648 2012-10-06  Glenn Morris  <rgm@gnu.org>
1649
1650         * gnus-notifications.el (gnus-notifications):
1651         Add missing group :version tag.
1652         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1653         (gnus-gcc-post-body-encode-hook):
1654         * gnus-sync.el (gnus-sync-lesync-name)
1655         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1656
1657 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1658
1659         * color.el (color-hsl-to-rgb): Fix incorrect results for
1660         small and large hue values.  (Bug#12559)
1661
1662 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         New UIDL implementation.
1665
1666         * mail-source.el (mail-sources, mail-source-keyword-map):
1667         Add :leave as a pop3 keyword.
1668         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1669
1670         * pop3.el (pop3-leave-mail-on-server): Allow number.
1671         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1672         (pop3-movemail): Add UIDL support.
1673         (pop3-send-streaming-command): Take a list of mail numbers instead of
1674         the number of mails.
1675         (pop3-write-to-file): Add X-UIDL header.
1676         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1677         (pop3-uidl-add-xheader): New functions.
1678
1679         * message.el (message-ignored-resent-headers):
1680         Add X-Content-Length and X-UIDL headers.
1681
1682 2012-10-05  Glenn Morris  <rgm@gnu.org>
1683
1684         * color.el (color-name-to-rgb, color-rgb-to-hex)
1685         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1686         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1687         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1688         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1689
1690 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1693         a user about whether to delete temp files if once a user answered as n.
1694
1695 2012-09-25  Chong Yidong  <cyd@gnu.org>
1696
1697         * password-cache.el (password-read-and-add): Use a declare form to mark
1698         this function obsolete.
1699
1700 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * lpath.el: Bind mail-encode-mml for old Emacsen.
1703
1704 2012-09-17  Richard Stallman  <rms@gnu.org>
1705
1706         * message.el (message-in-body-p): Don't set mark or modify buffer.
1707
1708         * mml.el (mml-attach-file): Doc fix.
1709         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1710         Set mail-encode-mml when in Mail mode.
1711         Simplify code to set HEAD and move back to HEAD.
1712         (mml-insert-multipart, mml-insert-part):
1713         Set mail-encode-mml when in Mail mode.
1714
1715 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-util.el (gnus-timer--function): New function.
1718
1719         * gnus-art.el (gnus-article-stop-animations): Use it.
1720
1721 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1722
1723         Fix glitches caused by addition of psec to timers.
1724         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1725         rather than raw access to timer vector.
1726
1727 2012-09-11  Julien Danjou  <julien@danjou.info>
1728
1729         * gnus-notifications.el (gnus-notifications): Check for nil values in
1730         ignored addresses check.
1731
1732 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1733
1734         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1735
1736 2012-09-07  Chong Yidong  <cyd@gnu.org>
1737
1738         * gnus-util.el
1739         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1740
1741         * gnus-salt.el (gnus-tree-highlight-node):
1742         * gnus-sum.el (gnus-summary-highlight-line):
1743         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1744
1745 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1748
1749 2012-09-06  Juri Linkov  <juri@jurta.org>
1750
1751         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1752         scheme for buffer names to be more consistent with other group and
1753         article buffer names in Gnus.
1754
1755 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-util.el
1758         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1759
1760         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1761         Jenkner.
1762
1763         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1764
1765         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1766
1767         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1768
1769 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1772         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1773
1774         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1775         string-prefix-p in Emacs >=23.2.
1776
1777         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1778         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1779         instead of string-match-p.
1780         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1781
1782 2012-09-06  Kenichi Handa  <handa@gnu.org>
1783
1784         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1785         lowercase a..f.
1786
1787 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1788
1789         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1790
1791 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1792
1793         * nnimap.el (nnimap-request-move-article): Decode the group name when
1794         doing internal moves to avoid charset issues.
1795
1796         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1797         TIME is set.
1798
1799 2012-09-05  Juri Linkov  <juri@jurta.org>
1800
1801         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1802         than one group at a time (bug#11961).
1803
1804 2012-09-05  Julien Danjou  <julien@danjou.info>
1805
1806         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1807         this hide the real reason with a message giving absolutely no hint.
1808
1809 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1812         to the backend (bug#11804).
1813
1814         * message.el (message-insert-newsgroups): Don't insert newsgroup
1815         duplicates (bug#12275).
1816
1817 2012-09-05  John Wiegley  <johnw@newartisans.com>
1818
1819         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1820         sieve rules.
1821
1822 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1823
1824         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1825         function.
1826
1827         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1828
1829         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1830
1831 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1832
1833         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1834         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1835         This should make nnmaildir more usable with offlineimap.
1836
1837 2012-09-05  Julien Danjou  <julien@danjou.info>
1838
1839         * nnimap.el (nnimap-request-list): Revert change that made listing
1840         synchronous.
1841         (nnimap-get-responses): Restore.
1842
1843 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1844
1845         * dgnushack.el: XEmacs 21.5 compilation fix.
1846
1847         * gnus-notifications.el (gnus-notifications-notify): Use it.
1848
1849         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1850         warnings on XEmacs.
1851
1852 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1853
1854         Better seeds for (random).
1855         * gnus-sync.el (gnus-sync-lesync-setup):
1856         * message.el (message-canlock-generate, message-unique-id):
1857         Change (random t) to (random), now that the latter is more random.
1858
1859 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1860
1861         * nnimap.el (nnimap-change-group): Document result value
1862
1863         * auth-source.el (auth-sources): Fix macos keychain access.
1864
1865         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1866         allow the backend `request-head' function to determine the group
1867         name on its own.
1868         (gnus-request-expire-articles): Filter out negative article numbers
1869         during expiry (Bug#11980).
1870
1871         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1872         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1873
1874         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1875         you've found the article when you haven't.
1876
1877         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1878         that nnimap-change-group can return t.
1879
1880 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1881
1882         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1883
1884 2012-08-30  Julien Danjou  <julien@danjou.info>
1885
1886         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1887         `gnus-notifications-timeout'.
1888         (gnus-notifications-timeout): Add.
1889         (gnus-notifications-action): New function.
1890         (gnus-notifications-notify): Add :action using
1891         `gnus-notifications-action'.
1892         (gnus-notifications-id-to-msg): New variable.
1893         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1894         notifications id to messages.
1895
1896 2012-08-30  Kenichi Handa  <handa@gnu.org>
1897
1898         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1899         once.
1900
1901 2012-08-29  Julien Danjou  <julien@danjou.info>
1902
1903         * gnus-notifications.el: New file.
1904         (gnus-notifications-notify): New function.
1905         (gnus-notifications): Use `gnus-notifications-notify'.
1906
1907 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1910         transfer encoding first; bind gnus-newsgroup-charset to the charset
1911         that the article specifies (Bug#12209).
1912
1913 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1916         (gnus-group-customize-done): Encode values posting-style holds.
1917
1918         * gnus-msg.el (gnus-summary-resend-message)
1919         (gnus-configure-posting-styles): Decode values posting-style group
1920         parameter holds.
1921
1922 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1925         `name' and `address' in Resent-From header.
1926
1927 2012-08-14  Chong Yidong  <cyd@gnu.org>
1928
1929         * gnus-art.el (article-display-face): Handle failure in
1930         gnus-create-image (Bug#11802).
1931
1932 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1933
1934         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1935         Use defsetf.
1936
1937 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1938
1939         * auth-source.el (auth-source-plstore-search)
1940         (auth-source-secrets-search): Ignore :require and :type in search spec.
1941
1942 2012-08-06  Julien Danjou  <julien@danjou.info>
1943
1944         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1945         `nnimap-request-move-article'.
1946
1947         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1948         Remove autoload, already handled by gnus.el.
1949
1950         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1951
1952         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1953         supported by nnimap actually. Reverts previous change.
1954
1955         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1956         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1957         to-buffer argument that is already supported.
1958
1959 2012-08-05  Julien Danjou  <julien@danjou.info>
1960
1961         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1962         Add autoload.
1963
1964 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus.el (gnus-valid-select-methods): Fix custom type.
1967
1968 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * auth-source.el (auth-sources, auth-source-backend-parse)
1971         (auth-source-macos-keychain-search)
1972         (auth-source-macos-keychain-search-items)
1973         (auth-source-macos-keychain-result-append)
1974         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1975         auth-source.el through the /usr/bin/security utility.
1976         (auth-sources): Fix syntax error.
1977         (auth-source-macos-keychain-result-append): Fix variable name.
1978         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1979
1980 2012-07-27  Julien Danjou  <julien@danjou.info>
1981
1982         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1983         Emacs < 24.1
1984
1985 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * message.el (message-kill-address): Don't kill last newline.
1988         (message-skip-to-next-address): Don't move to the next header.
1989         (message-fill-field-address): Work properly.
1990
1991 2012-07-25  Julien Danjou  <julien@danjou.info>
1992
1993         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1994
1995 2012-07-24  Julien Danjou  <julien@danjou.info>
1996
1997         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1998
1999         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2000         (nntp-async-timer-handler): Remove, unused.
2001
2002         * nnimap.el (nnimap-get-responses): Remove, unused.
2003
2004         * nnheader.el (mail-header-set-extra): Remove, unused.
2005
2006         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2007         unused.
2008
2009         * mm-view.el (mm-view-sound-file): Remove, unused.
2010
2011         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2012         (mm-url-encode-multipart-form-data): Remove, unused.
2013
2014         * message.el (message-remove-signature, message-make-host-name)
2015         (message-fill-address): Remove, unused.
2016
2017         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2018         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2019         unused.
2020
2021         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2022         (gnus-xmas-call-region): Remove, unused.
2023
2024         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2025
2026         * gnus-util.el (gnus-extract-address-component-name)
2027         (gnus-extract-address-component-email, gnus-sortable-date)
2028         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2029         (gnus-process-live-p): Remove, unused.
2030
2031         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2032
2033         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2034         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2035         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2036         function.
2037
2038         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2039
2040         * gnus-score.el (gnus-summary-score-crossposting)
2041         (gnus-score-regexp-bad-p): Remove, unused.
2042
2043         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2044
2045         * gnus-range.el (gnus-sublist-p): Remove, unused.
2046
2047         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2048         unused.
2049
2050         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2051
2052         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2053         (gnus-request-associate-buffer): Remove, unused.
2054
2055         * gnus-group.el (gnus-group-set-method-info)
2056         (gnus-group-set-params-info): Remove, unused.
2057
2058         * gnus-fun.el (gnus-shell-command-to-string)
2059         (gnus-shell-command-on-region): Remove, unused.
2060
2061         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2062
2063         * gnus-art.el (gnus-article-text-type-exists-p)
2064         (article-translate-characters, gnus-article-hide-text-of-type)
2065         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2066         Remove, unused.
2067
2068 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2069
2070         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2071
2072 2012-07-21  Julien Danjou  <julien@danjou.info>
2073
2074         * message.el (message-dont-reply-to-names): Replace deprecated
2075         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2076         (message-get-reply-headers): Ditto.
2077
2078 2012-07-18  Julien Danjou  <julien@danjou.info>
2079
2080         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2081         `sieve-upload-and-kill'.
2082
2083         * sieve.el (sieve-bury-buffer): Remove function.
2084         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2085         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2086
2087 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2088
2089         * shr.el (shr-expand-url): Handle URL starting with `//'.
2090
2091 2012-07-13  Chong Yidong  <cyd@gnu.org>
2092
2093         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2094         instead of calling toggle-read-only with a (bogus) argument.
2095
2096 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2097
2098         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2099         of initial input when reading the author to restrict the summary to.
2100
2101 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * mm-decode.el (mm-shr):
2104         Allow overriding charset by mm-charset-override-alist.
2105
2106 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-art.el (gnus-article-view-part):
2109         Toggle subparts of multipart/alternative part.
2110
2111 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2112
2113         * shr.el (shr-render-buffer): New command.
2114         (shr-visit-file): Use it.
2115
2116 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2119         Set no-byte-compile and no-update-autoloads.
2120
2121 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2124
2125 2012-06-25  Julien Danjou  <julien@danjou.info>
2126
2127         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2128         `nnimap-request-move-articles-find-limit' since we do not use it only
2129         for move operations.
2130         (nnimap-request-accept-article): Use
2131         `nnimap-request-articles-find-limit' to limit search by message-id.
2132
2133 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2134
2135         Support higher-resolution time stamps (Bug#9000).
2136
2137         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2138         VARLIST.  It's optional, for backward compatibility.
2139         (encode-time-value): New optional arg PICO.  New type 3.
2140         (time-to-seconds) [!float-time]: Support the new picoseconds
2141         component if it's used.
2142         (seconds-to-time, time-subtract, time-add):
2143         Support ps-resolution time stamps as well.
2144
2145 2012-06-19  Julien Danjou  <julien@danjou.info>
2146
2147         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2148
2149         * nnimap.el (nnimap-log-buffer): Check that
2150         `window-point-insertion-type' is boundp, since it's not available in
2151         XEmacs.
2152
2153 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2154
2155         * nnimap.el (nnimap-log-buffer): Add this, setting
2156         `window-point-insertion-type' in the buffer to t.
2157         (nnimap-log-command): Use nnimap-log-buffer.
2158
2159 2012-06-19  Julien Danjou  <julien@danjou.info>
2160
2161         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2162         argument to be able to limit the search.
2163         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2164         (nnimap-request-move-articles-find-limit): Add this to limit the search
2165         by Message-Id after a message move.
2166         (nnimap): Add defgroup.
2167
2168 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2169
2170         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2171
2172 2012-06-15  Julien Danjou  <julien@danjou.info>
2173
2174         * nnimap.el (nnimap-find-article-by-message-id): Use
2175         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2176         (nnimap-possibly-change-group): Add read-only argument.
2177         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2178         issuing EXAMINE manually.
2179         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2180         with read-only argument.
2181         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
2182         cannot possibly change because we need to be sure that it's either
2183         read-write or read-only.
2184
2185 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2188         being bound to a lambda form.
2189
2190 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2191
2192         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2193         articles when fetch-old is non-nil (bug#11370).
2194
2195 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2196
2197         * gnus-picon.el (gnus-picon-properties): New defcustom.
2198         (gnus-picon-create-glyph): Use it.
2199
2200 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-group.el (gnus-group-get-new-news): Respect
2203         `gnus-group-use-permanent-levels', as documented (bug#11638).
2204
2205 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2206
2207         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2208         groups (bug#11641).
2209
2210 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2211
2212         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2213         is an integer to avoid later problems.
2214
2215 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2218         locales.
2219
2220         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2221         on a handle.
2222
2223         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2224         address as the default.
2225         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2226
2227         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2228         makes no sense to query the user about internal files.
2229
2230         * gnus-spec.el: Remove all the byte-compilation stuff, since
2231         benchmarking shows that it doesn't help when entering large summary
2232         buffers.
2233
2234         * gnus-xmas.el (gnus-xmas-define): Remove.
2235
2236         * gnus-util.el (gnus-byte-code): Remove.
2237
2238         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2239         grouplens stuff.
2240
2241 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2244         (bug#11514).
2245
2246 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2247
2248         * message.el (message-buffers): Return all buffers derived from Message
2249         to make `gnus-dired-attach' work with mu4e.
2250
2251 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2252
2253         * nntp.el: Stop the `letf' madness.
2254         (nntp--report-1): New var.
2255         (nntp-report): Merge nntp-report-1 into it.
2256         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2257         the nntp-report function.
2258
2259         * auth-source.el: Fix comment-style to follow the convention.
2260
2261 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2262
2263         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2264         (mm-dissect-singlepart): Don't guess the MIME type of
2265         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2266         set.
2267         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2268         toplevel MIME type is multipart/encrypted.
2269
2270 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2273         a string so that Gcc works (bug#11514).
2274
2275 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2276
2277         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2278         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2279
2280 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2281
2282         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2283         jumping to *Server* from a dedicated *Group* window.
2284         (gnus-configure-frame): CSE.
2285
2286         * gnus-registry.el: Minor style cleanup.
2287         (gnus-registry--set/remove-mark): New function, extracted from
2288         gnus-registry-install-shortcuts.
2289         (gnus-registry-install-shortcuts): Use it.
2290
2291 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * nnspool.el (news-path): Use eval-and-compile.
2294
2295 2012-05-24  Glenn Morris  <rgm@gnu.org>
2296
2297         * nnspool.el (news-directory, news-path, news-inews-program):
2298         Move here from paths.el.  Don't see a need for these to be autoloaded.
2299
2300         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2301         Merge in doc from paths.el version.  Don't see any need for this to be
2302         autoloaded, or for the warning about users not setting it.
2303
2304 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2305
2306         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2307         format.  In particular, add an optional argument and a docstring.
2308
2309         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2310
2311         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2312         current before calling `gnus-groups-to-gnus-format'.
2313         Note that this was already the case for `gnus-active-to-gnus-format'.
2314
2315 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2316
2317         Fix minor Y10k bug.
2318         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2319
2320 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2321
2322         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2323         message once it's actually open.
2324
2325 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2326
2327         * gnus.el: Ma Gnus v0.5 is released.
2328
2329 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2330
2331         * auth-source.el (auth-source--aput-1, auth-source--aput)
2332         (auth-source--aget): New functions and macros.
2333         Use them instead of aput/aget.
2334
2335 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2336
2337         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2338
2339 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2340
2341         * plstore.el (plstore-called-interactively-p): New compat macro copied
2342         from message.el.
2343         (plstore-mode): Use it.
2344
2345 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2346
2347         * plstore.el: Revive the editing feature.
2348         (plstore-mode): New mode to edit plstore file.
2349         (plstore-mode-toggle-display, plstore-mode-original)
2350         (plstore-mode-decoded): New command.
2351         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2352         (plstore--insert-buffer, plstore--make): New function.
2353         (plstore-open, plstore-save): Simplify by using them.
2354
2355 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2358
2359 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2360
2361         * tls.el (open-tls-stream): Remove unused binding.
2362
2363 2012-04-16  Glenn Morris  <rgm@gnu.org>
2364
2365         * nndraft.el (nndraft-request-list): Fix declaration.
2366
2367 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * mm-decode.el (mm-dissect-buffer): Doc fix.
2370
2371         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2372         don't have a current group.
2373
2374         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2375         buffer if it doesn't exist.
2376
2377         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2378         given, mark the group as ephemeral with the current window conf.
2379
2380         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2381         buffer exists, which it doesn't if we haven't started Gnus.
2382         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2383
2384 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2387         type is.
2388
2389         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2390         `unexists' entries.
2391         (gnus-clean-old-newsrc): Fix last checkin.
2392
2393         * nnimap.el (nnimap-update-info): None of the articles below the active
2394         low-water mark exist.
2395
2396         * dgnushack.el: Get rid of XEmacs compilation warning.
2397
2398         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2399         would have gotten if we posted to the group, and use that to compare
2400         against the message we want to cancel (bug#10808).
2401
2402         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2403         on XEmacs.
2404
2405 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2406
2407         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2408         `scroll-margin'.
2409
2410 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2411
2412         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2413         citation prefix within a block of cited text should be considered part
2414         of that block *only* if it is a blank line.
2415
2416 2012-04-09  Chong Yidong  <cyd@gnu.org>
2417
2418         * binhex.el, hashcash.el, uudecode.el:
2419         Remove * characters from the front of variable docstrings.
2420
2421 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2424         before kinsoku-bol characters nor within kinsoku-eol characters.
2425
2426 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2429         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2430         (gnus-sync-read): Use mapc instead of mapcar.
2431
2432         * mm-archive.el: Require mm-decode for some macros.
2433         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2434         the byte compiler.
2435         (mm-archive-decoders): New function that returns the value of
2436         the mm-archive-decoders variable.
2437
2438         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2439         instead.
2440         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2441
2442         * nnimap.el (gnus-refer-thread-use-nnir):
2443         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2444
2445 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2448
2449 2012-03-12  Peter Münster  <pmrb@free.fr>
2450
2451         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2452         (gnus-demon-cancel): Ditto.
2453         (gnus-demon-run-callback): When function cannot be called due to low
2454         idleness, call it when idleness reaches the expected value, instead of
2455         waiting another timer period.
2456         (gnus-demon-init): Add `time' to arguments of call-back.
2457
2458 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2461
2462         * gnus.el: Register gnus-registry functions.
2463
2464         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2465         indent.
2466
2467         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2468         enabled before warping.
2469
2470 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2471
2472         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2473         registry about each article retrieved.
2474
2475         * gnus-int.el (gnus-select-group-with-message-id): New function.
2476         (gnus-try-warping-via-registry): Ditto.
2477         (gnus-warp-to-article): Fall back on the registry.
2478
2479 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2480
2481         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2482         inboxes.
2483
2484 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2487
2488 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2491         gnus-gcc-self-resent-messages may be a group parameter.
2492         (gnus-summary-resend-message): Don't encode encoded words in header
2493         when Gcc'ing resent message.
2494
2495 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * shr.el (shr-insert): Treat non-breaking space just like normal
2498         space.  This seems to produce more pleasing results.
2499         (shr-insert): Only insert a blank line if we're starting from an image.
2500         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2501         (shr-ensure-paragraph): Consider lines with white space to be blank.
2502
2503 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2504
2505         * Makefile.in: Respect DESTDIR.
2506
2507 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2508
2509         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2510         and gnus-gcc-post-body-encode-hook.
2511
2512 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2515         messages that don't exist.
2516
2517         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2518
2519 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2522         Remove.
2523
2524         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2525
2526         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2527
2528 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2531         have a group name.
2532
2533         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2534         a multibyte buffer (bug#7410).
2535         (article-wash-html): Parse the original article buffer to get the
2536         unencoded data (bug#7410).
2537
2538         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2539         .newsrc.el files.
2540
2541 2012-04-05  Bastien Guerry  <bzg@altern.org>
2542
2543         * color.el (color-lighten-name): Fix typo.
2544
2545 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2548         "#" to avoid having them interpreted as comments.
2549
2550 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * shr.el (shr-insert): Update the text state properly to avoid
2553         inserting spurious paragraph starts.
2554
2555 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2556
2557         * shr.el (shr-table-widths): Divide the extra width more fairly over
2558         the TDs (bug#10973).
2559         (shr-render-td): Don't delete too much padding.
2560         (shr-natural-width): Compute the natural width more correctly.
2561         (shr-insert): Allow the natural width to be computed for tables again.
2562         (shr-tag-table-1): Rework how the natural widths are computed by
2563         rendering the table a third time.
2564         (shr-natural-width): Removed.
2565         (shr-buffer-width): New function.
2566         (shr-expand-newlines): Use it.
2567
2568         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2569         using a `gnus-use-full-window' setup (bug#11013).
2570
2571 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2574         24.1 release.
2575
2576 2012-03-10  David Edmondson  <dme@dme.org>
2577
2578         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2579         'Forwarded Message' header and the start of the message.
2580
2581 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2582
2583         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2584         isn't running (bug#10897).
2585
2586 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2589         This is inconsistent with all the other stream functions, which leave
2590         the setting up to the higher levels (if so wanted) (bug#10931).
2591
2592 2012-02-28  Glenn Morris  <rgm@gnu.org>
2593
2594         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2595         mm-decode.el: Standardize possessive apostrophe usage.
2596
2597 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2600
2601 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2602
2603         * parse-time.el (parse-time-string): Allow extractor to return nil.
2604
2605 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2608
2609 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2612
2613 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2614
2615         * mm-decode.el (mm-shr): Remove "soft hyphens".
2616
2617         * nnimap.el (nnimap-request-list): Return the group names encoded as
2618         utf8.  Otherwise non-European group names don't work.
2619         (nnimap-request-newgroups): Ditto.
2620
2621         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2622         the default in `read-string' (bug#10757).
2623
2624         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2625         topics (bug#10843).
2626
2627         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2628         buffer.  Suggested by Herbert Valerio Riedel.
2629         (nnimap-request-move-article): Delete the message from the correct IMAP
2630         server.
2631
2632 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2633
2634         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2635         Reported by Peter Münster.
2636
2637 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2638
2639         * shr.el (shr-image-fetched): Make sure we really kill the right
2640         buffer.
2641
2642 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2643
2644         * gnus-start.el (gnus-1): Avoid duplicate entries.
2645
2646 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2647
2648         * imap.el: Remove.
2649
2650         * nntp.el (nntp-coding-system-for-read): Remove.
2651         (nntp-coding-system-for-write): Ditto.
2652         (nntp-open-connection): Just use `binary' directly.
2653
2654         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2655         Gnus 0.3.
2656
2657 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2658
2659         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2660         application/octet-stream parts really is.
2661
2662         * gnus-sum.el (gnus-propagate-marks): Remove.
2663
2664 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2665
2666         * shr.el (shr-rescale-image): Undo previous change; see
2667         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2668
2669 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2670
2671         * gnus.el: Ma Gnus v0.3 is released.
2672
2673 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-sum.el (gnus-summary-local-variables): Make
2676         `gnus-newsgroup-unexist' into a local variable.
2677
2678 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * registry.el (registry-usage-test, registry-persistence-test): Move to
2681         tests/gnustest-registry.el.
2682         (registry-make-testable-db, registry-match-test)
2683         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2684
2685         * gnus-registry.el (gnus-registry-misc-test)
2686         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2687
2688         * tests/gnustest-registry.el: New file with the registry and
2689         gnus-registry ERT tests.
2690
2691 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * gnus-msg.el (gnus-summary-resend-message): Make
2694         gnus-summary-resend-message-insert-gcc be last item in
2695         message-header-setup-hook.
2696
2697 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2698
2699         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2700         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2701         Remove.
2702         (nnfolder-open-server): Don't use marks.
2703         (nnfolder-request-delete-group): Ditto.
2704         (nnfolder-request-rename-group): Ditto.
2705         (nnfolder-request-set-mark, nnfolder-request-marks)
2706         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2707         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2708
2709         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2710         (nnml-marks-modtime): Remove.
2711         (nnml-request-delete-group): Don't use marks.
2712         (nnml-request-rename-group): Ditto.
2713         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2714         (nnml-save-marks, nnml-open-marks): Remove.
2715
2716         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2717         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2718         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2719         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2720         (nntp-server-to-method-cache): Remove.
2721
2722         * shr.el (shr-rescale-image): Fix wrong merge.
2723
2724 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2725
2726         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2727         too-wide lines.
2728
2729 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2730
2731         * nnimap.el (nnimap-record-commands): New variable.
2732         (nnimap-log-command): Use it.
2733         (nnimap-make-process-buffer): Add a space to the process buffer.
2734         (nnimap-transform-headers): Don't bug out on header lines containing
2735         stuff that look like IMAP length encodings.
2736
2737         * shr.el (shr-rescale-image): Allow viewing large images.
2738
2739 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnml.el (nnml-request-compact-group): Delete the marks file after
2742         compaction (bug#10800).
2743
2744         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2745         group exit.
2746
2747         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2748         QRESYNC/FETCH output.
2749
2750 2012-02-11  Glenn Morris  <rgm@gnu.org>
2751
2752         * sieve-manage.el (sieve-manage-default-stream):
2753         * shr.el (shr):
2754         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2755         (nnir-retrieve-headers-override-function)
2756         (nnir-imap-default-search-key, nnir-notmuch-program)
2757         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2758         (nnir-method-default-engines):
2759         * message.el (message-cite-reply-position):
2760         * gssapi.el (gssapi-program):
2761         * gravatar.el (gravatar):
2762         * gnus-sum.el (gnus-refer-thread-use-nnir):
2763         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2764         (gnus-registry-max-pruned-entries):
2765         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2766         * gnus-int.el (gnus-after-set-mark-hook)
2767         (gnus-before-update-mark-hook):
2768         * gnus-async.el (gnus-async-post-fetch-function):
2769         * auth-source.el (auth-source-cache-expiry):
2770         Add missing :version tags to new defcustoms and defgroups.
2771
2772 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2775         `gnus-newsgroup-unexist'.
2776
2777         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2778         marks.
2779         (gnus-article-special-mark-lists): Put the `unexist' in the special
2780         marks list instead.
2781
2782         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2783         articles in the list of articles to be selected.
2784
2785         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2786         articles.
2787         (nnimap-update-info): Keep track of unexisting articles.
2788         (nnimap-update-qresync-info): Ditto.
2789
2790 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2791
2792         * message.el (message-default-send-mail-function): Made into own
2793         function for reuse by emacsbug.el.
2794
2795 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2796
2797         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2798         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2799
2800 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2801
2802         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2803         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2804
2805         * gnus-compat.el: Define `timer-set-function'.
2806
2807         * mm-decode.el (mm-display-external): Output the text from the command
2808         in the buffer after the command finished.  This makes text-based
2809         commands behave better.
2810
2811 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2814
2815 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2818         23.1.
2819
2820 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2823
2824 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2825
2826         * message.el (smtpmail-smtp-user): Silence compiler warning.
2827
2828 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2829
2830         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2831         SMTP user name.
2832
2833 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * gnus-sum.el (gnus-summary-show-thread):
2836         next-single-char-property-change may return nil in XEmacs.
2837         (gnus-summary-article-map): Fix typo.
2838
2839 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2842         running.
2843
2844         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2845
2846         * gnus.el (gnus-server-extend-method): Don't add an -address component
2847         if the method already has one (bug#9676).
2848
2849 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2852         of an initial-input for consistency (bug#10757).
2853
2854         * dgnushack.el: Fix XEmacs compilation warning.
2855
2856         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2857
2858         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2859
2860 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2861
2862         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2863         lines that are narrower than the window width.  Otherwise background
2864         "blocks" will look less readable.
2865
2866 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2869         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2870         have newlines within the strings, and where the UID comes after the
2871         BODYSTRUCTURE element (bug#10537).
2872
2873         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2874         (bug#10732).
2875
2876         * shr.el (shr-insert-document): Add doc string.
2877         (shr-visit-file): Ditto.
2878         (shr-remove-trailing-whitespace): New function.
2879         (shr-insert-document): Use it to clean up trailing whitespace as the
2880         final step (bug#10714).
2881
2882 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2885         buffer if `gnus-kill-summary-on-exit' is nil.
2886
2887 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2890         when just reading a single group from "without" Gnus.
2891
2892 2012-02-06  Chong Yidong  <cyd@gnu.org>
2893
2894         * gnus-sum.el (gnus-summary-show-thread):
2895         next-single-char-property-change never returns nil (Bug#8657).
2896
2897 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2898
2899         * message.el (message-multi-smtp-send-mail): New function.
2900         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2901         header to implement multi-SMTP functionality.
2902
2903         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2904         (gnus-agentize): Don't set it.
2905         (gnus-agent-send-mail): Don't use it.
2906
2907         * gnus-sum.el (gnus-summary-widget-backward): New function and
2908         keystroke.
2909
2910         * gnus-compat.el: More the compat functions more compatible.
2911
2912         * shr.el (shr-put-image): Remove underlines from sliced images.
2913         (shr-zoom-image): Compute the region to be replaced more correctly.
2914
2915 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2918         (gnus-summary-resend-message-insert-gcc): New function.
2919         (gnus-summary-resend-message): Modify message-header-setup-hook and
2920         message-sent-hook to make it work for Gcc.
2921         (gnus-inews-do-gcc): Update the number of unread articles of groups
2922         that messages are Gcc'd to.
2923
2924         * message.el (message-resend): Run message-sent-hook to do Gcc.
2925
2926 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2927
2928         * lpath.el: Fix an XEmacs compilation warning.
2929
2930         * gnus-compat.el: Require `help-fns' to fix compilation error.
2931
2932         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2933         a higher level to silence compilation.
2934
2935         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2936         parameter to allow controlling the scaling.
2937
2938         * shr.el (shr-zoom-image): New command and keystroke.
2939         (shr-put-image): Take a `size' flag to say how to scale the image.
2940
2941         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2942         deletion unless already defined.
2943
2944         * gnus.el (gnus-compat): Require it.
2945
2946         * gnus-compat.el: New file.
2947
2948         * gnus-start.el (gnus-clean-old-newsrc): New function.
2949         (gnus-read-newsrc-file): Use it.
2950
2951         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2952         Use recursive deletion.
2953         (mm-dissect-archive): Add support for zip files.
2954
2955         * gnus-util.el (gnus-recursive-directory-files): New function.
2956
2957         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2958         (mm-archive-decoders): Add tgz support.
2959
2960         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2961         Otherwise inserting text into the Gnus buffer can look odd.
2962
2963         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2964
2965         * mm-archive.el (mm-archive-decoders): Add support for tar.
2966
2967         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2968
2969         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2970
2971 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2972
2973         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2974
2975         * mm-archive.el: New file.
2976
2977         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2978
2979         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2980
2981         * message.el (message-goto-*): Make all the `message-goto-*' commands
2982         push the mark before moving point.  This makes it easier to go back to
2983         where you came from after editing whatever you jumped to.
2984
2985 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2986
2987         * gnus.el: Ma Gnus v0.1 is released.
2988
2989 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2990
2991         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2992         without reconnecting.
2993         (nnimap-possibly-change-group): Ditto.
2994         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2995         connection has died before being called.
2996
2997 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2998
2999         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3000         an initial sync unless we're really doing one.
3001
3002         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3003         address parameter if one already exists (bug#9676).
3004
3005         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3006         not the prefix, as documented (bug#10689).
3007
3008 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3009
3010         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3011         the "server".
3012
3013         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3014         the real error message with the useless "previously known to be down".
3015         Which isn't even correct.
3016
3017         * nntp.el (nntp-open-connection): Report the error message if the nntp
3018         server can't be reached.
3019
3020         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3021         groups we do a total scan for.
3022         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3023         doing that.
3024
3025 2012-01-31  Jim Meyering  <jim@meyering.net>
3026
3027         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3028         Correct a comment (insert "not") and hide nominally-doubled "to".
3029
3030 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3031
3032         * gnus.el (gnus-version): Change name to "Ma Gnus".
3033
3034 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3035
3036         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3037         section in the manual.
3038
3039 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3040
3041         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3042         words.
3043         (rfc2047-encode-string): Ditto.
3044         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3045         understand folded filename="..." parameters, for instance.
3046
3047         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3048         the message for greater debuggability.
3049
3050 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3051
3052         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3053         instead of setting it locally, since the latter doesn't seem to have
3054         any effect (most of the time).
3055
3056 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3057
3058         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3059         function call.
3060
3061 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3062
3063         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3064         seconds, and make the repeat clause with HH:MM specs work as
3065         documented.
3066
3067 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3068
3069         * proto-stream.el (proto-stream-capability-open): Fall back on
3070         :end-of-command if :end-of-capability doesn't exist.
3071
3072 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3075         bound globally in old Emacsen and XEmacsen.
3076
3077 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3080         so that previous errors don't prohibit getting new news.
3081
3082         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3083
3084         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3085
3086 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3087
3088         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3089         buffer, not of the string which is its name.
3090
3091 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3092
3093         * proto-stream.el (proto-stream-capability-open): Wait for
3094         :end-of-capability, not :end-of-command.
3095
3096         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3097         non-server-marks groups.
3098         (gnus-group-make-articles-read): Ditto.
3099
3100         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3101         methods (bug#9676).
3102
3103         * gnus.el (gnus-method-ephemeral-p): New function.
3104
3105 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3108         left-to-right.
3109
3110 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3111
3112         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3113         warning.
3114
3115 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3116
3117         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3118         macroexpand the nnir things, since they haven't been defined yet, and
3119         nnir requires gnus-sum.
3120
3121 2012-01-24  Julien Danjou  <julien@danjou.info>
3122
3123         * color.el (color-rgb-to-hsl): Fix value computing.
3124         (color-hue-to-rgb): New function.
3125         (color-hsl-to-rgb): New function.
3126         (color-clamp, color-saturate-hsl, color-saturate-name)
3127         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3128         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3129
3130 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3133
3134 2012-01-19  Julien Danjou  <julien@danjou.info>
3135
3136         * color.el (color-name-to-rgb): Use the white color to find the max
3137         color component value and return correctly computed values.
3138         (color-name-to-rgb): Add missing float conversion for max value.
3139
3140 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3143         logical server name in addition to the actual machine address.
3144
3145         * auth-source.el (auth-source-user-and-password): Add convenience
3146         wrapper to search by just host and optionally user.
3147
3148 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3151         after rendering.
3152
3153 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3154
3155         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3156         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3157         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3158
3159 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3162         (bug#9693).
3163         (gnus-summary-setup-buffer): Document return value (bug#9697).
3164
3165         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3166         since ido doesn't work on symbols (bug#9632).
3167
3168         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3169         when getting a single value as when getting all the values.  This means
3170         that atoms like `gcc-self' work cumulatively, like variable settings,
3171         instead of getting the value from the last matching clause.
3172         (gnus-group-find-parameter): Protect against the group buffer not
3173         existing (bug#9585).
3174
3175 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176
3177         * gnus-start.el (gnus-activate-group): Document more parameters
3178         (bug#9694).
3179
3180         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3181         (bug#9692).
3182
3183         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3184         article was fetched, so that it can be expired later (bug#9958).
3185         (gnus-agent-summary-fetch-series): Add doc string.
3186         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3187         (bug#9517).
3188
3189         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3190         retrieval is happening.
3191
3192         * gnus.el (gnus-parameters): Doc fix.
3193
3194 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3195
3196         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3197         show the thread after expansion.
3198
3199 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-art.el (article-narrow-to-head): If the head is completely
3202         empty, narrow to the empty region (bug#9764).
3203
3204         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3205         read, and then mark them as unread only when the unread mark is used.
3206         This makes `C-- T k' actually work, even though it's confusing.
3207
3208         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3209         alive before we try to find its window.
3210
3211 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3212
3213         * mm-decode.el (mm-display-external): Use a longer timeout for the
3214         deletion to allow slow programs to display the file.
3215
3216 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3219         prompt to be less confusing.
3220
3221         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3222         argument to `message-reply'.  This broke `special-display-*' frame
3223         pop-uping (bug#10238).
3224
3225 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3228         systems, since these allegedly don't work there.
3229
3230 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3231
3232         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3233         live buffer.
3234
3235 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnir.el (nnir-retrieve-headers): Protect against the article not
3238         existing on the server (bug#10335).
3239
3240 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3241
3242         * gnus-agent.el (gnus-agent-load-local): Recompute
3243         gnus-agent-article-local on changing method.
3244
3245 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * gnus.el (gnus-parameters): Note precedence.
3248
3249 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3250
3251         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3252         in the group buffer.
3253
3254 2012-01-04  Julien Danjou  <julien@danjou.info>
3255
3256         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3257         change.
3258
3259 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3262         too.
3263
3264         * nntp.el (nntp-retrieve-group-data-early): Use it.
3265
3266 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * nntp.el (nntp-retrieval-in-progress): New variable.
3269         (nntp-make-process-buffer): Make it buffer-local.
3270
3271         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3272         2010.
3273         (gnus-demon-init): Use it to compute the time if time is on the form
3274         "04:23".
3275
3276         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3277
3278         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3279         status in the correct buffer.
3280
3281 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3282
3283         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3284         when opening topics (bug#10407).
3285
3286 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3287
3288         * gnus-cus.el (gnus-score-customize):
3289         * gnus-sum.el (gnus-sort-gathered-threads):
3290         * message.el (message-shorten-references):
3291         * nnmairix.el (nnmairix-request-group):
3292         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3293
3294 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3295
3296         * gnus-agent.el (gnus-agent-regenerate-group):
3297         * gnus-int.el (gnus-retrieve-group-data-early):
3298         * mm-util.el (mm-codepage-ibm-list):
3299         * nndiary.el (Commentary, nndiary-get-new-mail):
3300         * nnir.el (nnir):
3301         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3302
3303 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * mm-view.el (mm-display-inline-fontify): Add comment.
3306
3307 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3308
3309         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3310         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3311
3312 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3313
3314         * gnus-art.el (gnus-split-methods):
3315         * gnus-msg.el (gnus-configure-posting-styles):
3316         * gnus-spec.el (gnus-parse-simple-format):
3317         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3318         * message.el (message-do-actions): Spelling fix.
3319
3320 2011-12-15  Juri Linkov  <juri@jurta.org>
3321
3322         * mm-decode.el (mm-inline-media-tests): Add missing
3323         `mm-handle-media-subtype'.
3324
3325 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3326
3327         * gnus-group.el (gnus-group-tool-bar):
3328         * gnus-sum.el (gnus-summary-tool-bar):
3329         * message.el (message-tool-bar):
3330         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3331
3332 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3333
3334         * plstore.el (plstore--insert-buffer): Spelling fix.
3335
3336 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3337
3338         * message.el (message-valid-fqdn-regexp): Update with newly approved
3339         top-level domain names ".tel" and ".asia".
3340
3341 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3344         unconditionally.
3345
3346 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3349         pop-to-buffer-same-window for old Emacsen.
3350
3351 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3352
3353         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3354
3355 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3356
3357         * netrc.el (netrc-credentials): Spelling fix.
3358
3359 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3360
3361         * gnus-fun.el (gnus-fun-ppm-change-string):
3362         * gnus-msg.el (gnus-inews-do-gcc):
3363         * gnus-sum.el (gnus-summary-find-for-reselect):
3364         * gnus.el (gnus-summary-cancelled):
3365         * message.el (message-cancel-hook, message-send-news):
3366         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3367         * nnir.el (nnir-run-hyrex):
3368         * nntp.el (nntp-with-open-group-function):
3369         * pgg.el (pgg-pending-timers): Spelling fix.
3370
3371 2011-12-04  Chong Yidong  <cyd@gnu.org>
3372
3373         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3374         change (Bug#10200).
3375
3376 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * compface.el (uncompface):
3379         * gnus-art.el (gnus-article-x-face-command): Update the header format
3380         of icon data for the most recent icontopbm program.
3381
3382 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-msg.el (gnus-inews-do-gcc):
3385         * message.el (message-send-mail):
3386         * mml.el (mml-generate-mime): Share the value of the buffer-local
3387         `message-options' variable between a draft buffer and temprary working
3388         buffers.
3389
3390 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3391
3392         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3393
3394 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3397         for Cygwin.
3398
3399 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3400
3401         * gnus-group.el (gnus-group-prepare-flat):
3402         * mm-bodies.el (mm-encode-body):
3403         * mml.el (mml-preview):
3404         * nnml.el (nnml-request-compact-group):
3405         * pop3.el (pop3-stream-type): Spelling fix.
3406
3407 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3408
3409         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3410
3411 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3412
3413         * color.el (color-rgb-to-hsl):
3414         * gmm-utils.el (gmm-tool-bar-style):
3415         * gnus-group.el (gnus-group-prepare-flat):
3416         * gnus-topic.el (gnus-topic-prepare-topic):
3417         * mm-decode.el (mm-discouraged-alternatives):
3418         * rfc2047.el (rfc2047-encode-1):
3419         * starttls.el: Spelling fix.
3420
3421 2011-11-24  Glenn Morris  <rgm@gnu.org>
3422
3423         * binhex.el (binhex-begin-line): Give it basic doc-string.
3424
3425         * starttls.el, tls.el: Fix case of "GnuTLS".
3426
3427 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3428
3429         * gnus-group.el (gnus-group-highlight): Fix typo.
3430
3431 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3432
3433         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3434         value of `delete-file', that returns nil for a local file but returns t
3435         for a remote file using ssh.
3436
3437 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3438
3439         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3440
3441 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3444         avoid later breakage.
3445
3446 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3449         article buffers' name.
3450
3451 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3454         by Paul Eggert's spellfixes two days ago.
3455
3456 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3459         doesn't have it.
3460
3461         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3462         buffer-local instead of binding them to avoid warnings.  Also demote
3463         errors (bug#10063).
3464         (font-lock-mode-hook): Shut up byte compiler.
3465
3466 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3467
3468         * mm-util.el (mm-charset-after):
3469         * nnir.el (nnir-run-hyrex):
3470         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3471         (ntlm-get-password-hashes, ntlm-md4hash):
3472         * smime.el: Fix typo.
3473
3474 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3475
3476         * gnus-agent.el (gnus-agent-expire-group-1):
3477         * nndiary.el (nndiary-last-occurence):
3478         * nnimap.el (nnimap-request-set-mark):
3479         * nnmairix.el (nnmairix-only-use-registry):
3480         * gnus-group.el (gnus-group-prepare-flat):
3481         * gnus-sum.el (gnus-decode-encoded-word-methods):
3482         * message.el (message-wash-subject):
3483         * nntp.el (nntp-retrieve-headers-with-xover):
3484         * smime.el (smime-certificate-directory): Spelling fix.
3485
3486 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3487
3488         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3489
3490         * color.el:
3491         * gnus-agent.el (gnus-agent-possibly-alter-active):
3492         * gnus-dired.el (gnus-dired-print):
3493         * mail-parse.el:
3494         * nnmairix.el (nnmairix-request-group):
3495         * shr.el (shr-image-displayer):
3496         * sieve-manage.el:
3497         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3498
3499 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3500
3501         * gnus-sum.el (gnus-auto-select-subject):
3502         * spam-report.el (spam-report-resend): Spelling fix.
3503
3504 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3505
3506         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3507         * gnus-art.el (gnus-default-article-saver):
3508         * gnus-srvr.el (gnus-server-copy-server):
3509         * gnus.el (gnus-sloppily-equal-method-parameters):
3510         * html2text.el (html2text-format-tag-list):
3511         * message.el (message-narrow-to-head):
3512         * nndiary.el:
3513         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3514         * sieve.el: Spelling fix.
3515
3516 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3517
3518         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3519         * gnus-sum.el (gnus-summary-make-menu-bar):
3520         * gnus-uu.el (gnus-uu-decode-postscript)
3521         (gnus-uu-decode-postscript-and-save):
3522         * mailcap.el (mailcap-print-command):
3523         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3524         Fix typos.
3525
3526 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3527
3528         * gnus-art.el (gnus-article-part-wrapper):
3529         * html2text.el (html2text-fix-paragraphs):
3530         * mm-decode.el (mm-image-fit-p):
3531         * rfc2047.el (rfc2047-encode-message-header):
3532         * shr-color.el (shr-color-visible-distance-min)
3533         (shr-color-relative-to-absolute, set-minimum-interval)
3534         (shr-color-visible): Fix typos.
3535
3536 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3537
3538         * gmm-utils.el (gmm-tool-bar-item):
3539         * gnus-art.el (gnus-treat-body-boundary):
3540         * gnus-diary.el (gnus-user-format-function-d):
3541         * gnus-start.el (gnus-get-unread-articles):
3542         * pgg-gpg.el (pgg-gpg-update-agent):
3543         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3544
3545 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3546
3547         * gnus-topic.el (gnus-group-prepare-topics):
3548         * gnus-uu.el (gnus-extract-view):
3549         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3550
3551 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3552
3553         * spam.el: Move BBDB autoloads.
3554         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3555         BBDB 2 and 3.
3556         (spam-check-BBDB): Use it.
3557         (spam-enter-ham-BBDB): Use it.
3558
3559 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3560
3561         * smime.el (smime-draw-buffer): Spelling fix.
3562
3563 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3564
3565         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3566         for scanning exactly one level.
3567         * gnus-start.el (gnus-get-unread-articles): Ditto.
3568
3569 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3572         slightly clearer.
3573
3574 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3575
3576         * gnus-sync.el: More commentary about setup.
3577
3578 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * message.el (message-send-and-exit): Document `arg'.
3581
3582 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3583
3584         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3585
3586 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3587
3588         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3589
3590         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3591         we don't use `bound-and-true-p'.
3592
3593 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * gnus-util.el (gnus-bound-and-true-p): Remove.
3596         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3597         * nnir.el: Use it.
3598         * nnmairix.el: Use it.
3599
3600 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3601
3602         * gnus-sync.el: Improve docs about CouchDB admins.
3603
3604         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3605         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3606         for reasons unknown.
3607         * nnir.el: Use it.
3608         * nnmairix.el: Use it.
3609
3610         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3611         * nnir.el: Ditto.
3612         * nnmairix.el: Ditto.
3613
3614         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3615
3616 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3619         not needed.  Provide xmlplistread list function to produce XML plist
3620         output for non-Gnus LeSync clients.
3621
3622 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3623
3624         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3625
3626         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3627         and save against it.  Group subscriptions, read marks, other marks,
3628         subscription levels, topic names, and topic offsets (the group's
3629         position within the topic) are saved.  This is an experimental backend
3630         and may change significantly.  Load json.el from the gnus-fallback-lib
3631         if it's not available otherwise.
3632         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3633
3634 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * message.el (message-completion-function): Make sure
3637         message-tab-body-function is not attempted if one of
3638         message-completion-alist fails to find a completion (bug#9158).
3639
3640 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3641
3642         * mml.el (mml-quote-region): Quote <#secure> tag.
3643         (mml-generate-mime-1): Unquote <#secure> tag.
3644
3645 2011-10-20  Chong Yidong  <cyd@gnu.org>
3646
3647         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3648         calling a minor mode from Lisp with nil arg enables it, so we have to
3649         make the wording a bit ambiguous here).
3650
3651 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3652
3653         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3654         * nnir.el (nnir-mode): Use it.
3655         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3656         Use it.
3657
3658         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3659         * nnmairix.el (gnus-registry-enabled): Ditto.
3660
3661 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3662
3663         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3664         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3665         only while we need to find out if it should be t or nil.
3666         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3667         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3668         the registry is installed.  Set it to nil when it's unloaded.
3669         (gnus-registry-install-p): Provide user guidance for the initial value
3670         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3671         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3672         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3673         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3674         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3675         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3676         `gnus-registry-install'.
3677
3678 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3679
3680         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3681         previous change.
3682         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3683         primary key is marked as disabled.
3684
3685 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3686
3687         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3688         primary key is marked as disabled.
3689
3690 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3691
3692         * html2text.el (html2text-clean-anchor): Check for quotes around
3693         `href' value.
3694
3695 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3696
3697         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3698         searching.  Drop `bbdb-cache'.
3699
3700 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * message.el (message-signed-or-encrypted-p): Exclude header when
3703         checking if there is signed or encrypted body in text/plain message.
3704
3705 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3706
3707         * html2text.el (html2text-get-attr): Correctly handle attribute values
3708         containing "=".
3709
3710 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3711
3712         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3713         handle bindings.
3714
3715 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-win.el (gnus-configure-windows): Protect against reading
3718         ephemeral groups outside of Gnus.
3719
3720 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * shr.el (shr-tag-img): Don't get images displayed in tables.
3723
3724 2011-10-03  Glenn Morris  <rgm@gnu.org>
3725
3726         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3727         the "maintainer" version of debbugs.gnu.org reports.
3728
3729 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3732         make asynchronous adjacent image insertion work better.
3733
3734 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3735
3736         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3737         documentation.
3738
3739 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3742         `gnus-asynchronous' isn't shadowed.
3743
3744 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745
3746         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3747
3748         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3749         (nnimap-insert-partial-structure): The charset parameter isn't
3750         case-sensitive.
3751
3752         * nnheader.el (nnheader-message-maybe): New function.
3753
3754         * shr.el (shr-tag-table): Render totally broken tables better.
3755
3756         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3757         computing the boundary.
3758
3759 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * pop3.el (pop3-number-of-responses): Remove.
3762         (pop3-wait-for-messages): Rewrite to take linear time instead of
3763         exponential time.
3764
3765 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3768         re-fetch images.
3769
3770         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3771         re-fetch images when hitting `g' in Gnus.
3772
3773 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3776         (mml-compute-boundary): Don't check collision if it is non-nil.
3777         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3778         before checking collision.
3779
3780 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781
3782         * message.el (message-indent-citation): Really make sure there's a
3783         newline at the end.
3784
3785         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3786         Fix suggested by John Wiegley.
3787
3788         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3789
3790         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3791
3792         * message.el (message-default-send-rename-function): Break out into its
3793         own function.
3794
3795         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3796         doesn't work under XEmacs.
3797
3798         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3799         of "imaps" to word around Windows problems.
3800         (nnimap-open-connection-1): Use it.
3801
3802         * message.el (message-indent-citation): Revert last change which made
3803         `F' not work.
3804
3805 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3806
3807         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3808         terminal as well.
3809
3810 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3813         because it displays images using overlays that aren't easy to copy to
3814         the article buffer.
3815
3816 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3817
3818         * message.el (message-indent-citation): Fix empty line removal at the
3819         end of the citation.
3820
3821 2011-09-20  Julien Danjou  <julien@danjou.info>
3822
3823         * auth-source.el (auth-source-netrc-create): Use default value for
3824         password if specified.  Evaluate default.
3825         (auth-source-plstore-create): Ditto.
3826         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3827         value evaluation.
3828         (auth-source-netrc-create): Typo fix.
3829         (auth-source-plstore-create): Ditto.
3830
3831         * password-cache.el (password-cache-remove): Remove entries even if the
3832         value is nil, so that password with a nil value (negative caching) is
3833         possible to invalidate.
3834
3835         * auth-source.el (auth-source-format-cache-entry): New function.
3836
3837 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3840
3841 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3844
3845 2011-09-19  Julien Danjou  <julien@danjou.info>
3846
3847         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3848         which work with things that are not ASCII.
3849
3850 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3853
3854 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3857         message level.
3858
3859 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3862
3863 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3866
3867 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3868
3869         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3870         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3871
3872 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3873
3874         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3875         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3876         articles.
3877
3878 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3879
3880         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3881         (message-mail-other-window, message-mail-other-frame)
3882         (message-news-other-window, message-news-other-frame):
3883         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3884         instead of setting buffer display varibles.
3885
3886 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3889
3890         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3891
3892 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3895         duplicates" to a higher level.
3896
3897         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3898         most egregious messages.
3899
3900 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3903
3904 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3905
3906         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3907         up the file (bug#9351).
3908
3909 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3912         it does with all other backends, but decode the names immediately after
3913         getting them.
3914
3915         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3916         decoding nnimap groups.
3917
3918         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3919         newsrc file.  It doesn't seem like an important optimization any more.
3920
3921 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3922
3923         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3924         overflows.
3925
3926 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3929         (gnus-interactive-exit): Extend to `quiet'.
3930
3931         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3932
3933         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3934         string.
3935
3936         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3937         renaming function arguments from `this'.
3938
3939         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3940
3941         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3942         has been renamed.
3943         (gnus-lrm-string-p): Include RLM and PDF, too.
3944
3945         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3946         (bug#9225).
3947
3948 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3949
3950         Add autoload cookies for functions used by sendmail.el.
3951         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3952
3953         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3954
3955 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-art.el (article-date-ut): Work properly even when there are
3958         things like Date header in the body; work for forwarded parts.
3959
3960 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3961
3962         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3963         original-article-buffer.
3964
3965 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3966
3967         * nnir.el (nnir-compose-result): Fix matching of server type.
3968         (nnir-run-swish++): Ditto.
3969         (nnir-run-namazu): Ditto.
3970         (nnir-run-notmuch): Ditto.
3971
3972 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3975         (bug#9405).
3976
3977         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3978         (bug#9421).
3979
3980         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3981         (bug#9425).
3982
3983         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3984         thing (bug#9426).
3985
3986 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3989         the error message.
3990
3991 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3992
3993         * message.el (message-setup-1): Return t (Bug#9392).
3994
3995 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3996
3997         * gnus-sum.el: When adding article headers to a summary buffer also
3998         update gnus-newsgroup-articles (bug#9386).
3999
4000 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * auth-source.el: Autoload help-mode.
4003
4004 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4007         names.
4008
4009 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4010
4011         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4012         mm-replace-in-string for compatibility issues.
4013         * mml2015.el (mml2015-epg-verify): Ditto.
4014
4015 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4018
4019         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4020
4021 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4024         continue on and do the clean-up phase (bug#9188).
4025
4026         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4027         just ignore groups that can't be opened instead of erroring out
4028         (bug#9225).
4029
4030         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4031         nil since some many people are fuddy-duddies.
4032
4033         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4034         images.
4035
4036         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4037         instead.
4038
4039         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4040
4041         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4042
4043         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4044         processing.
4045
4046         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4047         buffer to avoid warnings.
4048
4049 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4050
4051         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4052         specified to reduce precision.
4053
4054 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4057         bodystructures (bug#9314).
4058
4059 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4062         Make button keymap non-sticky after buttons.
4063
4064 2011-08-18  David Engster  <dengste@eml.cc>
4065
4066         * nnmairix.el (nnmairix-request-set-mark)
4067         (nnmairix-goto-original-article): Remove adding of article to registry,
4068         since `gnus-registry-add-group' isn't available anymore.
4069         (nnmairix-determine-original-group-from-registry):
4070         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4071         available anymore.
4072
4073 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4074
4075         * starttls.el (starttls-any-program-available): Define as obsolete
4076         function.
4077
4078 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4081         versions which Gnus use when appropriate.
4082
4083         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4084         a pretty destructive command.
4085
4086         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4087
4088 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089
4090         * message.el (message-fix-before-sending): Make a different warning
4091         about NUL characters (bug#9270).
4092
4093         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4094         from custom (bug#9260).
4095
4096         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4097         things work in Emacs 22 and XEmacs, too.
4098
4099         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4100         default From.
4101
4102         * gnus-spec.el (gnus-lrm-string-p): New macro.
4103         (gnus-lrm-string): New constant.
4104         (gnus-summary-line-format-spec): LRM-ify the from.
4105         (gnus-tilde-max-form): LRM-ify string chopping.
4106
4107         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4108
4109         * message.el (message-is-yours-p): Allow disabling canlock checking
4110         (bug#9295).
4111         (message-shoot-gnksa-feet): Add `canlock-verify'.
4112         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4113         message directory isn't writable (bug#9304).
4114
4115         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4116         non-world-readable.
4117
4118 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4121         articles.
4122
4123 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4124
4125         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4126         copy-list.
4127
4128 2011-08-12  Sam Steingold  <sds@gnu.org>
4129
4130         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4131         in the reverse order to avoid modifying the cache with `nreverse'.
4132         (gnus-all-score-files): Do not modify the value returned by
4133         `gnus-score-find-alist' because it lives in a cache variable.
4134         (gnus-current-home-score-file): No need to `nreverse' the return value
4135         of `gnus-score-find-alist', it is already in the correct order.
4136
4137 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4138
4139         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4140         type MESSAGE and subtype RFC822 is slightly different from those of
4141         type TEXT.
4142
4143 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4144
4145         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4146         This allows article-referral to work from an nnir group.
4147
4148 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4149
4150         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4151
4152 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4153
4154         * mml1991.el (mml1991-epg-find-usable-key)
4155         (mml1991-epg-find-usable-secret-key): New function.
4156         (mml1991-epg-sign): Check if signing key is usable.
4157         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4158
4159 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4160
4161         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4162         server-variables only.  This should fix a bug introduced with commit
4163         e1889675b7f4adf057833c5513c9374134c4e053.
4164         (nnir-run-query): 'nnir-search-engine should not be set from the global
4165         environment.
4166
4167 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4168
4169         * nnir.el (nnir-search-thread): Position point on referring article
4170         line.
4171         (nnir-warp-to-article): Clean up summary buffers.
4172
4173         * nnimap.el (nnimap-request-thread): Whitespace fix.
4174
4175 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4176
4177         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4178
4179 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180
4181         * starttls.el (starttls-available-p): Rename from
4182         `starttls-any-program-available' and changed return convention.
4183
4184 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4185
4186         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4187         `unix-sync' unless it's defined.
4188
4189 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4190
4191         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4192         `aref' for XEmacs compatibiltiy.
4193
4194 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4197
4198 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4199
4200         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4201         closures, quote the form properly (bug#9194).
4202
4203 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4206         (gnus-summary-insert-new-articles): Protect against servers that are
4207         down.
4208
4209 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4210
4211         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4212         in mm handle if none is specified.
4213
4214 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4215
4216         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4217
4218 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4219
4220         * nnir.el (nnir-search-thread): New function to make an nnir group
4221         based on a thread query.
4222
4223         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4224         of nnir in thread referral.
4225         (gnus-summary-refer-thread): Use it.
4226
4227         * nnimap.el (nnimap-request-thread): Use it.
4228
4229 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230
4231         * shr.el (shr-tag-comment): Ignore HTML comments.
4232
4233 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4234
4235         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4236         argument.
4237         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4238         Use `nnir-address' to handle server info rather than passing an arg.
4239
4240         * nnimap.el (nnimap-make-thread-query): New utility function to format
4241         an imap thread search query.
4242         (nnimap-request-thread): Use it.
4243
4244         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4245         right select-method if we are not going back to the group buffer.
4246
4247 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4250         enter invalid buffer configurations into the quit form (bug#9107).
4251         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4252         unplugged/plugged.
4253
4254         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4255         keep track of which ones are unread (bug#9061).
4256
4257         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4258         (bug#9055).
4259
4260         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4261         (bug#9041).
4262
4263         * gnus-html.el (mm-util): Require (bug#9073).
4264
4265         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4266         (gnus-summary-refer-thread): Use it to remove duplicates in the
4267         un-threaded view (bug#9053).
4268         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4269
4270 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4271
4272         * nnir.el (nnir-read-server-parm): Use default value from global
4273         variable.  Without this the default search engine parameters aren't
4274         used at all.
4275
4276 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4277
4278         * message.el (message-unique-id): Don't use the undocumented return
4279         value from (random t) (bug#9118).
4280
4281 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * message.el (message-auto-save-directory): If the ~/Mail directory
4284         doesn't exist, use ~ as the auto-save directory (bug#4432).
4285
4286         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4287         hasn't already been started.
4288
4289 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4292
4293         * message.el (message-reply): Work around mysterious bug where
4294         `message-mode' seems to overwrite the locally bound `subject' variable.
4295
4296 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4297
4298         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4299         correct group.
4300
4301         * gnus-int.el (gnus-request-thread): Add group argument.
4302
4303         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4304
4305 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4308
4309         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4310         renamed to `debbugs-gnu-*'.
4311
4312 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4313
4314         * plstore.el: Revert the editing feature since it is not urgent.
4315         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4316         (plstore-mode-decoded): Remove.
4317
4318 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4321         isn't very interesting any more, and it leaks potentially secret data.
4322         (gnus-debug): Remove.
4323
4324         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4325         use of :custom-show.
4326
4327 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4328
4329         * plstore.el: Add documentation.
4330         (plstore-mode): New mode to edit plstore file.
4331         (plstore-mode-toggle-display, plstore-mode-original)
4332         (plstore-mode-decoded): New command.
4333         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4334         (plstore--insert-buffer, plstore--make): New function.
4335         (plstore-open, plstore-save): Simplify by using them.
4336
4337 2011-07-06  Glenn Morris  <rgm@gnu.org>
4338
4339         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4340
4341 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4344         no longer is much used.
4345         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4346         Articles".
4347
4348 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4349
4350         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4351         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4352         `notmuch' backend.
4353
4354 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * mm-decode.el (mm-text-html-renderer): Doc fix.
4357
4358         * gnus-msg.el (gnus-bug): Fix the MML tag.
4359
4360         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4361
4362 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4363
4364         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4365         secondary methods if started with `gnus-no-server'.
4366
4367 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4368
4369         * message.el (message-return-action): Fix typo in docstring.
4370
4371 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4374         bug reports at once.
4375
4376         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4377
4378 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * nndraft.el: Require gnus-group.
4381         (nndraft-request-list): Declare.
4382
4383         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4384         no unread article unless it matches gnus-permanently-visible-groups.
4385
4386         * nndraft.el (nndraft-update-unread-articles): New function.
4387         (nndraft-request-associate-buffer): Use it to update the number of
4388         unread articles for the nndraft groups in the group buffer when saving
4389         or killing a draft message.
4390
4391 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4394         systems to binary before writing and reading the mbox files.
4395
4396         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4397         instead of trying to list them all (bug#8978).
4398
4399 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4400
4401         * pop3.el (pop3-open-server): Use :end-of-capability.
4402
4403 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4406         the id is always a number.
4407
4408         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4409
4410         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4411         debbugs mode, if possible.
4412
4413 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4414
4415         * auth-source.el (auth-source-token-passphrase-callback-function):
4416         Reindent.
4417         (epg-context-operation): Remove unnecessary autoload.
4418
4419 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus.el (gnus-list-debbugs): New command.
4422
4423         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4424         mboxstat instead of the maintbox, since the stat seems to be fuller.
4425
4426         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4427         summary buffers.
4428
4429         * message.el (message-get-reply-headers): Delete all duplicates,
4430         instead of the first.
4431         (message-get-reply-headers): Ensure that we have progress while
4432         deleting duplicates.
4433
4434         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4435         gnus-posting-style value from the summary buffer to make it easier to
4436         make that a per-buffer conf.
4437
4438 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4439
4440         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4441         found by setting `shortcut' in 'query.
4442         (nnir-request-article): Use `shortcut' setting when requesting article
4443         by Message-ID.
4444
4445 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4448         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4449         Bring the pseudo-headers back too.
4450
4451 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4452
4453         * auth-source.el (auth-source-token-passphrase-callback-function):
4454         Simplify and remove EPA dependency.
4455
4456 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4457
4458         * nnir.el (nnir-request-article): Fix error message text.
4459
4460 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4461
4462         * auth-source.el (plstore-delete): Autoload.
4463         (auth-source-plstore-search): Support delete operation.
4464         * plstore.el (plstore-delete): New function.
4465
4466 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4469         mark actually existing articles as unread rather than the ones that
4470         active asserts.
4471
4472 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4473
4474         * nntp.el (nntp-record-command):
4475         * gnus-util.el (gnus-message-with-timestamp-1):
4476         Use format-time-string rather than decoding time stamps by hand.
4477         This is simpler and insulates the code from potential changes to
4478         current-time format.
4479
4480 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4483
4484 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4485
4486         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4487         (plstore-save): Support public key encryption.
4488         (plstore--init-from-buffer): New function.
4489         (plstore-open): Use it; fix error when opening a non-existent file.
4490         (plstore-revert): Use plstore--init-from-buffer.
4491
4492 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4493
4494         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4495
4496 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4499         for old Emacsen.
4500
4501 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4502
4503         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4504         is not fully working.
4505
4506 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * dgnushack.el: Autoload sha1 on XEmacs.
4509
4510         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4511         quit window configuration.
4512
4513         * auth-source.el (epg-context-set-passphrase-callback):
4514         Remove duplicate autoload.
4515
4516 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4517
4518         * nnir.el (nnir-request-article): Allow requesting articles by
4519         Message-ID with nnimap.
4520
4521         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4522         current server.
4523
4524 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * auth-source.el: Autoload EPA/EPG functions.
4527         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4528         changed when EPA/EPG is not available.
4529         (auth-source-backend): Rename "arg" member to "data".
4530         (auth-source-backend-parse, auth-source-plstore-search)
4531         (auth-source-plstore-create): Use it.
4532
4533 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4534
4535         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4536         `gnus-refer-article-methods'.
4537
4538 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4539
4540         * auth-source.el: Require EPA and EPG.
4541         (auth-source-passphrase-alist): New variable.
4542         (auth-source-passphrase-callback-function)
4543         (auth-source-token-passphrase-callback-function): Callbacks for the
4544         netrc field encryption (GPG tokens).
4545         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4546         Symmetric encryption and decryption of the netrc GPG tokens.
4547         (auth-source-netrc-normalize): Use them, simplifying the closure.
4548
4549 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4552         is available.
4553
4554 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4557         non-nil, and `nnimap-split-methods' is nil, use the former.
4558
4559 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4560
4561         * plstore.el (plstore-revert): New function.
4562         (plstore-open): Use it; hide the buffer from user.
4563
4564 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4565
4566         * auth-source.el (auth-source-backend): New member "arg".
4567         (auth-source-backend-parse): Handle new backend 'plstore.
4568         * plstore.el: New file.
4569
4570 2011-06-30  Glenn Morris  <rgm@gnu.org>
4571
4572         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4573
4574 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4577         expiring articles to.
4578
4579         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4580         variations as ASCII (bug#5458).
4581
4582 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4585
4586 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * message.el (message-point-in-header-p): Tweak the function to default
4589         to saying that we're not in the headers if there is no separator at
4590         all.  This makes it possible to use the Message version of `M-q' in
4591         buffers with no headers (bug#7987).
4592         (message-point-in-header-p): Fix last checkin to work with an empty
4593         mail-header-separator, too.
4594
4595         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4596         again, save the choice via customize.
4597
4598 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4601
4602         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4603         ended the connection, bail out before waiting infinitely on a new
4604         connection.
4605
4606 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4609         reports.
4610
4611         * gnus.el (gnus-bug-package): Use "gnus."
4612         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4613
4614 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * dgnushack.el: Make the timer warning go away on XEmacs.
4617
4618         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4619         animations going on at article exit time.
4620
4621         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4622         since removing it breaks people upgrading.
4623
4624         * shr.el (shr-put-image): Use the new interface for animating images.
4625         (shr-put-image): Animate for 60 seconds.
4626
4627         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4628         avoid compiler warnings.
4629
4630         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4631         error with `find-file-hooks' on Emacs 22.
4632         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4633         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4634         on all architectures.
4635
4636         * spam.el (spam-stat): Require in a normal fashion without binding
4637         `spam-stat-install-hooks' to avoid compilation warnings.
4638
4639         * spam-stat.el (spam-stat-install-hooks): Remove.
4640         (spam-stat-install-hooks): Don't run automatically.
4641
4642 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4643
4644         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4645         and keystroke.
4646
4647 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * auth-source.el (auth-source-netrc-cache): Move forward.
4650
4651 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * proto-stream.el (proto-stream-open-starttls): Use
4654         `gnutls-available-p' to see whether we have built-in support.
4655
4656         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4657         we already know.
4658         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4659         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4660
4661 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4664         %S format, since that looks odd.
4665         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4666         file, especially when saving.
4667
4668 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4669
4670         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4671         article found.
4672
4673 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4676         `auth-source-save-secrets' with a more sensitive alist that can be
4677         configured per file.  Experimental, so defaults to 'never.
4678         (auth-source-netrc-create): Use it.  Still experimental code.
4679         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4680         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4681
4682 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * auth-source.el (auth-source-save-secrets): New variable to control if
4685         secret tokens should be saved encrypted.
4686         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4687         to `auth-source-netrc-normalize'.
4688         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4689         on the EPA variables being defined.
4690         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4691         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4692         the lexical-let closure.
4693         (auth-source-netrc-create): Create "gpg:" tokens according to
4694         `auth-source-save-secrets'.
4695
4696 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-group.el (gnus-group-update-group): Add new argument
4699         `info-unchanged' that stops updating dribble buffer.
4700
4701         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4702         deletes lines matching to it in dribble buffer.
4703
4704         * gnus-agent.el (gnus-agent-fetch-group-1):
4705         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4706         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4707         * gnus-start.el (gnus-group-change-level):
4708         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4709
4710         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4711         if newsgroup info is not changed.
4712
4713         * gnus-group.el (gnus-group-get-new-news-this-group):
4714         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4715         Don't update dribble buffer.
4716
4717 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4720         remove entries with groups we ignore.
4721
4722 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723
4724         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4725         the underline comes at the bottom.
4726
4727 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4728
4729         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4730         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4731         (gnus-registry-article-marks-to-names): Rename from
4732         `gnus-registry-user-format-function-M2'.
4733
4734 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4737         ephemeral group.
4738
4739 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * shr.el (shr-browse-image): Copy the URL if called interactively.
4742
4743 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4746         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4747         done, then unselected articles may be marked as read.
4748
4749         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4750         since not doing this seems to lead to a race condition in pop3-logon.
4751
4752         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4753         so that the call chain it correct when we call "upwards".
4754
4755         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4756         in read-only groups.
4757
4758         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4759
4760         * message.el (message-cite-reply-position): Doc string fix.
4761
4762         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4763         avoid regexp overflow.
4764         (nnimap-transform-split-mail): Ditto.
4765
4766         * pop3.el (pop3-retr): Error out if the server closes the connection.
4767
4768 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4771         mm-with-unibyte-current-buffer.  The buffer should not contain any
4772         multibyte chars anyway at this stage.
4773
4774 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4777         at the end of lines.
4778
4779 2011-05-29  Julien Danjou  <julien@danjou.info>
4780
4781         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4782
4783 2011-05-27  Glenn Morris  <rgm@gnu.org>
4784
4785         * gnus-group.el (gnus-bug-group-download-format-alist):
4786         Use the "maintainer" version of debian reports as well.
4787
4788 2011-05-26  Glenn Morris  <rgm@gnu.org>
4789
4790         * gnus-group.el (gnus-bug-group-download-format-alist):
4791         Use the "maintainer" version of debbugs.gnu.org reports.
4792
4793 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4796
4797 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4798
4799         * gnus-cus.el (gnus-agent-customize-category):
4800         * gnus-delay.el (gnus-delay-send-queue):
4801         * gnus.el (gnus-other-frame):
4802         Don't quote lambda expressions with `quote'.
4803
4804 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4807         the thread moves us backwards and so we loop forever.
4808
4809 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4812         whitespace in base64 data lines.
4813
4814 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4815
4816         * gnus-registry.el (gnus-registry-user-format-function-M):
4817         Use `mapconcat'.
4818         (gnus-registry-user-format-function-M2): Use to see the full text of
4819         the marks.  Make "," the mark text separator.
4820
4821         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4822         authentication with auth-source.
4823
4824 2011-05-17  Glenn Morris  <rgm@gnu.org>
4825
4826         * gnus-group.el (gnus-import-other-newsrc-file):
4827         Use insert-file-contents.
4828
4829 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4832         1000 iterations.
4833
4834 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * nntp.el (nntp-open-connection): Check if process-type is available.
4837
4838 2011-05-16  Julien Danjou  <julien@danjou.info>
4839
4840         * shr.el (shr-tag-del): Add support for del tag.
4841
4842 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-html.el (gnus-html-put-image): Register a displayer.
4845
4846         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4847
4848 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         * registry.el (prune-factor): New initialization parameter defaulting
4851         to 0.1.
4852         (registry-prune-hard): Use it.
4853
4854         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4855         0.1 expicitly.
4856
4857 2011-05-13  Glenn Morris  <rgm@gnu.org>
4858
4859         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4860         is bound, since this function requires sendmail.
4861
4862 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * registry.el (registry-usage-test): Disable pruning test.
4865
4866 2011-05-11  David Engster  <dengste@eml.cc>
4867
4868         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4869         Bind set-network-process-option for XEmacs.
4870
4871 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * registry.el (registry-prune-hard-candidates)
4874         (registry-prune-soft-candidates): Helper methods for registry pruning.
4875         (registry-prune): Use them.  Make the sort function optional.
4876
4877 2011-05-10  Jim Meyering  <meyering@redhat.com>
4878
4879         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4880
4881 2011-05-10  Julien Danjou  <julien@danjou.info>
4882
4883         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4884         symbol and not a list.
4885
4886 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-article-mode): Move binding of
4889         shr-put-image-function here from gnus-article-prepare-display.
4890
4891         * shr.el (shr-put-image-function): New variable.
4892         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4893         (shr-put-image): Return scaled image.
4894
4895         * gnus-art.el (gnus-shr-put-image): New function.
4896         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4897
4898         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4899         original ones, as deletable.
4900
4901 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4902
4903         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4904
4905 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * registry.el (registry-full): Add convenience method.  Fix logic.
4908         (registry-insert): Use it.  Fix logic here too.
4909
4910         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4911         `registry-prune' if `registry-full' returns t.
4912         (gnus-registry-handle-action)
4913         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4914         (gnus-registry-usage-test): Use it.
4915
4916 2011-05-07  Julien Danjou  <julien@danjou.info>
4917
4918         * shr.el (shr-link): Make shr-link inherit from link by default.
4919
4920 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4923
4924 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4927         error out because the face is not a list.
4928
4929 2011-05-05  Glenn Morris  <rgm@gnu.org>
4930
4931         * proto-stream.el (gnutls-negotiate): Fix declarations.
4932
4933         * gnus-start.el (gnus-propagate-marks): Declare.
4934
4935 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4936
4937         * registry.el (registry-reindex): Fix percentage message.
4938
4939         * proto-stream.el (network-stream-open-starttls): Adjust to call
4940         `gnutls-negotiate' with :process and :hostname arguments.
4941
4942 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * shr.el: Add shr-link face for links.
4945         (shr-urlify): Use it.
4946
4947         * registry.el (registry-insert): Make error message more helpful.
4948
4949 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * gnus-html.el (gnus-html-schedule-image-fetching):
4952         Use url-queue-retrieve, if it exists.
4953
4954         * shr.el (shr-tag-img): Ditto.
4955
4956         * gnus.el: Autoload more gnus-agent functions.
4957
4958         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4959         agent if we haven't already (bug#8502).
4960
4961         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4962         into the Agent, too.
4963
4964         * gnus-agent.el (gnus-agent-store-article): New function.
4965
4966         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4967         and moved from that file for reuse.
4968
4969         * pop3.el (pop3-open-server): Error messages are "-ERR".
4970
4971 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4974         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4975
4976 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4977
4978         * gnus.el: No Gnus v0.17 is released.
4979
4980 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4981
4982         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4983         buffer has moved to a different frame.
4984
4985 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4988         to get the conversion from unibyte to multibyte buffers to work on
4989         Emacs 22.
4990
4991         * nntp.el (nntp-request-article): Slight clean-up.
4992
4993 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * shr.el (shr-strike-through): New face.
4996         (shr-tag-s): Use it to provide <s> support.
4997         (shr-tag-s): Remove duplicate definition.
4998
4999 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5000
5001         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5002         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5003
5004 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5005
5006         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5007         `gnutls-negotiate'.
5008         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5009
5010 2011-04-23  Glenn Morris  <rgm@gnu.org>
5011
5012         * gnus-sum.el (gnus-extra-headers): Bump :version.
5013
5014 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * shr.el (shr-tag-sup): New function.
5017         (shr-tag-sub): Ditto.
5018
5019 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5022         for the case where `gnus-registry-ignored-groups' is a list of lists,
5023         and don't call `gnus-parameter-registry-ignore' otherwise.
5024
5025 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5026
5027         * nnimap.el (nnimap-user): New backend variable.
5028         (nnimap-open-connection-1): Use it.
5029         (nnimap-credentials): Accept user parameter so it's explicit what user
5030         name is desired.
5031
5032         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5033         default.
5034
5035         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5036         not gnus-registry.el.
5037
5038         * gnus-registry.el: Mention in comments how to modify
5039         `gnus-extra-headers' for proper recipient tracking and that it may
5040         already have To and Cc recently, which it does as of this commit.
5041         (gnus-registry-ignored-groups): Remove defcustom.
5042         Explain why in comments.
5043         (gnus-registry-action): Fix data-header reference to use the extra
5044         headers.  Explain in package commentary how to add To and Cc headers to
5045         the gnus-extra-headers.
5046         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5047         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5048         parameter list or a string list in `gnus-registry-ignored-groups'.
5049         Fix logic error.
5050
5051 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * shr.el (shr-expand-url): Protect against null urls.
5054
5055 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * shr.el (shr-base): New binding.
5058         (shr-tag-base): Keep track of <base>.
5059         (shr-expand-url): New function used throughout.
5060
5061 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5062
5063         * gnus-registry.el
5064         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5065         (gnus-registry-ignored-groups): New variable.
5066         (gnus-registry-ignore-group-p): Use it.
5067         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5068         set the destination group to nil (same as delete) if it's ignored.
5069
5070 2011-04-20  David Engster  <dengste@eml.cc>
5071
5072         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5073
5074         * Makefile.in (test-nntp): New rule.
5075         (check): Add it.
5076         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5077
5078 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-registry.el (gnus-registry-action)
5081         (gnus-registry-fetch-header-fast):
5082         Don't use mail-header that looks an internal function of mailheader.el.
5083
5084 2011-04-19  Glenn Morris  <rgm@gnu.org>
5085
5086         * time-date.el (time-to-days): Remove unused local variables.
5087
5088 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-registry.el: Eliminate cl functions.
5091         (gnus-registry-sort-addresses): New function that replaces mapcan.
5092         (gnus-registry-action, gnus-registry-spool-action)
5093         (gnus-registry-split-fancy-with-parent)
5094         (gnus-registry-fetch-recipients-fast): Use it.
5095         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5096
5097         * registry.el (initialize-instance, registry-lookup)
5098         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5099         (registry-lookup-secondary-value, registry-search, registry-delete)
5100         (registry-insert, registry-reindex, registry-size, registry-prune):
5101         Use eval-and-compile.
5102
5103 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5104
5105         * registry.el (registry-reindex): New method to recreate the secondary
5106         registry indices.
5107
5108         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5109         tracked field changes.
5110         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5111         (gnus-registry-action, gnus-registry-spool-action)
5112         (gnus-registry-handle-action)
5113         (gnus-registry--split-fancy-with-parent-internal)
5114         (gnus-registry-split-fancy-with-parent)
5115         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5116         move, and delete actions, and for fancy splitting with parent.
5117         (gnus-registry-extract-addresses)
5118         (gnus-registry-fetch-recipients-fast)
5119         (gnus-registry-fetch-header-fast): Convenience functions.
5120         (gnus-registry-misc-test): ERT test of
5121         `gnus-registry-extract-addresses'.
5122
5123 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5124
5125         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5126         Track by subject first, then sender.
5127
5128 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5129
5130         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5131
5132         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5133         Lisp.
5134
5135         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5136         (gnus-draft-send): Use it to avoid popping
5137         up frames from gnus-group-send-queue.
5138
5139 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5140
5141         * gnus-registry.el: Updated gnus-registry docs.
5142
5143 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5146         Fix logic bug.
5147         (gnus-registry-post-process-groups): Fix logging of no results and
5148         quote sender and subject.
5149
5150 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5153         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5154         gnutls-cli are too slow to be done opportunistically.
5155
5156         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5157         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5158         we had no early-data returned.
5159         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5160         two async commands to the same server at the same time.
5161
5162 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5163
5164         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5165
5166 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5169         "warning" level.
5170
5171         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5172         (mm-url-insert-file-contents): Don't set the package names.
5173
5174 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5175
5176         * gnus-registry.el (gnus-registry-action): Remove properties and
5177         simplify subject in `gnus-registry-handle-action'.
5178         (gnus-registry-spool-action): Get subject and sender from message if
5179         they are not passed in.
5180         (gnus-registry-handle-action): Remove properties and simplify subject
5181         consistently.
5182
5183 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5184
5185         * registry.el: Require CL before using defmacro*.
5186
5187 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-art.el (article-treat-date): Assume that
5190         gnus-article-date-headers may be a group parameter.
5191
5192 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5193
5194         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5195
5196         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5197         interactively so the newsrc file can contain foreign groups too.
5198         Useful for debugging but not much for users.
5199
5200 2011-04-07  David Engster  <dengste@eml.cc>
5201
5202         * registry.el (registry-usage-test): Only do
5203         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5204         lexical binding.
5205
5206 2011-04-07  David Engster  <dengste@eml.cc>
5207
5208         * Makefile.in (check, test-registry): New rules for test-suite.
5209
5210 2011-04-06  David Engster  <dengste@eml.cc>
5211
5212         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5213         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5214
5215 2011-04-06  David Engster  <dengste@eml.cc>
5216
5217         * registry.el (initialize-instance): Change :after to :AFTER to be
5218         compatible with old EIEIO version in XEmacs.
5219
5220 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * gnus-registry.el (gnus-registry-post-process-groups)
5223         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5224         and provide better messaging.
5225
5226 2011-04-06  David Engster  <dengste@eml.cc>
5227
5228         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5229         errors.
5230
5231         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5232         dgnushack-compile with error-on-warn enabled, and to signal an error if
5233         clean compilation failed.
5234         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5235         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5236
5237 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5240         unconditionally anyway, discarding errors.
5241         (gnus-registry-delete-entries): New convenience function.
5242         (gnus-registry-import-eld): Import from old .eld registry.
5243
5244         * registry.el: Don't use ERT if it's not available.  Load it
5245         unconditionally anyway, discarding errors.
5246
5247         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5248         version from the Claudio Bley GnuTLS patch (extra optional parameters
5249         and host name).
5250
5251 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5252
5253         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5254         fixup the parameters that can be customized by the user between
5255         save/read cycles.
5256         (gnus-registry-read): Use it.
5257         (gnus-registry-make-db): Use it.
5258         (gnus-registry-spool-action, gnus-registry-handle-action):
5259         Fix messaging.
5260         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5261         Map references to actual group names with sender and subject tracking.
5262         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5263         (gnus-registry-usage-test): Add subject lookup test.
5264
5265         * registry.el (registry-db, initialize-instance): Set up constructor
5266         instead of :initform arguments for the sake of older Emacsen.
5267         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5268         pre-lexbind merge bug.
5269         (registry-usage-test): Use it.
5270         (initialize-instance, registry-db): Move the non-function initforms
5271         back to the class definition.
5272
5273 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5274
5275         * registry.el: New library to manage gnus-registry-style data.
5276
5277         * gnus-registry.el: Use it (major rewrite).
5278
5279         * nnregistry.el: Use it.
5280
5281         * spam.el: Use it.
5282
5283 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5286         marks on non-selected articles.
5287
5288 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5289
5290         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5291         parameter to open-protocol-stream.
5292
5293 2011-04-01  Julien Danjou  <julien@danjou.info>
5294
5295         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5296         fundamental-mode.
5297
5298 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5301         servers.
5302
5303 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5306         made marks not propagate, again.
5307
5308 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5309
5310         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5311         Make this the default type.
5312         (proto-stream-open-plain): Rename from proto-stream-open-default.
5313         (open-protocol-stream, proto-stream-open-starttls)
5314         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5315         with `plain'.
5316
5317         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5318         value.
5319
5320         * nntp.el (nntp-open-connection-function): Document the fact that some
5321         values are not functions but are instead handled specially.
5322         Recognize nntp-open-plain-stream value.
5323         (nntp-open-connection): Recognize that value.
5324
5325 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5328         where it seems to be needed.
5329
5330 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5333         stuff.
5334
5335         * gnus-score.el (gnus-score-string): Fix calling convention of
5336         `gnus-simplify-buffer-fuzzy' after last patches.
5337
5338         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5339         server for articles we didn't get any headers for.  This is a sanity
5340         check.
5341
5342 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5343
5344         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5345         new CAPABILITY, use it.
5346
5347 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5350         downloading anything.
5351
5352         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5353
5354 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5355
5356         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5357         colors.
5358         (gnus-splash-svg-color-symbols): New function.
5359
5360 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5361
5362         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5363         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5364         (gnus-simplify-subject-fuzzy): Use the local
5365         gnus-simplify-subject-fuzzy-regex instead of the global one.
5366         This makes using this variable in group parameters work.
5367
5368 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * gnus-registry.el (gnus-registry-unfollowed-groups):
5371         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5372         archive:sent-YYYY-MM-DD groups).
5373         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5374         tracking if there are more than `gnus-registry-max-track-groups'
5375         matches.
5376
5377 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5378
5379         * message.el (message--yank-original-internal): New function to do the
5380         insertion cleanly inside eval in `message-yank-original'.
5381         (message-yank-original): Use it.
5382
5383 2011-03-29  Julien Danjou  <julien@danjou.info>
5384
5385         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5386         local variables disabled rather than `normal-mode'.
5387
5388 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5389
5390         * imap.el (imap-shell-open, imap-process-connection-type):
5391         Use imap-process-connection-type for 'shell' streams as well as
5392         Kerberos, SSL, other subprocesses.
5393
5394 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5395
5396         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5397         with open-network-stream.
5398         (proto-stream-always-use-starttls): Option removed.
5399         (open-protocol-stream): Return a process object by default.  Provide a
5400         new parameter :return-list specifying a list-type return value, which
5401         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5402         :type `network' to `try-starttls', and `network-only' to `default'.
5403         Make `default' the default, for compatibility with open-network-stream.
5404         Handle the no-parameter case exactly as open-network-stream, with no
5405         additional stream processing.  Search plists using plist-get.
5406         Explicitly add :end-of-commend parameter if it is missing.
5407         (proto-stream-open-default): Rename from
5408         proto-stream-open-network-only.  Return 'default as the type.
5409         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5410         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5411         failed.  Always return a list with a (possibly dead) process as the
5412         first element, for compatibility with open-network-stream.
5413         (proto-stream-open-tls): Use plist-get.  Always return a list.
5414         (proto-stream-open-shell): Return `default' as connection type.
5415         (proto-stream-capability-open): Use plist-get.
5416         (proto-stream-eoc): Function deleted.
5417
5418         * nnimap.el (nnimap-stream, nnimap-open-connection)
5419         (nnimap-open-connection-1): Handle renaming of :type parameter for
5420         open-protocol-stream.
5421         (nnimap-open-connection-1): Pass a :return-list parameter
5422         open-protocol-stream to obtain a list return value.  Parse this list
5423         using plist-get.
5424
5425         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5426         for open-protocol-stream.  Accept open-protocol-stream return value
5427         that is a subprocess object instead of a list.  Handle the case of a
5428         dead returned process.
5429
5430 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5433
5434         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5435
5436 2011-03-21  Julien Danjou  <julien@danjou.info>
5437
5438         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5439         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5440         query.
5441         (mm-inline-text): Render normal text with fontification whenever
5442         possible.
5443
5444         * gnus-sum.el (gnus-summary-save-parts-1):
5445         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5446         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5447         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5448         Use `mm-handle-filename'.
5449
5450         * mm-util.el (mm-handle-filename): New function, return the filename of
5451         an handle.
5452
5453 2011-03-18  Julien Danjou  <julien@danjou.info>
5454
5455         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5456         (gnus-buffer-live-p): Check that buffer is not nil.
5457
5458 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5459
5460         * gnus.el: No Gnus v0.15 is released.
5461
5462 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5465         avoid warning on XEmacs.
5466
5467         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5468         on XEmacs.
5469
5470         * gnus-art.el: Require mouse, which the build bot seems to say is
5471         needed.
5472
5473         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5474
5475         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5476         XEmacs, since it doesn't have url-retrieve-synchronously.
5477
5478         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5479         since assoc-string doesn't exist in XEmacs.
5480
5481 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5482
5483         * gnus-group.el (gnus-group-list-ticked): New function.
5484         (gnus-group-make-menu-bar): Provide a menu entry for it.
5485         (gnus-group-list-map): Provide a binding for it.
5486
5487 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * shr.el (shr-visit-file): New command.
5490
5491         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5492
5493 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5494
5495         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5496         servers.
5497
5498 2011-03-16  Julien Danjou  <julien@danjou.info>
5499
5500         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5501         inline.
5502
5503         * gnus-art.el (article-hide-list-identifiers):
5504         Use gnus-group-get-list-identifiers.
5505
5506         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5507         (gnus-summary-remove-list-identifiers):
5508         Use gnus-group-get-list-identifiers to get regexp.
5509         (gnus-select-newsgroup, gnus-summary-insert-subject)
5510         (gnus-summary-insert-articles):
5511         Call gnus-summary-remove-list-identifiers unconditionally.
5512
5513 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5516         we're selecting a group with unread articles.
5517
5518         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5519
5520         * gssapi.el: New file separated out from imap.el to provide a general
5521         Kerberos 5 connection facility for Emacs.
5522
5523         * message.el (message-elide-ellipsis): Document the format spec
5524         ellipsis.
5525
5526 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * message.el (message-elide-region): Allow the ellipsis to say how many
5529         lines were removed.
5530
5531 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5534         window configurations containing buffers that are now dead.
5535
5536         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5537         parsing to avoid integer overflows.
5538         (nnimap-parse-flags): Simplify the last change.
5539         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5540         too large for 32-bit Emacsen.
5541
5542 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5543
5544         * auth-source.el (auth-source-netrc-create):
5545         * message.el (message-yank-original): Fix use of `case'.
5546
5547 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5548
5549         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5550         XEmacs, which was one character too wide.
5551
5552 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5553
5554         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5555         default number of articles to display.
5556         (gnus-articles-to-read): Use pretty names for prompt.
5557
5558 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-int.el (gnus-open-server): Ditto.
5561
5562         * gnus-start.el (gnus-activate-group): Give a backtrace if
5563         debug-on-quit is set and the user hits `C-g'.
5564         (gnus-read-active-file): Ditto.
5565
5566         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5567
5568 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * message.el (message-yank-original): Use cond instead of CL case.
5571
5572 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5573
5574         * auth-source.el (auth-source-netrc-create): Use usual format for the
5575         default in prompts.
5576
5577 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * lpath.el: Fbind read-char-choice for XEmacs.
5580
5581 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5582
5583         * auth-source.el (auth-source-netrc-create): Show the default in the
5584         prompt when prompting for token creation.
5585
5586 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * auth-source.el (auth-source-format-prompt): Always convert the value
5589         to a string to avoid evaluating non-string arguments.
5590         (auth-source-netrc-create): Offer default properly, not as initial
5591         content in `read-string'.
5592         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5593         of line to determine if we've been run before.  If so, don't run again,
5594         but print a trivial message to indicate the cache was hit instead.
5595
5596 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5599         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5600         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5601         Gnus.
5602
5603 2011-03-11  Julien Danjou  <julien@danjou.info>
5604
5605         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5606         modified file".
5607
5608 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * auth-source.el (auth-source-read-char-choice): New function to read a
5611         character choice using `dropdown-list', `read-char-choice', or
5612         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5613         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5614         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5615         (auth-source-netrc-saver): Use it.
5616         (auth-source-pick-first-password): New convenience function.
5617
5618 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5621         parameter in the credentials.
5622         (nnimap-open-connection-1): Use it after a successful login.
5623         (nnimap-credentials): Add IMAP-specific user and password prompt.
5624
5625         * auth-source.el (auth-source-search): Add :require parameter, taking a
5626         list.  Document it and the :save-function return token.  Pass :require
5627         down.  Change the CREATED message from a warning to a debug statement.
5628         (auth-source-search-backends): Pass :require down.
5629         (auth-source-netrc-search): Pass :require down.
5630         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5631         Change save prompt to indicate all modifications saved here are
5632         deletions.
5633         (auth-source-netrc-create): Take user login name as default in user
5634         prompt.  Move all the save functionality to a lexically bound function
5635         under the :save-function token in the returned list.  Set up clearer
5636         default prompts for user, host, port, and secret.
5637         (auth-source-netrc-saver): New function, intended to be wrapped for
5638         :save-function.
5639
5640 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5643         lines to be spaces instead.
5644
5645 2011-03-07  Julien Danjou  <julien@danjou.info>
5646
5647         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5648         (sieve-sasl-auth): Check that auth-source-search did return something,
5649         or just return an empty string.
5650
5651 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5652
5653         * gnus.el (gnus-interactive): Use read-directory-name.
5654
5655         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5656         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5657         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5658         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5659         Likewise.
5660
5661         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5662
5663 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5664
5665         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5666         onto the list of killed groups, too.  This makes killed nnimap groups,
5667         for instance, more reliably not reappear.
5668
5669         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5670         the parent.
5671
5672         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5673
5674         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5675         really have server-side marks.
5676
5677         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5678         since most backends do not usefully have server-side marks.
5679         (gnus-update-read-articles): Propagate marks to all backends that
5680         really have server-side marks.
5681
5682 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5683
5684         * message.el (message-cite-reply-position, message-cite-style):
5685         New variables.
5686         (message-yank-original): Use the new citation styles.
5687
5688 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5689
5690         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5691         buffer-local issue); don't mark it buffer-local when running under
5692         XEmacs.
5693
5694 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5695
5696         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5697         numbers too big to be `read'.
5698
5699 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * password-cache.el (password-in-cache-p): Add autoload.
5702
5703         * message.el (message-options): Make buffer-local two ways to attempt
5704         to fix a XEmacs bug.
5705
5706 2011-03-02  Julien Danjou  <julien@danjou.info>
5707
5708         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5709
5710 2011-03-01  Julien Danjou  <julien@danjou.info>
5711
5712         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5713         group.
5714         (article-hide-list-identifiers): Use list-identifier group parameter.
5715
5716 2011-02-28  Julien Danjou  <julien@danjou.info>
5717
5718         * sieve.el (sieve-buffer-script-name): New local variable to store
5719         sieve script name.
5720         (sieve-edit-script): Store sieve script name.
5721         (sieve-upload): Use sieve script name when uploading.
5722         (sieve-upload): Use substitute-command-keys.
5723         (sieve-edit-script): Use substitute-command-keys.
5724         (sieve-refresh-scriptlist): Use substitute-command-keys.
5725         (sieve-manage-mode-map): Define keymap properly.
5726         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5727         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5728         Remove commented code about cvs.
5729         (sieve-manage-quit): New function.
5730         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5731
5732 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5735
5736 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * auth-source.el (auth-source-search): Cache empty result sets.
5739
5740         * password-cache.el (password-in-cache-p): Convenience function to
5741         check if a key is in the cache, even if the value is nil.
5742
5743         * auth-source.el (auth-source-save-behavior): New variable to replace
5744         `auth-source-never-create'.
5745         (auth-source-netrc-create): Use it.
5746         (auth-source-never-save): Remove.
5747
5748 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5749
5750         * nnimap.el (nnimap-stream): Doc fix.
5751         (nnimap-open-connection-1): Reverse the order of the ports to that the
5752         prompted-for port is first.
5753
5754         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5755         retrieval by the no-group selection.
5756
5757         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5758         numerical parameters.
5759
5760 2011-02-25  Julien Danjou  <julien@danjou.info>
5761
5762         * gnus-gravatar.el: Use gnus-with-article-buffer.
5763
5764         * gnus-art.el (gnus-with-article-buffer): Check that the
5765         gnus-article-buffer is alive.
5766
5767 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * auth-source.el (auth-source-creation-prompts): New variable to manage
5770         creation-time prompts.
5771         (auth-source-search): Document it.
5772         (auth-source-format-prompt): Add utility function.
5773         (auth-source-netrc-create): Don't default the user name to
5774         user-login-name.  Use `auth-source-creation-prompts' and some default
5775         prompts for user, host, port, and password (the default generic prompt
5776         remains ugly).
5777         (auth-source-never-save): Add customizable option to never save info.
5778         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5779         mode excursion.
5780
5781 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5784         argument that XEmacs doesn't support.
5785
5786         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5787         compiled for Emacsen having no `libxml-parse-html-region' support.
5788
5789         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5790
5791         * lpath.el: Bind buffer-save-without-query for XEmacs.
5792
5793 2011-02-23  Julien Danjou  <julien@danjou.info>
5794
5795         * gnus-art.el (article-make-date-line): Ignore errors if time is
5796         invalid and not convertible.
5797         (article-make-date-line): Only add lapsed time if time is not nil.
5798
5799 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5802         `read-char-choice' for backwards compatibility.
5803         (auth-source-netrc-element-or-first): New function to DTRT for
5804         parameter extraction.
5805         (auth-source-netrc-create): Use it and fix multiple parameter print
5806         bug.  Use the default passed from above (given-default) or the
5807         built-in (user-login-name for :user).
5808
5809 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5810
5811         * gnus-start.el (gnus-dribble-read-file):
5812         Set buffer-save-without-query, since we always want to save the dribble
5813         file, probably.
5814
5815         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5816         nnimap.
5817
5818         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5819         -summary- since it's a user-visible variable.
5820
5821         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5822         first time you use the new Gnus.
5823
5824 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * auth-source.el: Don't load netrc.el.
5827         (auth-sources): Search ~/.netrc as well by default.
5828         (auth-source-debug): Add 'trivia option for extra output.
5829         (auth-source-do-trivia): Use it.
5830         (auth-source-search): Simplify logic to use
5831         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5832         appropriate.  Don't keep a running count at this level.  Layer :create
5833         and :delete options appropriately on the first and second passes.
5834         Don't track the backend with the search results.
5835         (auth-source-search-backends): New function to search a list of
5836         backends for a processed spec.
5837         (auth-source-netrc-parse): Cache all netrc files, making
5838         auth-source-netrc-cache an alist keyed by the file name and using the
5839         file mtime as the caching criterion.  Keep the obfuscated data secret
5840         with a lexical bind.
5841         (auth-source-netrc-search): Don't calculate the length of the results
5842         unnecessarily.
5843         (auth-source-search-backends): Fix bug.
5844         (auth-source-netrc-create): Rework prompts.
5845
5846 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5847
5848         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5849         Lower case names of search constraints.
5850         (nnir-run-query): Cache and reuse search constraints for all imap
5851         servers.
5852
5853 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5854
5855         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5856         after exit.
5857         (gnus-setup-message): Define missing variable from last checkin.
5858
5859         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5860         value, show the raw article.
5861
5862 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5863
5864         * gnus.el: No Gnus v0.13 is released.
5865
5866 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5867
5868         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5869         auth-source now accepts numbers.
5870
5871         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5872         spec, too.
5873         (auth-source-ensure-strings): New function.
5874
5875         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5876         (gnus-article-setup-buffer): Always restart the date timer so that user
5877         changes to the frequency is respected.
5878
5879         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5880         port numbers, so make sure it gets that if nnimap-server-port is
5881         explicit.
5882
5883 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5884
5885         * nnimap.el (nnimap-inbox): Doc fix.
5886
5887 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5888
5889         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5890         Autoload.  Add optional arg FRAME, and pass it to color-values.
5891         (color-complement): Caller changed.  Doc fix.
5892         (color-gradient): Rewrite for better clarity and efficiency.
5893
5894 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5895
5896         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5897         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5898         color-lab-to-srgb.
5899
5900 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5901
5902         * color.el: First part of merge from hexrgb.el.
5903         (color-rgb-to-hex): Rename from color-rgb->hex.
5904         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5905         saturation to zero if the value is too small.
5906         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5907         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5908         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5909         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5910         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5911         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5912         (color-cie-de2000): Doc fix.
5913
5914 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5915
5916         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5917         given method as in the group name if we're using an extended method.
5918         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5919         command, if we're using that, instead of waiting for the beginning.
5920
5921         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5922         we're sure to get unique server names, and we don't output two async
5923         commands in the same buffer.  This fixes an NNTP hang for some users.
5924
5925 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5926
5927         * gnus.el: No Gnus v0.11 is released.
5928
5929 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5930
5931         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5932         summary buffer before reading going to the next buffer.  This avoids
5933         putting the point in the group buffer if you `C-g' the command.
5934
5935         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5936         cache (for now) to make ~/.authinfo.gpg files usable.
5937
5938         * nnfolder.el (copyright-update): Define for the compiler.
5939
5940         * auth-source.el (auth-source-search): Fix unbound variable.
5941
5942 2011-02-19  Glenn Morris  <rgm@gnu.org>
5943
5944         * gnus.el (gnus-meta): Doc fix.
5945
5946 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5947
5948         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5949         in case it's not yet loaded.
5950
5951 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5952
5953         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5954         line we're waiting for.
5955
5956 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5957
5958         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5959         face with line-width greater than zero will cause RET in gnus summary
5960         buffer to scroll down article page-wise because auto vscroll happens,
5961         it should be temporally disabled when doing a scroll-up.
5962
5963 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5964
5965         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5966         outputs from the server.
5967
5968 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5969
5970         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5971         later so that bbdb can hook in easier.
5972
5973 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5974
5975         * auth-source.el (auth-source-search): Don't try to create credentials
5976         if the caller doesn't want that.
5977         (auth-source-search): If we don't find a match, don't bug out on
5978         non-bound variables.
5979         (auth-source-search): Only ask a single backend to create the
5980         credentials.
5981
5982         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5983         logging.
5984         (nnimap-credentials): Protect against auth-source-search returning nil.
5985         (nnimap-request-list): Protect against not being able to open the
5986         server.
5987
5988 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5989
5990         * auth-source.el (auth-source-search): Do a two-phase search, one with
5991         no :create to get the responses from all backends.
5992
5993         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5994         when getting credentials.
5995
5996         * gnus-util.el (gnus-delete-duplicates): New function.
5997
5998 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6001         a creation default, pass the whole port list down.  It will be
6002         completed.
6003
6004         * auth-source.el (auth-source-search): Updated docs to talk about
6005         multiple creation choices.
6006         (auth-source-netrc-create): Accept a list as a value (from the search
6007         parameters) and do completion on that list.  Keep a separate netrc line
6008         with the password obscured for showing the user.
6009
6010         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6011         first choice to `auth-source-search' so it will be used for entry
6012         creation instead of the server's Gnus-specific name.
6013         (nnimap-credentials): Rely on the auth-source library to select which
6014         port is actually wanted in the new netrc entry, so don't override
6015         `auth-source-creation-defaults'.
6016
6017         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6018         :protocol and accept a missing user, host, or port as a wildcard match.
6019         (auth-source-debug): Default to off.
6020
6021         (auth-source-netrc-search, auth-source-netrc-create)
6022         (auth-source-secrets-search, auth-source-secrets-create)
6023         (auth-source-user-or-password, auth-source-backend, auth-sources)
6024         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6025         instead of :protocol.
6026
6027         * nnimap.el (nnimap-credentials): Pass a port default to
6028         `auth-source-search' in case an entry needs to be created.
6029         (nnimap-open-connection-1): Use :port instead of :protocol.
6030
6031 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * auth-source.el: Bind load-path when loading EIEIO from
6034         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6035         21.4 doesn't support, to `require'.
6036         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6037         delete-dups that is not available in XEmacs 21.4.
6038
6039 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6040
6041         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6042         as EIEIO must also be loaded when auth-source.el is being
6043         byte-compiled.
6044
6045 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6048
6049         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6050
6051         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6052
6053         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6054
6055         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6056
6057         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6058
6059         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6060
6061         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6062         necessary.
6063
6064 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6067         nil means that nnimap doesn't get updated.
6068
6069 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6072         result when the user doesn't want to write to the file.
6073         (auth-source-netrc-search): Expect a synthetic result and proceed
6074         accordingly.
6075         (auth-source-cache-expiry): New variable to override
6076         `password-cache-expiry'.
6077         (auth-source-remember): Use it.
6078
6079         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6080         parameter.  Create entry if necessary by using :create t.
6081         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6082
6083 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * auth-source.el (auth-source-debug): Enable by default and don't
6086         mention the obsolete `auth-source-hide-passwords'.
6087         (auth-source-do-warn): New function to debug unconditionally.
6088         (auth-source-do-debug): Use it.
6089         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6090         and for Secrets API entries when the secrets.el library is not
6091         available.
6092
6093 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6096         (gnus-summary-exit): Kill the correct article buffer on exit from a
6097         `C-d' group.
6098
6099         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6100         gnus-propagate-marks.
6101
6102         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6103         before killing the buffers so that a non-full window conf gets handled
6104         correctly.
6105         (gnus-summary-exit): Ditto.
6106         (gnus-summary-read-group-1): Ditto.
6107
6108         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6109         async code again so that we can debug it properly.
6110
6111         * message.el (message-reply): Take an optional switch-buffer parameter
6112         so that Gnus window confs are respected better.
6113
6114 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6117         `plist-get' to accept non-list parameters (XEmacs issue).
6118         Fix docstring.
6119         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6120         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6121         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6122         Login collection is "Login" and not "login".
6123
6124 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6125
6126         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6127         multiple headers.
6128
6129         * nnimap.el (nnimap-inhibit-logging): New variable.
6130         (nnimap-log-command): Don't log login commands.
6131
6132         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6133         to have more parameters.
6134
6135         * nnimap.el (nnimap-send-command): Mark the command time for each
6136         command, so that we don't get NOOPs stepping on our toes.
6137
6138         * gnus-art.el (article-date-ut): Get the date from the Date header on
6139         `t'.
6140
6141 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * auth-source.el (auth-source-search): Use copy-sequence instead of
6144         the cl.el copy-list.
6145
6146 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6147
6148         * imap.el: Bring it back (revert
6149         84d800cd31de3064f0ed39617d725709a2f8f42f).
6150
6151 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6152
6153         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6154         Improve prompt.
6155
6156 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6157
6158         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6159         washing status from the default format.  It isn't very informative.
6160
6161 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6162
6163         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6164         Fix Gcc processing on imap.
6165
6166 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * imap.el: Remove file.  All the functionality is in nnimap.el.
6169
6170 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6171
6172         * message.el (message-bury): Don't pop up a new window when selected
6173         window is dedicated.
6174
6175 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6176
6177         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6178
6179 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * sieve-manage.el: Autoload `auth-source-search'.
6182         (sieve-sasl-auth): Use it.
6183
6184 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         * nnimap.el: Autoload `auth-source-forget+'.
6187         (nnimap-open-connection-1): Use it if the connection fails.
6188
6189         * auth-source.el: Require `password-cache'.
6190         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6191         obsolete.
6192         (auth-source-magic): Marker for `password-cache' keys.
6193         (auth-source-do-cache): Update docstring.
6194         (auth-source-search): Use and check cache.
6195         (auth-source-forget-all-cached, auth-source-remember)
6196         (auth-source-recall, auth-source-forget, auth-source-forget+)
6197         (auth-source-specmatchp): Caching support functions.
6198         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6199         Remove and obsolete.
6200         (auth-source-user-or-password): Remove caching to further discourage
6201         using it.  Always hide passwords.
6202
6203         * password-cache.el (password-cache-remove): Accept secrets that are
6204         not strings.
6205
6206 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6207
6208         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6209         code for now, since it doesn't work for all users.
6210
6211 2011-02-09  Julien Danjou  <julien@danjou.info>
6212
6213         * message.el (message-options): Make message-options really buffer
6214         local.
6215
6216 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6217
6218         * mail-source.el: Autoload `auth-source-search'.
6219         (mail-source-keyword-map): Note order matters.
6220         (mail-source-set-1): Get all the mail-source source values and
6221         defaults and search auth-source on those if needed.  This can all
6222         probably be simplified.
6223
6224         * nnimap.el: Autoload `auth-source-search'.
6225         (nnimap-credentials): Use it.
6226         (nnimap-open-connection-1): Ask for the virtual server and physical
6227         address in one shot.
6228
6229         * nntp.el: Autoload `auth-source-search'.
6230         (nntp-send-authinfo): Use it.  Note TODO.
6231
6232 2011-02-08  Julien Danjou  <julien@danjou.info>
6233
6234         * shr.el (shr-tag-body): Add support for text attribute in body
6235         markups.
6236
6237         * message.el (message-options): Make message-options a local variable.
6238
6239 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6240
6241         * auth-source.el (auth-source-secrets-search)
6242         (auth-source-user-or-password): Use `append' instead of `nconc'.
6243         (auth-source-user-or-password): Build return list better and protect
6244         against nil :secret.
6245
6246 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6247
6248         * nnimap.el (nnimap-update-info): Refactor slightly.
6249         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6250         (nnimap-update-info): Clean up slightly.
6251         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6252         characters.
6253         (nnimap-process-quirk): Rename function to avoid collision.
6254         (nnimap-update-info): Fix macrology bug-out.
6255         (nnimap-update-info): Simplify split history test.
6256
6257 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6258
6259         * auth-source.el (top): Require 'eieio unconditionally.
6260         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6261         (auth-source-secrets-search): Limit search when `max' is greater than
6262         number of results.
6263
6264 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6265
6266         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6267         part not returning any data.
6268
6269         * proto-stream.el (open-protocol-stream): Document the return value.
6270
6271 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * auth-source.el (auth-source-secrets-search): Add examples.
6274
6275 2011-02-06  Julien Danjou  <julien@danjou.info>
6276
6277         * message.el (message-setup-1): Handle message-generate-headers-first
6278         set to t.
6279
6280 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6283         API with a string "secrets:collection-name" and with 'default.
6284         (auth-source-backend-parse): Parse "secrets:collection-name" and
6285         'default.  Recurse on parses instead of repeating code.  Use the
6286         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6287         message when ignoring a source.
6288         (auth-source-search): List ignored search keys at the top level.
6289         (auth-source-netrc-create): Use `case' instead of `cond'.
6290         (auth-source-secrets-search): Created with TODOs.
6291         (auth-source-secrets-create): Created with TODOs.
6292         (auth-source-retrieve, auth-source-create, auth-source-delete)
6293         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6294         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6295         (auth-source-user-or-password-sftp)
6296         (auth-source-user-or-password-smtp): Remove.
6297         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6298         around `auth-source-search'.  Not tested thoroughly.
6299
6300 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * auth-source.el: Bring in assoc and eioeio libraries.
6303         (secrets-enabled): New variable to track the status of the Secrets API.
6304         (auth-source-backend): New EIOEIO class to represent a backend.
6305         (auth-source-creation-defaults): New variable to set prompt defaults
6306         during token creation (see the `auth-source-search' docstring for
6307         details).
6308         (auth-sources): Simplify to allow a simple string as a netrc backend
6309         spec.
6310         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6311         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6312         (auth-source-search): Main auth-source API entry point.
6313         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6314         (auth-source-search-collection): Helper function for searching.
6315         (auth-source-netrc-parse, auth-source-netrc-normalize)
6316         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6317         Supports search, create, and delete.
6318         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6319         backend stubs.
6320         (auth-source-user-or-password): Call `auth-source-search' but it's not
6321         ready yet.
6322
6323 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6324
6325         * message.el (message-setup-1): Remove the read-only stuff, since it
6326         doesn't work under XEmacs, for some reason.
6327
6328         * gnus-sum.el (gnus-user-date): Rename back from
6329         gnus-summary-user-date since user code refers to it.
6330
6331         * shr.el (shr-render-td): Store the actual background color used.
6332
6333         * message.el (message-setup-1): Don't bind the constant
6334         -forbidden-properties.
6335         (message-setup-1): Revert previous change, since it needs to bind the
6336         props to insert them.
6337         (message-resend): Allow removing the read-only separator line.
6338
6339 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6340
6341         * nnimap.el (nnimap-request-accept-article): Give an error message if
6342         the APPEND wasn't successful.
6343
6344 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6345
6346         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6347         that have no groups.
6348
6349 2011-02-03  Julien Danjou  <julien@danjou.info>
6350
6351         * gnus-draft.el: Remove progn around gnus-draft-setup.
6352
6353 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6354
6355         * gnus-start.el (gnus-read-active-for-groups): This function is never
6356         called with a nil `infos', so clean that up.
6357         (gnus-get-unread-articles): Request active files from primary/secondary
6358         methods that have no groups (yet).
6359
6360 2011-02-03  Julien Danjou  <julien@danjou.info>
6361
6362         * message.el (message-setup-1): Always generate References first.
6363         (message-mail): Return the return value of message-setup, not always t.
6364         (message-setup-1): Insert mail-header-separator with read-only and
6365         intangible properties set.
6366
6367         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6368         user-date in docstring.
6369
6370         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6371
6372         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6373         docstring.
6374
6375         * gnus.el (gnus-user-date-format-alist): Change default value.
6376         Use defcustom, with type and group. Move from gnus-util.el.
6377         Rename to gnus-summary-user-date-format-alist.
6378
6379 2011-02-03  Glenn Morris  <rgm@gnu.org>
6380
6381         * nnimap.el (gnus-fetch-headers): Declare.
6382
6383         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6384
6385 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6386
6387         * message.el (message-forward-make-body-digest-plain)
6388         (message-followup, message-reply): Clean up things noted by Stefan.
6389
6390         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6391         gnus-article-update-date-headers is nil.
6392         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6393         it didn't really work with defcustom.
6394         (article-update-date-lapsed): Make sure the window start doesn't move,
6395         either.
6396
6397 2011-02-01  Julien Danjou  <julien@danjou.info>
6398
6399         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6400         format.
6401
6402         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6403         standard in Emacs nowadays.
6404
6405         * color.el (color-gradient): Add a color-gradient function.
6406
6407 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6408
6409         * message.el (message-expand-name): Don't trust the return value of
6410         bbdb-complete-name.
6411         (message-check-news-header-syntax): Remove unused var `start'.
6412         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6413         (message-inhibit-body-encoding): Move to before first use.
6414         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6415         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6416         (Organization, Message-ID, Date, mh-previous-window-config):
6417         Defvar the vars using dynamic scoping.
6418
6419 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6420
6421         * shr.el (shr-render-td): Only do colors at the final rendering.
6422         Should be slightly faster.
6423         (shr-insert-table): Fix up TD background colors when doing the
6424         vertical padding.
6425
6426         * gnus-art.el (article-date-ut): Protect against articles with no Date
6427         header.
6428         (article-update-date-lapsed): Don't use current-column to find the
6429         horizontal position.  It's fragile in the presence of \003 characters.
6430
6431         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6432
6433 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6434
6435         * gnus-art.el (article-transform-date): Rewrite to still work when
6436         there are several rfc2822 parts.
6437         (article-transform-date): Fix infinite recursion.
6438         (article-date-ut): Replace infinitely many Date headers with a single
6439         one when called interactively.
6440
6441         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6442         secure manner.
6443
6444         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6445         move around by not using save-window-excursion.  It seems to work...
6446
6447 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-art.el (article-make-date-line): Work for user-defined format.
6450
6451 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6452
6453         * nntp.el (nntp-retrieve-group-data-early)
6454         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6455         fetching functions.
6456
6457         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6458         thoroughly for all backends that have no known groups.  This should
6459         allow new nnml methods to retrieve mail.
6460
6461         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6462         that Gnus doesn't know exists again.
6463
6464         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6465         (gnus-treat-date-ut): Ditto.
6466         (gnus-article-update-date-header): Rename.
6467         (gnus-treat-date-local): Remove.
6468         (gnus-treat-date-english): Remove.
6469         (gnus-treat-date-lapsed): Remove.
6470         (gnus-treat-date-combined-lapsed): Remove.
6471         (gnus-treat-date-original): Remove.
6472         (gnus-treat-date-iso8601): Remove.
6473         (gnus-treat-date-user-defined): Remove.
6474         (gnus-article-date-headers): New variable to control all the date
6475         header options.
6476         (article-date-ut): Rewrite to allow using the new way to format date
6477         headers(s).
6478
6479 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6480
6481         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6482         method.
6483         (nnmail-article-group): A better test for fanciness.
6484
6485         * nnimap.el (nnimap-request-head): Protect against not finding the
6486         article by Message-ID.
6487
6488 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6489
6490         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6491         keep point at the "same place".
6492
6493 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6496         data if the group is inactive.
6497
6498 2011-01-28  Julien Danjou  <julien@danjou.info>
6499
6500         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6501         (gnus-all-windows-visible-p): Remove old compatibility code.
6502         (gnus-window-top-edge): Add docstring.
6503
6504         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6505
6506 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6507
6508         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6509         older request-update-info.
6510
6511         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6512
6513 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6514
6515         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6516         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6517
6518 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6521         groups.  This makes the nndraft:queue group pop up if it's not already
6522         there.
6523
6524         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6525         messages" logic, which was reversed.
6526
6527         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6528         the "same place" even if point is on the line being replaced.
6529         (article-update-date-lapsed): Allow updating both the combined lapsed
6530         and the lapsed headers.
6531         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6532         (article-make-date-line): Limit the number of segments dynamically to
6533         avoid too-long lines.
6534
6535 2011-01-27  Julien Danjou  <julien@danjou.info>
6536
6537         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6538         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6539
6540 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6543         Use plist-get instead of the cl function getf.
6544
6545 2011-01-27  Glenn Morris  <rgm@gnu.org>
6546
6547         * gnus-util.el (float-time): Get rid of compiler warning, again.
6548
6549 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6550
6551         * shr.el (shr-put-color): Special-case background colors: Do put them
6552         at the blank parts at the front of the lines.
6553
6554         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6555         exit hook to nix out all data on readedness on group exit.
6556
6557         * gnus-util.el (float-time): If float-time is bound, always use it on
6558         all Emacsen.  It's unclear why the subrp check was there.
6559         (time-date): Require to make some autoload issues on XEmacs go away.
6560
6561         * shr.el (shr-put-color): Don't do the box padding in tables, since
6562         they're already padded.
6563
6564 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6565
6566         * gnus-art.el (gnus-article-next-page): When the last line of the
6567         article is displayed, scroll down once more instead of going to the
6568         next article at once.
6569         (article-lapsed-string): Refactor out and allow specifying how many
6570         segments you want.
6571         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6572         (gnus-article-update-lapsed-header): New variable.
6573
6574         * shr.el: Revert change that made headings use different-sized faces.
6575         The Emacs display engine isn't advanced enough that, for instance,
6576         tables can comfortably use differently-sized faces.
6577
6578 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6579
6580         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6581         used.
6582         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6583         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6584         we're using an encrypted connection.
6585
6586         * proto-stream.el: Alter the interface functions to also return the
6587         actual stream type used: network or tls.
6588
6589 2011-01-25  Julien Danjou  <julien@danjou.info>
6590
6591         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6592         (mm-display-javascript-inline): New function.
6593
6594         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6595         viewing function.
6596
6597 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * shr.el (shr-expand-newlines): Fix variable name.
6600
6601 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6602
6603         * shr.el (shr-expand-newlines): Make nested boxes work.
6604
6605 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6606
6607         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6608         backgrounds.
6609         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6610         in a more sensible manner.
6611
6612 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6615         if EPG is loaded.
6616
6617 2011-01-24  Julien Danjou  <julien@danjou.info>
6618
6619         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6620         tags.
6621
6622 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6623
6624         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6625         commands.
6626
6627         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6628         in the article buffer.
6629         (gnus-gravatar-insert): Use blank space from the current buffer to
6630         avoid breaking text properties.  This makes X-Sent updating work again.
6631
6632         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6633
6634 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6635
6636         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6637         fix the bug in url-http.el instead.
6638
6639         * shr.el (shr-image-fetched): Ditto.
6640
6641         * shr.el (shr-image-fetched): Avoid having point move in the article
6642         buffer.
6643
6644         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6645         buffer after being called.  It's apparently being killed by url.el, and
6646         killing it made point move to end-of-buffer in a random buffer.
6647
6648         * shr.el (shr-image-fetched): Ditto.
6649
6650 2011-01-23  Julien Danjou  <julien@danjou.info>
6651
6652         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6653
6654         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6655         text/x-org.
6656
6657 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6658
6659         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6660         (i.e., nnimap) returning nil as the article number.
6661
6662 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6663
6664         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6665         "DelSp" parameter in RFC3676.
6666
6667 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6668
6669         * message.el (message-check-recipients): Display the encoded version of
6670         the bogus address if they differ.
6671
6672         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6673         after sending.
6674
6675         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6676
6677         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6678
6679         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6680         group buffer after sending the queue.
6681
6682         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6683
6684 2011-01-22  Julien Danjou  <julien@danjou.info>
6685
6686         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6687
6688 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6689
6690         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6691         nested related parts.
6692
6693         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6694         unexpired articles.  This fixes the regression that led expiry marks to
6695         disappear from nnfolder groups.
6696
6697 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6700         Don't confuse the "ret" of "retrograde" with RET.
6701
6702 2011-01-21  Julien Danjou  <julien@danjou.info>
6703
6704         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6705         than mm-insert-inline.
6706
6707 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6710         Widen article buffer.
6711
6712 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6715         the temp buffer.
6716         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6717
6718 2011-01-20  Julien Danjou  <julien@danjou.info>
6719
6720         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6721
6722         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6723         than mm-insert-inline to insert inline part: this respect
6724         mm-inline-media-tests displayers.
6725
6726         * mm-view.el (mm-display-shell-script-inline): New function.
6727
6728         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6729
6730         * mm-uu.el (mm-uu-type-alist): Add org block.
6731         (mm-uu-org-src-code-block-extract): New function.
6732
6733         * mm-view.el (mm-display-org-inline): New function.
6734
6735         * mm-decode.el (mm-automatic-display): Add text/org.
6736
6737         * mailcap.el (mailcap-mime-extensions): Add .org.
6738
6739 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6742         gnus-article-add-buttons.
6743
6744 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6745
6746         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6747         From header with a date and "nobody" as the sender.
6748
6749 2011-01-19  Julien Danjou  <julien@danjou.info>
6750
6751         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6752         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6753         if you have the same regexp several times.
6754         (gnus-button-push): Fix matching when regexp is symbol.
6755
6756 2011-01-15  Glenn Morris  <rgm@gnu.org>
6757
6758         * message.el (message-mail): A compose-mail function should
6759         accept headers as strings.
6760
6761 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6762
6763         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6764         Add :vert-only tags.
6765         (message-mail): New arg RETURN-ACTION.
6766         (message-return-action): New var.
6767         (message-bury): Use it.
6768         (message-mode): Make it buffer-local.
6769         (message-send-and-exit): Always call message-bury.
6770
6771         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6772         message-mail.
6773
6774 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775
6776         * nnimap.el (nnimap-convert-partial-article): Protect against
6777         zero-length body parts.
6778
6779         * mm-decode.el (mm-preferred-alternative-precedence):
6780         Discourage showing empty parts.
6781
6782         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6783         and stuff if the backend didn't return the article number.  This fixes
6784         an Exchange-related nnimap bug.
6785
6786         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6787         group window, because it does the wrong thing when a separate frame
6788         displays the group buffer.
6789
6790         * proto-stream.el (open-protocol-stream): Protect against the low-level
6791         transport functions returning nil.
6792
6793 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6794
6795         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6796         (mml2015-epg-find-usable-secret-key): New function.
6797         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6798         mml2015-epg-find-usable-key (Bug#7797).
6799         (mml2015-epg-encrypt): Ditto.
6800
6801 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * dgnushack.el (rot13-string): Fix the way to get the argument.
6804
6805 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6806
6807         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6808
6809 2011-01-03  Glenn Morris  <rgm@gnu.org>
6810
6811         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6812
6813         * sieve.el (sieve-open-server): Give a more explicit error if
6814         sieve-manage-open returns nil.  (Bug#7720)
6815
6816 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6817
6818         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6819
6820 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6821
6822         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6823         This avoids sending passwords in plain text over non-encrypted
6824         channels.
6825
6826         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6827
6828         * nnimap.el (nnimap-login): Refactored out into own function, and
6829         implement CRAM-MD5.
6830         (nnimap-wait-for-line): Refactored out.
6831
6832         * mm-view.el (mml-smime): Require.
6833
6834 2010-12-20  David Engster  <deng@eml.cc>
6835
6836         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6837         use EPG to decrypt S/MIME messages instead of openssl.
6838
6839 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6842
6843         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6844         status is the group clearly is unreachable.
6845
6846         * auth-source.el (auth-source-create): Add the optional second
6847         parameter to `local-variable-p' to be compatible with XEmacs.
6848
6849 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6850
6851         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6852         work when using a compressed nnml folder.
6853
6854 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6857         backends after sanitising on entry, because this never makes sense:
6858         If the articles have gone missing, then the data no longer exists on
6859         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6860         overwrite anything anyway.
6861
6862         * shr.el (shr-insert-document): Bind shr-width dynamically to
6863         window-width if it's nil.
6864
6865 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6866
6867         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6868         with the meaning of using the full emacs window width for rendering.
6869
6870 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6871
6872         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6873         case when sender is not given.
6874
6875 2010-12-23  Julien Danjou  <julien@danjou.info>
6876
6877         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6878         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6879         the addresses, otherwise we might misplaced the gravatar.
6880
6881 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6882
6883         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6884         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6885         obsolete in Emacs.
6886
6887 2010-12-20  Julien Danjou  <julien@danjou.info>
6888
6889         * gnus-util.el (gnus-rescale-image): Revert last change.
6890
6891 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6892
6893         * binhex.el: Improve commentary (Bug#7482).
6894
6895 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6896
6897         * gnus-group.el (gnus-group-delete-articles): New command.
6898
6899 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6900
6901         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6902
6903 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6906         here, since it's up to the backends to do CRLF removal if their
6907         protocol has it.
6908
6909         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6910
6911 2010-12-17  Julien Danjou  <julien@danjou.info>
6912
6913         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6914         they are from file.  Can also scale up.
6915
6916 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6917
6918         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6919         Restore gnus-use-agent.
6920         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6921
6922         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6923
6924 2010-12-17  Julien Danjou  <julien@danjou.info>
6925
6926         * gravatar.el (gravatar-retrieve-synchronously): New function.
6927         (gravatar-get-data): Make more robust.
6928
6929 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6932
6933 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6936         to really consider the last line.
6937
6938 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6939
6940         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6941         list of recipient keys, or use symmetric encryption if not a list.
6942         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6943         EPA override, replacing the call to `netrc-store-data'.
6944
6945 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6946
6947         * gnus-srvr.el: Avoid passing nil regexp argument to
6948         delete-matching-lines.
6949
6950 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6953         fetching stops when Gnus exits.
6954
6955         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6956         function.
6957         (nnfolder-request-expire-articles): Save all the buffers after doing
6958         expiry.
6959
6960         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6961         the last article", since that led to serious performance regressions
6962         when expiring nnml groups.
6963
6964 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6965
6966         * nnir.el: Improve customizations.
6967
6968 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6971
6972         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6973         group has been killed.
6974         (gnus-group-yank-group): Ditto.
6975
6976         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6977
6978         * nnimap.el (nnimap-request-update-group-status): New function.
6979
6980         * gnus-int.el (gnus-request-update-group-status): New interface
6981         function.
6982
6983         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6984         copying read-ness to the backends.
6985
6986         * nnimap.el (nnimap-quirk): New function.
6987         (nnimap-retrieve-group-data-early): Use it.
6988         (nnimap-quirks): New alist.
6989
6990 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6993         don't delete it within indentation.
6994
6995 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6998         previous line.
6999
7000 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7003         QRESYNC command by deleting a superfluous space which broke Cyrus
7004         servers.  This change will break other servers that are buggy the other
7005         way around.
7006
7007 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * spam.el: Reindent and fix long lines.
7010         (spam-copy-or-move-routine): Exclude invalid move destinations.
7011
7012 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7013
7014         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7015         installed the registry.
7016
7017 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7020
7021 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7022
7023         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7024         groupname doesn't contain "gmane".
7025
7026 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7029         and netrc-bound-and-true-p bindings.
7030         (netrc-parse): Cache the netrc contents.
7031
7032         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7033         (gnus-1): Don't create the nndrafts group twice.
7034         (gnus-setup-news): There's no need to read the active file here, since
7035         that's done again later on a per-backend basis.
7036         (gnus-start-draft-setup): Make sure that the new group is started out
7037         empty.
7038
7039         * gnus-agent.el (gnus-agentize): Don't create the queue group
7040         automatically on startup.  It'll be created later, if needed.
7041
7042         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7043         of automatically subscribed groups.
7044         (gnus-auto-subscribed-categories): New variable.
7045         (gnus-matches-options-n): Use it.
7046         (gnus-default-subscribed-newsgroups): Remove unused variable.
7047         (gnus-start-draft-setup): Message a bit less.
7048
7049 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7050
7051         * nnir.el (nnir-run-imap): Return article list in order of increasing
7052         UID.
7053
7054 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-sum.el (gnus-summary-enter-digest-group):
7057         Mention gnus-auto-select-on-ephemeral-exit.
7058
7059         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7060         convention of the network-only option.
7061
7062 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * proto-stream.el (proto-stream-open-network-only): New function to
7065         have a way to specify non-STARTTLS upgrade connections.
7066
7067 2010-12-10  Julien Danjou  <julien@danjou.info>
7068
7069         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7070         email address is nil.
7071
7072         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7073
7074 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7075
7076         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7077         deletion.
7078         (nnir-run-imap): Only need to parse list once.
7079
7080 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081
7082         * shr.el (shr-tag-script): Ignore <script>.
7083         (shr-tag-label): Add <label> support.
7084
7085 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7088
7089         * shr.el (shr-image-displayer): Work for images lined side by side.
7090
7091 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7092
7093         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7094         parameter, since XEmacs doesn't accept t as a parameter.
7095
7096 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7097
7098         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7099         ids.
7100         (nnir-run-gmane): Simplify groupspec formatting.
7101         (nnir-request-expire-articles): New function.
7102
7103 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7106         overflow, possibly.
7107
7108         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7109         (shr-render-td): Handle td style="" better.
7110         (shr-tag-table): Use the color from the style sheet.
7111         (shr-render-td): Make sure we copy over all the overlays, too.
7112
7113 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7114
7115         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7116         (nnir-request-article): Improve article retrieval.
7117
7118 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * mm-util.el (mm-extra-numeric-entities): New variable.
7121
7122         * mm-url.el (mm-url-decode-entities):
7123         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7124
7125         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7126
7127 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7128
7129         * message.el: Use completion-at-point.
7130         (message-completion-function): New fun, extracted from message-tab.
7131         (message-mode): Use it for completion-at-point-functions.
7132         (message-tab): Use it and completion-at-point.
7133
7134 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7137         character if a non-breakable character follows.
7138
7139 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7142         any stream.
7143
7144         * shr.el (shr-tag-font): Colorize the region.
7145         (shr-tag-body): Ditto.
7146         (shr-tag-font): Actually let the styles be inherited instead of
7147         overwriting them.
7148         (shr-tag-font): Get the background color right.
7149         (shr-tag-style): Ignore all <style> tags for the moment.
7150
7151         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7152         a Message-ID to avoid having nnimap depend on gnus-sum.
7153
7154         * shr.el (shr-descend): Only colorize something if we have a node that
7155         sets colors.
7156
7157 2010-12-06  Julien Danjou  <julien@danjou.info>
7158
7159         * shr.el (shr-render-td): Render td content with shr-descend, so style
7160         will be applied to <td> too.
7161         (shr-colorize-region): Colorize region even if we only have a background.
7162         (shr-tag-body): Fix color and background color inheritance.
7163         Do not recolorize after shr-generic.
7164         (shr-tag-font): Let shr-generic colorize via inheritance.
7165
7166 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7169
7170 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7171
7172         * nnir.el (nnir-request-move-article): Remove obsolete code.
7173
7174 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7177
7178 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-sum.el (gnus-summary-respool-article): The completion function
7181         expects a list instead of an alist.
7182
7183         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7184         string as the parameter.
7185
7186         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7187
7188         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7189         styles.
7190         (shr-colorize-region): New function.
7191         (shr-insert-background-overlay): Remove.
7192         (shr-render-td): Background setting should be taken care of on a higher
7193         level.
7194         (shr-tag-body): Use post-hoc colorizations.
7195         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7196         (shr-put-color-1): Don't overwrite old colors.
7197         (shr-colorize-region): When the background color isn't explicit, use
7198         a fixed background.
7199
7200         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7201         nnmail variables.
7202
7203 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7204
7205         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7206         unless necessary.
7207
7208 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7209
7210         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7211         server.
7212
7213 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214
7215         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7216         so that TAB works.
7217
7218         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7219         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7220
7221         * shr.el (shr-urlify): Show the URL before the title to avoid
7222         misleading URLs.
7223
7224 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7225
7226         * shr.el (shr-urlify): Display the title in <a> tags.
7227
7228 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7229
7230         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7231
7232 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7233
7234         * nnir.el: Rearrange code to allow macros to be autoloaded by
7235         gnus-sum.el.
7236         (nnir-retrieve-headers-override-function): Make this variable
7237         customizable.
7238         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7239
7240         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7241         from nnir.el.
7242
7243 2010-12-03  Julien Danjou  <julien@danjou.info>
7244
7245         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7246
7247 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7250         allow optional argument `environment'.
7251
7252 2010-12-03  Glenn Morris  <rgm@gnu.org>
7253
7254         * mm-extern.el (message-goto-body): Update declaration.
7255
7256 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * gnus-util.el (gnus-macroexpand-all): New function.
7259
7260         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7261         instead of macroexpand-all that is unavailable in XEmacs.
7262
7263 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7264
7265         * nnir.el (nnir-summary-line-format): New variable.
7266         (nnir-mode): Use it.
7267         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7268         (nnir-article-ids): Reimplement as defsubst.
7269         (nnir-retrieve-headers): Don't mangle the subject header.
7270         (nnir-run-imap): Use 100 as RSV score.
7271         (nnir-run-find-grep): Fix for full server searching.
7272         (nnir-run-gmane): Better restriction to gmane groups.
7273
7274         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7275         summary buffers.
7276
7277 2010-12-02  Julien Danjou  <julien@danjou.info>
7278
7279         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7280
7281         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7282
7283         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7284         support.
7285
7286 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7287
7288         * nnir.el: Update to handle the registry better.
7289         (autoload): Silence byte-compiler.
7290         (nnir-open-server): Add a hook for nnir groups.
7291         (nnir-request-move-article): Don't mangle the header.  Better to use
7292         formatting variables (which will be added in the future).
7293         (nnir-registry-action): Update the registry using the original article
7294         group name.
7295         (nnir-mode): Install nnir-specific hooks for updating the registry.
7296
7297         * gnus-sum.el
7298         (gnus-article-original-subject,gnus-newsgroup-original-name):
7299         Remove obsolete variables.
7300         (gnus-summary-move-article): Remove use of obsolete variables.
7301         (gnus-summary-local-variables): Make move and delete hooks local to
7302         summary buffers.
7303
7304 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305
7306         * rtree.el: New file.
7307
7308 2010-12-01  Julien Danjou  <julien@danjou.info>
7309
7310         * message.el (message-user-organization): Do not use
7311         gnus-local-organization.
7312
7313         * gnus.el: Remove gnus-local-organization.
7314
7315         * gnus-msg.el: Remove nastygram thing.
7316
7317 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7320         funcall.
7321
7322 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7325         names.
7326
7327         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7328         characters.
7329
7330         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7331         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7332         Suggested by Štěpán Němec <stepnem@gmail.com>.
7333         (gnus-gravatar-transform-address): Use mail-extract-address-components
7334         that supports non-ASCII names rather than mail-header-parse-addresses.
7335
7336 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * proto-stream.el (open-protocol-stream): All starttls connections are
7339         handled by the network handler.
7340
7341 2010-11-30  Julien Danjou  <julien@danjou.info>
7342
7343         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7344         (nnimap-open-connection-1): Fix PREAUTH.
7345
7346         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7347
7348 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7351         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7352         (shr-insert): Use them.
7353         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7354
7355 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7356
7357         * nnir.el (nnir-request-move-article): Bail out if original group
7358         doesn't support article moves.
7359         (nnir-get-active): Improve active list retrieval.
7360
7361 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362
7363         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7364
7365 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7366
7367         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7368         seem to accept strings-with-numbers as port numbers.
7369
7370 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7371
7372         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7373         change the registry.
7374
7375 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7378         delete-dups that is not available in XEmacs 21.4.
7379
7380         * mm-util.el (mm-delete-duplicates): Add comment.
7381
7382 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7383
7384         * nnir.el (nnir-ignored-newsgroups): New variable.
7385         (nnir-get-active): Use it.
7386
7387 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * proto-stream.el (proto-stream-open-network): Add some comments.
7390
7391         * nntp.el (nntp-open-connection): Provide a :success condition.
7392
7393         * nnimap.el (nnimap-open-connection-1): Ditto.
7394
7395         * proto-stream.el (proto-stream-open-network): See what the response to
7396         the STARTTLS command is.
7397
7398         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7399         backwards compatibility).
7400         (nnimap-open-connection-1): Really respect nnimap-server-port.
7401
7402         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7403         TLS upgrades we don't really care about the identity of the peer.
7404         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7405         that what we've checked for.
7406         (proto-stream-always-use-starttls): Only default to t if
7407         open-gnutls-stream exists.
7408         (proto-stream-open-network): If STARTTLS failed, then just open a
7409         normal connection.
7410         (proto-stream-open-network): Wait until the greeting before doing
7411         STARTTLS.
7412
7413         * nntp.el (nntp-open-connection): Report what the connection error is.
7414
7415         * proto-stream.el (open-protocol-stream): Rename from
7416         open-proto-stream.
7417
7418 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * nnimap.el (nnimap-stream): Change default to `undecided'.
7421         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7422         first, and then network.
7423         (nnimap-open-connection-1): Respect nnimap-server-port.
7424         (nnimap-open-connection): Be more backwards-compatible.
7425
7426         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7427         (proto-stream-open-starttls): De-duplicate the starttls code.
7428         (proto-stream-open-starttls): Folded back into the main function.
7429         (proto-stream-open-network): Fix typo in the gnutls path.
7430         (proto-stream-command): Refactor out.
7431
7432         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7433
7434         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7435         starttls.el STARTTLS.
7436
7437         * color.el (color-lab->srgb): Fix function call name.
7438
7439         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7440         if we're using tls.el.
7441         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7442         built in, then don't try to establish a STARTTLS connection.
7443
7444         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7445         servers.
7446
7447         * proto-stream.el (open-proto-stream): Use network, not stream.
7448         (open-proto-stream): Add a way to specify what the end of a command is.
7449
7450         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7451         connections types.
7452         (nntp-open-network-stream): Remove.
7453         (nntp-open-ssl-stream): Remove.
7454         (nntp-open-tls-stream): Remove.
7455         (nntp-ssl-program): Remove.
7456
7457         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7458
7459 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7460
7461         * nnir.el: Fix typos.
7462         (nnir-retrieve-headers-override-function): Rename variable to reflect
7463         new semantics.
7464         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7465         macros.
7466         (nnir-request-article, nnir-request-move-article): Use them.
7467         (nnir-categorize): New function.
7468         (nnir-run-query): Use it.
7469         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7470         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7471         sorted.
7472         (nnir-group-full-name): Use gnus-group-full-name instead.
7473         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7474         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7475
7476 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7479
7480         * proto-stream.el: New library to provide protocol-specific
7481         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7482         protocols.
7483         (open-proto-stream): Complete the documentation.
7484         (proto-stream-open-network): Fix some typos.
7485
7486         * nnimap.el (nnimap-open-connection): Use it.
7487
7488 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7489
7490         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7491         negotiation.
7492
7493 2010-11-26  Julien Danjou  <julien@danjou.info>
7494
7495         * color.el: Rename various rgb functions to srgb.
7496
7497 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7500         names.
7501
7502 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * shr.el (shr-insert): Revert last change.
7505         (shr-find-fill-point): Never leave point being at bol;
7506         relax the kinsoku limitation when rendering tables.
7507
7508 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7511         results from -accept-article.
7512
7513         * shr-color.el: Require cl when compiling.
7514
7515         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7516         checkin.
7517
7518         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7519
7520         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7521
7522         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7523         'add and 'delete to set backend marks.
7524
7525         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7526
7527         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7528
7529         * nntp.el (nntp-request-set-mark): Use it.
7530
7531         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7532
7533         * nnml.el (nnml-request-set-mark): Ditto.
7534
7535         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7536         introduces regressions in article selection.
7537         (nnimap-find-uid-response): New function.
7538         (nnimap-request-accept-article): Use the UID returned, if any.
7539         (nnimap-request-move-article): Use the UID returned, if any.
7540         (nnimap-get-groups): Reimplement to work with folded lines.
7541         (nnimap-find-uid-response): The UID is the last element in the list.
7542         (nnimap-request-set-mark): Extend syntax with 'set.
7543
7544         * nnml.el (nnml-request-set-mark): Ditto.
7545
7546         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7547
7548         * nntp.el (nntp-request-set-mark): Ditto.
7549
7550 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * message.el (message-called-interactively-p): A temporary macro.
7553         (message-goto-body): Use it temporarily.
7554
7555 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7558         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7559         (nnimap-last-response-string): Fix last unfolding fix.
7560
7561 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * shr.el (shr-insert): Fix the way to fold lines.
7564
7565 2010-11-25  Julien Danjou  <julien@danjou.info>
7566
7567         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7568
7569         * color.el: Rename from color-lab.el
7570         (color-rgb->hex): Add.
7571         (color-complement): Add.
7572         (color-complement-hex): Add.
7573
7574         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7575
7576 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * shr-color.el (shr-color-visible): Don't bug out if the color names
7579         don't exist.
7580
7581 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7584         assuming that article displaying or another mml-preview may be
7585         interrupted for an error or for the like.
7586
7587         * shr.el (shr-get-background): Fix argument name.
7588
7589 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7592
7593         * gnus-sum.el (gnus-summary-include-articles): New function.
7594
7595         * message.el (message-goto-body): called-interactively-p needs a
7596         parameter, so use `any'.
7597
7598         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7599         clear marks before moving, since they're synced from the Gnus side
7600         first.
7601
7602         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7603         (gnus-summary-move-article): Copy over all marks before moving, so that
7604         IMAP doesn't think a new article has arrived.
7605
7606 2010-11-24  Julien Danjou  <julien@danjou.info>
7607
7608         * shr.el (shr-insert-background-overlay): Fix typo.
7609         (shr-render-td): Copy the background before rendering.
7610
7611         * shr-color.el (shr-color-visible): Fix docstring.
7612
7613         * shr.el (shr-tag-table): Add bgcolor support.
7614         (shr-render-td): Add bgcolor support.
7615         (shr-get-background): Add.
7616         (shr-insert-foreground-overlay): Use shr-get-background.
7617
7618         * message.el (message-goto-body): Use called-interactively-p.
7619         (message-in-body-p): message-goto-body returns point.
7620
7621 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7624         Fixes something or other in Emacs 23, and is backwards compatible.
7625
7626         * message.el (message-goto-body): Remove the <#secure special-casing,
7627         which is too special.
7628
7629         * shr.el (shr-parse-style): Drop !important from styles.
7630
7631 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7632
7633         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7634         this function to return incorrect results when calling it with an
7635         explicit article argument different from
7636         (gnus-summary-article-number).
7637
7638 2010-11-24  Julien Danjou  <julien@danjou.info>
7639
7640         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7641         (shr-tag-body): Add background support.
7642         (shr-descend): Add background support.
7643         (shr-tag-title): Add.
7644
7645         * shr-color.el (shr-color-visible): Really return original background
7646         if fixed.
7647
7648 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * shr.el (shr-color-check): Protect against non-existent color names.
7651
7652 2010-11-24  Julien Danjou  <julien@danjou.info>
7653
7654         * color-lab.el: Require 'cl when compiling.
7655
7656         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7657
7658         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7659         matched part.
7660
7661         * color-lab.el: Fix all expt calls to use float type.
7662
7663 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7666         expression to shr-color-check as is.
7667
7668         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7669
7670         * color-lab.el: Add coding cookie.
7671         (float-pi): Use eval-and-compile.
7672
7673         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7674         compiled for Emacsen having no `libxml-parse-html-region' support.
7675
7676 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * shr.el (shr-insert-color-overlay): Split stuff like
7679         "#444444 !important" to find the real color.
7680         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7681         parse <font color="red"> entries.
7682
7683 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7684
7685         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7686         point when parsing headers.
7687
7688         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7689         is positioned properly when parsing headers.
7690
7691 2010-11-23  Julien Danjou  <julien@danjou.info>
7692
7693         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7694
7695         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7696
7697         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7698
7699         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7700         Use shr-color-hue-to-rgb.
7701         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7702
7703 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * shr.el (shr-color->hexadecimal): Autoload.
7706         (shr-descend): Add color to all tags.
7707
7708 2010-11-22  Julien Danjou  <julien@danjou.info>
7709
7710         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7711         shr-color->hexadecimal.
7712
7713         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7714         RGB() or HSL() color representation.
7715
7716         * shr.el (shr-tag-font): Add.
7717         (shr-tag-color-check): New function to get better colors.
7718         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7719         tag-span.
7720
7721         * shr-color.el: New file.
7722
7723         * color-lab.el: New file.
7724
7725         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7726
7727 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7728
7729         * nnir.el: Fix typo in comments.
7730         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7731         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7732
7733 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7736
7737         * nnimap.el (nnimap-get-capabilities): Refactor out.
7738         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7739
7740 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7741
7742         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7743         appearing when `mm-uu-hide-markers' is nil.
7744
7745 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * nnimap.el (nnimap-unselect-group): Make into its own function.
7748         (nnimap-request-rename-group): Unselect group before renaming.
7749         This had gotten lost somewhere.
7750         (nnimap-request-accept-article): Keep track of examined groups, and
7751         unselect the group before APPENDing to read-only groups.
7752         (nnimap-request-move-article): Clear flags before moving so that they
7753         can be re-set later.
7754
7755 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7758         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7759
7760 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * gnus-art.el (gnus-mime-display-single):
7763         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7764         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7765         parameter.
7766
7767 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7770         (shr-table-vertical-line): New variable.
7771         (shr-insert-table): Use it.
7772
7773 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-html.el (gnus-html-wash-images): Don't display images if
7776         gnus-inhibit-images is non-nil; register displayer for cid images.
7777         (gnus-html-display-image): Work for cid image.
7778         (gnus-html-insert-image): Allow arguments.
7779         (gnus-html-put-image): Inhibit read-only.
7780         (gnus-html-prefetch-images): Don't prefetch images if
7781         gnus-inhibit-images is non-nil.
7782
7783 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * shr.el (shr-put-image): Break lines when inserting big pictures.
7786
7787 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7788
7789         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7790         sender, thanks Katsumi Yamaoka.
7791
7792 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7793
7794         * nnir.el (nnir-run-imap): Reverse the article list for each group
7795         rather than the whole list.
7796
7797 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * shr.el (shr-image-displayer): Protect function against non-existent
7800         image source.
7801
7802         * gnus-art.el (gnus-inhibit-images): New user option.
7803         (gnus-mime-display-single): Don't display image if it is non-nil.
7804
7805         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7806         gnus-inhibit-images.
7807
7808         * shr.el (shr-image-displayer): New function.
7809         (shr-tag-img): Use it.
7810
7811 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7812
7813         * mml2015.el (mml2015-epg-sign): Use From header.
7814
7815 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7818
7819         * gnus-util.el (gnus-find-text-property-region): Return markers.
7820
7821         * shr.el (shr-tag-img): Put a displayer in the text property.
7822
7823         * gnus-util.el (gnus-find-text-property-region): New utility function.
7824
7825         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7826         (gnus-html-show-images): Remove.
7827
7828         * gnus-art.el (gnus-article-show-images): New, more general function.
7829
7830         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7831         image url text properties.
7832
7833         * shr.el: Ditto.
7834
7835         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7836         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7837
7838 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7841         work for two or more articles.
7842
7843 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7846         divide an image that's in an html article to two or more when washing
7847         non-ASCII characters in alt text of it.
7848
7849 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7852         smime-decrypt-region using function argument.
7853         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7854
7855         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7856
7857         * smime.el (smime-decrypt-region): Catch it.
7858
7859 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7860
7861         * smime.el (smime-mode-map): Move initialization into declaration.
7862         (gnus-run-mode-hooks): Don't autoload.
7863         (smime-mode): Use define-derived-mode.
7864
7865 2010-11-11  Glenn Morris  <rgm@gnu.org>
7866
7867         * smime.el (from): Restrict declaration to XEmacs.
7868
7869         * nnir.el (gnus-group-topic-name): Autoload.
7870
7871 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * shr.el (shr-insert): Don't break long line if it is because of
7874         kinsoku-bol characters in the line end.
7875
7876 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7877
7878         * nnir.el (nnir-request-move-article): Fix to provide original group
7879         and subject.
7880         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7881         been retrieved.
7882
7883         * gnus-sum.el (gnus-summary-move-article): Use original group and
7884         subject for virtual articles such as those in an nnir summary buffer.
7885
7886 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7889         least 21.5).
7890
7891         * smime.el (from): Declare it again for XEmacs.
7892
7893 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * message.el (message-resend): Don't disable encoding unless it's
7896         already encoded.
7897
7898         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7899         low-numbered articles.
7900
7901 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * rfc2047.el (rfc2047-syntax-table): Simplify.
7904
7905         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7906
7907         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7908         set-char-table-range for XEmacs.
7909
7910 2010-11-10  Glenn Morris  <rgm@gnu.org>
7911
7912         * time-date.el (time-to-seconds): Always an alias on Emacs,
7913         never a real function.
7914         (with-no-warnings): Remove compat stub, now unused.
7915         (time-less-p): Doc fix.
7916         (time-to-number-of-days): Simplify.
7917
7918         * smime.el (from): Remove unused declaration.
7919
7920         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7921         (gnus-float-time): On Emacs, always an alias.
7922
7923         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7924         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7925
7926 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * dgnushack.el: Don't use ignore-errors in the top level form since it
7929         is unavailable in XEmacs even if cl is loaded.
7930
7931         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7932
7933 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934
7935         * shr.el (browse-url-mailto): Autoload.
7936
7937         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7938
7939         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7940         regexp doesn't need quoting.
7941
7942 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7943
7944         * message.el (message-subject-trailing-was-ask-regexp)
7945         (message-subject-trailing-was-regexp): Match was: in addition to was.
7946
7947 2010-11-09  Glenn Morris  <rgm@gnu.org>
7948
7949         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7950         (nnbabyl-check-mbox): Use point-at-bol.
7951
7952 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7955
7956         * message.el (message-mailto): New function.
7957         (message-mailto): Should accept other parameters.
7958         (message-mailto): Remove since it duplicates browse-url-mailto
7959         functionality.
7960
7961 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7964         methods.
7965         (gnus-read-active-file): Ditto.
7966
7967         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7968         ": " from the prompt.
7969         (gnus-group-make-group): Ditto.
7970
7971 2010-11-07  Glenn Morris  <rgm@gnu.org>
7972
7973         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7974         (gnus-bookmark-kill-line): Use point-at-eol.
7975
7976 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7979         asterisks in From header.
7980
7981 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7984         string to avoid making the From headers syntactically invalid.
7985
7986         * message.el (message-send-mail): Don't insert courtesy messages if the
7987         message already has List-Post and List-ID messages.
7988
7989 2010-11-06  Glenn Morris  <rgm@gnu.org>
7990
7991         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7992         `condition', `type', `length' a prefix.
7993         (gnus-treat-predicate): Update for above name changes.
7994
7995 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7996
7997         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7998         binding.  Handled by `gnus-summary-refer-thread' instead.
7999         (nnir-warp-to-article): New backend function.
8000
8001         * nnimap.el (nnimap-request-thread): Force dependency updating.
8002
8003         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8004         (gnus-summary-refer-thread): Rework to improve thread-referral.
8005
8006         * gnus-int.el (gnus-warp-to-article): New function.
8007
8008         * gnus-sum.el (gnus-summary-article-map): Bind it.
8009
8010 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8011
8012         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8013         gnus-summary-refer-thread.
8014
8015         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8016         headers.
8017         (gnus-summary-limit-include-thread): Prevent articles in thread from
8018         being cut in gnus-cut-threads.
8019         (gnus-summary-refer-thread): Limit retrieved headers to those in
8020         thread.
8021
8022 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * message.el (message-send-mail): Use the value of
8025         message-courtesy-message from the message buffer.
8026
8027         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8028
8029         * shr.el (shr-browse-url): Implement mailto: URLs.
8030
8031         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8032         "raw".
8033
8034         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8035         if it's already selected.
8036
8037         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8038
8039 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8042         to measure the length and truncate alt text.
8043
8044 2010-11-03  Glenn Morris  <rgm@gnu.org>
8045
8046         * nndiary.el (nndiary-generate-nov-databases-1)
8047         (nndiary-generate-active-info): Rename dynamic variable `files' to
8048         something less generic.
8049
8050 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8051
8052         * nnir.el (nnir-request-move-article): Call the underlying backend to
8053         move articles from nnir.
8054
8055 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8058
8059 2010-11-02  Julien Danjou  <julien@danjou.info>
8060
8061         * nnir.el: Remove wais support.
8062
8063 2010-11-02  Glenn Morris  <rgm@gnu.org>
8064
8065         * gnus-html.el: Reorder requirements to quieten compiler.
8066
8067 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8070         properly for XEmacs as well.
8071         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8072         (gnus-article-natural-long-line-p): Use window-width rather than
8073         frame-width.
8074
8075 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8076
8077         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8078         (nnir-read-parms): Don't modify query.
8079         (nnir-run-query): Add ability to search topic on current line.
8080         (nnir-get-active): Clean up.
8081
8082 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8085         degenerate articles.
8086
8087         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8088         (gnus-print-buffer): Just print the buffer as is, without any copying
8089         to a buffer and then re-highlighting.
8090
8091         * nnimap.el (nnimap-request-group): Store the new updated info.
8092         (nnimap-request-group): Select the group when we don't know whether it
8093         exists or not.
8094
8095         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8096         groups.
8097
8098         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8099         groups.
8100
8101         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8102         groups.
8103
8104         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8105         long-lines case by only filling the long lines.
8106
8107         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8108         (bug #7311).
8109
8110 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * shr.el: No need to declare `declare-function' since shr.el is for
8113         only Emacsen that provide `libxml-parse-html-region'.
8114
8115         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8116         effective only in a file it is referred to.
8117
8118 2010-11-01  Glenn Morris  <rgm@gnu.org>
8119
8120         * mm-util.el (gnus-completing-read): Autoload.
8121         (mm-read-coding-system): Simplify Emacs definition.
8122
8123         * nnmail.el (gnus-activate-group):
8124         * nnimap.el (gnutls-negotiate):
8125         * nntp.el (netrc-parse): Fix declarations.
8126
8127 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8130         string-match-p in Emacs >=23.
8131
8132         * gnus-msg.el (gnus-configure-posting-styles):
8133         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8134
8135 2010-11-01  Glenn Morris  <rgm@gnu.org>
8136
8137         * nnir.el (declare-function): Add compat stub.
8138         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8139         (nnir-run-gmane): Require 'mm-url.
8140
8141         * mm-util.el (mm-string-to-multibyte): Simplify.
8142
8143         * shr.el (declare-function): Add compat stub.
8144         (url-cache-create-filename): Declare.
8145         (mm-disable-multibyte, widget-convert-button): Autoload.
8146
8147         * smime.el (ldap-search): Declare.
8148         (smime-cert-by-ldap-1): Require ldap on Emacs.
8149
8150         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8151         (nnimap-keepalive): Use gnus-float-time.
8152
8153         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8154         (mail-source-delete-crash-box): Use gnus-float-time.
8155
8156         * gnus-dired.el (gnus-completing-read): Autoload.
8157
8158         * mm-view.el (gnus-rescale-image): Autoload.
8159
8160         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8161
8162         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8163
8164         * sieve-manage.el: Require 'cl when compiling.
8165
8166         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8167         (gnus-iswitchb-completing-read): Require iswitchb.
8168         (gnus-select-frame-set-input-focus): Silence compiler.
8169
8170 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171
8172         * message.el (message-subject-trailing-was-query): Change default to t,
8173         since I think that's what most people want.
8174
8175         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8176         appending for easier debugging.
8177         (nnimap-wait-for-connection): Take a regexp.
8178         (nnimap-request-accept-article): Wait for the continuation line before
8179         sending anything unless we're streaming.
8180
8181         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8182         leave the header washing to take place.
8183
8184 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8185
8186         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8187         regular expression match and replace in posting styles.
8188
8189 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8190
8191         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
8192         an entire server.
8193         (nnir-get-active): New function.
8194         (nnir-run-imap): Use it.
8195         (nnir-run-gmane): Who knew, gmane search returns an article score!
8196
8197         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8198         server on the current line with nnir.
8199
8200 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8203         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8204         left edge.
8205         (gnus-article-foldable-buffer): Skip past the prefix when determining
8206         raggedness.
8207
8208         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8209         the raw article, and change `C-u g' to show the article without doing
8210         treatments.
8211
8212         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8213         on to `gnus-treat-article'.
8214         (gnus-inhibit-article-treatments): New variable.
8215
8216         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8217
8218         * gnus-art.el (gnus-treatment-function-alist): Have
8219         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8220         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8221         sections.
8222
8223         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8224         parameter.
8225         (gnus-article-fill-cited-long-lines): New function.
8226         (gnus-article-fill-cited-article): Allow filling only long sections.
8227
8228         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8229         and non-punctuation (like after the apostrophe in "'We").
8230
8231         * gnus-sum.el (gnus-summary-select-article): Make sure
8232         gnus-original-article-buffer is alive.
8233
8234         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8235         reflect the order they're in in the digest.
8236
8237         * gnus.el (gnus-group-startup-message): Move point to the start of the
8238         buffer.
8239
8240         * nnimap.el (nnimap-capability): New function.
8241         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8242         is set.
8243
8244 2010-10-31  David Engster  <dengste@eml.cc>
8245
8246         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8247         conform with changes to gnus-completing-read.
8248
8249 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8250
8251         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8252
8253 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8254
8255         * nnir.el: Move defvar, defcustom around to keep file organized
8256         and keep byte-compiler quiet.
8257         (nnir-read-parms): Accept search-engine as arg.
8258         (nnir-run-query): Pass search-engine as arg.
8259         (nnir-search-engine): Remove.
8260
8261 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * shr.el (shr-generic): The text nodes should be text, not :text.
8264
8265         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8266         later in the file.
8267
8268 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8269
8270         * nnir.el: General clean up.  Allow searching with multiple engines.
8271         Allow separate extra-parameters for each engine.
8272         Batch queries when possible.
8273         (nnir-imap-default-search-key,nnir-method-default-engines):
8274         Add customize interface.
8275         (nnir-run-gmane): New engine.
8276         (nnir-engines): Use it.  Qualify all prompts with engine name.
8277         (nnir-search-engine): Remove global variable.
8278         (nnir-run-hyrex): Restore for now.
8279         (nnir-extra-parms,nnir-search-history): New variables.
8280         (gnus-group-make-nnir-group): Use them.
8281         (nnir-group-server): Remove in favor of gnus-group-server.
8282         (nnir-request-group): Avoid searching twice.
8283         (nnir-sort-groups-by-server): New function.
8284
8285 2010-10-30  Julien Danjou  <julien@danjou.info>
8286
8287         * gnus-group.el: Remove gnus-group-fetch-control.
8288
8289         * gnus-start.el (gnus-find-new-newsgroups):
8290         Remove gnus-check-first-time-used.
8291
8292         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8293
8294 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8295
8296         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8297         set on groups that don't have \* permanentflags.
8298
8299 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8302         control the background color.
8303         (shr-tag-img): Ignore very small web bug type images.
8304         (shr-put-image): Add help-echo alt texts to the images.
8305         (shr-tag-video): Show the video poster image.
8306
8307 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8308
8309         * shr.el (shr-table-depth): New variable.
8310         (shr-tag-table-1): Only insert the images after the top-level table.
8311
8312         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8313
8314         * gnus-util.el (gnus-list-memq-of-list): New function.
8315
8316         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8317         selected.
8318         (nnimap-unsplittable-articles): New slot.
8319         (nnimap-new-articles): Use it.
8320
8321 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8322
8323         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8324         move to the previous line on `M-g'.
8325
8326 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8329         *-request-group, which seems unnecessary.
8330
8331         * nnimap.el (nnimap-quote-specials): Function copied over from
8332         imap.el.
8333         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8334         they support that.  Suggested by Tom Regner.
8335
8336 2010-10-29  Julien Danjou  <julien@danjou.info>
8337
8338         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8339         defalias.
8340         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8341
8342         * gnus.el: Remove `gnus-nntp-service' variable.
8343         (gnus-secondary-servers): Make obsolete.
8344         (gnus-nntp-server): Make obsolete.
8345
8346         * gnus-start.el (gnus-1): Remove x-splash calls.
8347
8348         * gnus-ems.el (gnus-x-splash): Remove.
8349
8350         * gnus.el (gnus-group-startup-message): Simplify/update code.
8351
8352         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8353         definition.
8354
8355         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8356         capability before doing anything.
8357         (gnus-group-insert-group-line): Remove useless
8358         gnus-group-remove-excess-properties.
8359
8360 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8363
8364 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365
8366         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8367         config after reselecting.
8368
8369 2010-10-28  Julien Danjou  <julien@danjou.info>
8370
8371         * shr.el (shr-put-image): Use point even if only inserting text.
8372         (shr-put-image): Save excursion when inserting alt text on non-graphic
8373         display, so the behavior is the same when we are on a graphic display.
8374
8375         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8376
8377 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8380         (gnus-mime-copy-part): Check coding system, not charset.
8381         (gnus-mime-view-part-externally): Never remove part.
8382         (gnus-mime-view-part-internally): Don't remove part here.
8383         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8384         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8385         multipart/alternative.
8386
8387         * mm-decode.el (mm-display-part): Take optional arg `force'.
8388
8389 2010-10-26  Julien Danjou  <julien@danjou.info>
8390
8391         * gnus-group.el (gnus-group-default-list-level): Add this function to
8392         compute the default list level.
8393         (gnus-group-default-list-level): Add possibility to use a function.
8394
8395 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8398
8399         * gnus-group.el (gnus-group-completing-read)
8400         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8401         gnus-replace-in-string.
8402
8403 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * shr.el (shr-tag-div): Add.
8406
8407         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8408
8409 2010-10-25  Julien Danjou  <julien@danjou.info>
8410
8411         * gnus-util.el: Remove `gnus-with-local-quit'.
8412
8413         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8414
8415 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416
8417         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8418         the original article buffer.
8419
8420 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * nnimap.el (nnimap-request-head): New function.
8423         (nnimap-request-move-article): Try to be slightly faster by not
8424         requesting the entire message when moving.
8425         (nnimap-transform-headers): Don't bug out on bodiless articles.
8426         (nnimap-send-command): Have no outstanding messages if the IMAP server
8427         doesn't support streaming.
8428         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8429
8430 2010-10-24  Julien Danjou  <julien@danjou.info>
8431
8432         * message.el (message-default-headers): Fix type.
8433
8434 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8437         prefetching images.
8438
8439         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8440         backend for unknown groups.  This is mainly useful for nnimap groups.
8441
8442         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8443         group isn't covered by the agent.
8444
8445 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8446
8447         * nnir.el (nnir-method-default-engines): New variable.
8448         (nnir-run-query): Use it.
8449         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8450         (gnus-summary-nnir-goto-thread): Change group if needed.
8451
8452         * gnus-group.el (gnus-group-group-map): Add key binding for
8453         gnus-group-make-nnir-group.
8454
8455 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * shr.el (shr-tag-object): Add.
8458
8459         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8460         original article buffer live.
8461         (gnus-summary-select-article-buffer):
8462         Mention gnus-widen-article-buffer.
8463
8464 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * shr.el (shr-tag-strong): Add.
8467
8468 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8471         group names.  They mess up the group buffer badly.
8472
8473         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8474
8475         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8476         instead of the summary one.
8477
8478 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * mml.el (mml-preview): Work properly when editing article.
8481
8482         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8483         gnus-have-read-active-file if it's already been in.
8484
8485 2010-10-22  Tom Tromey  <tromey@redhat.com>
8486
8487         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8488         gnus-group-completing-read.
8489
8490 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * message.el (message-mode-map): Don't bind M-; to comment region, to
8493         allow the global comment-dwim to work.
8494
8495 2010-10-21  Julien Danjou  <julien@danjou.info>
8496
8497         * message.el (message-setup-1): Allow message-default-headers to be a
8498         function.
8499
8500 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * shr.el (shr-tag-table): Simplify.
8503
8504 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8507         to avoid trying to snarf invalid stuff.
8508
8509         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8510
8511         * gnus.el (gnus-message-archive-group): Quote value.
8512         (gnus-message-archive-group): Mark as changed.
8513
8514         * shr.el (shr-add-font): Don't put the font properties on the newline
8515         or the indentation.
8516
8517         * message.el (message-fix-before-sending): Change options when sending
8518         non-printable characters.
8519
8520         * gnus.el (gnus-message-archive-method): Change the default to
8521         monthly outgoing groups.
8522
8523         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8524         that have gotten new numbers.
8525
8526         * nnimap.el (nnimap-request-replace-article): New function.
8527
8528 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8531         (nnrss-request-article): Don't use special html washing code.
8532
8533 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * shr.el (shr-tag-table): Remove useless nconc.
8536
8537 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-art.el (article-wash-html): Simplify and remove the charset
8540         stuff.  Use the normal html rendering code instead of the special html
8541         washing code.
8542
8543         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8544         `gnus-w3m' symbols.
8545         (mm-text-html-washer-alist): Remove.
8546
8547         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8548         (mm-inline-media-tests): Remove use.
8549         (mm-text-html-renderer): Change default to the `shr' symbol.
8550
8551         * mm-view.el (mm-inline-text-html): Remove use.
8552
8553         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8554         `gnus-blocked-images' to be a function.
8555         (gnus-article-wash-function): Remove.
8556
8557 2010-10-20  Julien Danjou  <julien@danjou.info>
8558
8559         * spam.el (spam-list-of-processors): Mark as obsolete.
8560
8561         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8562         (nnimap-insert-partial-structure): Fix boundary detection.
8563
8564 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8565
8566         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8567         run file-truename on remote files.  This can be expensive and even
8568         prevent one from editing drafts if some unrelated buffer has a stale
8569         connection.
8570
8571 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8574         kinsoku-eol regardless of shr-kinsoku-shorten.
8575         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8576         (shr-tag-table): Support caption, thead, and tfoot.
8577
8578 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8581         lines.
8582         (shr-save-contents): New command and keystroke.
8583
8584         * nndoc.el (nndoc-type-alist): Add git support.
8585         (nndoc-git-type-p): New function.
8586         (nndoc-transform-git-article): Ditto.
8587         (nndoc-transform-git-headers): Ditto.
8588         (nndoc-transform-git-headers): Generate Subject headers.
8589
8590         * shr.el (shr-parse-style): New function.
8591         (shr-tag-span): Ditto.
8592
8593         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8594         to `G G' to avoid collisions.
8595
8596 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * shr.el: Load kinsoku if necessary.
8599         (shr-kinsoku-shorten): New internal variable.
8600         (shr-find-fill-point): Make kinsoku shorten text line if
8601         shr-kinsoku-shorten is bound to non-nil.
8602         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8603         shr-indentation too when testing if table is wider than frame width.
8604         (shr-insert-table): Use `string-width' instead of `length' to measure
8605         text width.
8606         (shr-insert-table-ruler): Make sure indentation is done at bol.
8607
8608 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8609
8610         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8611         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8612         undecoded network data.
8613
8614 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8617         name in the mode line spec so that the mode line menu works
8618         (bug #2431).
8619
8620         * message.el (message-get-reply-headers): If we're fed `to-address',
8621         then always use that.
8622
8623         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8624         aren't so wide as to need to switch off the edit menu.
8625
8626         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8627         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8628
8629         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8630         `M-g'.
8631         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8632         the permanent marks.
8633
8634 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8635
8636         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8637         Splitting according to references/in-reply-to obeys the ignore-groups
8638         variable, while splitting by sender and subject do not.
8639
8640 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8643         alist, so that we can look for non-Unicode chars.
8644         (article-translate-strings): Allow both character and string maps.
8645
8646 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * shr.el (shr-insert): Don't insert space behind a wide character
8649         categorized as kinsoku-bol, or between characters both categorized as
8650         nospace.
8651
8652 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8653
8654         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8655         headers to gnus-newsgroup-headers.
8656
8657 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * shr.el (shr-tag-img): Don't align images -- since we're not
8660         rescaling, this often leads to ugly displays.
8661
8662 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8663
8664         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8665         duplicates.
8666
8667 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8668
8669         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8670         call.
8671
8672 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673
8674         * gnus.el: Autoload gnus-html-show-images.
8675
8676         * nnimap.el: Use nnheader-message throughout.
8677
8678         * shr.el (shr-tag-img): Ignore images with no data.
8679
8680 2010-10-15  Julien Danjou  <julien@danjou.info>
8681
8682         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8683         a possibility to disable format=flow encoding when using hard newlines.
8684
8685 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * shr.el (shr-insert): Remove space inserted before or after a
8688         breakable character or at the beginning or the end of a line.
8689         (shr-find-fill-point): Do kinsoku; find the second best point or give
8690         it up if there's no breakable point.
8691
8692 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * nnimap.el (nnimap-open-connection): Message when opening connection
8695         for debugging purposes.
8696
8697         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8698         on every setup buffer call to allow this to change from article to
8699         article.
8700
8701         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8702         buffers where we have a wide table.
8703
8704 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8705
8706         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8707         uses *-request-thread.
8708
8709 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8712         incantation, which is no longer valid.
8713
8714 2010-10-14  Julien Danjou  <julien@danjou.info>
8715
8716         * shr.el: Fix defcustom type (char -> character).
8717
8718 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8721         programs.
8722
8723 2010-10-14  Julien Danjou  <julien@danjou.info>
8724
8725         * shr.el (shr-tag-a): Use url-link as widget type.
8726
8727         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8728         `gnus-group-get-icon'.
8729
8730 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8733         This should make server editing work better.
8734
8735         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8736
8737         * tls.el (tls-program): Remove spurious %s from openssl.
8738
8739         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8740         (nnimap-parse-flags): Fix regexp.
8741
8742         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8743         probably work for CJVK text, too.
8744
8745         * nnimap.el (nnimap-extend-tls-programs): Remove.
8746         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8747
8748         * tls.el (tls-starttls-switches): Remove starttls hack.
8749         (open-tls-stream): Ditto.
8750         (tls-find-starttls-argument): Ditto.
8751
8752 2010-10-13  Julien Danjou  <julien@danjou.info>
8753
8754         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8755         responses.
8756
8757 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8760
8761         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8762         anything in Emacs.
8763
8764         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8765
8766 2010-10-13  Julien Danjou  <julien@danjou.info>
8767
8768         * shr.el (shr-width): Make shr-width a defcustom with default to
8769         fill-column.
8770         (shr-tag-img): Use shr-width rather than fill-column.
8771
8772 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * dgnushack.el (byte-optimize-apply):
8775         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8776
8777         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8778         position when (X-)Faces exist.
8779         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8780         avatars when called interactively.
8781
8782 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8785         gnus-article-x-face-too-ugly is bound.
8786
8787 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8790
8791         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8792         mailbox that doesn't exist.
8793
8794 2010-10-12  Julien Danjou  <julien@danjou.info>
8795
8796         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8797         (shr-get-image-data): Encode URL properly when fetching from cache.
8798         (shr-tag-img): Use aligned-to spaces to align correctly images.
8799
8800         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8801         before inserting the Gravatar.
8802
8803         * shr.el (shr-tag-img): Add align attribute support for <img>.
8804
8805 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * gnus-gravatar.el (gnus-art): Require.
8808
8809         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8810         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8811         Remove long obsoleted functions.
8812
8813 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8816
8817         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8818
8819         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8820         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8821         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8822         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8823         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8824         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8825         * sieve-manage.el, smime.el, spam.el:
8826         Fix comment for declare-function.
8827
8828 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * nnimap.el (nnimap-request-rename-group): Select group read-only
8831         before renaming it.
8832
8833         * shr.el (shr-insert): Fix up the white space only regexp.
8834
8835         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8836         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8837
8838         * shr.el (shr-current-column): New function.
8839         (shr-find-fill-point): New function.
8840
8841 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8842
8843         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8844         numbers.
8845
8846 2010-10-11  Julien Danjou  <julien@danjou.info>
8847
8848         * shr.el (shr-hr-line): Add.
8849         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8850         display hr lines.
8851         (shr-max-columns): Do not change state to nil if we just inserting
8852         spaces.
8853
8854 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8857         select the last group.
8858
8859 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8860
8861         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8862
8863 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8864
8865         * dig.el (dig-mode-map): Declare and define in one step.
8866
8867 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8868
8869         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8870         for Gnus.
8871         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8872         (nnimap-update-qresync-info): Mark \Seen articles as read.
8873
8874         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8875         non-variable, too.
8876
8877         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8878         available.
8879         (nnimap-update-info): Rely more on the current active than the param
8880         active to avoid marking articles as read too much.
8881
8882         * auth-source.el (auth-source-create): Use (user-login-name) for the
8883         user name default.
8884
8885         * nnimap.el (nnimap-update-info): If the server doesn't return any
8886         useful info, just use the previous info.
8887         (nnimap-update-info): Prefer old info over start-article.
8888         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8889
8890 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8891
8892         * nnir.el (autoload): Clean up autoloads.
8893         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8894         Use key rather than value.
8895         (nnir-imap-search-other): New variable.
8896         (nnir-read-parm): Use it.
8897         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8898         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8899
8900 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8901
8902         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8903         the process, too.
8904
8905 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * spam.el (gnus-summary-mode-map): Bind to "$".
8908         Suggested by Russ Allbery.
8909
8910         * shr.el: Rework the way things are indented by <li> slightly.
8911
8912         * gnus.el (gnus-group-set-parameter): Fix typo.
8913
8914         * nnimap.el: Start implementing QRESYNC support.
8915
8916 2010-10-09  Julien Danjou  <julien@danjou.info>
8917
8918         * nnir.el (nnir-engines): Fix too many arguments.
8919
8920 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8921
8922         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8923         group is the "last", so that the backends like nnfolder actually save
8924         their folders.
8925
8926         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8927         try to use that for the tls stream.
8928         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8929         UIDVALIDITY and find out which groups are read-only and not.
8930         (nnimap-get-flags): Use the same marks parsing code as the rest of
8931         nnimap.
8932
8933 2010-10-09  Julien Danjou  <julien@danjou.info>
8934
8935         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8936
8937         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8938         retrieving gravatars.
8939
8940         * shr.el (shr-table-corner): Add.
8941         (shr-table-line): Add.
8942         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8943
8944 2010-10-08  Julien Danjou  <julien@danjou.info>
8945
8946         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8947
8948 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8951
8952         * gnus-sum.el (gnus-mark-article-as-unread)
8953         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8954         (gnus-summary-set-bookmark): Use it.
8955
8956         * gnus-msg.el (gnus-setup-message): Use it.
8957
8958         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8959
8960         * gnus.el (gnus-group-remove-parameter): Use it.
8961
8962         * gnus-group.el (gnus-group-make-web-group): Use it.
8963
8964         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8965
8966         * nnregistry.el: Update docs to mention manual.
8967
8968         * gnus-registry.el: Update docs to mention nnregistry.el.
8969         (gnus-registry-initialize): Don't install nnregistry refer method
8970         automatically.
8971         (gnus-registry-install-nnregistry): Remove it.
8972
8973 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974
8975         * shr.el (shr-insert): Don't insert double spaces.
8976
8977 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-gravatar.el (gnus-treat-from-gravatar)
8980         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8981         called interactively.
8982
8983         * gnus-art.el (gnus-mime-view-part-externally)
8984         (gnus-mime-view-part-internally): Make predicate function passed to
8985         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8986         of a mime type.
8987
8988         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8989
8990 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * shr.el (require): Require cl when compiling.
8993         (shr-tag-hr): New function.
8994
8995         * nnimap.el (nnimap-update-info): Remove double setting of high.
8996         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8997         This makes nnimap work properly on Courier again.
8998
8999         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9000         the variable for backwards compatibility.
9001
9002         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9003         the file name before using to avoid setting mm-default-directory to
9004         nil.
9005
9006         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9007         bidning gnus-agent variables.
9008
9009         * shr.el (shr-render-td): Use a cache for the table rendering function
9010         to avoid getting an exponential rendering behavior in nested tables.
9011         (shr-insert): Rework the line-breaking algorithm.
9012         (shr-insert): Don't leave trailing spaces.
9013         (shr-insert-table): Also insert empty TDs.
9014         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9015
9016 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9017
9018         * gnus-sum.el (gnus-number): Rename from `number'.
9019         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9020         (gnus-summary-limit-children): Update uses correspondingly.
9021
9022 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9025         (gnus-gravatar-transform-address): Don't show avatars of people of
9026         which mail addresses match gnus-gravatar-too-ugly.
9027
9028 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * shr.el (shr-table-widths): Expand TD elements to fill available
9031         space.
9032
9033 2010-10-07  Julien Danjou  <julien@danjou.info>
9034
9035         * nnimap.el (nnimap-request-rename-group): Add this method.
9036
9037 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9040         name from XEmacs' function-arglist.
9041
9042         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9043         gravatar under XEmacs.
9044
9045 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9046
9047         * auth-source.el: Update docs with TODO items.
9048
9049         * gnus-sync.el: Update docs to explain state and plans.
9050
9051         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9052         Hooks for mark updates.
9053         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9054
9055         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9056         hooks with arguments, which is needed for mark update hooks.
9057
9058 2010-10-06  Julien Danjou  <julien@danjou.info>
9059
9060         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9061         was matched.
9062
9063         * sieve-manage.el: Update example in `Commentary'.
9064
9065         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9066
9067         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9068         not 2000.
9069         (sieve-manage-authenticate): Re-add function.
9070
9071 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * shr.el (shr-insert): Get 'space transition right.
9074         (shr-render-td): Only delete space at the end of the TD.
9075
9076         * nnimap.el (nnimap-open-connection): Prepare to support
9077         open-gnutls-stream.
9078
9079         * shr.el: Rearrange function order to be more logical.
9080
9081 2010-10-06  Julien Danjou  <julien@danjou.info>
9082
9083         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9084         (nnrss-discover-feed): Remove 404 URL in docstring.
9085
9086         * nnir.el: Fix Swish-E URL.
9087         Fix Namazu URL.
9088
9089         * message.el (message-change-subject): Remove 404 URL in a comment.
9090
9091 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9094         called interactively.
9095
9096         * gnus-util.el (gnus-remove-if): Allow hash table.
9097         (gnus-remove-if-not): New function.
9098
9099         * gnus-art.el (gnus-mime-view-part-as-type):
9100         * gnus-score.el (gnus-summary-score-effect):
9101         * gnus-sum.el (gnus-read-move-group-name):
9102         Replace remove-if-not with gnus-remove-if-not.
9103
9104         * gnus-group.el (gnus-group-completing-read):
9105         Regard collection as a hash table if it is not a list.
9106
9107 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9110
9111         * shr.el: Document the table-rendering algorithm.
9112
9113 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9116         for Emacsen having no `libxml-parse-html-region' support.
9117
9118 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9121         invalid URLs.
9122
9123         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9124         line-broken.
9125         (shr-tag-img): Ignore image fetching errors.
9126         (shr-overlays-in-region): Compute overlay positions correctly.
9127
9128         * mm-decode.el (mm-shr): Require shr.
9129
9130         * gnus-art.el (gnus-blocked-images): Move variable here.
9131
9132         * shr.el (shr-insert-table): Bind free variable.
9133
9134         * mm-decode.el (mm-shr): Bind shr-content-function.
9135
9136         * shr.el (shr-content-function): New variable.
9137
9138         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9139         added for symmetry.
9140
9141         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9142
9143         * gnus-group.el (gnus-group-make-group): Doc fix.
9144
9145         * nnimap.el (nnimap-request-newgroups): Return success.
9146
9147         * shr.el (shr-find-elements): New function.
9148         (shr-tag-table): Put all the images after the table.
9149         (shr-tag-table): Really inhibit images inside the table.
9150         (shr-collect-overlays): Copy over overlays from the TD elements to the
9151         main document.
9152
9153         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9154         gnus-blocked-images.
9155
9156 2010-10-05  Julien Danjou  <julien@danjou.info>
9157
9158         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9159
9160         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9161         (gnus-html-maximum-image-size): Add this function.
9162         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9163
9164         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9165         server-value of the capability is nil.
9166
9167 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * shr.el (shr-tag-em): Add <EM> tag.
9170
9171 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9172
9173         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9174         customizable.
9175
9176         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9177         handing broken links to browse-url.
9178
9179 2010-10-05  Julien Danjou  <julien@danjou.info>
9180
9181         * gnus-util.el (gnus-emacs-completing-read)
9182         (gnus-iswitchb-completing-read): Use autoload rather than require.
9183
9184 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9187         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9188         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9189         iswitchb-temp-buflist for XEmacs.
9190
9191         * gnus-util.el (gnus-completing-read-function): Exclude
9192         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9193         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9194         XEmacs.
9195
9196         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9197         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9198
9199         * gnus-html.el: Don't require help-fns under XEmacs.
9200         (gnus-html-schedule-image-fetching): Work for XEmacs.
9201
9202         * mm-decode.el (mm-shr): Decode contents by charset.
9203
9204 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9207         unknown.
9208
9209         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9210         (shr-get-image-data): Ensure against the cache file missing.
9211
9212         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9213         for data.
9214
9215         * spam-report.el (spam-report-url-ping-plain): Don't query about
9216         killing the process.
9217
9218         * shr.el (shr-render-td): Protect against too-wide text.
9219
9220 2010-10-04  Julien Danjou  <julien@danjou.info>
9221
9222         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9223         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9224
9225         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9226         retrieved.
9227
9228 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229
9230         * shr.el (browse-url): Require.
9231         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9232         lines.
9233         (shr-show-alt-text, shr-browse-image): New commands.
9234         (shr-browse-url, shr-copy-url): New commands.
9235
9236         * gnus-sum.el (gnus-widen-article-window): New variable.
9237         (gnus-summary-select-article-buffer): Use it.
9238
9239         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9240         without @ signs.
9241
9242 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9243
9244         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9245
9246 2010-10-04  Julien Danjou  <julien@danjou.info>
9247
9248         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9249         for XEmacs.
9250
9251 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9254
9255         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9256         (nnimap-close-server): Implement.
9257
9258         * dgnushack.el (iswitchb): Require to shut up the compiler.
9259
9260         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9261         (shr-insert): Tweak line breaking.
9262         (shr-insert): Handle <pre> better.
9263         (shr-tag-li): Get <li> indentation right.
9264         (shr-tag-li): Get <li> indentation even righter.
9265         (shr-tag-blockquote): Ensure paragraph start.
9266         (shr-make-table): Tweak table generation.
9267         (shr-make-table): Fix typo.
9268
9269         * shr.el: Implement table rendering.
9270
9271 2010-10-04  Julien Danjou  <julien@danjou.info>
9272
9273         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9274
9275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * shr.el (shr-insert): Use string anchors instead of line anchors.
9278
9279 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * shr.el: Add headings.
9282         (shr-ensure-paragraph): Actually work.
9283         (shr-tag-li): Make <ul> prettier.
9284         (shr-insert): Get white space at the beginning/end of elements right.
9285         (shr-tag-p): Collapse subsequent <p>s.
9286         (shr-ensure-paragraph): Don't insert double line feeds after blank
9287         lines.
9288         (shr-insert): \t is also space.
9289         (shr-tag-s): Fix "s" tag name function.
9290         (shr-tag-s): Fix face prop name.
9291
9292 2010-10-03  Julien Danjou  <julien@danjou.info>
9293
9294         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9295
9296         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9297         gnus-window-inside-pixel-edges.
9298
9299         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9300         gnus-ems.
9301
9302         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9303
9304         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9305         function.
9306
9307         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9308         resize choice.
9309
9310 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9313         beginning of the buffer.
9314
9315         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9316         article buffer again.
9317
9318         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9319
9320         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9321         when it's at the start of the buffer.
9322
9323         * shr.el (shr-tag-blockquote): Convert name.
9324         (shr-rescale-image): Use the right image-size variant.
9325
9326         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9327         buffer isn't shown, then select the current article first instead of
9328         bugging out.
9329         (gnus-summary-select-article-buffer): Show both the article and summary
9330         buffers again.
9331
9332         * shr.el (shr-fontize-cont): Protect against regions with no text.
9333         Rename tag functions to shr-tag-* for enhanced security.
9334         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9335
9336 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9337
9338         * shr.el (shr-insert):
9339         * pop3.el (pop3-movemail):
9340         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9341         loaded.
9342
9343 2010-10-03  Glenn Morris  <rgm@gnu.org>
9344
9345         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9346
9347         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9348
9349         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9350
9351         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9352
9353         * gnus-util.el (gnus-make-local-hook): Simplify.
9354
9355 2010-10-02  Julien Danjou  <julien@danjou.info>
9356
9357         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9358         (gnus-ido-completing-read): New function.
9359         (gnus-emacs-completing-read): New function.
9360         (gnus-completing-read): Use gnus-completing-read-function.
9361         Add gnus-completing-read-function.
9362
9363 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * shr.el (shr-insert-document): Autoload.
9366         (shr-img): Be silent.
9367         (shr-insert): Add a newline after every picture before text.
9368         (shr-add-font): Use overlays for combining faces.
9369         (shr-insert): Pass upwards the text start point.
9370
9371         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9372         possible.
9373         (mm-shr): New function.
9374
9375 2010-10-02  Julien Danjou  <julien@danjou.info>
9376
9377         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9378         should go backward.
9379
9380 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9381
9382         * shr.el (shr): Fix typo in provide call.
9383
9384 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * shr.el: New file.
9387
9388         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9389
9390         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9391         completing read.
9392
9393 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9396         we're being queried about.  Suggested by Dan Jacobson.
9397
9398         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9399         Suggested by Jason Eisner.
9400
9401         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9402         table, too.  Suggested by Stefan Wiens.
9403         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9404         the table unnecessary.  Suggested by Stefan Wiens.
9405
9406         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9407         longer needed, and probably doesn't work either, as pointed out by
9408         Stefan Wiens.
9409         (gnus-summary-exit): Remove call to the clearing function.
9410         (gnus-summary-exit-no-update): Ditto.
9411
9412         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9413         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9414         Reported by Stefan Monnier.
9415         (gnus-summary-save-in-rmail): Ditto.
9416
9417         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9418         article buffer, instead of both the article buffer and the summary
9419         buffer.  Sort of suggested by Dan Jacobson.
9420
9421         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9422
9423         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9424         Suggested by Dan Jacobson.
9425
9426         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9427         documentation clearer.
9428
9429         * message.el (message-shorten-references): Comment on the number "21".
9430         Suggested by Stefan Monnier.
9431
9432         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9433         Suggested by Dan Jacobson.
9434
9435         * gnus.el (gnus-large-newsgroup):
9436         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9437
9438         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9439         externalize attachments.  Bug reported by Steve Wen.
9440
9441         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9442         really message anything to the user.
9443
9444         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9445         directly.
9446
9447         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9448         messages in empty groups.
9449
9450 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9451
9452         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9453         non-UIDNEXT group.
9454
9455 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9458         not the value from the collection.
9459
9460         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9461         values.  This sometimes happens on some groups that have no info.
9462         (nnimap-request-newgroups): New function.
9463
9464 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9465
9466         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9467         check into `gnus-registry-initialize'.
9468         (gnus-registry-initialize): Ditto.
9469         Fix and extend header docs.
9470
9471 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9474         regexp backtrace overflows.
9475
9476         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9477         for starttls that tls.el implements; i.e. openssl.
9478
9479         * tls.el (tls-starttls-switches): Give up on using starttls with
9480         gnutls-cli.
9481         (tls-program): Add --insecure to be consistent with the defaults from
9482         openssl s_client.  Now all three commands are insecure.
9483
9484 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * lpath.el: Bind completion-styles-alist for XEmacs.
9487
9488         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9489         (gravatar-create-image): New function that's an alias to
9490         gnus-xmas-create-image, gnus-create-image, or create-image.
9491         (gravatar-data->image): Use it.
9492
9493 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9496         install the nnregistry refer method.
9497         (gnus-registry-install-hooks): Use it.
9498         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9499         unfollowed groups.
9500
9501 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9502
9503         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9504         expanding threads.
9505
9506 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9507
9508         * nnir.el: Use the server names without suffixes (bug #7009).
9509
9510         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9511         unencrypted to STARTTLS, if possible.
9512
9513 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9514
9515         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9516         headers before superseding.
9517
9518 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9519
9520         * nnrss.el (nnrss-use-local): Add documentation.
9521
9522         * nnimap.el (nnimap-extend-tls-programs): New function.
9523         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9524         (nnimap-wait-for-connection): Accept the greeting from the stupid
9525         output from openssl s_client -starttls, too.
9526
9527         * tls.el (tls-starttls-switches): New variable.
9528         (tls-find-starttls-argument): Use it.
9529         (open-tls-stream): Ditto.
9530
9531         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9532         (netrc-machine): Ditto.
9533
9534         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9535         article number.
9536         (nnimap-split-fancy): New variable.
9537         (nnimap-split-incoming-mail): Use it.
9538
9539         * nntp.el (nntp-server-list-active-group): Document.
9540
9541         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9542         SELECT to get the message-id.
9543
9544         * mail-source.el (mail-sources): Remove webmail support.
9545         (defvar): Ditto.
9546         (mail-source-fetcher-alist): Ditto.
9547         (mail-source-fetch-webmail): Remove.
9548
9549         * webmail.el: Remove -- doesn't seem relevant any more.
9550
9551         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9552
9553         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9554         the \r.
9555
9556 2010-09-30  Julien Danjou  <julien@danjou.info>
9557
9558         * gnus-agent.el (gnus-agent-add-group): Fix call to
9559         gnus-completing-read.
9560
9561 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * nndoc.el (nndoc-retrieve-groups): New function.
9564
9565         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9566         `default', use nnmail-split-methods.
9567         (nnimap-request-article): Downcase the NILs so that they are nil.
9568
9569         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9570         symbol.
9571
9572         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9573         code, since if the user has requested network, that's what they ought
9574         to get.
9575         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9576         (nnimap-split-rule): Mark as obsolete.
9577
9578         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9579         New variable.
9580
9581         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9582         correct slot, too.
9583
9584 2010-09-29  Julien Danjou  <julien@danjou.info>
9585
9586         * gnus.el (gnus-local-domain): Declare variable obsolete.
9587
9588         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9589         Fix history computing.
9590         (gnus-ido-completing-read): Require ido.
9591
9592 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9595         build Gnus.
9596
9597         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9598         when interpreting the structures.
9599         (nnimap-request-accept-article): Add \r\n to the lines to make this
9600         work with Cyrus.
9601
9602         * nndraft.el (nndraft-request-expire-articles): Use the group name
9603         instead if "nndraft".  Fix found by Nils Ackermann.
9604
9605 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9606
9607         * nnregistry.el: Add.
9608
9609 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9610
9611         * nnmail.el (group, group-art-list, group-art):
9612         Remove unneeded directives.
9613
9614 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9617         (mm-mime-charset):
9618         * rfc2047.el (rfc2047-syntax-table):
9619         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9620
9621         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9622         rather than `insert-file-contents' and `eval-region'.
9623
9624         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9625         construction.
9626
9627         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9628
9629         * time-date.el: No need to require cl for Emacs 21.
9630
9631 2010-09-29  Julien Danjou  <julien@danjou.info>
9632
9633         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9634         replacement of `gnus-gravatar-relief' to mimic
9635         `gnus-faces-properties-alist'.
9636         Add :version property.
9637
9638 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * mail-source.el (mail-source-report-new-mail):
9641         * message.el (message-default-mail-headers):
9642         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9643
9644         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9645
9646 2010-09-28  Julien Danjou  <julien@danjou.info>
9647
9648         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9649         mail-address contains the same string as real-name.
9650
9651         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9652         non-blank in header, otherwise it'll get stripped.
9653
9654         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9655         real-name, and then for mail address rather than doing : or , search.
9656
9657 2010-09-27  Julien Danjou  <julien@danjou.info>
9658
9659         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9660         right completing-read function.
9661         (gnus-use-ido): New variable
9662         (gnus-completing-read-with-default): Remove.
9663         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9664         (gnus-agent-add-group):
9665         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9666         * mm-view.el (mm-view-pkcs7-decrypt):
9667         * mm-util.el (mm-codepage-setup):
9668         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9669         * mml-smime.el (mml-smime-openssl-sign-query):
9670         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9671         (mml-insert-multipart):
9672         * gnus-msg.el (gnus-summary-yank-message):
9673         * gnus-int.el (gnus-start-news-server):
9674         * mm-decode.el (mm-interactively-view-part):
9675         * gnus-dired.el (gnus-dired-attach):
9676         * gnus.el (gnus-read-method):
9677         * gnus-bookmark.el (gnus-bookmark-jump):
9678         * gnus-art.el (gnus-mime-view-part-as-type)
9679         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9680         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9681         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9682         * nnmairix.el (nnmairix-create-server-and-default-group)
9683         (nnmairix-update-groups, nnmairix-get-server)
9684         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9685         (nnmairix-get-group-from-file-path):
9686         * nnrss.el (nnrss-find-rss-via-syndic8):
9687         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9688         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9689         (gnus-group-browse-foreign-server):
9690         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9691         (gnus-summary-execute-command, gnus-summary-respool-article)
9692         (gnus-read-move-group-name):
9693         * gnus-score.el (gnus-summary-increase-score)
9694         (gnus-summary-score-effect):
9695         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9696
9697 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9700         x-focus-frame.
9701
9702         * nnimap.el (auth-source-forget-user-or-password)
9703         (auth-source-user-or-password): Autoload.
9704
9705         * message.el (message-from-style, message-interactive)
9706         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9707         (message-yank-prefix, message-indentation-spaces, message-signature)
9708         (message-signature-file): Add comment.
9709
9710 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9713         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9714         new articles.
9715
9716         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9717         parts.
9718         (nnimap-request-article): Work with the t setting, too.
9719
9720         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9721         that you don't get flashes of other buffers.
9722         (gnus-summary-show-complete-article): Intern before setting.
9723
9724 2010-09-27  David Engster  <dengste@eml.cc>
9725
9726         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9727         well as HEADERS.
9728         (nnmairix-retrieve-headers): Provide new argument for the above.
9729
9730 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * gnus-sum.el (gnus-summary-move-article): Don't alter
9733         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9734         group.
9735
9736         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9737
9738         * message.el (message-cite-prefix-regexp): Revert my last edit.
9739
9740         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9741         variable instead of the Gnus variable.
9742
9743         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9744
9745         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9746
9747         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9748         since some servers don't like it.
9749         (nnimap-open-connection): Forget credentials if the server says the
9750         password was wrong.
9751         (nnimap-parse-line): Protect against invalid data.
9752
9753         * gnus-sum.el (gnus-summary-move-article): Add comment.
9754         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9755         nothing alters it while scanning for new messages.
9756
9757         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9758         which may or may not help.
9759         (nnimap-open-connection): If we're doing a stream connection, and then
9760         discover we're on a STARTTLS-capable server, then open a STARTTLS
9761         connection instead.
9762
9763 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * nnimap.el (utf7): Require.
9766
9767         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9768         prefix.
9769
9770 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9771
9772         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9773
9774 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * nnimap.el (nnimap-request-accept-article): Message the error on
9777         error.
9778
9779 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9782
9783 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * nndoc.el (nndoc-request-list): Return success always.
9786
9787         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9788         `fetch-old' -- we only want to fetch the articles we've requested.
9789         The rest are in the agent, probably.
9790         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9791         disappeared server" to something low.  It's not important.
9792
9793         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9794         arrived before the FETCH data.
9795
9796         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9797         target here, because we don't know the Gnus name of the group.
9798
9799         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9800         for the correct group.
9801
9802         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9803
9804         * gnus.el (gnus): Give a final warning after startup.
9805
9806         * gnus-util.el (gnus-action-message-log): New variable.
9807         (gnus-message): Use it.
9808         (gnus-final-warning): New function.
9809
9810         * nnimap.el (nnimap-open-connection): Record the greeting.
9811         (nnimap): Add greeting.
9812
9813 2010-09-26  Julien Danjou  <julien@danjou.info>
9814
9815         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9816         arguments.
9817         (gnus-html-wash-images): Fix spec computing to include start/end.
9818
9819         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9820
9821 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9824         deletion.
9825         (nnimap-retrieve-headers): Don't select the group, because that's
9826         already done by nnimap-possibly-change-group.
9827
9828         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9829         (gnus-picon-transform-address): Use it.
9830
9831         * mail-source.el (mail-source-value): Revert previous patch.
9832
9833         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9834         on failure.
9835         (nnimap-open-connection): Look up both virtual and physical server name
9836         credentials.
9837
9838         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9839
9840 2009-02-07  Dave Love  <fx@gnu.org>
9841
9842         * tls.el (open-tls-stream): Don't query killing process.
9843
9844 2009-02-08  Dave Love  <fx@gnu.org>
9845
9846         * gnus-win.el (gnus-window-to-buffer-helper)
9847         (gnus-all-windows-visible-p): Function needn't be a symbol.
9848
9849         * mail-source.el (mail-source-value): Function needn't be a symbol.
9850
9851 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * message.el (message-cite-prefix-regexp): Remove } from the cite
9854         prefix.
9855
9856         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9857         highlight again, so that the highlight is correct.
9858
9859         * gnus-picon.el (gnus-picon): Remove again.
9860         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9861
9862         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9863         doing the header highlightling, so that the background color of the
9864         picon is correct.
9865
9866         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9867         (gnus-picon): Ditto.
9868         (gnus-picon): Reinstate.  The background color for picons is white.
9869         (gnus-picon-insert-glyph): Make the background white.
9870
9871         * nnml.el (nnml-open-nov): Don't return dead buffers.
9872
9873         * auth-source.el (auth-source-create): Query the user for whether to
9874         store the credentials.
9875
9876         * netrc.el (netrc-store-data): New function.
9877
9878         * auth-source.el (auth-source-user-or-password): Use the existing auth
9879         sources, if any, for creation.
9880
9881         * gnus.el (gnus-group-fast-parameter): Return the last matching
9882         parameter instead of the first matching parameter.
9883
9884 2010-09-26  Julien Danjou  <julien@danjou.info>
9885
9886         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9887
9888 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * mml2015.el (mml2015-use): Remove gpg support.
9891
9892         * mml1991.el (mml1991-function-alist): Remove gpg function.
9893         (mml1991-gpg-sign): Remove.
9894
9895 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9896
9897         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9898         (gnus-browse-unsubscribe-current-group): Document it.
9899         (gnus-browse-unsubscribe-group): Use it.
9900
9901 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9904         address to the To list for easier response.
9905
9906         * gnus.el (gnus-play-startup-jingle): Remove.
9907         (gnus-splash): Don't play jingle.
9908         (gnus): Silence gnus-load message.
9909
9910         * gnus-art.el (gnus-treat-play-sounds): Remove.
9911
9912         * gnus.el (gnus-play-jingle): Remove audio support.
9913
9914         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9915
9916         * earcon.el: Remove -- no users.
9917
9918         * gnus-audio.el: Remove -- no users of this package.
9919
9920         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9921
9922         * gnus-start.el (gnus-setup-news): Remove nocem support.
9923
9924         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9925
9926         * gnus.el (gnus-use-nocem): Remove.
9927
9928         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9929         Remove.
9930
9931         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9932         uses NoCeM any more.
9933
9934         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9935         (gnus-button-ctan-handler): Ditto.
9936         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9937         (gnus-button-ctan-directory-regexp): Ditto.
9938         (gnus-button-handle-ctan): Ditto.
9939         (gnus-button-tex-level): Ditto.
9940         (gnus-button-alist): Remove CTAN stuff.
9941
9942 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9945         nnimap-streaming test.
9946
9947         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9948         servers twice.
9949
9950         * nnimap.el (nnimap-open-connection): Add more error reporting when
9951         nnimap fails early.
9952
9953         * nnheader.el (nnheader-get-report-string): New function.
9954         (nnheader-get-report): Use it.
9955
9956         * gnus-int.el (gnus-check-server): Say what the error was when opening
9957         failed.
9958
9959         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9960         using streaming.
9961
9962 2010-09-25  Julien Danjou  <julien@danjou.info>
9963
9964         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9965         gnus-window-inside-pixel-edges.
9966
9967 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9970
9971         * mm-decode.el (mm-save-part): Allow saving to other directories the
9972         normal Emacs way.
9973
9974         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9975         Suggested by Jay Berkenbilt.
9976
9977         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9978         there isn't a single byte.
9979
9980         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9981         just do it.  It doesn't really seem to matter what the user responds
9982         here, I think, so it's just a confusing question.
9983
9984         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9985         non-streaming case.
9986
9987         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9988         (gnus-article-encrypt-body): Use it.
9989
9990         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9991         keystroke.
9992
9993         * nnimap.el (nnimap-find-wanted-parts-1):
9994         Use gnus-fetch-partial-articles.
9995
9996         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9997
9998         * nnimap.el (nnimap-insert-partial-structure): New function.
9999         (nnimap-get-partial-article): New function.
10000         (nnimap-request-article): Use it.
10001         (nnimap-wait-for-response): Return whether the wait was successful.
10002         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10003         retrieval wasn't successful.
10004         (nnimap-retrieve-group-data-early): Allow throttling servers.
10005         (nnimap-streaming): New variable.
10006         (nnimap-fetch-partial-articles): Remove.
10007
10008         * mm-decode.el (mm-with-part): Protect against killed buffers.
10009
10010         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10011         for prettier summary display.
10012
10013 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10014
10015         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10016
10017 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10020         apparently third-party libraries depend on it.
10021
10022         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10023         before starting negotiation.
10024
10025         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10026         privacy reasons.
10027         (gnus-treat-mail-gravatar): Ditto.
10028
10029         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10030         buffer when inserting images.  Inserting text into the headers, for
10031         instance, can make them invalid.
10032
10033 2010-09-25  Julien Danjou  <julien@danjou.info>
10034
10035         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10036         variables.
10037
10038         * nnheader.el: Remove useless variables news-reply-yank-from and
10039         news-reply-yank-message-id.
10040
10041         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10042         variables.
10043
10044         * mml1991.el: Remove useless mml1991-verbose.
10045
10046         * gnus.el: Remove useless variable gnus-use-generic-from.
10047         Remove obsolete variable gnus-topic-indentation.
10048
10049         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10050
10051         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10052
10053         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10054
10055         * gnus-group.el: Remove useless gnus-group-icon-cache.
10056         Remove useless gnus-ephemeral-group-server.
10057
10058         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10059
10060         * mml2015.el: Remove useless mml2015-verbose.
10061
10062         * mml-smime.el: Remove useless mml-smime-verbose.
10063
10064         * gnus.el: Remove useless gnus-local-domain.
10065
10066         * gnus-gravatar.el (gnus-gravatar-transform-address):
10067         Use gnus-gravatar-size.
10068
10069         * gnus-art.el: Remove useless gnus-treat-translate.
10070
10071 2010-09-24  Julien Danjou  <julien@danjou.info>
10072
10073         * gnus-sum.el: Add support for Gravatars.
10074
10075         * gnus-art.el: Add support for Gravatars.
10076
10077         * gnus-gravatar.el: Add this file.
10078
10079         * gravatar.el: Add this file.
10080
10081 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10084
10085         * gnus-group.el (gnus-group-fetch-faq): Remove.
10086
10087         * gnus.el (gnus-group-faq-directory): Remove.
10088
10089         * gnus-group.el (gnus-group-fetch-charter): Remove.
10090
10091         * gnus.el (gnus-group-charter-alist): Remove.
10092
10093         * gnus-group.el (gnus-group-archive-directory): Remove.
10094         (gnus-group-recent-archive-directory): Ditto.
10095         (gnus-group-make-archive-group): Remove.
10096
10097         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10098
10099         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10100         use the same article number for all the cached articles.
10101
10102         * nnimap.el (nnimap-command): Register the last command time so
10103         that we can use it for idling NOOPs.
10104         (nnimap-open-connection): Start the keeplive timer.
10105         (nnimap-make-process-buffer): Store all the process buffers.
10106         (nnimap-keepalive): New function.
10107
10108         * starttls.el (starttls-open-stream): Add autoload cookie.
10109
10110 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10111
10112         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10113         handling.
10114
10115 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10118         its data structures.
10119
10120         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10121         instead of the cl.el copy-list.
10122         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10123         equalp.
10124
10125 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10128         and tool-bar-local-item-from-menu.
10129
10130         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10131         mode-line-highlight face for Emacs.
10132
10133         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10134         loading gnus-sum.elc; fix comment for canlock-verify.
10135         (gnus-article-jump-to-part): Use read-number.
10136         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10137         Remove Emacs pre-21 compatible code for help-echo.
10138         (gnus-article-next-page-1): No need to adjust the number of lines.
10139         (gnus-article-describe-bindings): Always use help-buffer.
10140
10141         * gnus-audio.el (gnus-audio-inline-sound):
10142         * gnus-cus.el (gnus-custom-mode):
10143         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10144
10145         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10146
10147         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10148         compatible code.
10149
10150 2010-09-24  Glenn Morris  <rgm@gnu.org>
10151
10152         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10153         visiting the fcc file in rmail-mode.
10154
10155         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10156
10157 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * nnir.el: Silence the byte compiler.
10160
10161         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10162         alias to browse-url-url-encode-chars if any.
10163         (gnus-html-encode-url): Use it.
10164
10165 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * gnus-start.el (gnus-use-backend-marks): New variable.
10168         (gnus-get-unread-articles-in-group): Use it.
10169
10170         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10171         makeover.
10172
10173 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10174
10175         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10176
10177 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10178
10179         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10180         Remove.
10181         (gnus-setup-news-hook):
10182         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10183
10184         * gnus-int.el (gnus-request-update-info): Protect against backends not
10185         having the function.
10186
10187         * nnimap.el (nnimap-stream): Mention starttls.
10188         (nnimap-open-connection): Add starttls support.
10189
10190 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10191
10192         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10193
10194 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195
10196         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10197         BODYSTRUCTUREs.
10198         (nnimap-transform-headers): Unfold quoted {42} headers.
10199
10200         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10201         the info.
10202         (gnus-get-unread-articles): Only call updatep on backends that support
10203         it.
10204
10205         * nnweb.el (nnweb-request-update-info): NOOP.
10206
10207         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10208
10209         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10210         since it only deals with marks.
10211
10212         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10213         gnus-request-marks, and make a new gnus-request-update-info.
10214
10215         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10216         the active instead of the high number, which is usually too low.
10217
10218 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10219
10220         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10221         * encrypt.el: Remove.
10222
10223 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224
10225         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10226         server in symbolic form.
10227
10228         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10229
10230 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10233         (nnimap-update-info): Fix up code slightly.
10234
10235         * gnus-int.el (gnus-open-server): Add tracing for performance
10236         debugging.
10237
10238         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10239         (gnus-group-insert-group-line): Pass the real group name so that it
10240         gets the right data.
10241
10242         * gnus-start.el (gnus-get-unread-articles): Don't have
10243         `gnus-get-unread-articles-in-group' update info, since that can be
10244         really slow and doesn't seem to be needed?
10245
10246 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10247
10248         * time-date.el (date-to-time): Try using parse-time-string first before
10249         using the slower timezone-make-date-arpa-standard.
10250
10251 2010-09-22  Julien Danjou  <julien@danjou.info>
10252
10253         * gnus-group.el (gnus-group-insert-group-line):
10254         Call gnus-group-highlight-line.
10255         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10256         default hook list.
10257         (gnus-group-update-eval-form): Add new function.
10258         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10259         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10260
10261 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10264         immediate, then expire all articles.
10265         (nnimap-update-info): Fix off-by-one errors.
10266         (nnimap-flags-to-marks): Would return no marks lists for group with no
10267         flags.  Instead return the other data.
10268
10269 2010-09-22  Julien Danjou  <julien@danjou.info>
10270
10271         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10272         Only return an icon.
10273         (gnus-group-insert-group-line): Compute icon to return.
10274
10275         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10276         (gnus-html-image-fetched): Only cache if
10277         gnus-html-image-automatic-caching is set.
10278         (gnus-html-image-fetched): Check for errors.
10279
10280 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10283         once per method on `g'.  This ensures that backends like nnfolder don't
10284         open all their folders.
10285
10286         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10287         (nnimap-request-list): Nix out group in the correct buffer.
10288         (nnimap-parse-flags): Implement by using `read' instead of
10289         hand-parsing.
10290         (nnimap-flags-to-marks): Pass on permanent-flags.
10291         (nnimap-make-process-buffer): Record the server name.
10292         (nnimap-parse-flags): Fix typo.
10293         (nnimap-request-scan): Run split on the server in general, not just a
10294         single group.
10295
10296         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10297         parameter, and propagate this downwards.
10298
10299         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10300         since EXAMINE changes it on the server.
10301
10302         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10303         this command might take a while.
10304
10305 2010-09-22  Julien Danjou  <julien@danjou.info>
10306
10307         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10308         harmful if you have 2 images side-by-side, they can't be properly
10309         update on text deletion.  Using text-property is safer here.
10310         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10311         data.
10312
10313 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10314
10315         * nnimap.el (nnimap-expunge-inbox): Remove.
10316         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10317         (nnimap-expunge): Flip default to t.
10318
10319         * gnus.el (gnus-method-to-server): Don't push things to the cache
10320         unless it's unique.
10321         (gnus-server-to-method): Ditto.
10322
10323 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10324
10325         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10326
10327 2010-09-22  Julien Danjou  <julien@danjou.info>
10328
10329         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10330         get the start of data.
10331         (gnus-html-encode-url): Add this function to encode special chars in
10332         URL.
10333         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10334         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10335
10336         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10337         default.
10338         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10339
10340         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10341         images alt-text.
10342         (gnus-html-put-image): Put alt-text as help-echo.
10343
10344 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10347         * mm-util.el (mm-decompress-buffer):
10348         * nnir.el (nnir-run-find-grep):
10349         * pop3.el (pop3-list): Use 3rd arg of split-string.
10350
10351         * time-date.el (format-seconds): Comment fix.
10352
10353         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10354         and byte-optimize-form-code-walker.
10355         (dgnushack-make-auto-load): Don't advise make-autoload.
10356
10357         * lpath.el: Remove Emacs 21 stuff.
10358
10359 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10360
10361         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10362         outside the active range.  Suggested by Dan Christensen.
10363
10364         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10365         slightly later to avoid double-getting it.
10366
10367         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10368         previous patch.
10369
10370         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10371
10372 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10373
10374         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10375
10376 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10377
10378         * gnus-int.el (gnus-open-server): Give a better error message in the
10379         "go offline" case.
10380
10381         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10382         marks for nnimap, which is seldom the right thing to do.
10383
10384         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10385         (gnus-same-method-different-name): New function.
10386
10387         * nnimap.el (parse-time): Require.
10388
10389         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10390         method in the presence of many similar methods.
10391
10392         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10393
10394         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10395         nnml-inhibit-expiry.
10396
10397         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10398         find out whether methods are equal.
10399
10400         * nnimap.el (nnimap-find-expired-articles): New function.
10401         (nnimap-process-expiry-targets): New function.
10402         (nnimap-request-move-article): Request the article before looking at
10403         what the Message-ID is.  Fix found by Andrew Cohen.
10404         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10405
10406         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10407         for oldness in addition to being a predicate.
10408
10409         * nnimap.el (nnimap-request-group): When we have zero articles, return
10410         the right data to Gnus.
10411         (nnimap-request-expire-articles): Only delete articles immediately if
10412         the target is 'delete.
10413
10414         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10415         method, this would bug out.
10416
10417         * gnus-group.el (gnus-group-expunge-group): Rename from
10418         gnus-group-nnimap-expunge, and implemented as a normal interface
10419         function.
10420
10421         * gnus-int.el (gnus-request-expunge-group): New function.
10422
10423         * nnimap.el (nnimap-request-create-group): Implement.
10424         (nnimap-request-expunge-group): New function.
10425
10426 2010-09-21  Julien Danjou  <julien@danjou.info>
10427
10428         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10429         (gnus-html-cache-expired): Add new function.
10430         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10431         wethever we should display image for fetch it.
10432         Compute alt-text earlier to pass it to the fetching function too.
10433         (gnus-html-schedule-image-fetching): Change function argument to only
10434         get one image at a time, not a list.
10435         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10436         cache.
10437         (gnus-html-get-image-data): New function to retrieve image data from
10438         cache.
10439         (gnus-html-put-image): Change buffer argument to use image data rather
10440         than file, and place image above region rather than inserting a new
10441         one.  Do not take alt-text as argument, since it's useless now: we place
10442         the image above alt-text.
10443         (gnus-html-prune-cache): Remove.
10444         (gnus-html-show-images): Start to fetch image when we find one, do not
10445         push into a temporary list.
10446         (gnus-html-prefetch-images): Only fetch image if they have expired.
10447         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10448         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10449
10450 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10453
10454 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10457         spec inser "*" if the group isn't active instead of 0.
10458
10459         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10460         opening the server.
10461         (nnimap-request-delete-group): Implement group deletion.
10462         (nnimap-transform-headers): Return the size of the entire message in
10463         the Bytes header, not just the size of the first part.
10464         (nnimap-request-move-article): When moving an article from nnimap,
10465         request the article first so the accepting form has an article to
10466         accept.  Reported by Dan Christensen.
10467         (nnimap-command): Make sure that the error message doesn't error out.
10468
10469 2010-09-20  David Edmondson  <dme@dme.org>
10470
10471         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10472         we haven't requested anything.
10473
10474 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10477         "".  Fix found by Andrew Cohen.
10478
10479         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10480         instead of -encode-string.
10481
10482 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10485
10486         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10487         by mm-subst-char-in-string.
10488
10489 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10492         waiting for the connection string.
10493
10494         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10495         arriving.
10496
10497         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10498         bogus characters.  This allows selecting certain Gmail groups.
10499
10500         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10501         (nnimap-fetch-partial-articles): New variable.
10502         (nnimap-open-connection): When looking for credentials, also use the
10503         nnimap-server-port.
10504         (nnimap-request-article): Return the group/article number, so that Gnus
10505         `^' works as expected.
10506         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10507
10508         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10509         comments.
10510         (gnus-methods-sloppily-equal): New function.
10511         (gnus): When using the development version of Gnus, load the gnus-load
10512         file.
10513
10514         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10515         `gnus-open-server' on each method before trying to scan them etc.
10516         This ensures that all the backend parameters are set correctly.
10517
10518         * nnimap.el (nnimap-authenticator): New variable.
10519         (nnimap-open-connection): Allow anonymous login.
10520         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10521         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10522
10523         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10524         patch, found by Knut Anders Hatlen.
10525
10526 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10527
10528         * gnus-agent.el (gnus-agent-batch-confirmation)
10529         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10530         to gnus-message.
10531         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10532         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10533         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10534         * gnus-int.el (gnus-open-server): Likewise.
10535         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10536         (gnus-score-check-syntax): Likewise.
10537         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10538         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10539         Likewise.
10540         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10541
10542 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10545         calling conventions so that prefetch doesn't bug out.
10546
10547 2010-09-19  Julien Danjou  <julien@danjou.info>
10548
10549         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10550         rather than `subst-char-in-region' in order to be able to replace ASCII
10551         char by UTF-8 ones.
10552
10553         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10554         than curl.
10555         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10556         the right URL and ALT text on images.
10557         (gnus-html-wash-tags): Fix tag case.
10558         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10559         (gnus-article-html): Add -o display_ins_del=2 option.
10560         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10561
10562 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10565         the extra mail headers, which sometimes seem to happen for unknown
10566         reasons.
10567
10568         * mail-parse.el (mail-header-encode-parameter): Define as
10569         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10570         (or most, perhaps?) mail readers don't understand the latter, but do
10571         understand the former.
10572
10573         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10574         to nil, so that no methods are automatically agentized.  I think this
10575         is probably what most users want.
10576
10577         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10578         from url-retrieve, for instance about invalid URLs.
10579
10580         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10581         groups that have no articles.
10582         (nnimap-request-article): Check that we really got an article when we
10583         requested one.
10584
10585         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10586         doesn't exist.
10587
10588         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10589         nntp buffer so the agent can save it.
10590         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10591         that CRLF doesn't get translated to \n.
10592         (nnimap-open-connection): Don't make 'shell commands only send \n.
10593
10594 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10595
10596         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10597         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10598         Update var name.
10599         (nnml-generate-nov-file): Use dolist.
10600         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10601         Use with-current-buffer.
10602
10603 2010-09-18  Julien Danjou  <julien@danjou.info>
10604
10605         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10606         parallel.
10607
10608 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10611         the range update right.
10612         (nnimap-request-group): Don't make `M-g' bug out on group with no
10613         marks.
10614         (nnoo): Require, so that other packages can require nnimap.
10615         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10616         command we're looking for.  This helps when the server sends more
10617         responses after we've gotten everything we expected.
10618         (nnimap): Add a `newlinep' field to keep track of end-of-line
10619         conventions.
10620         Don't send CRLF to things that don't want it.
10621         (nnimap-request-accept-article): Ditto.
10622
10623 2010-09-18  Julien Danjou  <julien@danjou.info>
10624
10625         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10626         than curl to retrieve images.
10627
10628 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10631         the marks.
10632         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10633         (nnimap-wait-for-connection): New function.
10634         (nnimap-open-connection): If we have PREAUTH, don't query for login
10635         credentials.
10636         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10637         when doing a partial update.
10638
10639 2010-09-18  Julien Danjou  <julien@danjou.info>
10640
10641         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10642         tags.
10643
10644 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * nnimap.el (nnimap-credentials): New function.
10647         (nnimap-open-connection): Use the new function to look for credentials
10648         also on the numeric equivalents of "imap" and "imaps".
10649
10650         * gnus-start.el (gnus-activate-group): Send the info to
10651         gnus-request-group.
10652
10653         * nnimap.el (nnimap-request-group): Have the "check" version of the
10654         function parse flags and update the info, so that a `M-g' get a total
10655         resync of all flags from the group.
10656
10657         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10658         to allow backends to alter the info on group selection.  Also alter all
10659         the backend -request-group functions to take the parameter.
10660
10661         * nnimap.el (nnimap-store-info): New function.
10662         (nnimap-update-info): Store the info for later usage.
10663         (nnimap-request-group): Use the stored info for the dont-check case, so
10664         that we don't retrieve all marks when we enter a group.
10665
10666         * nnimap.el: Use deffoo instead of defun for interface functions.
10667
10668         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10669         update the group info.  This makes the nndraft groups, for instance, go
10670         back to their old behavior.
10671
10672         * gnus-sum.el (gnus-select-newsgroup): Indent.
10673
10674         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10675         in.
10676         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10677         nothing.
10678
10679         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10680         from methods that are denied.
10681
10682         * gnus-int.el (gnus-method-denied-p): New function.
10683
10684         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10685         store the password instead of netrc.
10686         (nnimap-open-connection): Don't error out when we can't make a
10687         connections.
10688
10689         * auth-source.el (auth-source-create): In the password prompt, say what
10690         we're querying for.  Also prompt for user name if that hasn't been
10691         given.
10692
10693         * nnimap.el (nnimap-with-process-buffer): Remove.
10694
10695 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10698         method when we're reading from the agent.
10699
10700         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10701
10702         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10703         that's probably most useful for users.
10704
10705         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10706         "failed" all the time.
10707
10708         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10709         ...)) with (with-current-buffer ... ).
10710
10711         * nntp.el (nntp-open-server): Return whether the open was successful or
10712         not.
10713
10714         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10715         select an unread unseen article first.
10716
10717         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10718         /etc/services, supply some sensible port defaults.
10719
10720         * dgnushack.el: Define netrc-credentials.
10721
10722 2010-09-17  Julien Danjou  <julien@danjou.info>
10723
10724         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10725
10726 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10727
10728         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10729         doesn't have any parameters.
10730
10731 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10734         only upcased checks.
10735
10736         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10737
10738         * nnimap.el (nnimap-open-shell-stream): New function.
10739         (nnimap-open-connection): Use it.
10740         (nnimap-transform-headers): Get the number of lines in each message.
10741         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10742         number of lines.
10743         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10744         problem.
10745
10746         * utf7.el (utf7-encode): Autoload.
10747
10748         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10749         to allow the mail splitting to not return a default group.  This is
10750         useful for nnimap, which will leave unmatched mail in the inbox.
10751
10752         * nnimap.el: Rewritten.
10753
10754         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10755         nnimap usage.
10756
10757         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10758         if the move is internal, so that nnimap can do fast internal moves.
10759
10760         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10761         data.
10762         (gnus-read-active-for-groups): Support finishing the early retrieval of
10763         data.
10764
10765         * gnus-range.el (gnus-range-nconcat): New function.
10766
10767         * gnus-int.el (gnus-finish-retrieve-group-infos)
10768         (gnus-retrieve-group-data-early): New functions.
10769
10770 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10771
10772         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10773         (nnrss-retrieve-groups):
10774         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10775         (pop3-quit): Use with-current-buffer.
10776
10777 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10780         instead of nnheader-accept-process-output.
10781
10782         * dgnushack.el (dgnushack-compile): Add comment.
10783
10784         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10785
10786         * gnus-html.el (gnus-html-schedule-image-fetching)
10787         (gnus-html-prefetch-images): Replace process-kill-without-query by
10788         gnus-set-process-query-on-exit-flag.
10789
10790 2010-09-16  Romain Francoise  <romain@orebokech.com>
10791
10792         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10793
10794 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10797         parameter to unintern is mandatory-ish in Emacs 24.
10798
10799         * gnus-html.el (gnus-html-schedule-image-fetching)
10800         (gnus-html-prefetch-images): Check for curl before using it.
10801
10802         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10803         depend on curl, which isn't essential.
10804
10805         * imap.el: Revert back to version
10806         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10807         seem problematic.
10808
10809 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10810
10811         * gnus-registry.el (gnus-registry-install-shortcuts):
10812         Explicitly pass `obarray' to `unintern' to avoid a warning.
10813
10814 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10817         change.
10818
10819         * nnrss.el (nnrss-request-list): Remove this function and related
10820         functions, including the moreover stuff.
10821
10822 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * nnrss.el (nnrss-retrieve-groups): New function.
10825
10826 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10827
10828         * .dir-locals.el: Add no-byte-compile cookie.
10829
10830 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * time-date.el (format-seconds): Comment fix.
10833
10834         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10835         for back end that doesn't support request-scan.
10836
10837 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10840         then do request scans from the backends.
10841
10842         * netrc.el (netrc-credentials): New conveniency function.
10843
10844         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10845         avoid running a hook per line, since this takes a lot of time,
10846         profiling shows.
10847         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10848         directly if gnus-visual-p is true.
10849
10850 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10853         groups; replace mapcar with dolist which is a bit faster; pass groups
10854         info to gnus-read-active-file-1.
10855         (gnus-read-active-file-1): Scan only specified groups if the new
10856         optional arg `infos' is given.
10857
10858 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10859
10860         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10861
10862         * pop3.el (pop3-movemail): Remove.
10863         (pop3-streaming-movemail): Rename to pop3-movemail.
10864
10865         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10866         don't restrict end-tag searches to the end of the line.
10867
10868 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10871         articles of every unchecked group to t, which means unknown since the
10872         server has never been opened.
10873
10874 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10875
10876         * gnus-html.el (gnus-html-show-alt-text): New command.
10877         (gnus-html-browse-image): Ditto.
10878         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10879         to browse the image directly.
10880         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10881         better.
10882
10883         * gnus-async.el (gnus-async-article-callback):
10884         Call `gnus-html-prefetch-images' unconditionally.
10885
10886         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10887         before feeding URLs to curl.
10888
10889 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10892         internal images as deletable by `W D D'.
10893
10894         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10895         (gnus-async-article-callback): Fix typo.
10896
10897 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10900         current line to work around bugs in the output from w3m.
10901
10902         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10903         for groups that want that.
10904
10905         * nntp.el (nntp-wait-for-string): Supply a timeout for
10906         accept-process-output to ensure progress.
10907
10908         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10909         level to get unread articles from, then use that for foreign groups,
10910         too.
10911
10912         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10913         confuses the rest of the function.
10914
10915         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10916         for the methods that support -retrieve-groups, too.
10917
10918         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10919
10920 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10923         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10924
10925         * pop3.el: Require cl when compiling.
10926         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10927
10928 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10931         that aren't going to be activated.
10932         (gnus-get-unread-articles): Fix up the last commit.
10933
10934         * gnus-html.el (gnus-article-html): Allow calling without specifying
10935         the handle.  In that case, dissect the buffer first.
10936
10937         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10938
10939         * nnimap.el (nnimap-open-connection): Revert the change that would look
10940         into authinfo for imaps instead of imap.
10941
10942         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10943         say that you don't want to call gnus-request-group with don-check, but
10944         do check the reponse.  This is for virtual groups only.
10945         (gnus-get-unread-articles): Count the archive groups as secondary, so
10946         that they're activated the same way as before.
10947
10948         * imap.el (imap-message-map): Removed optional buffer parameter, since
10949         no callers use it.
10950         (imap-message-get): Ditto.
10951         (imap-message-put): Ditto.
10952         (imap-mailbox-map): Ditto.
10953         (imap-mailbox-put): Ditto.
10954         (imap-mailbox-get): Ditto.
10955         (imap-mailbox-get): Revert last change for this function.
10956
10957         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10958         case-insensitively.
10959         (nnimap-debug): Remove.
10960
10961         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10962         callers to use `imap-fetch' instead.  According to the comments, this
10963         should be safe, since all other IMAP clients use the 1:* syntax.
10964         (imap-enable-exchange-bug-workaround): Remove.
10965         (imap-debug): Remove -- doesn't seem very useful.
10966
10967         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10968         mail from a file, and the file doesn't exist.
10969
10970         * imap.el (imap-log): New convenience function used throughout instead
10971         of repeating the same code all over the place.
10972
10973         * pop3.el (pop3-streaming-movemail): Return t for success.
10974
10975         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10976         .authinfo if we're using ssl connection.
10977
10978         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10979         already have if we're in a main Gnus `g' run.
10980
10981         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10982
10983 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10986
10987         * nnmh.el (nnmh-request-list-1): Bind `file'.
10988
10989         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10990         alias to set-process-query-on-exit-flag or process-kill-without-query.
10991         (pop3-open-server): Use it.
10992
10993 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10996         box to the Incoming file.  Fixes mistake in previous checkin.
10997
10998         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10999         request loop (for debugging purposes) removed.
11000
11001         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11002         culprit is more visible.
11003         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11004         (nnml-add-incremental-nov): New functions to do "incremental" nov
11005         updates, where we just append to the end of the existing nov files
11006         without reading/writing them in full.
11007
11008         * mail-source.el (mail-source-delete-crash-box): Really only check the
11009         incoming files once in a while.
11010
11011         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11012
11013         * mail-source.el (mail-source-delete-crash-box): Only check the
11014         incoming files for deletion once per day to save a lot of file
11015         accesses.
11016
11017         * pop3.el (pop3-logon): Fix up unbound variable typo.
11018
11019         * mail-source.el (pop3-streaming-movemail): Autoload.
11020
11021         * pop3.el (pop3-streaming-movemail):
11022         Respect pop3-leave-mail-on-server.
11023
11024         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11025         retrieval.
11026
11027         * pop3.el (pop3-process-filter): Remove unused function.
11028         (pop3-streaming-movemail, pop3-send-streaming-command)
11029         (pop3-wait-for-messages, pop3-write-to-file)
11030         (pop3-number-of-responses): New functions for streaming pop3
11031         retrieval.
11032
11033         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11034         come from no known methods.
11035         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11036         list.
11037
11038         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11039         message sizes.
11040         (pop3-movemail): Use erase-buffer instead of looping and deleting
11041         regions, which seems rather odd.
11042
11043         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11044         file once per `g' run.
11045
11046         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11047         directories.  This makes the draft queue directory work.
11048
11049         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11050         data from the backends, so that we only request the list of groups from
11051         each method once.  This should speed things up considerably.
11052
11053         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11054         detect that it's not implemented.
11055
11056         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11057         we actually do recurse down into the tree, but don't stat all leaf
11058         nodes.
11059
11060         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11061         then say so instead of bugging out.
11062
11063         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11064         files exist before trying to read them.
11065
11066         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11067         around <pre_int>.
11068
11069         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11070
11071         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11072
11073 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * mm-util.el (mm-image-load-path): Just return the image directories,
11076         not all directories in the path in addition to the image directories.
11077         (mm-image-load-path): Maintain a cache of the image directories so that
11078         the `g' command in Gnus doesn't have to stat dozens of directories each
11079         time.
11080
11081         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11082         (gnus-html-wash-tags): Add a new `i' command to insert images.
11083         (gnus-html-insert-image): New command and keystroke.
11084         (gnus-html-redisplay-with-images): New command and keystroke.
11085         (gnus-html-show-images): Rename command.
11086         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11087         spacers.
11088         (gnus-html-wash-tags): Decode entities at the end, so that entities
11089         inside the tags don't mess up the rest of the "parsing".
11090
11091         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11092         so that nnimap methods aren't agentized by default.  There's apparently
11093         many problems related to agent/imap behavior.
11094
11095         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11096
11097         * gnus-html.el: Doc fix.
11098
11099 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11102         specifier-spec-list for Emacs 21.
11103
11104         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11105         glyph-width and glyph-height instead of display-graphic-p and
11106         image-size; make avoidance of displaying small images work for XEmacs.
11107
11108         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11109         for XEmacs.
11110
11111         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11112         of symbol that holds plist data.
11113         (gnus-process-plist): Remove plist of process after getting it.
11114
11115 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * message.el (message-generate-hashcash): Change default to
11118         'opportunistic if hashcash is installed.
11119
11120         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11121         (gnus-html-put-image): Only call image-size once, since it's somewhat
11122         time-consuming on remote X servers.
11123
11124 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11127         type on data, not a file name.
11128
11129         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11130         window-pixel-edges for Emacs 21.
11131
11132         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11133         decoded contents.
11134         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11135
11136 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11137
11138         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11139         group line format, since it isn't very interesting.
11140
11141         * gnus-agent.el (gnus-agent-short-article),
11142         (gnus-agent-long-article): Increase values for these two variables,
11143         since most people are likely to have more network connection and
11144         storage than before.
11145
11146         * gnus.el (gnus-refer-article-method): Change default to 'current.
11147         When referring an article, the common behavior is to refer it from the
11148         current select method, not the native select method.  The chances of
11149         the native select method having the message in question is rather slim
11150         these days.
11151
11152         * gnus-sum.el (gnus-auto-select-subject): Change default to
11153         `unseen-or-unread'.  I think it's likely that most people want to
11154         select an unseen article over a previously seen, but unread one.
11155
11156         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11157         means that in the article buffer none of the minor mode elements will
11158         be shown, usually, and this is not desirable in most cases.
11159
11160         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11161         that commands like `d' (and the like) go to the next line in the
11162         buffer, instead of the next unread article.  I think this is the
11163         behavior that is most natural for most users.
11164         (gnus-single-article-buffer): Change default to nil, so that people can
11165         have as many article buffers open as they have summary buffer.  I think
11166         this is the most natural way for the groups to behave.
11167
11168         * message.el (message-generate-new-buffers): Change default to
11169         `unsent', so that all new message buffers start their names with the
11170         string "*unsent", and it's easier to find the buffers if you move from
11171         them.
11172
11173 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174
11175         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11176         small.  They're probably tracking images.
11177         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11178         (gnus-html-rescale-image): Yet another try at getting the image sizing
11179         right.
11180
11181         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11182         nntp-marks-file-name is nil.
11183
11184 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11185
11186         * gnus-html.el (gnus-html-wash-tags)
11187         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11188         Better logging.
11189
11190 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191
11192         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11193
11194         * gnus-html.el (gnus-html-wash-tags): Check the value of
11195         gnus-blocked-images in the summary buffer.
11196
11197 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11198
11199         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11200
11201 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11202
11203         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11204         like "a", it seems like.
11205         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11206         since it needs to be picked from the correct buffer.
11207
11208         * nnwfm.el: Remove.
11209
11210         * nnlistserv.el: Remove.
11211
11212 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11213
11214         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11215         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11216
11217 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * nnkiboze.el: Remove.
11220
11221         * nndb.el: Remove.
11222
11223         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11224         alt text.
11225         (gnus-html-rescale-image): Try to get the rescaling logic right for
11226         images that are just wide and not tall.
11227
11228         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11229         overshadow variable bindings.
11230
11231 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * gnus-html.el (gnus-html-wash-tags)
11234         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11235         Add extra logging.
11236
11237 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11240         (gnus-max-image-proportion): New variable.
11241         (gnus-html-rescale-image): New function.
11242         (gnus-html-put-image): Rescale images.
11243
11244 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11245
11246         Fix up some byte-compiler warnings.
11247         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11248         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11249         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11250         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11251         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11252         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11253         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11254
11255 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-html.el (gnus-article-html): Decode contents by charset.
11258
11259 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11262         (gnus-html-frame-width, gnus-blocked-images):
11263         * message.el (message-prune-recipient-rules): Add custom version.
11264         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11265
11266         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11267         functions.
11268
11269         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11270         gnus-process-get.
11271
11272 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11273
11274         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11275         instead of lsub directly.
11276
11277 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * nnwarchive.el: Remove.
11280
11281         * gnus-soup.el: Remove.
11282
11283         * nnsoup.el: Remove.
11284
11285         * nnultimate.el: Remove.
11286
11287         * gnus-html.el (gnus-blocked-images): New variable.
11288
11289         * message.el (message-prune-recipients): New function.
11290         (message-prune-recipient-rules): New variable.
11291
11292         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11293         guess whether a long line is natural text or not.
11294
11295         * gnus-html.el (gnus-html-schedule-image-fetching):
11296         Use gnus-process-plist and friends for compatibility.
11297
11298 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11299
11300         * gnus-html.el: Require packages that define macros used in this file.
11301         (gnus-article-mouse-face): Declare to silence byte-compiler.
11302         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11303         process-get.
11304         (gnus-html-put-image): Use plist-get to avoid getf.
11305         (gnus-html-prefetch-images): Use with-current-buffer.
11306
11307 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-ems.el: Provide compatibility functions for
11310         gnus-set-process-plist.
11311
11312         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11313         header-line-format for XEmacs 21.4.
11314
11315         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11316         * gnus.el (gnus-valid-select-methods):
11317         * message.el (message-send-mail-partially-limit):
11318         * mm-decode.el (mm-text-html-renderer):
11319         * mml.el (mml-insert-mime-headers-always):
11320         * smiley.el (smiley-regexp-alist): Bump custom version.
11321
11322 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * gnus-html.el: Require mm-url.
11325         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11326         with the url to `url'.
11327         (gnus-html-wash-tags): Support cid: URLs/images.
11328
11329 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11332         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11333         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11334
11335         * gnus-move.el: Remove file, since it doesn't really work.
11336
11337         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11338         UTF-8.  This seems to fix problems with some German web feeds.
11339
11340         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11341         at the top so that the proper colors are applied.
11342
11343         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11344         don't have dots in their names.
11345
11346         * gnus-art.el (gnus-article-view-part): Doc fix.
11347
11348         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11349         XEmacs-compatible.
11350         (gnus-html-put-image): Don't do images on non-graphic displays.
11351
11352         * nnslashdot.el: Remove this unused backend.
11353
11354         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11355         actions.
11356         (gnus-undo-register-1): Revert last change.
11357
11358         * gnus-group.el (gnus-group-completing-read): Protect against not
11359         having completion-styles bound.
11360
11361         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11362         make broken recipients happier.
11363
11364         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11365
11366         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11367         point parameter.
11368
11369         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11370
11371         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11372         completion-styles for group selection.
11373
11374 2009-02-04  Andreas Schwab  <schwab@suse.de>
11375
11376         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11377         headers and regexp-quote the match if necessary.
11378
11379 2009-03-24  Miles Bader  <miles@gnu.org>
11380
11381         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11382         the blinking smiley.
11383
11384 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11385
11386         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11387         blink smiley.
11388
11389 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11392         where the dribbel file lives exists.
11393
11394         * message.el (message-send-mail-partially-limit): Change the default to
11395         nil, since most people don't want this.
11396
11397         * mm-url.el (mm-url-decode-entities): Also decode entities like
11398         &#x3212.
11399
11400 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11401
11402         * gnus-sum.el (gnus-summary-idna-message):
11403         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11404         Hyperlink urls in docstrings with URL `...'.
11405
11406 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11407
11408         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11409         functions.
11410
11411 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11412
11413         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11414         say what the mouseover text should be.
11415
11416         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11417         version of the mm-w3m-safe-url-regexp variable to only download images
11418         in the groups where we want that to happen.
11419
11420         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11421
11422         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11423         easier debugging.
11424         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11425         big pictures in the article buffer.
11426
11427         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11428         gnus-article-html.
11429         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11430         w3m.
11431
11432         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11433
11434 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11437         which doesn't exist.
11438
11439         * message.el (message-inhibit-ecomplete): New variable to allow some
11440         function to inhibit ecomplete address storage.
11441         (message-resend): Disable ecomplete message storage when resending
11442         messages.
11443
11444         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11445
11446 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11449         Save excursion while copying, moving, and deleting articles in order to
11450         prevent the cursor from jumping to unforeseen place.
11451
11452 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * lpath.el: No need to bind bookmark-current-buffer,
11455         bookmark-yank-point and bookmark-make-record-function.
11456
11457 2010-08-17  Glenn Morris  <rgm@gnu.org>
11458
11459         * gnus-sync.el: Require gnus components whose functions are used.
11460
11461         * gnus-art.el (bookmark-make-record-function):
11462         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11463         Declare for compiler.
11464
11465         * mm-url.el (mml-compute-boundary): Autoload.
11466
11467 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11470
11471 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11472
11473         Typo fix "hoo4a" -> "hook".
11474
11475         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11476
11477 2010-08-14  Glenn Morris  <rgm@gnu.org>
11478
11479         * gnus-sync.el (gnus-sync): Fix defgroup version.
11480
11481 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11482
11483         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11484
11485         * gnus-sync.el: Fix docs.
11486         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11487         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11488
11489 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11490
11491         Optimizations for gnus-sync.el.
11492
11493         * gnus-sync.el: Add docs about gnus-sync-backend
11494         possibilities.
11495         (gnus-sync-save): Remove unnecessary message.
11496         (gnus-sync-read): Optimize and show what groups were skipped.
11497
11498 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         Minor bug fixes for gnus-sync.el.
11501
11502         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11503         Don't read the sync on get-new-news.
11504
11505         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11506         quiet.
11507
11508         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11509         (fix typo).
11510
11511 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11512
11513         Make saving and restoring of hidden threads work with overlays.
11514         Patch applied by Ted Zlatanov.
11515
11516         * gnus-sum.el (gnus-hidden-threads-configuration)
11517         (gnus-restore-hidden-threads-configuration): Update to deal with text
11518         properties, rather than searching for a magic character.
11519
11520 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11521
11522         New gnus-sync.el library for synchronization of marks.
11523
11524         * gnus-sync.el: New library for synchronization of marks.
11525
11526         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11527         renamed from `gnus-registry-grep-in-list'.
11528
11529         * gnus-registry.el (gnus-registry-follow-group-p):
11530         Use `gnus-grep-in-list'.
11531
11532         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11533
11534 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11537         determining charset of text fails.
11538
11539 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * nnmail.el (nnmail-get-new-mail-1): Revert.
11542
11543         * nnml.el (nnml-active-number): Make sure names of newly created groups
11544         in nnml-group-alist are encoded.
11545
11546 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11549         containing non-ASCII characters in active file for nnml back end.
11550
11551 2010-07-24  David Engster  <dengste@eml.cc>
11552
11553         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11554         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11555
11556 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11557
11558         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11559         tag (Bug#6654).
11560
11561 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11564         the article buffer, not the summary buffer.
11565
11566 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11569         Emacs 23 as well.
11570
11571 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11574         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11575
11576 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11577
11578         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11579         Patch applied by Karl Fogel.
11580
11581         * gnus-sum.el (gnus-summary-bookmark-make-record):
11582         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11583
11584 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11585
11586         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11587         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11588         C-w still not working correctly from Article buffers; Thierry's
11589         patch to fix that will be applied after this.
11590
11591         * gnus-art.el (bookmark-make-record-function): New local variable.
11592
11593         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11594         article buffer.
11595         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11596
11597 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11598
11599         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11600         on changes in bookmark.el.
11601
11602 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11605         `no-log' instead of message not to log prompt string.
11606
11607 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11608
11609         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11610         the *other* type of HTML form submission.
11611
11612 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11613
11614         * auth-source.el (auth-source-pick): If choice does not contain a
11615         questioned keyword, set the check to t.
11616
11617 2010-06-12  Romain Francoise  <romain@orebokech.com>
11618
11619         * gnus-util.el (gnus-date-get-time): Move up before first use.
11620
11621 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11624         (gnus-article-edit-part): Bind it to make last part that is substituted
11625         or deleted visible.
11626         (gnus-mime-display-single): Buttonize part of which id equals to
11627         gnus-mime-buttonized-part-id.
11628
11629 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11630
11631         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11632         (gnus-dd-mmm): Use gnus-date-get-time.
11633         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11634         simplify logic.
11635         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11636         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11637
11638 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11639
11640         * auth-source.el (top): Autoload `secrets-list-collections',
11641         `secrets-create-item', `secrets-delete-item'.
11642         (auth-sources): Fix tag string.
11643         (auth-get-source, auth-source-retrieve, auth-source-create)
11644         (auth-source-delete): New defuns.
11645         (auth-source-pick): Rewrite in order to avoid 2 passes.
11646         (auth-source-forget-user-or-password): New parameter USERNAME.
11647         (auth-source-user-or-password): New parameters CREATE-MISSING and
11648         DELETE-EXISTING.  Retrieve password interactively, if needed.
11649
11650 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11651
11652         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11653         deleting unused directories when gnus-expert-user is t.
11654
11655 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11658         for each temp file when gnus-article-browse-delete-temp is ask.
11659
11660 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11661
11662         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11663         Replace Lisp calls to delete-backward-char by calls to delete-char.
11664
11665 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11666
11667         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11668
11669 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11670
11671         * password-cache.el (password-cache-remove): Fix docstring.
11672
11673 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11676         article unless decoding article to be saved.
11677
11678 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11681         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11682         generated within the mm-with-unibyte-current-buffer macro.
11683
11684 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11687         to nil when we're in a mml-preview buffer and no group is selected.
11688
11689 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11690
11691         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11692         when catching the `C-g'.  Reported by "Leo".
11693
11694 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * message.el (message-forward-make-body-plain)
11697         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11698         multibyte-string-p.
11699
11700         * lpath.el: Revert.
11701
11702 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * message.el (message-forward-make-body-mml): Assume original message
11705         is multibyte string; error on unibyte.
11706         (message-forward-make-body-plain): Ditto; don't add excessive newline
11707         in body end.
11708
11709         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11710
11711 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11712
11713         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11714         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11715
11716 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * mm-extern.el (mm-extern-url): Don't use
11719         mm-with-unibyte-current-buffer.
11720         (mm-extern-cache-contents): Use with-current-buffer instead of
11721         save-excursion + set-buffer.
11722
11723 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * mm-util.el (mm-emacs-mule): Remove.
11726
11727 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11728
11729         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11730         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11731         change.
11732
11733 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11736         bind the default value of enable-multibyte-characters to nil.
11737
11738 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * message.el (message-forward-make-body-plain)
11741         (message-forward-make-body-mml):
11742         Don't use mm-with-unibyte-current-buffer.
11743
11744 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11745
11746         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11747
11748 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11749
11750         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11751         (Bug#5592).
11752
11753 2010-05-07  Julien Danjou  <julien@danjou.info>
11754
11755         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11756         it to mm-pipe-part.
11757
11758         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11759         it is given.
11760
11761 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * binhex.el (binhex-decode-region-internal):
11764         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11765         (dns-query):
11766         * nnweb.el (nnweb-gmane-search):
11767         * pgg-parse.el (pgg-parse-armor):
11768         * pgg.el (pgg-verify-region):
11769         * sha1.el (sha1-string-external):
11770         * uudecode.el (uudecode-decode-region-internal):
11771         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11772         XEmacs.
11773
11774         * gnus-art.el (gnus-article-browse-html-parts):
11775         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11776         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11777         make-temp-file.
11778
11779         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11780         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11781         compiling.
11782
11783         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11784         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11785         XEmacs when compiling.
11786
11787         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11788         gnus-pick-mode-off-hook for XEmacs when compiling.
11789         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11790         gnus-binary-mode-off-hook for XEmacs when compiling.
11791
11792         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11793         Return nil if char-charset is not available.
11794
11795         * imap.el (imap-disable-multibyte)
11796         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11797         macros.
11798
11799         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11800         instead of encode-coding-string.
11801
11802         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11803         'xemacs) instead of mm-emacs-mule to switch function definitions.
11804         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11805
11806         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11807         bind temporary-file-directory for XEmacs;
11808         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11809         timer-set-function for XEmacs 21.4 and SXEmacs;
11810         bind timer-list for XEmacs 21.4 and SXEmacs;
11811         fbind char-charset and find-charset-region for non-Mule XEmacs;
11812         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11813         encode-coding-region and encode-coding-string for XEmacs having no
11814         file-coding feature.
11815
11816 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11817
11818         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11819
11820 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11823         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11824
11825 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11826
11827         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11828         alias `jka-compr-delete-temp-file' no longer exists.
11829
11830 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11831
11832         Use define-minor-mode in Gnus where applicable.
11833         * mml.el (mml-mode): Use define-minor-mode.
11834         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11835         (gnus-undo-mode): Use define-minor-mode.
11836         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11837         (gnus-dead-summary-mode): Use define-minor-mode.
11838         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11839         Initialize in declaration.
11840         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11841         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11842         (gnus-mailing-list-mode): Use define-minor-mode.
11843         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11844         (gnus-draft-mode): Use define-minor-mode.
11845         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11846         (gnus-dired-mode): Use define-minor-mode.
11847
11848 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11849
11850         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11851         handles on recursive mml-to-mime translation and check them for
11852         boundary delimiter collisions.  Reported by Greg Troxel.
11853
11854 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11857
11858 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11859
11860         * mm-util.el (mm-find-buffer-file-coding-system):
11861         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11862
11863 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11864
11865         * message.el (message-generate-headers): Record insertion of optional
11866         headers as well.  Otherwise the check to prevent repeated insertion of
11867         optional headers is a no-op.
11868
11869 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11870
11871         * smime.el: Don't mention CVS.
11872
11873         * nnrss.el (nnrss-fetch): Don't mention CVS.
11874
11875         * nnir.el: Don't mention CVS.
11876
11877 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11878
11879         * gnus-sum.el (gnus-summary-bookmark-make-record):
11880         Add `location' field.
11881
11882 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * lpath.el: Fbind bookmark-default-handler,
11885         bookmark-get-bookmark-record, bookmark-make-record-default,
11886         bookmark-prop-get for Emacs <23 and XEmacs.
11887
11888 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11889
11890         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11891         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11892         Use with-current-buffer to silence the byte-compiler.
11893         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11894         bother to require `gnus'.
11895         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11896
11897 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11898
11899         * gnus-sum.el (gnus-summary-bookmark-make-record)
11900         (gnus-summary-bookmark-jump): New functions.
11901         (gnus-summary-mode): Setup bookmark support.
11902
11903 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11904
11905         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11906         if set.
11907
11908 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11911         gnus-article-browse-html-save-cid-image; make it work recursively for
11912         forwarded messages as well.
11913         (gnus-article-browse-html-parts): Work when prefix arg is given.
11914         (gnus-article-browse-html-article): Doc fix.
11915
11916 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11917
11918         * message.el (message-default-mail-headers):
11919         (message-default-headers): Carry the value mail-default-headers over
11920         into message-default-mail-headers, rather than message-default-headers.
11921
11922 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11923
11924         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11925         charset.
11926
11927         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11928         charset into the <meta> tag when the article is encoded to utf-8.
11929
11930 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-art.el (gnus-article-browse-delete-temp-files):
11933         Delete directories as well.
11934         (gnus-article-browse-html-parts): Work for images that do not specify
11935         file names; delete temp directory when quitting; insert header at the
11936         right place; use file: scheme for image files.
11937
11938 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11939
11940         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11941         (gnus-article-browse-html-parts): Use it to make temporary cid image
11942         files in addition to html file so that browser may display them.
11943
11944 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11947
11948 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11949
11950         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11951
11952 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11953
11954         * auth-source.el (auth-sources): Change default to be simpler.
11955         Explain about Secret Service API sources.  Improve Customize options.
11956         (auth-source-pick): Change to accept any number of search parameters.
11957         Implement fallbacks iteratively, not recursively.  Add scoring on the
11958         second pass and sort by score.  Call Secret Service API when needed.
11959         (auth-source-user-or-password): Use it.  Call Secret Service API
11960         directly when needed to get the user name and the password.
11961
11962 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11963
11964         * message.el (message-interactive): Doc fix.
11965         (message-qmail-inject-args): Reflow.
11966         (message-kill-to-signature): Fix typo in docstring.
11967
11968         * smiley.el (smiley-buffer): Fix typo in docstring.
11969
11970 2010-03-24  Glenn Morris  <rgm@gnu.org>
11971
11972         * mail-source.el (gnus-message): Declare.
11973         (mail-source-delete-old-incoming): Require gnus-util.
11974
11975 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11978
11979         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11980
11981         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11982         password-cache's default if it is not bound.
11983         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11984         password-cache-expiry's default if it is not bound.
11985
11986         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11987         available in Emacs 21.
11988
11989         * lpath.el: Suppress compiler warnings for:
11990         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11991         XEmacs;
11992         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11993         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11994         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11995
11996 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11997
11998         * auth-source.el (auth-sources): Fix up definition so extra parameters
11999         are always inline.
12000
12001 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12002
12003         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12004         wasn't updated after mismatch.  Clear cached mailbox info correctly
12005         when uidvalidity changes.
12006         (nnimap-group-prefixed-name): New function to avoid some code
12007         duplication.
12008         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12009         (nnimap-request-group): Use it.
12010         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12011         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12012         with many imap folders.  This is done by caching the group status from
12013         the imap server persistently in a group parameter `imap-status'.  (This
12014         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12015         but not persistently, so every Gnus startup was still very slow.)
12016
12017 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12018
12019         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12020         delete the extra newline.  Otherwise editing of :string and :number
12021         types don't work.
12022
12023 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12024
12025         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12026         secrets.el dependency.
12027         (auth-sources): Add optional user name.  Add secrets.el configuration
12028         choice (unused right now).
12029
12030 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12031
12032         * gnus-sum.el (gnus-summary-make-menu-bar):
12033         Let `gnus-registry-install-shortcuts' fill in the functions.
12034
12035         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12036         warnings.
12037         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12038         (gnus-registry-install-shortcuts): Populate and use it in a
12039         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12040
12041 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12042
12043         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12044         In-place substitutions for the group name encoding/decoding.
12045         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12046         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12047         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12048         (nnimap-update-unseen, nnimap-request-list)
12049         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12050         (nnimap-request-set-mark, nnimap-split-to-groups)
12051         (nnimap-split-articles, nnimap-request-newgroups)
12052         (nnimap-request-create-group, nnimap-request-accept-article)
12053         (nnimap-request-delete-group, nnimap-request-rename-group)
12054         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12055         `encoded-mbx' for consistency.
12056         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12057         variable `imap-current-mailbox'.
12058
12059         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12060         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12061
12062 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12063
12064         * pop3.el (pop3-display-message-size-flag): Display message size byte
12065         counts during POP3 download.
12066         (pop3-movemail): Use it.
12067         (pop3-list): Implement listing of available messages.
12068
12069 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12070
12071         * nnir.el (nnir-get-article-nov-override-function): New function to
12072         override the normal NOV retrieval.
12073         (nnir-retrieve-headers): Use it.
12074
12075 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12076
12077         * auth-source.el (netrc-machine-user-or-password): Autoload.
12078
12079 2010-03-19  Glenn Morris  <rgm@gnu.org>
12080
12081         Stop message.el from loading about 40 libraries it doesn't always need.
12082         The general approach is to autoload rather than require, and to
12083         require in the specific functions rather than the file.  (Bug#5642)
12084
12085         * gmm-utils.el: Don't require wid-edit.
12086         (widget-create-child-value, widget-convert, widget-default-get):
12087         Autoload.
12088
12089         * gnus-util.el: Don't require time-date, netrc.
12090         (message-fetch-field, gnus-group-name-decode): Declare rather than
12091         autoloading.
12092         (gnus-fetch-field): Require message.
12093         (gnus-decode-newsgroups): Require gnus-group.
12094
12095         * ietf-drums.el: Don't require time-date.
12096
12097         * message.el: Don't require hashcash, canlock, ecomplete.
12098         Do require mail-utils.  Require nnheader only when compiling.
12099         (smtpmail-default-smtp-server): Remove declaration.
12100         (message-send-mail-function): Check smtpmail-default-smtp-server
12101         is bound rather than requiring smtpmail.
12102         (message-auto-save-directory, message-insert-signature):
12103         Use expand-file-name rather than nnheader-concat.
12104         (nnheader-insert-file-contents): Autoload.
12105         (hashcash-wait-async): Declare.
12106         (message-send-mail): Only call gnus-setup-posting-charset if
12107         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12108         (message-send-mail-with-sendmail): Require sendmail.
12109         (canlock-password, canlock-password-for-verify): Declare.
12110         (message-canlock-password): Require canlock.
12111         (nnheader-get-report): Autoload.
12112         (gnus-setup-posting-charset): Declare.
12113         (message-send-news): Require gnus-msg.
12114         (message-make-references, message-make-in-reply-to): Use mail-header-id
12115         rather than the alias mail-header-message-id.
12116         (ecomplete-add-item, ecomplete-save): Declare.
12117         (message-put-addresses-in-ecomplete): Require ecomplete.
12118         (ecomplete-display-matches): Autoload.
12119
12120         * mm-decode.el: Don't require mailcap, gnus-util.
12121         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12122         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12123         Autoload.
12124         (mailcap-mime-extensions): Declare.
12125
12126         * mm-encode.el: Don't require mailcap.
12127         (mailcap-extension-to-mime): Autoload.
12128
12129         * mml-sec.el: Don't require password-cache.
12130
12131         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12132         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12133         (mml-minibuffer-read-type): Require mailcap.
12134         (mml-preview): Require gnus-msg.
12135
12136         * mml1991.el: Require password-cache.
12137         (password-cache-expiry): Remove declaration.
12138
12139         * mml2015.el: Require password-cache.
12140         (password-cache-expiry): Remove declaration.
12141
12142         * nneething.el (mailcap): Require mailcap.
12143
12144         * nnheader.el (declare-function): Add compatibility stub.
12145         (message-remove-header): Declare rather than autoload.
12146         (nnheader-replace-header): Require message.
12147
12148         * nnimap.el (declare-function): Add compatibility stub.
12149         (netrc-parse, netrc-machine-user-or-password): Declare.
12150         (nnimap-open-connection): Require netrc.
12151
12152         * nntp.el (declare-function): Add compatibility stub.
12153         (netrc-parse, netrc-machine, netrc-get): Declare.
12154         (nntp-send-authinfo): Require netrc.
12155
12156         * rfc2047.el: Don't require qp.
12157         (quoted-printable-encode-region, quoted-printable-decode-string):
12158         Autoload.
12159
12160         * sieve-mode.el: Don't require easymenu.
12161         (easy-menu-add-item): Autoload it.
12162
12163         * spam-stat.el (time-to-number-of-days): Autoload it.
12164
12165 2010-03-19  Glenn Morris  <rgm@gnu.org>
12166
12167         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12168
12169 2010-03-18  Glenn Morris  <rgm@gnu.org>
12170
12171         * hashcash.el (declare-function): Remove duplicate definition.
12172
12173 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12174
12175         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12176         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12177         value if any backslash escapes).
12178
12179 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12182         if it is available.  (bug#5647)
12183
12184         * lpath.el: Suppress compiler warning for coding-system-from-name for
12185         Emacs 21 and XEmacs.
12186
12187 2010-03-14  Juri Linkov  <juri@jurta.org>
12188
12189         * hmac-def.el:
12190         * hmac-md5.el:
12191         * netrc.el: Fix keywords.
12192
12193 2010-02-26  Glenn Morris  <rgm@gnu.org>
12194
12195         * message.el (message-send-mail-function): Change the default, so that
12196         it inherits from a customized send-mail-function.  (Bug#5643)
12197
12198 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12199
12200         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12201         shell-command-to-string signals an error (bug#5299).
12202
12203 2010-02-24  Glenn Morris  <rgm@gnu.org>
12204
12205         * message.el (message-smtpmail-send-it)
12206         (message-send-mail-with-mailclient): Doc fixes.
12207
12208 2010-02-16  Glenn Morris  <rgm@gnu.org>
12209
12210         * message.el (message-default-mail-headers): Change the default value
12211         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12212
12213 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12216         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12217
12218 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12219
12220         * time-date.el (date-to-time): Doc fix (Bug#5408).
12221
12222 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12223
12224         * message.el (message-mail): Just pass yank-action on to message-setup.
12225         (message-setup): Handle (FUN . ARGS) form of yank-action.
12226         (message-with-reply-buffer, message-widen-reply)
12227         (message-yank-original): Handle non-buffer values of
12228         message-reply-buffer (Bug#4080).
12229         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12230
12231 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12232
12233         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12234         Fix typo in docstring.
12235
12236 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12237
12238         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12239         response.
12240
12241 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12244
12245         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12246
12247         * message.el (message-check-news-header-syntax): Protect against a
12248         string that `rfc822-addresses' returns when parsing fails.
12249
12250 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12253         (gnus-previous-char-property-change): New functions.
12254
12255         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12256
12257 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12258
12259         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12260         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12261
12262 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12263
12264         * message.el (message-exchange-point-and-mark): Rework last change to
12265         avoid using optional arg of exchange-point-and-mark, for backward
12266         compatibility.
12267
12268 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12269
12270         * message.el (message-exchange-point-and-mark):
12271         Call exchange-point-and-mark with an argument rather than setting
12272         mark-active by hand (Bug#5175).
12273
12274 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * nntp.el (nntp-service-to-port): Work for service expressed with
12277         numeric string; replace [:digit:] with [0-9] for XEmacs.
12278
12279 2009-12-17  Glenn Morris  <rgm@gnu.org>
12280
12281         * gnus-group.el (gnus-bug-group-download-format-alist):
12282         Change emacs entry to debbugs.gnu.org.  Bump :version.
12283
12284 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12287
12288 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * message.el (message-info): Explain why we use `Info-goto-node'.
12291
12292 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12295
12296 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12297
12298         * message.el (message-completion-in-region): New compatibility function.
12299         (message-expand-group): Use it.
12300
12301 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12304         with no unread article should be listed if the 2nd arg `predicate' is
12305         given.
12306
12307 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12310
12311 2009-11-29  Juri Linkov  <juri@jurta.org>
12312
12313         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12314         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12315         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12316
12317 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12318
12319         * sha1.el (sha1-string-external): default-directory "/" in case
12320         otherwise non-existent.  process-connection-type pipe for touch of
12321         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12322
12323 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12324
12325         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12326         it's comms related and sgml-mode.el has "comm" on that basis too.
12327
12328 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12331         containing tspecial characters if they have been already quoted.
12332
12333 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12334
12335         * dns-mode.el (auto-mode-alist): Purecopy string.
12336
12337 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12338
12339         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12340
12341 2009-10-24  Glenn Morris  <rgm@gnu.org>
12342
12343         * gnus-art.el (help-xref-stack-item): Define for compiler.
12344
12345 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12346
12347         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12348
12349 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12352
12353 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12356         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12357
12358 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12361         (gnus-overlays-in): New alias to overlays-in.
12362
12363         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12364         gnus-overlay-get, and gnus-delete-overlay.
12365         (gnus-summary-show-thread): Make it work as well for systems in which
12366         next-single-char-property-change is not available.
12367         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12368
12369         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12370         (gnus-overlay-get): New alias to extent-property.
12371         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12372
12373         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12374         SXEmacs.
12375
12376         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12377         SXEmacs.
12378
12379 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12382
12383 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12384
12385         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12386         and XEmacs that don't have `remove-overlays'.
12387
12388 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12389
12390         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12391         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12392         selective display.  Use overlays instead.
12393
12394 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12395
12396         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12397
12398 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12399
12400         * spam-stat.el (spam-stat-load): Fix typo in message.
12401
12402 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12403
12404         * dig.el (dig-invoke): Fix typo in docstring.
12405         (query-dig): Reflow docstring.
12406
12407 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12408
12409         * gnus-art.el (gnus-article-encrypt-body):
12410         * message.el (message-check-recipients):
12411         * mm-util.el (mm-codepage-setup):
12412         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12413         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12414
12415 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12416
12417         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12418         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12419         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12420         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12421         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12422
12423 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12424
12425         * dig.el: Add "Keywords: comm", as per net-utils.el.
12426
12427 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12428
12429         * dig.el (dig-mode): Use define-derived-mode.
12430
12431 2009-09-19  Glenn Morris  <rgm@gnu.org>
12432
12433         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12434
12435 2009-09-18  Glenn Morris  <rgm@gnu.org>
12436
12437         * gnus-diary.el (gnus-diary-check-message):
12438         * message.el (message-insert-formatted-citation-line):
12439         * nnbabyl.el (top-level):
12440         * nndiary.el (nndiary-schedule):
12441         Fix typos in condition-case handlers.
12442
12443 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12446         configuration that provides the sole article window in a frame;
12447         position point correctly after deleting a part.
12448
12449 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12450
12451         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12452         (spam-resolve-registrations-routine): Use it to unregister articles
12453         that change status.
12454
12455 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12458         with XEmacs.
12459         (parse-time-string-chars): Use it.
12460
12461 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12462
12463         * imap.el (imap-interactive-login): Better messages.
12464         (imap-open): Fix bug with renamed buffer on reconnect.
12465         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12466         for easier debugging and cleaner code.  On successful (guessed based on
12467         server capabilities) secondary authentication, set imap-state
12468         correctly.
12469         (imap-last-authenticator): Define imap-last-authenticator as a variable
12470         to avoid warnings.
12471
12472 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * nnrss.el (nnrss-request-article): Remove binding of
12475         default-enable-multibyte-characters that has gotten needless by
12476         the 2007-07-13 change in rfc2047-encode-message-header.
12477
12478         * mml.el (mml-insert-multipart): Error on the message header.
12479         (mml-insert-part): Error on the message header; position point at
12480         the end of a MIME tag.
12481
12482 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * time-date.el (autoload): Expand define-obsolete-function-alias into
12485         defalias and make-obsolete for old Emacsen that Gnus supports.
12486         (with-no-warnings): Define it for old Emacsen.
12487         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12488         is available.
12489         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12490         float-time is available; suppress compile warning for time-to-seconds.
12491
12492         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12493         (gnus-float-time): Alias to float-time if it exists.
12494
12495         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12496         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12497         float-time is available; suppress compile warning for time-to-seconds.
12498
12499         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12500         XEmacs.
12501
12502 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12503
12504         * imap.el (imap-message-map): Docstring fix.
12505
12506 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12509         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12510         Add the optional argument `encoding' that overrides the default.
12511
12512         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12513         mm-encode-buffer.
12514
12515 2009-09-04  Glenn Morris  <rgm@gnu.org>
12516
12517         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12518         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12519         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12520         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12521         * mm-util.el (mm-with-unibyte-current-buffer)
12522         (mm-find-buffer-file-coding-system):
12523         * yenc.el (yenc-decode-region): Use default-value rather than
12524         default-enable-multibyte-characters.
12525
12526 2009-09-03  Glenn Morris  <rgm@gnu.org>
12527
12528         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12529         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12530         than default-enable-multibyte-characters.
12531
12532 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12533
12534         * gnus-art.el (gnus-article-read-summary-keys):
12535         Fix gnus-buffer-configuration's value temporarily used.
12536
12537 2009-09-02  Glenn Morris  <rgm@gnu.org>
12538
12539         * gnus-util.el (gnus-float-time): New function.
12540         * gnus-delay.el (gnus-delay-article):
12541         * gnus-sum.el (gnus-thread-latest-date):
12542         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12543         * nnspool.el (nnspool-request-newgroups):
12544         Use gnus-float-time rather than time-to-seconds.
12545         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12546
12547         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12548         (gnus-header-subject-face, gnus-header-newsgroups-face)
12549         (gnus-header-name-face, gnus-header-content-face):
12550         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12551         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12552         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12553         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12554         (gnus-cite-face-11):
12555         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12556         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12557         (gnus-server-closed-face, gnus-server-denied-face)
12558         (gnus-server-offline-face):
12559         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12560         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12561         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12562         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12563         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12564         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12565         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12566         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12567         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12568         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12569         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12570         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12571         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12572         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12573         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12574         (gnus-summary-high-undownloaded-face)
12575         (gnus-summary-low-undownloaded-face)
12576         (gnus-summary-normal-undownloaded-face)
12577         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12578         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12579         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12580         (gnus-splash-face):
12581         * message.el (message-header-to-face, message-header-cc-face)
12582         (message-header-subject-face, message-header-newsgroups-face)
12583         (message-header-other-face, message-header-name-face)
12584         (message-header-xheader-face, message-separator-face)
12585         (message-cited-text-face, message-mml-face):
12586         * sieve-mode.el (sieve-control-commands-face)
12587         (sieve-action-commands-face, sieve-test-commands-face)
12588         (sieve-tagged-arguments-face):
12589         * spam.el (spam-face):
12590         Mark face aliases with "-face" in the name as obsolete.
12591
12592 2009-09-01  Glenn Morris  <rgm@gnu.org>
12593
12594         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12595         than goto-line.
12596
12597 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12600         Don't move point if the command is invoked inside the message header.
12601
12602 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12603
12604         * imap.el (imap-send-command): Simplify.
12605         (imap-wait-for-tag): point-max -> buffer-size.
12606
12607 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12608
12609         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12610         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12611         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12612         * nnir.el (nnir-swish-e-index-file):
12613         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12614         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12615         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12616         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12617         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12618         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12619
12620 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12623         Don't save excursion.
12624
12625 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12626
12627         * nnheader.el (nnheader-find-file-noselect):
12628         * mm-util.el (mm-insert-file-contents):
12629         Use (default-value 'major-mode) instead of default-major-mode.
12630
12631 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12632
12633         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12634
12635 2009-08-26  Glenn Morris  <rgm@gnu.org>
12636
12637         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12638         than placing in files.el.
12639
12640 2009-08-25  Glenn Morris  <rgm@gnu.org>
12641
12642         * nnir.el (top-level): Don't require cl at run-time.
12643         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12644         Replace cl-function substitute with gnus-replace-in-string.
12645         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12646         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12647         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12648         simplified expansions.
12649
12650 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12651
12652         * dig.el (dig): Add autoload cookie.
12653
12654 2009-08-22  Glenn Morris  <rgm@gnu.org>
12655
12656         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12657         goto-line.
12658
12659 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12660
12661         * parse-time.el (parse-time-string-chars): Save match data.
12662
12663 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12664
12665         * parse-time.el (parse-time-string-chars): Compute using character
12666         classes, to handle non-ascii characters (Bug#3190).
12667
12668 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12671
12672         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12673         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12674         (gnus-mm-display-part, gnus-mime-display-single)
12675         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12676         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12677
12678         * gnus-sum.el
12679         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12680         (gnus-summary-move-article): Add expirable mark to articles copied or
12681         moved to group that has auto-expire turned on if the option is non-nil.
12682
12683 2009-07-24  Glenn Morris  <rgm@gnu.org>
12684
12685         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12686         Fix typo.  (Bug#3903)
12687
12688 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12691         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12692         that should not be used for draft articles.
12693         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12694         that has no concern in minor mode keys.
12695         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12696         Abolish.
12697
12698 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12701         article without making inquiry to a user for unknown encoding.
12702
12703         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12704         (nnmaildir--scan): Assume i-node and device number that file-attributes
12705         returns might be cons-cell.
12706
12707         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12708
12709         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12710
12711 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12712
12713         * auth-source.el: Remove docs now in auth.texi.  Don't use
12714         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12715         `auth-source-hide-passwords' and use them.
12716
12717 2009-07-15  Glenn Morris  <rgm@gnu.org>
12718
12719         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12720
12721 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12724         excessive whitespace from the default values of title and description.
12725
12726 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12729         mail-fetch-field to fetch Content-Description header in order to
12730         exclude newlines.
12731
12732 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12733
12734         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12735         format used by GnuPG 2.0.11.
12736
12737 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12740         to deleted part.
12741
12742 2009-05-30  David Engster  <dengste@eml.cc>
12743
12744         * nnmairix.el: Remove old documentation in the commentary block.
12745         (nnmairix-request-group): Do not update active file for nnml back ends.
12746         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12747         end so that overview files are ignored.
12748         (nnmairix-update-groups): Make updating the groups more robust by using
12749         marks.
12750         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12751         with dollar characters in message-id.
12752
12753 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12756         2008-12-25 in dns.el.
12757
12758 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12759
12760         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12761         could happen if the text is only composed of spaces and/or tabs.
12762
12763 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12764
12765         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12766         when sending a queued message to avoid extra mml tags.
12767
12768 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12771
12772 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12775         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12776         rmail-toggle-header for XEmacs;
12777         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12778
12779 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-dired.el: Remove autoload for gnus-setup-message.
12782         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12783         displaying Gnus logo; always use compose-mail.
12784
12785 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12788
12789 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12792         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12793         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12794         available.
12795         (gnus-nocem-epg-verify): New function.
12796
12797 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12800
12801 2009-02-15  Glenn Morris  <rgm@gnu.org>
12802
12803         * gnus-util.el (rmail-insert-rmail-file-header)
12804         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12805         autoloads.
12806         (rmail-default-rmail-file): Remove unnecessary declaration.
12807         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12808
12809 2009-02-14  Glenn Morris  <rgm@gnu.org>
12810
12811         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12812         variable (only used in gnus-util, which declares it anyway).
12813         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12814         which was only needed by gnus-art (changed to not use it any more).
12815         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12816         only used in gnus-util, which autoloads it itself.
12817         (rmail-update-summary): Fix autoload.
12818
12819         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12820         rather than rmail-output-to-rmail-file.
12821
12822 2009-02-07  Glenn Morris  <rgm@gnu.org>
12823
12824         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12825         autoload of function that no longer exists.
12826         (rmail-toggle-header): Declare.
12827         (message-forward-rmail-make-body): Handle mbox Rmail.
12828
12829 2009-01-31  Glenn Morris  <rgm@gnu.org>
12830
12831         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12832         2009-01-09 change.
12833
12834 2009-01-31  Dave Love  <fx@gnu.org>
12835
12836         * imap.el (imap-fetch-safe): Bind debug-on-error.
12837         (imap-debug): Add imap-fetch-safe.
12838
12839 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12840
12841         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12842         (auth-source-forget-all-cached): New convenience function.
12843         (auth-source-user-or-password): Accept list of modes or a single mode.
12844
12845         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12846         auth-source modes.
12847
12848         * netrc.el (netrc-machine-user-or-password): Use list of
12849         auth-source modes.
12850
12851         * nnimap.el (nnimap-open-connection): Use list of
12852         auth-source modes.
12853
12854         * nntp.el (nntp-send-authinfo): Use list of
12855         auth-source modes.
12856
12857 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12860         now.
12861
12862 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12865         coding system in XEmacs; add a workaround for XEmacs.
12866
12867         * lpath.el: Fbind coding-system-aliasee.
12868
12869 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12872         of current-language-environment.
12873
12874 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12877         available at runtime.
12878
12879 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12882
12883 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12884
12885         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12886         the greatest positive fixnum value doesn't work under an XEmacs with
12887         bignum support; use the most-positive-fixnum constant instead,
12888         available since Emacs 21.1 with cl and XEmacs 21.1.
12889
12890 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12893         XEmacs gets not to work.
12894
12895 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * mm-util.el (mm-coding-system-priorities): Allow the value like
12898         "Japanese (UTF-8)" of current-language-environment.
12899
12900 2009-01-09  Glenn Morris  <rgm@gnu.org>
12901
12902         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12903         with last-command-event.
12904
12905 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12908         in the doc string.
12909
12910         * message.el (message-fix-before-sending): Amend comment.
12911
12912 2009-01-08  Dave Love  <fx@gnu.org>
12913
12914         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12915
12916 2009-01-07  David Engster  <dengste@eml.cc>
12917
12918         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12919         simplified server definitions by converting it via
12920         gnus-server-to-method.
12921
12922 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12925         parameter's operands.
12926
12927 2009-01-06  David Engster  <dengste@eml.cc>
12928
12929         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12930         primary select method (for gnus-group-mark-article-as-read).
12931
12932 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12933
12934         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12935         `(gnus)Face', not `(gnus)X-Face'.
12936
12937 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * mm-util.el (mm-ucs-to-char): New function.
12940
12941         * mm-url.el (mm-url-decode-entities): Use it.
12942
12943         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12944         unicode-to-char.
12945
12946 2009-01-05  Dave Love  <fx@gnu.org>
12947
12948         * time-date.el: Require cl for `declare'.
12949
12950 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12953         Dave Love.
12954
12955 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * message.el (message-fix-before-sending): Add `eight-bit' to
12958         illegible-text check.
12959
12960 2009-01-03  Michael Olson  <mwolson@gnu.org>
12961
12962         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12963         `headers' is nil.  This can occur if the IMAP server does not have
12964         permissions to read messages from a folder, but can write new messages
12965         to the folder.
12966         (nnimap-request-article-part): Do not insert `data' if it is nil.
12967
12968         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12969         characters which will confuse `read', so skip past them.
12970
12971 2009-01-01  Dave Love  <fx@gnu.org>
12972
12973         * imap.el (imap-string-to-integer): Fix typo.
12974         (imap-fetch-safe): New function.
12975         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12976
12977         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12978
12979         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12980         (imap-parse-greeting): Fix doc strings.
12981         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12982         (imap-parse-flag-list): Make messages unique.
12983         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12984
12985         * nnimap.el: Fix author email.
12986         (nnimap-split-rule): Add FIXME comment.
12987         (nnimap-debug): Fix doc string.
12988
12989 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12992
12993 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12996         nslookup if resolv.conf isn't available.
12997         (dns-query): Rename from query-dns.
12998         (dns-query-cached): Rename from query-dns-cached.
12999
13000 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13003         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13004         to check if those variables exist (first appeared in Emacs 18.50).
13005
13006 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * mm-util.el (mm-line-number-at-pos): New function.
13009
13010         * spam-report.el (spam-report-process-queue): Use it.
13011
13012 2008-12-24  David Engster  <dengste@eml.cc>
13013
13014         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13015         parameters that haven't existed as variables as buffer-local variables.
13016
13017 2008-12-23  Dave Love  <fx@gnu.org>
13018
13019         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13020         cadar.
13021
13022         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13023         imap-starttls-p.
13024         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13025
13026 2008-12-22  Dave Love  <fx@gnu.org>
13027
13028         * imap.el: Fix author email.  Doc fixes.
13029         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13030         reply.
13031
13032 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * spam-report.el (spam-report-gmane-max-requests): New constant.
13035         (spam-report-gmane-wait): New variable.
13036         (spam-report-gmane-ham, spam-report-gmane-spam)
13037         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13038         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13039         the server.
13040
13041         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13042         Add explanations.
13043
13044         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13045         nnheader-accept-process-output and nnheader-read-timeout if available.
13046         (pop3-movemail): Use it.
13047
13048         * message.el (message-check-news-body-syntax): Fix signature check if
13049         there's an attachment.
13050
13051 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * mm-util.el: Add comments to the mm- emulating functions.
13054
13055 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13058         Reported by Stephen Berman <stephen.berman@gmx.net>.
13059
13060 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * mm-util.el (mm-substring-no-properties): New function.
13063         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13064         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13065         (mm-string-to-multibyte): Doc fix.
13066
13067         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13068
13069 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * mml.el (mml-attach-file): Strip text properties from file name.
13072         (Bug#1574)
13073
13074 2008-12-16  Glenn Morris  <rgm@gnu.org>
13075
13076         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13077
13078 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13081         knows since the charset specified might be a bogus alias that
13082         mm-charset-synonym-alist provides.
13083
13084 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13087         "ISO_8859-1".
13088
13089         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13090
13091 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-util.el (mm-charset-eval-alist):
13094         Define it before mm-charset-to-coding-system.
13095         (mm-charset-to-coding-system): Add optional argument `silent';
13096         define it before mm-charset-override-alist.
13097         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13098         default value if it can be used in Emacs currently running;
13099         silence mm-charset-to-coding-system.
13100
13101 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13104         `allow-override' which says whether to use `mm-charset-override-alist'.
13105         (rfc2047-decode-encoded-words): Use it.
13106
13107         * mm-util.el (mm-charset-override-alist): Fix custom type;
13108         add `(gb2312 . gbk)' to choices.
13109
13110 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13113         fast.
13114
13115         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13116
13117         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13118
13119 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13120
13121         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13122         on links.
13123
13124         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13125
13126 2008-12-03  Lute Kamstra  <lute@gnu.org>
13127
13128         * sha1.el: Remove leading * from docstrings of defcustoms,
13129         deffaces, defconsts and defuns.
13130
13131 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13134         users' addresses that don't have domain parts.
13135         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13136         rather than message-narrow-to-head since there will be the message
13137         header separator.
13138
13139 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13140
13141         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13142         since the result is inserted in a unibyte buffer anyway.
13143         (nnimap-demule-use-string-to-multibyte): Remove.
13144         (nnimap-demule): Alias it to mm-string-to-multibyte.
13145
13146 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13149         variable for debugging bug#464 and bug#1174.
13150         (nnimap-demule): Use it.
13151
13152 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13155         score calculation correctly.
13156
13157 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13158
13159         * message.el (message-send-mail): Just set the buffer to unibyte
13160         rather than use mm-with-unibyte-current-buffer which does a lot more.
13161         (message-send-mail-partially): Don't bother with
13162         mm-with-unibyte-current-buffer since it's already been made unibyte by
13163         message-send-mail.
13164
13165 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13168
13169 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13170
13171         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13172
13173 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13176         require itself and to remove `with-no-warnings'.
13177
13178 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * starttls.el (starttls-any-program-available): Get the name of the
13181         available TLS layer program.
13182         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13183         well as the host name in the "opening" message.
13184
13185         * auth-source.el (auth-source-cache, auth-source-do-cache)
13186         (auth-source-user-or-password): Cache passwords and logins by default,
13187         allow override with `auth-source-do-cache'.
13188         (auth-source-forget-user-or-password): Allow users to remove cache
13189         entries if needed.
13190
13191 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13192
13193         * md4.el (md4-buffer): Fix typo in docstring.
13194         (md4, md4-64): Doc fixes.
13195         (md4-pack-int32): Reflow docstring.
13196
13197 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13200         condition-case to only the forward-sexp call.
13201
13202 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13205         quotes contained.  Make it more robust regardless by an extra
13206         condition-case wrapper.
13207
13208 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13211
13212 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * nnml.el (nnml-request-expire-articles): Check if the function set to
13215         `nnmail-expiry-target' returns the symbol `delete'.
13216
13217         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13218
13219         * nnmail.el (nnmail-expiry-target): Fix custom type.
13220
13221 2008-10-02  Glenn Morris  <rgm@gnu.org>
13222
13223         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13224         Silence compiler warning.
13225
13226 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13227
13228         * tls.el (open-tls-stream): Show the actual command being
13229         executed, instead of the format string.
13230
13231 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * lpath.el: Fbind codepage-setup for Emacs 23.
13234
13235 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13236
13237         * mml.el (mml-menu): Don't assume mml2015 is bound.
13238
13239 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13242         exists.
13243
13244 2008-09-27  Glenn Morris  <rgm@gnu.org>
13245
13246         * gnus-util.el (mail-header-remove-comments): Autoload it.
13247
13248 2008-09-27  Andreas Schwab  <schwab@suse.de>
13249
13250         * gnus-util.el (gnus-split-references): Strip comments.
13251         (gnus-parent-id): Likewise.
13252
13253 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * message.el (message-confirm-send): Fix version.
13256
13257 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * message.el (message-idna-to-ascii-rhs-1): Use
13260         mail-extract-address-components rather than mail-header-parse-addresses
13261         that is an alias by default to ietf-drums-parse-addresses that does not
13262         support non-ASCII names in headers' contents.
13263
13264 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13265
13266         * message.el (message-confirm-send): Fix variable documentation to
13267         avoid the "y/n" wording.
13268
13269 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13270
13271         * message.el (message-set-auto-save-file-name): Save to a different
13272         filename so multiple messages (especially drafts) can be recovered.
13273
13274 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13275
13276         * message.el (message-confirm-send): Add appropriate version.
13277
13278 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13279
13280         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13281         defvar.
13282
13283 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13284
13285         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13286         (mm-pkcs7-enveloped-magic): Ditto.
13287
13288 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13289
13290         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13291         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13292
13293 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13296         default, it's better.
13297
13298 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13301         summary line gnus-number property and ignore them (with a warning
13302         message).
13303
13304 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13307         macro caddr in the interactive form since it won't be expanded.
13308
13309 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13312         `charset'; fix name of function called recursively.
13313         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13314
13315 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13318         (gnus-mime-set-charset-parameters): New function.
13319         (gnus-mime-view-part-as-charset): Use it to correctly display part
13320         specifying wrong charset.
13321
13322 2008-09-08  David Engster  <dengste@eml.cc>
13323
13324         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13325         in completing-read for back end server.
13326
13327 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13328
13329         * message.el (message-confirm-send): New variable to confirm sending a
13330         message.
13331         (message-send): Use it.
13332
13333 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13336
13337 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13340
13341 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13342
13343         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13344         prevent tracking too many groups.
13345         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13346         Use it.
13347
13348 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13349
13350         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13351         moving point to the bottom of the window in order to avoid recentering.
13352
13353 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13356
13357         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13358         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13359         (gnus-article-beginning-of-window): Fix calculation.
13360
13361 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-msg.el (gnus-summary-supersede-article)
13364         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13365         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13366         message header.
13367
13368 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13369
13370         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13371         pending output coming after the status change.
13372
13373 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13374
13375         * message.el:
13376         * gnus-start.el:
13377         * gnus-registry.el: Remove VMS support.
13378
13379 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13382         macro.
13383         (rfc2104-hash): Use it.
13384
13385 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13388         (gnus-summary-sort-by-most-recent-date): New commands.
13389         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13390         and menu entries.
13391
13392 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13395         don't redisplay article for raw contents; remove plural articles stuff.
13396
13397         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13398         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13399         on gnus-summary-save-article; display results properly.
13400
13401 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * lpath.el: No need to fbind ns-focus-frame.
13404
13405 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13408
13409 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-art.el (gnus-summary-save-in-pipe):
13412         Consider gnus-save-all-headers.
13413
13414 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13415
13416         * gnus-util.el (ns-focus-frame): Remove declaration.
13417         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13418         like x.
13419
13420 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13421
13422         * rfc2104.el (rfc2104-zero): Delete defconst.
13423         (rfc2104-hex-alist): Likewise.
13424         (rfc2104-hex-to-int): Delete func.
13425         (rfc2104-hexstring-to-bitstring): Likewise.
13426         (rfc2104-nybbles): New defconst.
13427         (rfc2104-hash): Rewrite for speed.
13428
13429 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * tls.el (open-tls-stream): Make it work with the 2nd argument
13432         BUFFER that is a string but does not exist as a buffer object, as
13433         mentioned in the doc-string.
13434
13435 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13438         SXEmacs.
13439
13440 2008-07-16  Glenn Morris  <rgm@gnu.org>
13441
13442         * gnus-util.el (ns-focus-frame): Declare for compiler.
13443
13444 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13447         set as a group parameter.
13448         (gnus-summary-save-in-pipe): Work when it is called independently.
13449         (gnus-summary-pipe-to-muttprint): Don't modify
13450         gnus-summary-pipe-output-default-command.
13451
13452 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13453
13454         * message.el (message-send-mail-with-sendmail):
13455         Display the error message.
13456
13457 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-art.el (gnus-default-article-saver):
13460         Add gnus-summary-save-in-pipe to choices.
13461         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13462         gnus-summary-pipe-output-default-command as the default command.
13463         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13464         instead of gnus-last-shell-command.
13465
13466         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13467         New user option.
13468         (gnus-summary-muttprint-program): Mention the value will be changed.
13469         (gnus-summary-save-article): Force showing of all headers.
13470         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13471
13472 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13473
13474         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13475
13476 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13477
13478         * nnimap.el (nnimap-id):
13479         * sieve-manage.el (sieve-manage-open): Doc fixes.
13480
13481 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13482
13483         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13484         if available.
13485
13486 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13487
13488         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13489
13490         * nnkiboze.el (nnkiboze-generate-group):
13491         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13492
13493         * nnmairix.el: Require CL.
13494
13495 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * dgnushack.el: Autoload get-display-table and put-display-table for
13498         XEmacs 21.5.
13499
13500         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13501         21.4 and SXEmacs.
13502
13503 2008-06-15  David Engster  <dengste@eml.cc>
13504
13505         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13506
13507 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13508
13509         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13510         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13511         runtime choice under XEmacs.
13512
13513         * gnus-sum.el (gnus-summary-set-display-table):
13514         Use `gnus-put-display-table', `gnus-get-display-table',
13515         `gnus-set-display-table' for the display table, instead of `aset'.
13516
13517         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13518         Use `gnus-put-display-table', `gnus-get-display-table',
13519         `gnus-set-display-table' for the display table.
13520
13521 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * nnmairix.el: Add autoloads.
13524
13525 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * nnmairix.el (nnmairix-delete-recreate-group)
13528         (nnmairix-update-and-clear-marks): Fix error messages.
13529
13530 2008-06-14  David Engster  <dengste@eml.cc>
13531
13532         * nnmairix.el: Upgrade to version 0.6.
13533         (nnmairix-group-toggle-propmarks-this-group)
13534         (nnmairix-group-toggle-readmarks-this-group)
13535         (nnmairix-group-delete-recreate-this-group)
13536         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13537         (nnmairix-remove-tick-mark-original-article): New commands.
13538         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13539         (nnmairix-propagate-marks-to-nnmairix-groups)
13540         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13541         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13542         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13543         functions needed for marks propagation and manipulation of read marks.
13544         (nnmairix-update-groups): New function.
13545         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13546         (nnmairix-determine-original-group-from-registry)
13547         (nnmairix-determine-original-group-from-path)
13548         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13549         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13550         New helper functions.
13551         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13552         keystrokes for new commands.
13553         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13554         (nnmairix-request-group): Check allow-fast group parameter.
13555         (nnmairix-request-create-group): Set allow-fast group parameter if
13556         nnmairix-allowfast-default is set.
13557         (nnmairix-close-group): Propagate marks upon closing if needed.
13558         (nnmairix-group-toggle-threads-this-group): Use new.
13559         nnmairix-group-toggle-parameter helper function.
13560         (nnmairix-search): Better check for empty search result.
13561         (nnmairix-goto-original-article): Use new helper functions for
13562         determining original article.
13563         (nnmairix-show-original-article): Make sure message-id is in brackets.
13564         (nnmairix-call-mairix-binary): Change variable name.
13565         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13566         helper function.
13567         (nnmairix-widget-toggle-activate): Fix doc string.
13568
13569 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * nnir.el: Require edmacro when compiling with XEmacs.
13572         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13573         available in Emacs 21.
13574
13575 2008-06-11  Glenn Morris  <rgm@gnu.org>
13576
13577         * gnus-util.el (x-focus-frame):
13578         * gnus.el (image-size):
13579         * mm-decode.el (image-size): Declare.
13580
13581         * gnus-picon.el (declare-function): Add compat definition.
13582         (image-size): Declare.
13583
13584         * gnus-group.el (tool-bar-map):
13585         * gnus-sum.el (tool-bar-map): Define for compiler.
13586
13587         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13588
13589         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13590
13591         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13592         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13593         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13594         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13595         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13596         * sieve-manage.el, spam-report.el, spam.el:
13597         Remove unnecessary eval-and-compile of autoloads.
13598
13599 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13600
13601         * auth-source.el: Precise Tramp doc.
13602
13603 2008-06-07  Glenn Morris  <rgm@gnu.org>
13604
13605         * nnmairix.el: Remove unnecessary eval-when-compile.
13606
13607 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * lpath.el: Fbind propertize for XEmacs 21.4.
13610
13611 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * nnir.el: Move here from ../contrib.
13614
13615 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13616
13617         * gnus-util.el (gnus-read-shell-command): New function.
13618         * mm-decode.el (mm-pipe-part):
13619         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13620
13621 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13624
13625 2008-06-03  Glenn Morris  <rgm@gnu.org>
13626
13627         * pop3.el (nnheader-accept-process-output): Autoload it.
13628
13629 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13632         are not 2-digit hexadecimal characters that follow `%'s.
13633
13634 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * message.el (message-bogus-recipient-p): Fix type in doc string.
13637         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13638         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13639         Improve custom options.
13640         (message-bogus-recipient-p): Adjust accordingly.
13641
13642 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13643
13644         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13645         long-form month and day names.
13646
13647 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * dgnushack.el: Autoload debug, eudc-expand-inline and
13650         pgg-snarf-keys-region for XEmacs.
13651
13652         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13653
13654         * nnmairix.el: Require edmacro when compiling with XEmacs.
13655
13656 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13659         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13660
13661 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13662
13663         * auth-source.el: Add more docs.
13664
13665         * netrc.el (netrc-machine): Always match if the port is not given.
13666
13667 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13668
13669         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13670         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13671         retrieval faster in some cases, but might make CPU usage larger.
13672         If this has any bad side effects, we might revert this change.
13673
13674         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13675         seems to make mail retrieval much, much faster.
13676         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13677         unconditionally.
13678
13679         * gnus-draft.el (gnus-group-send-queue):
13680         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13681
13682 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13685
13686         * message.el (message-bogus-address-regexp): Fix and improve custom
13687         type.
13688         (message-setup-hook): Add message-check-recipients as custom option.
13689
13690 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * message.el (message-cite-function): Remove bogus autoload which crept
13693         in during merge from v5-10.
13694
13695 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13696
13697         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13698
13699         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13700
13701         * auth-source.el: Preliminary Tramp docs.
13702         (auth-sources): Change the default auth-sources to use
13703         EPA .gpg files.
13704
13705 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13706
13707         * nntp.el: Autoload `auth-source-user-or-password'.
13708         (nntp-send-authinfo): Use it.
13709
13710         * nnimap.el: Autoload `auth-source-user-or-password'.
13711         (nnimap-open-connection): Use it.
13712
13713         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13714         for the gnus-message function.
13715         (auth-source-user-or-password): Use it.
13716
13717 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13718
13719         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13720         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13721         (rfc2104-hash): Use it.
13722
13723 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13724
13725         * gnus-art.el (gnus-article-toggle-truncate-lines):
13726         Don't use `iff' in docstring.
13727
13728 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13729
13730         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13731
13732         * gnus-util.el (gnus-extract-address-component-name)
13733         (gnus-extract-address-component-email): Convenience functions around
13734         `gnus-extract-address-components'.
13735
13736         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13737         Use `gnus-extract-address-component-email' to fix bug of comparing full
13738         sender name to `user-mail-address'.
13739
13740 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13741
13742         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13743         catch/throw to optimize.
13744         (gnus-registry-find-keywords): Just use member to find a keyword.
13745
13746 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13747
13748         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13749         is current before calling gnus-server-prepare.
13750         (gnus-server-setup-buffer, gnus-server-update-server)
13751         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13752
13753 2008-05-04  Juri Linkov  <juri@jurta.org>
13754
13755         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13756         (mailcap-file-default-commands): Use mailcap-replace-in-string
13757         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13758         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13759
13760 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13761
13762         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13763
13764 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13765
13766         * gnus.el: Bump version to 0.11.
13767
13768 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13769
13770         * gnus.el: No Gnus v0.10 is released.
13771
13772 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773
13774         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13775         hooks.
13776         (gnus-update-read-articles): Speed up non-marks-using users.
13777         (gnus-use-marks): Define gnus-use-marks.
13778         (gnus-propagate-marks): Rename variable to something more sensible.
13779
13780 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13781
13782         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13783         (gmm-image-load-path-for-library): Fix typos in docstrings.
13784         (gmm-message): Reflow docstring.
13785
13786 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13787
13788         * mail-source.el (mail-source-set-1, mail-source-bind):
13789         Move auth-source code out of the macro to clean it up and fix bugs.
13790
13791 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13792
13793         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13794         by sender if it's equal to user-mail-address, it's likely to be
13795         useless.
13796
13797         * mail-source.el (mail-source-bind): Don't use user or password if they
13798         are not bound.  Unintern them if they are nil.  Don't use server unless
13799         it's bound, and default it to empty string otherwise.
13800
13801 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13802
13803         * mail-source.el: Load auth-source.el.
13804         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13805         get user name or password, if auth-sources is set up.
13806
13807         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13808         strategy of splitting with parent.
13809         (gnus-registry-split-fancy-with-parent)
13810         (gnus-registry-post-process-groups): Use it and fix prior
13811         bug (returning a list as the split result).
13812
13813         * auth-source.el (auth-sources): Remove server parameter.
13814         (auth-source-pick, auth-source-user-or-password)
13815         (auth-source-user-or-password-imap)
13816         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13817         (auth-source-user-or-password-sftp)
13818         (auth-source-user-or-password-smtp): Remove server parameter.
13819
13820 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13821
13822         * smime.el (smime-sign-region, smime-encrypt-region)
13823         (smime-decrypt-region):
13824         Remove redundant calls to `generate-new-buffer-name'.
13825
13826 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13827
13828         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13829         Don't use QP for message/rfc822.
13830         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13831
13832 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13833
13834         * sieve-manage.el (sieve-string-bytes): Remove.
13835         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13836         correct byte-length only if the process's coding-system is the same as
13837         the one used internally by Emacs to represent strings.
13838
13839 2008-04-22  Juri Linkov  <juri@jurta.org>
13840
13841         * mailcap.el (mailcap-file-default-commands): New function.
13842
13843 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * message.el (message-signature-separator, message-cite-function):
13846         Change custom version.
13847
13848 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13849
13850         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13851         commands.
13852         (tls-checktrust): Ditto.
13853
13854 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * mm-decode.el (mm-display-external): Make temp file read-only.
13857
13858 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13861         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13862         `C-c C-f d'.
13863
13864 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13865
13866         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13867
13868 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * gnus.el: Bump version to 0.9.
13871
13872 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus.el: No Gnus v0.8 is released.
13875
13876 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13877
13878         * mail-source.el (mail-source-value):
13879         Prefer fboundp to functionp so it works with macros as well.
13880
13881 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13882
13883         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13884         Fix last change in case the element is not even a symbol.
13885
13886 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13887
13888         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13889         Prefer fboundp to functionp so it works with macros as well.
13890
13891 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13892
13893         * auth-source.el: Add docs.
13894         (auth-sources): Modify format to support server.
13895         (auth-source-pick, auth-source-user-or-password)
13896         (auth-source-user-or-password-imap)
13897         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13898         (auth-source-user-or-password-sftp)
13899         (auth-source-user-or-password-smtp): Add server parameter.
13900
13901 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13902
13903         * gnus-registry.el: Initialize the registry when gnus-registry-install
13904         is t.
13905
13906 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * compface.el (uncompface): Make buffer unibyte.
13909
13910 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13911
13912         * mail-source.el (mail-source-value):
13913         Prefer fboundp to functionp so it works with macros as well.
13914
13915 2008-04-05  Glenn Morris  <rgm@gnu.org>
13916
13917         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13918
13919 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13920
13921         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13922         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13923
13924         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13925         multibyteness after rather than before erasing it.
13926
13927         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13928         mm-with-multibyte.
13929         (gnus-request-article-this-buffer): Make sure the proper decoding is
13930         used if gnus-original-article-buffer happens to be unibyte.
13931
13932         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13933         default-enable-multibyte-characters.
13934
13935         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13936         default-enable-multibyte-characters.
13937
13938         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13939
13940         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13941
13942 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13943
13944         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13945         Fix last change in case the element is not even a symbol.
13946
13947 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13948
13949         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13950         (imap-message-copyuid-1): Use it.
13951         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13952         J. Williams in
13953         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13954
13955         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13956         imap-enable-exchange-bug-workaround.
13957         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13958
13959 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13960
13961         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13962         a 100 byte status-checks into a 2-3MB transfer for each group.
13963         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13964         to enable bug workaround or not.
13965         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13966
13967 2008-03-31  Glenn Morris  <rgm@gnu.org>
13968
13969         * message.el (mml2015-use): Declare for compiler.
13970         (message-info): Require mml2015 when appropriate.
13971
13972 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13975         whitespace.
13976
13977 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13978
13979         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13980         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13981         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13982         (nntp-service-to-port): New function.
13983         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13984         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13985         (nntp-open-netcat-stream): New function.
13986         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13987
13988 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13989
13990         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13991
13992 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13993
13994         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13995
13996 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13997
13998         * dns.el (dns-write): Use set-buffer-multibyte.
13999
14000 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14001
14002         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14003
14004 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14005
14006         * message.el (message-signature-separator): Change default.
14007         Improve custom type.
14008         (message-cite-function): Change default to
14009         message-cite-original-without-signature.
14010
14011         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14012         toggle.
14013
14014         * message.el (message-check-news-body-syntax): Fix signature check.
14015         (message-setup-1): Mark buffer as unmodified _after_ running
14016         message-setup-hook and handling message-alternative-emails.
14017         (message-shorten-references): Be more strict when building list of
14018         valid references to comply with GNKSA.
14019
14020         * gnus-group.el (gnus-read-ephemeral-bug-group)
14021         (gnus-read-ephemeral-debian-bug-group)
14022         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14023
14024         * message.el (message-info): Don't use booleanp which isn't supported
14025         in Emacs 21 and XEmacs.
14026
14027 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14030         gnus-group-gmane-group-download-format.
14031         (gnus-group-read-ephemeral-gmane-group): Rename from
14032         gnus-group-read-ephemeral-gmane-group.
14033         (gnus-read-ephemeral-gmane-group-url): Rename from
14034         gnus-group-read-ephemeral-gmane-group-url.
14035         (gnus-bug-group-download-format-alist): New variable.
14036         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14037         (gnus-read-ephemeral-emacs-bug-group): New commands.
14038
14039 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14042         (gnus-visible-headers): Improve custom type.
14043
14044 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * mml.el (mml-menu): Add workarounds for XEmacs.
14047
14048         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14049         X-Boundary header.
14050
14051         * message.el (message-simplify-recipients): Fix previous commit.
14052
14053 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14054
14055         * mm-util.el (mm-set-buffer-multibyte): New function.
14056         * mm-decode.el (mm-copy-to-buffer): Use it.
14057
14058         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14059         Prefer fboundp to functionp so it works with macros as well.
14060
14061 2008-03-19  Glenn Morris  <rgm@gnu.org>
14062
14063         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14064         Accidentally removed in the sync process with Emacs.
14065
14066 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14067
14068         * message.el (message-alter-recipients-discard-bogus-full-name):
14069         New function.
14070         (message-alter-recipients-function): New variable.
14071         (message-get-reply-headers): Use it.
14072         (message-replace-header): New helper function.
14073         (message-recipients-without-full-name): New variable.
14074         (message-simplify-recipients): New command.
14075
14076         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14077
14078         * message.el (message-info): Handle EasyPG manual.
14079
14080         * mml.el (mml-menu): Add entry for EasyPG.
14081
14082 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14083
14084         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14085         parameter.
14086
14087         * message.el (message-disassociate-draft): Specify drafts group name
14088         fully.
14089
14090 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14091
14092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14093         Eliminate unnecessary duplicates from the match list.
14094
14095 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14098
14099         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14100
14101         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14102         args of `how-many' of which the XEmacs version doesn't take; declare
14103         Info-index-next as function.
14104
14105 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * gnus-score.el (gnus-score-headers): Fix handling of
14108         gnus-inhibit-slow-scoring.
14109
14110         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14111         string.
14112         (gnus-button-url-regexp): Improve handling of parenthesis.
14113         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14114         (gnus-button-handle-info-keystrokes): Handle index entries.
14115
14116 2008-03-15  Glenn Morris  <rgm@gnu.org>
14117
14118         * parse-time.el (parse-time-string): Simplify.
14119
14120 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14123         Incoming* files.
14124
14125 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14126
14127         * auth-source.el (auth-sources): Rename from auth-source-choices.
14128         (auth-source-pick): Use it.
14129
14130 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14131
14132         * binhex.el (binhex-decode-region-internal):
14133         * uudecode.el (uudecode-decode-region-internal):
14134         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14135         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14136         setting default-enable-multibyte-characters.
14137
14138 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14139
14140         * auth-source.el (auth-source-protocols)
14141         (auth-source-protocols-customize, auth-source-choices): Add and
14142         modified variable customizations and defaults.
14143         (auth-source-pick, auth-source-user-or-password)
14144         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14145         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14146         (auth-source-user-or-password-sftp)
14147         (auth-source-user-or-password-smtp): Use new variables and provide an
14148         interface to netrc.el.
14149
14150 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14153         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14154         Make sure the nntp port to specify is a string.
14155
14156 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14157
14158         * nntp.el: Use with-current-buffer.
14159         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14160         dubious mm-with-unibyte-current-buffer.
14161         (nntp-with-open-group-function): New function extracted from
14162         nntp-with-open-group macro.
14163         (nntp-with-open-group): Use the function, so it's easier to debug.
14164         Add indentation and debugging info.
14165         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14166         Recommend the use of the netcat alternatives.
14167
14168         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14169         Avoid mm-string-as-multibyte as well.
14170
14171         * nnweb.el (nnweb-insert-html):
14172         Remove use of nnheader-string-as-multibyte.
14173
14174         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14175         (nnheader-string-as-multibyte): Remove.
14176
14177         * mm-view.el: Use inhibit-read-only.
14178         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14179         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14180         or unibyte-string.
14181
14182         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14183         (mm-uu-yenc-extract): Use with-current-buffer.
14184
14185         * gnus-soup.el (gnus-soup-send-packet): Don't use
14186         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14187
14188         * nnmh.el: Use with-current-buffer.
14189         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14190         mm-string-as-multibyte on the output of mm-encode-coding-string.
14191
14192         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14193         (nnimap-request-move-article): Use with-current-buffer.
14194
14195         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14196         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14197         conversion uses string-make-unibyte rather than string-as-unibyte.
14198
14199         * gnus-msg.el: Use with-current-buffer.
14200
14201         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14202
14203 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14204
14205         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14206         string for caching if it is 'PIN.
14207
14208 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * lpath.el: Consider the case without Emacs/W3.
14211
14212 2008-03-08  Glenn Morris  <rgm@gnu.org>
14213
14214         * time-date.el (date-to-time, time-subtract, time-add)
14215         (safe-date-to-time): Doc fixes.
14216
14217 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * mail-source.el (mail-source-delete-old-incoming-confirm):
14220         Change default to nil.
14221         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14222
14223 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * lpath.el: Rearrange.
14226
14227         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14228         (gnus-article-goto-prev-page): Work for articles having ^L's.
14229
14230         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14231
14232         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14233
14234 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14235
14236         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14237         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14238         (gnus-bookmark-jump): Adjust some variable names.
14239
14240 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14241
14242         * auth-source.el: New package.
14243         (auth-source-choices): Add customization entry point variable.
14244
14245         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14246         bug.
14247
14248 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14249
14250         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14251         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14252         (gnus-registry-install-shortcuts): Rename from
14253         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14254         the `gnus-registry-mark-map' keymap dynamically from
14255         `gnus-registry-marks'.  The generated functions update the summary line
14256         when a registry mark is added or deleted, and will call
14257         `gnus-registry-install-p' (see the comments in the code).
14258         (gnus-registry-user-format-function-M): Use concat intelligently.
14259
14260         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14261         the registry mark functions.
14262
14263 2008-03-05  Glenn Morris  <rgm@gnu.org>
14264
14265         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14266         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14267         gnus-art.
14268         (top-level): No need to load own source when compiling.
14269
14270 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14273         Suggested by <chris.anderton@zetnet.co.uk>.
14274
14275 2008-03-04  Glenn Morris  <rgm@gnu.org>
14276
14277         * gnus-sum.el (top-level): No need to require gnus when compiling,
14278         since unconditionally required near start of file.
14279         (gnus-summary-display-while-building): Move definition before use.
14280
14281 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * gnus-registry.el (gnus-registry-user-format-function-M):
14284         Add formatting function.
14285
14286 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14287
14288         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14289         with plists.
14290         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14291         Use new format.
14292
14293 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14296         `where-is-internal' that returns a range of key sequences.
14297
14298 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14299
14300         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14301
14302         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14303         (gnus-summary-jump-to-group): Consider windows on other displayed
14304         frames as well.  Similar changes might be needed elsewhere, but that's
14305         the one I've bumped into during my use.
14306
14307         * nndoc.el (nndoc-oe-dbx-type-p):
14308         * gnus-msg.el (gnus-debug):
14309         * gnus-group.el (gnus-update-group-mark-positions):
14310         Use mm-string-to-multibyte.
14311
14312 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14313
14314         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14315         doesn't handle NotDashEscaped.
14316
14317         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14318         (mml-dnd-attach-options): Fix typo in custom choice.
14319
14320         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14321         Change nndoc-article-type to mbox.
14322         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14323
14324         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14325         to nil, instead of html2text.
14326
14327         * imap.el (imap-debug): Add `imap-ping-server'.
14328
14329         * gnus-bookmark.el: Add FIXMEs.
14330
14331         * message.el (message-form-letter-separator)
14332         (message-send-form-letter-delay): New variables.
14333         (message-send-form-letter): Use them.  New command to send form
14334         letters.  Requested by Uwe Siart.
14335         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14336
14337 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * Update copyright years.
14340
14341 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14342
14343         Sync from EMACS_22_BASE.
14344
14345         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14346
14347 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14348
14349         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14350         empty author.
14351
14352 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14353
14354         * gnus-registry.el (gnus-registry-marks): Add variable for
14355         customization of marks and their appearance.
14356         (gnus-registry-read-mark): Use it.
14357         (gnus-registry-do-marks): Add utility function to loop through
14358         `gnus-registry-marks'.
14359         (gnus-registry-install-shortcuts-and-menus): Add function to install
14360         shortcuts and menus.
14361         (gnus-registry-initialize): Use it.
14362         (gnus-registry-default-mark): Clarify documentation.
14363
14364 2008-02-29  Glenn Morris  <rgm@gnu.org>
14365
14366         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14367         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14368         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14369         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14370         Change defcustom :version from 23.0 to 23.1.
14371
14372 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14373
14374         * gnus-registry.el (gnus-registry-follow-group-p)
14375         (gnus-registry-post-process-groups): Add functions to aid registry
14376         splitting and improve logging.  Clarify behavior in function
14377         documentation.
14378         (gnus-registry-split-fancy-with-parent): Use them.
14379
14380 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14381
14382         * gnus-art.el: Use with-current-buffer.
14383
14384 2008-02-27  David Engster  <dengste@eml.cc>
14385
14386         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14387         Express real group name in the response.
14388
14389 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14392         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14393         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14394         autoload gnus-registry-fetch-group when compiling.
14395         (nnmairix-request-group-with-article-number-correction):
14396         Remove unreferenced argument passed to nnmairix-call-backend.
14397
14398 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14399
14400         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14401         (mm-uu-extract): Improve face for low color ttys.
14402         Reported by Sascha Wilde.
14403
14404 2008-02-27  Glenn Morris  <rgm@gnu.org>
14405
14406         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14407         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14408         variables to defconsts.  Convert comments to doc-strings.
14409         (nnmairix-last-server, nnmairix-current-server): Convert from free
14410         variables to defvars.  Convert comments to doc-strings.
14411         (gnus-registry-fetch-group): Autoload.
14412         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14413         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14414         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14415         caddr.
14416         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14417         nnmairix-request-group-with-article-number-correction call.
14418         (nnmairix-fast, nnmairix-group): New, less general names, for free
14419         variables passed from nnmairix-request-group to
14420         nnmairix-request-group-with-article-number-correction.  Declare.
14421         (nnmairix-request-group-with-article-number-correction):
14422         Use nnmairix-fast, nnmairix-group rather than fast, group.
14423
14424 2008-02-26  David Engster  <dengste@eml.cc>
14425
14426         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14427         version 0.5.
14428
14429 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14430
14431         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14432         instead of making an extra function call.  Don't add the current group
14433         to articles only when they have the group.  Use
14434         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14435         Reported by David <de_bb@arcor.de>.
14436
14437 2008-02-24  Miles Bader  <miles@gnu.org>
14438
14439         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14440         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14441         (mm-find-mime-charset-region):
14442         * mm-bodies.el (mm-encode-body):
14443         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14444
14445 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14448         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14449
14450 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * mail-source.el (mail-source-delete-incoming): Change default.
14453         Supplement doc string.
14454
14455         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14456
14457 2008-02-14  Glenn Morris  <rgm@gnu.org>
14458
14459         * time-date.el (format-seconds): New function.
14460
14461 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * nnmail.el (nnmail-message-id-cache-file): Derive from
14464         `gnus-home-directory'.
14465
14466 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14469         Document negative prefix.
14470
14471         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14472
14473 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14474
14475         * message.el (message-unsent-separator): Add the Exim bounce
14476         separator.
14477
14478 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14479
14480         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14481         list.
14482         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14483         recipient/signer list.
14484
14485 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * Makefile.in (datarootdir): Define.
14488         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14489         name that might contain whitespace.
14490
14491 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14494         fbound (Emacs 23 unicode), signal an error.
14495
14496 2008-02-08  Glenn Morris  <rgm@gnu.org>
14497
14498         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14499
14500 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14501
14502         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14503         ports to the calls to `netrc-machine-user-or-password' in addition to
14504         "imap" and "imaps".
14505
14506 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14507
14508         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14509
14510         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14511
14512 2008-02-01  Kenichi Handa  <handa@m17n.org>
14513
14514         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14515         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14516         (rfc2104-hash): Convert the result of concat to unibyte string.
14517
14518 2008-02-01  Dave Love  <fx@gnu.org>
14519
14520         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14521         coding-system-for-read.
14522         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14523
14524 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14527         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14528         <hanche@math.ntnu.no>.
14529
14530 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14533
14534         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14535
14536 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14537
14538         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14539         * message.el (message-beginning-of-line): Use featurep instead of bound
14540         tests in order to resolve conditionals at compile time.
14541
14542 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14543
14544         * mail-source.el (mail-sources): Add `group' choice.
14545
14546         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14547         parameter `in-group' to control into which group the articles go.
14548         Add treatment of `group' mail-source.
14549
14550 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14553
14554         * mm-decode.el (mm-dissect-buffer): Decode description.
14555
14556         * mml.el (mml-to-mime): Encode message header first.
14557
14558 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14561         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14562
14563         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14564         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14565
14566 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14567
14568         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14569
14570 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14573         prefix keys.
14574         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14575         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14576         gnus-xmas.el.
14577
14578         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14579         (gnus-xmas-article-describe-bindings): New function.
14580         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14581         gnus-xmas-article-describe-bindings.
14582
14583         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14584
14585 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14586
14587         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14588         Add new variables for article mark management.
14589         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14590         list of extra data entries which, when present, will indicate that the
14591         article ID should not be trimmed from the registry.
14592         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14593         functions.
14594         (gnus-registry-read-mark): New function to read a mark name from the
14595         user.
14596         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14597         (gnus-registry-set-article-mark-internal): New functions to add and
14598         remove marks.
14599         (gnus-registry-get-article-marks): New function to show the marks for
14600         an article, or retrieve them for further use.
14601
14602 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14605         keys when no argument is given.
14606
14607 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * imap.el (imap-ping-server): New variable.
14610         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14611         (imap-ping-server): Minor doc string fixes.
14612
14613 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14614
14615         * imap.el (imap-ping-server): New function.
14616         (imap-opened): Call imap-ping-server.
14617
14618 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-sum.el (gnus-article-sort-by-random)
14621         (gnus-thread-sort-by-random): Fix doc strings.
14622         Reported by jidanni@jidanni.org.
14623
14624 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-art.el (gnus-article-describe-bindings): New function.
14627         (gnus-article-read-summary-keys): Use it.
14628         (gnus-article-mode-map): Bind `C-h b' to it.
14629
14630 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14633         XEmacs.
14634         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14635         Protect against non-character events.
14636
14637         * lpath.el: Fbind map-keymap for Emacs 21.
14638
14639 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14642         New command.
14643         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14644         instead of END.  Change name of the temp file.
14645         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14646         customizable.
14647
14648 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14651         bind `S W' to gnus-article-wide-reply-with-original; set default
14652         binding to gnus-article-read-summary-send-keys.
14653         (gnus-article-read-summary-keys): Fix the order of keys; display
14654         continuation keys correctly in the echo area; describe bindings
14655         correctly when keys end with `C-h'.
14656         (gnus-article-read-summary-send-keys): New function.
14657         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14658         Work for gnus-article-read-summary-send-keys; display continuation keys
14659         correctly in the echo area.
14660         (gnus-article-reply-with-original): Ignore prefix argument.
14661         (gnus-article-wide-reply-with-original): New function.
14662
14663         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14664         Emacs 21.
14665
14666 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14669         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14670
14671 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14674         (gnus-group-read-ephemeral-gmane-group): New command.
14675
14676 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14677
14678         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14679
14680 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * message.el (message-send-mail-function): Increase custom version.
14683
14684         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14685         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14686
14687 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14688
14689         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14690         for the cases where imap-authenticate is called with a nil buffer
14691         parameter.
14692
14693 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14696         html parts correctly; support forwarded messages.
14697         (gnus-article-browse-html-article): Remove work buffers.
14698
14699         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14700         compiling.
14701         (netrc-bound-and-true-p): New macro.
14702         (netrc-parse): Use it instead of bound-and-true-p that is not available
14703         in XEmacs 21.4.
14704
14705 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14706
14707         * gnus-registry.el (gnus-registry-mark-article)
14708         (gnus-registry-article-marks): Add functionality to mark articles
14709         through the Gnus registry.
14710
14711         * encrypt.el: Clarify documentation for the new pgg method.
14712         (encrypt-file-alist): Add PGG option.
14713         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14714         functionality.  Abstract password key and messaging to external
14715         functions.
14716         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14717         (encrypt-message-method-and-cipher): Add new convenience external
14718         functions.
14719         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14720         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14721
14722         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14723         (netrc-parse): Use encrypt-file-alist to determine if
14724         encrypt-find-model or encrypt-insert-file-contents should be used.
14725
14726         * encrypt.el: Clarify documentation.  Load password-cache or
14727         password, whichever one is found first, instead of autoloading.
14728
14729 2007-12-19  Glenn Morris  <rgm@gnu.org>
14730
14731         * mml.el (message-options-set, message-narrow-to-head)
14732         (message-in-body-p, message-mail-p, message-encode-message-body):
14733         Autoload.
14734         (message-remove-header, message-narrow-to-headers-or-head)
14735         (message-subscribed-p, message-make-mail-followup-to)
14736         (message-position-on-field, message-news-p)
14737         (message-options-set-recipient, message-generate-headers)
14738         (message-sort-headers): Declare as functions.
14739
14740 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14743         convention in doc string.
14744
14745 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14748         title to html parts.
14749         (gnus-article-browse-html-article): Pass message header to it.
14750
14751         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14752
14753 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14756         or password compatible with XEmacs.
14757
14758 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14761         format document.
14762         (gnus-mime-delete-part): Don't write description line if empty.
14763         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14764
14765 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14766
14767         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14768         (gnus-summary-mark-read-and-unread-as-read)
14769         (gnus-summary-mark-current-read-and-unread-as-read)
14770         (gnus-summary-mark-unread-as-ticked): Doc fix.
14771         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14772
14773 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14776         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14777
14778 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14781         yes-or-no-p.
14782
14783 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * mm-decode.el (mm-add-meta-html-tag): New function.
14786         (mm-save-part-to-file, mm-pipe-part): Use it.
14787
14788         * gnus-art.el (gnus-article-browse-delete-temp-files):
14789         Use gnus-y-or-n-p instead of y-or-n-p.
14790         (gnus-article-browse-html-parts): Work with message/external-body; use
14791         mm-add-meta-html-tag.
14792
14793 2007-12-11  Glenn Morris  <rgm@gnu.org>
14794
14795         * gnus-cache.el: Require gnus-sum not just when compiling.
14796
14797         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14798
14799         * gnus-int.el (gnus-server-opened, gnus-status-message):
14800         Move definitions before use.
14801
14802         * mm-decode.el: Require gnus-util.
14803         (mm-remove-part): Only call delete-annotation on XEmacs.
14804
14805         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14806
14807         * nnmail.el: Require gnus-int.
14808
14809         * spam.el: Move `require's before `eval-when-compile's.
14810
14811         * gnus-ems.el (gnus-alive-p):
14812         * gnus-fun.el (message-goto-eoh):
14813         * gnus-util.el (gnus-group-name-decode):
14814         * mail-source.el (gnus-compress-sequence):
14815         * message.el (Info-goto-node, format-spec):
14816         * mm-bodies.el (message-options-get):
14817         * mm-decode.el (mm-view-pkcs7):
14818         * mm-util.el (gmm-write-region):
14819         * mml-smime.el (mml-compute-boundary)
14820         (gnus-completing-read-with-default):
14821         * mml.el (widget-button-press, gnus-make-hashtable):
14822         * mml1991.el (mm-decode-content-transfer-encoding)
14823         (mm-encode-content-transfer-encoding)
14824         (message-options-get, message-options-set):
14825         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14826         * nnfolder.el (gnus-request-group):
14827         * nnheader.el (ietf-drums-unfold-fws):
14828         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14829         * smime.el (gnus-run-mode-hooks):
14830         * spam-stat.el (gnus-message): Autoload.
14831
14832         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14833         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14834         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14835         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14836         Add declare-function compatibility definition.
14837
14838         * gnus-cache.el (nnvirtual-find-group-art):
14839         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14840         (gnus-add-image, gnus-add-wash-type):
14841         * gnus-group.el (nnkiboze-score-file):
14842         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14843         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14844         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14845         (message-tokenize-header, gnus-get-buffer-create)
14846         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14847         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14848         * gnus.el (gnus-group-decoded-name):
14849         * mail-source.el (imap-capability):
14850         * mm-bodies.el (message-options-set):
14851         * mm-decode.el (gnus-configure-windows):
14852         * mm-extern.el (message-goto-body):
14853         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14854         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14855         (epg-sub-key-validity, message-options-set):
14856         * mml.el (widget-event-point, gnus-configure-windows):
14857         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14858         * mml2015.el (epg-check-configuration, epg-configuration)
14859         (message-options-set):
14860         * nndb.el (nndb-request-article):
14861         * nnfolder.el (gnus-request-create-group):
14862         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14863         * nnmaildir.el (gnus-group-mark-article-read):
14864         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14865         * rfc1843.el (message-fetch-field):
14866         * spam.el (gnus-extract-address-components):
14867         Declare as functions.
14868
14869 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14872
14873         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14874
14875         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14876         bind show-trailing-whitespace for XEmacs.
14877
14878 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14881         new no-op macro for backward compatibility.
14882
14883         * imap.el (imap-string-to-integer): New function.
14884
14885 2007-12-09  Glenn Morris  <rgm@gnu.org>
14886
14887         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14888
14889         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14890         * message.el, mm-view.el, sieve-manage.el, smime.el:
14891         Add declare-function compatibility definition.
14892
14893         * gnus-art.el (w3-region, w3m-region, Info-menu):
14894         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14895         * gnus-sum.el (gnus-get-predicate):
14896         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14897         * message.el (mail-abbrev-in-expansion-header-p):
14898         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14899         (w3m-detect-meta-charset, w3m-region):
14900         * sieve-manage.el (password-read, password-cache-add)
14901         (password-cache-remove):
14902         * smime.el (password-read-and-add): Declare as functions.
14903
14904 2007-12-08  David Kastrup  <dak@gnu.org>
14905
14906         * gnus-sum.el (gnus-summary-simplify-subject-query):
14907         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14908         `message'.
14909
14910 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14913         it to bind idna-program, installation-directory, defined-colors, and
14914         face-attribute for XEmacs of the version that compiles defcustom forms.
14915
14916 2007-12-07  Glenn Morris  <rgm@gnu.org>
14917
14918         * gnus-art.el (article-make-date-line): Revert previous change.
14919
14920 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14921
14922         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14923
14924 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14925
14926         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14927         Call gnus-add-to-range ranges only once with a prepared article-list.
14928
14929 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14930
14931         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14932         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14933         group names with backslashes.
14934         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14935
14936 2007-12-06  Deepak Goel  <deego3@gmail.com>
14937
14938         * gnus-art.el (article-make-date-line):
14939         * gnus-start.el (gnus-load):
14940         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14941
14942 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-art.el (gnus-use-idna):
14945         * gnus-start.el (gnus-site-init-file):
14946         * message.el (message-use-idna):
14947         * mm-uu.el (mm-uu-hide-markers):
14948         * smiley.el (smiley-style): Revert changes that suppress warnings.
14949
14950 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14953         specify charset to html source.
14954         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14955
14956 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14959         idna-program in order to suppress byte compile warning issued by XEmacs
14960         that came to byte compile the default value section of defcustom forms
14961         recently.
14962
14963         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14964         value of installation-directory.
14965
14966         * message.el (message-use-idna): Don't directly refer to the value of
14967         idna-program.
14968
14969         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14970
14971         * smiley.el (smiley-style): Don't directly call face-attribute.
14972
14973 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14976
14977         * gnus-dired.el: Reduce Gnus dependencies.
14978         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14979         Don't require.  Use autoloads instead.
14980         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14981         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14982         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14983         (gnus-dired-mode): Adjust doc string.
14984         (gnus-dired-mail-mode): New variable.
14985         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14986         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14987         (gnus-dired-mail-buffers): New function.  Return mail or message
14988         composition buffers.
14989         (gnus-dired-attach): Use it.
14990         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14991         NO-DECODE.
14992         (gnus-dired-print): Use `gnus-print-buffer' depending on
14993         `gnus-dired-mail-mode'.
14994
14995 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * rfc2047.el (rfc2047-encoded-word-regexp)
14998         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14999         explaining what regexp patterns are for.
15000
15001 2007-12-04  Glenn Morris  <rgm@gnu.org>
15002
15003         * password.el: Move to password-cache.el.
15004
15005         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15006         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15007         * mml-smime.el (password-read, password-cache-add)
15008         (password-cache-remove):
15009         No need to autoload, since mml-sec requires password.
15010
15011         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15012         * message.el (gnus-extract-address-components):
15013         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15014
15015         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15016         password.
15017
15018 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * mailcap.el: Reduce dependencies.
15021         (mail-header-parse-content-type): Autoload.
15022         (mailcap-delete-duplicates): New alias.
15023         (mailcap-mime-info): Add optional argument NO-DECODE.
15024         (mailcap-mime-types): Use mailcap-delete-duplicates.
15025
15026         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15027
15028 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15029
15030         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15031         (imap-parse-status): Upcase status-att for servers that sends them
15032         lower-case (e.g., MS Exchange 2007).
15033
15034 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15035
15036         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15037         function.
15038
15039         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15040         (gnus-uu-yenc-article): New function.
15041
15042         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15043
15044         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15045
15046 2007-12-02  Glenn Morris  <rgm@gnu.org>
15047
15048         * binhex.el (binhex): New custom group.
15049         (binhex-decoder-program, binhex-decoder-switches)
15050         (binhex-use-external): Move to the binhex custom group.
15051
15052         * uudecode.el (uudecode): New custom group.
15053         (uudecode-decoder-program, uudecode-decoder-switches)
15054         (uudecode-use-external): Move to the uudecode custom group.
15055
15056         * netrc.el (top-level): Don't load `encrypt' features.
15057         (netrc-parse): Don't use encrypt.
15058         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15059
15060         * encrypt.el: Remove file.
15061
15062 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15065         matches on patches.
15066
15067         * gnus-art.el (gnus-article-browse-html-article):
15068         Mention `mm-text-html-renderer' in the doc string.
15069
15070         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15071         string.  Add comments.
15072
15073         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15074         if rhs is ASCII.
15075
15076 2007-12-01  Glenn Morris  <rgm@gnu.org>
15077
15078         * mail-source.el (top-level): Require format-spec before
15079         eval-when-compile.
15080
15081 2007-11-30  Glenn Morris  <rgm@gnu.org>
15082
15083         * encrypt.el: Require password, rather than autoloading password-read.
15084
15085 2007-11-29  Glenn Morris  <rgm@gnu.org>
15086
15087         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15088         (sasl-make-client, sasl-next-step, sasl-step-data)
15089         (sasl-step-set-data): Declare as functions.
15090
15091 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15094
15095 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15096
15097         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15098         certs should be verified and what is to be done in the event of a
15099         verification failure.
15100
15101         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15102         caller can indicate whether the cache should be disregarded for this
15103         call.  This way the result of the call is reproducible at all times and
15104         can be considered a canonical server name for the supplied method.
15105         (gnus-agent-method-p): Canonicalize server names by pushing their
15106         method through `gnus-method-to-server' using the no-cache argument.
15107
15108         * gnus-srvr.el (gnus-server-insert-server-line):
15109         Call `gnus-method-to-server' with `no-cache' argument.
15110
15111         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15112         gnus-agent-possibly-synchronize-flags as this should be called when the
15113         server is actually being opened.
15114         (gnus-agent-possibly-synchronize-flags)
15115         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15116         flags file of an agentized server to the latter function.
15117
15118         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15119         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15120         after a connection has been established successfully.
15121
15122 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-art.el (article-display-face): Force to display face if called
15125         interactively; check if gnus-article-x-face-too-ugly matches author.
15126         (article-display-x-face): Display face even if From header is missing
15127         as article-display-face does.
15128
15129 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15130
15131         * hashcash.el (message-narrow-to-headers-or-head)
15132         (message-fetch-field, message-goto-eoh)
15133         (message-narrow-to-headers): Declare as functions.
15134
15135 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * mail-source.el (mail-sources): Default to fetch from file for
15138         compatibility with default of nnmail-spool-file.
15139
15140 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15143         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15144         to look for encoded word that should be encoded again.
15145         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15146         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15147         encoding pattern.
15148         (rfc2047-decode-region): Switch strict regexp and loose one according
15149         to rfc2047-allow-irregular-q-encoded-words.
15150
15151 2007-11-25  Romain Francoise  <romain@orebokech.com>
15152
15153         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15154
15155 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * tls.el (tls-program): Provide more custom choices from
15158         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15159         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15160
15161 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15164         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15165
15166         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15167         `nnmail-spool-file'.
15168
15169         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15170         `nnmail-spool-file'.
15171
15172         * gnus-move.el (gnus-change-server): Ditto.
15173
15174         * gnus-kill.el (gnus-batch-score): Ditto.
15175
15176         * gnus-cache.el (gnus-jog-cache): Ditto.
15177
15178         * gnus-msg.el (gnus-summary-reply):
15179         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15180
15181 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15182
15183         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15184         version.  Minor improvement to doc strings.
15185         (tls-program): Add comment.
15186
15187 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15188
15189         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15190         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15191         mismatch between the hostname provided in the certificate and the name
15192         of the host connnecting to.
15193         (open-tls-stream): Use them.  Check certificates against trusted root
15194         certificates.
15195
15196 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * gnus-cache.el (gnus-cache-generate-nov-databases):
15199         Use nnml-generate-nov-databases-directory instead of
15200         nnml-generate-nov-databases-1.
15201
15202 2007-11-24  Glenn Morris  <rgm@gnu.org>
15203
15204         * message.el (message-tool-bar-retro): Update for rename
15205         mail_send.xpm->mail-send.xpm.
15206
15207 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15210         `smime-ldap-search' for Emacs 22 and up.
15211
15212 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15213
15214         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15215
15216         * message.el (message-send-mail-function): Fix error convention.
15217         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15218         (message-widen-reply, message-send-mail, message-talkative-question)
15219         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15220         (message-clone-locals, message-send-news): Use with-current-buffer.
15221         (message-insert-or-toggle-importance): Remove unused var `valid'.
15222         (message-make-references): Remove unused var `new-references'.
15223         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15224
15225 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15226
15227         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15228         (spam-split-symbolic-return-positive): Reflow docstring.
15229         (spam-backends, spam-summary-exit-behavior)
15230         (spam-mark-ham-unread-before-move-from-spam-group)
15231         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15232         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15233         (spam-clear-cache, spam-backend-check, spam-install-backend)
15234         (spam-install-statistical-backend, spam-list-of-processors)
15235         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15236         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15237         (spam-check-crm114, spam-initialize, spam-unload-hook):
15238         Fix typos in docstrings.
15239
15240 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15243         been checked if they have never been read and those group levels are
15244         higher than the one that a user specified.
15245
15246 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15249         foreign groups unless a group level is specified by a user.
15250         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15251
15252 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * message.el (message-send-mail-function): Require sendmail.
15255
15256 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * message.el (message-send-mail-function): Check for smtpmail too.
15259
15260         * utf7.el (utf7-encode, utf7-decode): Use coding system
15261         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15262
15263         * message.el (message-send-mail-function): New function.
15264         (message-send-mail-function): Set default using
15265         message-send-mail-function.  Adjust doc string.
15266         (message-send-mail-with-mailclient): New function.
15267
15268 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15269
15270         * smime.el (from):
15271         * rfc2047.el (message-posting-charset):
15272         * qp.el (mm-use-ultra-safe-encoding):
15273         * pop3.el (parse-time-months):
15274         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15275         * nnml.el (files):
15276         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15277         (jka-compr-compression-info-list, ange-ftp-path-format)
15278         (efs-path-regexp):
15279         * nndiary.el (files):
15280         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15281         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15282         (epg-digest-algorithm-alist, inhibit-redisplay)
15283         (password-cache-expiry):
15284         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15285         (pgg-output-buffer, password-cache-expiry):
15286         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15287         (efs-path-regexp):
15288         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15289         (inhibit-redisplay):
15290         * mm-uu.el (file-name, start-point, end-point, entry)
15291         (gnus-newsgroup-name, gnus-newsgroup-charset):
15292         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15293         (latin-unity-ucs-list):
15294         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15295         (mm-uu-binhex-decode-function):
15296         * message.el (gnus-message-group-art, gnus-list-identifiers)
15297         (rmail-enable-mime-composing, gnus-local-organization)
15298         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15299         (gnus-read-active-file, facemenu-add-face-function)
15300         (facemenu-remove-face-function, gnus-article-decoded-p)
15301         (tool-bar-mode):
15302         * mail-source.el (display-time-mail-function):
15303         * gnus-util.el (nnmail-pathname-coding-system)
15304         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15305         (gnus-original-article-buffer, gnus-user-agent)
15306         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15307         (xemacs-codename, sxemacs-codename, emacs-program-version):
15308         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15309         * gnus-start.el (gnus-agent-covered-methods)
15310         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15311         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15312         (gnus-newsgroup-headers, gnus-group-list-mode)
15313         (gnus-group-mark-positions, gnus-newsgroup-data)
15314         (gnus-newsgroup-unreads, nnoo-state-alist)
15315         (gnus-current-select-method, mail-sources)
15316         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15317         (nnmail-spool-file, gnus-cache-active-hashtb):
15318         * gnus-mh.el (mh-lib-progs):
15319         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15320         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15321         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15322         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15323         (gnus-group-buffer):
15324         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15325         (font-lock-set-defaults):
15326         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15327         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15328         (gnus-summary-post-menu, total-parts, type, condition, length):
15329         * gnus-agent.el (gnus-agent-read-agentview):
15330         * flow-fill.el (show-trailing-whitespace):
15331         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15332         eval-and-compile wrappers for byte compiler pacifiers.
15333
15334         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15335         (mm-display-inline-fontify): Check for featurep 'xemacs not
15336         extent-list.
15337
15338         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15339         itimer-list.
15340         (mm-create-image-xemacs): Only do something for XEmacs.
15341         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15342
15343         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15344
15345         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15346         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15347
15348 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15349
15350         * nnimap.el (nnimap-split-download-body):
15351         * gnus-demon.el (gnus-demon):
15352         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15353
15354 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15357         New macros.
15358         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15359         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15360         copy data from unibyte buffer to multibyte current buffer.
15361         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15362         to copy data from unibyte current buffer to multibyte buffer.
15363         (nntp-make-process-buffer): Make process buffer unibyte.
15364
15365         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15366
15367 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15368
15369         * pop3.el (pop3-open-server): Accept and process data more robustly at
15370         connection start to avoid spurious "POP SSL connection failed" errors.
15371
15372 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15375         read group names.
15376
15377 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15380
15381 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15384         (nnmail-save-active): Use a unibyte buffer when saving active file,
15385         which may contain non-ASCII group names.
15386
15387         * nnml.el (nnml-request-group): Decode group names in messages.
15388
15389 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * message.el (message-citation-line-function)
15392         (message-insert-formatted-citation-line): Fix spelling of
15393         `message-insert-formated-citation-line'.
15394
15395 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15398
15399 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15402         nnmail-pathname-coding-system.
15403
15404         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15405         that a user enters; decode group names in messages.
15406
15407         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15408
15409 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15412
15413         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15414
15415         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15416         risky local variable.
15417
15418         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15419
15420 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15421
15422         * encrypt.el: Improve documentation to fix function name typo.
15423         Reported by Daiki Ueno <ueno@unixuser.org>.
15424
15425 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15428         even if the point is not in the last page of an article.
15429         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15430         back to the previous page.
15431
15432 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15435
15436 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15439
15440 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15441
15442         * message.el (message-check-news-body-syntax):
15443         Avoid mm-string-as-multibyte.
15444         (message-hide-headers): Don't assume (point-min)==1.
15445
15446 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * message.el (message-remove-blank-cited-lines): Fix if remove is
15449         given.
15450         (message-bogus-address-regexp): New variable.
15451         (message-bogus-recipient-p): New function.
15452         (message-check-recipients): New command.
15453         (message-syntax-checks): Add `bogus-recipient'.
15454         (message-fix-before-sending): Add `bogus-recipient'.
15455
15456         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15457         (gnus-treat-body-boundary): Don't test window-system.
15458
15459 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15460
15461         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15462
15463 2007-10-28  Miles Bader  <miles@gnu.org>
15464
15465         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15466         at compile-time too.
15467
15468 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * gnus-msg.el (gnus-message-setup-hook):
15471         Add `message-remove-blank-cited-lines' to options.
15472
15473 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * message.el (message-remove-blank-cited-lines): New function.
15476         Suggested by Karl Plästerer.
15477
15478 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15481         mapc.
15482
15483         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15484         (top-level): Use mapc to set functions to be traced for debugging.
15485
15486         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15487         called for effect with while loop.
15488
15489         * message.el (message-talkative-question): Replace mapcar called for
15490         effect with mapc.
15491
15492         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15493         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15494         called for effect with dolist.
15495
15496         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15497
15498         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15499         gnus-extra-headers and nnmail-extra-headers.
15500
15501         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15502         called for effect with dolist.
15503         (top-level): Use mapc to set functions to be traced for debugging.
15504
15505         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15506         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15507         dolist.
15508
15509         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15510         Replace mapcar called for effect with mapc.
15511         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15512         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15513         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15514         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15515
15516         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15517         remove-if that's a cl function.
15518
15519         * webmail.el (webmail-debug): Replace mapcar called for effect with
15520         dolist.
15521
15522         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15523         with mapc.
15524
15525 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15528         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15529         with while loop.
15530
15531         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15532         functions from article-* functions.
15533         (gnus-multi-decode-header): Replace mapcar called for effect with
15534         dolist.
15535
15536         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15537         (gnus-bookmark-show-details): Replace mapcar called for effect with
15538         while loop.
15539
15540         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15541         called for effect with while loop.
15542
15543         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15544         with dolist.
15545
15546         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15547         Replace mapcar called for effect with dolist.
15548
15549         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15550
15551         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15552         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15553         Replace mapcar called for effect with dolist.
15554         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15555         mapc.
15556
15557         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15558         Replace mapcar called for effect with dolist.
15559         (gnus-topic-list): Replace mapcar called for effect with mapc.
15560
15561         * gnus.el: Use mapc instead of mapcar to add autoloads.
15562
15563 2007-10-23  Richard Stallman  <rms@gnu.org>
15564
15565         * gnus-group.el (gnus-group-highlight): Mark as risky.
15566
15567 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * gnus.el (gnus-server-to-method): Return method found first in
15570         gnus-newsrc-alist.
15571
15572         * gnus-art.el (gnus-article-highlight-signature)
15573         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15574         button overlay without the front stickiness.
15575
15576 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15577
15578         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15579         overview buffer needed a catch to receive its throw.
15580         (gnus-agent-flush-cache): Declare as interactive to make this function
15581         easier to use.
15582
15583 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15586         `next-line'.
15587
15588 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15591         exclude address matching message-dont-reply-to-names.
15592
15593 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-util.el (gnus-string<): New function.
15596
15597         * gnus-sum.el (gnus-article-sort-by-author)
15598         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15599
15600 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15603         the frame-focus tag is set in gnus-buffer-configuration.
15604
15605 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15608         the front stickiness.
15609
15610 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15613         url pattern; remove duplicate one.
15614         (gnus-article-extend-url-button): New function.
15615         (gnus-article-add-buttons): Use it.
15616         (gnus-button-push): Use concatenated url that it makes.
15617
15618 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15619
15620         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15621
15622 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15623
15624         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15625         Don't hardcode point-min==1.
15626
15627 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15630         Fix comment about "iso8859-1".
15631
15632 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15633
15634         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15635         ones returned from the verify-function.
15636
15637         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15638         Call mml2015-extract-cleartext-signature if extraction failed.
15639
15640 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15641
15642         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15643         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15644         failed.
15645
15646 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15647
15648         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15649
15650 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15651
15652         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15653         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15654         recommends to use EasyPG instead of PGG.
15655
15656         * pgg.el: Revert to revision 6.23.2.16.
15657
15658         * pgg-def.el: Revert to revision 6.6.2.14.
15659
15660         * pgg-gpg.el: Revert to revision 6.23.2.34.
15661
15662 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15665         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15666         thread for both the null and zero (kill/expire thread) universal prefix
15667         cases.
15668         (gnus-summary-expire-thread): Add new function to expire a thread,
15669         using gnus-summary-kill-thread.
15670         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15671         shortcuts for gnus-summary-expire-thread.
15672         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15673         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15674
15675 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15678         extras value, so an extras entry can be deleted.
15679         (gnus-registry-delete-extra-entry): Use it.
15680         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15681         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15682         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15683         storage through the gnus-registry, and provide an appropriate API for
15684         it.
15685
15686 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15689         Suggested by Leo <sdl.web@gmail.com>.
15690
15691         * gnus.el: Do.
15692
15693 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15696         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15697
15698         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15699
15700         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15701         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15702
15703 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15706         newline.
15707         (nnmbox-request-accept-article): Don't change article in source buffer;
15708         narrow to header to use message-fetch-field rather than
15709         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15710         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15711         as delimiters; make sure article ends with newline.
15712         (nnmbox-delete-mail): Correct last position of article to be deleted;
15713         ignore X-Gnus-Newsgroup header in article body.
15714         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15715         positions; make sure article ends with newline.
15716
15717         * message.el (message-display-abbrev): Don't infloop when a user
15718         inserts SPC in the beginning of header.
15719
15720         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15721         coding-system-for-read and coding-system-for-write for XEmacs having no
15722         file-coding feature.
15723
15724         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15725
15726 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15727
15728         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15729         list of groups not followed by default.  Fix type to be regexp.
15730         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15731
15732 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15733
15734         * hmac-def.el (define-hmac-function): Switch from old-style to
15735         new-style backquotes.
15736
15737         * md4.el (md4-make-step): Likewise.
15738
15739 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15742         raw-text coding system when saving .newsrc file, which may contain
15743         non-ASCII group names.
15744
15745 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-cus.el (gnus-score-extra): New widget.
15748         (gnus-score-extra-convert): New function.
15749         (gnus-score-customize): Use it for Extra.
15750
15751 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15752
15753         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15754         (mml2015-mailcrypt-clear-verify): Use it.
15755         (mml2015-gpg-clear-verify): Use it.
15756         (mml2015-pgg-clear-verify): Use it.
15757         (mml2015-epg-clear-verify): Replace the current part with the output
15758         from GnuPG; don't extract the plaintext by itself.
15759
15760         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15761         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15762         mml2015-clear-verify-function; don't touch the armor headers or
15763         dash-escaped text here.
15764
15765 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15768         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15769         parts, or application/octet-stream as a last resort.
15770         (gnus-mime-view-part-as-type): Don't toggle display.
15771         (gnus-mime-view-part-as-charset): Don't turn off display before
15772         querying charset.
15773
15774         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15775         stuff to undisplayer function in Emacs.
15776         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15777
15778         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15779         text/calendar parts.
15780
15781 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15784         decoding text/calendar parts.
15785
15786         * message.el (message-forward-make-body-mime): Always mark body as
15787         having no illegible text; remove signed-or-encrypted argument.
15788         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15789
15790         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15791         (mml-generate-mime-1): Don't encode body if it is specified to be in
15792         raw form; don't make buffer be unibyte when inserting multibyte string.
15793
15794 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15795
15796         * sha1.el: Fix up comment style.
15797         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15798         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15799
15800         * hex-util.el: Fix up comment style.
15801         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15802
15803         * gnus-salt.el: Use with-current-buffer.
15804         (gnus-pick-setup-message): Fix long-standing typo.
15805
15806 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * imap.el (imap-logout-timeout): New variable.
15809         (imap-logout, imap-logout-wait): New functions.
15810         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15811
15812         * nnimap.el (nnimap-logout-timeout): New server variable.
15813         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15814         nnimap-logout-timeout.
15815
15816         * gnus-art.el (gnus-article-summary-command-nosave)
15817         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15818
15819 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * gnus.el (gnus-maximum-newsgroup): New variable.
15822
15823         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15824         according to gnus-maximum-newsgroup.
15825
15826         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15827         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15828         Limit the range of articles according to gnus-maximum-newsgroup.
15829
15830 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15831
15832         * gnus-art.el (gnus-sticky-article): Fix problems described in
15833         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15834         Don't perform gnus-configure-windows here; reuse existing sticky
15835         article buffer.
15836
15837         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15838         it doesn't exist in gnus-article-mode.
15839
15840 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15843         (gnus-agent-decoded-group-name): New function.
15844         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15845         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15846
15847 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15848
15849         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15850         Add binding for gnus-sticky-article.
15851         (gnus-summary-exit): Don't kill sticky article buffers.
15852
15853         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15854         article buffer.
15855         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15856         (gnus-kill-sticky-article-buffers): New commands.
15857
15858 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * nntp.el (nntp-xref-number-is-evil): New server variable.
15861         (nntp-find-group-and-number): If it is non-nil, don't trust article
15862         numbers in the Xref header.
15863
15864 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-agent.el (gnus-agent-read-group): New function.
15867         (gnus-agent-flush-group, gnus-agent-expire-group)
15868         (gnus-agent-regenerate-group): Use it.
15869         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15870         nnmail-pathname-coding-system.
15871
15872 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15875
15876         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15877         that are unread as unread, and also as selected so that information of
15878         marks having been changed by a user may be updated when exiting group.
15879
15880 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15883
15884 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15887         calculated ignoring signature parts to gnus-treat-article.
15888
15889 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15892         a point here in order to keep the window start.
15893         (gnus-insert-mime-security-button): Make a button overlay without the
15894         front stickiness.
15895         (gnus-mime-display-security): Goto the end of a button.
15896
15897         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15898
15899 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15902         group-name-at-point.
15903         (gnus-group-completing-read): New function that offers decoded
15904         non-ASCII group names for completion.
15905         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15906         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15907         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15908         (gnus-group-fetch-control): Use it.
15909         (gnus-fetch-group): Use group-name-at-point for the initial value
15910         rather than the default value; use gnus-alive-p.
15911
15912         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15913         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15914         (gnus-summary-post-news): Use gnus-group-completing-read.
15915
15916         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15917         (gnus-read-move-group-name): Decode group name for completion.
15918
15919 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15920
15921         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15922         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15923         Yamaoka slightly modified the code).
15924
15925 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15928         (nnmail-split-incoming): Bind it.
15929
15930         * nnml.el (nnml-group-name-charset): New function.
15931         (nnml-decoded-group-name): Use it; don't decode group name if
15932         nnmail-group-names-not-encoded-p is non-nil.
15933         (nnml-encoded-group-name): New function.
15934         (nnml-group-pathname): Inline nnml-decoded-group-name.
15935         (nnml-request-expire-articles): Decode group name in message.
15936         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15937         nnmail-pathname-coding-system.
15938         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15939         not decoded ones according to nnmail-group-names-not-encoded-p.
15940         (nnml-generate-active-info): Use nnml-encoded-group-name.
15941
15942 2007-08-08  Glenn Morris  <rgm@gnu.org>
15943
15944         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15945         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15946         doc-strings and comments.
15947
15948 2007-07-25  Glenn Morris  <rgm@gnu.org>
15949
15950         * Relicense all FSF files to GPLv3 or later.
15951
15952 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-sum.el (gnus-summary-move-article):
15955         Make gnus-summary-respool-article work.
15956
15957 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15960         string.
15961
15962 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15963
15964         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15965         that should be ignored when comparing distant RSS articles with local
15966         ones.
15967         (nnrss-make-hash-index): New function.  Create a hash index according
15968         to the ignored fields.
15969         (nnrss-check-group): Use it.
15970
15971 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15974
15975         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15976
15977         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15978         the new optional argument ENCODED is non-nil.
15979         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15980         coding system for encoding group name.
15981         (gnus-group-make-rss-group): Pass un-encoded group name to
15982         gnus-group-make-group.
15983         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15984         encoded.
15985
15986         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15987         Encode group name to which articles are moved or copied.
15988         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15989         coding system for encoding Newsgroup, Followup-To and Xref headers.
15990
15991         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15992         marks; use nnheader-file-coding-system to write a file.
15993         (nnagent-retrieve-headers): Bind file-name-coding-system to
15994         nnmail-pathname-coding-system.
15995
15996         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15997
15998         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15999         (nnml-request-article, nnml-request-create-group)
16000         (nnml-request-rename-group, nnml-find-id)
16001         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16002         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16003         (nnml-save-marks): Use nnml-group-pathname instead of
16004         nnmail-group-pathname.
16005
16006         (nnml-request-create-group, nnml-request-expire-articles)
16007         (nnml-request-move-article, nnml-request-delete-group)
16008         (nnml-deletable-article-p, nnml-possibly-create-directory)
16009         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16010         (nnml-open-marks): Bind file-name-coding-system to
16011         nnmail-pathname-coding-system.
16012
16013         (nnml-request-article): Pass server argument to nnml-find-group-number.
16014         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16015         Pass server argument to nnml-possibly-create-directory.
16016         (nnml-request-accept-article): Pass server argument to
16017         nnml-active-number and nnml-save-mail.
16018         (nnml-find-group-number): Pass server argument to nnml-find-id.
16019         (nnml-request-update-info): Pass server argument to
16020         nnml-marks-changed-p.
16021
16022         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16023         (nnml-save-mail, nnml-active-number): Add server argument.
16024
16025         (nnml-request-delete-group): Warn if group is missing.
16026         (nnml-get-nov-buffer): Decode group name.
16027         (nnml-generate-active-info): Encode group name.
16028         (nnml-open-marks): Decode group name in messages.
16029
16030 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16033         if it is not specified.
16034         (gnus-article-pipe-part, gnus-article-save-part)
16035         (gnus-article-interactively-view-part, gnus-article-copy-part)
16036         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16037         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16038         (gnus-article-replace-part, gnus-article-delete-part)
16039         (gnus-article-view-part-as-type): Pass raw prefix argument to
16040         gnus-article-part-wrapper.
16041
16042 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-agent.el (gnus-agent-save-active):
16045         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16046
16047         * gnus-cache.el (gnus-cache-save-buffers)
16048         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16049         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16050         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16051         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16052         (gnus-cache-generate-active, gnus-cache-rename-group)
16053         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16054         (gnus-cache-update-overview-total-fetched-for):
16055         Bind file-name-coding-system to nnmail-pathname-coding-system.
16056         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16057         New variables.
16058         (gnus-cache-decoded-group-name): New function.
16059         (gnus-cache-file-name): Use it.
16060         (gnus-cache-generate-active): Use non-decoded group name for active.
16061
16062         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16063         right place.
16064         (gnus-write-active-file): Don't break non-ASCII group names.
16065
16066         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16067         nnmail-pathname-coding-system.
16068
16069         * lpath.el: Bind default-file-name-coding-system,
16070         file-name-coding-system and language-info-alist for XEmacs.
16071
16072         * gnus-uu.el (gnus-uu-decode-save): Typo.
16073
16074 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16077
16078 2007-07-14  David Kastrup  <dak@gnu.org>
16079
16080         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16081         finishing actions if we did not edit the article.
16082
16083 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16086         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16087         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16088         (gnus-agent-flush-group, gnus-agent-flush-cache)
16089         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16090         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16091         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16092         (gnus-agent-regenerate-group)
16093         (gnus-agent-update-files-total-fetched-for)
16094         (gnus-agent-update-view-total-fetched-for):
16095         Bind file-name-coding-system to nnmail-pathname-coding-system.
16096         (gnus-agent-group-pathname): Don't encode file names by
16097         nnmail-pathname-coding-system.
16098         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16099         coding-system-for-write instead of buffer-file-coding-system to
16100         gnus-agent-file-coding-system.
16101
16102         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16103         Decode group name.
16104
16105         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16106
16107         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16108         (gnus-read-newsrc-el-file): Make group names unibyte.
16109
16110         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16111         nnmail-pathname-coding-system.
16112
16113         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16114         (nnrss-request-delete-group): Bind file-name-coding-system to
16115         nnmail-pathname-coding-system.
16116         (nnrss-read-server-data, nnrss-read-group-data):
16117         Bind file-name-coding-system correctly.
16118         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16119
16120         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16121         (nntp-server-to-method-cache): New variable.
16122         (nntp-group-pathname): New function that decodes non-ASCII group names.
16123         (nntp-possibly-create-directory, nntp-marks-changed-p)
16124         (nntp-save-marks, nntp-open-marks): Use it.
16125         (nntp-possibly-create-directory, nntp-open-marks):
16126         Bind file-name-coding-system to nnmail-pathname-coding-system.
16127         (nntp-open-marks): Decode group names when bootstrapping marks.
16128
16129         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16130         Newsgroups and Followup-To headers.
16131
16132 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16135         (gnus-server-closed-face, gnus-server-denied-face)
16136         (gnus-server-offline-face): Remove variable.
16137         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16138
16139         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16140         of modifying message-stack directly for XEmacs.
16141
16142         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16143         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16144         if the coding-system argument is nil for XEmacs.
16145
16146         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16147         mm-charset-override-alist.
16148
16149         * rfc2047.el: Don't require base64; require rfc2045 for the function
16150         rfc2045-encode-string.
16151         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16152         to quote the parameter value.
16153
16154 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16157         form in gnus-group-name-charset-method-alist.
16158
16159         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16160         overrides the default layout edit-form.
16161
16162         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16163
16164         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16165
16166 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16169         as unfetched articles.
16170
16171 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16174
16175 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16178         original back end that keeps marks in the local system.
16179
16180 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16183         arg of pop-to-buffer for XEmacs.
16184         (gnus-article-read-summary-keys): Ditto; don't restore window
16185         configuration if summary command ends up with neither article buffer
16186         nor summary buffer; describe bindings if summary keys end with C-h.
16187
16188 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * message.el (message-fix-before-sending): Skip raw message part to be
16191         forwarded while checking illegible text.
16192         (message-forward-make-body-mime, message-forward-make-body):
16193         Mark signed or encrypted raw message as having no illegible text.
16194
16195 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16198         (gnus-message-with-timestamp-1): New macro.
16199         (gnus-message-with-timestamp): New function.
16200         (gnus-message): Use them.
16201
16202         * nnheader.el (nnheader-message): Use them.
16203
16204 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16207         .newsrc.eld file.
16208
16209 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-agent.el (gnus-agent-fetch-headers)
16212         (gnus-agent-retrieve-headers):
16213         Bind gnus-decode-encoded-address-function to identity.
16214
16215         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16216         available also when the server returns simply a dot.
16217
16218         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16219
16220 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16223
16224 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-ems.el (gnus-x-splash): Make it work.
16227
16228         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16229         from being used.
16230
16231         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16232
16233 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16236         4th and the 5th arguments.
16237
16238         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16239         the front stickiness.
16240         (gnus-article-summary-command-nosave): Correct the order of the
16241         arguments passed to pop-to-buffer.
16242         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16243         summary command ends up with the article buffer.
16244
16245         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16246         the same faces.
16247
16248 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16249
16250         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16251
16252 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16253
16254         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16255         * gnus-sum.el (gnus-summary-highlight):
16256         * pgg.el (pgg-sign-region, pgg-sign):
16257         * mail-source.el (mail-source-delete-old-incoming-confirm):
16258         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16259
16260 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-art.el (gnus-mime-view-part-externally)
16263         (gnus-mime-view-part-internally): Fix predicate function passed to
16264         completing-read.
16265
16266         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16267
16268         * gnus.el (gnus-update-message-archive-method): Add :version.
16269
16270 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gnus.el (gnus-update-message-archive-method): New variable.
16273
16274         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16275         according to gnus-message-archive-method if
16276         gnus-update-message-archive-method is non-nil.
16277
16278 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16281         Suggested by Loic Dachary <loic@dachary.org>.
16282         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16283
16284 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * message.el (message-pop-to-buffer): Add switch-function argument.
16287         (message-mail): Pass switch-function argument to it.
16288
16289 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16292         Improve doc string.
16293
16294 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16297         (gnus-header-content):
16298         * gnus-cite.el (gnus-cite-10):
16299         * gnus-srvr.el (gnus-server-closed):
16300         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16301         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16302         (gnus-group-mail-3-empty, gnus-group-mail-low)
16303         (gnus-group-mail-low-empty, gnus-splash):
16304         * message.el (message-header-to, message-header-cc)
16305         (message-header-subject, message-header-other, message-header-name)
16306         (message-header-xheader, message-separator, message-cited-text)
16307         (message-mml): Lighten colors of faces used for dark background.
16308
16309 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16310
16311         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16312         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16313
16314 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * message.el (message-narrow-to-headers-or-head):
16317         Ignore mail-header-separator in the body.
16318
16319 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16322         same as window size.
16323
16324 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16325
16326         * message.el (message-font-lock-keywords): Use message-header-xheader
16327         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16328         ahead of the anything pattern, to get it recognized.
16329
16330 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16333         spam.el loads uses it in the compiled defadvice form.
16334
16335 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16336
16337         * gnus-sum.el (gnus-articles-to-read)
16338         (gnus-summary-insert-old-articles): Don't truncate group name for
16339         `read-string'.
16340
16341         * gnus-util.el (gnus-limit-string): Delete this function.
16342
16343         * gnus-sum.el (gnus-simplify-subject-fully):
16344         Use `truncate-string-to-width' instead.
16345
16346 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16347
16348         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16349         Tell if, on summary exit, the next group has to be selected.
16350         (gnus-summary-exit): Use it.
16351
16352 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16355         non-break space.
16356
16357 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16360         Check if group is not a directory.
16361         (nnfolder-request-expire-articles): Don't delete articles if the target
16362         group is not available.
16363
16364         * nnml.el (nnml-request-create-group): Properly check if group is not a
16365         file.
16366         (nnml-request-expire-articles): Don't delete articles if the target
16367         group is not available.
16368
16369         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16370         Don't quote characters that are within parentheses.
16371
16372 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16375         (gnus-handle-ephemeral-exit): Select article according to it.
16376
16377 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * message.el (message-insert-formated-citation-line): Remove newline.
16380         (message-citation-line-format): Add final \n here so that the user can
16381         avoid a blank line.
16382
16383 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16384
16385         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16386         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16387         Update lanl/arXiv support.
16388
16389 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * gnus.el: Bump version number.
16392
16393 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16394
16395         * gnus.el (gnus-version-number): Bump version.
16396
16397 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16398
16399         * gnus.el: No Gnus v0.6 is released.
16400
16401 2007-04-27  Didier Verna  <didier@xemacs.org>
16402
16403         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16404         * gmm-utils.el (gmm-regexp-concat): ... here.
16405         * message.el: Don't require 'gnus-util.
16406         (message-dont-reply-to-names): Handle name change above.
16407         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16408
16409 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16412         since the initial value varies according to the system.
16413
16414 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16417
16418 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16419
16420         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16421
16422 2007-04-24  Didier Verna  <didier@xemacs.org>
16423
16424         Improve the type of gnus-ignored-from-addresses.
16425         * gnus-util.el (gnus-orify-regexp): New function.
16426         * message.el (gnus-util): Require it.
16427         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16428         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16429         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16430
16431 2007-04-24  Didier Verna  <didier@xemacs.org>
16432
16433         * gnus-sum.el:
16434         * gnus-utils.el: Fix some trailing whitespaces.
16435
16436 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16439         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16440         article's Message-ID; refer parent article in summary buffer.
16441
16442         * message.el (message-bounce): Call mime-to-mml.
16443
16444         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16445         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16446         optimize and/or forms properly.
16447
16448 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16451         URL.
16452
16453 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16456
16457 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16460         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16461         displayed of multipart/alternative part if it is invoked from summary
16462         buffer.
16463
16464         * mm-view.el (mm-inline-text-html-render-with-w3m)
16465         (mm-inline-text-html-render-with-w3m-standalone)
16466         (mm-inline-render-with-function): Use mail-parse-charset by default.
16467
16468 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16469
16470         * parse-time.el (parse-time-string-chars): Check if CHAR
16471         is less than the length of parse-time-syntax.
16472
16473 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16476         from gnus-newsgroup-processable.
16477
16478 2007-04-16  Didier Verna  <didier@xemacs.org>
16479
16480         * gnus-msg.el (gnus-configure-posting-styles):
16481         Handle message-signature-directory properly with :file syntax.
16482         Reported by "Leo".
16483
16484 2007-04-11  Didier Verna  <didier@xemacs.org>
16485
16486         New user option: message-signature-directory.
16487         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16488         * message.el (message-insert-signature): Ditto.
16489         * message.el (message-signature-file): Doc update.
16490         * message.el (message-signature-directory): New.
16491
16492 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-msg.el (gnus-inews-yank-articles):
16495         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16496
16497 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * message.el (message-yank-original): Make sure cited text ends with
16500         newline; don't exchange point and mark.
16501
16502 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16503
16504         * tls.el (open-tls-stream): Properly handle case where there
16505         is no associated buffer.
16506
16507 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16508
16509         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16510         message-yank-original, make sure (< mark TEXT point).
16511
16512 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * message.el (message-fill-column): New variable.
16515         (message-mode): Use it.  Add comment on a possible new hook.
16516
16517         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16518         (nnmail-get-new-mail): Reformat.
16519
16520         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16521
16522         * gmm-utils.el: Fix Commentary.
16523         (gmm-tool-bar-from-list): Fix typo in doc string.
16524
16525 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16526
16527         * message.el (message-yank-original): Don't switch point and mark
16528         unnecessarily to put point and mark as documented.
16529
16530 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16531
16532         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16533         from the message heads.
16534
16535 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16536
16537         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16538         article buffer does not have a window.  This may not be the best
16539         solution but is certainly better than setting the start of the null,
16540         that is the current, window.
16541
16542 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16545         (gnus-draft-setup): Run it.
16546
16547         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16548         gnus-score-fast-scoring.  Allow regexp.
16549         (gnus-score-headers): Use it.
16550
16551         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16552         XEmacs.
16553
16554         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16555         string.
16556         (gnus-button-alist): Also catch `<f1> k ...'.
16557         (gnus-treat-display-x-face): Fix doc string.
16558
16559 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16560
16561         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16562         evaluation of gnus-extended-version to ensure correct generation of the
16563         User-Agent header when message-generate-headers-first is used.
16564
16565 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16566
16567         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16568         hashcash-path is nil.  Don't call callback with incorrect number of
16569         parameters if val is 0.
16570
16571 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16572
16573         * message.el (message-required-news-headers):
16574         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16575
16576 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16577
16578         * tls.el (open-tls-stream): In handshake-waiting loop,
16579         don't wait more if there is output available to process.
16580
16581 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16582
16583         * tls.el (tls-program): Doc fix.
16584
16585 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * message.el (message-generate-new-buffers): Change the meaning of the
16588         nil value; add `standard' to the choices; treat t as `unique'; improve
16589         doc string.
16590         (gnus-select-frame-set-input-focus): Autoload.
16591         (message-buffer-name): Search for the existing message buffer if
16592         message-generate-new-buffers is nil or `standard'; treat the value t of
16593         message-generate-new-buffers as `unique'.
16594         (message-pop-to-buffer): Raise the frame already displaying the message
16595         buffer; clear the echo area after querying.
16596         (message-setup): Pass the `continue' argument to compose-mail.
16597         (message-mail): Prefer `switch-function' if it is given; search for the
16598         existing message buffer if the `continue' argument is non-nil; pass
16599         continue and switch-function arguments to compose-mail by way of
16600         message-setup.
16601         (message-mail-other-window): Adjust argument of message-setup.
16602         (message-mail-other-frame): Ditto.
16603
16604 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16607         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16608         to turn font-lock on when turning gnus-message-citation-mode on.
16609
16610 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16611
16612         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16613         (mml-smime-function-alist): New variable; add epg as the backend.
16614         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16615         mml-smime- functions instead.
16616         * mm-view.el: Require smime.
16617
16618 2007-03-05  Didier Verna  <didier@xemacs.org>
16619
16620         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16621         instead of just inheritance for posting styles.
16622         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16623
16624 2007-02-24  Chris Moore  <dooglus@gmail.com>
16625
16626         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16627         * pgg-pgp.el (pgg-pgp-encrypt-region):
16628         * pgg-gpg.el (pgg-gpg-encrypt-region):
16629         Check pgg-encrypt-for-me if no other recipients.
16630
16631 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16632
16633         * tls.el (tls-certtool-program): Fix custom type.
16634
16635 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16638         and point-at-eol instead of line-(beginning|end)-position.
16639
16640         * assistant.el (assistant-parse-buffer): Ditto.
16641
16642         * netrc.el (netrc-parse-services): Ditto.
16643
16644 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16645
16646         * mml2015.el (mml2015-epg-find-usable-key): New function.
16647         (mml2015-epg-sign): Use it.
16648         (mml2015-epg-encrypt): Use it.
16649
16650 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * message.el (message-make-in-reply-to): Quote name containing
16653         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16654         if there are special characters.  Reported by NAKAJI Hiroyuki
16655         <nakaji@jp.freebsd.org>.
16656
16657 2007-02-27  Didier Verna  <didier@xemacs.org>
16658
16659         Include the group parameters as well as the topic ones in the
16660         inheritance filter process.
16661         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16662         argument GROUP-PARAMS-LIST.
16663         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16664
16665 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * nntp.el (nntp-never-echoes-commands)
16668         (nntp-open-connection-functions-never-echo-commands): New variables.
16669         (nntp-send-command): Use them.
16670
16671 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16672
16673         * mml2015.el (mml2015-epg-verify): Simplify.
16674
16675 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mml.el (mml-content-disposition-alist): New user option.
16678         (mml-content-disposition): New function.
16679         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16680         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16681
16682 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16683
16684         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16685         verification.
16686
16687 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16688
16689         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16690         articles posted in the last 24 hours.
16691
16692 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16693
16694         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16695
16696 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16697
16698         * nntp.el (nntp-send-command): Don't wait for echoes when
16699         nntp-open-ssl-stream is used.
16700
16701 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16704         (gnus-message-add-citation-keywords)
16705         (gnus-message-remove-citation-keywords): Remove.
16706         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16707         directly, make the variables in font-lock-defaults buffer-local, add
16708         gnus-message-citation-keywords to them and then update the value of
16709         font-lock-keywords.
16710
16711 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * message.el (message-cite-original-1): Don't call
16714         gnus-article-highlight-citation.
16715
16716         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16717         citations; fix line count.
16718
16719 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16722         (gnus-message-add-citation-keywords)
16723         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16724         versions of font-lock-add-keywords and font-lock-remove-keywords to
16725         work with XEmacs correctly.
16726
16727 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * gnus-cite.el (gnus-cite-face-list): Set the values of
16730         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16731         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16732         (gnus-message-cite-prefix-regexp): New variable.
16733         (gnus-message-search-citation-line): Use it; protect against long
16734         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16735         the 0th match data for Emacs.
16736         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16737         (gnus-message-add-citation-keywords): Append keywords rather than
16738         prepending; emulate font-lock-add-keywords if it is not available.
16739         (gnus-message-remove-citation-keywords):
16740         Emulate font-lock-remove-keywords if it is not available.
16741
16742         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16743
16744         * message.el (message-cite-prefix-regexp): Set the value of
16745         gnus-message-cite-prefix-regexp.
16746
16747 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16748
16749         * nnweb.el (nnweb-google-parse-1): Update parser.
16750
16751 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16752
16753         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16754
16755 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16756
16757         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16758         regexp.
16759
16760 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16763         string-to-multibyte.
16764         (uudecode-decode-region-internal): Use it.
16765
16766         * lpath.el: Fbind string-as-multibyte for XEmacs.
16767
16768 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16769
16770         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16771         Fix custom choice.
16772
16773         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16774
16775 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16776
16777         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16778
16779         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16780         `write-region' to respect `mm-inhibit-file-name-handlers'.
16781
16782 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16783
16784         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16785         Use gnus-home-directory instead of "~/" or "$HOME".
16786
16787 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16788
16789         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16790         to mention filename.
16791         Add comments at beginning regarding usage.
16792         (encrypt-write-file-contents): Change interactive so a string is
16793         acceptable.  If the file has no associated model, show an error instead
16794         of a nonsense prompt.
16795
16796 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16797
16798         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16799         Thanks to Yoshihiko Yamada for kind notification of this typo.
16800
16801 2007-01-12  Kenichi Handa  <handa@m17n.org>
16802
16803         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16804         multibyte buffer.
16805
16806 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * gnus-score.el (gnus-score-fast-scoring): New variable.
16809         (gnus-score-headers): Use it.
16810
16811         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16812
16813         * message.el (message-cite-original-1):
16814         Call gnus-article-highlight-citation if requested.
16815         (message-make-from): Allow name and address as optional arguments.
16816
16817         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16818
16819         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16820         bugs to doc string.
16821         (gnus-button-alist): Add mid\\|message-id.
16822         (gnus-button-fetch-group): Extend for use in
16823         `browse-url-browser-function'.
16824         (gnus-button-url-regexp): Try to catch paired parentheses like in
16825         Wikipedia URLs.
16826
16827         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16828         Suggested by Simon Krahnke <overlord@gmx.li>.
16829
16830 2007-01-13  Romain Francoise  <romain@orebokech.com>
16831
16832         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16833         Update copyright.
16834
16835 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16836
16837         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16838
16839 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16840
16841         * gnus-registry.el (gnus-registry-unfollowed-groups)
16842         (gnus-registry-split-fancy-with-parent): Fix documentation.
16843
16844 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16845
16846         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16847         from nnweb groups.
16848
16849 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16850
16851         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16852         Xref urls.  Erase buffer before requesting head.
16853
16854         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16855
16856 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16859         customizable.
16860
16861 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16862
16863         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16864         no signing key is found.
16865         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16866         no encrypting and/or signing key is found.
16867
16868 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16871
16872 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16873
16874         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16875         headers read from disk with the ones newly found in the current search.
16876         This should no longer cause problems, because the article numbers in
16877         Gmane's `nov.php' output are ignored since the previous change.
16878
16879 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16880
16881         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16882
16883 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16886         replace-regexp-in-string; bind url-version; fbind display-images-p and
16887         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16888         find-face and set-itimer-function for Emacs; bind itimer-list for
16889         Emacs.
16890
16891         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16892
16893 2007-01-01  Romain Francoise  <romain@orebokech.com>
16894
16895         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16896
16897 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16898
16899         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16900         `define-minor-mode' macro definition expanded properly.
16901         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16902         exclude it there.
16903
16904         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16905         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16906         `fboundp' test.
16907         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16908         This is OK to autoload in (S)XEmacs now.
16909
16910 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16911
16912         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16913         keystroke.
16914         (gnus-summary-limit-to-singletons): Fix typo.
16915
16916         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16917         else fails.
16918
16919 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16920
16921         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16922         docstring.
16923
16924         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16925         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16926         (gnus-summary-insert-dormant-articles): Fix typo in message.
16927
16928 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16931         nil for XEmacs.
16932         (gnus-message-citation-mode): Don't autoload in XEmacs.
16933
16934         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16935
16936 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16937
16938         * nnimap.el (nnimap-expunge-search-string):
16939         Mention nnimap-search-uids-not-since-is-evil in docstring.
16940
16941 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * spam.el: Revert to make-obsolete-variable because
16944         define-obsolete-variable-alias is not supported in Emacs 21.
16945
16946         * spam.el (spam-ifile-path, spam-ifile-database-path)
16947         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16948         make-obsolete-variable.
16949         (spam-bsfilter-path, spam-bsfilter-program)
16950         (spam-spamassassin-path, spam-spamassassin-program)
16951         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16952         Don't use "path" inappropriately.
16953         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16954         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16955         variable names.
16956
16957 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16958
16959         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16960         summary buffer.
16961
16962         * password.el (password-cache-remove): Use clear-string to burn
16963         password, if available.
16964
16965 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16968
16969         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16970
16971         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16972         (gnus-message-highlight-citation): Move defcustom here from
16973         gnus-cite.el.
16974         (gnus-message-citation-mode): Autoload.
16975
16976         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16977         checks to make it compile with XEmacs.
16978         (gnus-message-citation-mode): New minor mode.
16979         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16980         (gnus-message-highlight-citation): New variables.
16981         (gnus-message-search-citation-line)
16982         (gnus-message-add-citation-keywords)
16983         (gnus-message-remove-citation-keywords)
16984         (turn-on-gnus-message-citation-mode)
16985         (turn-off-gnus-message-citation-mode): New functions.
16986
16987 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16988
16989         * gnus-cite.el: Enable highlighting of different citation levels in
16990         message-mode.
16991
16992 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16993
16994         * message.el (message-make-fqdn): Fix comment.
16995         (message-bogus-system-names): Add ".local".
16996
16997         * spam.el (spam-ifile-path, spam-ifile-program)
16998         (spam-ifile-database-path, spam-ifile-database)
16999         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17000         Don't use "path" inappropriately.
17001         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17002         strings.
17003         (spam-check-ifile, spam-ifile-register-with-ifile)
17004         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17005         Use new variable names.
17006
17007         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17008         (gnus-treat-display-smileys): Simplify using
17009         gnus-image-type-available-p.
17010
17011         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17012         available.
17013
17014         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17015         Use `display-images-p' if available.
17016
17017 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17020         one after turning on the buffer's multibyteness instead of decoding
17021         them directly in the unibyte buffer that causes unexpected conversion
17022         in Emacs 23 (unicode).
17023
17024 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17025
17026         * message.el (message-generate-hashcash): Fix custom type.
17027
17028 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17029
17030         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17031
17032 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17035         disconnect icons.  Add help text.
17036
17037 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17038
17039         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17040         negated to be consistent with the others we handle.
17041
17042 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17043
17044         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17045         version of gnus-summary-buffer to something, so that we can use two
17046         article buffers at the same time.
17047
17048 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17049
17050         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17051         trigger all the extra headers.
17052         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17053         sorting.
17054
17055 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17056
17057         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17058         solid groups.
17059
17060 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17061
17062         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17063
17064 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * legacy-gnus-agent.el: Add Copyright notice.
17067
17068 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17069
17070         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17071
17072 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17073
17074         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17075
17076         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17077         to make it work reliably in CVS Emacs.
17078         (gnus-summary-limit-strange-charsets-predicate)
17079         (gnus-summary-limit-to-predicate): New functions.
17080
17081 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17082
17083         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17084         specifying array size.
17085         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17086         array if it is too small.
17087         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17088         (gnus-sort-threads-loop): New function.
17089
17090 2006-12-06  Chris Moore  <dooglus@gmail.com>
17091
17092         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17093         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17094
17095 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17096
17097         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17098         options.
17099
17100 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17101
17102         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17103         DOS-ing the recipient.
17104
17105         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17106         the headers when creating the mapping to avoid mismappings.
17107         (nnweb-gmane-create-mapping): Always nix out old mapping.
17108
17109 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17112         and mm-verify-option to never.
17113
17114 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * message.el (message-signed-or-encrypted-p): New function.
17117         (message-forward-make-body): Use it.
17118
17119         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17120         Replace encode-coding-string with mm-encode-coding-string.
17121
17122 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * nneething.el (nneething-decode-file-name):
17125         Replace decode-coding-string with mm-decode-coding-string.
17126
17127         * gnus-int.el (gnus-open-server): Say failed server's name.
17128
17129 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17130
17131         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17132         strings to a single string.  Quote `errors-file-name'.
17133         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17134         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17135         Adjust calls.  Use `shell-quote-argument'.
17136
17137 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17138
17139         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17140         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17141
17142         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17143         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17144         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17145         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17146         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17147         (gnus-subscribe-newsgroup, gnus-1):
17148         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17149         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17150         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17151         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17152
17153 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17154
17155         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17156         keystroke.
17157         (gnus-summary-limit-to-bodies): Implement headersp.
17158
17159 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17160
17161         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17162
17163 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17166
17167 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17168
17169         * message.el (message-generate-hashcash): Expand range of values to
17170         include `opportunistic'.
17171         (message-send-mail): Use it.
17172
17173 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17174
17175         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17176         and comment it.
17177
17178         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17179
17180 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * gnus-util.el (gnus-extract-address-components): Improve comment.
17183
17184 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * gnus-util.el (gnus-extract-address-components): Work with address in
17187         which the name portion contains @.
17188
17189         * lpath.el: Fbind custom-autoload.
17190
17191 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17192
17193         * gnus.el (gnus-start): Move custom group up.
17194         (gnus-select-method): Don't autoload, but make it available for
17195         `customize-variable'.
17196         (gnus-getenv-nntpserver): Don't autoload.
17197
17198 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17199
17200         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17201
17202 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * message.el (message-sendmail-extra-arguments): New variable.
17205         (message-send-mail-with-sendmail): Use it.
17206
17207 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17210         mm-with-unibyte-current-buffer to make string unibyte.
17211
17212         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17213         mm-string-as-multibyte.
17214
17215 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17216
17217         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17218         Reported by Werner Koch <wk@gnupg.org>.
17219
17220 2006-11-14  Daiki Ueno  <ueno@p360>
17221
17222         * mml2015.el: Autoload epa-select-keys when compiling.
17223
17224 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17225
17226         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17227         message-options.
17228         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17229
17230 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17231
17232         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17233         EasyPG (< 0.0.6).
17234         (mml2015-always-trust): New user option.
17235         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17236         prompt.
17237
17238 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * nntp.el (nntp-authinfo-force): New variable.
17241         (nntp-send-authinfo): Use it.
17242
17243 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17246         decode encoded words.  Improve prompt.  Add comment about forwarding.
17247         (message-replacement-char): Move up.
17248
17249 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17250
17251         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17252         instead of gnus-intersection because arguments of gnus-sorted-nunion
17253         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17254
17255 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17258         (message-simplify-subject-functions):
17259         Enable message-strip-subject-encoded-words by default.
17260
17261 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * message.el (message-strip-subject-encoded-words): New function.
17264         (message-simplify-subject-functions): New variable.
17265         (message-simplify-subject): Use it.  Fix typo in doc string.
17266         Support message-strip-subject-encoded-words.
17267
17268 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17269
17270         * gnus-diary.el (gnus-diary-delay-format-function):
17271         * nndiary.el (nndiary-reminders):
17272         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17273
17274 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * gnus-art.el (article-hide-boring-headers): Fetch date from
17277         gnus-original-article-buffer to avoid problems with localized date
17278         strings.
17279
17280 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17283
17284 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17287         New variables.
17288         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17289         (mm-charset-synonym-alist): Move some entries to
17290         mm-codepage-iso-8859-list.
17291         (mm-charset-synonym-alist, mm-charset-override-alist):
17292         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17293
17294 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17297
17298 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17301         with Emacs 21 and XEmacs.
17302
17303 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17304
17305         * spam.el (spam-parse-address): New function for better parsing,
17306         catching errors, etc.
17307         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17308
17309 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17310
17311         * mm-view.el: Add interactive arg to html2text autoload.
17312
17313 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17314
17315         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17316
17317 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17320         New variables.
17321         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17322         (mm-charset-synonym-alist): Move some entries to
17323         mm-codepage-iso-8859-list.
17324
17325         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17326
17327 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * message.el (message-citation-line-format)
17330         (message-insert-formated-citation-line): Fix implementation of %E, %N
17331         and %n according to the doc string.
17332
17333 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17334
17335         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17336         Use car-safe to avoid bad parses.
17337
17338 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17341         names.
17342
17343         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17344
17345 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17348         header.
17349
17350         * message.el (message-draft-headers): Add Date.
17351         (message-headers-to-generate): Fix typo in docstring.
17352
17353         * nndraft.el (nndraft-required-headers): New variable.
17354         (nndraft-generate-headers): Use it.
17355
17356         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17357
17358 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17359
17360         * gnus-registry.el (gnus-registry-wash-for-keywords)
17361         (gnus-registry-find-keywords): New functions to allow easy searching of
17362         articles that are in the registry.
17363
17364 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17365
17366         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17367         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17368         Reported by Damien Elmes <damien@repose.cx>.
17369
17370 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17371
17372         * gnus.el (gnus-mime): Remove unused custom group.
17373
17374 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17375
17376         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17377         "blank line" when searching for end of armor headers.
17378
17379 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gmm-utils.el (gmm-write-region): Fix variable name.
17382
17383 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * gmm-utils.el (gmm-write-region): New function based on compatibility
17386         code from `mm-make-temp-file'.
17387
17388         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17389
17390         * nnmaildir.el (nnmaildir--update-nov)
17391         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17392         Use `gmm-write-region'.
17393
17394 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17397         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17398
17399         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17400
17401         * message.el (message-replacement-char): New variable.
17402         (message-fix-before-sending): Use it.
17403         (message-simplify-subject): New function to remove duplicate code.
17404         (message-reply, message-followup): Use it.
17405
17406         * gnus-sum.el (gnus-summary-make-menu-bar):
17407         Clarify gnus-summary-limit-to-articles.
17408
17409 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-util.el (gnus-with-local-quit): New macro.
17412
17413         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17414
17415 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17416
17417         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17418         ignore non-string data.
17419
17420 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17421
17422         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17423         non-string data (needs to be done in the registry too).
17424
17425 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17426
17427         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17428         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17429         (gnus-registry-split-fancy-with-parent)
17430         (gnus-registry-fetch-simplified-message-subject-fast)
17431         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17432         Remove text properties on ingress into the registry and when it's saved.
17433         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17434         registry from entries with no groups.
17435
17436 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17437
17438         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17439         function to remove string properties.
17440
17441 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * gmm-utils.el (gmm): Adjust custom version.
17444
17445         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17446         Adjust custom version.
17447
17448         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17449
17450 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17451
17452         * gnus-art.el (gnus-insert-prev-page-button)
17453         (gnus-insert-next-page-button): Simplify.  Reformat.
17454
17455 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17456
17457         * gnus-art.el (gnus-insert-prev-page-button)
17458         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17459
17460 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17461
17462         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17463
17464 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17465
17466         * gnus-art.el (gnus-insert-mime-button)
17467         (gnus-insert-mime-security-button):
17468         Apply gnus-article-button-face to MIME and security buttons.
17469
17470 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17473         readable.
17474
17475 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17478
17479 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17480
17481         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17482         `browse-url-of-file' instead of `browse-url'.
17483
17484 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17485
17486         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17487         regexp.  Articles containing quotation were cut prematurely.
17488
17489 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * message.el (message-cite-original-1): Use nobody by default for the
17492         value of From header.
17493         (message-reply): Ditto.
17494
17495 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17496
17497         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17498         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17499         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17500
17501 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17502
17503         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17504         mails in the doc string.  Add some URLs in comment.
17505         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17506
17507 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17510         backslashes handling and the way to find boundaries of quoted strings.
17511
17512 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17513
17514         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17515         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17516         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17517         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17518
17519 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17522         doc string.
17523         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17524
17525 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * lpath.el: Fbind epg-check-configuration.
17528
17529 2006-09-06  Simon Josefsson  <jas@extundo.com>
17530
17531         * mml2015.el (mml2015-use): Doc fix, mention epg.
17532
17533 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17534
17535         * mml2015.el (mml2015-use): Default to epg, if available.
17536
17537 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17538
17539         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17540         message-sender.
17541         (mml1991-epg-encrypt): Ditto.
17542         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17543         message-sender.
17544         (mml2015-epg-encrypt): Ditto.
17545
17546 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17547
17548         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17549         several common directories.
17550
17551 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17552
17553         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17554         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17555
17556 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * gnus-art.el (article-decode-encoded-words): Make it fast.
17559
17560 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17563
17564         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17565         in quoted string into `\'.
17566
17567 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17570         Use standard-syntax-table.
17571
17572 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * gnus-art.el (gnus-decode-address-function): New variable.
17575         (article-decode-encoded-words): Use it to decode headers which are
17576         assumed to contain addresses.
17577         (gnus-mime-delete-part): Remove useless `or'.
17578
17579         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17580         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17581         (gnus-nov-parse-line): Use it to decode From header.
17582         (gnus-get-newsgroup-headers): Ditto.
17583         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17584
17585         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17586         (mail-decode-encoded-address-string): New alias.
17587
17588         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17589         New function.
17590         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17591         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17592         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17593         (rfc2047-decode-string): Ditto.
17594         (rfc2047-decode-address-region): New function.
17595         (rfc2047-decode-address-string): New function.
17596
17597 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17598
17599         * message.el (message-caesar-buffer-body): Allow rotating headers.
17600
17601         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17602
17603         * message.el (message-insert-formated-citation-line): Fix %f.
17604         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17605
17606 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17609         (gnus-bookmark-mouse-available-p): New macro.
17610         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17611         (gnus-bookmark-bmenu-show-infos): Use it.
17612         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17613         (gnus-bookmark-bmenu-hide-infos): Ditto.
17614         (gnus-bookmark-remove-properties): New function.
17615         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17616         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17617         (gnus-bookmark-write-file): Bind coding-system-for-write.
17618         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17619         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17620         group before selecting it.
17621         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17622         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17623         quit-window if it is not available; use gnus-mouse-2 and bind it to
17624         gnus-bookmark-bmenu-select-by-mouse.
17625         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17626         (gnus-bookmark-bmenu-select-by-mouse): New function.
17627
17628 2006-08-13  Romain Francoise  <romain@orebokech.com>
17629
17630         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17631         space.
17632
17633 2006-08-10  Romain Francoise  <romain@orebokech.com>
17634
17635         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17636         (dns-mode-soa-auto-increment-serial): New user option.
17637         (dns-mode-soa-maybe-increment-serial): New function.
17638         (dns-mode): Add the latter to `write-contents-functions'.
17639
17640 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * compface.el (uncompface): Use binary rather than raw-text-unix.
17643
17644 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * compface.el (uncompface): Make sure the eol conversion doesn't take
17647         place when communicating with the external programs.
17648         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17649
17650 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17653
17654 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17655
17656         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17657         Make it more robust by parsing author and date independently.
17658
17659 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17662
17663 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17664
17665         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17666         first matching secret key.
17667         (mml2015-epg-encrypt): Ditto.
17668
17669         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17670         first matching secret key.
17671         (mml1991-epg-encrypt): Ditto.
17672
17673         * mml2015.el (mml2015-encrypt-to-self): New user option.
17674         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17675         mml2015-epg-encrypt-to-self is set.
17676
17677         * mml1991.el (mml1991-encrypt-to-self): New variable.
17678         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17679         mml1991-epg-encrypt-to-self is set.
17680
17681         * mml2015.el (mml2015-signers): New user option.
17682         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17683         (mml2015-epg-encrypt): Allow to select signing keys.
17684
17685         * mml1991.el (mml1991-signers): New variable.
17686         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17687         (mml1991-epg-encrypt): Allow to select signing keys.
17688
17689 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * nnheader.el (nnheader-insert-head): Make it work even if the file
17692         uses CRLF for the line-break code.
17693
17694 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17695
17696         * mml2015.el: Require mml-sec instead of password.
17697         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17698         (mml2015-cache-passphrase): Inherit the default value from
17699         mml-secure-cache-passphrase.
17700         (mml2015-passphrase-cache-expiry): Inherit the default value from
17701         mml-secure-passphrase-cache-expiry.
17702
17703         * mml1991.el: Require mml-sec instead of password.
17704         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17705         (mml1991-cache-passphrase): Inherit the default value from
17706         mml-secure-cache-passphrase.
17707         (mml1991-passphrase-cache-expiry): Inherit the default value from
17708         mml-secure-passphrase-cache-expiry.
17709
17710         * mml-sec.el: Require password.
17711         (mml-secure-verbose): New user option.
17712         (mml-secure-cache-passphrase): New user option.
17713         (mml-secure-passphrase-cache-expiry): New user option.
17714
17715 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17716             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17717
17718         * pgg-def.el (pgg-truncate-key-identifier):
17719         Truncate the key ID to 8 letters from the end.
17720
17721 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17722
17723         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17724         workaround for the url package included with Emacs.
17725
17726         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17727
17728 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17731         correctly.  This fixes a bug caused by the 2006-05-12 change.
17732
17733 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17734
17735         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17736         some information about the error when saying that the `bogus' mail
17737         group will be used.
17738
17739 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17742         string.
17743
17744 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17745
17746         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17747
17748 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17749
17750         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17751
17752 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17753
17754         * mml1991.el (mml1991-function-alist): Add epg.
17755         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17756         (mml1991-epg-encrypt): New functions.
17757
17758 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17759
17760         * mml2015.el (mml2015-verbose): New variable.
17761         (mml2015-cache-passphrase): Ditto.
17762         (mml2015-passphrase-cache-expiry): Ditto.
17763         (mml2015-function-alist): Add epg.
17764         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17765         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17766         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17767         New functions.
17768
17769 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17770
17771         * message.el (message-cite-original-1): Preserve region when removing
17772         quoted text due to X-No-Archive in order to avoid bogus attribution
17773         when citing multiple messages.
17774
17775 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17776
17777         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17778         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17779
17780 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17781
17782         * gnus-diary.el (gnus-user-format-function-d)
17783         (gnus-user-format-function-D): Autoload.
17784
17785         * imap.el (Commentary): Fix typo.
17786
17787         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17788         2006-04-22 contribution.
17789
17790 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17791
17792         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17793         It didn't really fix the bogosity I'm seeing with solid web groups.
17794
17795 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17796
17797         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17798         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17799         created using server names.  If we use the feature without declaring
17800         it, Gnus does not properly manage server and group state.
17801
17802         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17803         bound.
17804
17805 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17806
17807         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17808         looking up the method using GROUP's prefix before inventing a new one.
17809         It is used on killed/unknown groups in various places where returning
17810         an all-new method isn't expected by the caller.
17811
17812         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17813         and match semantics of gnus-group-real-prefix.
17814
17815 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17816
17817         * nnmail.el (nnmail-broken-references-mailers): New variable.
17818         (nnmail-ignore-broken-references): New function generalizing
17819         nnmail-fix-eudora-headers.
17820         (nnmail-fix-eudora-headers): Now obsolete.
17821
17822         * gnus-art.el (gnus-button-handle-custom):
17823         Support `customize-apropos*'.
17824
17825 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826
17827         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17828
17829         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17830         articles.
17831
17832 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17833
17834         * message.el (message-cite-reply-above): New variable.
17835         (message-yank-original): Use it.
17836
17837 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17840
17841 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17842
17843         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17844         as read.
17845
17846         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17847
17848 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17849
17850         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17851         (gnus-bookmark-default-file): Use gnus-directory.
17852         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17853         Remove "*" in doc string.
17854         (gnus-bookmark-write-file): Simplify.
17855         (gnus-bookmark-maybe-sort-alist): Use `when'.
17856         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17857         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17858         Add FIXME about Emacs 21 and XEmacs compatibility.
17859         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17860         compatibility.
17861         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17862         compatibility.
17863         (gnus-bookmark-menu-heading): Fix version.
17864
17865 2006-06-19  Bastien Guerry  <bzg@altern.org>
17866
17867         * gnus-bookmark.el: New file.
17868
17869 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * message.el (message-syntax-checks): Doc fix.
17872
17873 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17874
17875         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17876         unsubscribed groups as if they were killed ones.  It causes duplicate
17877         entries in gnus-newsrc-alist.
17878
17879 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * message.el (message-syntax-checks): Doc fix.
17882         (message-send-mail): Add check for continuation headers.
17883         (message-check-news-header-syntax): Fix regexp used to check for
17884         continuation headers.
17885
17886 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17889
17890 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17891
17892         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17893
17894 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17897         default-truncate-lines.
17898
17899 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17902         to fill the utf-8 entry.
17903
17904         * lpath.el: Fbind unicode-precedence-list.
17905
17906 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17907
17908         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17909
17910 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17911
17912         * gnus-agent.el (directory-files-and-attributes): Move all the way
17913         forward (the third and final move).
17914         (gnus-agent-read-agentview): Trap reconstruction errors due to
17915         nonexistent directory.  Handle by returning nil.
17916
17917 2006-05-30  Didier Verna  <didier@xemacs.org>
17918
17919         * message.el (message-dont-reply-to-names): Update the custom type.
17920         * message.el (message-dont-reply-to-names): New defsubst: potentially
17921         convert a list of regexps into a single one.
17922         * message.el (message-get-reply-headers): Use it.
17923         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17924
17925 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-agent.el (directory-files-and-attributes): Move forward.
17928
17929 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17930
17931         * gnus-ml.el (gnus-mailing-list-subscribe)
17932         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17933         (gnus-mailing-list-message): Fix doc strings.
17934
17935 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17936
17937         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17938         of doing it manually.
17939
17940 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17943         comment.
17944
17945 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17946
17947         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17948         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17949         (gnus-agent-read-local): All symbols allocated in my-obarray.
17950         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17951         (gnus-agent-regenerate-group): Check numeric names to see if they are
17952         messages or groups.
17953         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17954         better way of do this...)
17955
17956         * gnus-cache.el (gnus-agent-total-fetched-for):
17957         Ignore 'dummy.group' (there should be a better way of do this...)
17958
17959 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17962         (gnus-saved-headers): Ditto.
17963         (gnus-default-article-saver): Mention functions may have properties.
17964         (gnus-article-save): Override gnus-save-all-headers and
17965         gnus-saved-headers by :headers property which saver function may have.
17966         (gnus-summary-save-in-file): Add :headers property.
17967         (gnus-summary-write-to-file): Ditto.
17968
17969         * gnus-sum.el (gnus-summary-save-article): Bind
17970         gnus-prompt-before-saving to t when saving many articles in a file;
17971         always show all headers.
17972
17973         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17974
17975 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17976
17977         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17978         marks.
17979
17980         * message.el (message-indent-citation): Add optional arguments to allow
17981         using it outside of message buffers.
17982
17983         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17984         (gnus-article-treat-unfold-headers): Use it.
17985         (gnus-article-truncate-lines): New variable.
17986         (gnus-article-mode): Use it.
17987         (gnus-article-toggle-truncate-lines): New function.
17988
17989         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17990         Add gnus-article-toggle-truncate-lines.
17991
17992         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17993         coding system in XEmacs, use binary.
17994
17995 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17998         after-load-alist.
17999
18000         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18001         this function should save decoded articles.
18002         (gnus-summary-write-to-file): Use property to specify this function
18003         should save decoded articles and specify gnus-summary-save-in-file
18004         should be used to save articles other than the first one when saving
18005         many articles.
18006         (gnus-summary-save-body-in-file): Use property to specify this
18007         function should save decoded articles.
18008         (gnus-summary-write-body-to-file): Use property to specify this
18009         function should save decoded articles and specify
18010         gnus-summary-save-body-in-file should be used to save articles other
18011         than the first one when saving many articles.
18012
18013         * gnus-sum.el (gnus-summary-save-article): Simplify.
18014
18015 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * gnus-art.el (gnus-default-article-saver):
18018         Add gnus-summary-write-body-to-file.
18019         (gnus-article-save-coding-system): Don't use coding system object
18020         in XEmacs.
18021         (gnus-read-save-file-name): Add optional `dir-var' argument which
18022         specifies directory in which files are saved; work even if optional
18023         `variable' argument is not specified.
18024         (gnus-summary-write-to-file): Read file name.
18025         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18026         (gnus-summary-write-body-to-file): New function.
18027
18028         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18029         (gnus-summary-local-variables): Add it.
18030         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18031         (gnus-summary-save-article): Remove optional `decode' argument;
18032         determine whether to decode articles by the value of
18033         gnus-default-article-saver; when saving many files using
18034         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18035         it first and use gnus-summary-save-in-file or
18036         gnus-summary-save-body-in-file thereafter unless
18037         gnus-prompt-before-saving is always; move point to article which
18038         will be saved.
18039         (gnus-summary-save-article-file): Revert.
18040         (gnus-summary-write-article-file): Revert.
18041         (gnus-summary-save-article-body-file): Revert.
18042         (gnus-summary-write-article-body-file): New function.
18043
18044 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-art.el (gnus-default-article-saver): Doc fix.
18047         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18048         from gnus-summary-save-article-coding-system, and default to a
18049         certain coding system.
18050         (gnus-output-to-file): Add coding cookie and encode text according
18051         to gnus-article-save-coding-system; don't use mm-append-to-file.
18052
18053         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18054         gnus-art.el and rename to gnus-article-save-coding-system.
18055         (gnus-summary-save-article): Require gnus-art; don't show all
18056         headers if it decodes articles; don't add coding cookie here;
18057         don't bind mm-text-coding-system-for-write.
18058         (gnus-summary-save-article-file): Save decoded articles.
18059         (gnus-summary-write-article-file): When saving many files, use
18060         gnus-summary-write-to-file first and gnus-summary-save-in-file
18061         thereafter unless gnus-prompt-before-saving is always.
18062         (gnus-summary-save-article-body-file): Save decoded articles.
18063
18064         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18065
18066 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * nnrss.el (nnrss-check-group): Bind hash-index.
18069
18070 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18071
18072         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18073         its hash index.  Store this hash in `nnrss-group-data'.
18074         (nnrss-read-group-data): Update accordingly.
18075
18076 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18077
18078         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18079         entry.
18080
18081         * gnus-sum.el (gnus-summary-make-menu-bar):
18082         Add gnus-article-browse-html-article.
18083
18084 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18085
18086         * gnus-sum.el (gnus-summary-mime-map):
18087         Add gnus-article-browse-html-article.
18088
18089         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18090
18091 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18094         suitable coding systems in customize.
18095
18096 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * mail-source.el (mail-sources): Fix custom type.
18099
18100 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18103         (gnus-summary-expire-articles-now): Shorten prompt.
18104
18105         * gmm-utils.el (wid-edit): Require.
18106         (defun-gmm): Rename from `gmm-defun-compat'.
18107         (gmm-image-search-load-path): Use it.
18108         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18109
18110 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-sum.el (gnus-summary-save-article-coding-system):
18113         New variable.
18114         (gnus-summary-save-article): Add optional `decode' argument.
18115         If it is set and gnus-summary-save-article-coding-system is non-nil,
18116         save decoded article.
18117         (gnus-summary-write-article-file): Save decoded article if
18118         gnus-summary-save-article-coding-system is non-nil.
18119
18120         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18121         type.
18122
18123 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18126
18127 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18130         first to test gnus-single-article-buffer which may be buffer-local.
18131
18132         * gnus-sum.el (gnus-summary-setup-buffer):
18133         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18134         group; make gnus-article-buffer, gnus-article-current, and
18135         gnus-original-article-buffer always buffer-local.
18136         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18137         group.
18138         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18139
18140 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18141
18142         * nnml.el (nnml-request-compact-group): Compressed files might not
18143         have .gz extension.
18144
18145 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18146
18147         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18148         (mm-copy-to-buffer): Use with-current-buffer.
18149         (mm-display-part): Simplify.
18150         (mm-inlinable-p): Add optional arg `type'.
18151
18152 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18153
18154         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18155         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18156         Try harder to show the attachment internally or externally using
18157         gnus-mime-view-part-as-type.
18158
18159 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18160
18161         * message.el (message-from-style, message-signature-separator)
18162         (message-user-organization-file, message-send-mail-function)
18163         (message-citation-line-function, message-yank-prefix)
18164         (message-indent-citation-function, message-signature)
18165         (message-signature-file, message-signature-insert-empty-line):
18166         Remove autoloads.
18167
18168         * gnus-art.el (gnus-buttonized-mime-types):
18169         Remove "multipart/signed".  Revert 2006-04-26 change.
18170
18171 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * gnus.el (gnus-version-number): Bump version.
18174
18175 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18176
18177         * gnus.el: No Gnus v0.5 is released.
18178
18179 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18180
18181         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18182         fetching articles by message-id.
18183
18184 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * message.el (hashcash): Require hashcash as normal.
18187
18188         * ecomplete.el (ecomplete-highlight-match-line):
18189         Use point-at-eol.
18190         (ecomplete-highlight-match-line): Use `highlight', because that
18191         face exists in both Emacs and XEmacs.
18192
18193         * message.el (message-display-abbrev): Use point-at-bol.
18194
18195         * mail-source.el: Don't require timer/timer-funcs.
18196
18197         * gnus-async.el: Ditto.
18198
18199         * password.el: Ditto.
18200
18201         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18202
18203         * mm-url.el: Ditto.
18204
18205         * gnus-xmas.el: Don't require timer-funcs.
18206
18207         * mm-util.el: Require timer/timer-funcs.
18208
18209 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18210
18211         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18212         Close.
18213
18214 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18217         unibyte after clear-decrypt function runs.
18218
18219         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18220         returns as a unibyte string.
18221
18222 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * lpath.el: Revert.
18225
18226         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18227         (pgg-gpg-process-sentinel): Revert.
18228
18229         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18230         (pgg-pgp-lookup-key): Revert.
18231
18232         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18233         (pgg-pgp5-lookup-key): Revert.
18234
18235         * pgg.el (pgg-fetch-key): Revert.
18236
18237 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * lpath.el: Fbind string-as-multibyte for XEmacs.
18240
18241         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18242         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18243         (mml1991-pgg-encrypt): Ditto.
18244
18245         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18246         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18247         a multibyte buffer.
18248
18249         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18250         (pgg-pgp-lookup-key): Ditto.
18251
18252         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18253         (pgg-pgp5-lookup-key): Ditto.
18254
18255         * pgg.el (pgg-fetch-key): Ditto.
18256
18257 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18258
18259         * message.el (message-user-organization-file): Check several
18260         locations of the organization file.
18261
18262         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18263         Add gnus-article-view-part-as-type.
18264
18265         * gnus-art.el (gnus-article-view-part-as-type): New function.
18266
18267         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18268         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18269
18270         * mml.el: Simplify autoload.
18271         (mml-mode): defvar dnd-protocol-alist instead of using
18272         symbol-value.
18273         (mml-default-directory): New variable.
18274         (mml-minibuffer-read-file): Use it.
18275         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18276
18277         * message.el (message-citation-line-format): New variable.
18278         (message-insert-formated-citation-line): New function.
18279         (message-citation-line-function):
18280         Add `message-insert-formated-citation-line' to custom type.
18281
18282         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18283         to doc string.
18284
18285         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18286         depending on mm-verify-option.
18287
18288 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18291         binding pgg-* variables; reimplement the section which prevents
18292         MIME header from being signed.
18293         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18294         pgg-text-mode; remove a blank line at the top of body.
18295
18296         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18297         lines at the top of body; use gnus-newsgroup-charset if there's no
18298         Charset header.
18299
18300 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * message.el (message-self-insert-commands): Doc fix.
18303
18304         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18305         (mm-uu-pgp-encrypted-test): Ditto.
18306         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18307         between header and body; return application/pgp-encrypted handle
18308         if decryption failed; decode decrypted body by charset.
18309
18310         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18311         element match to application/pgp-*.
18312
18313 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18314
18315         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18316         HTML.
18317
18318 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18319
18320         * mail-source.el (mail-source-call-script): Message the error
18321         string.
18322
18323 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324
18325         * gnus-util.el (gnus-byte-compile): Use it.
18326
18327 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18328
18329         * gnus-util.el (kill-empty-logs): New function.
18330
18331 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18332
18333         * message.el (message-mail-alias-type): Doc fix.
18334         (message-mail-alias-type-p): New function.
18335         (message-send): Use it.
18336         (message-mode): Ditto.
18337         (message-strip-forbidden-properties): Ditto.
18338
18339         * ecomplete.el (ecomplete-database-file-coding-system):
18340         New variable.
18341         (ecomplete-save): Use it.
18342         (ecomplete-setup): Use it.
18343
18344 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * message.el (message-self-insert-commands): New variable.
18347         (message-strip-forbidden-properties): Use it.
18348
18349 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18350
18351         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18352         that doesn't make XEmacs choke.
18353
18354 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18355
18356         * gnus-util.el (gnus-replace-in-string):
18357         Prefer replace-regexp-in-string over of replace-in-string.
18358
18359 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * gnus-util.el (gnus-select-frame-set-input-focus):
18362         Use select-frame-set-input-focus if it is available in XEmacs; use
18363         definition defined in Emacs 22 for old Emacsen.
18364
18365         * dgnushack.el: Autoload unmorse-region for XEmacs.
18366
18367         * lpath.el: Bind cursor-in-non-selected-windows and
18368         select-frame-set-input-focus for XEmacs.
18369
18370 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18373
18374 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * gnus-registry.el (gnus-registry-cache-save): Remove text
18377         properties when saving via the temp buffer.
18378
18379 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * message.el (message-generate-hashcash): Honor custom type.
18382
18383 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18384
18385         * message.el (message-generate-hashcash): Default to non-nil when
18386         hashcash is found.
18387
18388         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18389         (gnus-refer-thread-limit): Increase default to 500.
18390
18391         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18392
18393         * flow-fill.el (fill-flowed): Allow delete-space.
18394
18395 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18398         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18399         Remove autoloads.
18400
18401 2006-04-18  Simon Josefsson  <jas@extundo.com>
18402
18403         * message.el (message-generate-hashcash): Default to.
18404
18405 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18408         concatenating segments rather than before concatenating them.
18409
18410 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18411
18412         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18413
18414 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18415
18416         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18417
18418         * message.el (message-forward-make-body-plain):
18419         Allow message-forward-ignored-headers to be a list.
18420         (message-remove-ignored-headers): Factor out into function.
18421         (message-forward-make-body-mml): Use it.
18422
18423         * imap.el (imap-quote-specials): New function.
18424         (imap-login-auth): Quote specials.
18425
18426         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18427         (rfc2231-parse-string): Allow concatanation of parameters that
18428         aren't contiguous.  The test case is
18429           (mail-header-parse-content-type "message/external-body;
18430             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18431             access-type=LOCAL-FILE;
18432             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18433
18434 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18435
18436         * nntp.el (nntp-accept-process-output): Return the value of
18437         `nnheader-accept-process-output'.
18438
18439 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18442         (gnus-button-alist): Recognize more diff formats.
18443         (gnus-button-patch): Strip directory.
18444
18445 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18446
18447         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18448         Emacs 22 when setting focus.
18449
18450 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18451
18452         * gnus-art.el (gnus-article-treat-types): Do treatment of
18453         text/x-verbatim parts.
18454         (gnus-button-patch): New command.
18455
18456         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18457         addresses that contain invalid characters.
18458
18459 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18460
18461         * message.el (message-put-addresses-in-ecomplete):
18462         Use gnus-replace-in-string.
18463         (message-is-yours-p): Use the more correct
18464         mail-header-parse-address instead of
18465         mail-extract-address-components.
18466         (message-put-addresses-in-ecomplete): Fix typo.
18467
18468         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18469         keystroke.
18470
18471         * gnus-art.el (gnus-treatment-function-alist): Change order of
18472         newsgroups/generic header folding to avoid double-folding.
18473
18474         * message.el (message-hidden-headers): Add X-Draft-From.
18475
18476         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18477         New command.
18478         (gnus-summary-repeat-search-article-backward): New command.
18479
18480         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18481         groups in the parent topic.
18482
18483 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18484
18485         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18486         (spam-extra-header-to-number): Return the CRM114 number as a
18487         number instead of a string.
18488
18489 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18490
18491         * gnus-art.el (gnus-face-properties-alist): Move here from
18492         gnus-fun.
18493
18494         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18495
18496 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * message.el (message-strip-forbidden-properties): Only display on
18499         self-insert-command.
18500
18501         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18502         reindent.
18503         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18504
18505 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18506
18507         * smiley.el (smiley-style): Fix typo.
18508
18509 2006-03-23  Kenichi Handa  <handa@m17n.org>
18510
18511         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18512         instead of set-buffer-multibyte.
18513
18514 2006-03-23  Kenichi Handa  <handa@m17n.org>
18515
18516         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18517         buffer and then decode the buffer text if necessary.
18518         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18519         first, and after mm-encode-body, change the buffer to unibyte.
18520
18521 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18522
18523         * hashcash.el (hashcash-insert-payment-async-2):
18524         Use message-goto-eoh instead of doing it manually.
18525         (mail-add-payment): Use message-narrow-to-header instead of trying
18526         to do the same itself.
18527
18528         * message.el (message-hidden-headers): Add Face.
18529
18530         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18531         reparenting code.
18532         (gnus-summary-reparent-children): Refactored out code.
18533         (gnus-summary-thread-map): New keystroke.
18534         (gnus-summary-reparent-children): Make into command.
18535
18536         * smiley.el (smiley-style): Default to `medium' if using a large
18537         font.
18538
18539         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18540         does it itself.
18541
18542         * message.el (message-point-in-header-p): Simplify definition.
18543
18544 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18545
18546         * nnagent.el (nnagent-request-set-mark): Silence log file
18547         writing.
18548         (nnagent-request-set-mark): Use write-region instead of
18549         append-to-file.
18550
18551         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18552         strange select method.
18553
18554         * ecomplete.el (ecomplete-display-matches): Get highlightling
18555         right.
18556         (ecomplete-display-matches): Use literals.
18557         (ecomplete-display-matches): Disable message logging.
18558
18559         * message.el (message-display-abbrev): Small optimization.
18560
18561         * ecomplete.el (ecomplete-display-matches): Allow automatic
18562         display.
18563
18564         * message.el (message-strip-forbidden-properties):
18565         Display abbrevs.
18566         (message-display-abbrev): Get automatic display right.
18567
18568         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18569         keystrokes.
18570
18571 2006-04-13  Romain Francoise  <romain@orebokech.com>
18572
18573         TODO: Backport to v5-10!
18574
18575         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18576         Move here (and rename) from gnus-registry.el.
18577
18578         * gnus-registry.el: Require gnus-util.
18579         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18580
18581 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18582
18583         * gnus-group.el (gnus-group-catchup-current):
18584         Change if-then-else-if-then-else into cond.
18585         (gnus-group-catchup): Indent.
18586         (group-name-at-point): New function.
18587         (gnus-fetch-group): Provide default from thing at point.
18588
18589 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18590
18591         * message.el (message-display-abbrev): Fix regexp.
18592
18593         * ecomplete.el (ecomplete-highlight-match-line):
18594         Reimplement choosing.
18595         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18596         dead variables.
18597
18598         * message.el (message-newline-and-indent): Remove debugging.
18599         (message-display-abbrev): Use new implementation.
18600
18601 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18602
18603         * gnus-art.el (gnus-article-mode):
18604         Set cursor-in-non-selected-windows to nil.
18605
18606         * smiley.el: Revert previous change.
18607         (smiley-data-directory): defvar it before using it in the
18608         defcustom of `smiley-style'.
18609
18610 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18611
18612         * message.el (message-newline-and-indent): New function.
18613
18614         * ecomplete.el: Implement more bits.
18615
18616         * message.el (message-put-addresses-in-ecomplete): Clean up the
18617         string.
18618
18619         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18620
18621         * gnus-sum.el (gnus-summary-save-parts):
18622         Bind gnus-summary-save-parts-counter and use it to make unique file
18623         names.
18624
18625         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18626
18627         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18628         parameter to say whether to actually parse the individual
18629         addresses.
18630
18631         * message.el (message-put-addresses-in-ecomplete): New function.
18632         (ecomplete): Require.
18633         (message-mail-alias-type): Add ecomplete as an option.
18634
18635 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18636
18637         * flow-fill.el (fill-flowed): Remove trailing space from blank
18638         quoted lines.
18639
18640 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18641
18642         * smiley.el (smiley-style): Move definition later to avoid a
18643         compilation warning.
18644
18645 2006-04-12  Kenichi Handa  <handa@m17n.org>
18646
18647         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18648         buffer and then decode the buffer text if necessary.
18649         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18650         first, and after mm-encode-body, change the buffer to unibyte.
18651         Use mm-disable-multibyte instead of set-buffer-multibyte.
18652
18653 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18656         Content-Type header instead of Content-Disposition header.
18657         (gnus-mime-inline-part): Ditto.
18658         (gnus-mime-view-part-as-charset): Ignore charset that the part
18659         specifies.
18660
18661         * mm-decode.el (mm-display-part): Work with external parts and
18662         usual parts similarly.
18663
18664         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18665         instead of gnus-display-mime.
18666
18667         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18668         instead of with-temp-buffer.
18669
18670         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18671         tag to summarized topics part in order to encode non-ASCII text.
18672
18673 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * smiley.el (smiley-style): New variable.
18676         (smiley-directory): New function.
18677         (smiley-data-directory): Derive from `smiley-style' using
18678         `smiley-directory'.
18679         (smiley-regexp-alist): Add new entries.
18680
18681         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18682         (gnus-article-browse-delete-temp): Add :version.
18683
18684 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18685
18686         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18687         the sieve region.
18688
18689 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690
18691         * gnus.el (gnus-version-number): Bump version.
18692
18693 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus.el: No Gnus v0.4 is released.
18696
18697 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18698
18699         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18700         layout.
18701
18702         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18703         unknown charset.
18704
18705         * message.el (message-header-synonyms): Add Original-To to the
18706         default.
18707
18708         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18709         optional parameter.
18710
18711 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18712
18713         * gnus-fun.el (gnus): Require it for gnus-directory.
18714
18715 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18718
18719 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18720
18721         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18722
18723 2006-04-05  Simon Josefsson  <jas@extundo.com>
18724
18725         * password.el (password-reset): New function.
18726
18727 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18728
18729         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18730         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18731
18732 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18733
18734         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18735         Some whitespace was matched into the url, which broke browsing hits
18736         > 100 when mm-url-use-external was nil.
18737
18738 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18741         Check gnus-extra-headers for 'Newsgroups.
18742
18743         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18744         bound.
18745
18746 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18747
18748         * pgg-gpg.el: Clean up process buffers every time gpg processes
18749         complete.
18750
18751 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18752
18753         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18754         doc string.
18755
18756 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18757
18758         * pgg-gpg.el (pgg-gpg-process-filter)
18759         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18760
18761         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18762         lines, temporary fix.
18763
18764 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18765
18766         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18767
18768 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18769
18770         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18771         default-enable-multibyte-characters.  This reverts the change from
18772         revision 6.17 which is no longer necessary because the passphrase
18773         is sent separately now.  GnuPG messages are unreadable under
18774         multibyte locales with default-enable-multibyte-characters set to
18775         nil.
18776
18777 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18778
18779         * message.el (message-tool-bar-gnome): Move "spell".
18780
18781 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18782
18783         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18784         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18785         instead.
18786
18787 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18788
18789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18790         Improve newsgroups handling for NNTP overviews which don't include
18791         Newsgroups.
18792
18793 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18794
18795         * message.el (message-resend): Bind message-generate-hashcash to nil.
18796
18797 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18798
18799         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18800         when searching for already-paid recipients.
18801
18802 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18803
18804         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18805         passphrases when it is not needed.
18806         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18807         passphrase stuff from gpg, should only be necessary when you use
18808         gpg with a smartcard.
18809
18810 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * mml.el (mml-insert-mime): Ignore cached contents of
18813         message/external-body part.
18814
18815         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18816         (mm-insert-part): Ditto.
18817
18818 2006-03-23  Simon Josefsson  <jas@extundo.com>
18819
18820         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18821         Reiner.
18822         (pgg-gpg-use-agent-p): Use it again.
18823
18824 2006-03-23  Simon Josefsson  <jas@extundo.com>
18825
18826         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18827         older emacsen.
18828         (pgg-gpg-use-agent-p): Don't use it.
18829
18830 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18831
18832         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18833         if we can.
18834
18835 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18836
18837         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18838         (pgg-gpg-update-agent): New function.
18839         (pgg-gpg-use-agent-p): New function.
18840         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18841         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18842         (pgg-gpg-sign-region): Use it.
18843
18844 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18847         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18848
18849 2006-03-21  Simon Josefsson  <jas@extundo.com>
18850
18851         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18852         <wilde@sha-bang.de>.
18853         (pgg-gpg-use-agent): New variable.
18854         (pgg-gpg-process-region): Use it.
18855         (pgg-gpg-encrypt-region): Likewise.
18856         (pgg-gpg-encrypt-symmetric-region): Likewise.
18857         (pgg-gpg-decrypt-region): Likewise.
18858         (pgg-gpg-sign-region): Likewise.
18859         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18860
18861 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18862
18863         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18864
18865         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18866         Add comment on version.
18867
18868 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18869
18870         * smiley.el: Add missing test smiley.
18871
18872 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * mm-decode.el (mm-with-part): New macro.
18875         (mm-get-part): Use it; work with message/external-body as well.
18876         (mm-save-part): Treat name and filename equally.
18877
18878         * mm-extern.el (mm-extern-cache-contents): New function.
18879         (mm-inline-external-body): Use it; force the part to be displayed;
18880         move undisplayer added to the cached handle to the parent.
18881
18882         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18883         (gnus-mime-view-part-as-type): Work with message/external-body.
18884
18885         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18886
18887 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18890         images in image-load-path.  [Sync with image.el, revision 1.60, in
18891         Emacs.]
18892
18893 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18894
18895         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18896         path rather than symbol.  Always return list of directories.
18897         Guarantee that image directory comes first.  [Sync with image.el,
18898         revision 1.59, in Emacs.]
18899
18900         * message.el (message-make-tool-bar): Adjust to new API of
18901         `gmm-image-load-path-for-library'.
18902
18903         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18904
18905         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18906
18907 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18908
18909         * gnus-art.el (gnus-article-only-boring-p):
18910         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18911         intangible text.
18912         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18913
18914 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18915
18916         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18917         Use `defun' instead of `gmm-defun-compat'.
18918
18919 2006-03-14  Simon Josefsson  <jas@extundo.com>
18920
18921         * message.el (message-unique-id): Don't use message-number-base36
18922         if (user-uid) is a float.
18923         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18924
18925 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18928
18929         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18930         empty line between a part and a message part.
18931
18932 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18933
18934         * smiley.el: Add more test smileys.
18935         (smiley-data-directory, smiley-regexp-alist)
18936         (gnus-smiley-file-types): Fix doc strings.
18937         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18938         adding new elements.
18939         (smiley-mouse-map): Unused code.  Make it a comment.
18940
18941 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18944         scan latest NoCeM messages instead of old ones.
18945         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18946         delimiters that are recently used.
18947         (gnus-nocem-load-cache): Add autoload cookie.
18948
18949         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18950
18951         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18952         level which is larger than gnus-use-nocem is specified.
18953
18954         * gnus-group.el (gnus-group-get-new-news): Ditto.
18955
18956 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * gnus-util.el (gnus-tool-bar-update): New function.
18959
18960         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18961         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18962
18963         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18964
18965         * gnus-group.el (gnus-group-redraw-when-idle)
18966         (gnus-group-redraw-check): Remove.
18967         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18968
18969 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18972         if optional last element is specified in splits (FIELD VALUE...).
18973
18974 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18975
18976         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18977         to gmm-image-load-path-for-library.  Call with no-error argument.
18978         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18979
18980         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18981
18982         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18983
18984         * gmm-utils.el (gmm-image-load-path): Remove alias.
18985
18986 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18987
18988         * gmm-utils.el (gmm-image-load-path): Add alias.
18989
18990         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18991         nnml-generate-nov-databases-1.
18992         (nnml-generate-nov-databases): Use it.
18993         (nnml-generate-nov-databases-directory): Document no-active
18994         argument.
18995
18996         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18997         directory if path is t.  Add no-error.
18998
18999         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19000         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19001
19002         * gnus-art.el (gnus-article-browse-delete-temp-files):
19003         Simplify resetting gnus-article-browse-html-temp-list.
19004
19005         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19006         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19007         Add example to docstring.  Rename local variables.  Move error
19008         checks to default case in cond and simplify.
19009
19010 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19013         handle is multipart when calling it recursively.
19014         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19015
19016 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19017
19018         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19019         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19020
19021 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19022
19023         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19024         is loaded.
19025
19026         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19027         loaded.
19028
19029 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19032         to "Emacs 23 (unicode)" in doc string.
19033
19034         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19035         "Emacs 23 (unicode)" in comment.
19036
19037 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19040
19041         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19042         characters 160 through 255 in Emacs 23.
19043
19044 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19045
19046         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19047         gnus-article-browse-html-temp.
19048         (gnus-article-browse-delete-temp): Make it customizable.
19049         Add `file'.  Adjust doc string.
19050         (gnus-article-browse-delete-temp-files): Add argument.
19051         Allow query for each file.  Adjust doc string.
19052         (gnus-article-browse-html-parts):
19053         Add `gnus-article-browse-delete-temp-files' to
19054         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19055
19056 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19057
19058         * gnus-art.el (gnus-article-browse-html-temp)
19059         (gnus-article-browse-delete-temp): New variables.
19060         (gnus-article-browse-delete-temp-files): New function.
19061         (gnus-article-browse-html-parts): Use it.
19062
19063 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19064
19065         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19066
19067         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19068         string.
19069
19070         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19071         gnus-summary-insert-new-articles when unplugged.
19072         Remove gnus-summary-search-article-forward.
19073
19074         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19075         display-visual-class instead of display-color-cells.
19076
19077 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * dgnushack.el: Autoload customize-group for XEmacs.
19080
19081         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19082         message/* containing non-ASCII text properly.
19083
19084 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * message.el: Require gmm-utils, remove autoloads.
19087         (message-tool-bar): Set default based on
19088         gmm-tool-bar-style.
19089         (message-tool-bar-gnome): Add gmm-customize-mode.
19090
19091         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19092         gmm-tool-bar-style.
19093         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19094
19095         * gnus-group.el (gnus-group-tool-bar): Set default based on
19096         gmm-tool-bar-style.
19097         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19098
19099         * gmm-utils.el (gmm-image-directory): Rename variable from
19100         gmm-image-load-path.
19101         (gmm-image-load-path): Use gmm-image-directory.
19102         (gmm-customize-mode): New function.
19103         (gmm-tool-bar-style): New variable.
19104
19105         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19106         gnus-group-redraw-line-number.
19107         (gnus-group-redraw-check): Simplify.
19108         (gnus-group-tool-bar-update): Remove redraw check.
19109         (gnus-group-make-tool-bar): Add redraw check.
19110
19111 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19112
19113         * gnus-art.el (gnus-button): Add missing parentheses.
19114
19115 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * lpath.el: Fbind line-number-at-pos.
19118
19119 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19122
19123 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19124
19125         * gnus-art.el (gnus-button): New face.
19126         (gnus-article-button-face): Use it.
19127
19128         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19129         Add gnus-summary-next-page.  Re-order.
19130
19131         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19132         next-node are now included.
19133         (gnus-group-redraw-line-number): New internal variable.
19134         (gnus-group-redraw-check): Helper function for updating the tool
19135         bar.
19136         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19137
19138         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19139
19140         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19141         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19142         Use it to match format of Spamassassin 3.0 and later.
19143         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19144         (spam-check-bogofilter)
19145         (spam-bogofilter-register-with-bogofilter): Fix args of
19146         `gnus-error' calls.
19147
19148 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19149
19150         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19151         unnecessary interaction when sending queued mails.
19152         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19153
19154 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19155
19156         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19157         first or last are nil.
19158
19159 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19160
19161         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19162
19163 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19164
19165         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19166
19167 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19168
19169         * dns.el (query-dns): Protect more against buggy tcp output.
19170
19171 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19174         nov.php.
19175
19176 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19177
19178         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19179         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19180         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19181         output on the server side.
19182         (nnweb-google-create-mapping): Update regexps and add some
19183         progress indication.
19184
19185 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * gnus-group.el (gnus-group-tool-bar-gnome):
19188         Fix gnus-agent-toggle-plugged.  Re-order icons.
19189         (gnus-group-tool-bar-gnome):
19190         Add gnus-group-{prev,next}-unread-group.
19191         (gnus-group-tool-bar-gnome): Re-order icons.
19192
19193         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19194         Move gnus-summary-insert-new-articles.
19195
19196         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19197         Fix comments.
19198
19199         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19200         also available in Emacs 21.3.
19201
19202         * message.el (message-fix-before-sending): Change "Emacs 22" to
19203         "Emacs 23 (unicode)" in comment.
19204
19205         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19206         "Emacs 23 (unicode)" in comment.
19207
19208         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19209         comment.
19210         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19211
19212         * mm-view.el (mm-fill-flowed): Add :version.
19213
19214 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19217         and load-path.
19218
19219 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19220
19221         * message.el: Autoload gmm-image-load-path.
19222         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19223         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19224         consitency.
19225
19226         * gmm-utils.el (gmm-image-load-path): Also search in
19227         "../etc/images".  Don't set gmm-image-load-path if we don't find
19228         the image.
19229
19230 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * gmm-utils.el (gmm-image-load-path): Don't make
19233         `gmm-image-load-path' include subdirectories which the second arg
19234         `image' might specify.
19235
19236         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19237         subdirectory to icon file names.
19238
19239         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19240
19241 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19242
19243         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19244         gmm-image-load-path calls.
19245
19246         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19247
19248         * message.el (message-make-tool-bar): Ditto.
19249
19250         * mml.el (mml-preview): Add comment concerning tool bar icons.
19251
19252         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19253         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19254
19255         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19256         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19257
19258         * message.el (message-tool-bar-gnome): Use new icon names.
19259         (message-make-tool-bar): Use `gmm-image-load-path'.
19260
19261         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19262         New functions from MH-E.
19263         (gmm-image-load-path): New variable from MH-E.
19264         (gmm-image-load-path): New function from MH-E.  Add arguments
19265         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19266         *-image-load-path-called-flag.
19267
19268 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19269
19270         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19271
19272 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19273
19274         * nnimap.el (nnimap-request-move-article): Change folder back to
19275         source group before deleting.
19276
19277 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19278
19279         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19280
19281         * gnus-art.el (mm-url-insert-file-contents-external):
19282         Autoload mm-url.
19283
19284         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19285
19286 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19289         coding system which mm-charset-to-coding-system returns for a
19290         given charset is valid.
19291
19292 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19293
19294         * html2text.el (html2text-remove-tag-list):
19295         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19296
19297 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19298
19299         * gnus-cus.el: Revert 2005-10-17 change.
19300
19301 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * gnus-art.el (article-strip-banner):
19304         Call article-really-strip-banner only when the regexp match is made.
19305
19306 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * gnus-art.el (article-strip-banner):
19309         Use gnus-extract-address-components instead of
19310         mail-header-parse-addresses to make it work with non-ASCII text;
19311         remove mail-encode-encoded-word-string.
19312
19313         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19314         values which are surrounded with \"...\"; make it never cause a
19315         Lisp error; give up parsing of parameters if it failed in
19316         extracting type.
19317
19318 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19319
19320         * smime.el (smime-cert-by-ldap-1): Fix bug where
19321         `smime-ldap-search' returns results without userCertificates.
19322
19323 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19326
19327 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19328
19329         * spam.el (spam-check-spamassassin-headers): Adapt format for
19330         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19331         <ari@mbf.ocn.ne.jp>.
19332         (spam-list-of-processors): Add spam-use-gmane.
19333
19334 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19337         make-temp-file; make it work with XEmacs as well.
19338
19339         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19340         mm-make-temp-file.
19341
19342         * mm-decode.el (mm-display-external): Use the 3rd arg of
19343         mm-make-temp-file.
19344         (mm-create-image-xemacs): Ditto.
19345
19346 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19349         with message-narrow-to-headers.
19350         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19351         (gnus-draft-check-draft-articles): New function.
19352         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19353
19354 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19355
19356         * gnus-art.el (gnus-article-browse-html-parts):
19357         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19358         Don't use suffix argument for mm-make-temp-file for Emacs 21
19359         compatibility.  Remove useless `format'.
19360
19361 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19362
19363         * nnweb.el (nnweb-google-wash-article): Update regexps.
19364         (nnweb-group-alist): Use defvoo instead of defvar.
19365
19366 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19369         re-loading nn* modules.
19370
19371 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19372
19373         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19374         for `tool-bar-mode' and don't check it's default-value.
19375
19376         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19377
19378         * message.el (message-make-tool-bar): Ditto.
19379
19380         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19381         `substring'.  Shorten tmp-file name.
19382
19383         * gnus.el: Remove bogus comment.
19384
19385 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19386
19387         * gnus-art.el (gnus-article-browse-html-parts): New function.
19388         (gnus-article-browse-html-article): New function for viewing html
19389         articles with a browser.
19390
19391 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19392
19393         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19394         in elisp.
19395         (pgg-gpg-encrypt-symmetric-region): Ditto.
19396         (pgg-gpg-sign-region): Ditto.
19397
19398         * pgg-def.el (pgg-text-mode): New variable.
19399
19400         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19401         (mml2015-pgg-encrypt): Ditto.
19402
19403         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19404         (mml1991-pgg-encrypt): Ditto.
19405
19406 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * nnfolder.el (nnfolder-insert-newsgroup-line):
19409         Use message-make-date instead of current-time-string.
19410
19411         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19412         to gnus-decoded which mm-uu might set.
19413
19414 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19417         don't decode quoted parameters; remove misimported Emacs code.
19418         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19419         (rfc2231-decode-encoded-string): Don't use split-string which
19420         behaves differently according to Emacs version; use
19421         mm-decode-coding-region to convert charset to coding-system.
19422         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19423         (rfc2231-encode-string): Remove misimported Emacs code.
19424
19425 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19428         when calling mail-header-parse-content-type.
19429         (article-de-quoted-unreadable): Ditto.
19430         (article-de-base64-unreadable): Ditto.
19431         (article-wash-html): Ditto.
19432
19433         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19434         calling mail-header-parse-content-type and
19435         mail-header-parse-content-disposition.
19436         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19437         mail-header-parse-content-type.
19438
19439         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19440         insert charset and format parameters; encode description after
19441         inserting it to buffer.
19442         (mml-insert-parameter): Fold lines properly even if a parameter is
19443         segmented into two or more lines; change the max column to 76.
19444
19445         * rfc1843.el (rfc1843-decode-article-body): Don't use
19446         ignore-errors when calling mail-header-parse-content-type.
19447
19448         * rfc2231.el (rfc2231-parse-string): Return at least type if
19449         possible; don't cause an error even if it fails in parsing of
19450         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19451         (rfc2231-encode-string): Don't break lines at the beginning, leave
19452         it to mml-insert-parameter.
19453
19454         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19455         calling mail-header-parse-content-type.
19456
19457 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19458
19459         * spam-report.el (spam-report-gmane-use-article-number):
19460         Improve doc string.
19461         (spam-report-gmane-internal): Check if a suitable header was found
19462         in the article.
19463
19464 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19467         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19468
19469 2006-02-05  Romain Francoise  <romain@orebokech.com>
19470
19471         Update copyright notices of all files in the gnus directory.
19472
19473 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19474
19475         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19476
19477 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19480         segmented lines of parameter value to cope with Thunderbird 1.5
19481         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19483         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19484
19485 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19486
19487         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19488         parts.
19489
19490 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19491
19492         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19493         there's only one active file for all servers.
19494         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19495         solid groups.  Gnus might have used a FAST request to select the group.
19496         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19497         and nnweb-search redundantly in the active file.
19498         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19499         (nnweb-request-create-group): Don't use ARGS.
19500         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19501         initializations.  Let nnoo do the work.
19502
19503 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19506         Say the part has been decoded.
19507
19508         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19509
19510 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19511
19512         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19513         mailcap-viewer-test-cache when there's no 'test clause, since that
19514         will invert the meaning of a "nil" test previously determined by
19515         mailcap-mailcap-entry-passes-test.
19516
19517 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19518
19519         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19520         compiling.
19521
19522         * gnus-sum.el: Ditto.
19523
19524         * message.el: Don't bind tool-bar-map when compiling.
19525
19526 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19529
19530 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19531
19532         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19533         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19534         current Google Groups.
19535
19536 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19539         and tool-bar-mode.
19540
19541         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19542         and tool-bar-mode.
19543
19544         * message.el (message-tool-bar-update): Simplify.
19545         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19546
19547         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19548         gnus-summary-buffer.
19549         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19550         gnus-summary-reply.
19551
19552         * gmm-utils.el (gmm): Add :version.
19553
19554 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19555
19556         * Makefile.in (clean): New rule.
19557         (distclean): Use it.
19558
19559 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19560
19561         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19562         Don't autoload.
19563
19564 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19565
19566         * gmm-utils.el (gmm-verbose): Add :group.
19567
19568 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19569
19570         * message.el: Change some comments WRT tool-bars.
19571
19572         * gnus-sum.el (gnus-summary-tool-bar)
19573         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19574         (gnus-summary-tool-bar-zap-list): New variables.
19575         (gnus-summary-make-tool-bar): Complete rewrite using
19576         `gmm-tool-bar-from-list'.
19577
19578         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19579         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19580         New variables.
19581         (gnus-group-make-tool-bar): Complete rewrite using
19582         `gmm-tool-bar-from-list'.
19583         (gnus-group-tool-bar-update): New function.
19584
19585         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19586
19587 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19590         is dissected into a single part of which the type is the same as
19591         the given one; decode charset.
19592
19593 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19594
19595         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19596         into alists as symbol not string, since that's what
19597         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19598         look for.
19599
19600 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19601
19602         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19603         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19604
19605         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19606
19607 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19610         (gnus-xmas-mime-security-button-menu): New function.
19611
19612         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19613         (gnus-mime-security-button-menu): New definition.
19614         (gnus-mime-security-button-map): Use them.
19615         (gnus-mime-security-button-menu): New function.
19616         (gnus-insert-mime-security-button): Addition to help echo.
19617         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19618         (gnus-mime-security-pipe-part): New functions.
19619
19620         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19621         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19622
19623         * mm-decode.el (mm-handle-set-disposition): Remove.
19624         (mm-handle-set-description): Remove.
19625
19626 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19629         (mm-w3m-standalone-supports-m17n-p): New function.
19630         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19631         w3m usage.
19632
19633         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19634         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19635
19636 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19637
19638         * message.el (message-tool-bar-zap-list):
19639         Use gmm-tool-bar-zap-list as custom type.
19640         (message-tool-bar-update): New function.
19641         (message-tool-bar, message-tool-bar-gnome)
19642         (message-tool-bar-retro): Add message-tool-bar-update.
19643         (message-tool-bar-gnome): Add flyspell-buffer.
19644
19645         * gnus-util.el (gnus-error): Describe `args'.
19646
19647         * gmm-utils.el (gmm-error): Describe `args'.
19648         (gmm-tool-bar-zap-list): New widget.
19649         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19650
19651 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19654         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19655         the number of recursive calls.
19656
19657         * mm-decode.el (mm-handle-set-disposition): New macro.
19658         (mm-handle-set-description): New macro.
19659
19660 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19663         encoding.
19664
19665 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19666
19667         * message.el (message-tool-bar-zap-list, message-tool-bar)
19668         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19669         (message-tool-bar-local-item-from-menu): Remove.
19670         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19671         (message-make-tool-bar): New function.
19672         (message-mode): Use `message-make-tool-bar'.
19673
19674         * gmm-utils.el: New file.
19675         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19676         (gmm-lazy): New widget copied from `nnmail.el'.
19677         (gmm-tool-bar-from-list): New function for creating customizable
19678         tool bars.
19679         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19680         output.
19681         (gmm): Add :prefix to defgroup.
19682
19683 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19684
19685         * gmm-utils.el (gmm-widget-p): New function.
19686
19687 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19688
19689         * mml.el (mml-attach-file): Describe `description' in doc string.
19690         (mml-menu): Add Emacs MIME manual and PGG manual.
19691
19692 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19693
19694         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19695
19696 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19697
19698         * nntp.el (nntp-end-of-line): Doc fix.
19699
19700 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19701
19702         * imap.el (imap-open): Handle case where buffer is a buffer
19703         object.
19704
19705 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19706
19707         * gnus-delay.el (gnus-delay): Don't autoload.
19708         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19709         to be re-loaded when customizing the `gnus-delay' group.
19710
19711 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19712
19713         * message.el (message-insert-citation-line): Use newlines.
19714
19715 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19716
19717         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19718         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19719         these routines, so the passphrase can be managed externally and
19720         passed in to the system.
19721         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19722         pgg-add-passphrase-to-cache function.
19723
19724         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19725         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19726         these routines, so the passphrase can be managed externally and
19727         passed in to the system.
19728         (pgg-pgp5-sign-region): Use new name of
19729         pgg-add-passphrase-to-cache function.
19730
19731 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19732
19733         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19734         part of the decoded armor to find the key-identifier.
19735         (pgg-gpg-lookup-key-owner): New function to return the
19736         human-readable identifier of a key owner.
19737         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19738         itself.
19739         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19740         the key value) if we have a key and can match it against a secret
19741         key.  Also, added a note pointing out fact that the prompt only
19742         indicates the first matching key.
19743
19744         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19745         pgg-decrypt-region.
19746         (pgg-add-passphrase-to-cache): Rename from
19747         `pgg-add-passphrase-cache' to reduce confusion (all callers
19748         changed).
19749         (pgg-remove-passphrase-from-cache): Rename from
19750         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19751         changed).
19752         (pgg-read-passphrase, pgg-add-passphrase-cache)
19753         (pgg-remove-passphrase-cache): Add informative docstrings.
19754         (pgg-decrypt): Convey provided passphrase in subordinate call to
19755         pgg-decrypt-region.
19756
19757 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19758
19759         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19760         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19761         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19762         'passphrase' argument, so the passphrase can be managed externally
19763         and then passed in to the system.
19764
19765         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19766         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19767         so the passphrase cache can be used reliably with identifiers
19768         besides a pgp packet's key id.
19769
19770         * pgg-gpg.el (pgg-gpg-encrypt-region)
19771         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19772         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19773         these routines, so the passphrase can be managed externally and
19774         passed in to the system.
19775
19776         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19777         'notruncate' argument, so the passphrase cache can be used
19778         reliably with identifiers besides a pgp packet's key id.
19779
19780 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19781
19782         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19783         symmetric encryption.
19784         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19785         encrypted session key.
19786         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19787         message ask for the passphrase in a proper way.
19788
19789         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19790         New user commands for symmetric encryption.
19791
19792 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19795
19796         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19797
19798 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19799
19800         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19801
19802 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * mm-decode.el (mm-inlined-types): Add application/pgp.
19805         (mm-automatic-display): Ditto.
19806
19807         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19808         part as text.
19809
19810 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * nnrss.el: Update copyright.
19813         (nnrss-opml-import): Query whether to subscribe to each entry.
19814
19815         * gnus-art.el:
19816         * gnus-sum.el:
19817         * gnus-xmas.el:
19818         * messagexmas.el:
19819         * mm-uu.el:
19820         * mm-view.el: Update copyright.
19821
19822 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19823
19824         * message.el (message-info): New function.
19825         (message-mode-menu): Add it.
19826         Update copyright.
19827
19828         * ChangeLog: Fix and update copyright.
19829
19830 2006-01-13  Romain Francoise  <romain@orebokech.com>
19831
19832         * message.el (message-forward-subject-name-subject): Prefer the
19833         address to 'nowhere' if the sender has no name.
19834         Fix typo.  Update copyright year.
19835
19836 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19837
19838         * gnus-art.el (article-wash-html):
19839         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19840         (gnus-article-wash-html-with-w3m-standalone): New function.
19841
19842         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19843         mm-inline-text-html-render-with-w3m-standalone.
19844         (mm-text-html-washer-alist): Map w3m-standalone to
19845         gnus-article-wash-html-with-w3m-standalone.
19846         (mm-inline-text-html-render-with-w3m-standalone): New function.
19847
19848 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19851         Improve LaTeX.
19852
19853 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19854
19855         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19856         (nnrss-request-article): Render text/plain parts as HTML.
19857
19858         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19859         the buffer.
19860
19861 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19862
19863         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19864         custom definition of `gnus-posting-styles'.
19865
19866         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19867         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19868
19869 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19870
19871         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19872         Use nntp for bug archive.
19873
19874 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19877         parts.
19878         (nnrss-normalize-date): New function converts ISO 8601 date into
19879         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19880         (nnrss-check-group): Use it.
19881
19882 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19883
19884         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19885
19886         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19887         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19888         (nnrss-insert-w3): Ditto.
19889
19890 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19891
19892         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19893         the articles to be forwarded including the case where neither a
19894         number of articles nor a region is specified.
19895
19896 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * nnrss.el (nnrss-request-article): Fix last change; fill
19899         text/plain parts.
19900
19901 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19904         in text/plain part.
19905         (nnrss-check-group): Don't add excessive newline to dc:subject.
19906
19907 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19908
19909         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19910         article.
19911
19912 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19915         (nnml-use-compressed-files, nnml-save-mail): Support other
19916         comression programs such as bzip2.
19917
19918 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19919
19920         * dns.el (query-dns): Make sure we check the buffer size before
19921         removing tcp headers.
19922
19923 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19926         remove MIME buttons associated with multipart/alternative parts.
19927         (gnus-mime-display-alternative): Tag buttons using `article-type'
19928         text property.
19929
19930         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19931         associated with multipart/alternative parts.
19932
19933         * gnus-art.el (gnus-signature-separator): Fix custom type.
19934
19935         * mm-decode.el (mm-inlined-types): Fix custom type.
19936         (mm-keep-viewer-alive-types): Ditto.
19937         (mm-automatic-display): Ditto.
19938         (mm-attachment-override-types): Ditto.
19939         (mm-inline-override-types): Ditto.
19940         (mm-automatic-external-display): Ditto.
19941
19942 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * spam-report.el (spam-report-user-mail-address)
19945         (spam-report-user-agent): New variables.
19946         (spam-report-url-ping-plain): Use spam-report-user-agent.
19947
19948 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19949
19950         * gnus-art.el (gnus-button-handle-custom): Do not just use
19951         `customize-apropos' for any "M-x customize-*" button but the
19952         function called for.  Accept both the function name and its
19953         argument in order to achieve this.
19954         (gnus-button-alist): Remove support for "custom:" URL's.
19955         Pass function name to `gnus-button-handle-custom' in case of "M-x
19956         customize-*" buttons.
19957
19958 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19961         multipart/alternative and add xref to mm-discouraged-alternatives
19962         in doc string.
19963
19964         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19965         gnus-buttonized-mime-types in doc string.
19966
19967 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19968
19969         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19970         Suggest image/.* in the doc string.
19971
19972 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19973
19974         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19975         message-marks (Debian bug #342521).
19976
19977 2005-12-12  Simon Josefsson  <jas@extundo.com>
19978
19979         * password.el (password-read-from-cache): Add.
19980         (password-read): Use it.
19981
19982 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * rfc2047.el (rfc2047-charset-to-coding-system):
19985         Recognize us-ascii as a MIME charset.
19986
19987         * mm-bodies.el (mm-decode-content-transfer-encoding):
19988         Protect against the case where the 2nd arg TYPE is nil.
19989
19990 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19991
19992         * pop3.el (pop3-stream-type): Fix custom version.
19993
19994         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19995
19996 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19997
19998         * mm-decode.el (mm-display-external): Add missing cdr.
19999
20000 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20003         RFC1524) if it is in mailcap or add a suffix according to
20004         mailcap-mime-extensions when generating a temp filename; postpone
20005         deleting a temp file for 2 seconds for some wrappers, shell
20006         scripts, and so on, which might exit right after having started a
20007         viewer command as a background job.
20008
20009 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20010
20011         * nntp.el (nntp-marks-directory): Fix custom group.
20012
20013         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20014         steps when < 10.
20015
20016         * gnus-start.el (gnus-no-server-1):
20017         Mention `gnus-level-default-subscribed' in doc string.
20018
20019 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20020
20021         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20022         parens.
20023
20024 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20025
20026         * gnus-xmas.el (gnus-use-toolbar): Revert.
20027         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20028         gnus-use-toolbar is default.
20029
20030         * messagexmas.el (message-use-toolbar): Revert.
20031         (message-setup-toolbar): Use global default-toolbar if
20032         message-use-toolbar is default.
20033
20034 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20037         according to default-toolbar-visible-p.
20038
20039         * messagexmas.el (message-use-toolbar): Ditto.
20040
20041 2005-11-26  Dave Love  <fx@gnu.org>
20042
20043         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20044         (tls-program, tls-success): Provide openssl alternative.
20045
20046         * starttls.el: Doc fixes.
20047         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20048         SERVICE to PORT.
20049
20050         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20051         port null or service name.
20052         (starttls-negotiate): Autoload.
20053
20054 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * message.el (message-kill-to-signature): Fix interactive spec.
20057
20058 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * pop3.el (pop3-open-server): Recognize a string as a service name.
20061
20062 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20063
20064         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20065
20066 2005-11-23  Dave Love  <fx@gnu.org>
20067
20068         Add pop3s, pop3/starttls.
20069
20070         * pop3.el (pop3-authentication-scheme): Clarify doc.
20071         (open-tls-stream, starttls-open-stream): Autoload.
20072         (pop3-stream-type): New.
20073         (pop3-open-server): Use it.
20074
20075         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20076         for POP.
20077         (mail-source-keyword-map): Add :stream for POP.
20078         (mail-source-fetch-pop): Use pop3-stream-type.
20079
20080 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20083         of current-time-string.
20084
20085 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20086
20087         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20088         date header.
20089
20090 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20091
20092         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20093         it can seriously impact performance as it bypasses the agent's
20094         local caches.
20095
20096 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20097
20098         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20099         must be explicitly online rather than "not explicitly offline" for
20100         its flags to be synchronized.
20101
20102         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20103         that gnus-uu-unmark-thread will function correctly.
20104
20105         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20106         1024K is instead displayed as 1M.
20107
20108 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20109
20110         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20111
20112 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20113
20114         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20115
20116 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20117
20118         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20119         error message to display actual error condition.
20120         (gnus-agent-save-local): Avoid saving symbols that are bound to
20121         nil as they simply result in a warning message in
20122         gnus-agent-read-local.
20123
20124 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20127         rather than make-variable-buffer-local for file-precious-flag.
20128
20129 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20130
20131         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20132         for duplicates which are removed.  The invalid sort check then
20133         triggers a rescan after the sort as sorting may have moved
20134         duplicate entries such that they can be cheaply detected.
20135
20136 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20139
20140 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20141
20142         * gnus-agent.el (gnus-agent-article-alist-save-format):
20143         Change internal variable to a custom variable.  Change default value
20144         from compressed(2) to uncompressed(1).
20145         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20146         support for uncompressed agentview files.  Taken together, reading
20147         the agentview file should now be 6-7 times faster.
20148
20149 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20150
20151         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20152         as a buffer-local variable.  This avoids creating truncated
20153         dribble files as a result of a hang up, eg.
20154
20155 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20156
20157         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20158         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20159         XEmacs.
20160
20161 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20162
20163         * gnus-start.el (gnus-start-draft-setup):
20164         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20165
20166         * gnus.el (gnus-splash): Change custom group.
20167         (gnus-group-get-parameter, gnus-group-parameter-value):
20168         Describe allow-list argument.
20169
20170         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20171         string.
20172
20173 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * gnus-art.el (gnus-default-article-saver): Add user-defined
20176         `function' to custom type.
20177
20178 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20179
20180         * imap.el (imap-open): Handle case where buffer is a buffer
20181         object.
20182
20183 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20184
20185         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20186         long lines.
20187         (gnus-cache-delete-group): Wrap doc strings.
20188
20189         * gnus-agent.el (gnus-agent-rename-group)
20190         (gnus-agent-delete-group): Wrap doc strings.
20191
20192 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * messagexmas.el (message-use-toolbar): Change the valid values
20195         into default, top, bottom, left, and right.
20196         (message-toolbar-thickness): New variable.
20197         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20198         well.
20199         (message-setup-toolbar): Make it work.
20200
20201         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20202         (gnus-use-toolbar): Change the valid values into default, top,
20203         bottom, left, and right.
20204         (gnus-toolbar-thickness): New variable.
20205         (gnus-xmas-setup-toolbar): New function.
20206         (gnus-xmas-setup-group-toolbar): Use it.
20207         (gnus-xmas-setup-summary-toolbar): Use it.
20208
20209 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20210
20211         * gnus-start.el (gnus-1): Add "native" to
20212         gnus-predefined-server-alist.
20213
20214         * gnus.el (gnus-method-to-server): Don't add "native" to the
20215         lists here, because that leads to problems when
20216         gnus-select-method is bound.
20217
20218 2005-11-09  Simon Josefsson  <jas@extundo.com>
20219
20220         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20221         use (not sort-by-date) instead.
20222
20223 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20224
20225         * gnus-delay.el (gnus-delay-group): Don't autoload.
20226         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20227         to be re-loaded when customizing the `gnus-delay' group.
20228
20229 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20230
20231         * message.el: Revert last changes.
20232         (message-insert-citation-line): Use newlines.
20233
20234 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20235
20236         * message.el (message-courtesy-message)
20237         (message-mark-insert-begin, message-mark-insert-end)
20238         (message-elide-ellipsis, message-cancel-message)
20239         (message-add-header, message-change-subject)
20240         (message-cross-post-followup-to-header)
20241         (message-cross-post-insert-note, message-reduce-to-to-cc)
20242         (message-widen-reply, message-delete-not-region)
20243         (message-kill-to-signature, message-insert-signature)
20244         (message-insert-importance-high, message-insert-importance-low)
20245         (message-insert-or-toggle-importance)
20246         (message-insert-disposition-notification-to)
20247         (message-indent-citation, message-yank-original)
20248         (message-cite-original-without-signature, message-cite-original)
20249         (message-insert-citation-line, message-position-on-field)
20250         (message-fix-before-sending, message-send-mail-partially)
20251         (message-send-mail, message-send-mail-with-sendmail)
20252         (message-send-mail-with-qmail, message-send-news)
20253         (message-check-news-header-syntax, message-generate-headers)
20254         (message-insert-courtesy-copy, message-fill-address)
20255         (message-fill-header, message-shorten-references)
20256         (message-setup-1, message-cancel-news)
20257         (message-forward-make-body-plain, message-forward-make-body-mime)
20258         (message-forward-make-body-mml, message-encode-message-body)
20259         (message-forward-make-body-digest-plain)
20260         (message-forward-make-body-digest-mime)
20261         (message-use-alternative-email-as-from): Insert `hard-newline'
20262         instead of ordinary newlines.
20263
20264 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * message.el (message-generate-headers): Downcase the argument
20267         given to message-check-element.
20268
20269 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20270
20271         * nntp.el (nntp-authinfo-rejected): New error condition.
20272         (nntp-wait-for): Use new error condition to signal authentication
20273         error.
20274         (nntp-retrieve-data): Rethrow new error condition to break out of
20275         recursive call to nntp-send-authinfo.
20276
20277 2005-11-08  Romain Francoise  <romain@orebokech.com>
20278
20279         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20280         (gnus-summary-exit-map): Bind to `Z p'.
20281         (gnus-summary-make-menu-bar): Add menu item.
20282
20283 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20284
20285         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20286         (gnus-treat-*): Add `first' in all doc strings.
20287
20288         * gnus-group.el (gnus-group-compact-group): Fix typo.
20289
20290 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20291
20292         * gnus.el (gnus-parameters-case-fold-search): New variable.
20293         (gnus-parameters-get-parameter): Use it.
20294
20295         * gnus-score.el (gnus-home-score-file): Doc fix.
20296
20297 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20298
20299         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20300
20301 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * mm-util.el (mm-special-display-p): New function.
20304
20305         * mml.el (mml-preview): Use it; doc fix.
20306
20307 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20308
20309         * imap.el (imap-open): Handle case where buffer is a buffer object.
20310
20311 2005-10-29  Romain Francoise  <romain@orebokech.com>
20312
20313         * message.el (message-fix-before-sending): Fix comment.
20314
20315 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20316
20317         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20318
20319 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20320
20321         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20322         Used in gnus-score.el.
20323
20324 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20325
20326         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20327
20328 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20329
20330         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20331         whitespace removed in revision 7.8.  Use concatenated string to
20332         protect trailing whitespace.
20333
20334 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20335
20336         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20337         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20338         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20339         Courier IMAP ("some version from 2004").  Mostly based on similar
20340         code in the same function.
20341
20342 2005-10-26  Didier Verna  <didier@xemacs.org>
20343
20344         * gnus-group.el (gnus-group-compact-group): Invalidate original
20345         article buffer.
20346         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20347         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20348         NOV database and in article itself.
20349         Invalidate article backlog.
20350
20351 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20352
20353         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20354
20355 2005-10-26  Simon Josefsson  <jas@extundo.com>
20356
20357         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20358         part of 2004-07-25 change.
20359
20360 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * message.el (message-display-completion-list): New function.
20363         (message-expand-group): Use it; make sure the Completions buffer
20364         is modifiable.
20365 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20366
20367         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20368         user-mail-name is an empty string.
20369
20370 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20371
20372         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20373         depending on gnus-score-decay-constant.
20374
20375         * encrypt.el (encrypt-insert-file-contents)
20376         (encrypt-write-file-contents): Don't use `gnus-message'.
20377
20378         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20379         arguments.
20380         (mm-uu-type-alist): Add message-marks and insert-marks.
20381         Pass arguments to mm-uu-verbatim-marks-extract.
20382         (mm-uu-hide-markers): New variable.
20383         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20384
20385         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20386         (gnus-convert-image-to-face-command): Use "convert" by default to
20387         allow other input image formats.
20388         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20389         accordingly.
20390
20391 2005-10-23  Simon Josefsson  <jas@extundo.com>
20392
20393         * imap.el (imap-gssapi-program): Align command line parameters
20394         with latest GNU SASL.
20395         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20396
20397 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20398
20399         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20400         HTML.
20401         (nnslashdot-request-article): Ditto.
20402
20403         * lpath.el (featurep): Add nobreak-char-display.
20404
20405 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20406
20407         * mail-source.el (mail-source-fetch-pop): Require pop3.
20408         (mail-source-check-pop): Ditto.
20409
20410 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20411
20412         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20413         errors.
20414
20415 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20416
20417         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20418         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20419
20420         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20421
20422         * mm-bodies.el (mm-decode-string):
20423         Call `mm-charset-to-coding-system' with allow-override argument.
20424
20425 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20428         (rfc2047-charset-to-coding-system): New function.
20429         (rfc2047-decode-encoded-words): New function.
20430         (rfc2047-decode-region): Use them.
20431         (rfc2047-decode-cte): Remove.
20432         (rfc2047-parse-and-decode): Remove.
20433         (rfc2047-decode): Remove.
20434
20435 2005-10-15  Kenichi Handa  <handa@m17n.org>
20436
20437         * rfc2047.el (rfc2047-decode-cte): New function.
20438         (rfc2047-decode-region): Change the way to decode successive
20439         encoded-words: decode B- or Q-encoding in each encoded-word,
20440         concatenate them, and decode it as charset.
20441
20442 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20443
20444         * lpath.el: Fbind codepage-setup for XEmacs.
20445
20446 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20447
20448         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20449         widget-move-and-invoke.
20450         (gnus-custom-mode): Use gnus-custom-map.
20451
20452 2005-10-15  Bill Wohler  <wohler@newt.com>
20453
20454         * message.el (message-tool-bar-map): Rename image file from
20455         mail_send to mail/send.
20456
20457 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20458
20459         * message.el (message-expand-group): Pass the common
20460         prefix substring of completion to `display-completion-list'.
20461
20462 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20463
20464         * mml-sec.el (mml-secure-method): New internal variable.
20465         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20466         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20467         New functions using mml-secure-method.
20468
20469         * mml.el (mml-mode-map): Add key bindings for those functions.
20470         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20471         Harder <harder@myrealbox.com>.
20472         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20473         Goto end of message if point is the headers of the message.
20474
20475         * message.el (message-in-body-p): New function.
20476
20477         * assistant.el: Autoload gnus-util and netrc.
20478
20479         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20480         Use `mm-charset-override-alist' only when decoding.
20481
20482         * mm-bodies.el (mm-decode-body):
20483         Call `mm-charset-to-coding-system' with allow-override argument.
20484
20485         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20486         `filename' from Content-Disposition if Content-Type doesn't
20487         provide `name'.
20488         (gnus-mime-view-part-as-type): Set default instead of
20489         initial-input.
20490
20491 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20492
20493         * format-spec.el (format-spec): Propagate text properties of % spec.
20494
20495 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20496
20497         * gnus-art.el (gnus-treat-predicate): Add `first'.
20498
20499 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20500
20501         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20502         (mm-charset-override-alist): New variable.
20503         (mm-charset-to-coding-system): Use it.
20504         (mm-codepage-setup): New helper function.
20505         (mm-charset-eval-alist): New variable.
20506         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20507         Warn about unknown charsets.
20508
20509         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20510
20511 2005-10-04  David Hansen  <david.hansen@gmx.net>
20512
20513         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20514         (nnrss-check-group): Ditto.
20515
20516 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20517
20518         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20519         Rename x-gnus-verbatim to x-verbatim.
20520         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20521
20522         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20523         x-verbatim.
20524
20525         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20526
20527         * gnus-util.el (gnus-remove-duplicates): Remove.
20528
20529         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20530         instead of gnus-remove-duplicates.
20531
20532         * message.el (message-remove-duplicates): Remove.
20533         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20534         message-remove-duplicates.
20535
20536         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20537         available, else use implementation from `delete-dups'.
20538
20539         * message.el (message-insert-expires): New function.
20540         (message-mode-map): Add key binding.
20541         (message-mode-field-menu): Add menu entry.
20542         (message-mode): Document it.
20543         (message-make-expires-date): Use `message-make-date'.
20544
20545 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20546
20547         * message.el (message-make-expires-date): New function.
20548
20549 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * Makefile.in (list-installed-shadows): New entry.
20552         (install): Use it.
20553         (remove-installed-shadows): New entry.
20554
20555         * dgnushack.el (dgnushack-default-load-path): New variable.
20556         (dgnushack-find-lisp-shadows): New function.
20557         (dgnushack-remove-lisp-shadows): New function.
20558
20559 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * Makefile.in (install-el-elc): New entry.
20562         (install): Use it so that .el files are necessarily installed.
20563
20564 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20565
20566         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20567
20568 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20569
20570         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20571         function rather than the diff-mode.el package.
20572         (mm-display-external): Use with-current-buffer.
20573         (mm-viewer-completion-map, mm-viewer-completion-map):
20574         Move initialization inside declaration.
20575
20576 2005-09-29  Simon Josefsson  <jas@extundo.com>
20577
20578         * spam.el: Load hashcash when compiling, to avoid warnings.
20579         Don't autoload mail-check-payment.
20580         (spam-check-hashcash): Define unconditionally, since hashcash.el
20581         is part of Gnus now.  Ignore errors from payment checking.
20582
20583 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20584
20585         * message.el (message-bold-region, message-unbold-region):
20586         Rename from `bold-region' and `unbold-region'.
20587
20588         * message.el: Remove useless autoloads.
20589
20590 2005-09-28  Simon Josefsson  <jas@extundo.com>
20591
20592         * message.el (message-use-idna): Default to t.
20593         (message-use-idna): Test whether encoding works too.  Doc fix.
20594
20595 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * nntp.el (nntp-warn-about-losing-connection): Remove.
20598
20599 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20600
20601         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20602         customizable.  Change default value.
20603         (mm-uu-diff-groups-regexp): Change default value.
20604         (mm-uu-type-alist): Add doc string.
20605         (mm-uu-configure): Add doc string.  Make it interactive.
20606         (mm-uu-tex-groups-regexp): New variable.
20607         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20608         (mm-uu-type-alist): Add LaTeX documents.
20609         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20610         of "text/verbatim".
20611         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20612
20613         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20614         instead of "text/verbatim".
20615
20616         * message.el (message-mark-inserted-region)
20617         (message-mark-insert-file): Use slrn style marks when called with
20618         prefix argument.
20619
20620 2005-09-27  Simon Josefsson  <jas@extundo.com>
20621
20622         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20623
20624 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20625
20626         * message.el (message-remove-duplicates): New function.
20627         Implementation borrowed from `gnus-remove-duplicates'.
20628         (message-idna-to-ascii-rhs): Also encode idna addresses in
20629         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20630         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20631         only ask about the same idna domain once per header and also tell
20632         in what header to replace the idna domain.
20633
20634         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20635         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20636         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20637         a header is decoded and not just the last one.
20638
20639 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20640
20641         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20642         has been decoded.
20643
20644         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20645         (mm-insert-part): Don't modify text if it has been decoded.
20646
20647         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20648         decoded.
20649
20650         * mm-view.el (mm-inline-text): Don't strip text props unless
20651         decoding enriched or richtext parts.
20652
20653 2005-09-25  Romain Francoise  <romain@orebokech.com>
20654
20655         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20656         * gnus-start.el (gnus-subscribe-interactively):
20657         * gnus-uu.el (gnus-uu-grab-articles):
20658         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20659         space.
20660
20661 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20662
20663         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20664         * mm-view.el (mm-view-pkcs7-decrypt):
20665         * gnus-sum.el (gnus-summary-limit-to-extra)
20666         (gnus-summary-respool-article, gnus-read-move-group-name):
20667         * gnus-score.el (gnus-summary-increase-score):
20668         * gnus-util.el (gnus-completing-read-with-default):
20669         * gnus-art.el (gnus-read-save-file-name)
20670         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20671         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20672         * message.el (message-check-news-header-syntax):
20673         Follow convention for reading with the minibuffer.
20674
20675 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * spam-report.el (spam-report-url-ping-plain):
20678         Use gnus-extended-version as User-Agent.
20679
20680         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20681         default value is nil.
20682
20683         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20684         (mm-uu-verbatim-marks-extract): New function.
20685         (mm-uu-extract): New face.
20686         (mm-uu-copy-to-buffer): Use it.
20687
20688         * spam-report.el (spam-report-gmane-ham): Rename from
20689         `spam-report-gmane-unspam'.
20690         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20691         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20692
20693         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20694         Autoload.
20695         (spam-report-gmane-unregister-routine):
20696         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20697
20698 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20699
20700         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20701         (spam-report-gmane-unregister-routine): Add support for gmane
20702         unregistration.
20703
20704         * spam-report.el (spam-report-gmane-unspam)
20705         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20706         (spam-report-gmane): Change to take a single article and do unspam
20707         registration.
20708
20709 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20710
20711         * mm-url.el (mm-url-decode-entities): Fix regexp.
20712
20713 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20714
20715         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20716         default to nil, to be able to use Gnus at all.  If the default
20717         switches to something else, then the function should be fixed not
20718         be exceedingly slow.
20719
20720 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20721
20722         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20723         fail hard.
20724
20725         * spam-report.el: Add better Keywords line.
20726
20727         * spam.el: Add Maintainer and better Keywords line.
20728
20729 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20730
20731         * gnus-art.el (gnus-article-replace-part)
20732         (gnus-mime-replace-part): New functions.
20733         (gnus-mime-action-alist, gnus-mime-button-commands)
20734         (gnus-mime-save-part-and-strip): Add file argument.
20735         (gnus-article-part-wrapper): Add interactive argument.
20736
20737         * gnus-sum.el (gnus-summary-mime-map):
20738         Add `gnus-article-replace-part'.
20739
20740 2005-09-19  Didier Verna  <didier@xemacs.org>
20741
20742         The nnml compaction feature:
20743         * nnml.el (nnml-request-compact-group): New function.
20744         * nnml.el (nnml-request-compact): New function.
20745         * gnus-int.el (gnus-request-compact-group): New function.
20746         * gnus-int.el (gnus-request-compact): New function.
20747         * gnus-group.el (gnus-group-compact-group): New function.
20748         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20749         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20750         * gnus-srvr.el (gnus-server-compact-server): New function.
20751         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20752         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20753
20754 2005-09-18  Deepak Goel  <deego@gnufans.org>
20755
20756         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20757         format spec.
20758
20759 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20762
20763 2005-09-15  Romain Francoise  <romain@orebokech.com>
20764
20765         * message.el (message-fill-paragraph): Clarify docstring.
20766
20767 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * gnus-art.el (gnus-mime-display-part): Protect against broken
20770         MIME messages.
20771
20772 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20773
20774         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20775         before parsing header.
20776
20777 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20778
20779         * html2text.el (html2text-replace-list): Add new entities.
20780
20781 2005-09-11  Romain Francoise  <romain@orebokech.com>
20782
20783         * message.el (message-alternative-emails): Improve docstring.
20784         (message-setup-1): Call `message-use-alternative-email-as-from'
20785         after `message-setup-hook' to give it precedence over posting
20786         styles, etc.
20787         (message-use-alternative-email-as-from): Add docstring.
20788         Remove the original From header if present.
20789
20790         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20791         (nnml-save-mail): Use it.
20792
20793         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20794         articles.  Add new argument `silent'.
20795         (gnus-uu-mark-all): Report the total number of marked articles.
20796
20797 2005-09-10  Romain Francoise  <romain@orebokech.com>
20798
20799         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20800         (gnus-uu-mark-series): Likewise.
20801
20802 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20803
20804         * spam-report.el (spam-report-gmane): Fix generation of spam
20805         report URL.
20806
20807 2005-09-10  Simon Josefsson  <jas@extundo.com>
20808
20809         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20810         t, based on discussion on the ding list with Robert Epprecht
20811         <epprecht@solnet.ch>.
20812
20813 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20814
20815         * spam-report.el (spam-report-gmane): Make it work without
20816         X-Report-Spam header.  Gmane now only provides Archived-At.
20817         This is only used if `spam-report-gmane-use-article-number' is nil.
20818         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20819
20820         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20821         make `gnus-summary-sort-by-recipient' work with threading.
20822
20823         * nnweb.el (nnweb-google-wash-article): Print a message if article
20824         is not available.
20825
20826 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20827
20828         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20829         change.  Decode text/* parts content before displaying.
20830
20831 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20832
20833         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20834
20835 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20838
20839         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20840         url-package-name, url-package-version,
20841         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20842         w3m-display-inline-images, and w3m-minor-mode-map.
20843
20844 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * message.el (message-tab-body-function): Fix mismatched custom type.
20847
20848         * gnus.el (gnus-group-change-level-function): Ditto.
20849
20850         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20851
20852         * gnus-art.el (gnus-signature-limit)
20853         (gnus-article-mime-part-function): Ditto.
20854
20855 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * mml.el (mml-mode): Silence the byte compiler.
20858
20859         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20860         using `(sit-for 0)' before moving the point to the specified part;
20861         skip unbuttonized parts.
20862         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20863         return to the summary window if gnus-auto-select-part is non-nil.
20864
20865 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20866
20867         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20868         New variables.
20869         (mml-dnd-attach-file, mml-mode): Use them.
20870
20871         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20872         Make fetching article by MID work again for Google Groups.
20873         Add FIXME concerning gnus-group-make-web-group.
20874
20875         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20876         Don't depend on Gnus by using mail-extract-address-components if
20877         gnus-extract-address-components is not bound.
20878
20879 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20880
20881         * gnus-art.el (gnus-mime-display-security): Don't display the
20882         signature, but only the signed part.
20883
20884 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20885
20886         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20887
20888         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20889         list, not listp.
20890
20891 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20892
20893         * mm-encode.el (mm-encode-content-transfer-encoding):
20894         Likewise when encoding.
20895
20896         * mm-bodies.el (mm-decode-content-transfer-encoding):
20897         De-canonicalize CRLF for all text content types, not just
20898         text/plain.
20899
20900 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20901
20902         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20903         valid article; point arrow and cursor at the MIME button.
20904
20905 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20906
20907         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20908         Suggested by Dan Christensen <jdc@uwo.ca>.
20909
20910         * mm-decode.el (mm-save-part): Enable change of prompt.
20911
20912 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20913
20914         * gnus-msg.el (gnus-inews-add-send-actions):
20915         Make `message-post-method' lambda parameter ARG `&optional'.
20916
20917 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20918
20919         * gnus-sum.el (gnus-summary-mime-map):
20920         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20921         gnus-article-jump-to-part.
20922
20923         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20924         (gnus-article-edit-part): Use it.
20925         (gnus-article-part-wrapper): Add no-handle argument.
20926         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20927         New functions.
20928
20929 2005-08-29  Romain Francoise  <romain@orebokech.com>
20930
20931         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20932         docstring.
20933         (gnus-face-from-file): Likewise.
20934
20935 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20936
20937         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20938         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20939         non-nil.
20940         (gnus-auto-select-part): New variable.
20941         (gnus-article-jump-to-part): New function.
20942         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20943         (gnus-mime-delete-part): Allow selecting specified part after
20944         deleting or stripping parts.
20945         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20946         part if argument is bogus.
20947
20948 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20949
20950         * gnus-art.el (w3m-minor-mode-map):
20951         * gnus-spec.el (gnus-newsrc-file-version):
20952         * gnus-util.el (nnmail-active-file-coding-system)
20953         (gnus-original-article-buffer, gnus-user-agent):
20954         * gnus.el (gnus-ham-process-destinations)
20955         (gnus-parameter-ham-marks-alist)
20956         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20957         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20958         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20959         * mm-decode.el (gnus-current-window-configuration):
20960         * mm-extern.el (gnus-article-mime-handles):
20961         * mm-url.el (url-current-object, url-package-name)
20962         (url-package-version):
20963         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20964         (smime-keys, w3m-cid-retrieve-function-alist)
20965         (w3m-current-buffer, w3m-display-inline-images)
20966         (w3m-minor-mode-map):
20967         * mml-smime.el (gnus-extract-address-components):
20968         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20969         (gnus-newsrc-hashtb, message-default-charset)
20970         (message-deletable-headers, message-options)
20971         (message-posting-charset, message-required-mail-headers)
20972         (message-required-news-headers):
20973         * mml1991.el (mc-pgp-always-sign):
20974         * mml2015.el (mc-pgp-always-sign):
20975         * nnheader.el (nnmail-extra-headers):
20976         * rfc1843.el (gnus-decode-encoded-word-function)
20977         (gnus-decode-header-function, gnus-newsgroup-name):
20978         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20979
20980 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20981
20982         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20983         the end of the date treatments.
20984
20985 2005-08-15  Simon Josefsson  <jas@extundo.com>
20986
20987         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20988         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20989         Capello and Romain Francoise.
20990         (pgg-fetch-key-function): Remove, not used?
20991         (pgg-insert-url-with-w3): Require url, to get
20992         url-insert-file-contents regardless of where it is defined.
20993
20994 2005-08-13  Romain Francoise  <romain@orebokech.com>
20995
20996         * message.el (message-cite-original-1): New function.
20997         (message-cite-original): Use it.
20998         (message-cite-original-without-signature): Ditto.
20999
21000 2005-08-08  Romain Francoise  <romain@orebokech.com>
21001
21002         * message.el (message-yank-empty-prefix): New variable.
21003         (message-indent-citation): Use it.
21004         (message-cite-original-without-signature): Respect X-No-Archive.
21005
21006 2005-08-08  Simon Josefsson  <jas@extundo.com>
21007
21008         * pgg.el: Autoload url-insert-file-contents instead of loading
21009         w3/url.
21010         (pgg-insert-url-with-w3): Don't load url here.
21011
21012 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21013
21014         * message.el (message-kill-to-signature): Don't insert newline at
21015         bol.
21016         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21017
21018 2005-08-06  Romain Francoise  <romain@orebokech.com>
21019
21020         * message.el (message-user-fqdn): Fix typo in docstring.
21021
21022 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21023
21024         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21025
21026         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21027
21028 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21029
21030         * mm-bodies.el (mm-encode-body): Use coding system rather than
21031         charset to encode text.
21032
21033         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21034         number of charsets if utf-8 is available (XEmacs).
21035
21036 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21037
21038         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21039         taken from `gnus-button-mid-or-mail-regexp'.
21040         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21041         (gnus-button-alist): Improve regexp for domain part of the MIDs
21042         for news:localpart@domain buttons.
21043         (gnus-button-ctan-directory-regexp): Update.
21044
21045 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * sieve-manage.el (sieve-manage-interactive-login):
21048         Use make-local-variable rather than make-variable-buffer-local.
21049         (sieve-manage-open): Ditto.
21050         (sieve-manage-authenticate): Ditto.
21051
21052         * mml.el (mml-generate-mime-1): Make the content type default to
21053         text/plain if the filename is not specified.
21054
21055 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21058         instead of insert-buffer.
21059
21060         * message.el (message-yank-original): Ditto; set the mark at the
21061         end of the yanked message.
21062
21063 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21066         lines to scroll rather than to stop it.
21067
21068         * mml.el (mml-generate-default-type): Add doc string.
21069         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21070         default to application/octet-stream when determining the content
21071         type if it is not specified for the part or the mml contents; add
21072         a comment about mml-generate-default-type.
21073
21074 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21075
21076         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21077         make it default to application/octet-stream when determining the
21078         content type if it is not specified for the external contents.
21079
21080 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21081
21082         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21083         segmented parameter but also other parameters might be there.
21084
21085 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * mm-decode.el (mm-display-external): Delete temp file, directory
21088         and buffer immediately if the external process is exited.
21089
21090 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21091
21092         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21093         fewer lines than that of scroll-margin.
21094         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21095
21096 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21097
21098         * gnus-art.el (gnus-article-next-page): Revert.
21099         (gnus-article-beginning-of-window): New macro.
21100         (gnus-article-next-page-1): Use it.
21101         (gnus-article-prev-page): Ditto.
21102         (gnus-article-edit-part): Use insert-buffer-substring instead of
21103         insert-buffer.
21104         (gnus-article-edit-exit): Ditto.
21105
21106         * gnus-util.el (gnus-beginning-of-window): Remove.
21107         (gnus-end-of-window): Remove.
21108
21109         * lpath.el: Don't bind header-line-format and scroll-margin.
21110
21111 2005-07-25  Simon Josefsson  <jas@extundo.com>
21112
21113         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21114         to have the url package without w3.  Reported by Daiki Ueno
21115         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21116
21117 2005-07-20  Didier Verna  <didier@xemacs.org>
21118
21119         * gnus-diary.el: Remove the description comment (nndiary is now
21120         properly documented in the Gnus manual).
21121         Fix the spelling of "Back End".
21122         * nndiary.el: Ditto.
21123         Fix the copyright notice.
21124
21125 2005-07-18  Romain Francoise  <romain@orebokech.com>
21126
21127         * gnus-sum.el (gnus-summary-to-prefix)
21128         (gnus-summary-newsgroup-prefix): New variables.
21129         (gnus-summary-from-or-to-or-newsgroups): Use them.
21130
21131 2005-07-17  Romain Francoise  <romain@orebokech.com>
21132
21133         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21134         space as it's generally not especially interesting to the user.
21135
21136 2005-07-16  Romain Francoise  <romain@orebokech.com>
21137
21138         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21139         nil to avoid prompting and file modification if one of the
21140         messages at the top of the nnfolder file contains a copyright
21141         notice.
21142         Update copyright notice.
21143
21144         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21145         instead of `current-time-string' as the latter creates a time
21146         string that is not RFC 2822 compliant (it lacks the zone).
21147         Update copyright notice.
21148
21149 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21150
21151         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21152         for text/rtf.  Display default in prompt.  Pass default for M-n.
21153
21154         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21155
21156 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21157
21158         * gnus-msg.el (gnus-button-mailto):
21159         Remove save-selected-window-window hackery because it relies on
21160         save-selected-window internals.
21161
21162 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21165         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21166         (gnus-article-prev-page): Ditto.
21167
21168         * gnus-util.el (gnus-beginning-of-window): New function.
21169         (gnus-end-of-window): New function.
21170
21171         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21172
21173 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21174
21175         * gnus-score.el (gnus-score-edit-all-score):
21176         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21177         gnus-message.
21178
21179 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21180
21181         * gnus-msg.el (gnus-button-mailto):
21182         Remove save-selected-window-window hackery because it relies on
21183         save-selected-window internals.
21184
21185 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21186
21187         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21188         add-minor-mode.
21189         (gnus-binary-mode): Ditto.
21190
21191         * gnus-topic.el (gnus-topic-mode): Ditto.
21192
21193 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21194
21195         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21196         (gnus-article-prev-page): Take scroll-margin into consideration.
21197
21198 2005-07-04  Lute Kamstra  <lute@gnu.org>
21199
21200         Update FSF's address in GPL notices.
21201
21202 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21203
21204         * gnus.el (gnus-exit):
21205         * gnus-group.el (gnus-group-icons):
21206         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21207
21208         * gnus-nocem.el (gnus-nocem):
21209         * message.el (message-various, message-buffers, message-sending)
21210         (message-interface, message-forwarding, message-insertion)
21211         (message-headers, message-news, message-mail):
21212         * pgg-gpg.el (pgg-gpg):
21213         * pgg-parse.el (pgg-parse):
21214         * pgg-pgp.el (pgg-pgp):
21215         * pgg-pgp5.el (pgg-pgp5):
21216         * pop3.el (pop3): Finish `defgroup' description with period.
21217
21218 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * gnus-art.el (article-display-face): Improve the efficiency.
21221         (article-display-x-face): Ditto; remove gray x-face stuff.
21222
21223 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21224
21225         * gnus-art.el (article-display-face): Correct the position in
21226         which Faces are inserted.
21227
21228 2005-06-29  Didier Verna  <didier@xemacs.org>
21229
21230         * gnus-art.el (article-display-face): Display faces in correct
21231         order.
21232
21233 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21234
21235         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21236         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21237         (gnus-nocem-check-article): Fetch the Type header.
21238         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21239         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21240         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21241         make sure gnus-nocem-hashtb is initialized.
21242         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21243         (gnus-nocem-unwanted-article-p): Ditto.
21244
21245         * pgg.el (pgg-verify): Return the verification result.
21246
21247 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21248
21249         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21250         is ascii.
21251
21252 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21253
21254         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21255         `show-nonbreak-escape'.
21256
21257 2005-06-23  Lute Kamstra  <lute@gnu.org>
21258
21259         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21260
21261         * dig.el (dig-mode):
21262         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21263
21264 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21265
21266         * nnimap.el (nnimap-split-download-body): Fix spellings.
21267
21268 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21269
21270         * gnus-art.el (gnus-article-encrypt-body):
21271         * gnus-cus.el (gnus-score-customize):
21272         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21273         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21274
21275 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21276
21277         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21278         header by looking for magic "MII" at the beginning.
21279
21280 2005-06-16  Miles Bader  <miles@gnu.org>
21281
21282         * gnus-xmas.el (gnus-xmas-group-startup-message):
21283         Use renamed gnus-splash face.
21284
21285         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21286         (assistant-field-face): New backward-compatibility alias for renamed
21287         face.
21288         (assistant-render-text): Use renamed assistant-field face.
21289
21290         * spam.el (spam): Remove "-face" suffix from face name.
21291         (spam-face): New backward-compatibility alias for renamed face.
21292         (spam-face, spam-initialize): Use renamed spam face.
21293
21294         * message.el (message-header-to, message-header-cc)
21295         (message-header-subject, message-header-newsgroups)
21296         (message-header-other, message-header-name)
21297         (message-header-xheader, message-separator, message-cited-text)
21298         (message-mml): Remove "-face" suffix from face names.
21299         (message-header-to-face, message-header-cc-face)
21300         (message-header-subject-face, message-header-newsgroups-face)
21301         (message-header-other-face, message-header-name-face)
21302         (message-header-xheader-face, message-separator-face)
21303         (message-cited-text-face, message-mml-face):
21304         New backward-compatibility aliases for renamed faces.
21305         (message-font-lock-keywords): Use renamed message faces.
21306
21307         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21308         (sieve-test-commands, sieve-tagged-arguments):
21309         Remove "-face" suffix from face names.
21310         (sieve-control-commands-face, sieve-action-commands-face)
21311         (sieve-test-commands-face, sieve-tagged-arguments-face):
21312         New backward-compatibility aliases for renamed faces.
21313         (sieve-control-commands-face, sieve-action-commands-face)
21314         (sieve-test-commands-face, sieve-tagged-arguments-face):
21315         Use renamed sieve faces.
21316
21317         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21318         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21319         (gnus-group-news-3-empty, gnus-group-news-4)
21320         (gnus-group-news-4-empty, gnus-group-news-5)
21321         (gnus-group-news-5-empty, gnus-group-news-6)
21322         (gnus-group-news-6-empty, gnus-group-news-low)
21323         (gnus-group-news-low-empty, gnus-group-mail-1)
21324         (gnus-group-mail-1-empty, gnus-group-mail-2)
21325         (gnus-group-mail-2-empty, gnus-group-mail-3)
21326         (gnus-group-mail-3-empty, gnus-group-mail-low)
21327         (gnus-group-mail-low-empty, gnus-summary-selected)
21328         (gnus-summary-cancelled, gnus-summary-high-ticked)
21329         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21330         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21331         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21332         (gnus-summary-low-undownloaded)
21333         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21334         (gnus-summary-low-unread, gnus-summary-normal-unread)
21335         (gnus-summary-high-read, gnus-summary-low-read)
21336         (gnus-summary-normal-read, gnus-splash):
21337         Remove "-face" suffix from face names.
21338         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21339         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21340         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21341         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21342         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21343         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21344         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21345         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21346         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21347         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21348         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21349         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21350         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21351         (gnus-summary-normal-ticked-face)
21352         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21353         (gnus-summary-normal-ancient-face)
21354         (gnus-summary-high-undownloaded-face)
21355         (gnus-summary-low-undownloaded-face)
21356         (gnus-summary-normal-undownloaded-face)
21357         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21358         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21359         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21360         (gnus-splash-face):
21361         New backward-compatibility aliases for renamed faces.
21362         (gnus-group-startup-message): Use renamed gnus faces.
21363
21364         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21365         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21366         (gnus-server-agent): Remove "-face" suffix from face names.
21367         (gnus-server-agent-face, gnus-server-opened-face)
21368         (gnus-server-closed-face, gnus-server-denied-face)
21369         (gnus-server-offline-face):
21370         New backward-compatibility aliases for renamed faces.
21371         (gnus-server-agent-face, gnus-server-opened-face)
21372         (gnus-server-closed-face, gnus-server-denied-face)
21373         (gnus-server-offline-face): Use renamed gnus faces.
21374
21375         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21376         Remove "-face" suffix from face names.
21377         (gnus-picon-xbm-face, gnus-picon-face):
21378         New backward-compatibility aliases for renamed faces.
21379
21380         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21381         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21382         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21383         (gnus-cite-11): Remove "-face" suffix from face names.
21384         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21385         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21386         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21387         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21388         New backward-compatibility aliases for renamed faces.
21389         (gnus-cite-attribution-face, gnus-cite-face-list)
21390         (gnus-article-boring-faces): Use renamed gnus faces.
21391
21392         * gnus-art.el (gnus-signature, gnus-header-from)
21393         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21394         (gnus-header-content): Remove "-face" suffix from face names.
21395         (gnus-signature-face, gnus-header-from-face)
21396         (gnus-header-subject-face, gnus-header-newsgroups-face)
21397         (gnus-header-name-face, gnus-header-content-face):
21398         New backward-compatibility aliases for renamed faces.
21399         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21400
21401         * gnus-sum.el (gnus-summary-selected-face)
21402         (gnus-summary-highlight): Use renamed gnus faces.
21403         * gnus-group.el (gnus-group-highlight): Likewise.
21404
21405 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21406
21407         * gnus-sieve.el (gnus-sieve-article-add-rule):
21408         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21409         * spam-stat.el (spam-stat-buffer-change-to-spam)
21410         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21411
21412         * message.el (message-is-yours-p):
21413         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21414
21415 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21416
21417         * mm-view.el (mm-inline-text): Withdraw the last change.
21418
21419 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21420
21421         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21422         executing enriched-decode.
21423
21424 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21427         charset of tar files.
21428
21429 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21430
21431         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21432
21433 2005-06-04  Lute Kamstra  <lute@gnu.org>
21434
21435         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21436         information is never recorded.
21437
21438 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21439
21440         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21441
21442 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21443
21444         * pop3.el (pop3-apop): Run md5 in the binary mode.
21445
21446         * starttls.el (starttls-set-process-query-on-exit-flag):
21447         Use eval-and-compile.
21448
21449 2005-05-31  Simon Josefsson  <jas@extundo.com>
21450
21451         * smime.el (smime-replace-in-string): Define.
21452         (smime-cert-by-ldap-1): Use it.
21453
21454 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21455
21456         * gnus-art.el (article-display-x-face): Replace
21457         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21458
21459         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21460         set-process-query-on-exit-flag or process-kill-without-query.
21461
21462         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21463         loop instead of replace-regexp.
21464
21465         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21466         instead of process-kill-without-query if it is available.
21467
21468         * lpath.el: Fbind ldap-search-entries.
21469
21470         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21471         instead of find-file-hooks if it is available.
21472
21473         * mml1991.el: Bind pgg-default-user-id when compiling.
21474
21475         * mml2015.el: Bind pgg-default-user-id when compiling.
21476
21477         * nndraft.el (nndraft-request-associate-buffer):
21478         Use write-contents-functions instead of write-contents-hooks if it is
21479         available.
21480
21481         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21482         instead of find-file-hooks if it is available.
21483
21484         * nntp.el (nntp-open-connection): Replace
21485         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21486         (nntp-open-ssl-stream): Ditto.
21487         (nntp-open-tls-stream): Ditto.
21488
21489         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21490         set-process-query-on-exit-flag or process-kill-without-query.
21491         (starttls-open-stream-gnutls): Use it instead of
21492         process-kill-without-query.
21493         (starttls-open-stream): Ditto.
21494
21495 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21496
21497         * smime.el (smime-cert-by-ldap-1): Don't use
21498         replace-regexp-in-string.
21499
21500 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21501
21502         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21503
21504         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21505         in PEM format.  Adjust to the XEmacs compatibility.
21506
21507 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21508
21509         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21510         by `string-to-number'.
21511         * gnus-agent.el (gnus-agent-regenerate-group)
21512         (gnus-agent-fetch-articles): Ditto.
21513         * gnus-art.el (gnus-button-fetch-group): Ditto.
21514         * gnus-cache.el (gnus-cache-generate-active)
21515         (gnus-cache-articles-in-group): Ditto.
21516         * gnus-group.el (gnus-group-set-current-level)
21517         (gnus-group-insert-group-line): Ditto.
21518         * gnus-score.el (gnus-score-set-expunge-below)
21519         (gnus-score-set-mark-below, gnus-summary-score-effect)
21520         (gnus-summary-score-entry): Ditto.
21521         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21522         (gnus-soup-pack): Ditto.
21523         * gnus-spec.el (gnus-xmas-format): Ditto.
21524         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21525         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21526         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21527         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21528         * nndb.el (nndb-get-remote-expire-response): Ditto.
21529         * nndiary.el (nndiary-parse-schedule-value)
21530         (nndiary-string-to-number, nndiary-request-replace-article)
21531         (nndiary-request-article): Ditto.
21532         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21533         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21534         * nneething.el (nneething-make-head): Ditto.
21535         * nnfolder.el (nnfolder-request-article)
21536         (nnfolder-retrieve-headers): Ditto.
21537         * nnheader.el (nnheader-file-to-number): Ditto.
21538         * nnkiboze.el (nnkiboze-request-article): Ditto.
21539         * nnmail.el (nnmail-process-unix-mail-format)
21540         (nnmail-process-babyl-mail-format): Ditto.
21541         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21542         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21543         (nnmh-request-create-group, nnmh-request-list-1)
21544         (nnmh-request-group, nnmh-request-article): Ditto.
21545         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21546         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21547         * nnsoup.el (nnsoup-make-active): Ditto.
21548         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21549         * nntp.el (nntp-find-group-and-number)
21550         (nntp-retrieve-headers-with-xover): Ditto.
21551         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21552         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21553         (pgg-format-key-identifier): Ditto.
21554         * pop3.el (pop3-last, pop3-stat): Ditto.
21555         * qp.el (quoted-printable-decode-region): Ditto.
21556
21557         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21558         of concat.
21559
21560 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21561
21562         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21563
21564         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21565
21566         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21567
21568         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21569
21570         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21571
21572         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21573
21574         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21575         (gnus-carpal-mode): Ditto.
21576
21577         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21578         (gnus-browse-mode): Ditto.
21579
21580         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21581
21582         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21583
21584 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21585
21586         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21587
21588 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21589
21590         * gnus-util.el (gnus-run-mode-hooks): New function.
21591
21592         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21593
21594         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21595         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21596
21597 2005-05-27  Lute Kamstra  <lute@gnu.org>
21598
21599         * dns-mode.el (dns-mode): Specify customization group.
21600
21601 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21602
21603         * gnus-agent.el (gnus-agent-make-mode-line-string):
21604         Use mode-line-highlight as mouse-face.
21605
21606 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * canlock.el (canlock): Change the parent group to news.
21609
21610         * deuglify.el (gnus-outlook-deuglify): Add :group.
21611
21612         * dig.el (dig): Add :group.
21613
21614         * dns-mode.el (dns-mode): Add :group.
21615
21616         * encrypt.el (encrypt): Add :group.
21617
21618         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21619         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21620         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21621         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21622         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21623
21624         * gnus-diary.el (gnus-diary): Add :group.
21625
21626         * gnus.el (gnus-group-news-1-face): Add :group.
21627         (gnus-group-news-1-empty-face): Ditto.
21628         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21629         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21630         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21631         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21632         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21633         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21634         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21635         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21636         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21637         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21638         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21639         (gnus-summary-high-ticked-face): Ditto.
21640         (gnus-summary-low-ticked-face): Ditto.
21641         (gnus-summary-normal-ticked-face): Ditto.
21642         (gnus-summary-high-ancient-face): Ditto.
21643         (gnus-summary-low-ancient-face): Ditto.
21644         (gnus-summary-normal-ancient-face): Ditto.
21645         (gnus-summary-high-undownloaded-face): Ditto.
21646         (gnus-summary-low-undownloaded-face): Ditto.
21647         (gnus-summary-normal-undownloaded-face): Ditto.
21648         (gnus-summary-high-unread-face): Ditto.
21649         (gnus-summary-low-unread-face): Ditto.
21650         (gnus-summary-normal-unread-face): Ditto.
21651         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21652         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21653
21654         * hashcash.el (hashcash): New custom group.
21655         (hashcash-default-payment): Add :group.
21656         (hashcash-payment-alist): Ditto.
21657         (hashcash-default-accept-payment): Ditto.
21658         (hashcash-accept-resources): Ditto.
21659         (hashcash-path): Ditto.
21660         (hashcash-extra-generate-parameters): Ditto.
21661         (hashcash-double-spend-database): Ditto.
21662         (hashcash-in-news): Ditto.
21663
21664         * message.el (message-minibuffer-local-map): Add :group.
21665
21666         * netrc.el (netrc): Add :group.
21667
21668         * sieve-manage.el (sieve-manage-log): Add :group.
21669         (sieve-manage-default-user): Diito.
21670         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21671         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21672         (sieve-manage-authenticators): Ditto.
21673         (sieve-manage-authenticator-alist): Ditto.
21674         (sieve-manage-default-port): Ditto.
21675
21676         * sieve-mode.el (sieve-control-commands-face): Add :group.
21677         (sieve-action-commands-face): Ditto.
21678         (sieve-test-commands-face): Ditto.
21679         (sieve-tagged-arguments-face): Ditto.
21680
21681         * smime.el (smime): Add :group.
21682
21683         * spam-report.el (spam-report): Add :group.
21684
21685         * spam.el (spam, spam-face): Add :group.
21686
21687 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21688
21689         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21690         return \n.\n.\n at the end of articles.  Protect against that.
21691         (nntp-with-open-group): Allow debugging.
21692
21693         * nnheader.el (mail-header-set-extra): Make into a function
21694         because I just could't understand how to quote the list properly.
21695
21696         * dns.el (query-dns-cached): New function.
21697
21698 2005-05-26  Lute Kamstra  <lute@gnu.org>
21699
21700         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21701
21702 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21703
21704         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21705
21706         * gnus-art.el: Don't autoload mail-extract-address-components.
21707
21708         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21709         eval-and-compile to evaluate it.
21710
21711         * hashcash.el: Don't autoload executable-find.
21712
21713         * nndb.el: Don't declare the nndb back end two or more times; don't
21714         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21715
21716         * nntp.el: Autoload format-spec instead of format; use
21717         eval-and-compile to evaluate autoload forms.
21718
21719 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21720
21721         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21722
21723 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21724
21725         * gnus.el (gnus-version-number): Bump version.
21726
21727 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21728
21729         * gnus.el: No Gnus v0.3 is released.
21730
21731 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21732
21733         * lpath.el (featurep): Bind show-nonbreak-escape.
21734
21735 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21736
21737         * gnus-art.el (gnus-article-edit-part): Disable undo.
21738
21739 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21740
21741         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21742         gnus-article-date-lapsed-new-header is t if date timer is active;
21743         skip headers in which the original date value is empty.
21744         (gnus-article-save-original-date): Redefine it as a macro.
21745         (gnus-display-mime): Use it.
21746
21747 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21748
21749         * gnus-art.el (article-date-ut): Support converting date in
21750         forwarded parts as well.
21751         (gnus-article-save-original-date): New function.
21752         (gnus-display-mime): Use it.
21753
21754 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21755
21756         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21757         enclosure element of <item>.
21758
21759 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * message.el (message-kill-buffer-query): Rename from
21762         `message-kill-buffer-query-if-modified'.  Add :version.
21763
21764 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21765
21766         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21767         window layout.
21768
21769 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21770
21771         * mml.el: Autoload dnd when compiling.
21772
21773 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21774
21775         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21776         x-dnd-*.
21777
21778 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21779
21780         * qp.el (quoted-printable-encode-region): Save excursion.
21781
21782 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21783
21784         * message.el (message-kill-buffer-query-if-modified): Add new variable
21785         so the user can kill a modified message buffer quickly.
21786         (message-kill-buffer): Use it.
21787
21788 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * lpath.el: Fbind display-time-event-handler; don't fbind
21791         string-to-multibyte.
21792
21793         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21794
21795 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21796
21797         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21798         contained in text because xml.el decodes entities) with LFs.
21799
21800 2005-04-11  Lute Kamstra  <lute@gnu.org>
21801
21802         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21803         differently.
21804
21805 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21806
21807         * mm-util.el (mm-detect-coding-region): Typo.
21808
21809 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21810
21811         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21812
21813 2005-04-06  Deepak Goel  <deego@gnufans.org>
21814
21815         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21816         user-function allow user modifications of the scores.
21817         (spam-stat-score-buffer-user): New function, to allow
21818         user-computed modifications to the score.
21819         (spam-stat-score-buffer-user-functions): List of additional
21820         scoring functions.
21821         (spam-stat-error-holder): Global temporary error holder.
21822         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21823         variable.
21824
21825 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21826
21827         * gnus-registry.el (gnus-registry-clean-empty-function)
21828         (gnus-registry-trim, gnus-registry-fetch-groups)
21829         (gnus-registry-delete-group): Groups that match
21830         `gnus-registry-ignored-groups' are removed from the registry
21831         entries, not just ignored for splitting.  This helps clean up the
21832         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21833         to get all the groups a message ID is in.
21834
21835         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21836         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21837         (spam-stat-score-buffer-user-functions): Add :number custom type.
21838
21839 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21840
21841         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21842         argument in XEmacs.
21843
21844         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21845         (nnrss-request-group): Decode group name first.
21846         (nnrss-request-article): Make a text/plain article if mml-to-mime
21847         failed.
21848         (nnrss-get-encoding): Return a compatible encoding according to
21849         nnrss-compatible-encoding-alist.
21850         (nnrss-find-el): Use consp instead of listp.
21851         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21852
21853 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21856         which Emacs 20 doesn't support.
21857         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21858
21859 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21860
21861         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21862         silence the byte compiler inside the defun.
21863
21864         * gnus-demon.el (parse-time-string): Add autoload.
21865
21866         * gnus-delay.el (parse-time-string): Add autoload.
21867
21868         * gnus-art.el (parse-time-string): Add autoload.
21869
21870         * nnultimate.el (parse-time): Require for `parse-time-string'.
21871
21872 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21873
21874         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21875
21876         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21877
21878         * smime.el (smime-ldap-host-list): Add :version.
21879
21880 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21881
21882         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21883         pass it to `gnus-browse-read-group'.
21884         (gnus-browse-read-group): Add NUMBER argument and pass it to
21885         `gnus-group-read-ephemeral-group'.
21886
21887         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21888         argument and pass it to `gnus-group-read-group'.
21889
21890 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21891
21892         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21893         mm-xemacs-find-mime-charset-1 if we have the mule feature
21894         available at runtime.
21895
21896 2005-03-25  Werner Lemberg  <wl@gnu.org>
21897
21898         * nnmaildir.el: Replace `illegal' with `invalid'.
21899
21900 2005-03-23  Lute Kamstra  <lute@gnu.org>
21901
21902         * time-date.el: Add comment on time value formats.
21903         Don't require parse-time.
21904         (with-decoded-time-value): New macro.
21905         (encode-time-value): New function.
21906         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21907         (days-to-time): Return a valid time value when arg is huge.
21908         (time-since): Use time-subtract.
21909         (time-to-number-of-days): Use time-to-seconds.
21910
21911 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21912
21913         * gnus-start.el (gnus-display-time-event-handler):
21914         Check display-time-timer at runtime rather than only at load time
21915         in case display-time-mode is turned off in the mean time.
21916
21917 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21918
21919         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21920         used.
21921
21922         * nneething.el (nneething-map-file-directory): Derive from
21923         `gnus-directory'.
21924
21925         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21926         the To/Cc button.
21927
21928 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21929
21930         * nnmaildir.el (nnmaildir-request-accept-article):
21931         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21932
21933 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21934
21935         * gnus-async.el: Require timer-funcs at compile time when in
21936         XEmacs for `run-with-idle-timer'.
21937
21938 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21939
21940         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21941         autoloaded function.
21942
21943 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21944
21945         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21946
21947 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21948
21949         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21950
21951 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21952
21953         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21954         Add gnus-expert-user to default.
21955
21956 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21957
21958         * nnimap.el (nnimap-open-server): Ditto.
21959
21960         * imap.el (imap-authenticate): Fix typo.
21961
21962 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21963
21964         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21965         buffer (since IMAP server might return FETCH response out of
21966         order, and the nntp buffer must be sorted).
21967
21968 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21969
21970         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21971         comparison on string.
21972
21973         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21974         (gnus-agent-score): Rename category keywords to match gnus-cus.
21975         (gnus-agent-summary-fetch-series): Modify to protect against
21976         gnus-agent-summary-fetch-group clearing processable flags.
21977         (gnus-agent-synchronize-group-flags): Update live group buffer as
21978         synchronization may occur due to the user toggle the plugged
21979         status.
21980         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21981         successfully downloaded.
21982         (gnus-agent-expire-group-1): Avoid using markers when the overview
21983         is in ascending order; greatly improves performance.
21984         (gnus-agent-regenerate-group):
21985         Use gnus-agent-synchronize-group-flags to reset read status in both
21986         gnus and server.
21987         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21988
21989 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21990
21991         * message.el: Don't autoload former message-utils variables.
21992         (message-strip-subject-trailing-was): Change doc string.
21993
21994         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21995         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21996         (nnweb-google-search): Add "hl=en" here.
21997         (nnweb-google-parse-1, nnweb-google-create-mapping):
21998         Don't hardcode URL.
21999
22000 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22001
22002         * message.el (message-get-reply-headers, message-followup):
22003         Mention related variables `message-use-followup-to' and
22004         `message-use-mail-followup-to', in the information buffer.
22005
22006         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22007         of broken groups(-beta).google.com.
22008
22009 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22010
22011         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22012         parameter to invoked gnus-request-move-article; remove the
22013         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22014         all at once instead of once per article.
22015         (gnus-summary-remove-process-mark): Accept a list of articles as
22016         well as a single article for processing.
22017
22018         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22019         parameter.
22020
22021         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22022
22023         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22024
22025         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22026         parameter.
22027
22028         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22029         parameter.
22030
22031         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22032         parameter and remove the gnus-sum-hint-move-is-internal variable.
22033
22034         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22035         parameter.
22036
22037         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22038         parameter.
22039
22040         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22041         parameter.
22042
22043         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22044
22045         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22046         parameter.
22047
22048         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22049         parameter.
22050
22051 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22052
22053         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22054         a more conservative way.
22055
22056 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22057
22058         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22059         buffer, so it moves the window's cursor.
22060
22061 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22062
22063         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22064         `mm-dissect-multipart' and receive the from field as an (optional)
22065         argument from `mm-dissect-multipart'.
22066         (mm-dissect-multipart): Receive the from field as an argument and
22067         pass it on when we call `mm-dissect-buffer' on MIME parts.
22068         Fixes verification/decryption of signed/encrypted MIME parts.
22069
22070 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22071
22072         * gnus-sum.el (gnus-summary-move-article):
22073         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22074         whatever it calls (right now, only nnimap-request-move article
22075         respects it).
22076
22077         * nnimap.el (nnimap-request-move-article):
22078         When gnus-sum-hint-move-is-internal is set, don't do the extra
22079         nnimap-request-article.
22080
22081 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22082
22083         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22084
22085         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22086         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22087
22088         * gnus-sum.el (gnus-summary-caesar-message):
22089         Apply `gnus-treat-article' after rotation.
22090
22091         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22092         doc string.
22093
22094 2005-02-22  Simon Josefsson  <jas@extundo.com>
22095
22096         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22097         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22098         <arne@arnested.dk>.
22099         (encrypt): Add password-cache and password-cache-expiry as group
22100         members.
22101
22102 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22103
22104         * smime.el (smime-ldap-host-list): Doc fix.
22105         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22106         cache) password.
22107         (smime-sign-region): Use it.
22108         (smime-decrypt-region): Use it.
22109         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22110         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22111         fails.
22112         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22113         certificate from DER to PEM format rather than calling openssl.
22114
22115         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22116
22117         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22118         for signing/encryption.
22119
22120         * mml.el (mml-parse-1): Use them.
22121
22122 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22123
22124         * nnrss.el (nnrss-verbose): Remove.
22125         (nnrss-request-group): Use `nnheader-message' instead.
22126
22127 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22128
22129         * nnrss.el (nnrss-verbose): New variable.
22130         (nnrss-request-group): Make it say nnrss is requesting a group.
22131
22132 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22133
22134         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22135         Handle news URL with given port correctly.
22136
22137 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22138
22139         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22140         containing special characters.
22141
22142         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22143
22144         * mml.el (mime-to-mml): Ditto.
22145
22146         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22147         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22148         (rfc2047-decode-region): Quote decoded words containing special
22149         characters when rfc2047-quote-decoded-words-containing-tspecials
22150         is non-nil.
22151
22152 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22153
22154         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22155
22156         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22157
22158 2005-02-15  Simon Josefsson  <jas@extundo.com>
22159
22160         * nnimap.el (nnimap-debug): Doc fix.
22161
22162         * imap.el (imap-debug): Doc fix.
22163
22164 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22165
22166         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22167
22168 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22169
22170         * gnus.el (spam-contents): Improve docs for spam-contents
22171         parameter in its variable incarnation.
22172
22173 2005-02-14  Simon Josefsson  <jas@extundo.com>
22174
22175         * smime-ldap.el: Use require instead of load-library for ldap.
22176         (smime-ldap-search): Indent.
22177         (smime-ldap-search-internal): Shorten line.
22178
22179         * smime.el (smime-cert-by-dns): Add doc-string.
22180         (smime-cert-by-ldap-1): Indent.
22181
22182         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22183         mml-smime-get-dns-ldap.
22184         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22185
22186 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22187
22188         * smime.el: Require smime-ldap.
22189         (smime-ldap-host-list): New variable.
22190         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22191
22192         * mml-smime.el (mml-smime-encrypt-query): New function.
22193         (mml-smime-encrypt-query): Use it.
22194
22195         * smime-ldap.el: New file.
22196
22197 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22198
22199         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22200
22201 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22202
22203         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22204         argument in doc string.  Make query for type more clear.
22205
22206 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22207
22208         * gnus.el (gnus-group-startup-message): Search for gnus images in
22209         etc/images/gnus.
22210         * mm-util.el (mm-image-load-path): Likewise.
22211         * smiley.el (smiley-data-directory): Search for smilies in
22212         etc/images/smilies.
22213
22214 2005-02-09  Kim F. Storm  <storm@cua.dk>
22215
22216         Change Emacs release version from 21.4 to 22.1 throughout.
22217         Change Emacs development version from 21.3.50 to 22.0.50.
22218
22219 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22220
22221         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22222
22223         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22224         non-Mule XEmacs as well.
22225         (mm-decompress-buffer): Signal an error intentionally if it does
22226         not decompress compressed data because auto-compression-mode is
22227         disabled.
22228
22229 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22230
22231         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22232         an ID in the registry even if it has no groups.
22233
22234 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22237         merge it into mm-decompress-buffer.
22238         (gnus-mime-copy-part): Use the MIME part charset, the value which
22239         a user specified or gnus-newsgroup-charset for decoding, like
22240         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22241         save-buffer what was used.  Suggested by Kevin Ryde
22242         <user42@zip.com.au>.
22243         (gnus-mime-inline-part): Allow the name parameter as well as the
22244         filename parameter; force decompressing of compressed data; always
22245         display contents being not decoded as unibyte.
22246
22247         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22248         as well as the filename parameter.
22249
22250         * mm-util.el (mm-decompress-buffer):
22251         Merge gnus-mime-jka-compr-maybe-uncompress.
22252         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22253         of compressed data.
22254
22255 2005-02-08  Simon Josefsson  <jas@extundo.com>
22256
22257         * imap.el (imap-log): Doc fix.
22258
22259 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22260
22261         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22262         the coding cookies; decompress compressed parts.
22263
22264         * mml.el (mml-generate-mime-1): Add the charset parameter according
22265         to the value which a user specified manually or the coding cookie.
22266
22267         * mm-util.el (mm-string-to-multibyte): New function.
22268         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22269         (mm-coding-system-to-mime-charset): New function.
22270         (mm-decompress-buffer): New function.
22271         (mm-find-buffer-file-coding-system): New function.
22272
22273         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22274         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22275         parts.
22276
22277 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22278
22279         * mm-view.el (mm-display-inline-fontify): Decode a part according
22280         to the charset parameter.
22281
22282 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22285         prefix arg is neither nil nor a number, as info specifies.
22286
22287 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22290         timestamps.
22291
22292 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22293
22294         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22295         groups error checking and notify user.
22296
22297 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22298
22299         * message.el (message-send-mail-function): Check existence of
22300         sendmail-program first before using default value
22301         `message-send-mail-with-sendmail'.  Otherwise use more generic
22302         `smtpmail-send-it'.
22303
22304 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * nntp.el (nntp-request-update-info): Always return nil.
22307
22308 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22309
22310         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22311
22312 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22313
22314         * message.el (message-beginning-of-line): Change the behavior when
22315         invoked between BOL and : so that it first moves backward.
22316
22317 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22320         article buffer when editing of the article is discarded.
22321         (gnus-article-prepare): Revert.
22322
22323 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22324
22325         * gnus-art.el (gnus-article-prepare):
22326         Remove message-strip-forbidden-properties from the local hook.
22327
22328 2005-01-27  Simon Josefsson  <jas@extundo.com>
22329
22330         * password.el (password-cache-add): Only start one timer per key.
22331         Reported by Derek Atkins <warlord@MIT.EDU>.
22332
22333 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22334
22335         * run-at-time.el: Remove.  It is no longer needed as
22336         timer-funcs.el in the xemacs-base package has a working version of
22337         `run-at-time'.
22338
22339         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22340
22341         * password.el: Require timer-funcs instead of run-at-time in
22342         XEmacs.
22343         Remove `password-run-at-time' macro.
22344         (password-cache-add): Use `run-at-time' instead of
22345         `password-run-at-time'.
22346
22347         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22348         Remove `nnheader-cancel-function-timers' alias,
22349         `cancel-function-timers' exists in XEmacs in timer-funcs.
22350
22351         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22352         for `run-with-idle-timer'.
22353
22354         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22355         for `run-at-time'.
22356
22357         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22358         for `with-timeout'.
22359
22360         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22361         the same as for XEmacs 21.4.
22362         No need to ignore `run-with-idle-timer', this function exists in
22363         XEmacs now in timer-funcs.el in the xemacs-base package.
22364         (dgnushack-compile): No need to delete
22365         run-at-time.el from the list of files to compile because it
22366         doesn't exist anymore.
22367
22368 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22369
22370         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22371         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22372
22373 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22374
22375         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22376         sensitively.
22377
22378 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22379
22380         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22381
22382 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22385         which will be inserted according to the multibyteness of a buffer
22386         rather than the type of contents.  Suggested by ARISAWA Akihiro
22387         <ari@mbf.ocn.ne.jp>.
22388
22389         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22390         of string which old xml.el may return rather than a string.
22391
22392 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22393
22394         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22395
22396 2005-01-16  Simon Josefsson  <jas@extundo.com>
22397
22398         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22399         idn/idna.el isn't available.
22400         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22401         <michael@waxrat.com>.
22402
22403         * hashcash.el: Remove non-FSF copyright header.
22404
22405         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22406         (hashcash-generate-payment): Use it.
22407         (hashcash-generate-payment-async): Use it.
22408
22409 2005-01-15  Simon Josefsson  <jas@extundo.com>
22410
22411         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22412         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22413
22414         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22415         gnus-summary-idna-message.
22416         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22417         (gnus-summary-idna-message): New function.
22418
22419 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22420
22421         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22422         gnus-novice-user.
22423
22424 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * nnrss.el (nnrss-request-delete-group): Delete entries in
22427         nnrss-group-alist as well.
22428         (nnrss-save-server-data): Insert newline.
22429
22430 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22431
22432         * gnus.el (gnus-user-agent): Use list of symbols instead of
22433         symbols.  Display full version number for (S)XEmacs.
22434         Optionally display (S)XEmacs codename.
22435
22436         * gnus-util.el (gnus-emacs-version): Update for new
22437         `gnus-user-agent'.
22438
22439         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22440         Gnus version.
22441
22442 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22443
22444         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22445         which is unreadable in some setups.
22446
22447 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22448
22449         * gnus-spec.el (gnus-update-format-specifications): Flush the
22450         group format spec cache if it doesn't support decoded group names.
22451
22452 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22453
22454         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22455         Allow to apply decay on score files matching a regexp.
22456
22457 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22458
22459         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22460         compatibility in %g and %c.
22461
22462 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22463
22464         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22465         name for only %g and %c.
22466         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22467         of gnus-tmp-group to decoded group name.
22468         (gnus-group-make-rss-group): Exclude `/'s from group names.
22469
22470 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22471
22472         * nnrss.el (nnrss-get-encoding): Fix regexp.
22473
22474 2004-12-27  Simon Josefsson  <jas@extundo.com>
22475
22476         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22477         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22478         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22479
22480 2004-12-17  Kim F. Storm  <storm@cua.dk>
22481
22482         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22483
22484         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22485
22486 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22487
22488         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22489
22490 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22491
22492         * nnrss.el: Require rfc2047 and mml.
22493         (nnrss-file-coding-system): New variable.
22494         (nnrss-format-string): Redefine it as an inline function.
22495         (nnrss-decode-group-name): New function.
22496         (nnrss-string-as-multibyte): Remove.
22497         (nnrss-retrieve-headers): Decode group name; don't use
22498         nnrss-format-string.
22499         (nnrss-request-group): Decode group name.
22500         (nnrss-request-article): Decode group name; allow a Message-ID as
22501         well as an article number; don't use nnrss-format-string; encode a
22502         Message-ID string which may contain non-ASCII characters; use
22503         mml-to-mime to compose a MIME article.
22504         (nnrss-request-expire-articles): Decode group name.
22505         (nnrss-request-delete-group): Decode group name.
22506         (nnrss-fetch): Clarify error message.
22507         (nnrss-read-server-data): Use insert-file-contents instead of load;
22508         bind file-name-coding-system; use multibyte buffer.
22509         (nnrss-save-server-data): Bind coding-system-for-write to the
22510         value of nnrss-file-coding-system; bind file-name-coding-system;
22511         add coding cookie.
22512         (nnrss-read-group-data): Use insert-file-contents instead of load;
22513         bind file-name-coding-system; use multibyte buffer.
22514         (nnrss-save-group-data): Bind coding-system-for-write to the
22515         value of nnrss-file-coding-system; bind file-name-coding-system.
22516         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22517         make it work with non-ASCII text.
22518         (nnrss-find-el): Make it work with old xml.el as well.
22519
22520 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22521
22522         * nnrss.el (nnrss-get-encoding): New function.
22523         (nnrss-fetch): Use unibyte buffer initially; bind
22524         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22525         decode contents according to the encoding attribute.
22526         (nnrss-save-group-data): Add coding cookie.
22527         (nnrss-mime-encode-string): New function.
22528         (nnrss-check-group): Use it to encode subject and author.
22529
22530 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22531
22532         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22533         imaginary variable.
22534
22535 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22538         correctly even if there are wide characters.
22539
22540 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22541
22542         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22543         downcased symbol names; make a new cache instead of reusing
22544         bbdb-hashtable.
22545
22546 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22547
22548         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22549         concatenating segments rather than before concatenating them.
22550         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22551
22552         * message.el (message-get-reply-headers): Bind `extra'.
22553
22554 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22555
22556         * message.el (message-extra-wide-headers): New variable.
22557         (message-get-reply-headers): Use it.
22558
22559 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22560
22561         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22562         (gnus-agent-group-pathname): Ditto.
22563
22564         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22565
22566         * gnus-group.el (gnus-group-make-group): Decode group name.
22567         (gnus-group-make-rss-group): Register the group data after opening
22568         the nnrss group.
22569
22570 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22571
22572         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22573         by expiry now get marked as read.
22574
22575 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22576
22577         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22578
22579 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22580
22581         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22582         unify Latin characters in XEmacs.
22583         (mm-find-mime-charset-region): Use it.
22584
22585 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22586
22587         * gnus-util.el (gnus-delete-directory): New function.
22588
22589         * gnus-agent.el (gnus-agent-delete-group): Use it.
22590
22591         * gnus-cache.el (gnus-cache-delete-group): Use it.
22592
22593 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22594
22595         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22596         names.
22597
22598 2004-12-16  Simon Josefsson  <jas@extundo.com>
22599
22600         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22601
22602 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22603
22604         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22605
22606         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22607         (gnus-group-set-current-level): Decode group name.
22608
22609 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22610
22611         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22612         failed.
22613
22614 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22615
22616         * gnus-group.el (gnus-group-delete-group): Decode group name.
22617         (gnus-group-make-rss-group): Encode group name.
22618         (gnus-group-catchup-current): Decode group name.
22619         (gnus-group-kill-group): Decode group name.
22620
22621 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22622
22623         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22624
22625 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * gnus-group.el (gnus-group-make-rss-group):
22628         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22629
22630         * gnus-start.el (gnus-setup-news): Honor user's setting to
22631         gnus-message-archive-method.  Suggested by Lute Kamstra
22632         <lute@gnu.org>.
22633
22634 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22635
22636         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22637         global counterparts of the buffer-local variables.
22638
22639 2004-11-16  Romain Francoise  <romain@orebokech.com>
22640
22641         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22642         counterparts of the buffer-local variables.
22643
22644 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22645
22646         * message.el (message-forbidden-properties): Fix typo in doc
22647         string.
22648
22649 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22650
22651         * gnus-util.el (gnus-replace-in-string): Add doc string.
22652
22653         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22654         to avoid problems when splitting mails with many recipients.
22655
22656 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22657
22658         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22659         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22660
22661 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22662
22663         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22664         if there is no hashtable in memory or file modification time is
22665         newer than cached timestamp.
22666
22667 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22668
22669         * gnus-sum.el (gnus-summary-limit-to-recipient):
22670         Implement not-matching option.
22671
22672 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22673
22674         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22675         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22676         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22677         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22678         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22679         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22680
22681 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * message.el (message-forward-make-body-mml): Remove headers
22684         according to message-forward-ignored-headers if a message is decoded.
22685
22686 2004-12-02  Romain Francoise  <romain@orebokech.com>
22687
22688         * message.el (message-forward-make-body-plain): Always remove
22689         headers according to message-forward-ignored-headers.
22690
22691 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22692
22693         * spam.el (spam-summary-prepare-exit): Remove the
22694         gnus-summary-limit pop for now, it has problems with ham marks for
22695         me.
22696
22697 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22698
22699         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22700         correctly.
22701
22702 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22703
22704         * format-spec.el (format-spec): Message the char.
22705
22706 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22707
22708         * gnus-art.el (gnus-split-methods): Reformat comments.
22709
22710         * spam.el (spam-summary-prepare-exit): Remove article limits
22711         before exiting the summary buffer.
22712
22713 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22714
22715         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22716         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22717
22718         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22719         order to silence the byte compiler.
22720
22721         * spam.el: Fix the way to silence the byte compiler, which
22722         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22723         bbdb-search-simple, spam-BBDB-register-routine,
22724         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22725         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22726         spam-stat-buffer-is-spam, spam-stat-load,
22727         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22728         spam-stat-save and spam-stat-split-fancy.
22729
22730 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22731
22732         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22733         which may confuse users.
22734         (canlock-password-for-verify): Ditto.
22735
22736         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22737
22738         * gnus-art.el (gnus-emphasis-alist): Ditto.
22739
22740         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22741
22742         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22743
22744         * gnus-start.el (gnus-save-killed-list): Ditto.
22745
22746         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22747         (gnus-sum-thread-tree-root): Ditto.
22748         (gnus-sum-thread-tree-false-root): Ditto.
22749         (gnus-sum-thread-tree-single-indent): Ditto.
22750
22751         * message.el (message-courtesy-message): Ditto.
22752         (message-archive-note): Ditto.
22753         (message-subscribed-address-file): Ditto.
22754         (message-user-fqdn): Ditto.
22755
22756         * spam-report.el (spam-report-gmane-regex): Ditto.
22757
22758         * spam.el (spam-blackhole-good-server-regex): Ditto.
22759
22760 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * mml.el (mml-preview): Widen the message buffer before copying
22763         the contents to the preview buffer; sort headers before previewing.
22764
22765         * message.el (message-hidden-headers): Fix the way to avoid a bug
22766         in the `repeat' widget in Emacs 21.3 or earlier.
22767
22768 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22769
22770         * message.el (message-hidden-headers): Default to "^References:".
22771         Improve customization type.  Suggested by Reiner Steib
22772         <Reiner.Steib@gmx.de>.
22773
22774 2004-11-25  Romain Francoise  <romain@orebokech.com>
22775
22776         * message.el (message-strip-forbidden-properties): Remove check for
22777         obsolete `message-hidden' text property, hidden headers are not
22778         accessible in the buffer anymore.
22779
22780 2004-11-22  Romain Francoise  <romain@orebokech.com>
22781
22782         * message.el (message-header-format-alist): Add `From' in list
22783         so that it can be sorted.
22784         (message-fix-before-sending): Widen and sort headers before
22785         sending.
22786         (message-hide-headers): Use narrowing to hide headers by moving
22787         them to the top of the buffer and narrowing to the region
22788         underneath.
22789
22790 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22791
22792         * message.el (message-strip-forbidden-properties):
22793         Bind buffer-read-only (etc) to nil.
22794
22795 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22796
22797         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22798         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22799
22800 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22801
22802         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22803
22804 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22805
22806         * dns.el (query-dns): Use sit-for to time instead of
22807         accept-process-output, since that doesn't seem to work on udp
22808         sockets.
22809
22810 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22811
22812         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22813
22814 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22815
22816         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22817         doc string.  Improve doc string.
22818
22819 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22820
22821         * nntp.el (nntp-request-update-info): Return nil if
22822         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22823         may not call gnus-activate-group which uselessly issues the GROUP
22824         commands for all nntp groups and wastes time.  Reported by Romain
22825         Francoise <romain@orebokech.com>.
22826
22827         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22828
22829 2004-11-15  Simon Josefsson  <jas@extundo.com>
22830
22831         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22832         headers separately.
22833         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22834         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22835
22836 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22837
22838         * gnus-start.el (gnus-convert-old-newsrc):
22839         Assign legacy-gnus-agent to 5.10.7.
22840
22841 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22842
22843         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22844         start of the lines.
22845
22846 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22847
22848         * hashcash.el (hashcash-default-payment): Change default to 20.
22849         (hashcash-default-accept-payment): Change default to 20.
22850         (hashcash-process-alist): New variable.
22851         (hashcash-generate-payment-async): Add.
22852         (hashcash-already-paid-p): Add.
22853         (hashcash-insert-payment): Don't generate payments twice.
22854         (hashcash-insert-payment-async): Add.
22855         (hashcash-insert-payment-async-2): Add.
22856         (hashcash-cancel-async): Add.
22857         (hashcash-wait-async): Add.
22858         (hashcash-processes-running-p): Add.
22859         (hashcash-wait-or-cancel): Add.
22860         (mail-add-payment): New optional argument.  Conditionally start
22861         asynchronous calculation.
22862         (mail-add-payment-async): Add.
22863
22864         * message.el (message-send-mail): Wait for asynchronous hashcash
22865         results.  Don't clobber existing X-Hashcash headers.
22866         (message-setup-1): Call mail-add-payment-async when
22867         message-generate-hashcash is non-nil.
22868
22869 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22870
22871         * message.el (message-use-alternative-email-as-from): Examine the
22872         From header as well; use message-make-from in order to include a
22873         user's full name.
22874
22875 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22878         default; improve customization type.
22879         (gnus-emphasis-custom-with-format): New macro.
22880         (gnus-emphasis-custom-value-to-external): New function.
22881         (gnus-emphasis-custom-value-to-internal): New function.
22882
22883 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22884
22885         * dns.el (query-dns): Resolve reverse addresses.
22886
22887 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22888
22889         * gnus-group.el (gnus-group-get-new-news): Use it.
22890
22891         * gnus-start.el (gnus-check-reasonable-setup): New function.
22892
22893 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22894
22895         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22896         "Args out of range" error.  Reported by Arnaud Giersch
22897         <arnaud.giersch@free.fr>.
22898
22899 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22900
22901         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22902
22903 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22904
22905         * spam.el (spam group): Add :version.
22906
22907         * pgg-def.el (pgg group): Add :version.
22908
22909 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22910
22911         * gnus-art.el (gnus-article-edit-article): Don't associate the
22912         article buffer with a draft file.  This is a temporary measure
22913         against the 2004-08-22 change to gnus-article-edit-mode.
22914
22915 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22916
22917         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22918         (html2text-format-tags): Remove unused variable `attr'.
22919
22920 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22921
22922         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22923
22924         * tls.el (tls-process-connection-type, tls-success)
22925         (tls-certtool-program): Add :version.
22926
22927         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22928         (starttls-extra-arguments, starttls-process-connection-type)
22929         (starttls-connect, starttls-failure, starttls-success): Add :version.
22930
22931         * spam-stat.el (spam-stat): Add :version.
22932
22933         * sieve.el (sieve): Add :version.
22934
22935         * sha1.el (sha1): Add :version.
22936         (sha1-use-external): Remove redundant version.
22937
22938         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22939         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22940         (nnmail-split-fancy-match-partial-words)
22941         (nnmail-split-lowercase-expanded): Add :version.
22942
22943         * nndiary.el (nndiary): Add :version.
22944
22945         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22946
22947         * mml-sec.el (mml-default-sign-method)
22948         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22949         Add :version.
22950
22951         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22952
22953         * mm-url.el (mm-url-use-external, mm-url-program)
22954         (mm-url-arguments): Add :version.
22955
22956         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22957         (mm-attachment-file-modes, mm-decrypt-option)
22958         (mm-w3m-safe-url-regexp): Add :version.
22959
22960         * message.el (message-cite-prefix-regexp)
22961         (message-sendmail-envelope-from, message-minibuffer-local-map)
22962         (message-user-fqdn, message-completion-alist): Add :version.
22963
22964         * gnus-win.el (gnus-configure-windows-hook)
22965         (gnus-use-frames-on-any-display): Add :version.
22966
22967         * gnus-art.el (gnus-article-address-banner-alist)
22968         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22969         (gnus-treat-from-picon, gnus-treat-mail-picon)
22970         (gnus-treat-x-pgp-sig): Add :version.
22971
22972         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22973         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22974         (gnus-summary-article-delete-hook)
22975         (gnus-summary-display-while-building): Add :version.
22976
22977         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22978         (gnus-get-top-new-news-hook): Add :version.
22979
22980         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22981         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22982
22983         * gnus-registry.el (gnus-registry): Add :version.
22984
22985         * gnus-spec.el (gnus-use-correct-string-widths)
22986         (gnus-make-format-preserve-properties): Add :version.
22987
22988         * gnus.el (gnus-group-charter-alist)
22989         (gnus-group-fetch-control-use-browse-url)
22990         (gnus-install-group-spam-parameters): Add :version.
22991
22992         * gnus-diary.el (gnus-diary): Add :version.
22993
22994         * gnus-delay.el (gnus-delay): Add :version.
22995
22996         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22997         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22998         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22999         Add :version.
23000
23001         * gnus-agent.el (gnus-agent-max-fetch-size)
23002         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23003         (gnus-agent-prompt-send-queue): Add :version.
23004
23005         * deuglify.el (gnus-outlook-deuglify): Add :version.
23006
23007         * html2text.el: Beautify code.  Improve doc strings.
23008         Some checkdoc cleanup.
23009         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23010
23011 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23012
23013         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23014
23015 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23016
23017         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23018         when package is loaded.
23019
23020         * spam.el (spam-summary-score-preferred-header): Add global preference
23021         for people who want to override the default SpamAssassin over
23022         Bogofilter preference (when both are set).
23023         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23024         (spam-user-format-function-S):
23025         Check spam-summary-score-preferred-header.
23026         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23027         (spam-user-format-function-S): Format the score correctly.
23028
23029 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23030
23031         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23032         signature file.  Suggested by Manoj Srivastava
23033         <srivasta@golden-gryphon.com>.
23034
23035         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23036         iso-2022-jp even in the Japanese language environment.
23037         Suggested by Jason Rumney <jasonr@gnu.org>.
23038
23039 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23042         use the same characters as the dummy marks; make it free from
23043         getting affected by the language environment.
23044         (gnus-summary-read-group-1): Update mark positions only when the
23045         format spec is updated.
23046
23047         * gnus-spec.el (gnus-update-format-specifications): Return a list
23048         of updated types.
23049
23050 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23051
23052         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23053         of boundp to check if display-warning is available.
23054
23055 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23056
23057         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23058
23059 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23060
23061         * nnspool.el (nnspool-spool-directory): Use news-path if the
23062         news-directory variable is not bound.
23063
23064         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23065         function instead of display-warning if it is not available.
23066
23067 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23068
23069         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23070         v5-10: Use `point-at-bol'.
23071
23072 2004-10-26  Simon Josefsson  <jas@extundo.com>
23073
23074         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23075         <chenggao@gmail.com>.
23076
23077 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23078
23079         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23080         instead.
23081
23082 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23083
23084         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23085         to remove a server from the nnimap-server-buffer-alist.
23086         (nnimap-open-connection, nnimap-close-server): Use it.
23087
23088         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23089
23090 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23091
23092         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23093         running the major-mode function.
23094
23095 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23096
23097         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23098         dummy marks in the right way.
23099
23100 2004-10-18  David Edmondson  <dme@dme.org>
23101
23102         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23103         excessively.
23104
23105 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23106
23107         * gnus-util.el (gnus-split-references): Accept a nil references
23108         string and go on blissfully.
23109
23110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23111         cases where the references string is non-nil but has no references.
23112
23113         * encrypt.el: Add autoload tags.
23114
23115         * spam.el (spam-resolve-registrations-routine): Remove article
23116         from unregistration list too.  Reported by David Hanak
23117         <dhanak@isis.vanderbilt.edu>
23118
23119 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23120
23121         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23122         nil.  Change custom type.
23123
23124 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23125
23126         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23127
23128         * gnus-sum.el (gnus-summary-move-article): Use it.
23129
23130 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23131
23132         * encrypt.el: Add autoload cookies.
23133
23134         * spam.el (spam-backend-article-list-property)
23135         (spam-backend-get-article-todo-list)
23136         (spam-backend-put-article-todo-list)
23137         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23138         Resolve registrations separately.
23139         (spam-register-routine): Format comments.
23140         (spam-unregister-routine, spam-register-routine): Always call with
23141         specific-articles, no default list.
23142         (spam-summary-prepare-exit): Use the spam-classifications function.
23143
23144         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23145         gnus-encrypt.el.
23146
23147         * encrypt.el: Copied from gnus-encrypt.el.
23148
23149         * gnus-encrypt.el: Commented that it's obsolete.
23150
23151 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23152
23153         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23154         (gnus-score-save): Use it.
23155
23156         * message.el (message-bury): Use `window-dedicated-p'.
23157
23158 2004-10-15  Simon Josefsson  <jas@extundo.com>
23159
23160         * pop3.el (top-level): Don't require nnheader.
23161         (pop3-read-timeout): Add.
23162         (pop3-accept-process-output): Add.
23163         (pop3-read-response, pop3-retr): Use it.
23164
23165 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23166
23167         * spam.el (spam-register-routine): Move comment.
23168         (spam-verify-bogofilter): Use 'unknown for the initial
23169         spam-bogofilter-valid state, not 'never.
23170
23171         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23172         for netrc-machine.
23173
23174         * nnimap.el (nnimap-open-connection):
23175         Use netrc-machine-user-or-password.
23176
23177 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23178
23179         * gnus-registry.el (gnus-registry-unload-hook):
23180         Set as a variable with add-hook.
23181
23182         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23183         of news-path.
23184
23185         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23186
23187         * spam.el: Delete duplicate `provide'.
23188         (spam-unload-hook): Set as a variable with add-hook.
23189
23190 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23191
23192         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23193         in the doc string.
23194
23195         * message.el (message-ignored-news-headers)
23196         (message-ignored-supersedes-headers)
23197         (message-ignored-resent-headers)
23198         (message-forward-ignored-headers): Improve custom type.
23199
23200 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23201
23202         * message.el (message-tokenize-header): Fix 2004-09-06 change
23203         which used point-min in the wrong place.
23204
23205 2004-10-12  Simon Josefsson  <jas@extundo.com>
23206
23207         * tls.el (tls-certtool-program): New variable.
23208         (tls-certificate-information): New function, based on
23209         ssl-certificate-information.
23210
23211 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23212
23213         * compface.el: Move the version of ELisp-based uncompface program
23214         to the contrib directory because of the copyright problem.
23215
23216 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23217
23218         * message.el (message-kill-buffer): Raise the current frame.
23219
23220 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23221
23222         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23223
23224         * gnus.el (message-y-or-n-p): Autoload.
23225
23226         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23227         (pop3-password-required, pop3-authentication-scheme)
23228         (pop3-leave-mail-on-server): Make customizable.
23229         (pop3): New custom group.
23230         (pop3-retr): Remove `sleep-for' statements.
23231         Suggested by Dave Love <fx@gnu.org>.
23232
23233         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23234         Windows/DOS.
23235
23236         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23237         (imap-parse-body): Fix incorrect use of `assert'.
23238         Suggested by Dave Love <fx@gnu.org>.
23239
23240         * mml.el (mml-minibuffer-read-disposition): Require match.
23241         Suggested by Dave Love <fx@gnu.org>.
23242
23243 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23244
23245         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23246         doc string.
23247
23248 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23249
23250         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23251
23252 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23253
23254         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23255         instead of calling `mm-insert-inline', to decode text/* parts
23256         before displaying them.
23257
23258 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23259
23260         * mm-uu.el (mm-uu-text-plain-type): New variable.
23261         (mm-uu-pgp-signed-extract-1): Use it.
23262         (mm-uu-pgp-encrypted-extract-1): Use it.
23263         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23264         bind mm-uu-text-plain-type with that value.
23265         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23266         mm-uu-dissect.
23267
23268 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23269
23270         * gnus-group.el (gnus-update-group-mark-positions):
23271         * gnus-sum.el (gnus-update-summary-mark-positions):
23272         * message.el (message-check-news-body-syntax):
23273         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23274         of string-as-multibyte.
23275
23276 2004-10-05  Juri Linkov  <juri@jurta.org>
23277
23278         * gnus-group.el (gnus-update-group-mark-positions):
23279         * gnus-sum.el (gnus-update-summary-mark-positions):
23280         * message.el (message-check-news-body-syntax):
23281         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23282         8-bit unibyte values to a multibyte string for search functions.
23283
23284 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23287         (mm-uu-dissect-text-parts): New function.
23288
23289         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23290         dissect text parts.
23291
23292         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23293         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23294
23295         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23296
23297         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23298         Use gnus-current-topics instead of gnus-current-topic.
23299
23300 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23301
23302         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23303
23304 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23305
23306         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23307         where appropriate.
23308
23309         * nnml.el (nnml-generate-active-info): do.
23310
23311         * nndiary.el (nndiary-generate-active-info): do.
23312
23313         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23314         (gnus-topic-move): do.
23315
23316         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23317         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23318
23319         * gnus-srvr.el (gnus-server-prepare)
23320         (gnus-server-open-all-servers): do.
23321
23322         * gnus-msg.el (gnus-summary-cancel-article)
23323         (gnus-summary-resend-message)
23324         (gnus-summary-mail-crosspost-complaint): do.
23325
23326         * gnus-move.el (gnus-change-server): do.
23327
23328         * gnus-group.el (gnus-group-unmark-all-groups)
23329         (gnus-group-set-current-level): do.
23330
23331 2004-10-04  Simon Josefsson  <jas@extundo.com>
23332
23333         * message.el (message-generate-hashcash): Doc fix.
23334
23335 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23336
23337         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23338         avoid infinite recursion via gnus-get-function.
23339
23340 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23341
23342         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23343
23344         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23345
23346         * nnmail.el (nnmail-split-history): do.
23347
23348         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23349         (nnml-request-delete-group): do.
23350
23351         * nnslashdot.el (nnslashdot-read-groups): do.
23352
23353         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23354         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23355
23356         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23357         (nnspool-sift-nov-with-sed): Use last.
23358         (nnspool-retrieve-headers-with-nov): Use mapc.
23359         (nnspool-request-newgroups): Use dolist.
23360         (nnspool-request-group): Use last.
23361
23362         * nntp.el (nntp-read-server-type): Use dolist.
23363
23364         * nnvirtual.el (nnvirtual-create-mapping)
23365         (nnvirtual-update-read-and-marked): Use dolist.
23366         (nnvirtual-convert-headers): Simplify.
23367
23368 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23369
23370         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23371         Add support for sync'ing tick marks.
23372
23373 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23374
23375         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23376         there's no visible header.
23377
23378 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23379
23380         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23381         When necessary, pass full group name to gnus-request-set-marks.
23382
23383 2004-10-01  Simon Josefsson  <jas@extundo.com>
23384
23385         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23386         acroread.
23387
23388 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23389
23390         * spam-report.el (spam-report-gmane): Fix interactive.
23391
23392         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23393
23394         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23395         when writing file.
23396         (gnus-agent-synchronize-flags): Don't default to being
23397         interactive.
23398
23399 2004-09-30  Simon Josefsson  <jas@extundo.com>
23400
23401         * message.el (message-generate-hashcash): Add.
23402         (message-send-mail): Use it, call mail-add-payment.
23403
23404 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23405
23406         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23407
23408 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23409
23410         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23411         gnus-requst-update-info with explicit code to sync the in-memory
23412         info read flags with the marks being sync'd to the backend.
23413
23414         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23415
23416 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23417
23418         * spam.el (spam-verify-bogofilter): Add new function.
23419         (spam-check-bogofilter)
23420         (spam-bogofilter-register-with-bogofilter): Use it.
23421         (spam-verify-bogofilter): Add small fixes.
23422
23423 2004-09-28  Simon Josefsson  <jas@extundo.com>
23424
23425         * hashcash.el (hashcash-generate-payment): Revert.
23426
23427 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23428
23429         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23430         Use gnus-extract-references instead of gnus-split-references.
23431
23432         * gnus-util.el (gnus-extract-references): Add new function, analogous
23433         to gnus-split-references but extracts only the message-ID without
23434         anything extra.
23435
23436         * hashcash.el (hashcash-generate-payment)
23437         (hashcash-check-payment): Do the right thing if hashcash-path is
23438         nil (because the hashcash program could not be found).
23439
23440         * spam.el (spam-use-hashcash): Remove comment.
23441
23442 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23443
23444         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23445         (gnus-cache-enter-article, gnus-cache-remove-article)
23446         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23447
23448         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23449
23450         * gnus-art.el (article-hide-boring-headers)
23451         (article-translate-strings, article-display-face)
23452         (gnus-article-mime-match-handle-first)
23453         (gnus-article-highlight-headers)
23454         (gnus-article-add-buttons-to-head): do.
23455
23456 2004-09-27  Simon Josefsson  <jas@extundo.com>
23457
23458         * hashcash.el: New version, from
23459         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23460         ../contrib/.
23461
23462 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23463
23464         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23465
23466 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23467
23468         * gnus-dup.el (gnus-dup-open): Use mapc.
23469         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23470
23471         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23472         Reported by Stefan Wiens <s.wi@gmx.net>.
23473
23474         * gnus.el (gnus-shutdown): Use dolist.
23475
23476         * gnus-undo.el (gnus-undo): Use mapc.
23477
23478         * nnrss.el (nnrss-generate-active): do.
23479
23480         * message.el (message-cite-original-without-signature)
23481         (message-cite-original): Use mapc.
23482         (message-do-actions, message-make-forward-subject): Use dolist.
23483
23484 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23485
23486         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23487         deletion to remove entire duplicate line.  Fixes merged article
23488         number bug.
23489
23490 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23491
23492         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23493         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23494         first ask if you want to open a server and then, even when you
23495         responded with no, asking if you want to synchronize the server's
23496         flags.
23497         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23498         multi-line expressions.
23499         (gnus-agent-synchronize-group-flags): New internal function.
23500         Updates marks in memory (in the info structure) AND in the
23501         backend.
23502
23503         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23504
23505         * nnagent.el (nnagent-request-set-mark):
23506         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23507         method, to ensure that synchronization updates marks in the
23508         backend and in the info (in memory) structure.
23509
23510 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23513         convention fully; don't miss the root article of a thread; make
23514         the X-Draft-From header with correct article numbers.
23515
23516 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23517
23518         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23519         unless plugged.  Disable the agent so that an open failure causes
23520         an error.
23521
23522         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23523         Revert 2004-09-21 change.  The backend must be opened while
23524         synchronizing flags even when the backend stores the flags
23525         locally.
23526
23527 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23528
23529         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23530         in `header' match.  Reported by Svend Tollak Munkejord.
23531
23532         * message.el (message-cite-original): Fix use of
23533         `message-cite-articles-with-x-no-archive'.
23534
23535 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23536
23537         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23538         (gnus-window-to-buffer): Ditto.
23539
23540         * mml.el (mml-preview-buffer): New variable.
23541         (mml-preview): Manage window layout with gnus-buffer-configuration.
23542
23543         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23544         X-Draft-From header even if those articles aren't quoted.
23545
23546 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23547
23548         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23549         (gnus-request-set-mark, gnus-request-update-mark): Use new
23550         g-s-t-u-l-m to decide to use backend even when unplugged.
23551
23552 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23553
23554         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23555         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23556
23557 2004-09-20  Simon Josefsson  <jas@extundo.com>
23558
23559         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23560         "utf-16-le".
23561
23562 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23563
23564         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23565
23566 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23567
23568         * uudecode.el (uudecode-use-external): Add :version.
23569
23570         * smime.el (smime-CA-file, smime-encrypt-cipher)
23571         (smime-dns-server): Add :version.
23572
23573         * smiley.el (gnus-smiley-file-types): Add :version.
23574
23575         * sha1.el (sha1-use-external): Add :version.
23576
23577         * pgg-def.el (pgg-query-keyserver): Add :version.
23578
23579         * nnmail.el (nnmail-fancy-expiry-targets)
23580         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23581         Add :version.
23582
23583         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23584         (nnimap-retrieve-groups-asynchronous): Add :version.
23585         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23586
23587         * mml.el (mml-content-disposition-parameters)
23588         (mml-insert-mime-headers-always): Add :version.
23589
23590         * mm-util.el (mm-coding-system-priorities): Add :version.
23591
23592         * mm-decode.el (mm-inline-text-html-with-images)
23593         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23594         (mm-verify-option): Add :version.
23595         (mm-text-html-renderer): Change :version.
23596
23597         * message.el (message-fcc-externalize-attachments)
23598         (message-required-headers, message-draft-headers)
23599         (message-subject-trailing-was-query)
23600         (message-subject-trailing-was-ask-regexp)
23601         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23602         (message-mark-insert-end, message-archive-header)
23603         (message-archive-note, message-cross-post-default)
23604         (message-cross-post-note, message-followup-to-note)
23605         (message-cross-post-note-function, message-use-mail-followup-to)
23606         (message-subscribed-address-functions)
23607         (message-subscribed-address-file, message-subscribed-addresses)
23608         (message-subscribed-regexps, message-allow-no-recipients)
23609         (message-yank-cited-prefix, message-signature-insert-empty-line)
23610         (message-hidden-headers, message-hierarchical-addresses)
23611         (message-mail-user-agent, message-use-idna)
23612         (message-valid-fqdn-regexp)
23613         (message-strip-special-text-properties, message-header-synonyms)
23614         (message-beginning-of-line, message-tab-body-function): Add :version.
23615         (message-insert-canlock, message-wide-reply-confirm-recipients):
23616         Change :version.
23617
23618         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23619         and :version.
23620         (mail-source-delete-old-incoming-confirm)
23621         (mail-source-movemail-program): Add :version.
23622
23623         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23624         (gnus-agent-cache, gnus-agent): Change :version.
23625
23626         * gnus-util.el (gnus-use-byte-compile): Change :version.
23627
23628         * gnus-sum.el (gnus-summary-make-false-root-always)
23629         (gnus-summary-default-high-score)
23630         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23631         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23632         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23633         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23634         (gnus-sum-thread-tree-single-indent)
23635         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23636         (gnus-sum-thread-tree-leaf-with-other)
23637         (gnus-sum-thread-tree-single-leaf): Add :version.
23638         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23639         (gnus-article-loose-mime): Change :version.
23640
23641         * gnus-start.el (gnus-backup-startup-file)
23642         (gnus-save-startup-file-via-temp-buffer): Add :version.
23643
23644         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23645         (gnus-server-offline-face): Add :version.
23646
23647         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23648
23649         * gnus-msg.el (gnus-gcc-externalize-attachments)
23650         (gnus-debug-files, gnus-debug-exclude-variables)
23651         (gnus-discouraged-post-methods): Change :version.
23652         (gnus-confirm-mail-reply-to-news)
23653         (gnus-confirm-treat-mail-like-news): Add :version.
23654
23655         * gnus-int.el (gnus-server-unopen-status): Add :version.
23656
23657         * gnus-group.el (gnus-group-jump-to-group-prompt)
23658         (gnus-large-ephemeral-newsgroup)
23659         (gnus-fetch-old-ephemeral-headers): Add :version.
23660
23661         * gnus-fun.el (gnus-x-face-directory)
23662         (gnus-convert-pbm-to-x-face-command)
23663         (gnus-convert-image-to-x-face-command)
23664         (gnus-convert-image-to-face-command): Add :version.
23665
23666         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23667
23668         * gnus-cite.el (gnus-cite-blank-line-after-header)
23669         (gnus-article-boring-faces): Add :version.
23670
23671         * gnus-art.el (gnus-buttonized-mime-types)
23672         (gnus-inhibit-mime-unbuttonizing)
23673         (gnus-treat-display-face)
23674         (gnus-treat-body-boundary): Change :version.
23675         (gnus-body-boundary-delimiter, gnus-picon-databases)
23676         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23677         (gnus-treat-date-english, gnus-treat-fold-headers)
23678         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23679         (gnus-treat-mail-picon, gnus-treat-wash-html)
23680         (gnus-article-encrypt-protocol)
23681         (gnus-use-idna, gnus-article-over-scroll)
23682         (gnus-mime-display-multipart-alternative-as-mixed)
23683         (gnus-mime-display-multipart-related-as-mixed)
23684         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23685         (gnus-ctan-url, gnus-button-ctan-handler)
23686         (gnus-button-handle-ctan-bogus-regexp)
23687         (gnus-button-ctan-directory-regexp)
23688         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23689         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23690         (gnus-button-man-level, gnus-button-emacs-level)
23691         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23692
23693         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23694         (gnus-agent-go-online): Change :version.
23695         (gnus-agent-expire-unagentized-dirs)
23696         (gnus-agent-auto-agentize-methods): Add :version.
23697
23698         * flow-fill.el (fill-flowed-display-column)
23699         (fill-flowed-encode-column): Add :version.
23700
23701         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23702         (gnus-outlook-deuglify-unwrap-max)
23703         (gnus-outlook-deuglify-cite-marks)
23704         (gnus-outlook-deuglify-unwrap-stop-chars)
23705         (gnus-outlook-deuglify-no-wrap-chars)
23706         (gnus-outlook-deuglify-attrib-cut-regexp)
23707         (gnus-outlook-deuglify-attrib-verb-regexp)
23708         (gnus-outlook-deuglify-attrib-end-regexp)
23709         (gnus-outlook-display-hook): Add :version.
23710
23711         * binhex.el (binhex-use-external): Add :version.
23712
23713 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23714
23715         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23716         and `invisible'.
23717
23718 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23719
23720         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23721         in gnus-registry-trim.
23722
23723 2004-09-13  Simon Josefsson  <jas@extundo.com>
23724
23725         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23726
23727         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23728
23729         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23730         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23731         <yamaoka@jpl.org>.
23732         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23733         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23734         <yamaoka@jpl.org>.
23735
23736         * sieve.el (sieve-manage-mode): Ditto.
23737
23738 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23739
23740         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23741
23742 2004-09-11  Simon Josefsson  <jas@extundo.com>
23743
23744         * dns-mode.el: Add.
23745
23746         * mm-view.el (mm-display-dns-inline): Add.
23747
23748         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23749         (mm-automatic-display): Ditto.
23750
23751         * mailcap.el (mailcap-mime-data): Add text/dns.
23752         (mailcap-mime-extensions): Map .soa to text/dns.
23753
23754 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23755
23756         * gnus-art.el (article-decode-mime-words, article-babel)
23757         (gnus-article-highlight-signature, gnus-article-add-buttons)
23758         (gnus-signature-toggle): Remove unnecessary bindings of
23759         `inhibit-read-only' inherited from v5.10 merge.
23760
23761 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23762
23763         * nntp.el (nntp): New customization group.
23764         (nntp-authinfo-file): Add customization group.
23765
23766         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23767
23768         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23769
23770         * gnus.el (to-address, to-list, subscribed)
23771         (large-newsgroup-initial): Ditto.
23772
23773         * flow-fill.el (fill-flowed-display-column)
23774         (fill-flowed-encode-column): Ditto.
23775
23776 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23777
23778         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23779         Use point-min rather than 1.
23780         (message-send-mail): Use buffer-size rather than point-max.
23781
23782         * gnus-sum.el (gnus-summary-search-article-forward):
23783         Signal a specific `search-failed' rather than a generic `error'.
23784
23785         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23786         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23787         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23788
23789 2004-09-10  Simon Josefsson  <jas@extundo.com>
23790
23791         * nndb.el (require): Remove tcp and duplicate cl.
23792
23793 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23794
23795         * gnus-agent.el (directory-files-and-attributes): Move forward.
23796
23797 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23798
23799         * gnus-agent.el (directory-files-and-attributes):
23800         Optionally defined to support XEmacs.
23801
23802 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23803
23804         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23805         to avoid run-time CL dependencies.
23806         (gnus-agent-unfetch-articles): New function.
23807         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23808         article numbers even when local .overview file is missing.
23809         (gnus-agent-read-article-number): New function.  Only accepts
23810         27-bit article numbers.
23811         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23812         Use gnus-agent-read-article-number.
23813         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23814         from backend while recognizing that article numbers in .overview
23815         must be valid.
23816         (gnus-agent-update-files-total-fetched-for):
23817         Use directory-files-and-attributes to improve performance.
23818         * gnus-int.el (gnus-request-move-article):
23819         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23820         improve performance.
23821
23822         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23823         some users confused by references to .newsrc when they only have a
23824         .newsrc.eld file.
23825         (gnus-convert-mark-converter-prompt)
23826         (gnus-convert-converter-needs-prompt): Fix use of property list.
23827         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23828         New function.  Used internally to only display 'gnus converting
23829         files' message when actually necessary.
23830
23831         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23832         methods now autoloaded.
23833
23834 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23835
23836         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23837         identifiers.
23838
23839 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23840
23841         * gnus-picon.el: Fix indentation and closing parenthesis.
23842
23843 2004-09-01  Simon Josefsson  <jas@extundo.com>
23844
23845         * message.el (message-canlock-generate): Require sha1, not
23846         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23847         to require within a function.  Sadly, if sha1.el isn't loaded, the
23848         let binding in m-c-g will hide the defcustom definition, which is
23849         bad.)
23850
23851         * canlock.el: Require sha1, not sha1-el.
23852
23853         * message.el: Don't autoload sha1 (there is a autoload cookie in
23854         sha1.el).
23855
23856         * sha1-el.el: Rename to sha1.el.
23857
23858 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23859
23860         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23861
23862 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23863
23864         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23865
23866 2004-08-30  Kim F. Storm  <storm@cua.dk>
23867
23868         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23869
23870         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23871         Add :group 'nnimap.
23872
23873 2004-08-30  Andreas Schwab  <schwab@suse.de>
23874
23875         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23876         ?* and ?\;.
23877
23878         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23879         and ?\' to symbol instead of whitespace.
23880
23881 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23882
23883         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23884
23885         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23886         instead of re-search-forward.
23887
23888         * gnus-uu.el (gnus-uu-save-article): Ditto.
23889         (gnus-uu-post-encode-uuencode): Ditto.
23890
23891         * html2text.el (html2text-clean-list-items): Ditto.
23892         (html2text-clean-dtdd): Ditto.
23893         (html2text-format-tags): Ditto.
23894
23895         * message.el (message-send-mail-with-sendmail): Fix regexp.
23896         (message-fill-field-general): Use search-forward instead of
23897         re-search-forward.
23898         (unbold-region): Ditto.
23899
23900         * nnrss.el (nnrss-request-article): Ditto.
23901
23902         * nnslashdot.el (nnslashdot-request-article): Ditto.
23903
23904         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23905
23906         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23907         "Unrecognized menu descriptor" error in XEmacs.
23908
23909 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23910
23911         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23912         parent article of a sparse article in the thread hashtb.
23913
23914 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23915
23916         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23917         (nnmail-expand-newtext): Lowercase expanded entries if
23918         nnmail-split-lowercase-expanded is non-nil.
23919
23920 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23921
23922         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23923
23924         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23925         of gnus-tmp-news-method into string under XEmacs.  It will be
23926         passed to gnus-correct-length which takes only a string argument.
23927
23928 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * gnus-util.el (gnus-bind-print-variables): New macro.
23931         (gnus-prin1): Use it.
23932         (gnus-prin1-to-string): Use it.
23933         (gnus-pp): New function.
23934         (gnus-pp-to-string): New function.
23935
23936         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23937         Replace pp-to-string with gnus-pp-to-string.
23938         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23939         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23940         * gnus-msg.el (gnus-debug): Ditto.
23941         * gnus-score.el (gnus-score-save): Ditto.
23942         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23943         gnus-pp-to-string.
23944         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23945         with gnus-pp.
23946         * score-mode.el (gnus-score-pretty-print): Ditto.
23947         * webmail.el (webmail-debug): Ditto.
23948
23949 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23950
23951         * gnus-art.el (article-display-face, article-display-x-face):
23952         Use buffer-read-only.
23953
23954 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23955
23956         * gnus-art.el (article-hide-list-identifiers):
23957         Bind inhibit-read-only as t.
23958
23959 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23960
23961         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23962
23963 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23964
23965         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23966         (gnus-narrow-to-page): Don't assume point-min == 1.
23967         (gnus-article-edit-mode): Derive from message-mode.
23968
23969         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23970         point-min == 1.
23971
23972         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23973         Disable incorrect use of `assert'.
23974
23975         * message.el (message-mode): Set comment-start-skip.
23976
23977
23978 2004-08-22  Sam Steingold  <sds@gnu.org>
23979
23980         * pop3.el (pop3-leave-mail-on-server): New user variable.
23981         (pop3-movemail): Delete mail only when it is nil.
23982
23983 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23984
23985         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23986
23987         * mml.el (mml-preview): Use `pop-to-buffer'.
23988
23989         * message.el (message-goto-mail-followup-to): Insert after "To".
23990         (message-carefully-insert-headers): Add comment.
23991
23992         * gnus.el: Remove unused variable `gnus-article-check-size'.
23993
23994         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23995
23996         * gnus-art.el (gnus-button-alist):
23997         Improve `gnus-button-handle-library' entry.
23998
23999 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24000
24001         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24002         Use downcase, since XEmacs capitalizes error messages differently.
24003
24004 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24005
24006         * nntp.el: Add (require 'gnus) due to reference to
24007         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24008
24009 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24010
24011         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24012         Bind `mm-fill-flowed'.
24013
24014         * mm-decode.el (mm-dissect-singlepart): Check it.
24015
24016 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24017
24018         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24019         'imap' for netrc parsing.
24020
24021 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24022
24023         * mailcap.el (mailcap-mime-data): Mark as risky.
24024
24025 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24028         may be included in the encoded word.
24029         (rfc2047-encode): Don't append a space if the encoded word
24030         includes close parenthesis.
24031
24032 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24033
24034         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24035         of text within parentheses.
24036
24037 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24038
24039         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24040         (gnus-encrypt-write-file-contents): Make the password key the file
24041         name PLUS the cipher, not just the cipher.  Also remove failed
24042         passwords from the cache.
24043
24044 2004-08-06  Simon Josefsson  <jas@extundo.com>
24045
24046         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24047         Doc fix.
24048
24049 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24050
24051         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24052         LWSP.
24053
24054 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24055
24056         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24057         Try to append in-reply-to: data to the references: header.
24058
24059         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24060         (netrc-parse): Use gnus-encrypt.el functions.
24061
24062         * gnus-encrypt.el: Add new file for encryption support; currently
24063         does only a few GPG ciphers and an internal XOR cipher.
24064
24065         * password.el: Add comments on using password-read-and-add.
24066         (password-read-and-add): Add function to read and add the
24067         password to the cache at once.
24068
24069 2004-07-28  Simon Josefsson  <jas@extundo.com>
24070
24071         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24072         parameter (but don't use it, for now).
24073
24074         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24075         instead of hard coding to nil.
24076
24077 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24078
24079         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24080         as mm-inline-image-xemacs does.
24081
24082 2004-07-26  Simon Josefsson  <jas@extundo.com>
24083
24084         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24085         Revert part of 2004-07-17 change below.
24086
24087 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24088
24089         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24090         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24091
24092 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24093
24094         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24095         quotes that actually start with ">" at the beginning of the
24096         lines.
24097
24098 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24099
24100         * rfc2047.el (rfc2047-encode-region): Fix last change.
24101         (rfc2047-encode-parameter): Remove useless concat.
24102
24103 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24104
24105         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24106         encode special characters; fix some kind of misconfigured headers;
24107         signal a real error if debug-on-quit or debug-on-error is non-nil.
24108         (rfc2047-encode-max-chars): New variable.
24109         (rfc2047-encode-1): Use it.
24110         (rfc2047-encode-parameter): New function.
24111
24112         * mml.el (mml-insert-parameter): Remove an excessive space.
24113
24114 2004-07-17  Simon Josefsson  <jas@extundo.com>
24115
24116         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24117         Kai Grossjohann <kai@emptydomain.de>.
24118         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24119         (gnus-group-make-menu-bar): Ditto.
24120
24121         * gnus-util.el (gnus-group-server): Add.
24122
24123 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24124
24125         * message.el (message-clone-locals): Clone sendmail and smtp
24126         variables.
24127
24128 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24129
24130         * rfc2047.el (rfc2047-encode-region): Fix last change.
24131
24132 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24133
24134         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24135         characters as non-special.
24136
24137 2004-07-09  Simon Josefsson  <jas@extundo.com>
24138
24139         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24140         Users will lose all flag changes made while unplugged with
24141         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24142         good default.  See numerous reports on ding mailing list.
24143
24144 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24145
24146         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24147         add generate-head-function and generate-article-function to the
24148         rfc822-forward entry.
24149         (nndoc-rfc822-forward-generate-article): New function.
24150         (nndoc-rfc822-forward-generate-head): New function.
24151
24152         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24153
24154 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24155
24156         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24157         respect display group parameter and gnus-summary-expunge-below.
24158         (gnus-articles-to-read): Remove unused reference to display group
24159         parameter.
24160
24161 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24162
24163         * nnheader.el (nnheader-uniquify-message-id): New experimental
24164         variable.
24165         (nnheader-nov-read-message-id): Use it.
24166
24167         * spam-report.el (spam-report-gmane): Add interactive.
24168
24169 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24170
24171         * mm-encode.el (mm-content-transfer-encoding-defaults):
24172         Use qp-or-base64 for the application/* types.
24173
24174 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24175
24176         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24177
24178 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24179
24180         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24181         trim value.
24182
24183 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24184
24185         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24186         New macro and function.
24187         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24188
24189 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24190
24191         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24192         after-load-alist.
24193
24194 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24195
24196         * gnus-group.el (gnus-group-get-new-news-this-group):
24197         Don't update info that isn't there.
24198
24199 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24200
24201         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24202         entry.
24203
24204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24205
24206         * mm-view.el (mm-inline-render-with-function): Use multibyte
24207         buffer; decode html source by charset.
24208
24209         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24210
24211         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24212         Mule-UCS is loaded under XEmacs.
24213         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24214
24215 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24216
24217         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24218
24219 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24220
24221         * mm-util.el (mm-coding-system-p): Return a coding-system.
24222         (mm-mime-mule-charset-alist): Use shift_jis instead of
24223         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24224         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24225         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24226         instead of japanese-shift-jis and iso-latin-1 respectively in
24227         order to share the default value with both Emacs and XEmacs-mule.
24228         (mm-mule-charset-to-mime-charset):
24229         Make mm-coding-system-priorities effective.
24230         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24231         while predicating of candidates upon the priorities.
24232
24233 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24234
24235         * gnus-sum.el (gnus-summary-make-menu-bar):
24236         Add gnus-uu-invert-processable.
24237
24238         * gnus.el: Autoload gnus-uu-invert-processable.
24239
24240 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24241
24242         * mm-util.el (mm-with-multibyte-buffer): New macro.
24243
24244         * rfc2047.el (rfc2047-encode-string): Use it.
24245         (rfc2047-encode-region): Move point to the end of the region after
24246         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24247
24248 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24249
24250         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24251         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24252
24253 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24254
24255         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24256         (gnus-cite-parse): Ignore quoted envelope From_.
24257         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24258
24259 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24260
24261         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24262         invalid addresses.
24263
24264 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24265
24266         * spam.el: Change section markers, revise TODO list.
24267         (spam-backends): Make new master list of all installed backends.
24268         (spam-summary-exit-behavior): Add new variable to determine how
24269         messages moves are done at summary exit.
24270         (spam-move-spam-nonspam-groups-only)
24271         (spam-process-ham-in-nonham-groups)
24272         (spam-process-ham-in-spam-groups): Remove variables, the
24273         spam-summary-exit-behavior variable should be used to manage this
24274         behavior.
24275         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24276         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24277         and spam-old-spam-articles.
24278         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24279         Add empty variables, placeholders for the backends they represent.
24280         (spam-set-difference): Move, unchanged.
24281         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24282         unless the user has a processor variable.
24283         (spam-classifications, spam-classification-valid-p)
24284         (spam-backend-properties, spam-backend-property-valid-p)
24285         (spam-backend-function-type-valid-p)
24286         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24287         (spam-report-articles-gmane, spam-report-articles-resend):
24288         Remove functions, they are not needed.
24289         (spam-install-backend-super, spam-backend-list)
24290         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24291         (spam-backend-function, spam-backend-ham-registration-function)
24292         (spam-backend-spam-registration-function)
24293         (spam-backend-ham-unregistration-function)
24294         (spam-backend-spam-unregistration-function)
24295         (spam-backend-statistical-p, spam-backend-mover-p)
24296         (spam-install-backend-alias, spam-install-checkonly-backend)
24297         (spam-install-mover-backend, spam-install-nocheck-backend)
24298         (spam-install-backend, spam-install-statistical-backend)
24299         (spam-install-statistical-checkonly-backend): Add backend installation
24300         support.
24301         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24302         (spam-group-processor-p): Use the new backend code and respect the
24303         summary exit behavior.
24304         (spam-mark-spam-as-expired-and-move-routine): Remove.
24305         (spam-summary-prepare): Change to use the new spam-old-articles
24306         variable.
24307         (spam-copy-or-move-routine, spam-copy-spam-routine)
24308         (spam-move-spam-routine, spam-copy-ham-routine)
24309         (spam-move-ham-routine): Add code to copy/move ham or spam.
24310         (spam-fetch-field-fast): Improve doc and code, plus allow the
24311         'number request.
24312         (spam-list-of-checks, spam-list-of-statistical-checks):
24313         Remove variables.
24314         (spam-split, spam-find-spam): Use the new backend code.
24315         (spam-registration-functions): Remove variable.
24316         (spam-unregister-routine): Add convenience wrapper.
24317         (spam-log-undo-registration, spam-register-routine)
24318         (spam-log-processing-to-registry)
24319         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24320         where possible.
24321         (spam-check-gmane-xref, spam-check-regex-headers)
24322         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24323         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24324         (spam-check-bogofilter-headers, spam-check-spamoracle)
24325         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24326         (spam-check-crm114-headers): Use the spam-split-group that
24327         spam-split prepares, no need to determine it every time.
24328
24329         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24330         to the nnheader-parse-naked-head call.
24331
24332         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24333
24334         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24335         the nnheader-nov-read-message-id call.
24336
24337 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24340         gnus-activate-group twice.  Suggested by Markus Peter
24341         <warp@spin.de>.
24342
24343 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24344
24345         * gnus-art.el (gnus-article-time-format): Exchange the order of
24346         day and month in the default value; fix customization type.
24347         (article-date-ut): Use add-text-properties.
24348         (article-make-date-line): Use message-make-date instead of
24349         current-time-string.
24350
24351         * message.el (message-fetch-field): Don't use set-text-properties.
24352         (message-make-date): Simplify.
24353
24354         * messagexmas.el (message-xmas-make-date): New function.
24355         (message-xmas-redefine): Defalias message-make-date to it.
24356
24357 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24358
24359         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24360         (rfc2047-encode-region): Treat text within parentheses as special;
24361         show the original text when error has occurred.
24362
24363         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24364         already-computed method to gnus-activate-group.
24365
24366         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24367         same select-methods identical Lisp objects.
24368
24369         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24370         object when modifying the info.
24371
24372 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24373
24374         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24375         gnus-opened-servers since it has never been opened with the new
24376         configuration yet.
24377
24378 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24379
24380         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24381         arg to nnheader-generate-fake-message-id.
24382
24383 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24384
24385         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24386         number and build a fake message ID localized to a group and
24387         article number (so it's repeatable from that point on).
24388         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24389         ID format.
24390
24391         * gnus-sum.el (gnus-get-newsgroup-headers):
24392         Call nnheader-generate-fake-message-id with the article number.
24393
24394 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24395
24396         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24397         end-of-buffer.
24398
24399 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24400
24401         * message.el (message-ignored-supersedes-headers): Add Approved.
24402
24403 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24404
24405         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24406         goto-char.
24407         (rfc2047-encode): Fold the line before encoding.
24408
24409 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24410
24411         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24412         folding -- not all headers can be folded, and this should be done
24413         by the message composition mode.  Probably.  I think.
24414
24415 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24416
24417         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24418         fast.
24419
24420         * gnus-ems.el (gnus-remove-image): Don't use
24421         message-text-with-property; remove only the image found first.
24422
24423         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24424         found first.
24425
24426 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24427
24428         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24429
24430 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24431
24432         * message.el (message-text-with-property): Make it fast and accept
24433         optional arguments.
24434         (message-strip-forbidden-properties): Use it.
24435         (message-fix-before-sending): Follow the m-t-w-p change.
24436
24437         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24438
24439 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24440
24441         * gnus-art.el (article-hide-headers): Don't change the buffer
24442         mistakenly when performing mml-preview even if
24443         gnus-single-article-buffer is nil.
24444
24445 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24446
24447         * message.el (message-expand-name-databases): New user option.
24448         (message-expand-name): Use it.
24449
24450 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24451
24452         * spam.el (spam-report-articles-resend)
24453         (spam-report-resend-register-routine): Allow ham reporting.
24454         (spam-report-resend-register-ham-routine): Add wrapper.
24455         (spam-registration-functions): Add ham resending functions.
24456         (spam-list-of-processors): Add ham resend processor.
24457
24458         * gnus.el (ham-resend-to): Add new group parameter.
24459         (spam-process): Add ham resend option.
24460
24461         * spam-report.el (spam-report-resend): Allow reporting ham.
24462         (spam-report-resend-ham): Add wrapper.
24463
24464 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24465
24466         * message.el (message-cite-articles-with-x-no-archive):
24467         New variable.
24468         (message-cite-original): Use it.
24469
24470 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24471
24472         * message.el (message-cite-original): Respect X-No-Archive.
24473
24474 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24475
24476         * gnus-art.el (article-hide-headers): Refer to the values for
24477         gnus-ignored-headers and gnus-visible-headers in the summary
24478         buffer since a user may have set them as group parameters.
24479
24480 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24481
24482         * assistant.el (assistant-node-name): Add convenience function.
24483         (assistant-render-text, assistant-render-node): Add error handling,
24484         plus handle multiple next nodes.
24485         (assistant-find-next-node): Comment out for now.
24486         (assistant-find-next-nodes): Add function, returns list of next
24487         nodes.
24488
24489 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24490
24491         * mail-source.el (mail-source-directory): Fix doc-string.
24492
24493 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24494
24495         * assistant.el (assistant-render-text, assistant-eval): Add :set
24496         widget type, which is different because it takes and returns a
24497         list.  Much hilarity ensues.
24498
24499 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24500
24501         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24502
24503         * gnus-group.el (gnus-group-get-new-news-this-group):
24504         Add doc-string.
24505
24506         * gnus-start.el (gnus-activate-group): Add doc-string.
24507
24508 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24509
24510         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24511
24512 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24513
24514         * assistant.el (assistant-render-text): Try to add a :set
24515         widget, more to come.
24516
24517         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24518         strings.
24519         (spam-report-articles-resend)
24520         (spam-register-routine): Do registration iff any articles warrant
24521         it.
24522         (spam-summary-prepare-exit): Change log message for nil group
24523         destinations.
24524
24525 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24526
24527         * spam.el (spam-report-resend-register-routine):
24528         Allow spam-report-resend-to to be a group parameter or a global value.
24529
24530 2004-05-26  Simon Josefsson  <jas@extundo.com>
24531
24532         * starttls.el: Merge with my GNUTLS based starttls.el.
24533         (starttls-gnutls-program, starttls-use-gnutls)
24534         (starttls-extra-arguments, starttls-process-connection-type)
24535         (starttls-connect, starttls-failure, starttls-success):
24536         New variables.
24537         (starttls-program, starttls-extra-args): Doc fix.
24538         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24539         New functions.
24540         (starttls-negotiate, starttls-open-stream):
24541         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24542         function if it is set.
24543
24544 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24545
24546         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24547         structured fields.
24548
24549 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24550
24551         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24552
24553 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24554
24555         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24556         Add variable.
24557         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24558         assigning the spam-mark to new messages.
24559
24560 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24561
24562         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24563
24564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24565
24566         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24567
24568         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24569         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24570         default.
24571
24572 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24573
24574         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24575         correct data.
24576
24577 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24578
24579         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24580         (spam-group-processor-p): Fix function.
24581         (spam-group-processor-multiple-p)
24582         (spam-group-spam-processor-report-gmane-p)
24583         (spam-group-spam-processor-report-resend-p)
24584         (spam-group-spam-processor-bogofilter-p)
24585         (spam-group-spam-processor-blacklist-p)
24586         (spam-group-spam-processor-ifile-p)
24587         (spam-group-ham-processor-ifile-p)
24588         (spam-group-spam-processor-spamoracle-p)
24589         (spam-group-spam-processor-crm114-p)
24590         (spam-group-ham-processor-bogofilter-p)
24591         (spam-group-spam-processor-stat-p)
24592         (spam-group-ham-processor-stat-p)
24593         (spam-group-ham-processor-whitelist-p)
24594         (spam-group-ham-processor-BBDB-p)
24595         (spam-group-ham-processor-spamoracle-p)
24596         (spam-group-ham-processor-copy-p): Remove functions with some
24597         prejudice against unneeded code.
24598         (spam-report-articles-resend)
24599         (spam-report-resend-register-routine): Allow the group/topic
24600         spam-resend-to value to override spam-report-resend-to.
24601         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24602         properly now.
24603
24604         * gnus.el (spam-resend-to): Add group/topic parameter.
24605         (spam-process): Move the OBSOLETE processors to the end of the
24606         choices.
24607
24608 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24609
24610         * spam-report.el (spam-report-resend-to, spam-report-resend):
24611         Start with resend-to set to nil, and then ask the user if necessary.
24612         (spam-report-resend): spam-report-resend takes a list of articles, not
24613         separate article numbers.
24614
24615 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24616
24617         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24618         addition to emacs-w3m.
24619
24620 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24621
24622         * assistant.el (assistant-authinfo-data): New function.
24623         (assistant-eval): Eval for entire assistant.
24624
24625         * netrc.el (netrc-services-file): New variable.
24626         (netrc-parse-services): New function.
24627         (netrc-find-service-name): New function.
24628         (netrc-find-service-number): New function.
24629         (netrc-port-equal): New function.
24630         (netrc-machine): Use it.
24631
24632         * nnimap.el (nnimap-open-connection): Use netrc.
24633
24634         * gnus-util.el (gnus-netrc-get): Remove aliases.
24635
24636         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24637
24638         * assistant.el (wid-edit): Fix compilation.
24639
24640         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24641
24642 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24643
24644         * gnus-util.el (gnus-set-file-modes): New function.  (small
24645         patch).
24646
24647 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24648
24649         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24650
24651         * assistant.el (assistant-render-node): Fix up rendering and
24652         read-only text.
24653         (assistant-render-node): Reset.
24654         (assistant-make-read-only): Not sticky.
24655
24656 2004-05-20  Danny Siu  <dsiu@adobe.com>
24657
24658         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24659         centered even when gnus-auto-center-summary is t.
24660
24661 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24662
24663         * dns.el (dns-get-txt-answer): New function.
24664         (dns-read-txt): Ditto.
24665         (query-dns): Use it.
24666
24667 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24668
24669         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24670         active for foreign groups even if the group level is higher than
24671         the specified value.
24672
24673 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24674
24675         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24676         non-active groups.
24677
24678         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24679
24680 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24681
24682         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24683
24684 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24685
24686         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24687         (spam-crm114-header, spam-crm114-spam-switch)
24688         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24689         (spam-crm114-positive-spam-header)
24690         (spam-crm114-database-directory, spam-list-of-processors)
24691         (spam-group-spam-processor-crm114-p)
24692         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24693         (spam-generic-score, spam-list-of-checks)
24694         (spam-list-of-statistical-checks, spam-registration-functions)
24695         (spam-check-crm114-headers, spam-crm114-score)
24696         (spam-check-crm114, spam-crm114-register-with-crm114)
24697         (spam-crm114-register-spam-routine)
24698         (spam-crm114-unregister-spam-routine)
24699         (spam-crm114-register-ham-routine)
24700         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24701
24702 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24703
24704         * gnus.el: Add spam-use-crm114.
24705
24706         * spam.el (spam-list-of-processors, spam-registration-functions):
24707         Add spam-use-resend.
24708         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24709         (spam-report-articles-gmane): Add doc fix.
24710         (spam-report-articles-resend, spam-report-resend-register-routine):
24711         Add wrappers around spam-report-resend-to.
24712
24713         * spam-report.el (spam-report-resend-to, spam-report-resend):
24714         Add support for resending spam.
24715         (spam-report-gmane): Fix line length >80.
24716
24717         * gnus.el (spam-process): Add spam-use-resend.
24718
24719 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24720
24721         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24722         number of processed spam messages.
24723         (spam-ham-copy-or-move-routine): Return the number of processed
24724         ham messages.
24725         (spam-summary-prepare-exit): Use the above values to decide
24726         whether status messages shouled be displayed.
24727
24728 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24729
24730         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24731         `rfc2047-encoding-function-alist' in order to avoid conflicting
24732         with the old version.
24733         (rfc2047-encode-region): Concatenate words containing non-ASCII
24734         characters in structured fields; don't encode space-delimited
24735         ASCII words even in unstructured fields; don't break words at
24736         char-category boundaries.
24737         (rfc2047-encode-1): New function.
24738         (rfc2047-encode): Use it; encode text so that it occupies the
24739         maximum width within 76-column; work correctly on Q encoding for
24740         iso-2022-* charsets.
24741         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24742         sure not to break a line just after the header name.
24743         (rfc2047-b-encode-region): Remove.
24744         (rfc2047-b-encode-string): New function.
24745         (rfc2047-q-encode-region): Remove.
24746         (rfc2047-q-encode-string): New function.
24747
24748         * mm-util.el (mm-replace-in-string): New function.
24749
24750 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24751
24752         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24753         Really get it right.
24754         (gnus-inews-make-draft): Really.
24755
24756 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24757
24758         * nnmh.el (nnmh-request-list-1): Don't check the link count
24759         before descending.  (small patch)
24760
24761 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24762
24763         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24764         stuff.
24765
24766         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24767         Match on real group name.
24768
24769         * gnus-art.el (gnus-signature-limit): Doc fix.
24770
24771         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24772
24773         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24774
24775 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24776
24777         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24778         isn't a string.
24779
24780 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24781
24782         * gnus-draft.el (gnus-draft-send):
24783         Bind rfc2047-encode-encoded-words.
24784
24785         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24786         (rfc2047-encodable-p): Say that =? needs encoding.
24787         (rfc2047-encode-encoded-words): New variable.
24788
24789         * gnus-group.el (gnus-group-select-group): Doc fix.
24790
24791         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24792
24793         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24794         to nil.
24795
24796         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24797
24798         * nnheader.el (nnheader-get-lines-and-char): New function.
24799
24800 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24801
24802         * gnus-msg.el (gnus-summary-followup-with-original):
24803         Document yanking of region when active.
24804
24805 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24808         groups if the group level is higher than the specified value.
24809
24810 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24811
24812         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24813         (gnus-group-jump-to-group): Add prefix argument using
24814         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24815         non-active group.
24816
24817         * compface.el (uncompface): Be verbose when changing
24818         `uncompface-use-external'.
24819
24820         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24821         handle manual section.
24822
24823 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24824
24825         * gnus-art.el (gnus-button-alist): Revert previous change.
24826
24827 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24828
24829         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24830
24831 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24832
24833         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24834         whether backend can accept message.
24835
24836         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24837
24838 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24839
24840         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24841         Avoid creating directory when nntp-marks-is-evil is true.
24842         Reported by Reiner Steib.
24843
24844 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24845
24846         * gnus-picon.el (gnus-picon-insert-glyph):
24847         Add optional `nostring' argument.
24848
24849 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24850
24851         * gnus-picon.el (gnus-picon-style): New variable.
24852         (gnus-picon-transform-address): Support `gnus-picon-style'.
24853
24854 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24855
24856         * message.el (message-fill-field): Return point.
24857         (message-generate-headers): Go to end of field.
24858
24859         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24860         stuff for non-living groups.
24861
24862 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24863
24864         * gnus-art.el (gnus-article-followup-with-original)
24865         (gnus-article-reply-with-original): gnus-mark-active-p ->
24866         gnus-region-active-p.
24867
24868 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24869
24870         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24871         only when there is spam or ham to be processed.
24872
24873 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24874
24875         * mail-source.el (mail-source-delete-crash-box): Refactor.
24876         (mail-source-fetch): Use it.
24877         (mail-source-fetch-file): Ditto.
24878         (mail-source-fetch-directory): Run postscript in loop.
24879         (mail-source-fetch-pop): Delete.
24880         (mail-source-fetch-maildir): Ditto.
24881         (mail-source-fetch-imap): Ditto.
24882
24883         * imap.el (imap-authenticators): Comment out sasl.
24884
24885         * message.el (message-skip-to-next-address): New function.
24886         (message-fill-header-address): Refactor.
24887         (message-fill-address): Use it.
24888         (message-delete-address): Use it.
24889         (message-fill-header-general): Refactor.
24890         (message-fill-field-address): Rename.
24891         (message-narrow-to-field): Find the start of the header.
24892         (message-header-format-alist): Don't pre-fill.
24893         (message-fill-header): Remove.
24894         (message-insert-header): New function.
24895         (message-shorten-references): Use it.
24896
24897         * rfc2047.el (rfc2047-field-value): Strip props.
24898
24899         * mail-parse.el (mail-header-make-address): New alias.
24900
24901         * ietf-drums.el (ietf-drums-make-address): New function.
24902
24903         * imap.el: Add compiler directives.
24904
24905         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24906
24907         * gnus-art.el (article-decode-idna-rhs): Don't use
24908         message-idna-inside-rhs-p.
24909
24910 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24911
24912         * message.el (message-idna-inside-rhs-p): Remove.
24913         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24914
24915         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24916         false positives.
24917
24918 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24919
24920         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24921
24922 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24923
24924         * nneething.el (nneething-file-name): Don't create spurious
24925         files.
24926
24927         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24928         (gnus-inews-do-gcc): Remove sleep.
24929
24930         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24931         part under point.
24932
24933         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24934         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24935
24936 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24937
24938         * spam.el (spam-summary-prepare-exit): Fix (length).
24939
24940 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24941
24942         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24943         as expired without moving it" message when there are spam
24944         messages left.
24945
24946 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24947
24948         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24949         header is not nil.
24950
24951 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24952
24953         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24954         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24955         (nntp-marks-changed-p): New arg SERVER.
24956         (nntp-request-update-info): Adjust caller.
24957
24958 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24959
24960         * nntp.el (nntp-save-marks): Pass missing arg.
24961
24962 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24963
24964         * nntp.el: Support marks.
24965         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24966         (nntp-marks-modtime, nntp-marks-directory): New variables.
24967         (nntp-request-set-mark, nntp-request-update-info)
24968         (nntp-possibly-create-directory, nntp-marks-changed-p)
24969         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24970         New functions.
24971
24972 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24973
24974         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24975         (gnus-xmas-redefine): Rename.
24976
24977         * gnus-score.el (gnus-score-insert-help):
24978         Use gnus-select-lowest-window.
24979
24980         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24981         appt-select-lowest-window and rename to gnus-select-lowest-window.
24982
24983         * gnus.el: do.
24984
24985 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24986
24987         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24988         encodings of MIME-encoded words, in order to improve
24989         interoperability with several broken MUAs.
24990
24991 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24992
24993         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24994         tags, only when charsets are not specified in headers.
24995         (mm-inline-text-html-render-with-w3m): Ditto.
24996
24997         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24998         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24999
25000 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25001
25002         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25003         instead of MIME-decoded from fields when checking
25004         `gnus-article-address-banner-alist'.
25005
25006 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25007
25008         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25009         description rather than subject.
25010
25011 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25012
25013         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25014
25015 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25016
25017         * gnus.el (gnus-version-number): Bump.
25018
25019 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25020
25021         * gnus.el: No Gnus v0.2 is released.
25022
25023 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25024
25025         * gnus-agent.el (gnus-agent-read-agentview):
25026         Inline gnus-uncompress-range.
25027
25028 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25029
25030         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25031         `exec-installed-p'.
25032
25033 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25034
25035         * gnus.el (spam-process, spam-autodetect-methods):
25036         Add bsfilter and bsfilter-headers.
25037
25038         * spam.el (spam-bsfilter): New customize group.
25039         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25040         (spam-bsfilter-header, spam-bsfilter-probability-header)
25041         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25042         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25043         (spam-bsfilter-database-directory): New options.
25044         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25045         (spam-list-of-statistical-checks, spam-registration-functions):
25046         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25047         (spam-bsfilter-score): New command.
25048         (spam-check-bsfilter-headers, spam-check-bsfilter)
25049         (spam-bsfilter-register-with-bsfilter)
25050         (spam-bsfilter-register-spam-routine)
25051         (spam-bsfilter-unregister-spam-routine)
25052         (spam-bsfilter-register-ham-routine)
25053         (spam-bsfilter-unregister-ham-routine): New functions.
25054         (spam-generic-score): Support bsfilter; Accept an optional argument
25055         to recalcurate spam score even if scoring header has already been
25056         added.
25057         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25058         optional argument to recalcurate spam score even if scoring header
25059         has already been added.
25060
25061 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25062
25063         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25064         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25065         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25066         link is missing.
25067
25068 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25069
25070         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25071         (html2text-get-attr): Rewrite.
25072
25073         * message.el (message-setup-1): Remove redundant put-text-property
25074         on mail-header-separator.
25075
25076 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25077
25078         * gnus-registry.el (gnus-registry-cache-whitespace)
25079         (gnus-registry-action, gnus-registry-spool-action)
25080         (gnus-registry-split-fancy-with-parent): Change message levels
25081         from 5 to 3 or 7, as needed.
25082
25083         * spam.el (spam-summary-prepare-exit)
25084         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25085         (spam-split, spam-find-spam, spam-log-undo-registration)
25086         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25087         level from 5 to 6.
25088
25089 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25090
25091         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25092         2004-03-04 change).
25093
25094 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25095
25096         * sieve-manage.el (sieve-manage-open):
25097         * nnweb.el (nnweb-insert-html):
25098         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25099         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25100         * nnspool.el (nnspool-request-group):
25101         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25102         * nnml.el (nnml-request-update-info):
25103         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25104         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25105         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25106         (nnimap-request-set-mark):
25107         * nnfolder.el (nnfolder-request-update-info):
25108         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25109         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25110         * gnus-uu.el (gnus-uu-find-articles-matching):
25111         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25112         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25113         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25114         * gnus-nocem.el (gnus-nocem-scan-groups):
25115         * gnus-int.el (gnus-start-news-server):
25116         * gnus-group.el (gnus-group-make-kiboze-group)
25117         (gnus-group-browse-foreign-server):
25118         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25119         Use mapc when appropriate.
25120
25121 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25122             Adam Sjøgren  <asjo@koldfront.dk>
25123             Wes Hardaker  <wes@hardakers.net>
25124             Michael Shields  <shields@msrl.com>
25125
25126         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25127         may need for spam sorting and scoring.
25128         (spam-user-format-function-S): Add user format function suitable for
25129         general use.
25130         (spam-article-sort-by-spam-status): Add sorting function for summary
25131         sorting.
25132         (spam-extra-header-to-number): Add function to get a score from a
25133         header.
25134         (spam-summary-score): Add function to get a numeric score from the
25135         headers.
25136         (spam-generic-score): Fix function doc, was in wrong place.
25137         (spam-initialize): Take symbols when it's run, and install the
25138         extra headers that spam-necessary-extra-headers thinks we need.
25139
25140 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25141
25142         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25143         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25144
25145 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25146
25147         * gnus-sum.el (gnus-set-global-variables)
25148         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25149         (gnus-article-get-xrefs, gnus-summary-best-group)
25150         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25151         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25152         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25153         Use with-current-buffer.
25154
25155 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25156
25157         * spam.el (spam-summary-prepare-exit): Simplify logic.
25158         (spam-fetch-article-header): Read the article header if it's not
25159         available.
25160         (spam-list-articles): Simplify logic.
25161         (spam-filelist-register-routine): Fix bug with unregister-list.
25162
25163         * gnus-registry.el: Fix comments at beginning.
25164
25165 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25166
25167         * message.el (message-cater-to-broken-inn): Remove.
25168         (message-shorten-references): Make sure the total folded length of
25169         References is shorter than 998 characters to cater to a bug in INN
25170         2.3.  Also, don't pretend that references aren't folded -- this
25171         hasn't worked for a while.
25172
25173 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25174
25175         * gnus-agent.el (gnus-agentize):
25176         gnus-agent-send-mail-real-function no longer set to current value
25177         of message-send-mail-function but rather a lambda that calls
25178         message-send-mail-function.  The change makes the agent real-time
25179         responsive to user changes to message-send-mail-function.
25180
25181 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25182
25183         * legacy-gnus-agent.el
25184         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25185         help from Florian Weimer <fw@deneb.enyo.de>
25186
25187 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25188
25189         * nnmail.el (nnmail-cache-insert): Revert last change.
25190
25191 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25192
25193         * nnmail.el (nnmail-cache-insert): Always check whether
25194         nnmail-cache-ignore-groups matches a group name.
25195
25196 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25197
25198         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25199         (spam-find-spam, spam-log-processing-to-registry)
25200         (spam-log-registered-p, spam-log-unregistration-needed-p)
25201         (spam-log-undo-registration): Use gnus-message instead of
25202         gnus-error, none of these errors are fatal.
25203
25204         * gnus-registry.el (gnus-registry-clean-empty-function)
25205         (gnus-registry-clean-empty): Remove only empty entries without
25206         extra data.
25207
25208 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25209
25210         * spam-stat.el (spam-stat-buffer-change-to-spam)
25211         (spam-stat-buffer-change-to-non-spam): Change (error) to
25212         (gnus-message 8) invocation.
25213
25214 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25215
25216         * nntp.el (nntp-via-netcat-command): New variable.
25217         (nntp-via-netcat-switches): New variable.
25218         (nntp-open-via-rlogin-and-netcat): New function.
25219         (nntp-open-connection-function): Doc fix.
25220         (nntp-telnet-command): Doc fix.
25221         (nntp-end-of-line): Doc fix.
25222         (nntp-via-rlogin-command): Doc fix.
25223         (nntp-via-user-name): Doc fix.
25224         (nntp-via-address): Doc fix.
25225
25226 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25227
25228         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25229         error in Emacs 21.1.
25230
25231 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25232
25233         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25234
25235 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25236
25237         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25238         (gnus-agent-with-refreshed-group): New macro.
25239         (gnus-agent-rename-group): New function.
25240         (gnus-agent-delete-group): New function.
25241         (gnus-agent-save-group-info): Use gnus-command-method when
25242         `method' parameter is nil.  Don't write nil entries into the
25243         active file.
25244         (gnus-agent-get-group-info): New function.
25245         (gnus-agent-fetch-articles):
25246         Use gnus-agent-update-files-total-fetched-for to increment disk space
25247         used.
25248         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25249         Use gnus-agent-update-view-total-fetched-for to increment disk space
25250         used.
25251         (gnus-agent-get-local): Add optional parameters to avoid calling
25252         gnus-group-real-name and gnus-find-method-for-group.
25253         (gnus-agent-set-local): Delete stored entry if either min, or max,
25254         are nil.
25255         (gnus-agent-fetch-session): Reworded error/quit messages.
25256         On quit, use gnus-agent-regenerate-group to record existance of any
25257         articles fetched to disk before the quit occurred.
25258         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25259         gnus-agent-update-view-total-fetched-for, and
25260         gnus-agent-update-files-total-fetched-for to decrement disk space
25261         used.
25262         (gnus-agent-retrieve-headers):
25263         Use gnus-agent-update-view-total-fetched-for to increment disk space
25264         used.
25265         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25266         with gnus-agent-update-files-total-fetched-for to decrement disk
25267         space and fresh group buffer.
25268         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25269         (gnus-agent-need-update-total-fetched-for): New variable.
25270         (gnus-agent-update-files-total-fetched-for): New function.
25271         (gnus-agent-update-view-total-fetched-for): New function.
25272         (gnus-agent-total-fetched-for): New function.
25273
25274         * gnus-cache.el (gnus-cache-save-buffers):
25275         Use gnus-cache-update-overview-total-fetched-for to change disk space
25276         used by this group.
25277         (gnus-cache-possibly-enter-article):
25278         Use gnus-cache-update-file-total-fetched-for to increment disk space
25279         used by this group.
25280         (gnus-cache-possibly-remove-article):
25281         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25282         used by this group.
25283         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25284         (gnus-cache-rename-group): New function.
25285         (gnus-cache-delete-group): New function.
25286         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25287         (gnus-cache-need-update-total-fetched-for): New variable.
25288         (gnus-cache-with-refreshed-group): New macro.
25289         (gnus-cache-update-file-total-fetched-for): New function.
25290         (gnus-cache-update-overview-total-fetched-for): New function.
25291         (gnus-cache-rename-group-total-fetched-for): New function.
25292         (gnus-cache-delete-group-total-fetched-for): New function.
25293         (gnus-cache-total-fetched-for): New function.
25294
25295         * gnus-group.el: Require gnus-sum and autoload functions to
25296         resolve warnings when gnus-group.el compiled alone.
25297         (gnus-group-line-format): Documented new %F.
25298         (size of Fetched data) group line format; identifies disk space
25299         used by agent and cache.
25300         (gnus-group-line-format-alist): Defined new F format.
25301         (gnus-total-fetched-for): New function.
25302         (gnus-group-delete-group): No longer update
25303         gnus-cache-active-altered as gnus-request-delete-group now keeps
25304         the cache in sync.
25305         (gnus-group-list-active): Let the agent store a server's active
25306         list if currently plugged.
25307
25308         * gnus-int.el (gnus-request-delete-group):
25309         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25310         local disk in sync with the server.
25311         (gnus-request-rename-group):
25312         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25313         local disk in sync with the server.
25314
25315         * gnus-start.el (gnus-get-unread-articles):
25316         Cosmetic simplification to logic.
25317
25318         * gnus-util.el (gnus-rename-file): New function.
25319
25320 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25321
25322         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25323
25324 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25325
25326         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25327         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25328
25329 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25330
25331         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25332         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25333
25334 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25335
25336         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25337
25338 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25339
25340         * spam.el (spam-set-difference): Add function to replace
25341         gnus-set-difference in spam.el.
25342         (spam-summary-prepare-exit): Use spam-set-difference.
25343
25344 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25345
25346         * gnus-registry.el (gnus-registry-cache-file): Update to use
25347         gnus-dribble-directory OR gnus-home-directory OR ~.
25348         (gnus-registry-split-fancy-with-parent): Fix doc.
25349
25350 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25351
25352         * message.el (message-exchange-point-and-mark):
25353         Use message-mark-active-p.  Suggested by Jesper Harder
25354         <harder@ifa.au.dk>.
25355
25356 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25357
25358         * message.el (message-exchange-point-and-mark): Don't activate
25359         region if it was inactive.  Suggested by Hiroshi Fujishima
25360         <pooh@nature.tsukuba.ac.jp>.
25361
25362 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25363
25364         * gnus-art.el (article-display-face): Display Faces in the same
25365         order as X-Faces.
25366
25367 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25368
25369         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25370
25371 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25372
25373         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25374         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25375         (gnus-article-mime-hierarchy): Remove.
25376         (gnus-article-mime-hierarchy-next): Remove.
25377         (gnus-article-mode): Revert 2004-03-19 change.
25378         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25379         (gnus-insert-mime-button): Revert 2004-03-19 change.
25380         (gnus-mime-accumulate-hierarchy): Remove.
25381         (gnus-mime-enter-multipart): Remove.
25382         (gnus-mime-leave-multipart): Remove.
25383         (gnus-mime-display-part): Revert 2004-03-19 change.
25384         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25385
25386         * mml.el (mml-preview): Revert 2004-03-19 change.
25387
25388 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25389
25390         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25391
25392 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25393
25394         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25395         t while entering a file name using the mm-with-multibyte macro.
25396         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25397
25398         * mm-util.el (mm-with-multibyte): New macro.
25399
25400 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25401
25402         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25403         New user option.
25404         (gnus-mime-multipart-functions): Doc and customization fix.
25405         (gnus-article-mime-hierarchy): New variable.
25406         (gnus-article-mime-hierarchy-next): New variable.
25407         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25408         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25409         gnus-article-mime-hierarchy-next to nil.
25410         (gnus-insert-mime-button): Show hierarchy numbers.
25411         (gnus-mime-accumulate-hierarchy): New function.
25412         (gnus-mime-enter-multipart): New function.
25413         (gnus-mime-leave-multipart): New function.
25414         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25415         (gnus-mime-display-alternative): Show hierarchy numbers.
25416
25417         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25418         gnus-article-mime-hierarchy-next to nil.
25419
25420 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25421
25422         * dns.el: Don't require gnus-xmas.
25423
25424 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25425
25426         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25427         inline PGP.
25428         (mml-menu): Disable mml-quote-region if mark is inactive.
25429
25430 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25431
25432         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25433         when the group's active is not available.
25434
25435 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25436
25437         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25438         error.
25439
25440 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25441
25442         * imap.el (imap-store-password): New variable.
25443         (imap-interactive-login): Use it.
25444         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25445
25446 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25447
25448         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25449         window-start and hscroll to summary window.
25450
25451 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25452
25453         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25454         conversion message to newsrc-dribble when an actual conversion is
25455         performed.
25456
25457 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25458
25459         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25460
25461 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25462
25463         * mm-decode.el (mm-complicated-handles): New function reviving
25464         former definition of mm-multiple-handles.
25465
25466         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25467         (gnus-mime-delete-part): Use it.
25468
25469 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25470
25471         * gnus-agent.el (gnus-agent-read-local):
25472         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25473         avoid the implicit assumption that they will always be equal.
25474         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25475         coding-system-for-write, as the with-temp-file macro first prints
25476         to a buffer then saves the buffer.
25477
25478 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25479
25480         * gnus-art.el (gnus-article-edit-part): New function.
25481         (gnus-mime-save-part-and-strip): Use it; do query instead of
25482         signaling an error; don't use mm-multiple-handles.
25483         (gnus-mime-delete-part): Ditto.
25484
25485 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25486
25487         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25488         old file versions.
25489         (gnus-group-prepare-hook): Remove function that converted list
25490         form of gnus-agent-expire-days to group properties.
25491
25492         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25493         (gnus-request-accept-article): Re-indented.
25494
25495         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25496         converters to handle old agent file formats.  Add logic for a
25497         "backup before upgrading warning".
25498         (gnus-convert-mark-converter-prompt): Developers can mark
25499         functions as needing (default), or not needing,
25500         gnus-convert-old-newsrc's "backup before upgrading warning".
25501         (gnus-convert-converter-needs-prompt): Tests whether the user
25502         should be protected from potentially irreversable changes by the
25503         function.
25504
25505         * legacy-gnus-agent.el: New.  Provides converters that are only
25506         loaded when gnus-convert-old-newsrc needs to call them.
25507
25508 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25509
25510         * mail-source.el (mail-source-touch-pop): Doc fix.
25511
25512         * message.el (message-smtpmail-send-it): Doc fix.
25513
25514 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25515
25516         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25517
25518         * nnmail.el (nnmail-split-fancy): do.
25519
25520         * gnus-kill.el (gnus-kill, gnus-execute): do.
25521
25522 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25523
25524         * gnus-sum.el (gnus-widget-reversible-match)
25525         (gnus-widget-reversible-to-internal)
25526         (gnus-widget-reversible-to-external): New functions.
25527         (gnus-widget-reversible): New widget.
25528         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25529
25530 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25531
25532         * gnus-sum.el (gnus-thread-sort-functions)
25533         (gnus-article-sort-functions): Document `(not F)' items.
25534
25535 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25536
25537         * spam.el (spam-use-gmane-xref): Add new backend.
25538         (spam-gmane-xref-spam-group): Add variable to control the name of the
25539         Gmane spam group.
25540         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25541         (spam-regex-headers-spam, spam-regex-headers-ham)
25542         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25543         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25544         backends and checks.
25545         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25546
25547         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25548         an autodetect method.
25549
25550 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25551
25552         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25553         articles are being added to a group.
25554         (gnus-request-replace-article): Inform the agent that articles
25555         need to be uncached as the cached contents are no longer valid.
25556
25557 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25558
25559         * binhex.el: Don't autoload executable-find.
25560
25561         * canlock.el: Don't autoload mail-fetch-field.
25562
25563         * dgnushack.el: Autoload c-mode for XEmacs.
25564
25565         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25566
25567         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25568         rmail-dont-reply-to and rmail-output.
25569
25570         * gnus-score.el: Don't autoload ffap-string-at-point.
25571
25572         * gnus-setup.el: Don't autoload sc-cite-original.
25573
25574         * imap.el: Don't autoload base64-decode-string,
25575         base64-encode-string and md5.
25576
25577         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25578         and rmail-msg-restore-non-pruned-header.
25579
25580         * mm-decode.el: Don't autoload executable-find.
25581
25582         * mm-url.el: Don't autoload executable-find.
25583
25584         * mm-view.el: Don't autoload diff-mode.
25585
25586         * nndb.el: Don't autoload news-reply-mode, news-setup,
25587         cancel-timer and telnet.
25588
25589         * password.el: Don't autoload run-at-time for Emacs.
25590
25591         * sha1-el.el: Don't autoload executable-find.
25592
25593         * sieve-mode.el: Don't autoload c-mode.
25594
25595         * uudecode.el: Don't autoload executable-find.
25596
25597 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25598
25599         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25600         (gnus-agent-possibly-alter-active): Avoid null in numeric
25601         comparison.
25602         (gnus-agent-set-local): Refuse to save null in local object table.
25603         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25604         list of articles that will be marked as unread.
25605
25606 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25607
25608         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25609
25610 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25611
25612         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25613         language tags.
25614
25615 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25616
25617         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25618         Don't bind "obarray".
25619
25620         * gnus-sum.el (gnus-thread-sort-functions):
25621         Add `gnus-thread-sort-by-most-recent-number' and
25622         `gnus-thread-sort-by-most-recent-date'.
25623         Reported by Kai Grossjohann <kai@emptydomain.de>.
25624
25625 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25626
25627         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25628
25629 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25630
25631         * gnus-cus.el (gnus-agent-customize-category):
25632         Remove ignore-errors macro reference that required cl to be loaded at
25633         run-time.
25634
25635         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25636         single-interval range of the form (min . max).  Previously the
25637         range had to look like ((min . max)).  Likewise, return
25638         (min . max) rather than ((min . max)).
25639         (gnus-range-map): Use gnus-range-normalize to accept
25640         single-interval range.
25641
25642         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25643         the cache, but not the agent, now appear with their usual face.
25644
25645         * dgnushack.el (loaddir): New variable that is bound to the
25646         directory containing the dgnushack.el file. Use loaddir, rather
25647         than srcdir, to update load-path. Change lets dgnushack compile
25648         code in directories other than GNUS/lisp.
25649
25650 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25651
25652         * lpath.el: Don't bind w3m-safe-url-regexp.
25653
25654         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25655         w3m-safe-url-regexp variable buffer-local.
25656
25657         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25658
25659 2004-02-27  Simon Josefsson  <jas@extundo.com>
25660
25661         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25662         gnus-group-real-prefix.
25663         (gnus-summary-move-article): Use it, instead of
25664         gnus-group-real-prefix.
25665
25666 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25667
25668         * lpath.el: Bind w3m-safe-url-regexp.
25669
25670         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25671         w3m-safe-url-regexp variable buffer-local and set it as the value
25672         of mm-w3m-safe-url-regexp.
25673
25674         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25675
25676         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25677         parsing gnus-posting-styles when the message is not for replying.
25678
25679         * dgnushack.el: Autoload sgml-mode for XEmacs.
25680
25681         * nnrss.el (nnrss-opml-export):
25682         Use mm-set-buffer-file-coding-system instead of
25683         set-buffer-file-coding-system.
25684
25685 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25686
25687         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25688         of checkdoc.el).
25689         * nnrss.el: do.
25690         * gnus-mlspl.el: do.
25691         * gnus-ml.el: do.
25692         * gnus-srvr.el: do.
25693
25694         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25695
25696 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25697
25698         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25699         Corrections to custom-manual links.
25700
25701         * gnus-art.el (gnus-article): Ditto.
25702
25703         * mm-decode.el (mime-display, mime-security): Ditto.
25704
25705 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25706
25707         * flow-fill.el: Typo.
25708
25709 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25710
25711         * spam-wash.el: New file.
25712
25713 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25714
25715         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25716
25717 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25718
25719         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25720         to be run with new-articles as LIST1, not LIST2.
25721         (spam-registration-functions): Add spam-use-ham-copy as a nil
25722         registration backend.
25723
25724 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25725
25726         * spam-stat.el (spam-stat-washing-hook): New option.
25727         (spam-stat-buffer-words): Use it.
25728         (spam-stat-process-directory, spam-stat-test-directory):
25729         Use insert-file-contents-literally.
25730         (spam-stat-coding-system): New variable.
25731         (spam-stat-load, spam-stat-save): Use it.
25732
25733 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25734
25735         * spam-report.el (spam-report-plug-agent):
25736         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25737
25738 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25739
25740         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25741         Allow / in mailto URLs.
25742
25743 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25744
25745         * spam-report.el (spam-report-process-queue): Fix interactive use.
25746         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25747         (spam-report-unplug-agent): Doc fixes.
25748         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25749         (spam-report-agentize, spam-report-deagentize): Autoload.
25750
25751 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25752
25753         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25754
25755         * message.el (message-setup-fill-variables): Add mml tags to
25756         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25757         <ajk@iu.edu>.
25758         (message-mode): Don't modify paragraph-separate there.
25759
25760 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25761
25762         * compface.el (uncompface-use-external): Default to undecided.
25763         (uncompface-use-external-threshold): New variable.
25764         (uncompface-float-time): New macro.
25765         (uncompface): Determine whether to use the external decoder if
25766         uncompface-use-external is undecided.
25767
25768 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25769
25770         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25771         after images.
25772
25773         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25774
25775 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25776
25777         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25778
25779         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25780
25781         * gnus-sum.el (gnus-summary-limit-to-age)
25782         (gnus-summary-limit-children): do.
25783
25784         * gnus-int.el (gnus-request-scan): do.
25785
25786         * gnus-group.el (gnus-group-suspend): do.
25787
25788         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25789
25790         * gnus-cite.el (gnus-cite-parse-attributions): do.
25791
25792         * gnus-agent.el (gnus-summary-set-agent-mark)
25793         (gnus-agent-regenerate-group): do.
25794
25795         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25796
25797         * binhex.el (binhex-decode-region-internal): do.
25798
25799 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25800
25801         * gnus-fun.el (gnus-face-properties-alist): New user option.
25802         (gnus-display-x-face-in-from): Use it.
25803
25804         * gnus-art.el (article-display-face): Ditto.
25805
25806         * compface.el (uncompface-use-external): Default to nil.
25807
25808 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25809
25810         * nntp.el (nntp-erase-buffer): New function.
25811         (nntp-retrieve-data, nntp-send-command)
25812         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25813         (nntp-possibly-change-group): Use it.
25814
25815         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25816         Use with-current-buffer.
25817
25818 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25819
25820         * compface.el: Merge the ELisp-based uncompface program.
25821         (compface): New customization group.
25822         (uncompface-use-external): New user option.
25823         (uncompface): Call uncompface-internal if uncompface-use-external
25824         is nil.
25825         (uncompface-internal): New function.  Note that there are also
25826         some other functions and variables added for this function.
25827
25828 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25829
25830         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25831         if necessary.
25832
25833 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25834
25835         * spam-report.el (spam-report-unplug-agent)
25836         (spam-report-plug-agent, spam-report-deagentize)
25837         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25838         Add support for the Agent in spam-report: when unplugged, report to a
25839         file; when plugged, submit all the requests.
25840
25841         * spam.el (spam-register-routine): Fix message about
25842         registration.
25843
25844 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25845
25846         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25847         dependencies.
25848         (rfc2047-encode): Use it.
25849
25850         * gnus-art.el (gnus-button-marker-list): Move before first
25851         reference.
25852
25853         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25854         (imap-parse-body): Fix format string mismatch.
25855
25856         * gnus-score.el (gnus-summary-increase-score): do.
25857
25858         * nnrss.el (nnrss-close): New function.
25859
25860 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25861
25862         * nnrss.el (nnrss-make-filename): New function.
25863         (nnrss-request-delete-group, nnrss-read-server-data)
25864         (nnrss-save-server-data, nnrss-read-group-data)
25865         (nnrss-save-group-data): Use it.
25866         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25867         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25868         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25869
25870 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25871
25872         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25873
25874 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25875
25876         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25877         files.
25878
25879         * message.el (message-generate-headers-first): Don't quote nil
25880         and t in docstrings.
25881
25882         * imap.el (imap-id): do.
25883
25884         * gnus-agent.el (gnus-agent-consider-all-articles)
25885         (gnus-agent-queue-mail): do.
25886
25887 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25888
25889         * spam-report.el (spam-report-process-queue): New function.
25890         Process requests from `spam-report-requests-file'.
25891         (spam-report-process-queue): Doc fix.
25892
25893 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25894
25895         * spam.el (spam-register-routine)
25896         (spam-log-processing-to-registry, spam-log-registered-p)
25897         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25898         Change "check" to "spam-check" for semi-clarity.
25899
25900 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25901
25902         * pop3.el: Require nnheader.
25903
25904         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25905
25906         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25907
25908         * gnus-picon.el: Require cl.
25909
25910         * gnus-fun.el: Require gnus-ems and gnus-util.
25911
25912         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25913
25914         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25915
25916         * gnus-art.el (gnus-article-edit-mode): Define before first
25917         reference.
25918
25919 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25920
25921         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25922         (gnus-uu-post-encoded): Use point-at-bol.
25923
25924         * gnus-topic.el (gnus-group-active-topic-p): do.
25925
25926         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25927
25928         * gnus-group.el (gnus-group-kill-region): do.
25929
25930         * gnus-art.el (article-date-ut): do.
25931
25932         * message.el (message-fetch-field): Remove redundant
25933         case-fold-search binding.
25934         (message-narrow-to-field): Simplify.
25935
25936 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25937
25938         * spam.el (spam-directory): Derive from `gnus-directory'.
25939
25940         * spam-report.el (spam-report-url-to-file)
25941         (spam-report-requests-file): New function and variable for offline
25942         reporting.
25943         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25944         and user defined function.
25945         (spam-report-url-ping-mm-url): Remove doubled slash.
25946
25947 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25948
25949         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25950
25951 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25952
25953         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25954         Fix format string mismatch.
25955
25956         * sieve.el (sieve-deactivate-all): do.
25957
25958         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25959
25960         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25961
25962         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25963
25964         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25965
25966 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25967
25968         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25969         the list of checks.
25970
25971 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25972
25973         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25974         padding.
25975
25976 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25977
25978         * mm-view.el (mm-fill-flowed): New variable.
25979         (mm-inline-text): Use it.
25980
25981 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25982
25983         * spam.el (spam-spamassassin-register-ham-routine)
25984         (spam-spamassassin-register-spam-routine): Fix function names.
25985
25986 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25987
25988         * gnus.el (gnus-tmp-grouplens): Remove.
25989         (gnus-summary-line-format): Remove grouplens.
25990
25991         * gnus-group.el (gnus-group-line-format): Ditto.
25992
25993         * gnus-spec.el (gnus-format-specs): Ditto.
25994         (gnus-update-format-specifications): Flush the group format spec
25995         cache if there's the grouplens stuff.
25996         (gnus-parse-simple-format): Replace %l with the empty string.
25997
25998 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25999
26000         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26001         omission.
26002
26003 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26004
26005         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26006         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26007
26008 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26009
26010         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26011         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26012         New macros and functions.
26013         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26014         Handle > NLINK_MAX messages.
26015         * nnmaildir.el (nnmaildir-request-set-mark):
26016         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26017
26018 2004-01-25  Alex Schroeder  <alex@gnu.org>
26019
26020         * spam-stat.el (spam-stat-process-directory-age): New option.
26021         (spam-stat-process-directory): Use it.
26022
26023 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26024
26025         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26026         (spam-stat-save): Accept prefix argument.
26027
26028 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26029
26030         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26031         links" error.
26032
26033 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26034
26035         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26036         the rest of the and/or forms.
26037
26038 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26039
26040         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26041         compatibility with old .newsrc.eld files.
26042
26043         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26044
26045         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26046
26047         * gnus-start.el (gnus-1): do.
26048
26049         * gnus-group.el (gnus-group-line-format-alist): do.
26050
26051         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26052
26053         * gnus-gl.el: Remove.
26054
26055 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26056
26057         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26058         marks consisting of a single range {for example, (3 . 5)} rather
26059         than a list of a single range { ((3 . 5)) }.
26060
26061 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26062
26063         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26064         Use with-current-buffer.
26065         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26066         avoid consing a string.
26067
26068         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26069         Remove obsolete entries for big5 and gb2312.
26070
26071 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26072
26073         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26074         uncompressed list.
26075
26076 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26077
26078         * spam-stat.el (spam-stat-strip-xref): New function.
26079         (spam-stat-process-directory): Use it.
26080
26081         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26082         here -- it's done in message-fetch-field.
26083
26084 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26085
26086         * gnus-agent.el (gnus-agent-queue-mail)
26087         (gnus-agent-prompt-send-queue): New variables.
26088         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26089         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26090         "nndraft:queue" along to gnus-draft-send.
26091         Use gnus-agent-prompt-send-queue.
26092         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26093         is "nndraft:queue".  Suggested by Gaute Strokkenes
26094         <gs234@srcf.ucam.org>
26095
26096         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26097         (agent-enable-undownloaded-faces): Add.
26098         (gnus-agent-cat-groups): Use eval-and-compile, not
26099         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26100         method of gnus-agent-cat-groups even when the buffer has been
26101         evaled.
26102         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26103         delete gnus-agent-save-active-1.
26104         (gnus-agent-save-groups): Delete.  Identical to
26105         gnus-agent-save-active.
26106         (gnus-agent-write-active): No longer adjust agent's copy of active
26107         file as agent's adjustments are now stored in their own
26108         file.  Remove optional parameter.
26109         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26110         servers.  Add use of min/max range limits from server's local
26111         file.
26112         (gnus-agent-save-alist): Remove unused optional argument.
26113         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26114         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26115         (gnus-agent-set-local): A per-server file that keeps min/max range
26116         limits for articles known to the agent.  Provides a fast mechanism
26117         for altering many active ranges.
26118         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26119         active file (local makes it unnecessary).
26120         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26121
26122         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26123         (agent-enable-undownloaded-faces): Add.
26124
26125         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26126         disable it when sending to "nndraft:queue".
26127         (gnus-group-send-queue): Add safety check to avoid sending queue
26128         when unplugged.
26129
26130         * gnus-group.el (gnus-group-catchup): Use new
26131         gnus-sequence-of-unread-articles, not
26132         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26133         numbers of articles.  Use gnus-range-map to avoid having to
26134         uncompress the unread list.
26135         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26136         Fix invalid ange-ftp reference.
26137
26138         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26139         (gnus-sorted-range-intersection): Intersection of two ranges
26140         without requiring that they first be uncompressed.
26141
26142         * gnus-start.el (gnus-activate-group): Unless blocked by the
26143         caller, possibly expand the active range to include both cached
26144         and agentized articles.
26145         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26146         multiple version-dependent converters.
26147         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26148         gnus-agent-save-active.
26149         (gnus-save-newsrc-file): Save dirty agent range limits.
26150
26151         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26152         gnus-agent-possibly-alter-active.
26153         (gnus-adjust-marked-articles): Faster handling of simple lists.
26154
26155 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26156
26157         * spam-stat.el (spam-stat-test-directory): New optional argument
26158         displays a list of files detected.  Suggested by Andrew Cohen
26159         <cohen@andy.bu.edu>.
26160         (spam-stat-buffer-words-with-scores): Don't narrow and change
26161         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26162
26163 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26164
26165         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26166         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26167         (spam-spamassassin-arguments)
26168         (spam-spamassassin-spam-flag-header)
26169         (spam-spamassassin-positive-spam-flag-header)
26170         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26171         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26172         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26173         (spam-list-of-processors, spam-list-of-checks)
26174         (spam-list-of-statistical-checks, spam-registration-functions)
26175         (spam-check-spamassassin-headers, spam-check-spamassassin)
26176         (spam-spamassassin-score)
26177         (spam-spamassassin-register-with-sa-learn)
26178         (spam-spamassassin-register-spam-routine)
26179         (spam-spamassassin-register-ham-routine)
26180         (spam-assassin-register-spam-routine)
26181         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26182         (spam-bogofilter-score): Fix to show article before scoring.
26183
26184 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26185
26186         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26187         default scoring function.
26188         (spam-generic-score): Call spam-spamassassin-score if
26189         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26190         spam-bogofilter-score otherwise.
26191
26192         * gnus.el (spam-process, spam-autodetect-methods):
26193         Add spamassassin and spamassassin-headers.
26194
26195 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26196
26197         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26198         Suppress unnecessary messages.
26199
26200 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26201
26202         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26203         make-hash-table.
26204
26205 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26206
26207         * canlock.el (base64-encode-string): Don't autoload it.
26208
26209 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26210
26211         * run-at-time.el: Remove useless (require 'itimer),
26212         eval-and-compile and (featurep 'xemacs).
26213
26214 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26215
26216         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26217         GROUP is a virtual group.
26218
26219 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26220
26221         * gnus.el: Autoload `message-y-or-n-p'.
26222
26223 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26224
26225         * pgg-parse.el: Remove unnecessary (require 'custom).
26226
26227         * pgg-def.el: do.
26228
26229         * nnmail.el: do.
26230
26231         * gnus-undo.el: do.
26232
26233         * gnus-picon.el: do.
26234
26235         * gnus-util.el: do.
26236
26237 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26238
26239         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26240
26241 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26242
26243         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26244         handle, as well as a list.
26245
26246         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26247         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26248         (mm-w3m-cid-retrieve): Simplify.
26249
26250 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26251
26252         * message.el (message-kill-to-signature): Allow prefix arg to
26253         specify number of lines to keep before signature.
26254
26255 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26256
26257         * message.el (message-kill-to-signature): Change docstring.
26258
26259 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26260
26261         * canlock.el: Always require sha1-el.
26262         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26263
26264         * message.el: Autoload sha1 only when compiling.
26265
26266         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26267         eudc-expand-inline for XEmacs.
26268
26269 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26270
26271         * message.el (message-canlock-generate): Require sha1-el.
26272
26273 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26274
26275         * message.el (message-expand-name): Silence the byte compiler.
26276
26277         * lpath.el: Add detect-coding-system.
26278
26279         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26280         cus-edit.
26281
26282 2004-01-13  Simon Josefsson  <jas@extundo.com>
26283
26284         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26285         Invoke gnus-score-mode.
26286         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26287
26288         * gnus-range.el (gnus-compress-sequence): Doc fix.
26289         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26290
26291 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26292
26293         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26294
26295 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26296
26297         * spam.el (spam-get-article-as-string): Update to use
26298         gnus-request-article-this-buffer, much simpler.
26299         (spam-get-article-as-buffer): Remove.
26300
26301 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26302
26303         * message.el (message-expand-name): Use EUDC if the user uses that.
26304
26305 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26306
26307         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26308         character for the encoding to avoid consing a string.
26309
26310         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26311         unnecessarily.
26312
26313         * mm-util.el (mm-replace-chars-in-string): Remove.
26314
26315         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26316         of mm-replace-chars-in-string.
26317
26318 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26319
26320         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26321
26322         * mm-util.el (mm-subst-char-in-string): Support inplace.
26323
26324         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26325         a new string in every iteration.  Use shy groups.
26326
26327 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26328
26329         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26330         * gnus-soup.el (gnus-soup-group-brew):
26331         * gnus-msg.el (gnus-put-message):
26332         * gnus-move.el (gnus-group-move-group-to-server):
26333         * gnus-kill.el (gnus-batch-score):
26334         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26335         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26336         (gnus-group-update-group, gnus-group-read-group)
26337         (gnus-group-make-group, gnus-group-make-help-group)
26338         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26339         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26340         (gnus-group-sort-by-unread, gnus-group-catchup)
26341         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26342         (gnus-group-yank-group, gnus-group-set-info)
26343         (gnus-group-list-groups):
26344         * gnus.el (gnus-generate-new-group-name):
26345         * gnus-delay.el (gnus-delay-send-queue):
26346         * nnvirtual.el (nnvirtual-catchup-group):
26347         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26348         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26349         (gnus-group-prepare-topics, gnus-topic-check-topology):
26350         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26351         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26352         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26353         (gnus-group-make-articles-read):
26354         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26355         (gnus-group-change-level, gnus-kill-newsgroup)
26356         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26357         (gnus-get-unread-articles, gnus-make-articles-unread)
26358         (gnus-make-ascending-articles-unread): Use accessor
26359         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26360         to get group information for improved readability.
26361
26362
26363 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26364
26365         * gnus-art.el (article-decode-mime-words, article-babel)
26366         (gnus-article-highlight-signature, gnus-article-add-buttons)
26367         (gnus-signature-toggle): Use gnus-with-article-buffer.
26368
26369         * gnus-art.el (gnus-article-highlight-headers)
26370         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26371
26372         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26373         (gnus-article-set-globals, gnus-request-article-this-buffer)
26374         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26375         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26376         (gnus-mime-display-alternative): Use with-current-buffer.
26377
26378 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26379
26380         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26381         also under 80 char limit, and call gnus-error if needed.
26382         (spam-fetch-article-header): Fix - it was a
26383         buffer-local variable (gnus-newsgroup-data).
26384         (spam-find-spam): Use spam-generate-fake-headers, forget about
26385         spam-insert-fake-headers.
26386         (spam-insert-fake-headers): Remove.
26387
26388 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26389
26390         * deuglify.el (gnus-article-outlook-unwrap-lines)
26391         (gnus-outlook-rearrange-article)
26392         (gnus-outlook-repair-attribution-outlook)
26393         (gnus-outlook-repair-attribution-block)
26394         (gnus-outlook-repair-attribution-other): Remove redundant
26395         save-excursion.
26396
26397 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26398
26399         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26400         (spam-fetch-field-subject-fast)
26401         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26402         (spam-fetch-article-header): Add functions to deal with Gnus
26403         internals for fast retrieval of article header data.
26404         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26405
26406 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26407
26408         * pop3.el (pop3-md5): Remove.
26409         (pop3-apop): Replace pop3-md5 with md5.
26410
26411         * mm-bodies.el: base64 is always built-in.
26412
26413         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26414         Use with-current-buffer.
26415
26416 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26417
26418         * canlock.el (canlock-insert-header): Remove excessive grouping in
26419         regexp.
26420
26421         * gnus-sum.el (gnus-summary-read-document): Ditto.
26422
26423         * gnus-uu.el (gnus-uu-part-number): Ditto.
26424
26425         * html2text.el (html2text-remove-tags): Ditto.
26426         (html2text-format-tags): Ditto.
26427         (html2text-format-single-elements): Ditto.
26428
26429         * mml.el (mml-parse-1): Ditto.
26430
26431 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26432
26433         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26434
26435         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26436
26437         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26438
26439         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26440
26441 2003-11-15  Simon Josefsson  <jas@extundo.com>
26442
26443         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26444         (pgg-gpg-lookup-key): Use regexp match instead of
26445         split-string (split-string is different between emacs 21.2 and
26446         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26447
26448 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26449
26450         * gnus-art.el (gnus-mime-view-all-parts)
26451         (gnus-article-part-wrapper, gnus-article-view-part):
26452         Use with-current-buffer.
26453
26454 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26455
26456         * spam.el (spam-disable-spam-split-during-ham-respool)
26457         (spam-spamoracle-database, spam-cache-lookups)
26458         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26459         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26460         (spam-group-ham-marks, spam-group-spam-marks)
26461         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26462         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26463         also add spam-use-blackholes to the statistical checks.
26464         (spam-fetch-field-fast): Add interface to fetching fields, may
26465         become a macro.
26466         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26467         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26468         (spam-insert-fake-headers): Fake an article when needed.
26469         (spam-find-spam): Fake article when possible.
26470         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26471         (spam-check-bogofilter-headers): Use message-fetch-field instead
26472         of nnmail-fetch-field.
26473
26474 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26475
26476         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26477
26478 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26479
26480         * spam.el (spam-split): Do not require spam-use-CHECK to be
26481         enabled if that check is passed to spam-split explicitly; also
26482         fix so 'spam doesn't get converted to spam-split-group when
26483         spam-split-symbolic-return is t.
26484         (spam-find-spam): Find registrations of the article and use those
26485         instead of re-running spam-split to find the spam/ham
26486         classification of the article.
26487         (spam-log-processing-to-registry, spam-log-registered-p)
26488         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26489         Use gnus-error instead of gnus-message.
26490         (spam-log-registration-type): Add function to determine the
26491         classification of a message based on registry entries; will
26492         return nil if both 'spam and 'ham are found.
26493         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26494         a reasonably fast local cache without the loading errors.
26495         (spam-cache-lookups): Set to t by default.
26496         (spam-find-spam): Don't try to guess spam-cache-lookups.
26497         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26498         spam-caches entry.
26499         (spam-filelist-build-cache, spam-filelist-check-cache):
26500         Fix caching of whitelist/blacklist entries.
26501         (spam-check-whitelist, spam-check-blacklist):
26502         Invoke spam-from-listed-p with a type, not a cache variable.
26503         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26504
26505 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26506
26507         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26508
26509         * nnmail.el (nnmail-split-fancy): do.
26510
26511         * mml.el (mml-parse): do.
26512
26513         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26514         (gnus-score-adaptive): do.
26515
26516 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26517
26518         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26519         (gnus-mime-button-map): Don't set keymap parent.
26520         (gnus-button-ctan-directory-regexp): Use shy grouping.
26521         (gnus-prev-page-map): Don't set keymap parent.
26522         (gnus-prev-page-map): Remove duplicated one.
26523         (gnus-next-page-map): Don't set keymap parent.
26524         (gnus-mime-security-button-map): Ditto.
26525
26526         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26527         version number.
26528
26529         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26530
26531 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26532
26533         * canlock.el (canlock-sha1-function): Remove.
26534         (canlock-sha1-function-for-verify): Remove.
26535         (canlock-openssl-program): Remove.
26536         (canlock-openssl-args): Remove.
26537         (canlock-ignore-errors): Remove.
26538         (canlock-sha1-with-openssl): Remove.
26539         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26540         (canlock-verify): Don't use canlock-ignore-errors.
26541
26542         * sha1-el.el (sha1-string-external): Make it can return a string
26543         in binary form.
26544         (sha1-region-external): Ditto.
26545         (sha1-string-internal): Ditto.
26546         (sha1-region-internal): Ditto.
26547         (sha1-region): Ditto.
26548         (sha1-string): Ditto.
26549         (sha1): Ditto.
26550
26551 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26552
26553         * spam.el (spam-report-articles-gmane): New command.
26554
26555 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26556
26557         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26558
26559         * run-at-time.el (run-at-time-saved): Remove.
26560         (run-at-time): Doc fix.
26561
26562 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26563
26564         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26565         (gnus-summary-limit-map): Add it.
26566         (gnus-summary-make-menu-bar): do.
26567
26568 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26569
26570         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26571         Make attempt at some caching support (done for BBDB only now).
26572         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26573         addresses to be checked.
26574         (spam-clear-cache-BBDB): Add function, to be invoked by
26575         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26576         (spam-check-BBDB): Check and use the caches, if
26577         spam-cache-lookups is on, remove superfluous (provide).
26578
26579 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26580
26581         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26582
26583 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26584
26585         * run-at-time.el (run-at-time-saved): Move to after the definition
26586         of `run-at-time'.
26587
26588         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26589
26590 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26591
26592         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26593         mm-w3m-local-map-property.
26594
26595         * mm-view.el (mm-w3m-mode-map): Remove.
26596         (mm-w3m-local-map-property): Remove.
26597         (mm-inline-text-html-render-with-w3m): Don't use
26598         mm-w3m-local-map-property.
26599
26600 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26601
26602         * run-at-time.el: New file.
26603
26604         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26605         under Emacs.
26606
26607         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26608         of gnus-set-text-properties.
26609
26610         * gnus-uu.el (gnus-uu-save-article): Ditto.
26611
26612         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26613
26614         * gnus-cite.el (gnus-cite-parse): Ditto.
26615
26616         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26617         of gnus-.
26618
26619         * gnus-xmas.el (run-at-time): Require run-at-time.
26620
26621         * gnus.el: Change calls to nnheader-run-at-time and
26622         password-run-at-time throughout to use run-at-time directly.
26623
26624         * password.el: Remove definition of run-at-time.
26625
26626         * nnheaderxm.el: Remove definition of run-at-time.
26627
26628 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26629
26630         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26631         in prompt.
26632
26633 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26634
26635         * messagexmas.el (message-xmas-redefine): Alias
26636         `message-make-caesar-translation-table' to
26637         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26638         version.
26639
26640         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26641         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26642         `gnus-xmas-set-text-properties'.
26643         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26644         `gnus-xmas-completing-read'.
26645         (gnus-xmas-completing-read): Removed.
26646         (gnus-xmas-open-network-stream): Removed.
26647
26648         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26649         XEmacs version.
26650
26651         * dns.el (dns-make-network-process): Use `open-network-stream'
26652         instead of `gnus-xmas-open-network-stream'.
26653
26654         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26655
26656         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26657
26658 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26659
26660         * gnus-art.el (gnus-mime-display-alternative)
26661         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26662         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26663         Don't use gnus-local-map-property.
26664
26665         * gnus-util.el (gnus-local-map-property): Remove.
26666
26667         * mm-view.el (mm-view-pkcs7-decrypt):
26668         Replace gnus-completing-read-maybe-default with completing-read.
26669
26670         * gnus-util.el (gnus-completing-read): do.
26671         (gnus-completing-read-maybe-default): Remove.
26672
26673 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26674
26675         * password.el: Only autoload `run-at-time' if not XEmacs.
26676         Only autoload the itimer functions if XEmacs.
26677
26678 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26679
26680         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26681         XEmacsen.
26682
26683         * dgnushack.el: Autoload executable-find for XEmacs.
26684
26685 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26686
26687         * gnus-art.el (gnus-read-string): Remove.
26688         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26689         read-string.
26690
26691 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26692
26693         * netrc.el: Autoload password-read.
26694         (netrc): Add configuration group.
26695         (netrc-encoding-method, netrc-openssl-path):
26696         Add variables for encoding and decoding of files with symmetric
26697         ciphers.
26698         (netrc-encode): Add assistant function to encode a file with
26699         netrc-encoding-method.
26700         (netrc-parse): Add interactive parameter, added optional
26701         decoding if netrc-encoding-method is non-nil but otherwise
26702         behavior is standard.
26703         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26704         Do s/encode/encrypt/ everywhere.
26705
26706         * spam.el: Remove executable-find autoload.
26707
26708 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26709
26710         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26711
26712         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26713
26714 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26715
26716         * gnus-art.el (gnus-treat-ansi-sequences)
26717         (article-treat-ansi-sequences): New variable and function.
26718         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26719
26720         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26721         Use it.
26722
26723 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26724
26725         * mm-util.el (mm-quote-arg): Remove.
26726
26727         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26728         shell-quote-argument.
26729
26730         * gnus-uu.el (gnus-uu-command): do.
26731
26732         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26733
26734         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26735         with make-char.
26736
26737         * mm-util.el (mm-make-char): Remove.
26738
26739         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26740         add-minor-mode.
26741
26742         * gnus-undo.el (gnus-undo-mode): do.
26743
26744         * gnus-topic.el (gnus-topic-mode): do.
26745
26746         * gnus-sum.el (gnus-dead-summary-mode): do.
26747
26748         * gnus-start.el (gnus-slave-mode): do.
26749
26750         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26751
26752         * gnus-ml.el (gnus-mailing-list-mode): do.
26753
26754         * gnus-gl.el (gnus-grouplens-mode): do.
26755
26756         * gnus-draft.el (gnus-draft-mode): do.
26757
26758         * gnus-dired.el (gnus-dired-mode): do.
26759
26760         * gnus-ems.el (gnus-add-minor-mode): Remove.
26761
26762         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26763         Replace gnus-char-width with char-width.
26764
26765         * gnus-ems.el (gnus-char-width): Remove.
26766
26767         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26768         Replace gnus-char-width with char-width.
26769
26770         * gnus-ems.el (gnus-char-width): Remove.
26771
26772         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26773         definition.
26774         Remove Emacs 20 hash table compatibility code.
26775
26776         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26777         20 compatibility code.
26778
26779         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26780
26781         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26782
26783         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26784         Replace with point-at-{eol,bol}.
26785
26786         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26787
26788         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26789
26790         * flow-fill.el (fill-flowed-point-at-bol)
26791         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26792
26793         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26794         Replace with point-at-{eol,bol} throughout all files.
26795
26796 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26797
26798         * ntlm.el (ntlm-string-as-unibyte): New macro.
26799         (ntlm-build-auth-response): Use it.
26800
26801         Remove Emacs 20 stuff:
26802         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26803         (butlast, mapc, remove): Remove the compiler macros.
26804         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26805         of delq and copy-sequence.
26806         * gnus-art.el (popup-menu): Remove the compiler macro.
26807         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26808         Emacs 20.
26809
26810 2004-01-05  Simon Josefsson  <jas@extundo.com>
26811
26812         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26813         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26814         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26815         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26816         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26817         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26818         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26819         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26820         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26821         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26822         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26823         string-xor into ntlm-string-xor.
26824         Suggested by Jesper Harder <harder@myrealbox.com>.
26825
26826         * ntlm.el: Don't include poem.
26827
26828         * md4.el (print-int32, print-string-hexa): Remove.
26829         Suggested by Jesper Harder <harder@myrealbox.com>.
26830
26831         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26832
26833         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26834         probably breaks emacs with DL patch, but do we care? Is anyone
26835         still using the DL stuff?)
26836
26837         * sieve-manage.el: Use the password package.
26838         (sieve-manage-read-passwd): Remove.
26839         (sieve-manage-interactive-login): Use password.  Re-add
26840         condition-case around loop.
26841
26842         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26843         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26844         Use the password package.
26845
26846 2003-02-19  Simon Josefsson  <jas@extundo.com>
26847
26848         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26849         token.
26850
26851 2002-08-07  Simon Josefsson  <jas@extundo.com>
26852
26853         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26854         (sieve-manage-authenticators):
26855         (sieve-manage-authenticator-alist): Add some SASL mechs.
26856         (sieve-sasl-auth): New function.
26857         (sieve-manage-cram-md5-auth):
26858         (sieve-manage-plain-auth): Rewrite using SASL library.
26859         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26860         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26861         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26862         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26863
26864 2004-01-05  Simon Josefsson  <jas@extundo.com>
26865
26866         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26867         New files.
26868
26869 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26870
26871         * gnus-group.el (gnus-no-groups-message): Update.
26872
26873         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26874
26875 2003-11-09  Simon Josefsson  <jas@extundo.com>
26876
26877         * imap.el: Support for ID IMAP extension (RFC 2971).
26878         (imap-local-variables): Add imap-id.
26879         (imap-id): New variable.
26880         (imap-id): New function.
26881         (imap-parse-response): Parse untagged ID response.
26882         * nnimap.el (nnimap-id): New variable.
26883         (nnimap-open-connection): Use it.
26884
26885 2003-12-28  Simon Josefsson  <jas@extundo.com>
26886
26887         * gnus-score.el (gnus-score-edit-all-score): New.
26888         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26889
26890 2004-01-04  Simon Josefsson  <jas@extundo.com>
26891
26892         * password.el: Add.
26893
26894 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26895
26896         * dns.el (dns-query-types): Fix typo.
26897         (dns-query-types): New function.
26898         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26899         PTR and SOA replies, see RFC 1035.
26900
26901 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26902
26903         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26904
26905         * Move to Changelog.2.
26906
26907 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26908
26909         * gnus.el (gnus-version-number): Bump version.
26910
26911 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26912
26913         * gnus.el: No Gnus v0.1 is released.
26914
26915 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26916
26917         * gnus.el: No Gnus v0.0 is released.
26918
26919 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26920
26921         * gnus.el (gnus-version-number): Bump.
26922         (gnus-version): No.
26923
26924 See ChangeLog.2 for earlier changes.
26925
26926   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26927
26928   This file is part of GNU Emacs.
26929
26930   GNU Emacs is free software: you can redistribute it and/or modify
26931   it under the terms of the GNU General Public License as published by
26932   the Free Software Foundation, either version 3 of the License, or
26933   (at your option) any later version.
26934
26935   GNU Emacs is distributed in the hope that it will be useful,
26936   but WITHOUT ANY WARRANTY; without even the implied warranty of
26937   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26938   GNU General Public License for more details.
26939
26940   You should have received a copy of the GNU General Public License
26941   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26942
26943 ;; Local Variables:
26944 ;; coding: utf-8
26945 ;; fill-column: 79
26946 ;; add-log-time-zone-rule: t
26947 ;; End: